/*
	Theme Name: Close·marketing
	Theme URI: https://close.marketing
	Description: Tema realizado creado a medida en WordPress.
	Author: closemarketing
	Author URI: https://close.marketing

	Version: 1.0

	Template: generatepress

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@font-face {
	font-family: 'Lato';
	src: url('./fonts/Lato-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Lato';
	src: url('./fonts/Lato-Light.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Lato';
	src: url('./fonts/Lato-Bold.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Arquitecta Std';
    src: url('./fonts/ArquitectaStd-Regular.woff2') format('woff2'),
        url('./fonts/ArquitectaStd-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arquitecta Std';
    src: url('./fonts/ArquitectaStd-Bold.woff2') format('woff2'),
        url('./fonts/ArquitectaStd-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Julietta Messie';
    src: url('./fonts/JuliettaMessie.woff2') format('woff2'),
        url('./fonts/JuliettaMessie.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('./fonts/Quicksand-Bold.woff2') format('woff2'),
        url('./fonts/Quicksand-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('./fonts/Quicksand-Medium.woff2') format('woff2'),
        url('./fonts/Quicksand-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arquitecta Std';
    src: url('./fonts/ArquitectaStd-Heavy.woff2') format('woff2'),
        url('./fonts/ArquitectaStd-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


@font-face {
	font-family: 'Fox & Cat';
    src: url('./fonts/FoxCat.woff2') format('woff2'),
	url('./fonts/FoxCat.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'Quicksand';
	src: url('./fonts/Quicksand-Light.woff2') format('woff2'),
		url('./fonts/Quicksand-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('./fonts/Quicksand-Regular.woff2') format('woff2'),
        url('./fonts/Quicksand-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Catálogo */
.files-dlm{
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
    align-content: space-between;
    justify-items: start;
    align-items: end;
}
.file-dlm{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
	width: 100%;
	border-radius: 20px;
	border: 1px solid #000;
    position: relative;
}
.file-dlm:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	z-index: 1;
}

.file-dlm-thumbnail{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
    background-position: center;
	min-height: 240px;
	border-radius: 20px 20px 0 0;
}
.file-dml-view{
	position: relative;
	z-index: 2;
	width: 100%;
	height: 60px;
}
.file-dml-link{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 1.3rem;
	font-weight: 600;
	background-color: var(--primary) !important;
	color: var(--neutral) !important;
	border-radius: 0 0 20px 20px;
}
.file-dml-link:hover{
	background-color: var(--primary);
	color: var(--neutral) !important;
}
.file-dlm-title{
	position: relative;
	z-index: 2;
	text-align: center;
	margin: 1rem 0;
}
@media(max-width: 768px){
	.files-dlm{
		grid-template-columns: 1fr;
	}
	.file-dlm{
		margin-bottom: 2rem;
	}
}

/* Banner fijo */
.banner-sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1000;
}

/* Compensar tamaño del banner al mostrar el menú */
.sticky-enabled .main-navigation.is_stuck {
	top: 50px !important;
}

/* Botón whatsapp */

@media screen and (width <= 768px) {
	div.joinchat__button {
		bottom: 30px;
		width: 225px;
	}
}

div.joinchat__button {
	background: #D9D9D9;
    border: 4px solid #172391;
    padding: 10px;
    width: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

div.joinchat__button:hover {
	background: #acacac;
}

div.joinchat__button:before {
	display: block;
    position: absolute;
    width: 100px;
    height: 20px;
    top: 15px;
    right: 53px;
    color: #172391;
    content: '¿HABLAMOS?';
    font-weight: 700;
    font-family: 'Arquitecta Std';
    font-size: 20px;
}

div.joinchat__button__open {
	background: rgb(0 0 0/0) url('./images/whatsapp_b.svg') 50% no-repeat !important;
	width: 150px;
    height: 40px;
	border-radius: 0;
    background-position: left;
    background-size: 20%;
	background-position: left !important;
}

/* Mostrar / Ocultar texto servicios */
div.marale-containerServicios > div:last-child {
    display: none;
}

div.marale-columnServicios .gb-grid-column:hover > div.marale-containerServicios {
	transition: all 0.25s ease;
	background-color: #172391;
}

div.marale-columnServicios .gb-grid-column:hover > div > :first-child {
	display: none;
}
  
div.marale-columnServicios .gb-grid-column:hover > div > :last-child {
	display: block;
	user-select: none;
}

/* Estilos pestaña de contacto */
div#wpcs_content_inner_3300 {
	min-height: unset !important;
}

div.marale-form_horario {
	text-align: center;
}

div.marale-form_horario p {
	margin: 0;
}

div.marale-form_horario p:first-child {
	font-size: 18px;
	font-style: italic;
	font-weight: 700;
}

div.marale-form_horario p:last-child {
	font-size: 16px;
}