/* Escribe aquí tu código CSS */
@font-face{font-display:swap;
	font-family: Catull;
	src: url('https://viajandoconatman.com/wp-content/uploads/2019/09/Call810.woff');
	font-weight: normal;
}
@font-face{font-display:swap;
	font-family: Catull it;
	src: url('https://viajandoconatman.com/wp-content/uploads/2019/09/Call810I.woff');
	font-weight: 500;
	font-style: italic;
}
@font-face{font-display:swap;
	font-family: Catull Italic;
	src: url('https://viajandoconatman.com/wp-content/uploads/2019/09/CatullBQ-Italic.woff');
	font-weight: 600;
	font-style: italic;
}
@font-face{font-display:swap;
	font-family: Catull;
	src: url('https://viajandoconatman.com/wp-content/uploads/2019/09/CatullBQ-Bold.woff');
	font-weight: bold;
}
@font-face{font-display:swap;
	font-family: Catull;
	src: url('https://viajandoconatman.com/wp-content/uploads/2019/09/CatullBQ-Medium.woff');
	font-weight: 600;
}

/* FONDO ARTÍCULOS */

.inside-article {
	background-color: #eae8d0 !important;
}

/* Peso letra en botones */

.elementor-button.elementor-size-md {
    font-weight: 600 !important;
}

/* Estilos para formulario de LANDING */

.formulario-landing .elementor-field-label {
	font-weight: 600 !important;
	font-size: 18px;
}

.formulario-landing .elementor-field-subgroup {
    margin-left: 20px !important;
}

/* MAPA INTERACTIVO */

.imh-6310-annotation-box {
    background: transparent !important;
}

/* ALTURA CARROUSEL IMAGENES */

.carrusel .swiper .swiper-slide .swiper-slide-image { 
	width: 100%;
	height: 450px;
	object-fit: cover;
}

.fotos-itinerario img { 
	width: 100%;
	height: 300px;
	object-fit: cover;
}

@media screen and (max-width:768px) {
	.carrusel .swiper .swiper-slide .swiper-slide-image { 
		width: 100%;
		height: 300px;
		object-fit: cover;
	}
	.fotos-itinerario img { 
		width: 100%;
		height: 200px;
		object-fit: cover;
	}
/* Oculta el banner si el usuario ya aceptó */
body.cn-accepted #cookie-notice,
body.cookies-accepted #cookie-notice,
body.cookie-notice-accepted #cookie-notice,
body.cn-accepted .cookie-notice,
body.cookies-accepted .cookie-notice {
  display: none !important;
}


