@charset "UTF-8";
/*
Theme Name: MCC
Theme URI: https://desarrollo.want.cl/conchaytoro/mcc
Author: Want Ltda.
Author URI: https://want.cl/
Version: 1.5
Description: MCC Theme
*/
/*------------------------------------------------------*/
/*-------------- COMPONENTES DE MERLÍN -----------------*/
/*------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Sans:300,400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Mono&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Caslon+Text:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800&display=swap");
@import url(/Users/anthonycanales/Sites/marques/wp-content/themes/mcc-theme/components/merlin/icons/style.css);
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body, figure, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

*:focus {
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0 !important;
}

input {
  border: 0 none;
  background: none repeat scroll 0 0 transparent;
  outline: medium none;
}

input,
textarea,
button,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

a {
  text-decoration: none;
}

textarea {
  resize: none;
}

/*
Mixin para llamar a un ícono. El llamado sería, por ejemplo:
li{
	@include icomoon("icon-flecha-derecha-mediana");
}
*/
@font-face {
  font-family: 'icomoon';
  src: url("components/merlin/icons/icomoon.eot?fwtrqf");
  src: url("components/merlin/icons/icomoon.eot?fwtrqf#iefix") format("embedded-opentype"), url("components/merlin/icons/icomoon.ttf?fwtrqf") format("truetype"), url("components/merlin/icons/icomoon.woff?fwtrqf") format("woff"), url("components/merlin/icons/icomoon.svg?fwtrqf#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-pinterest:before {
  content: "\e900";
}

.icon-skype:before {
  content: "\e901";
}

.icon-spotify:before {
  content: "\e909";
}

.icon-whatsapp:before {
  content: "\e90a";
}

.icon-facebook:before {
  content: "\e921";
}

.icon-instagram:before {
  content: "\e936";
}

.icon-soundcloud:before {
  content: "\e937";
}

.icon-twitter:before {
  content: "\e941";
}

.icon-youtube-isotipo:before {
  content: "\e942";
}

.icon-linkedin:before {
  content: "\e943";
}

.icon-youtube-logotipo:before {
  content: "\e944";
}

.icon-flecha-abajo-mediana:before {
  content: "\e90f";
}

.icon-chevron-abajo:before {
  content: "\e92e";
}

.icon-flecha-abajo-circulo:before {
  content: "\e90c";
}

.icon-chevrons-abajo:before {
  content: "\e932";
}

.icon-descargar-nube:before {
  content: "\e958";
}

.icon-descargar:before {
  content: "\e959";
}

.icon-flecha-izquierda-mediana:before {
  content: "\e911";
}

.icon-chevron-izquierda:before, .slick-arrow.slick-prev:before {
  content: "\e92f";
}

.icon-flecha-izquierda-circulo:before {
  content: "\e910";
}

.icon-chevrons-izquierda:before {
  content: "\e933";
}

.icon-flecha-derecha-mediana:before {
  content: "\e913";
}

.icon-chevron-derecha:before, .slick-arrow.slick-next:before {
  content: "\e930";
}

.icon-flecha-derecha-circulo:before {
  content: "\e912";
}

.icon-chevrons-derecha:before {
  content: "\e934";
}

.icon-log-in:before {
  content: "\e990";
}

.icon-log-out:before {
  content: "\e991";
}

.icon-flecha-arriba-mediana:before {
  content: "\e917";
}

.icon-chevron-arriba:before {
  content: "\e931";
}

.icon-flecha-arriba-circulo:before {
  content: "\e914";
}

.icon-chevrons-arriba:before {
  content: "\e935";
}

.icon-subir:before {
  content: "\e9fd";
}

.icon-compartir:before {
  content: "\e9d1";
}

.icon-subir-nube:before {
  content: "\e9fc";
}

.icon-refrescar:before {
  content: "\e9c4";
}

.icon-repetir:before {
  content: "\e9c5";
}

.icon-rotar-1:before {
  content: "\e9c7";
}

.icon-rotar-2:before {
  content: "\e9c8";
}

.icon-flecha-arriba-izquierda:before {
  content: "\e915";
}

.icon-flecha-arriba-derecha:before {
  content: "\e916";
}

.icon-flecha-abajo-izquierda:before {
  content: "\e90d";
}

.icon-flecha-abajo-derecha:before {
  content: "\e90e";
}

.icon-virar-abajo-izquierda:before {
  content: "\e948";
}

.icon-virar-abajo-derecha:before {
  content: "\e949";
}

.icon-virar-arriba-izquierda:before {
  content: "\e94e";
}

.icon-virar-arriba-derecha:before {
  content: "\e94f";
}

.icon-virar-abajo:before {
  content: "\e94a";
}

.icon-virar-abajo-2:before {
  content: "\e94c";
}

.icon-virar-arriba:before {
  content: "\e94b";
}

.icon-virar-arriba-2:before {
  content: "\e94d";
}

.icon-tendencia-arriba:before {
  content: "\e9f3";
}

.icon-tendencia-abajo:before {
  content: "\e9f2";
}

.icon-codigo:before {
  content: "\e940";
}

.icon-external-link:before {
  content: "\e95e";
}

.icon-maximizar-2:before {
  content: "\e995";
}

.icon-minimizar-2:before {
  content: "\e99d";
}

.icon-monitor:before {
  content: "\e9a2";
}

.icon-bandera:before {
  content: "\e96b";
}

.icon-llave:before {
  content: "\e986";
}

.icon-trello:before {
  content: "\e9f1";
}

.icon-tv:before {
  content: "\e9f6";
}

.icon-candado:before {
  content: "\e98f";
}

.icon-candado-off:before {
  content: "\e9fb";
}

.icon-campana-off:before {
  content: "\e91e";
}

.icon-campana:before {
  content: "\e91f";
}

.icon-mas-horizontal:before {
  content: "\e9a4";
}

.icon-mas-vertical:before {
  content: "\e9a5";
}

.icon-flash-off:before {
  content: "\ea14";
}

.icon-flash:before {
  content: "\ea15";
}

.icon-camara-off:before {
  content: "\e928";
}

.icon-camara:before {
  content: "\e929";
}

.icon-cast:before {
  content: "\e92a";
}

.icon-ojo-off:before {
  content: "\e95f";
}

.icon-ojo:before {
  content: "\e960";
}

.icon-filtro:before {
  content: "\e96a";
}

.icon-microfono-off:before {
  content: "\e99b";
}

.icon-microfono:before {
  content: "\e99c";
}

.icon-minimizar:before {
  content: "\e99e";
}

.icon-move:before {
  content: "\e9a7";
}

.icon-play:before {
  content: "\e9bb";
}

.icon-pausa-circulo:before {
  content: "\e9ae";
}

.icon-pausa:before {
  content: "\e9af";
}

.icon-rebobinar-2:before {
  content: "\e9c6";
}

.icon-adelantar-2:before {
  content: "\e962";
}

.icon-rebobinar:before {
  content: "\e9d8";
}

.icon-adelantar:before {
  content: "\e9d9";
}

.icon-telefono:before {
  content: "\e9b8";
}

.icon-llamada:before {
  content: "\e9b2";
}

.icon-llamar:before {
  content: "\e9b3";
}

.icon-llamada-recibida:before {
  content: "\e9b4";
}

.icon-phone-missed:before {
  content: "\e9b5";
}

.icon-telefono-off:before {
  content: "\e9b6";
}

.icon-phone-outgoing:before {
  content: "\e9b7";
}

.icon-power:before {
  content: "\e9c0";
}

.icon-configuracion:before {
  content: "\e9cf";
}

.icon-escudo-off:before {
  content: "\e9d2";
}

.icon-escudo:before {
  content: "\e9d3";
}

.icon-aleatorio:before {
  content: "\e9d6";
}

.icon-controles:before {
  content: "\e9dc";
}

.icon-stop-circulo:before {
  content: "\e9e2";
}

.icon-pulgar-abajo:before {
  content: "\e9eb";
}

.icon-pulgar-arriba:before {
  content: "\e9ec";
}

.icon-video-off:before {
  content: "\ea04";
}

.icon-video:before {
  content: "\ea05";
}

.icon-volume-1:before {
  content: "\ea07";
}

.icon-volume-2:before {
  content: "\ea08";
}

.icon-volumen-off:before {
  content: "\ea09";
}

.icon-volumen:before {
  content: "\ea0a";
}

.icon-wifi-off:before {
  content: "\ea0c";
}

.icon-wifi:before {
  content: "\ea0d";
}

.icon-zoom-in:before {
  content: "\ea16";
}

.icon-zoom-out:before {
  content: "\ea17";
}

.icon-paragua:before {
  content: "\e9f9";
}

.icon-nube-llovizna:before {
  content: "\e93a";
}

.icon-nube-rayo:before {
  content: "\e93b";
}

.icon-nube-off:before {
  content: "\e93c";
}

.icon-nube-lluvia:before {
  content: "\e93d";
}

.icon-nube-nieve:before {
  content: "\e93e";
}

.icon-nube:before {
  content: "\e93f";
}

.icon-gota:before {
  content: "\e95a";
}

.icon-luna:before {
  content: "\e9a3";
}

.icon-estrella:before {
  content: "\e9e1";
}

.icon-sol:before {
  content: "\e9e3";
}

.icon-amanecer:before {
  content: "\e9e4";
}

.icon-atardecer:before {
  content: "\e9e5";
}

.icon-viento:before {
  content: "\ea0e";
}

.icon-usuario:before {
  content: "\ea02";
}

.icon-usuario-check:before {
  content: "\e9fe";
}

.icon-usuario-menos:before {
  content: "\e9ff";
}

.icon-usuario-mas:before {
  content: "\ea00";
}

.icon-usuario-eliminar:before {
  content: "\ea01";
}

.icon-usuarios:before {
  content: "\ea03";
}

.icon-carpeta-menos:before {
  content: "\e96c";
}

.icon-carpeta-mas:before {
  content: "\e96d";
}

.icon-carpeta:before {
  content: "\e96e";
}

.icon-basurero-lineas:before {
  content: "\e9ef";
}

.icon-basurero:before {
  content: "\e9f0";
}

.icon-clip:before {
  content: "\e9ad";
}

.icon-papelero:before {
  content: "\e90b";
}

.icon-libro-abierto:before {
  content: "\e922";
}

.icon-libro:before {
  content: "\e923";
}

.icon-marcador-de-libro:before {
  content: "\e924";
}

.icon-caja:before {
  content: "\e925";
}

.icon-portapapeles:before {
  content: "\e938";
}

.icon-editar:before {
  content: "\e95b";
}

.icon-editar-linea:before {
  content: "\e95c";
}

.icon-editar-cuadrado:before {
  content: "\e95d";
}

.icon-archivo-menos:before {
  content: "\e965";
}

.icon-archivo-mas:before {
  content: "\e966";
}

.icon-archivo-texto:before {
  content: "\e967";
}

.icon-archivo:before {
  content: "\e968";
}

.icon-inbox:before {
  content: "\e982";
}

.icon-paquete:before {
  content: "\e9ac";
}

.icon-impresora:before {
  content: "\e9c1";
}

.icon-link-2:before {
  content: "\e98a";
}

.icon-link:before {
  content: "\e98b";
}

.icon-menos-circulo:before {
  content: "\e99f";
}

.icon-menos-cuadrado:before {
  content: "\e9a0";
}

.icon-menos:before {
  content: "\e9a1";
}

.icon-mas:before {
  content: "\e9be";
}

.icon-prohibido:before {
  content: "\e9db";
}

.icon-equis-circulo:before {
  content: "\ea0f";
}

.icon-equis-octagono:before {
  content: "\ea10";
}

.icon-equis-cuadrado:before {
  content: "\ea11";
}

.icon-alerta-circulo:before {
  content: "\e902";
}

.icon-alerta-octagono:before {
  content: "\e903";
}

.icon-alerta-triangulo:before {
  content: "\e904";
}

.icon-ayuda-circulo:before {
  content: "\e97e";
}

.icon-info:before {
  content: "\e983";
}

.icon-equis:before {
  content: "\ea12";
}

.icon-check:before {
  content: "\e92d";
}

.icon-check-cuadrado:before {
  content: "\e92c";
}

.icon-check-circle:before {
  content: "\e92b";
}

.icon-alinear-centro:before {
  content: "\e905";
}

.icon-alinear-justificado:before {
  content: "\e906";
}

.icon-alinear-izquierda:before {
  content: "\e907";
}

.icon-alinear-derecha:before {
  content: "\e908";
}

.icon-arroba:before {
  content: "\e918";
}

.icon-medalla:before {
  content: "\e919";
}

.icon-grafico-barras-2:before {
  content: "\e91a";
}

.icon-grafico-barras:before {
  content: "\e91b";
}

.icon-bateria-cargando:before {
  content: "\e91c";
}

.icon-bateria:before {
  content: "\e91d";
}

.icon-bluetooth:before {
  content: "\e920";
}

.icon-maleta:before {
  content: "\e926";
}

.icon-calendario:before {
  content: "\e927";
}

.icon-reloj:before {
  content: "\e939";
}

.icon-brujula:before {
  content: "\e946";
}

.icon-copiar:before {
  content: "\e947";
}

.icon-tarjeta-de-credito:before {
  content: "\e951";
}

.icon-base-de-datos:before {
  content: "\e954";
}

.icon-peso:before {
  content: "\e957";
}

.icon-pelicula:before {
  content: "\e969";
}

.icon-regalo:before {
  content: "\e971";
}

.icon-mundo:before {
  content: "\e978";
}

.icon-grilla:before {
  content: "\e979";
}

.icon-disco-duro:before {
  content: "\e97a";
}

.icon-hashtag:before {
  content: "\e97b";
}

.icon-audifonos:before {
  content: "\e97c";
}

.icon-corazon:before {
  content: "\e97d";
}

.icon-imagen:before {
  content: "\e981";
}

.icon-capas:before {
  content: "\e987";
}

.icon-layout:before {
  content: "\e988";
}

.icon-lista:before {
  content: "\e98d";
}

.icon-mail:before {
  content: "\e992";
}

.icon-pin:before {
  content: "\e993";
}

.icon-mapa:before {
  content: "\e994";
}

.icon-maximizar:before {
  content: "\e996";
}

.icon-menu:before {
  content: "\e998";
}

.icon-mensaje-circular:before {
  content: "\e999";
}

.icon-mensaje-cuadrado:before {
  content: "\e99a";
}

.icon-puntero:before {
  content: "\e9a6";
}

.icon-musica:before {
  content: "\e9a8";
}

.icon-navigation-arriba:before {
  content: "\e9a9";
}

.icon-navegacion-diagonal:before {
  content: "\e9aa";
}

.icon-porcentaje:before {
  content: "\e9b1";
}

.icon-grafico-torta:before {
  content: "\e9b9";
}

.icon-play-circulo:before {
  content: "\e9ba";
}

.icon-mas-circulo:before {
  content: "\e9bc";
}

.icon-mas-cuadrado:before {
  content: "\e9bd";
}

.icon-radio:before {
  content: "\e9c2";
}

.icon-rss:before {
  content: "\e9c9";
}

.icon-diskette:before {
  content: "\e9ca";
}

.icon-tijera:before {
  content: "\e9cb";
}

.icon-buscar:before {
  content: "\e9cc";
}

.icon-mail-2:before {
  content: "\e9cd";
}

.icon-servidor:before {
  content: "\e9ce";
}

.icon-compartir-2:before {
  content: "\e9d0";
}

.icon-bolsa-shopping:before {
  content: "\e9d4";
}

.icon-carrito:before {
  content: "\e9d5";
}

.icon-sidebar:before {
  content: "\e9d7";
}

.icon-etiqueta:before {
  content: "\e9e7";
}

.icon-grabadora:before {
  content: "\ea06";
}

.icon-reloj-muneca:before {
  content: "\ea0b";
}

/*------------------------------------------------------*/
/*------------------------ PESOS -----------------------*/
/*------------------------------------------------------*/
.thin {
  font-weight: 100;
}

.extra-light,
.extralight {
  font-weight: 200;
}

.light {
  font-weight: 300;
}

.regular, .blog-content table tr td,
.wysiwyg table tr td, header ul.main-menu li.menu-item-has-children.active ul.sub-menu li a, .slider-4-container .slider-nav-4 .slick-list li .content .pre-title, .slider-5-container .slider-nav-5 li .content .pre-title, .block-6 .block .description p {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semi-bold,
.semibold,
.block-6 .block .title {
  font-weight: 600;
}

.bold, .blog-content a,
.wysiwyg a, .blog-content table tr:first-child td,
.wysiwyg table tr:first-child td, header p.title, header ul.main-menu li.active a, .slider-1 .slide .content .button,
.slider-1 .slide .content a, .slider-3-container .slider-3 .slide .content .year, .slider-3-container .slider-3 .slide .content .button, .slider-3-container .slider-nav-3 .slick-list li, .slider-4-container .slider-4 .slide .content .button, .slider-4-container .slider-nav-4 .slick-list li, .slider-5-container .slider-5 .slide .content .button, .slider-5-container .slider-nav-5 li, .block-1 .content .title, .block-1 .categories span, .block-2 .content .title, .block-2 .content-mini .title, .block-3-container .block-3 .content .count-container, .block-3-container .main-content .pre-title, .block-3-container .main-content .title, .block-4 .content p, .block-6 .block .number {
  font-weight: 700;
}

.extra-bold, .slider-1 .slide .content .title, .slider-3-container .slider-3 .slide .content .title, .slider-4-container .slider-4 .slide .content .title, .slider-5-container .slider-5 .slide .content .title,
.extrabold {
  font-weight: 800;
}

.black {
  font-weight: 900;
}

.italic, .blog-content blockquote,
.wysiwyg blockquote, .blog-content .gallery-caption,
.wysiwyg .gallery-caption, .block-4 .content p {
  font-style: italic;
}

/*------------------------------------------------------*/
/*------------------ ALINEACIÓN TEXTO ------------------*/
/*------------------------------------------------------*/
.uppercase, .slider-1 .slide .content .button,
.slider-1 .slide .content a, .slider-3-container .slider-3 .slide .content .button, .slider-4-container .slider-4 .slide .content .button, .slider-5-container .slider-5 .slide .content .button, .block-1 .categories span {
  text-transform: uppercase;
}

.text-center, .menu-responsive .menu-container ul li a, .slider-6-container .slider-6 ul.slick-dots, .block-3-container .block-3, .block-3-container .main-content, .block-6 .block {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right, .block-2.align-left .content-mini, .block-2.align-right .content, .block-4 .content p.author {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

/*------------------------------------------------------*/
/*--------------------- TAMAÑOS  -----------------------*/
/*------------------------------------------------------*/
.font-10, .block-1 .categories span {
  font-size: 10px;
  line-height: 160%;
}

.font-11, .blog-content .gallery-caption,
.wysiwyg .gallery-caption {
  font-size: 11px;
  line-height: 160%;
}

.font-12, .slider-4-container .slider-nav-4 .slick-list li .content .pre-title, .slider-5-container .slider-nav-5 li .content .pre-title {
  font-size: 12px;
  line-height: 160%;
}

.font-13 {
  font-size: 13px;
  line-height: 160%;
}

.font-14, .block-1 .content .date {
  font-size: 14px;
  line-height: 160%;
}

.font-15, .blog-content p,
.blog-content ol,
.blog-content ul,
.wysiwyg p,
.wysiwyg ol,
.wysiwyg ul, .blog-content table tr td,
.wysiwyg table tr td, .slider-1 .slide .content .description, .slider-3-container .slider-3 .slide .content .description, .slider-4-container .slider-nav-4 .slick-list li .content .title, .slider-5-container .slider-nav-5 li .content .title, .block-6 .block .description p {
  font-size: 15px;
  line-height: 160%;
}

.font-16, .slider-4-container .slider-4 .slide .content .description, .slider-5-container .slider-5 .slide .content .description, .block-2 .content .description, .block-2 .content-mini .pre-title, .block-3-container .main-content .pre-title, .block-3-container .main-content .description p {
  font-size: 16px;
  line-height: 160%;
}

.font-17, .block-4 .content p.author {
  font-size: 17px;
  line-height: 160%;
}

.font-18, .slider-1 .slide .content .pre-title, .slider-1 .slide .slider-numbers-container .slider-numbers span, .slider-3-container .slider-3 .slide .content .pre-title, .slider-3-container .slider-3 .slide .content .title, .block-2 .content .pre-title, .block-5 li .trigger {
  font-size: 18px;
  line-height: 160%;
}

.font-19 {
  font-size: 19px;
  line-height: 160%;
}

.font-20, .slider-3-container .slider-nav-3 .slick-list li, .slider-4-container .slider-4 .slide .content .pre-title, .slider-4-container .slider-nav-4 .slick-list li, .slider-5-container .slider-5 .slide .content .pre-title, .slider-5-container .slider-nav-5 li {
  font-size: 20px;
  line-height: 160%;
}

.font-21, header p.title, .block-1 .content .title, .block-2 .content-mini .title, .block-3-container .block-3 .content .title {
  font-size: 21px;
  line-height: 140%;
}

.font-22 {
  font-size: 22px;
  line-height: 140%;
}

.font-23 {
  font-size: 23px;
  line-height: 140%;
}

.font-24, .blog-content blockquote p,
.blog-content blockquote ol,
.blog-content blockquote ul,
.wysiwyg blockquote p,
.wysiwyg blockquote ol,
.wysiwyg blockquote ul, .block-4 .content p {
  font-size: 24px;
  line-height: 140%;
}

.font-25 {
  font-size: 25px;
  line-height: 140%;
}

.font-26 {
  font-size: 26px;
  line-height: 140%;
}

.font-27 {
  font-size: 27px;
  line-height: 140%;
}

.font-28, .menu-responsive .menu-container ul li a, .block-2 .content .title, .block-6 .block .title {
  font-size: 28px;
  line-height: 140%;
}

.font-29 {
  font-size: 29px;
  line-height: 140%;
}

.font-30, .slick-arrow:before, .block-3-container .main-content .title {
  font-size: 30px;
  line-height: 140%;
}

.font-31 {
  font-size: 31px;
  line-height: 140%;
}

.font-32, .slider-1 .slide .content .title, .slider-3-container .slider-3 .slide .content .year, .slider-4-container .slider-4 .slide .content .title, .slider-5-container .slider-5 .slide .content .title, .block-3-container .block-3 .content .count-container {
  font-size: 32px;
  line-height: 140%;
}

.font-33 {
  font-size: 33px;
  line-height: 140%;
}

.font-34 {
  font-size: 34px;
  line-height: 140%;
}

.font-35 {
  font-size: 35px;
  line-height: 140%;
}

.font-36 {
  font-size: 36px;
  line-height: 140%;
}

.font-37 {
  font-size: 37px;
  line-height: 140%;
}

.font-38 {
  font-size: 38px;
  line-height: 140%;
}

.font-39 {
  font-size: 39px;
  line-height: 140%;
}

.font-40 {
  font-size: 40px;
  line-height: 140%;
}

.font-41 {
  font-size: 41px;
  line-height: 140%;
}

.font-42, .block-3-container .block-3 .content i {
  font-size: 42px;
  line-height: 140%;
}

.font-43 {
  font-size: 43px;
  line-height: 140%;
}

.font-44 {
  font-size: 44px;
  line-height: 140%;
}

.font-45 {
  font-size: 45px;
  line-height: 140%;
}

.font-46 {
  font-size: 46px;
  line-height: 140%;
}

.font-47 {
  font-size: 47px;
  line-height: 140%;
}

.font-48 {
  font-size: 48px;
  line-height: 140%;
}

.font-49 {
  font-size: 49px;
  line-height: 140%;
}

.font-50 {
  font-size: 50px;
  line-height: 140%;
}

.font-51 {
  font-size: 51px;
  line-height: 140%;
}

.font-52 {
  font-size: 52px;
  line-height: 140%;
}

.font-53 {
  font-size: 53px;
  line-height: 140%;
}

.font-54 {
  font-size: 54px;
  line-height: 140%;
}

.font-55 {
  font-size: 55px;
  line-height: 140%;
}

.font-56 {
  font-size: 56px;
  line-height: 140%;
}

.font-57 {
  font-size: 57px;
  line-height: 140%;
}

.font-58 {
  font-size: 58px;
  line-height: 140%;
}

.font-59 {
  font-size: 59px;
  line-height: 140%;
}

.font-60 {
  font-size: 60px;
  line-height: 140%;
}

.font-61 {
  font-size: 61px;
  line-height: 140%;
}

.font-62 {
  font-size: 62px;
  line-height: 140%;
}

.font-63 {
  font-size: 63px;
  line-height: 140%;
}

.font-64 {
  font-size: 64px;
  line-height: 140%;
}

.font-65 {
  font-size: 65px;
  line-height: 140%;
}

.font-66 {
  font-size: 66px;
  line-height: 140%;
}

.font-67 {
  font-size: 67px;
  line-height: 140%;
}

.font-68 {
  font-size: 68px;
  line-height: 140%;
}

.font-69 {
  font-size: 69px;
  line-height: 140%;
}

.font-70, .block-6 .block .number {
  font-size: 70px;
  line-height: 140%;
}

.font-71 {
  font-size: 71px;
  line-height: 140%;
}

.font-72 {
  font-size: 72px;
  line-height: 140%;
}

.font-73 {
  font-size: 73px;
  line-height: 140%;
}

.font-74 {
  font-size: 74px;
  line-height: 140%;
}

.font-75 {
  font-size: 75px;
  line-height: 140%;
}

.font-76 {
  font-size: 76px;
  line-height: 140%;
}

.font-77 {
  font-size: 77px;
  line-height: 140%;
}

.font-78 {
  font-size: 78px;
  line-height: 140%;
}

.font-79 {
  font-size: 79px;
  line-height: 140%;
}

.font-80 {
  font-size: 80px;
  line-height: 140%;
}

.font-81 {
  font-size: 81px;
  line-height: 140%;
}

.font-82 {
  font-size: 82px;
  line-height: 140%;
}

.font-83 {
  font-size: 83px;
  line-height: 140%;
}

.font-84 {
  font-size: 84px;
  line-height: 140%;
}

.font-85 {
  font-size: 85px;
  line-height: 140%;
}

.font-86 {
  font-size: 86px;
  line-height: 140%;
}

.font-87 {
  font-size: 87px;
  line-height: 140%;
}

.font-88 {
  font-size: 88px;
  line-height: 140%;
}

.font-89 {
  font-size: 89px;
  line-height: 140%;
}

.font-90 {
  font-size: 90px;
  line-height: 140%;
}

.font-91 {
  font-size: 91px;
  line-height: 140%;
}

.font-92 {
  font-size: 92px;
  line-height: 140%;
}

.font-93 {
  font-size: 93px;
  line-height: 140%;
}

.font-94 {
  font-size: 94px;
  line-height: 140%;
}

.font-95 {
  font-size: 95px;
  line-height: 140%;
}

.font-96 {
  font-size: 96px;
  line-height: 140%;
}

.font-97 {
  font-size: 97px;
  line-height: 140%;
}

.font-98 {
  font-size: 98px;
  line-height: 140%;
}

.font-99 {
  font-size: 99px;
  line-height: 140%;
}

.font-100 {
  font-size: 100px;
  line-height: 140%;
}

/*------------------------------------------------------*/
/*--------------------- CLEARFIX -----------------------*/
/*------------------------------------------------------*/
.clearfix:before, .block-2:before, .clearfix:after, .block-2:after {
  content: " ";
  display: table;
}

.clearfix:after, .block-2:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}

.clearfix, .block-2 {
  *zoom: 1;
}

/*------------------------------------------------------*/
/*------------------- CONTENEDORES ---------------------*/
/*------------------------------------------------------*/
.wrap-xl:before, .blog-content blockquote:before,
.wysiwyg blockquote:before, .wrap-xl:after, .blog-content blockquote:after,
.wysiwyg blockquote:after,
.wrap-l:before,
.wrap-l:after,
.wrap-m:before,
.block-4 .content:before,
.wrap-m:after,
.block-4 .content:after,
.wrap-s:before,
.block-3-container .main-content:before,
.wrap-s:after,
.block-3-container .main-content:after {
  content: " ";
  display: table;
}

.wrap-xl:after, .blog-content blockquote:after,
.wysiwyg blockquote:after,
.wrap-l:after,
.wrap-m:after,
.block-4 .content:after,
.wrap-s:after,
.block-3-container .main-content:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}

.wrap-xl, .blog-content blockquote,
.wysiwyg blockquote,
.wrap-l,
.wrap-m,
.block-4 .content,
.wrap-s,
.block-3-container .main-content {
  *zoom: 1;
}

/*------------------------------------------------------*/
/*------------- FLOATS, MARGIN Y PADDING ---------------*/
/*------------------------------------------------------*/
.display-none {
  display: none;
}

.display-block {
  display: block;
}

.left, .blog-content,
.wysiwyg, .blog-content .wp-caption.alignleft,
.wysiwyg .wp-caption.alignleft, .blog-content .gallery .gallery-item .gallery-icon,
.wysiwyg .gallery .gallery-item .gallery-icon, .blog-content .gallery .gallery-item .gallery-icon a,
.wysiwyg .gallery .gallery-item .gallery-icon a, ul.slick-dots li, header p.title, header ul.main-menu li, header ul.main-menu li.menu-item-has-children ul.sub-menu li,
header ul.main-menu li.menu-item-has-children ul.sub-menu li a, .menu-responsive .menu-container ul li, .menu-responsive .menu-container ul li a, .slider-1, .slider-1 .slide, .slider-2, .slider-4-container, .slider-4-container .slider-4, .slider-4-container .slider-4 .slide, .slider-4-container .slider-nav-4, .slider-4-container .slider-nav-4 .slick-list li .photography, .slider-5-container, .slider-5-container .slider-5, .slider-5-container .slider-5 .slide, .slider-5-container .slider-nav-5, .slider-5-container .slider-nav-5 li a, .slider-5-container .slider-nav-5 li .photography, .slider-6-container, .slider-6-container .slider-6 .slide, .slider-6-container .slider-6-nav .slide, .slider-7-container, .block-1 .categories span, .block-2, .block-2.align-left .content, .block-2.align-right .content-mini, .block-3-container, .block-3-container .block-3 .content i, .block-3-container .block-3 .content .title,
.block-3-container .block-3 .content .pre-title, .block-4, .block-5, .block-5 li, .block-5 li .trigger, .block-5 li .wysiwyg, .block-5 li .blog-content, .block-6 .block p, .block-6 .block .description {
  float: left;
}

.right, main, .blog-content .wp-caption.alignright,
.wysiwyg .wp-caption.alignright, header ul.main-menu li a, .slider-3-container .slider-3 .slide .content, .slider-4-container .slider-4 .slide .content, .slider-4-container .slider-nav-4 .slick-list li .content, .slider-5-container .slider-5 .slide .content, .slider-5-container .slider-nav-5 li .content, .block-2.align-left .content-mini, .block-2.align-right .content {
  float: right;
}

.margin-center, .wrap-xl, .blog-content blockquote,
.wysiwyg blockquote,
.wrap-l,
.wrap-m, .block-4 .content,
.wrap-s, .block-3-container .main-content {
  margin: 0 auto;
  display: table;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

/*------------------------------------------------------*/
/*--------------------- POSICIONES ---------------------*/
/*------------------------------------------------------*/
.relative, .blog-content ul li,
.wysiwyg ul li, .blog-content blockquote,
.wysiwyg blockquote, .blog-content .gallery .gallery-item,
.wysiwyg .gallery .gallery-item, header ul.main-menu li.menu-item-has-children, .slider-1, .slider-1 .slide, .slider-2, .slider-2 ul.slick-dots, .slider-3-container .slider-3 .slide .content, .slider-3-container .slider-nav-3 .slick-list li, .slider-4-container, .slider-4-container .slider-4, .slider-4-container .slider-4 .slide, .slider-4-container .slider-4 .slide .content, .slider-4-container .slider-nav-4 .slick-list li, .slider-5-container, .slider-5-container .slider-5, .slider-5-container .slider-5 .slide, .slider-5-container .slider-5 .slide .content, .slider-5-container .slider-nav-5 li, .slider-6-container, .slider-6-container .slider-6 .slide, .slider-6-container .slider-6-nav .slide, .slider-7-container .slider-7 ul.slick-dots, .slider-7-container .slider-numbers-container, .block-1, .block-1 .content, .block-2, .block-2 .content,
.block-2 .content-mini, .block-3-container, .block-3-container .block-3, .block-3-container .main-content, .block-4, .block-4 .content, .block-5 li .trigger {
  position: relative;
}

.absolute, .modal .content-modal, .blog-content ul li:before,
.wysiwyg ul li:before, ul.slick-dots, .slick-arrow, header ul.main-menu li.menu-item-has-children ul.sub-menu, header ul.main-menu li.menu-item-has-children ul.sub-menu:before, .slider-1 .slide .slider-numbers-container .slider-numbers span, .slider-1 .slide.video video,
.slider-1 .slide.video iframe, .slider-1 .slide.vimeo video,
.slider-1 .slide.vimeo iframe, .slider-1 .slide.youtube video,
.slider-1 .slide.youtube iframe, .slider-3-container .slider-nav-3, .slider-3-container .slider-nav-3 .slick-list li:after, .slider-6-container .slider-6-nav, .slider-7-container .slider-numbers-container .line, .block-1 .content .description, .block-1 .button, .block-1 .categories, .block-5 li .trigger i {
  position: absolute;
}

.fixed, .modal, .modal .modal-background {
  position: fixed;
}

/*------------------------------------------------------*/
/*---------------------- GRÁFICA -----------------------*/
/*------------------------------------------------------*/
.grayscale, .slider-4-container .slider-nav-4 .slick-list li .photography, .slider-5-container .slider-nav-5 li .photography {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.no-grayscale, .slider-4-container .slider-nav-4 .slick-list li:hover .photography, .slider-4-container .slider-nav-4 .slick-list li.slick-center .photography, .slider-5-container .slider-nav-5 li:hover .photography, .slider-5-container .slider-nav-5 li.ui-state-active .photography {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.cover {
  background-size: cover;
  background-position: center center;
}

img.cover {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.simpleParallax,
.photo,
.veil {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.veil {
  z-index: 2;
}

.overflow-hidden, .slider-1 .slide, .slider-4-container .slider-4 .slide, .slider-4-container .slider-nav-4 .slick-list li .photography, .slider-5-container .slider-5 .slide, .slider-5-container .slider-nav-5 li .photography, .slider-6-container, .slider-6-container .slider-6 .slide, .slider-6-container .slider-6-nav .slide, .block-1 {
  overflow: hidden;
}

/*------------------------------------------------------*/
/*---------------- MEDIDAS DEL RESPONSIVE --------------*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/
/*--------------------- COLUMNAS -----------------------*/
/*------------------------------------------------------*/
.col-1 {
  width: 1%;
}

.col-2 {
  width: 2%;
}

.col-3 {
  width: 3%;
}

.col-4 {
  width: 4%;
}

.col-5 {
  width: 5%;
}

.col-6 {
  width: 6%;
}

.col-7 {
  width: 7%;
}

.col-8 {
  width: 8%;
}

.col-9 {
  width: 9%;
}

.col-10 {
  width: 10%;
}

.col-11 {
  width: 11%;
}

.col-12 {
  width: 12%;
}

.col-13 {
  width: 13%;
}

.col-14 {
  width: 14%;
}

.col-15 {
  width: 15%;
}

.col-16 {
  width: 16%;
}

.col-17 {
  width: 17%;
}

.col-18 {
  width: 18%;
}

.col-19 {
  width: 19%;
}

.col-20 {
  width: 20%;
}

.col-21 {
  width: 21%;
}

.col-22 {
  width: 22%;
}

.col-23 {
  width: 23%;
}

.col-24 {
  width: 24%;
}

.col-25 {
  width: 25%;
}

.col-26 {
  width: 26%;
}

.col-27 {
  width: 27%;
}

.col-28 {
  width: 28%;
}

.col-29 {
  width: 29%;
}

.col-30 {
  width: 30%;
}

.col-31 {
  width: 31%;
}

.col-32 {
  width: 32%;
}

.col-33 {
  width: 33%;
}

.col-34 {
  width: 34%;
}

.col-35,
.block-2 .content-mini {
  width: 35%;
}

.col-36 {
  width: 36%;
}

.col-37 {
  width: 37%;
}

.col-38 {
  width: 38%;
}

.col-39 {
  width: 39%;
}

.col-40 {
  width: 40%;
}

.col-41 {
  width: 41%;
}

.col-42 {
  width: 42%;
}

.col-43 {
  width: 43%;
}

.col-44 {
  width: 44%;
}

.col-45 {
  width: 45%;
}

.col-46 {
  width: 46%;
}

.col-47 {
  width: 47%;
}

.col-48 {
  width: 48%;
}

.col-49 {
  width: 49%;
}

.col-50, .slider-4-container .slider-4 .slide .content, .slider-5-container .slider-5 .slide .content {
  width: 50%;
}

.col-51 {
  width: 51%;
}

.col-52 {
  width: 52%;
}

.col-53 {
  width: 53%;
}

.col-54 {
  width: 54%;
}

.col-55 {
  width: 55%;
}

.col-56 {
  width: 56%;
}

.col-57 {
  width: 57%;
}

.col-58 {
  width: 58%;
}

.col-59 {
  width: 59%;
}

.col-60,
.wrap-s, .block-3-container .main-content, .block-2 .content {
  width: 60%;
}

.col-61 {
  width: 61%;
}

.col-62 {
  width: 62%;
}

.col-63 {
  width: 63%;
}

.col-64 {
  width: 64%;
}

.col-65, .slider-3-container .slider-3 .slide .content {
  width: 65%;
}

.col-66 {
  width: 66%;
}

.col-67 {
  width: 67%;
}

.col-68 {
  width: 68%;
}

.col-69 {
  width: 69%;
}

.col-70,
.wrap-m, .block-4 .content {
  width: 70%;
}

.col-71 {
  width: 71%;
}

.col-72 {
  width: 72%;
}

.col-73 {
  width: 73%;
}

.col-74 {
  width: 74%;
}

.col-75 {
  width: 75%;
}

.col-76 {
  width: 76%;
}

.col-77 {
  width: 77%;
}

.col-78 {
  width: 78%;
}

.col-79 {
  width: 79%;
}

.col-80,
.wrap-l {
  width: 80%;
}

.col-81 {
  width: 81%;
}

.col-82 {
  width: 82%;
}

.col-83 {
  width: 83%;
}

.col-84 {
  width: 84%;
}

.col-85 {
  width: 85%;
}

.col-86 {
  width: 86%;
}

.col-87 {
  width: 87%;
}

.col-88 {
  width: 88%;
}

.col-89 {
  width: 89%;
}

.col-90, .wrap-xl, .blog-content blockquote,
.wysiwyg blockquote {
  width: 90%;
}

.col-91 {
  width: 91%;
}

.col-92 {
  width: 92%;
}

.col-93 {
  width: 93%;
}

.col-94 {
  width: 94%;
}

.col-95 {
  width: 95%;
}

.col-96 {
  width: 96%;
}

.col-97 {
  width: 97%;
}

.col-98 {
  width: 98%;
}

.col-99 {
  width: 99%;
}

.col-100, .modal, .modal .modal-background, .blog-content,
.wysiwyg, header ul.main-menu li.menu-item-has-children ul.sub-menu li,
header ul.main-menu li.menu-item-has-children ul.sub-menu li a, .menu-responsive .menu-container ul li, .menu-responsive .menu-container ul li a, .header-marques, .slider-1, .slider-1 .slide, .slider-2, .slider-4-container, .slider-4-container .slider-4, .slider-4-container .slider-4 .slide, .slider-4-container .slider-nav-4, .slider-5-container, .slider-5-container .slider-5, .slider-5-container .slider-5 .slide, .slider-5-container .slider-nav-5, .slider-5-container .slider-nav-5 li a, .slider-6-container, .slider-6-container .slider-6 .slide, .slider-6-container .slider-6 .slide.video video,
.slider-6-container .slider-6 .slide.video iframe, .slider-6-container .slider-6 .slide.vimeo video,
.slider-6-container .slider-6 .slide.vimeo iframe, .slider-6-container .slider-6 .slide.youtube video,
.slider-6-container .slider-6 .slide.youtube iframe, .slider-6-container .slider-6-nav, .slider-6-container .slider-6-nav .slide, .slider-7-container, .slider-7-container .slider-numbers-container, .block-2, .block-3-container, .block-3-container .block-3 .content i, .block-3-container .block-3 .content .title,
.block-3-container .block-3 .content .pre-title, .block-4, .block-5, .block-5 li, .block-5 li .trigger, .block-5 li .wysiwyg, .block-5 li .blog-content, .block-6 .block p, .block-6 .block .description {
  width: 100%;
}

/*------------------------------------------------------*/
/*---------------------- GRILLAS -----------------------*/
/*------------------------------------------------------*/
.gallery-columns-1,
.grid-column-1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
}

.gallery-columns-2,
.grid-column-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3,
.grid-column-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4,
.grid-column-4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5,
.grid-column-5 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6,
.grid-column-6 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7,
.grid-column-7 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[7];
      grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8,
.grid-column-8 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[8];
      grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9,
.grid-column-9 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[9];
      grid-template-columns: repeat(9, 1fr);
}

.gallery-columns-10,
.grid-column-10 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[10];
      grid-template-columns: repeat(10, 1fr);
}

.gallery-columns-11,
.grid-column-11 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[11];
      grid-template-columns: repeat(11, 1fr);
}

.gallery-columns-12,
.grid-column-12 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
      grid-template-columns: repeat(12, 1fr);
}

.gap-s {
  grid-gap: 10px;
}

.gap-m {
  grid-gap: 20px;
}

.gap-l {
  grid-gap: 35px;
}

.gap-xl {
  grid-gap: 50px;
}

.grid-column-full {
  grid-column: 1 / -1;
}

/*------------------------------------------------------*/
/*----------------- COLUMNAS DE TEXTO ------------------*/
/*------------------------------------------------------*/
.text-columns-2 {
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-gap: 50px;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
}

.text-columns-3 {
  column-count: 3;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-gap: 50px;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
}

.text-columns-4 {
  column-count: 4;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-gap: 50px;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
}

.text-columns-5 {
  column-count: 5;
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-gap: 50px;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
}

/*------------------------------------------------------*/
/*---------------------- Z-INDEX -----------------------*/
/*------------------------------------------------------*/
.z-index-0 {
  z-index: 0;
}

.z-index-1, .modal .content-modal, header ul.main-menu li.menu-item-has-children:hover ul.sub-menu {
  z-index: 1;
}

.z-index-2, .slick-arrow, .slider-6-container .slider-6-nav {
  z-index: 2;
}

.z-index-3, .slider-1 .slide .content, .slider-3-container .slider-3 .slide .content, .slider-4-container .slider-4 .slide .content, .slider-5-container .slider-5 .slide .content, .block-1 .content, .block-1 .button, .block-1 .categories, .block-2 .content,
.block-2 .content-mini, .block-3-container .block-3, .block-3-container .main-content, .block-4 .content {
  z-index: 3;
}

.z-index-4, .slider-3-container .slider-nav-3 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.z-index-6 {
  z-index: 6;
}

.z-index-7 {
  z-index: 7;
}

.z-index-8 {
  z-index: 8;
}

.z-index-9 {
  z-index: 9;
}

.z-index-10, .modal {
  z-index: 10;
}

/*------------------------------------------------------*/
/*------------------------ ALTO ------------------------*/
/*------------------------------------------------------*/
.height-100, .modal, .modal .modal-background {
  height: 100vh;
}

/*------------------------------------------------------*/
/*---------------------- PARALLAX ----------------------*/
/*------------------------------------------------------*/
.simpleParallax > * {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/*------------------------------------------------------*/
/*----------------- CONTENEDOR DE TABLA ----------------*/
/*------------------------------------------------------*/
.table-container {
  width: 100%;
  height: auto;
  overflow: auto;
}

/*------------------------------------------------------*/
/*-------------------- BORDER RADIUS -------------------*/
/*------------------------------------------------------*/
.border-radius-s {
  border-radius: 5px;
}

.border-radius-m, .modal .content-modal {
  border-radius: 10px;
}

.border-radius-l {
  border-radius: 15px;
}

.border-radius-xl, ul.slick-dots li, .slick-arrow, .slider-1 .slide .content .button,
.slider-1 .slide .content a, .slider-5-container .slider-5 .slide .content .button {
  border-radius: 20px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex.same-width > * {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex: 1 1 0px;
      flex: 1 1 0;
}

.justify-center, .slider-2 .slick-list .slide {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.align-center, .slider-2 .slick-list .slide {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-between {
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
}

.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.align-around {
  -webkit-box-align: space-around;
      -ms-flex-align: space-around;
          align-items: space-around;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*------------------------------------------------------*/
/*-------------------- TRANSICIONES --------------------*/
/*------------------------------------------------------*/
.no-transition {
  -webkit-transition: 0;
  transition: 0;
}

a,
input,
textarea,
select,
input:focus,
textarea:focus,
select:focus,
.transition,
ul.slick-dots li,
.slick-arrow,
header ul.main-menu li.menu-item-has-children ul.sub-menu,
.slider-1 .slide .content .button,
.slider-1 .slide .content a,
.slider-3-container .slider-3 .slide .content .button,
.slider-3-container .slider-nav-3 .slick-list li,
.slider-3-container .slider-nav-3 .slick-list li:after,
.slider-4-container .slider-4 .slide .content .button,
.slider-4-container .slider-nav-4 .slick-list li,
.slider-5-container .slider-5 .slide .content .button,
.slider-5-container .slider-nav-5 li,
.block-1 .content .description,
.block-1 .categories,
.block-5 li .trigger {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.transition-slow, .modal .close, .blog-content .gallery .gallery-item .gallery-icon img,
.wysiwyg .gallery .gallery-item .gallery-icon img, header, header #hamburger span, .slider-4-container .slider-nav-4 .slick-list li .photography, .slider-5-container .slider-nav-5 li .photography, .block-1 .button, .block-1 .veil {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.transition-slower, .menu-responsive, .slider-6-container .slider-6-nav, .slider-7-container .slider-numbers-container .line, .block-1 .content, .block-1 .photo, .block-5 li .trigger i {
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}

/*------------------------------------------------------*/
/*----------------------- ZOOM IN ----------------------*/
/*------------------------------------------------------*/
.zoom {
  animation: zoom 31.25s infinite;
  -ms-animation: zoom 31.25s infinite;
  -moz-animation: zoom 31.25s infinite;
  -webkit-animation: zoom 31.25s infinite;
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

/*------------------------------------------------------*/
/*---------------------- ZOOM OUT ----------------------*/
/*------------------------------------------------------*/
.zoom-out {
  animation: zoom-out 31.25s infinite;
  -ms-animation: zoom-out 31.25s infinite;
  -moz-animation: zoom-out 31.25s infinite;
  -webkit-animation: zoom-out 31.25s infinite;
}

@keyframes zoom-out {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1.15);
  }
  50% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
  }
}

.zoom-left-top {
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}

.zoom-left-bottom {
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
}

.zoom-right-top {
  -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
}

.zoom-right-bottom {
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

@media (max-width: 1250px) {
  /*------------------------------------------------------*/
  /*---------------------- GRILLAS -----------------------*/
  /*------------------------------------------------------*/
  .gallery-columns-1,
  .grid-column-1 {
    display: -ms-grid;
    display: grid;
  }
  .gallery-columns-2,
  .grid-column-2 {
    display: -ms-grid;
    display: grid;
  }
  .gallery-columns-3,
  .grid-column-3 {
    display: -ms-grid;
    display: grid;
  }
  .gallery-columns-4,
  .grid-column-4 {
    display: -ms-grid;
    display: grid;
  }
  .gallery-columns-5,
  .grid-column-5 {
    display: -ms-grid;
    display: grid;
  }
  .gallery-columns-6,
  .grid-column-6 {
    display: -ms-grid;
    display: grid;
  }
  .gallery-columns-7,
  .grid-column-7 {
    display: -ms-grid;
    display: grid;
  }
  .gallery-columns-8,
  .grid-column-8 {
    display: -ms-grid;
    display: grid;
  }
  .gallery-columns-9,
  .grid-column-9 {
    display: -ms-grid;
    display: grid;
  }
  .gallery-columns-10,
  .grid-column-10 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[8];
        grid-template-columns: repeat(8, 1fr);
  }
  .gallery-columns-11,
  .grid-column-11 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[8];
        grid-template-columns: repeat(8, 1fr);
  }
  .gallery-columns-12,
  .grid-column-12 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[8];
        grid-template-columns: repeat(8, 1fr);
  }
  /*------------------------------------------------------*/
  /*----------------- COLUMNAS DE TEXTO ------------------*/
  /*------------------------------------------------------*/
  .text-columns-4 {
    column-count: 3;
    -webkit-column-count: 3;
    -moz-column-count: 3;
  }
  .text-columns-5 {
    column-count: 3;
    -webkit-column-count: 3;
    -moz-column-count: 3;
  }
}

@media (max-width: 850px) {
  /*------------------------------------------------------*/
  /*------------------- CONTENEDORES ---------------------*/
  /*------------------------------------------------------*/
  .wrap-xl, .blog-content blockquote,
  .wysiwyg blockquote,
  .wrap-l {
    width: 90%;
  }
  
  .wrap-m,
  .block-4 .content,
  .wrap-s,
  .block-3-container .main-content {
    width: 80%;
  }
  /*------------------------------------------------------*/
  /*---------------------- GRILLAS -----------------------*/
  /*------------------------------------------------------*/
  .gallery-columns-1,
  .grid-column-1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .gallery-columns-1.gap-s, .gallery-columns-1.gap-m, .gallery-columns-1.gap-l, .gallery-columns-1.gap-xl,
  .grid-column-1.gap-s,
  .grid-column-1.gap-m,
  .grid-column-1.gap-l,
  .grid-column-1.gap-xl {
    grid-gap: 20px;
  }
  .gallery-columns-2,
  .grid-column-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .gallery-columns-2.gap-s, .gallery-columns-2.gap-m, .gallery-columns-2.gap-l, .gallery-columns-2.gap-xl,
  .grid-column-2.gap-s,
  .grid-column-2.gap-m,
  .grid-column-2.gap-l,
  .grid-column-2.gap-xl {
    grid-gap: 20px;
  }
  .gallery-columns-3,
  .grid-column-3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .gallery-columns-3.gap-s, .gallery-columns-3.gap-m, .gallery-columns-3.gap-l, .gallery-columns-3.gap-xl,
  .grid-column-3.gap-s,
  .grid-column-3.gap-m,
  .grid-column-3.gap-l,
  .grid-column-3.gap-xl {
    grid-gap: 20px;
  }
  .gallery-columns-4,
  .grid-column-4 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .gallery-columns-4.gap-s, .gallery-columns-4.gap-m, .gallery-columns-4.gap-l, .gallery-columns-4.gap-xl,
  .grid-column-4.gap-s,
  .grid-column-4.gap-m,
  .grid-column-4.gap-l,
  .grid-column-4.gap-xl {
    grid-gap: 20px;
  }
  .gallery-columns-5,
  .grid-column-5 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .gallery-columns-5.gap-s, .gallery-columns-5.gap-m, .gallery-columns-5.gap-l, .gallery-columns-5.gap-xl,
  .grid-column-5.gap-s,
  .grid-column-5.gap-m,
  .grid-column-5.gap-l,
  .grid-column-5.gap-xl {
    grid-gap: 20px;
  }
  .gallery-columns-6,
  .grid-column-6 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
  .gallery-columns-6.gap-s, .gallery-columns-6.gap-m, .gallery-columns-6.gap-l, .gallery-columns-6.gap-xl,
  .grid-column-6.gap-s,
  .grid-column-6.gap-m,
  .grid-column-6.gap-l,
  .grid-column-6.gap-xl {
    grid-gap: 20px;
  }
  .gallery-columns-7,
  .grid-column-7 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
  .gallery-columns-7.gap-s, .gallery-columns-7.gap-m, .gallery-columns-7.gap-l, .gallery-columns-7.gap-xl,
  .grid-column-7.gap-s,
  .grid-column-7.gap-m,
  .grid-column-7.gap-l,
  .grid-column-7.gap-xl {
    grid-gap: 20px;
  }
  .gallery-columns-8,
  .grid-column-8 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
  .gallery-columns-8.gap-s, .gallery-columns-8.gap-m, .gallery-columns-8.gap-l, .gallery-columns-8.gap-xl,
  .grid-column-8.gap-s,
  .grid-column-8.gap-m,
  .grid-column-8.gap-l,
  .grid-column-8.gap-xl {
    grid-gap: 20px;
  }
  .gallery-columns-9,
  .grid-column-9 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
  .gallery-columns-9.gap-s, .gallery-columns-9.gap-m, .gallery-columns-9.gap-l, .gallery-columns-9.gap-xl,
  .grid-column-9.gap-s,
  .grid-column-9.gap-m,
  .grid-column-9.gap-l,
  .grid-column-9.gap-xl {
    grid-gap: 20px;
  }
  .gallery-columns-10,
  .grid-column-10 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
  .gallery-columns-10.gap-s, .gallery-columns-10.gap-m, .gallery-columns-10.gap-l, .gallery-columns-10.gap-xl,
  .grid-column-10.gap-s,
  .grid-column-10.gap-m,
  .grid-column-10.gap-l,
  .grid-column-10.gap-xl {
    grid-gap: 20px;
  }
  .gallery-columns-11,
  .grid-column-11 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
  .gallery-columns-11.gap-s, .gallery-columns-11.gap-m, .gallery-columns-11.gap-l, .gallery-columns-11.gap-xl,
  .grid-column-11.gap-s,
  .grid-column-11.gap-m,
  .grid-column-11.gap-l,
  .grid-column-11.gap-xl {
    grid-gap: 20px;
  }
  .gallery-columns-12,
  .grid-column-12 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
  .gallery-columns-12.gap-s, .gallery-columns-12.gap-m, .gallery-columns-12.gap-l, .gallery-columns-12.gap-xl,
  .grid-column-12.gap-s,
  .grid-column-12.gap-m,
  .grid-column-12.gap-l,
  .grid-column-12.gap-xl {
    grid-gap: 20px;
  }
  /*------------------------------------------------------*/
  /*----------------- COLUMNAS DE TEXTO ------------------*/
  /*------------------------------------------------------*/
  .text-columns-3 {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
  }
  .text-columns-4 {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
  }
  .text-columns-5 {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
  }
  /*------------------------------------------------------*/
  /*--------------------- TAMAÑOS  -----------------------*/
  /*------------------------------------------------------*/
  .font-10, .block-1 .categories span {
    font-size: 13px;
  }
  .font-11, .blog-content .gallery-caption,
  .wysiwyg .gallery-caption {
    font-size: 13px;
  }
  .font-12, .slider-4-container .slider-nav-4 .slick-list li .content .pre-title, .slider-5-container .slider-nav-5 li .content .pre-title {
    font-size: 13px;
  }
  .font-13 {
    font-size: 13px;
  }
  .font-14, .block-1 .content .date {
    font-size: 16px;
  }
  .font-15, .blog-content p,
  .blog-content ol,
  .blog-content ul,
  .wysiwyg p,
  .wysiwyg ol,
  .wysiwyg ul, .blog-content table tr td,
  .wysiwyg table tr td, .slider-1 .slide .content .description, .slider-3-container .slider-3 .slide .content .description, .slider-4-container .slider-nav-4 .slick-list li .content .title, .slider-5-container .slider-nav-5 li .content .title, .block-6 .block .description p {
    font-size: 16px;
  }
  .font-16, .slider-4-container .slider-4 .slide .content .description, .slider-5-container .slider-5 .slide .content .description, .block-2 .content .description, .block-2 .content-mini .pre-title, .block-3-container .main-content .pre-title, .block-3-container .main-content .description p {
    font-size: 16px;
  }
  .font-17, .block-4 .content p.author {
    font-size: 16px;
  }
  .font-18, .slider-1 .slide .content .pre-title, .slider-1 .slide .slider-numbers-container .slider-numbers span, .slider-3-container .slider-3 .slide .content .pre-title, .slider-3-container .slider-3 .slide .content .title, .block-2 .content .pre-title, .block-5 li .trigger {
    font-size: 16px;
  }
  .font-19 {
    font-size: 18px;
  }
  .font-20, .slider-3-container .slider-nav-3 .slick-list li, .slider-4-container .slider-4 .slide .content .pre-title, .slider-4-container .slider-nav-4 .slick-list li, .slider-5-container .slider-5 .slide .content .pre-title, .slider-5-container .slider-nav-5 li {
    font-size: 18px;
  }
  .font-21, header p.title, .block-1 .content .title, .block-2 .content-mini .title, .block-3-container .block-3 .content .title {
    font-size: 18px;
  }
  .font-22 {
    font-size: 18px;
  }
  .font-23 {
    font-size: 18px;
  }
  .font-24, .blog-content blockquote p,
  .blog-content blockquote ol,
  .blog-content blockquote ul,
  .wysiwyg blockquote p,
  .wysiwyg blockquote ol,
  .wysiwyg blockquote ul, .block-4 .content p {
    font-size: 18px;
  }
  .font-25 {
    font-size: 18px;
  }
  .font-26 {
    font-size: 21px;
  }
  .font-27 {
    font-size: 21px;
  }
  .font-28, .menu-responsive .menu-container ul li a, .block-2 .content .title, .block-6 .block .title {
    font-size: 21px;
  }
  .font-29 {
    font-size: 21px;
  }
  .font-30, .slick-arrow:before, .block-3-container .main-content .title {
    font-size: 21px;
  }
  .font-31 {
    font-size: 24px;
  }
  .font-32, .slider-1 .slide .content .title, .slider-3-container .slider-3 .slide .content .year, .slider-4-container .slider-4 .slide .content .title, .slider-5-container .slider-5 .slide .content .title, .block-3-container .block-3 .content .count-container {
    font-size: 24px;
  }
  .font-33 {
    font-size: 24px;
  }
  .font-34 {
    font-size: 24px;
  }
  .font-35 {
    font-size: 24px;
  }
  .font-36 {
    font-size: 24px;
  }
  .font-37 {
    font-size: 28px;
  }
  .font-38 {
    font-size: 28px;
  }
  .font-39 {
    font-size: 28px;
  }
  .font-40 {
    font-size: 28px;
  }
  .font-41 {
    font-size: 28px;
  }
  .font-42, .block-3-container .block-3 .content i {
    font-size: 28px;
  }
  .font-43 {
    font-size: 32px;
  }
  .font-44 {
    font-size: 32px;
  }
  .font-45 {
    font-size: 32px;
  }
  .font-46 {
    font-size: 32px;
  }
  .font-47 {
    font-size: 32px;
  }
  .font-48 {
    font-size: 32px;
  }
  .font-49 {
    font-size: 32px;
  }
  .font-50 {
    font-size: 32px;
  }
  .font-51 {
    font-size: 32px;
  }
  .font-52 {
    font-size: 32px;
  }
  .font-53 {
    font-size: 36px;
  }
  .font-54 {
    font-size: 36px;
  }
  .font-55 {
    font-size: 36px;
  }
  .font-56 {
    font-size: 36px;
  }
  .font-57 {
    font-size: 36px;
  }
  .font-58 {
    font-size: 36px;
  }
  .font-59 {
    font-size: 36px;
  }
  .font-60 {
    font-size: 36px;
  }
  .font-61 {
    font-size: 36px;
  }
  .font-62 {
    font-size: 36px;
  }
  .font-63 {
    font-size: 36px;
  }
  .font-64 {
    font-size: 36px;
  }
  .font-65 {
    font-size: 36px;
  }
  .font-66 {
    font-size: 36px;
  }
  .font-67 {
    font-size: 36px;
  }
  .font-68 {
    font-size: 36px;
  }
  .font-69 {
    font-size: 36px;
  }
  .font-70, .block-6 .block .number {
    font-size: 36px;
  }
  .font-71 {
    font-size: 36px;
  }
  .font-72 {
    font-size: 36px;
  }
  .font-73 {
    font-size: 36px;
  }
  .font-74 {
    font-size: 36px;
  }
  .font-75 {
    font-size: 36px;
  }
  .font-76 {
    font-size: 36px;
  }
  .font-77 {
    font-size: 36px;
  }
  .font-78 {
    font-size: 36px;
  }
  .font-79 {
    font-size: 36px;
  }
  .font-80 {
    font-size: 36px;
  }
  .font-81 {
    font-size: 36px;
  }
  .font-82 {
    font-size: 36px;
  }
  .font-83 {
    font-size: 36px;
  }
  .font-84 {
    font-size: 36px;
  }
  .font-85 {
    font-size: 36px;
  }
  .font-86 {
    font-size: 36px;
  }
  .font-87 {
    font-size: 36px;
  }
  .font-88 {
    font-size: 36px;
  }
  .font-89 {
    font-size: 36px;
  }
  .font-90 {
    font-size: 36px;
  }
  .font-91 {
    font-size: 36px;
  }
  .font-92 {
    font-size: 36px;
  }
  .font-93 {
    font-size: 36px;
  }
  .font-94 {
    font-size: 36px;
  }
  .font-95 {
    font-size: 36px;
  }
  .font-96 {
    font-size: 36px;
  }
  .font-97 {
    font-size: 36px;
  }
  .font-98 {
    font-size: 36px;
  }
  .font-99 {
    font-size: 36px;
  }
  .font-100 {
    font-size: 36px;
  }
  /*------------------------------------------------------*/
  /*---------------------- HEADER  -----------------------*/
  /*------------------------------------------------------*/
  header #hamburger {
    display: block;
  }
  header .main-menu {
    display: none;
  }
}

@media (max-width: 550px) {
  /*------------------------------------------------------*/
  /*------------------- CONTENEDORES ---------------------*/
  /*------------------------------------------------------*/
  .wrap-xl, .blog-content blockquote,
  .wysiwyg blockquote,
  .wrap-l,
  .wrap-m,
  .block-4 .content,
  .wrap-s,
  .block-3-container .main-content {
    width: 90%;
  }
  /*------------------------------------------------------*/
  /*---------------------- GRILLAS -----------------------*/
  /*------------------------------------------------------*/
  .gallery-columns-1,
  .grid-column-1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .gallery-columns-2,
  .grid-column-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .gallery-columns-3,
  .grid-column-3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .gallery-columns-4,
  .grid-column-4 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .gallery-columns-5,
  .grid-column-5 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .gallery-columns-6,
  .grid-column-6 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .gallery-columns-7,
  .grid-column-7 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .gallery-columns-8,
  .grid-column-8 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .gallery-columns-9,
  .grid-column-9 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .gallery-columns-10,
  .grid-column-10 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .gallery-columns-11,
  .grid-column-11 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .gallery-columns-12,
  .grid-column-12 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  /*------------------------------------------------------*/
  /*----------------- COLUMNAS DE TEXTO ------------------*/
  /*------------------------------------------------------*/
  .text-columns-2 {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
  }
  .text-columns-3 {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
  }
  .text-columns-4 {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
  }
  .text-columns-5 {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
  }
  /*------------------------------------------------------*/
  /*---------------------- GENERALES ---------------------*/
  /*------------------------------------------------------*/
  .columns-1 {
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    column-gap: 0;
  }
  .columns-2 {
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    column-gap: 0;
  }
  .columns-3 {
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    column-gap: 0;
  }
  /*------------------------------------------------------*/
  /*------------------------- FLEX -----------------------*/
  /*------------------------------------------------------*/
  .flex {
    display: block;
  }
  .flex:before, .flex:after {
    content: " ";
    display: table;
  }
  .flex:after {
    display: block;
    clear: both;
    height: 1px;
    margin-top: -1px;
    visibility: hidden;
  }
  .flex {
    *zoom: 1;
  }
  .flex > * {
    float: left;
    width: 100% !important;
  }
  .flex > *:before, .flex > *:after {
    content: " ";
    display: table;
  }
  .flex > *:after {
    display: block;
    clear: both;
    height: 1px;
    margin-top: -1px;
    visibility: hidden;
  }
  .flex > * {
    *zoom: 1;
  }
}

/*------------------------------------------------------*/
/*-------------- COMPONENTES DEL PROYECTO --------------*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/
/*------------- SASS ARCHITECTURE STRUCTURE ------------*/
/*------------------------------------------------------*/
.primary-font,
body,
button,
input,
select,
textarea {
  font-family: "Libre Caslon Text";
}

p, span a {
  font-family: "Nunito Sans", sans-serif;
}

:root {
  --h1-font-size: 3rem;
  --h2-font-size: 2.2rem;
  --h3-font-size: 1.3rem;
  --body-font-size: 1.3rem;
  --small-font-size: 0.8rem;
}

@media screen and (min-width: 64em) {
  :root {
    --h1-font-size: 3.8rem;
    --h2-font-size:2.2rem;
    --h3-font-size:1.2rem;
    --body-font-size: 1rem;
    --small-font-size: 1rem;
  }
}

@media screen and (min-width: 68em) {
  :root {
    --h1-font-size: 3rem;
    --h2-font-size:2.5rem;
    --h3-font-size:1.5rem;
    --body-font-size: 1.2rem;
    --small-font-size: 1.1rem;
  }
}

h1 {
  font-size: var(--h1-font-size);
}

h2 {
  font-size: var(--h2-font-size);
}

h3 {
  font-size: var(--h3-font-size);
}

h3 p {
  font-size: var(--h3-font-size);
}

body {
  font-size: var(--body-font-size);
}

.small {
  font-size: var(--small-font-size);
}

.uppercase, .slider-1 .slide .content .button,
.slider-1 .slide .content a, .slider-3-container .slider-3 .slide .content .button, .slider-4-container .slider-4 .slide .content .button, .slider-5-container .slider-5 .slide .content .button, .block-1 .categories span {
  text-transform: uppercase;
}

main {
  width: 80%;
  padding: 50px 0;
}

main .image-container {
  height: 50vh;
  width: 100%;
  float: left;
  border-radius: 5px;
  margin: 15px 0;
}

main pre {
  overflow: hidden;
}

main pre,
main code {
  width: 100%;
  float: left;
}

main pre.hljs,
main code.hljs {
  padding: 1% 2.5%;
  border-radius: 5px;
}

.main-color {
  color: #D86A2E;
}

.container-zoom {
  position: relative;
  overflow: hidden;
}

.container-zoom img {
  -webkit-transition: 2s;
  transition: 2s;
  margin-bottom: 0;
}

.container-zoom:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

h4 {
  text-transform: uppercase;
}

main {
  float: none;
  width: initial;
  padding: 0;
}

button {
  background-color: #D86A2E;
  color: #fff;
  padding: 1rem 0;
}

button {
  border: none;
}

button,
.button {
  padding: 10px 15px;
  cursor: pointer;
}

.wrap-button {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrap-button--valle {
  margin-top: 0;
}

.main-btn, .btn-main {
  background-color: #D86A2E;
  color: #fff;
  font-size: 0.9rem;
  padding: 0.8rem 1.2rem;
  text-transform: uppercase;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  font-family: "Nunito Sans", sans-serif;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}

.main-btn i, .btn-main i {
  margin-right: 10px;
}

.main-btn--valles, .btn-main--valles {
  margin-top: 1rem;
}

.main-btn.center, .btn-main.center {
  text-align: center;
}

.main-btn:hover, .btn-main:hover {
  background-color: #9c4a1d;
}

.modal {
  overflow: hidden;
  z-index: 10;
  display: none;
  top: 0;
  left: 0;
}

.modal:before, .modal:after {
  content: " ";
  display: table;
}

.modal:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}

.modal {
  *zoom: 1;
}

.modal .close {
  position: absolute;
  z-index: 10;
  background-color: #000;
  color: #fff;
  padding: 10px;
  right: calc(20% - 20px);
  top: calc(20% - 20px);
  font-size: 30px;
  cursor: pointer;
  border-radius: 50px;
}

.modal .close:hover {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.modal .modal-background {
  background-color: rgba(0, 0, 0, 0.7);
}

.modal .content-modal {
  border: 15px solid #fff;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 60%;
  height: 60vh;
  background-color: #fff;
  overflow-y: auto;
  border-radius: 5px;
}

.modal .content-modal iframe {
  border: none;
  width: 100%;
  height: calc(60vh - 30px);
  border-radius: 5px;
}

.blog-content,
.wysiwyg {
  font-family: "Libre Caslon Text";
  /*------------------------------------------------------*/
  /*----------------------- TÍTULOS ----------------------*/
  /*------------------------------------------------------*/
  /*------------------------------------------------------*/
  /*---------------------- CONTENIDO ---------------------*/
  /*------------------------------------------------------*/
  /*------------------------------------------------------*/
  /*------------------------ LISTAS ----------------------*/
  /*------------------------------------------------------*/
  /*------------------------------------------------------*/
  /*------------------------- CITA -----------------------*/
  /*------------------------------------------------------*/
  /*------------------------------------------------------*/
  /*------------------------ TABLA -----------------------*/
  /*------------------------------------------------------*/
  /*------------------------------------------------------*/
  /*------------------------ MEDIA -----------------------*/
  /*------------------------------------------------------*/
}

.blog-content:before, .blog-content:after,
.wysiwyg:before,
.wysiwyg:after {
  content: " ";
  display: table;
}

.blog-content:after,
.wysiwyg:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}

.blog-content,
.wysiwyg {
  *zoom: 1;
}

.blog-content h1,
.wysiwyg h1 {
  line-height: 140%;
}

.blog-content h1,
.blog-content h1 span,
.blog-content h1 span a,
.wysiwyg h1,
.wysiwyg h1 span,
.wysiwyg h1 span a {
  font-family: "Libre Caslon Text" !important;
}

.blog-content h2,
.wysiwyg h2 {
  line-height: 140%;
}

.blog-content h2,
.blog-content h2 span,
.blog-content h2 span a,
.wysiwyg h2,
.wysiwyg h2 span,
.wysiwyg h2 span a {
  font-family: "Libre Caslon Text" !important;
}

.blog-content h3,
.wysiwyg h3 {
  line-height: 140%;
}

.blog-content h3,
.blog-content h3 span,
.blog-content h3 span a,
.wysiwyg h3,
.wysiwyg h3 span,
.wysiwyg h3 span a {
  font-family: "Libre Caslon Text" !important;
}

.blog-content h4,
.wysiwyg h4 {
  line-height: 140%;
}

.blog-content h4,
.blog-content h4 span,
.blog-content h4 span a,
.wysiwyg h4,
.wysiwyg h4 span,
.wysiwyg h4 span a {
  font-family: "Libre Caslon Text" !important;
}

.blog-content h5,
.wysiwyg h5 {
  line-height: 140%;
}

.blog-content h5,
.blog-content h5 span,
.blog-content h5 span a,
.wysiwyg h5,
.wysiwyg h5 span,
.wysiwyg h5 span a {
  font-family: "Libre Caslon Text" !important;
}

.blog-content h6,
.wysiwyg h6 {
  line-height: 140%;
}

.blog-content h6,
.blog-content h6 span,
.blog-content h6 span a,
.wysiwyg h6,
.wysiwyg h6 span,
.wysiwyg h6 span a {
  font-family: "Libre Caslon Text" !important;
}

.blog-content h1,
.wysiwyg h1 {
  font-size: 33.6px;
}

.blog-content h2,
.wysiwyg h2 {
  font-size: 29.8px;
}

.blog-content h3,
.wysiwyg h3 {
  font-size: 26.5px;
}

.blog-content h4,
.wysiwyg h4 {
  font-size: 23.6px;
}

.blog-content h5,
.wysiwyg h5 {
  font-size: 20.9px;
}

.blog-content h6,
.wysiwyg h6 {
  font-size: 18.6px;
}

.blog-content p,
.blog-content ol,
.blog-content ul,
.wysiwyg p,
.wysiwyg ol,
.wysiwyg ul {
  margin: 20px 0;
}

.blog-content p,
.blog-content p span,
.blog-content p span a,
.blog-content ol,
.blog-content ol span,
.blog-content ol span a,
.blog-content ul,
.blog-content ul span,
.blog-content ul span a,
.wysiwyg p,
.wysiwyg p span,
.wysiwyg p span a,
.wysiwyg ol,
.wysiwyg ol span,
.wysiwyg ol span a,
.wysiwyg ul,
.wysiwyg ul span,
.wysiwyg ul span a {
  font-family: "Libre Caslon Text" !important;
}

.blog-content a,
.wysiwyg a {
  padding: 0;
  color: #D86A2E;
  -webkit-box-shadow: inset 0px -1px 0 0 #D86A2E;
          box-shadow: inset 0px -1px 0 0 #D86A2E;
}

.blog-content a:hover,
.wysiwyg a:hover {
  color: #fff;
  -webkit-box-shadow: inset 0px -40px 0 0 #D86A2E;
          box-shadow: inset 0px -40px 0 0 #D86A2E;
}

.blog-content ul,
.blog-content ol,
.wysiwyg ul,
.wysiwyg ol {
  margin: 40px 0;
  padding-left: 7%;
}

.blog-content ul li,
.blog-content ol li,
.wysiwyg ul li,
.wysiwyg ol li {
  margin: 5px 0 !important;
}

.blog-content ul li,
.wysiwyg ul li {
  list-style: none;
}

.blog-content ul li:before,
.wysiwyg ul li:before {
  background-color: #D86A2E;
  width: 6px;
  height: 6px;
  left: -18px;
  top: 10px;
  content: "";
  border-radius: 10px;
}

.blog-content ol,
.wysiwyg ol {
  list-style: decimal;
}

.blog-content blockquote,
.wysiwyg blockquote {
  padding-left: 2.5%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-content blockquote:before,
.wysiwyg blockquote:before {
  position: absolute;
  height: calc(100% - 46px);
  top: 26px;
  left: 0;
  width: 4px;
  background-color: #D86A2E;
}

.blog-content table,
.wysiwyg table {
  border: none;
  width: 100%;
  margin: 10px 0;
}

.blog-content table tr td,
.wysiwyg table tr td {
  padding: 15px;
  border: none;
}

.blog-content table tr:first-child,
.wysiwyg table tr:first-child {
  background-color: #000 !important;
}

.blog-content table tr:first-child td,
.wysiwyg table tr:first-child td {
  color: #fff;
}

.blog-content table tr:nth-child(even),
.wysiwyg table tr:nth-child(even) {
  background-color: #fff;
}

.blog-content table tr:nth-child(odd),
.wysiwyg table tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.04);
}

.blog-content .gallery-caption,
.wysiwyg .gallery-caption {
  margin: 10px 0;
}

.blog-content .wp-caption,
.wysiwyg .wp-caption {
  position: relative;
  width: 100% !important;
}

.blog-content .wp-caption .wp-caption-text,
.wysiwyg .wp-caption .wp-caption-text {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  margin: 0;
  font-size: 12px;
  padding: 5px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.blog-content .wp-caption.aligncenter,
.wysiwyg .wp-caption.aligncenter {
  margin: 0 auto;
}

.blog-content .wp-caption.alignnone,
.wysiwyg .wp-caption.alignnone {
  width: 100% !important;
}

.blog-content .wp-caption.alignnone img,
.wysiwyg .wp-caption.alignnone img {
  width: 100%;
  height: auto;
}

.blog-content .wp-caption.alignleft, .blog-content .wp-caption.alignright,
.wysiwyg .wp-caption.alignleft,
.wysiwyg .wp-caption.alignright {
  width: 35% !important;
}

.blog-content .wp-caption.alignleft img, .blog-content .wp-caption.alignright img,
.wysiwyg .wp-caption.alignleft img,
.wysiwyg .wp-caption.alignright img {
  width: 100%;
  height: auto;
}

.blog-content .wp-caption.alignleft,
.wysiwyg .wp-caption.alignleft {
  margin: 0 20px 20px 0;
}

.blog-content .wp-caption.alignright,
.wysiwyg .wp-caption.alignright {
  margin: 0 0 20px 20px;
}

.blog-content img,
.wysiwyg img {
  height: auto;
}

.blog-content img.alignleft, .blog-content img.alignright,
.wysiwyg img.alignleft,
.wysiwyg img.alignright {
  width: 35%;
}

.blog-content img.alignleft,
.wysiwyg img.alignleft {
  float: left;
  margin: 0 18px 18px 0;
}

.blog-content img.alignright,
.wysiwyg img.alignright {
  float: right;
  margin: 0 0 18px 18px;
}

.blog-content img.aligncenter,
.wysiwyg img.aligncenter {
  margin: 0 auto;
  display: block;
}

.blog-content img.alignnone,
.wysiwyg img.alignnone {
  width: 100%;
}

.blog-content iframe,
.wysiwyg iframe {
  height: 65vh;
  width: 100%;
}

.blog-content .gallery,
.wysiwyg .gallery {
  grid-gap: 10px;
}

.blog-content .gallery .gallery-item,
.wysiwyg .gallery .gallery-item {
  width: 100% !important;
  height: 100%;
  margin: 0 !important;
  overflow: hidden;
}

.blog-content .gallery .gallery-item .gallery-icon,
.wysiwyg .gallery .gallery-item .gallery-icon {
  width: 100%;
  height: 25vmin;
}

.blog-content .gallery .gallery-item .gallery-icon img,
.wysiwyg .gallery .gallery-item .gallery-icon img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-content .gallery .gallery-item .gallery-icon a,
.wysiwyg .gallery .gallery-item .gallery-icon a {
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.blog-content .gallery .gallery-item .gallery-icon a:hover img,
.wysiwyg .gallery .gallery-item .gallery-icon a:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.blog-content .gallery .gallery-item .gallery-caption,
.wysiwyg .gallery .gallery-item .gallery-caption {
  width: 100%;
}

.blog-content .gallery .gallery-item .gallery-caption:before, .blog-content .gallery .gallery-item .gallery-caption:after,
.wysiwyg .gallery .gallery-item .gallery-caption:before,
.wysiwyg .gallery .gallery-item .gallery-caption:after {
  content: " ";
  display: table;
}

.blog-content .gallery .gallery-item .gallery-caption:after,
.wysiwyg .gallery .gallery-item .gallery-caption:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}

.blog-content .gallery .gallery-item .gallery-caption,
.wysiwyg .gallery .gallery-item .gallery-caption {
  *zoom: 1;
}

.blog-content .gallery br,
.wysiwyg .gallery br {
  display: none;
}

@media (max-width: 850px) {
  .blog-content blockquote,
  .wysiwyg blockquote {
    padding-left: 20px;
    width: 100%;
  }
  .blog-content blockquote:before,
  .wysiwyg blockquote:before {
    width: 3px;
  }
  .blog-content blockquote p,
  .wysiwyg blockquote p {
    font-size: 17px;
  }
  .blog-content img.alignleft, .blog-content img.alignright,
  .wysiwyg img.alignleft,
  .wysiwyg img.alignright {
    width: 100%;
    margin: 10px 0;
  }
}

@media (max-width: 850px) {
  .blog-content p,
  .blog-content ol,
  .blog-content ul,
  .wysiwyg p,
  .wysiwyg ol,
  .wysiwyg ul {
    font-size: 13.5px;
  }
}

ul.slick-dots li {
  height: 10px;
  width: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 2.5px;
  cursor: pointer;
}

ul.slick-dots li button {
  display: none;
}

ul.slick-dots li.slick-active, ul.slick-dots li:hover {
  background-color: #fff;
}

.slick-arrow {
  top: 50%;
  padding: 0;
  width: 50px;
  height: 50px;
  border: none;
  font-size: 0;
  cursor: pointer;
  background-color: #fff;
}

.slick-arrow.slick-prev {
  left: 25px;
}

.slick-arrow.slick-prev:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.slick-arrow.slick-next {
  right: 25px;
}

.slick-arrow.slick-next:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.slick-arrow.slick-disabled {
  cursor: inherit;
  pointer-events: none;
  opacity: 0;
  filter: alpha(opacity=0);
}

.slick-arrow:hover {
  background-color: #000;
  color: #fff;
}

.title-section {
  text-align: center;
  margin: 3rem 0;
}

.title-section h2 {
  margin-bottom: .7rem;
  text-transform: capitalize;
}

.title-section p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.1rem;
}

@media screen and (min-width: 50em) {
  .title-section p {
    font-size: 1.5rem;
  }
}

.section-recognize {
  background-color: #CFC6BE;
  padding: 2rem 0 5rem;
}

.section-recognize .recognize-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

@media screen and (min-width: 50em) {
  .section-recognize .recognize-wrap {
    -ms-grid-columns: (minmax(150px, auto))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(150px, auto));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 75em) {
  .section-recognize .recognize-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(150px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}

.section-recognize .recognize-wrap .recognize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-recognize .recognize-wrap .recognize .points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #D86A2E;
}

.section-recognize .recognize-wrap .recognize .points .pts {
  font-size: 3rem;
  word-break: break-word;
}

.section-recognize .recognize-wrap .recognize .recognize__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.section-recognize .recognize-wrap .recognize .recognize__info p {
  font-size: 1rem;
}

.section-recognize .recognize-wrap .recognize .recognize__info p.name {
  font-size: .9rem;
}

.grid-wines {
  gap: 2rem;
  -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
  padding-bottom: 3rem;
}

@media screen and (min-width: 50em) {
  .grid-wines {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 75em) {
  .grid-wines {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.grid-wines .item {
  padding: 1rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr auto;
      grid-template-rows: auto 1fr auto;
  justify-items: center;
}

.grid-wines .item .reset-link__wine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 50em) {
  .grid-wines .item {
    max-width: 48%;
  }
}

@media screen and (min-width: 75em) {
  .grid-wines .item {
    max-width: 30%;
    width: 30%;
  }
}

.grid-wines .item img {
  max-height: 22rem;
  margin-bottom: 2rem;
}

.grid-wines .item .info-wrap {
  text-align: center;
}

.grid-wines .item .info-wrap .valle {
  font-family: "Libre Baskerville", serif;
  font-size: 1.2rem;
  color: #33342E;
}

.grid-wines .item .info-wrap .name {
  font-family: "Libre Baskerville", serif;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 1rem 0;
}

.grid-wines .item .info-wrap .info {
  font-size: .9rem;
  color: #33342E;
}

.grid-wines .item .info-wrap--wine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.grid-wines .item .info-wrap--wine .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.grid-wines .item .link-wrap .link {
  display: block;
  margin-top: 2rem;
  color: #D86A2E;
  text-decoration: underline;
  margin-top: 1.5rem;
  text-transform: uppercase;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.grid-wines .item .link-wrap .link:hover {
  color: #b25421;
}

.grid-wines--valley {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(auto, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(auto, 1fr));
}

@media screen and (min-width: 50em) {
  .grid-wines--valley {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.grid-wines--valley .item {
  width: 100%;
}

@media screen and (min-width: 50em) {
  .grid-wines--valley .item {
    width: 30%;
  }
}

@media screen and (min-width: 75em) {
  .grid-wines--valley .item {
    width: 30%;
  }
}

.margin-negative {
  margin-bottom: -15rem;
}

.valle-valles {
  padding: 3rem 0;
  background-color: #F3EEE8;
}

.idioma {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.idioma .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border-top: 1px solid transparent;
  visibility: initial;
  position: absolute;
}

.idioma .wpml-ls-native::after {
  content: "";
  display: none;
}

.idioma .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  opacity: 0;
}

.idioma .wpml-ls-legacy-dropdown a {
  border: 1px solid transparent;
  background-color: transparent;
}

@media screen and (min-width: 50em) {
  .idioma {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 1rem 0;
    opacity: 1;
  }
  .idioma .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border-top: 1px solid transparent;
    visibility: hidden;
    position: absolute;
  }
  .idioma .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    opacity: 1;
  }
  .idioma span.wpml-ls-native {
    text-decoration: underline;
  }
  .idioma .wpml-ls-legacy-dropdown {
    width: 110px;
    max-width: 100%;
  }
  .idioma a.js-wpml-ls-item-toggle.wpml-ls-item-toggle {
    border: none;
    background-color: transparent;
    color: #fff;
  }
  .idioma .wpml-ls-legacy-dropdown a {
    background-color: #1A1A1A;
    color: #D86A2E;
    border: none;
  }
  .idioma .wpml-ls-statics-shortcode_actions ul li:hover > a {
    background-color: transparent;
    color: #fff;
  }
  .idioma .wpml-ls-statics-shortcode_actions ul .wpml-ls-first-item a {
    color: #fff;
    padding-left: 10px;
    cursor: pointer;
  }
  .idioma .wpml-ls-statics-shortcode_actions ul .wpml-ls-first-item a:hover {
    background-color: #1A1A1A;
    color: #D86A2E;
  }
  .idioma ul.wpml-ls-sub-menu li a {
    padding: 10px 0;
    cursor: pointer;
  }
  .idioma .idioma .wpml-ls-statics-shortcode_actions ul .wpml-ls-first-item a {
    cursor: pointer !important;
  }
}

#wpadminbar {
  position: fixed !important;
  top: inherit !important;
  bottom: 0;
}

header p.title {
  color: #fff;
  padding: 15px 15px;
}

header ul.main-menu li a {
  color: #fff;
  padding: 15px 15px;
}

header ul.main-menu li:hover:not(.active) a {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

header ul.main-menu li.menu-item-has-children ul.sub-menu {
  width: 150px;
  background-color: #000;
  top: 100%;
  right: 0;
  z-index: -10;
  pointer-events: none;
  border-radius: 5px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

header ul.main-menu li.menu-item-has-children ul.sub-menu:before {
  width: 10px;
  height: 10px;
  background-color: #000;
  content: "";
  top: -5px;
  right: 30px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

header ul.main-menu li.menu-item-has-children ul.sub-menu li a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

header ul.main-menu li.menu-item-has-children:hover ul.sub-menu {
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

header ul.main-menu li.menu-item-has-children.active ul.sub-menu li a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

header #hamburger {
  width: 30px;
  height: 20px;
  margin: 17px 0;
  cursor: pointer;
}

@media screen and (min-width: 75em) {
  header #hamburger {
    display: none;
  }
}

header #hamburger span {
  position: absolute;
  width: 100%;
  height: 1.5px;
  background-color: #fff;
}

header #hamburger span.line-1 {
  top: 0;
}

header #hamburger span.line-2 {
  top: 50%;
}

header #hamburger span.line-3 {
  top: 100%;
}

header #hamburger:hover span.line-1 {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

header #hamburger:hover span.line-3 {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

header #hamburger.close span {
  position: absolute;
}

header #hamburger.close span.line-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 10px;
}

header #hamburger.close span.line-2 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

header #hamburger.close span.line-3 {
  opacity: 0;
  filter: alpha(opacity=0);
}

.menu-responsive {
  right: -100%;
  width: 100%;
  padding: 100px 10% 70px;
  bottom: 0;
  top: 0;
  position: fixed;
  z-index: 9;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.menu-responsive .idioma {
  display: block;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.menu-responsive .idioma,
.menu-responsive .idioma .wpml-ls-legacy-dropdown {
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 50em) {
  .menu-responsive .idioma {
    display: none;
  }
}

@media screen and (min-width: 50em) {
  .menu-responsive {
    padding-top: 160px;
  }
}

@media screen and (min-width: 75em) {
  .menu-responsive {
    display: none;
  }
}

.menu-responsive .menu-container {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  float: left;
  position: relative;
  z-index: 1;
}

.menu-responsive .menu-container ul:before, .menu-responsive .menu-container ul:after {
  content: " ";
  display: table;
}

.menu-responsive .menu-container ul:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}

.menu-responsive .menu-container ul {
  *zoom: 1;
}

.menu-responsive .menu-container ul li a {
  color: #000;
  padding: 15px 0;
}

.menu-responsive .menu-container ul li.active a {
  opacity: 0.5;
}

.menu-responsive.opened {
  right: 0px !important;
}

.header-marques {
  background-color: #000;
  position: fixed;
  z-index: 10;
  top: 0;
}

.header-marques.nav-down {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (min-width: 50em) {
  .header-marques.nav-down {
    -webkit-transform: translateY(-55px);
    transform: translateY(-55px);
  }
}

@media screen and (min-width: 75em) {
  .header-marques {
    position: relative;
  }
  .header-marques.nav-down, .header-marques.nav-up, .header-marques.nav-up.nav-top {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.header-marques .logo {
  height: 4rem;
}

.header-marques .menu-container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 0;
  display: none;
}

@media screen and (min-width: 75em) {
  .header-marques .menu-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header-marques .menu-container .menu-left ul,
.header-marques .menu-container .menu-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-marques .menu-container .menu-left ul li,
.header-marques .menu-container .menu-right ul li {
  margin: 0 1rem;
}

.header-marques .menu-container .menu-left ul li a,
.header-marques .menu-container .menu-right ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 400;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.header-marques .menu-container .menu-left ul li a:hover,
.header-marques .menu-container .menu-right ul li a:hover {
  color: #D86A2E;
}

.header-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 0;
}

@media screen and (min-width: 75em) {
  .header-mobile {
    display: none;
  }
}

.header-mobile .header-marques__logo-mobile .logo-mobile {
  height: 2.5rem;
}

.header-mobile .wrap-logo img.logo {
  height: 60px;
}

.top-bar {
  background-color: #1A1A1A;
  display: none;
}

@media screen and (min-width: 50em) {
  .top-bar {
    display: block;
  }
}

.top-bar .top-bar__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: .8rem;
  text-transform: uppercase;
}

.top-bar .top-bar__content .rrss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 .6rem;
}

.top-bar .top-bar__content .rrss .social-wrap a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.top-bar .top-bar__content .rrss .social-wrap a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.top-bar .top-bar__content .rrss .social-wrap i {
  margin: 0 .4rem;
  color: #fff;
}

.top-bar .top-bar__content .contact a {
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.top-bar .top-bar__content .contact a:hover {
  color: #D86A2E;
}

.footer {
  padding: 3rem 0 0;
  background-color: #000;
}

.footer .footer__newsletter {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .footer__newsletter h3 {
  margin-bottom: 1rem;
}

.footer .footer__newsletter .footer__p {
  width: 100%;
}

.footer .footer__newsletter .footer__p p {
  color: #fff;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.footer .footer-menu {
  margin-top: 2rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.footer .footer-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .8rem;
}

@media screen and (min-width: 50em) {
  .footer .footer-menu ul {
    gap: 0;
  }
}

@media screen and (min-width: 50em) {
  .footer .footer-menu ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.footer .footer-menu ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.footer .footer-menu ul li a:hover {
  color: #D86A2E;
}

.footer .footer-rrss {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.footer .footer-rrss .rrss {
  position: relative;
  width: 100%;
  text-align: center;
}

.footer .footer-rrss .rrss::after, .footer .footer-rrss .rrss::before {
  content: '';
  position: absolute;
  width: calc(50% - 50px);
  height: 1px;
  background-color: #D86A2E;
  margin-top: -50px;
  bottom: 50%;
}

.footer .footer-rrss .rrss::after {
  right: 0;
}

.footer .footer-rrss .rrss::before {
  left: 0;
}

.footer .footer-rrss .rrss a {
  display: inline-block;
  color: #fff;
}

.footer .footer-rrss .rrss a:nth-child(1) {
  margin-right: 15px;
}

.footer .footer-rrss .rrss a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.footer .footer-logo {
  margin: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer .copyright {
  margin-top: 1rem;
  background-color: #D86A2E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
}

.footer .copyright p {
  color: #fff;
  font-size: 1rem;
}

@media screen and (min-width: 50em) {
  .footer .copyright p {
    font-size: initial;
  }
}

.footer__newsletter--blog {
  padding: 3rem 0;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__newsletter--blog h3 {
  margin-bottom: 1rem;
}

.footer__newsletter--blog .footer__p {
  width: 100%;
}

.footer__newsletter--blog .footer__p p {
  color: #33342E;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.footer__newsletter--blog form {
  margin-top: 1rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__newsletter--blog form .label {
  width: 80%;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__newsletter--blog form .label input {
  color: #fff;
  border: 1px solid #D86A2E;
  margin-right: 5px;
  width: 70%;
  padding-left: 10px;
  background-color: #33342E;
}

.footer__newsletter--blog form .label button {
  width: 30%;
}

.footer__newsletter--blog form ::-webkit-input-placeholder {
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
}

.footer__newsletter--blog form :-ms-input-placeholder {
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
}

.footer__newsletter--blog form ::-ms-input-placeholder {
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
}

.footer__newsletter--blog form ::placeholder {
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
}

.content form.wpcf7-form.init .ajax-loader {
  bottom: 4rem !important;
}

.form-field {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 50em) {
  .form-field {
    margin-top: 0;
  }
}

.form-field br {
  display: none;
}

@media screen and (min-width: 50em) {
  .form-field {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.form-field label {
  text-align: center;
}

.form-field label .wpcf7-email {
  height: 2.5rem;
  border: 1px solid #D86A2E;
  margin-right: 4px;
  color: #fff;
  padding-left: 10px;
  width: 90%;
}

@media screen and (min-width: 50em) {
  .form-field label .wpcf7-email {
    width: auto;
  }
}

.form-field input.wpcf7-form-control.wpcf7-submit {
  border: none;
  height: 2.5rem;
  padding: .5rem 1.6rem;
  font-family: "Nunito Sans", sans-serif;
  font-size: .9rem;
}

.wpcf7 {
  position: relative;
}

.wpcf7 .ajax-loader {
  position: absolute !important;
  position: absolute !important;
  left: -80px !important;
}

.wpcf7 span.wpcf7-not-valid-tip {
  position: absolute;
  font-size: 0.8rem;
  left: 0;
  background-color: white;
  padding: 0.1rem 0.5rem;
  border-left: 3px solid #e04f5f;
}

.wpcf7 .wpcf7-response-output {
  position: absolute !important;
  top: -1.2rem !important;
  font-size: .9rem;
  margin: 0 !important;
  color: #fff;
}

.form-pre-footer .wpcf7 form.sent .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  background-color: #fff;
  border: none;
  left: 7px;
  color: #2a2a2a;
  border-left: 5px solid #46b450;
  border-radius: 5px;
  padding: 0.6rem;
  top: -1.7rem !important;
  padding-left: 2.5rem;
}

.wpcf7 form.sent .wpcf7-response-output:before {
  content: "";
  background: url("./assets/images/footer/check.png");
  background-size: cover;
  position: absolute;
  top: 7px;
  left: 8px;
  z-index: 9;
  width: 23px;
  height: 23px;
  display: block;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #3d413d;
  background-color: #fff;
  border: none;
  left: 7px;
  color: #2a2a2a;
  border-left: 5px solid #e04f5f !important;
  border-radius: 5px;
  padding: 0.6rem;
  top: -1.7rem !important;
  padding-left: 2.5rem;
}

.wpcf7 form.invalid .wpcf7-response-output:before, .wpcf7 form.unaccepted .wpcf7-response-output:before {
  content: "";
  background: url("./assets/images/footer/close.png");
  background-size: cover;
  position: absolute;
  top: 7px;
  left: 8px;
  z-index: 9;
  width: 23px;
  height: 23px;
  display: block;
}

.form-newsletter .wpcf7 form.sent .wpcf7-response-output {
  top: 5.3rem !important;
}

.posts .wpcf7 .wpcf7-response-output {
  position: absolute !important;
  top: -20px !important;
  top: 5.5rem !important;
  left: -5px;
  font-size: .9rem;
  color: #33342e;
}

.posts .form-field label .wpcf7-email {
  height: 2.5rem;
  border: 0;
  margin-right: 4px;
  color: #fff;
  padding-left: 10px;
  background-color: #33342E;
}

.posts .footer__newsletter--blog {
  padding: 3rem 0 0;
}

.content-message {
  height: 15rem;
  background-color: rgba(216, 105, 46, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
  border-radius: 8px;
  gap: 1rem;
  margin-bottom: 2rem;
}

.content-message img {
  height: 4rem;
}

.page-banner {
  background-size: cover;
  background-position: center center;
  min-height: 27rem;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 0;
  padding: 160px 0 3rem;
}

@media screen and (min-width: 50em) {
  .page-banner {
    padding: inherit;
    min-height: 30rem;
  }
}

.page-banner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
  background: linear-gradient(to bottom, transparent 0%, black 100%);
  z-index: -1;
}

.page-banner__content {
  text-align: center;
  color: #fff;
  margin: 0 auto;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}

@media screen and (min-width: 50em) {
  .page-banner__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    text-align: center;
  }
}

.page-banner .content--home h1 {
  font-size: 2.5rem;
}

@media screen and (min-width: 50em) {
  .page-banner .content--home h1 {
    font-size: 3.3rem;
  }
}

.page-banner h1, .page-banner h3 {
  margin-bottom: 1.5rem;
  font-family: "Libre Baskerville", serif;
}

@media screen and (min-width: 50em) {
  .page-banner h1, .page-banner h3 {
    margin-bottom: 0;
  }
}

.page-banner h1 {
  letter-spacing: initial;
}

@media screen and (min-width: 30em) {
  .page-banner h1 {
    letter-spacing: 2px;
  }
}

@media screen and (min-width: 50em) {
  .page-banner h1 {
    letter-spacing: 5px;
  }
}

.page-banner h3 {
  letter-spacing: 3px;
}

.page-banner h3 p {
  margin: 0;
}

@media screen and (min-width: 50em) {
  .page-banner h3 {
    line-height: initial;
  }
}

.page-banner .info p {
  font-size: 1.2rem;
  margin: 10px 0;
}

@media screen and (min-width: 50em) {
  .page-banner .info p {
    font-size: 1.6rem;
  }
}

.page-banner a {
  margin-top: 2rem;
}

@media screen and (min-width: 50em) {
  .page-banner a {
    margin-top: 2rem;
  }
}

.page-banner .page-banner__inside {
  height: 5rem;
}

.page-banner--variation {
  height: auto;
}

.page-banner--variation h3 {
  margin: 1rem 0;
}

@media screen and (min-width: 50em) {
  .page-banner--variation {
    height: 42rem;
  }
}

.page-banner--vinos {
  height: 32rem;
}

.page-banner--vinos h3 {
  margin: 1rem 0;
}

@media screen and (min-width: 50em) {
  .page-banner--vinos .info {
    width: 60%;
  }
}

.page-banner--vinos .info p {
  font-size: 1rem;
}

@media screen and (min-width: 50em) {
  .page-banner--vinos .info p {
    font-size: inherit;
  }
}

@media screen and (min-width: 50em) {
  .page-banner--vinos {
    height: 42rem;
  }
}

.page-banner--chefs .page-banner__content .page-banner__inside {
  height: 8rem;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
}

@media screen and (min-width: 30em) {
  .page-banner--chefs .page-banner__content .page-banner__inside {
    height: 10rem;
    -o-object-fit: initial;
       object-fit: initial;
  }
}

.page-banner .bg-video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  height: 100%;
  width: 100%;
}

.page-banner .bg-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.grid-template-default {
  -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
}

@media screen and (min-width: 50em) {
  .grid-template-default {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 30em) {
  .grid-template-default .item .container-zoom {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 50em) {
  .grid-template-default .item .container-zoom {
    width: 100%;
    margin-bottom: 0;
    height: 100%;
  }
}

@media screen and (min-width: 75em) {
  .grid-template-default .item .container-zoom {
    height: 100%;
  }
}

.grid-template-default .item:nth-child(1) .item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  text-align: left;
  padding: 4rem 0;
  height: 100%;
  width: 80%;
  margin: 0 auto;
}

@media screen and (min-width: 50em) {
  .grid-template-default .item:nth-child(1) .item__content {
    width: 95%;
    padding: 4rem 1rem;
  }
}

@media screen and (min-width: 75em) {
  .grid-template-default .item:nth-child(1) .item__content {
    width: 70%;
  }
}

.grid-template-default .item:nth-child(1) .item__content h2, .grid-template-default .item:nth-child(1) .item__content h3, .grid-template-default .item:nth-child(1) .item__content .item__info {
  margin-bottom: 1rem;
}

.grid-template-default .item:nth-child(1) .item__content button {
  margin-top: 1.5rem;
}

@media screen and (min-width: 50em) {
  .grid-template-default .item:nth-child(1) .item__content a {
    margin-bottom: 1.5rem;
  }
}

.grid-template-default .item:nth-child(1) .item__content .item__info {
  font-size: .9rem;
}

.grid-template-default .item:nth-child(1) .item__content .item__info p {
  font-size: 1.1rem;
}

@media screen and (min-width: 50em) {
  .grid-template-default .item:nth-child(1) .item__content .item__info p {
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 50em) {
  .grid-template-default .item:nth-child(1) .item__content .item__info {
    font-size: inherit;
  }
}

.grid-template-default .item:nth-child(1) .item__content--bg-blanco {
  color: #000;
}

.grid-template-default .item:nth-child(1) .item__content--bg-blanco .item__info {
  margin-top: 1rem;
}

@media screen and (min-width: 50em) {
  .grid-template-default .item:nth-child(1) .item__content--bg-blanco .item__info {
    margin-top: 0;
  }
}

.grid-template-default .item:nth-child(1) .item__content--bg-blanco .item__info p {
  color: #000;
}

.grid-template-default .item:nth-child(1) .item__content--bg-negro {
  color: #fff;
}

.grid-template-default .item:nth-child(1) .item__content--bg-negro .item__info {
  margin-top: 1rem;
}

@media screen and (min-width: 50em) {
  .grid-template-default .item:nth-child(1) .item__content--bg-negro .item__info {
    margin-top: 0;
  }
}

.grid-template-default .item:nth-child(1) .item__content--bg-gris {
  color: #000;
}

.grid-template-default .item:nth-child(1) .item__content--bg-gris .item__info {
  margin-top: 1rem;
}

@media screen and (min-width: 50em) {
  .grid-template-default .item:nth-child(1) .item__content--bg-gris .item__info {
    margin-top: 0;
  }
}

.grid-template-default .item:nth-child(1) .item__content--bg-gris h2 {
  color: #000;
}

.grid-template-default .item:nth-child(1) .item__content--bg-marfil {
  color: #000;
}

.grid-template-default .item:nth-child(1) .item__content--bg-marfil .item__info {
  margin-top: 1rem;
}

@media screen and (min-width: 50em) {
  .grid-template-default .item:nth-child(1) .item__content--bg-marfil .item__info {
    margin-top: 0;
  }
}

.grid-template-default .item:nth-child(1) .item__content--bg-marfil h2 {
  color: #D86A2E;
}

.grid-template-default .item:nth-child(2) {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media screen and (min-width: 50em) {
  .grid-template-default .item:nth-child(2) {
    -ms-flex-item-align: initial;
        -ms-grid-row-align: initial;
        align-self: initial;
  }
}

@media screen and (min-width: 75em) {
  .grid-template-default .item:nth-child(2) {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    padding-top: 3rem;
  }
}

@media screen and (min-width: 30em) {
  .grid-template-default .item:nth-child(2) {
    grid-row: initial;
  }
}

.grid-template-default .item:nth-child(2) img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.grid-template-default--invert .item:nth-child(2) {
  -ms-grid-row: 1;
  grid-row: 1;
}

.grid-color-blanco {
  background-color: #fff;
}

.grid-color-negro {
  background-color: #000;
}

.grid-color-gris {
  background-color: #CFC6BE;
}

.grid-color-marfil {
  background-color: #F3EEE8;
}

.marfil {
  background-color: #F3EEE8;
}

.grid-category {
  position: relative;
}

.grid-category-default .wine-absolute {
  position: relative;
  margin: 0 auto 1rem;
  height: 10rem;
  display: none;
}

@media screen and (min-width: 30em) {
  .grid-category-default .wine-absolute {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 0;
    height: 15rem;
    display: block;
  }
}

@media screen and (min-width: 50em) {
  .grid-category-default .wine-absolute {
    height: 30rem;
  }
}

.grid-category-default .column-left {
  padding: 3rem 0 !important;
}

@media screen and (min-width: 50em) {
  .grid-category-default .column-left {
    padding: initial !important;
  }
}

.grid-category-default .column-left .item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  text-align: left;
  padding: 1rem;
  height: 100%;
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 50em) {
  .grid-category-default .column-left .item__content {
    width: 70%;
    padding: 1rem;
  }
}

.grid-category-default .column-left .item__content h2, .grid-category-default .column-left .item__content h3, .grid-category-default .column-left .item__content .item__info {
  margin-bottom: 1rem;
}

.grid-category-default .column-left .item__content button {
  margin-top: 1.5rem;
}

.grid-category-default .column-left .item__content a {
  margin-bottom: 1.5rem;
}

.grid-category-default .column-left .item__content--bg-blanco h2 {
  color: #000;
}

.grid-category-default .column-left .item__content--bg-blanco .item__info p {
  color: #000;
}

.grid-category-default .column-left .item__content--bg-negro {
  color: #fff;
}

.grid-category-default .column-left .item__content--bg-negro h2 {
  color: #fff;
}

.grid-category-default .column-left .item__content--bg-gris {
  color: #000;
}

.grid-category-default .column-left .item__content--bg-gris h2 {
  color: #000;
}

.grid-category-default .column-right {
  padding-top: 3rem;
  -ms-grid-row: 1;
  grid-row: 1;
}

@media screen and (min-width: 30em) {
  .grid-category-default .column-right {
    grid-row: initial;
  }
}

.grid-category-default .column-right img {
  height: 100%;
  width: 100%;
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.grid-category-template-default--invert .item {
  display: none;
}

.grid-category-template-default--invert .item:nth-child(2) {
  -ms-grid-row: 1;
  grid-row: 1;
}

.grid-template-default--invert .item.column-right {
  -ms-grid-row: 1 !important;
  grid-row: 1 !important;
}

.grid-color-blanco {
  background-color: #fff;
}

.grid-color-negro {
  background-color: #000;
}

.grid-color-gris {
  background-color: #CFC6BE;
}

.posts {
  background-color: #EBEBEB;
}

.entry {
  padding: 0 0 3rem;
  background-color: #EBEBEB;
}

.entry h2 {
  text-align: center;
  padding: 3rem 0;
}

.chef__info {
  text-align: center;
  margin: 6rem auto;
  max-width: 100%;
}

@media screen and (min-width: 50em) {
  .chef__info {
    max-width: 60%;
  }
}

.grid-blog {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
  -ms-grid-columns: (minmax(250px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

@media screen and (min-width: 30em) {
  .grid-blog {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

.grid-blog--creacion {
  -ms-grid-columns: (minmax(250px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

@media screen and (min-width: 50em) {
  .grid-blog--creacion {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

.grid-blog .item {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  margin-bottom: 3rem;
}

.grid-blog .item img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 17rem;
}

@media screen and (min-width: 50em) {
  .grid-blog .item img {
    max-height: 25rem;
  }
}

.grid-blog .item h4 {
  font-family: "Libre Baskerville", serif;
  margin: 1.5rem 0;
  font-weight: 400;
  font-size: 1rem;
  word-break: break-word;
  text-transform: initial;
}

@media screen and (min-width: 50em) {
  .grid-blog .item h4 {
    font-size: inherit;
  }
}

.grid-blog__link {
  background-color: #D86A2E;
  color: #fff;
  font-size: 0.9rem;
  padding: 0.8rem 1.2rem;
  text-transform: uppercase;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  font-family: "Nunito Sans", sans-serif;
  display: inline-block;
  font-weight: bold;
  width: 150px;
  margin: 0 auto;
}

.grid-blog__link:hover {
  background-color: #b25421;
}

.finder {
  margin: 3rem 0;
}

.finder input {
  background-color: #fff;
  height: 40px;
  width: 300px;
  padding-left: 1rem;
}

.finder input:focus {
  border: 1px solid #D86A2E;
}

.finder input[type="search"]::-webkit-search-cancel-button {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.finder button {
  height: 40px;
}

.search-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 75em) {
  .search-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.search-wrap h2 {
  padding: 0;
}

@media screen and (min-width: 75em) {
  .search-wrap h2 {
    padding: 3rem 0;
  }
}

.uppercase, .slider-1 .slide .content .button,
.slider-1 .slide .content a, .slider-3-container .slider-3 .slide .content .button, .slider-4-container .slider-4 .slide .content .button, .slider-5-container .slider-5 .slide .content .button, .block-1 .categories span {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.grid-instagram {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(160px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1rem;
}

@media screen and (min-width: 30em) {
  .grid-instagram {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (min-width: 50em) {
  .grid-instagram {
    gap: 3rem;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
}

.grid-instagram .item .container-zoom-video {
  height: 100%;
}

.grid-instagram .item .container-zoom {
  height: 300px;
}

.grid-instagram .item .container-zoom img {
  position: absolute;
  width: 100%;
}

.grid-instagram .item img {
  height: auto;
}

@media screen and (min-width: 50em) {
  .grid-instagram .item img {
    height: auto;
    height: 100%;
  }
}

.item img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

h2.age-gate-subheading {
  font-size: 1.5rem;
  color: #fff;
}

form.age-gate-form {
  background: #000;
}

p.age-gate-challenge {
  color: #fff;
}

.age-gate-additional-information {
  color: #fff;
}

.age-gate-heading.age-gate-logo img {
  max-width: 100%;
  height: 4rem;
  margin-bottom: 2rem;
}

form.age-gate-form {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  max-width: 100%;
}

.age-gate-wrapper {
  position: relative;
}

form.age-gate-form {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  max-width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  place-content: center;
}

form.age-gate-form * {
  grid-column: 1/-1;
  margin-bottom: 1rem;
}

form.age-gate-form > button {
  grid-column: auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.age-gate-submit-yes {
  margin: 0 5px 10px 0;
  width: 50%;
  margin-left: auto;
}

.age-gate-submit-no, .age-gate-submit-yes.age-gate-submit--reversed {
  margin: 0 0 10px 5px;
  width: 50%;
  margin-right: auto;
  background-color: transparent;
  border: 1px solid #fff;
}

html {
  scroll-behavior: smooth;
}

.link-valley-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-eng {
  display: none;
}

.valles {
  background-color: #F3EEE8;
}

.valles .valles__bg {
  max-width: 100%;
  position: relative;
  width: 100%;
  display: block;
}

@media screen and (min-width: 75em) {
  .valles .valles__bg {
    display: none;
  }
}

.valles .valles__bajada p {
  font-family: "Libre Caslon Text";
  font-weight: 500;
  font-size: 1.4rem;
}

@media screen and (min-width: 50em) {
  .valles .valles__bajada p {
    font-size: 1.5rem;
  }
}

.wine-blog {
  background-color: #EBEBEB;
  padding-bottom: 3rem;
  padding-top: 3rem;
}

section.feed-instagram {
  padding-bottom: 3rem;
}

@media screen and (min-width: 75em) {
  section.feed-instagram {
    min-height: 599px;
  }
}

.feed-instagram__bajada {
  width: 100%;
}

.feed-instagram__bajada p {
  font-family: "Libre Caslon Text";
}

@media screen and (min-width: 50em) {
  .feed-instagram__bajada {
    width: 80%;
    margin: 0 auto;
  }
}

.grid-column-feed-instagram {
  gap: 1rem;
}

.grid-column-feed-instagram .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.grid-column-feed-instagram .item img {
  width: 100%;
  height: 100%;
}

.layout-bg {
  min-height: 25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 0;
  padding: 6rem 0 1rem;
}

@media screen and (min-width: 50em) {
  .layout-bg {
    min-height: 33rem;
  }
}

.layout-bg .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  text-align: center;
}

.layout-bg .content .layout-bg__p {
  margin: 1.4rem 0;
}

.layout-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.wrap-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap-inputs input {
  border: 1px solid #fff;
  height: 2.6rem;
  width: 95%;
  padding-left: 10px;
  color: #fff;
}

.wpcf7-form ::-webkit-input-placeholder {
  color: #fff;
}

.wpcf7-form :-ms-input-placeholder {
  color: #fff;
}

.wpcf7-form ::-ms-input-placeholder {
  color: #fff;
}

.wpcf7-form ::placeholder {
  color: #fff;
}

.wpcf7-form textarea {
  color: #fff;
  padding: 10px;
  width: 97.5%;
  background-color: transparent;
  border: 1px solid #fff;
}

.wpcf7-form .wpcf7-submit {
  background-color: #D86A2E;
  color: #fff;
  font-size: 0.8rem;
  padding: 0.8rem 1.6rem;
  text-transform: uppercase;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: bold;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: .9rem;
  margin: 2rem auto 0;
  cursor: pointer;
}

@media screen and (min-width: 50em) {
  .wpcf7-form .wpcf7-submit {
    margin: 2rem auto;
  }
}

.wpcf7-form .wpcf7-submit:hover {
  background-color: #9c4a1d;
}

form.wpcf7-form {
  opacity: 1;
  -webkit-transition: opacity .7s;
  transition: opacity .7s;
}

form.wpcf7-form:hide {
  opacity: 0;
}

.content-map {
  display: none;
  width: 100%;
  height: auto;
  position: relative;
  margin: 3rem 0 0;
}

@media screen and (min-width: 75em) {
  .content-map {
    display: block;
  }
}

.pin {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
}

.pin h4 {
  text-transform: uppercase;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  text-align: center;
  font-size: 1rem;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.pin .line {
  height: 120px;
  width: 1px;
  background-color: #1A1818;
  opacity: .3;
  margin-top: 1rem;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.pin:hover {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.pin:hover .line {
  opacity: .8;
}

.pin:hover h4 {
  font-weight: 500;
}

.pin:nth-child(2) {
  left: 5%;
  bottom: 35%;
}

.pin:nth-child(2) .line {
  height: 50px;
}

.pin:nth-child(3) {
  left: 44.3%;
  top: -20px;
}

.pin:nth-child(3) .line {
  height: 250px;
}

.pin:nth-child(4) {
  left: 50.3%;
  bottom: 47%;
}

.pin:nth-child(5) {
  left: 58%;
  top: 0;
}

.pin:nth-child(5) .line {
  height: 250px;
}

.pin:nth-child(6) {
  left: 76.8%;
  top: 0;
}

.pin:nth-child(6) .line {
  height: 250px;
}

.pin:nth-child(7) {
  left: 91%;
  top: 25%;
}

.grid-chef {
  display: -ms-grid;
  display: grid;
  gap: 2.5rem;
  -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
}

@media screen and (min-width: 50em) {
  .grid-chef {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

.grid-chef .item img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  width: 100%;
  margin-right: auto;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 75em) {
  .grid-chef .item img {
    margin-right: 2rem;
  }
}

@media screen and (min-width: 30em) {
  .grid-chef .item img {
    width: 70%;
  }
}

@media screen and (min-width: 50em) {
  .grid-chef .item img {
    margin-bottom: 0;
    width: 100%;
  }
}

.grid-chef .item .card-chef {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 75em) {
  .grid-chef .item .card-chef {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.grid-chef .item .card-chef p {
  margin: 1.2rem 0;
}

.grid-chef .item .main-btn {
  text-align: center;
  display: inline-block;
  font-weight: bold;
}

.chefs {
  background-color: #EBEBEB;
}

.grid-creacion {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
  -ms-grid-columns: (minmax(250, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(250, 1fr));
}

.grid-creacion span {
  margin: .5rem 0;
}

.grid-creacion img {
  height: 22rem;
}

.grid-creacion .blog__info {
  margin-top: 1rem;
  font-size: 1rem;
}

.grid-creacion h4 {
  min-height: 4.1rem;
}

.each-valley {
  background-color: #EBEBEB;
  padding: 6rem 0 0;
}

.grid-valley {
  gap: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.grid-valley .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 3rem;
}

@media screen and (min-width: 50em) {
  .grid-valley .item {
    width: 100%;
  }
}

@media screen and (min-width: 75em) {
  .grid-valley .item {
    width: 48%;
  }
}

.grid-valley .item .container-zoom {
  height: 15rem;
}

@media screen and (min-width: 50em) {
  .grid-valley .item .container-zoom {
    height: 20rem;
  }
}

.grid-valley .item img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.grid-valley .item .item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  text-align: center;
  margin: 1rem auto 0;
}

.grid-valley .item .item__info p {
  margin: 1rem 0;
  font-size: 1rem;
}

@media screen and (min-width: 50em) {
  .grid-valley .item .item__info p {
    font-size: inherit;
  }
}

.grid-valley .item .item__info a {
  display: inline-block;
}

section.valle-info {
  padding: 3rem 0;
}

.valle-info__bajada {
  text-align: center;
  font-size: 1.8rem;
}

.valle-info__p {
  text-align: center;
  max-width: 100%;
  margin: 3rem auto;
}

@media screen and (min-width: 50em) {
  .valle-info__p {
    max-width: 60%;
  }
}

.valle-info__img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  bottom: -18rem;
  display: block;
}

.valle-vino {
  background-color: #EBEBEB;
}

section.valle-vino {
  padding: 16rem 0 3rem;
}

.valle-bg {
  padding-top: 3rem;
  background-color: #EBEBEB;
}

.grid-blog .item {
  display: -ms-grid;
  display: grid;
}

.grid-blog .item span {
  margin: .5rem 0;
}

.grid-blog .item img {
  height: 22rem;
}

.grid-blog .item .blog__info {
  margin-top: 1rem;
  font-size: 1rem;
  display: none;
}

.grid-blog .item h4 {
  min-height: 4.1rem;
  word-break: break-word;
}

.reset-link {
  color: #000;
  text-decoration: none;
}

.page-banner__blog .page-banner__content {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 75em) {
  .page-banner__blog .page-banner__content {
    margin: 10vh auto !important;
  }
}

@media screen and (min-width: 50em) {
  .page-banner__blog .page-banner__content {
    margin: 180px auto 80px;
  }
}

.page-banner__blog .page-banner__content h1 {
  width: 100%;
  margin-bottom: 1rem;
  font-size: 1.7rem;
  white-space: 100%;
}

@media screen and (min-width: 50em) {
  .page-banner__blog .page-banner__content h1 {
    font-size: 2.5rem;
  }
}

.page-banner__blog .page-banner__content .post-date {
  text-transform: uppercase;
  font-size: 0.9rem;
  width: 100%;
}

@media screen and (min-width: 50em) {
  .page-banner__blog .page-banner__content .post-date {
    font-size: 1.2rem;
  }
}

.page-banner__blog .page-banner__content .author {
  margin: 40px auto 0;
  font-size: 0.9rem;
  font-family: "Libre Baskerville", serif !important;
}

@media screen and (min-width: 50em) {
  .page-banner__blog .page-banner__content .author {
    font-size: 1.1rem;
  }
}

.page-banner__blog .page-banner__content .author img {
  border: 1px solid #fff !important;
  padding: 3px;
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100px;
  margin-bottom: 10px;
}

@media screen and (min-width: 50em) {
  .page-banner__blog .page-banner__content .author img {
    width: 90px;
    height: 90px;
  }
}

.content-post {
  margin: 5rem 0;
}

.content-post img {
  max-width: 100%;
  height: auto;
}

.posts--blog {
  background-color: #EBEBEB;
}

.custom-paged {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}

.custom-paged span, .custom-paged a {
  color: #33342E;
  font-weight: bold;
  padding: 0 10px;
  font-family: "Libre Baskerville", serif;
}

.custom-paged .dots {
  border: none;
}

.custom-paged .current {
  color: #D86A2E;
}

.custom-paged .next, .custom-paged .prev {
  border: none;
  font-family: "Nunito Sans", sans-serif;
  color: #D86A2E;
  display: none;
}

h2.align-left {
  text-align: left;
  padding: 1.5rem 0;
  margin-bottom: 0;
}

.excerpt__info {
  margin-bottom: 2.5rem;
}

.item__content--news {
  width: 90%;
  margin: 0 auto;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}

@media screen and (min-width: 75em) {
  .item__content--news {
    padding: 4rem 0;
  }
}

.grid-template-default--news .item .container-zoom {
  height: 36rem !important;
}

@media screen and (min-width: 75em) {
  .grid-template-default--news .item h2 {
    font-size: 1.7rem;
  }
}

.grid-template-default--news .no-padding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.enologo-general-info {
  padding: 3rem 0 0;
}

.enologo-general-info .info p {
  width: 100%;
  margin: 0 auto;
  font-size: 1.8rem;
  color: #33342E;
  text-align: center;
}

@media screen and (min-width: 50em) {
  .enologo-general-info .info p {
    width: 70%;
  }
}

.enologo-general-info .info img {
  display: block;
  margin: 2rem auto;
  max-height: 4rem;
}

.main-info {
  margin: 6rem 0 -12rem;
}

.video-yt {
  position: relative;
  top: 7rem;
}

@media screen and (min-width: 50em) {
  .video-yt {
    top: 16rem;
  }
}

.video-yt .wrap-yt {
  position: relative;
  display: block;
}

.video-yt .wrap-yt i {
  position: absolute;
}

.video-yt .video-yt__cover {
  width: 100%;
  height: 32rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.video-yt .video-yt__icon {
  color: #D86A2E;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 2.5rem;
  -webkit-transition: color .4s;
  transition: color .4s;
}

.video-yt .video-yt__icon:hover {
  color: #b25421;
}

.video-yt--chefs {
  top: 0;
  margin-bottom: 5rem;
}

section.last-info {
  padding: 11rem 0 0;
  background-color: #F3EEE8;
}

@media screen and (min-width: 50em) {
  section.last-info {
    padding: 25rem 0 3rem;
  }
}

.wrap-signature {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (min-width: 50em) {
  .wrap-signature {
    padding-top: 0;
  }
}

@media screen and (min-width: 75em) {
  .wrap-signature {
    padding-top: 2rem;
  }
}

.category-wine {
  padding: 6rem 0;
}

.display-none {
  display: none;
}

.main-btn--wine {
  margin-bottom: 2rem;
}

.page-banner--wine {
  margin-bottom: 1.5rem;
  height: 34rem;
}

@media screen and (min-width: 50em) {
  .page-banner--wine {
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 50em) {
  .page-banner--wine {
    height: inherit;
  }
}

.page-banner--wine .page-banner__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
      grid-template-columns: repeat(12, 1fr);
}

.page-banner--wine .page-banner__content .bottle {
  height: 250px;
  position: relative;
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1/13;
  bottom: 0;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 50em) {
  .page-banner--wine .page-banner__content .bottle {
    height: 550px;
    bottom: -6rem;
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
    grid-column: 2/5;
  }
}

@media screen and (min-width: 75em) {
  .page-banner--wine .page-banner__content .bottle {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/5;
  }
}

.page-banner--wine .page-banner__content .wrap-info {
  text-align: left;
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1/13;
}

@media screen and (min-width: 50em) {
  .page-banner--wine .page-banner__content .wrap-info {
    -ms-grid-column: 5;
    -ms-grid-column-span: 8;
    grid-column: 5/13;
  }
}

.page-banner--wine .page-banner__content .wrap-info h3 {
  font-family: "Libre Baskerville", serif;
}

.page-banner--wine .page-banner__content .wrap-info h1 {
  margin: 1rem 0;
}

.wrap-info-general {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrap-info-general .main-btn--download {
  margin-bottom: 0;
}

.wrap-catas__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1.5rem;
}

@media screen and (min-width: 50em) {
  .wrap-catas__data {
    margin-top: -.5rem;
  }
}

.wrap-catas__data .each-cata {
  font-size: 1.1rem;
}

.wrap-catas__data .each-cata p {
  display: inline-block;
  font-family: "Nunito Sans", sans-serif;
}

.wrap-catas__data .each-cata .percent {
  min-width: 65px;
}

.wrap-alcohol {
  font-size: 1.1rem;
}

.info-recomendacion {
  margin-top: 1.5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
      grid-template-columns: repeat(12, 1fr);
  gap: 1.5rem;
}

.info-recomendacion .content-image {
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1/13;
}

@media screen and (min-width: 50em) {
  .info-recomendacion .content-image {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/13;
  }
}

.info-recomendacion .content-image img {
  max-width: 100%;
}

.info-recomendacion .content-image a {
  display: block;
}

.info-recomendacion .content-info {
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1/13;
}

@media screen and (min-width: 50em) {
  .info-recomendacion .content-info {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/13;
  }
}

.info-recomendacion .content-info .item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.info-recomendacion .content-info .item__info a {
  margin-top: .8rem;
}

.video-yt-vino .cover-yt {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.video-yt-vino .cover-yt i {
  color: #D86A2E;
  font-size: 3rem;
  margin-top: 1rem;
}

.video-yt-vino .cover-yt .info-video {
  color: #fff;
  text-align: center;
}

.video-yt-vino a.wrap-yt {
  width: 100%;
  height: 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.data-valle {
  background-color: #F3EEE8;
}

.data-valle .title-section--valle {
  padding: 3rem 0;
}

.data-valle .title-section--valle .section--valle__bajada {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.images-valle img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  width: 100%;
}

.page-banner__wine {
  margin-bottom: 5rem;
}

.btn--posts {
  margin-top: 2rem;
}

/*------------------------------------------------------*/
/*------------------ ÍCONOS DE MERLÍN ------------------*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/
/*--------------- ORGANISMOS DE MERLÍN -----------------*/
/*------------------------------------------------------*/
/*--------------------- SLIDERS ----------------------*/
.slider-1:before, .slider-1:after {
  content: " ";
  display: table;
}

.slider-1:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}

.slider-1 {
  *zoom: 1;
}

.slider-1 .slide:before, .slider-1 .slide:after {
  content: " ";
  display: table;
}

.slider-1 .slide:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}

.slider-1 .slide {
  *zoom: 1;
}

.slider-1 .slide .content {
  padding: 200px 0 100px 10%;
  color: #fff;
}

.slider-1 .slide .content .title {
  margin: 10px 0 20px;
}

.slider-1 .slide .content .description p {
  margin-bottom: 15px;
}

.slider-1 .slide .content .description p:last-child {
  margin-bottom: 0;
}

.slider-1 .slide .content .button,
.slider-1 .slide .content a {
  background-color: #fff;
  color: #000;
  display: inline-block;
  margin-top: 40px;
}

.slider-1 .slide .content .button:hover,
.slider-1 .slide .content a:hover {
  background-color: #000;
  color: #fff;
}

.slider-1 .slide .veil {
  background-color: rgba(0, 0, 0, 0.5);
}

.slider-1 .slide .slider-numbers-container {
  width: 170px;
  height: 25px;
  margin-bottom: 50px;
}

.slider-1 .slide .slider-numbers-container .slider-numbers .current {
  left: 0;
}

.slider-1 .slide .slider-numbers-container .slider-numbers .total {
  right: 0;
}

.slider-1 .slide .slider-numbers-container .timer {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 1px;
  width: 90px;
  background-color: rgba(255, 255, 255, 0.25);
}

.slider-1 .slide .slider-numbers-container .timer figure {
  background-color: #fff;
  height: 100%;
  margin: 0;
}

.slider-1 .slide .slider-numbers-container .timer .counter.transform-time {
  -webkit-transition-duration: 10s;
          transition-duration: 10s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.slider-1 .slide.video video,
.slider-1 .slide.video iframe, .slider-1 .slide.vimeo video,
.slider-1 .slide.vimeo iframe, .slider-1 .slide.youtube video,
.slider-1 .slide.youtube iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.slider-1 .slide.video .photo, .slider-1 .slide.vimeo .photo, .slider-1 .slide.youtube .photo {
  display: none;
}

.slider-1 ul.slick-dots {
  width: 10px;
  top: 50%;
  right: 10%;
}

.slider-1 ul.slick-dots li {
  margin: 2.5px 0;
}

@media (max-width: 850px) {
  .slider-1 .slide .content {
    width: 100%;
    padding: 120px 10%;
  }
  .slider-1 .slide.video iframe,
  .slider-1 .slide.video video, .slider-1 .slide.vimeo iframe,
  .slider-1 .slide.vimeo video, .slider-1 .slide.youtube iframe,
  .slider-1 .slide.youtube video {
    display: none;
  }
  .slider-1 .slide.video .photo, .slider-1 .slide.vimeo .photo, .slider-1 .slide.youtube .photo {
    display: block;
  }
  .slider-1 ul.slick-dots {
    width: 80%;
    right: 10%;
    bottom: 50px;
    top: inherit;
  }
  .slider-1 ul.slick-dots li {
    margin: 0 2.5px;
  }
  .slider-1 .slider-numbers-container {
    margin-bottom: 25px !important;
  }
}

.slider-2:before, .slider-2:after {
  content: " ";
  display: table;
}

.slider-2:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}

.slider-2 {
  *zoom: 1;
}

.slider-2 .slick-list {
  margin: 0 100px;
}

.slider-2 .slick-list .slide {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider-2 .slick-list .slide img {
  width: 80%;
  height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
}

.slider-2 ul.slick-dots {
  text-align: center;
  width: 100%;
  margin-top: 40px;
}

.slider-2 ul.slick-dots li {
  background-color: rgba(0, 0, 0, 0.5);
  float: none;
  display: inline-block;
}

.slider-2 ul.slick-dots li.slick-active, .slider-2 ul.slick-dots li:hover {
  background-color: #000;
}

@media (max-width: 850px) {
  .slider-2 .slick-list {
    margin: 0 10%;
  }
  ul.slick-dots {
    margin-top: 20px !important;
  }
}

.slider-3-container .slider-3 .slide .content {
  padding: 200px 30% 100px 0;
  color: #fff;
}

.slider-3-container .slider-3 .slide .content .year {
  margin: 10px 0 20px;
}

.slider-3-container .slider-3 .slide .content .button {
  background-color: #fff;
  color: #000;
  display: inline-block;
  margin-top: 40px;
}

.slider-3-container .slider-3 .slide .content .button:hover {
  background-color: #000;
  color: #fff;
}

.slider-3-container .slider-3 .slide .veil {
  background-color: rgba(0, 0, 0, 0.5);
}

.slider-3-container .slider-3 ul.slick-dots {
  width: 10px;
  top: 50%;
  right: 10%;
}

.slider-3-container .slider-3 ul.slick-dots li {
  margin: 2.5px 0;
}

.slider-3-container .slider-3 .slick-prev {
  left: 25%;
}

.slider-3-container .slider-3 .slick-next {
  right: 20%;
}

.slider-3-container .slider-nav-3 {
  color: #fff;
  right: 6%;
  width: 10%;
  height: 100%;
}

.slider-3-container .slider-nav-3 .slick-list {
  height: 100% !important;
  padding-left: 10px !important;
}

.slider-3-container .slider-nav-3 .slick-list li {
  padding: 5vh 0 5vh 15px;
  cursor: pointer;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.25);
}

.slider-3-container .slider-nav-3 .slick-list li:after {
  width: 8px;
  height: 8px;
  left: -4.5px;
  top: 6vh;
  background-color: rgba(255, 255, 255, 0.25);
  content: "";
}

.slider-3-container .slider-nav-3 .slick-list li:hover, .slider-3-container .slider-nav-3 .slick-list li.slick-center {
  color: #fff;
}

.slider-3-container .slider-nav-3 .slick-list li:hover:after, .slider-3-container .slider-nav-3 .slick-list li.slick-center:after {
  background-color: #fff;
}

@media (max-width: 850px) {
  .slider-3-container .slider-3 .slide .content {
    padding: 120px 10% 200px;
    width: 100%;
  }
  .slider-3-container .slider-nav-3 {
    right: 0;
    width: 100%;
    top: inherit;
    bottom: 50px;
    height: auto;
  }
  .slider-3-container .slider-nav-3 .slick-list {
    height: 100% !important;
    padding-left: 10px !important;
  }
  .slider-3-container .slider-nav-3 .slick-list li {
    border: none;
    padding: 20px 0 40px;
    text-align: center;
  }
  .slider-3-container .slider-nav-3 .slick-list li::after {
    left: 0;
    top: inherit;
    bottom: 15px;
    right: 0;
    margin: auto;
  }
  .slider-3-container .slider-nav-3::after {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.25);
    content: "";
    bottom: 20px;
    position: absolute;
  }
}

.slider-4-container:before, .slider-4-container:after {
  content: " ";
  display: table;
}

.slider-4-container:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}

.slider-4-container {
  *zoom: 1;
}

.slider-4-container .slider-4:before, .slider-4-container .slider-4:after {
  content: " ";
  display: table;
}

.slider-4-container .slider-4:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}

.slider-4-container .slider-4 {
  *zoom: 1;
}

.slider-4-container .slider-4 .slide:before, .slider-4-container .slider-4 .slide:after {
  content: " ";
  display: table;
}

.slider-4-container .slider-4 .slide:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}

.slider-4-container .slider-4 .slide {
  *zoom: 1;
}

.slider-4-container .slider-4 .slide .content {
  padding: 200px 10% 150px 0;
  color: #fff;
}

.slider-4-container .slider-4 .slide .content .button {
  background-color: #fff;
  color: #000;
  display: inline-block;
  margin-top: 40px;
}

.slider-4-container .slider-4 .slide .content .button:hover {
  background-color: #000;
  color: #fff;
}

.slider-4-container .slider-4 .slide .veil {
  background-color: rgba(0, 0, 0, 0.5);
}

.slider-4-container .slider-4 ul.slick-dots {
  width: 40%;
  bottom: 50px;
  right: 10%;
}

.slider-4-container .slider-4 ul.slick-dots li {
  margin: 0 2.5px;
}

.slider-4-container .slider-4 .slick-prev {
  left: 42.5%;
}

.slider-4-container .slider-4 .slick-next {
  right: 2.5%;
}

.slider-4-container .slider-nav-4 {
  color: #000;
}

.slider-4-container .slider-nav-4 .slick-list {
  padding: 0 !important;
}

.slider-4-container .slider-nav-4 .slick-list li {
  padding: 20px;
  cursor: pointer;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.25);
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.slider-4-container .slider-nav-4 .slick-list li:hover .photography {
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}

.slider-4-container .slider-nav-4 .slick-list li:hover, .slider-4-container .slider-nav-4 .slick-list li.slick-center {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.slider-4-container .slider-nav-4 .slick-list li .photography {
  width: 50px;
  height: 50px;
  border-radius: 50px;
}

.slider-4-container .slider-nav-4 .slick-list li .content {
  width: calc(100% - 65px);
}

@media (max-width: 850px) {
  .slider-4-container .slider-4 .slide .content {
    padding: 120px 10% 150px;
    width: 100%;
  }
  .slider-4-container ul.slick-dots {
    width: 80% !important;
  }
  .slider-4-container ul.slider-nav-4 li .photography {
    display: none;
  }
  .slider-4-container ul.slider-nav-4 li .content {
    width: 100% !important;
  }
}

.slider-5-container:before, .slider-5-container:after {
  content: " ";
  display: table;
}

.slider-5-container:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}

.slider-5-container {
  *zoom: 1;
}

.slider-5-container .slider-5:before, .slider-5-container .slider-5:after {
  content: " ";
  display: table;
}

.slider-5-container .slider-5:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}

.slider-5-container .slider-5 {
  *zoom: 1;
}

.slider-5-container .slider-5 .slide:before, .slider-5-container .slider-5 .slide:after {
  content: " ";
  display: table;
}

.slider-5-container .slider-5 .slide:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}

.slider-5-container .slider-5 .slide {
  *zoom: 1;
}

.slider-5-container .slider-5 .slide .content {
  padding: 200px 10% 150px 0;
  color: #fff;
}

.slider-5-container .slider-5 .slide .content .button {
  background-color: #fff;
  color: #000;
  display: inline-block;
  margin-top: 40px;
}

.slider-5-container .slider-5 .slide .content .button:hover {
  background-color: #000;
  color: #fff;
}

.slider-5-container .slider-5 .slide .veil {
  background-color: rgba(0, 0, 0, 0.5);
}

.slider-5-container .slider-5 ul.slick-dots {
  width: 40%;
  bottom: 50px;
  right: 10%;
}

.slider-5-container .slider-5 ul.slick-dots li {
  margin: 0 2.5px;
}

.slider-5-container .slider-5 .slick-prev {
  left: 42.5%;
}

.slider-5-container .slider-5 .slick-next {
  right: 2.5%;
}

.slider-5-container .slider-nav-5 {
  color: #000;
  margin-bottom: 30px;
}

.slider-5-container .slider-nav-5 li {
  cursor: pointer;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.25);
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.slider-5-container .slider-nav-5 li a {
  padding: 20px;
  color: #071742;
}

.slider-5-container .slider-nav-5 li a:before, .slider-5-container .slider-nav-5 li a:after {
  content: " ";
  display: table;
}

.slider-5-container .slider-nav-5 li a:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}

.slider-5-container .slider-nav-5 li a {
  *zoom: 1;
}

.slider-5-container .slider-nav-5 li:hover .photography {
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}

.slider-5-container .slider-nav-5 li:hover, .slider-5-container .slider-nav-5 li.ui-state-active {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.slider-5-container .slider-nav-5 li .photography {
  width: 50px;
  height: 50px;
  border-radius: 50px;
}

.slider-5-container .slider-nav-5 li .content {
  width: calc(100% - 65px);
}

@media (max-width: 850px) {
  .slider-5-container .slider-5 .slide .content {
    padding: 120px 10% 150px;
    width: 100%;
  }
  .slider-5-container ul.slick-dots {
    width: 80% !important;
  }
  .slider-5-container ul.slider-nav-5 li .photography {
    display: none;
  }
  .slider-5-container ul.slider-nav-5 li .content {
    width: 100% !important;
  }
}

.slider-6-container:before, .slider-6-container:after {
  content: " ";
  display: table;
}

.slider-6-container:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}

.slider-6-container {
  *zoom: 1;
}

.slider-6-container .slider-6 .slide {
  height: 70vh;
  background-color: #000;
}

.slider-6-container .slider-6 .slide:before, .slider-6-container .slider-6 .slide:after {
  content: " ";
  display: table;
}

.slider-6-container .slider-6 .slide:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}

.slider-6-container .slider-6 .slide {
  *zoom: 1;
}

.slider-6-container .slider-6 .slide.video video,
.slider-6-container .slider-6 .slide.video iframe, .slider-6-container .slider-6 .slide.vimeo video,
.slider-6-container .slider-6 .slide.vimeo iframe, .slider-6-container .slider-6 .slide.youtube video,
.slider-6-container .slider-6 .slide.youtube iframe {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.slider-6-container .slider-6 .slide.video .photo, .slider-6-container .slider-6 .slide.vimeo .photo, .slider-6-container .slider-6 .slide.youtube .photo {
  display: none;
}

.slider-6-container .slider-6 ul.slick-dots {
  width: auto;
  top: 20px;
  left: 0;
  right: 0;
}

.slider-6-container .slider-6 ul.slick-dots li {
  display: inline-block;
  margin: 0 1.5px;
  float: none;
}

.slider-6-container .slider-6-nav {
  height: 150px;
  bottom: -100px;
  left: 0;
}

.slider-6-container .slider-6-nav .slick-list,
.slider-6-container .slider-6-nav .slick-list .slick-track {
  height: 100%;
}

.slider-6-container .slider-6-nav .slide {
  margin: 0 10px;
  cursor: pointer;
}

.slider-6-container .slider-6-nav .slide:before, .slider-6-container .slider-6-nav .slide:after {
  content: " ";
  display: table;
}

.slider-6-container .slider-6-nav .slide:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}

.slider-6-container .slider-6-nav .slide {
  *zoom: 1;
}

.slider-6-container .slider-6-nav .slide iframe,
.slider-6-container .slider-6-nav .slide video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}

.slider-6-container .slider-6-nav .slide iframe::-webkit-media-controls-start-playback-button,
.slider-6-container .slider-6-nav .slide video::-webkit-media-controls-start-playback-button {
  display: none;
}

.slider-6-container .slider-6-nav:hover {
  bottom: 20px;
}

@media (max-width: 550px) {
  .slider-6-container .slider-6-nav {
    display: none;
  }
}

.slider-7-container:before, .slider-7-container:after {
  content: " ";
  display: table;
}

.slider-7-container:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}

.slider-7-container {
  *zoom: 1;
}

.slider-7-container .slider-7.desktop.slick-initialized .slick-slide {
  display: -ms-grid;
  display: grid;
}

.slider-7-container .slider-7.mobile {
  display: none;
}

.slider-7-container .slider-7 ul.slick-dots {
  text-align: center;
  width: 100%;
  margin-top: 40px;
}

.slider-7-container .slider-7 ul.slick-dots li {
  background-color: rgba(0, 0, 0, 0.5);
  float: none;
  display: inline-block;
}

.slider-7-container .slider-7 ul.slick-dots li.slick-active, .slider-7-container .slider-7 ul.slick-dots li:hover {
  background-color: #000;
}

.slider-7-container .slider-numbers-container {
  background-color: rgba(0, 0, 0, 0.1);
  height: 2px;
}

.slider-7-container .slider-numbers-container .line {
  left: 0;
  top: 0;
  height: 100%;
  background-color: #000;
}

@media (max-width: 850px) {
  .slider-7-container .slider-numbers {
    display: none;
  }
  .slider-7-container .slider-7.desktop {
    display: none;
  }
  .slider-7-container .slider-7.mobile {
    display: block !important;
  }
}

/*--------------------- BLOCKS ----------------------*/
.block-1 {
  padding: 230px 5% 40px;
  color: #fff;
}

.block-1:before, .block-1:after {
  content: " ";
  display: table;
}

.block-1:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}

.block-1 {
  *zoom: 1;
}

.block-1 .content .description {
  margin-top: 10px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.block-1 .button {
  background-color: #fff;
  color: #000;
  bottom: 0;
  left: 5%;
  opacity: 0;
  filter: alpha(opacity=0);
}

.block-1 .categories {
  width: 100%;
  padding: 20px 5% 0;
  top: 0;
  left: 0;
}

.block-1 .categories span {
  background-color: #fff;
  color: #000;
  margin: 0 5px 5px 0;
  padding: 5px 10px;
}

.block-1 .veil {
  background-color: rgba(0, 0, 0, 0.4);
}

.block-1:hover .content {
  -webkit-transform: translateY(calc(-100% - 50px));
  transform: translateY(calc(-100% - 50px));
}

.block-1:hover .content .description {
  opacity: 1;
  filter: alpha(opacity=100);
}

.block-1:hover .button {
  bottom: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.block-1:hover .photo {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.block-1:hover .categories {
  opacity: 0;
  filter: alpha(opacity=0);
}

.block-1:hover .veil {
  background-color: rgba(0, 0, 0, 0.7);
}

@media (max-width: 850px) {
  .block-1 .content {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  .block-1 .content .description {
    display: none;
  }
  .block-1 .button {
    opacity: 1 !important;
    bottom: 20px;
  }
  .block-1 .categories span {
    font-size: 10px;
  }
  .block-1:hover .content {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}

.block-2 {
  color: #fff;
}

.block-2 .content,
.block-2 .content-mini {
  padding: 180px 10% 70px;
}

.block-2 .content .description {
  margin-top: 20px;
}

.block-2 .content .button {
  background-color: #fff;
  color: #000;
  display: inline-block;
  margin-top: 20px;
}

.block-2 .content-mini img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.block-2.align-left .content {
  padding-right: 0;
}

.block-2.align-left .content-mini {
  padding-left: 0;
}

.block-2.align-right .content {
  padding-left: 0;
}

.block-2.align-right .content-mini {
  padding-right: 0;
}

.block-2 .veil {
  background-color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 850px) {
  .block-2 .content,
  .block-2 .content-mini {
    width: 90%;
    text-align: left !important;
  }
  .block-2 .content {
    padding-top: 50px;
  }
  .block-2 .content-mini {
    padding-top: 80px !important;
    padding-bottom: 0;
  }
  .block-2 .content-mini img {
    max-height: 150px;
    width: auto;
  }
}

.block-3-container {
  padding: 100px 10%;
  color: #fff;
}

.block-3-container:before, .block-3-container:after {
  content: " ";
  display: table;
}

.block-3-container:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}

.block-3-container {
  *zoom: 1;
}

.block-3-container .block-3 .content i,
.block-3-container .block-3 .content img {
  margin-bottom: 20px;
}

.block-3-container .block-3 .content img {
  max-width: 100px;
  max-height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

.block-3-container .main-content {
  margin-bottom: 80px;
}

.block-3-container .main-content .description p {
  margin-bottom: 15px;
}

.block-3-container .main-content .description p:last-child {
  margin-bottom: 0;
}

.block-3-container .veil {
  background-color: rgba(0, 0, 0, 0.5);
}

.block-4 {
  padding: 180px 10%;
  color: #fff;
}

.block-4:before, .block-4:after {
  content: " ";
  display: table;
}

.block-4:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}

.block-4 {
  *zoom: 1;
}

.block-4 .content p {
  margin-bottom: 20px;
}

.block-4 .content p:last-child {
  margin-bottom: 0;
}

.block-4 .content p.author {
  font-style: inherit;
  margin: 45px 0 0;
}

.block-4 .veil {
  background-color: rgba(0, 0, 0, 0.5);
}

.block-5:before, .block-5:after {
  content: " ";
  display: table;
}

.block-5:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}

.block-5 {
  *zoom: 1;
}

.block-5 li {
  margin-top: 20px;
}

.block-5 li:before, .block-5 li:after {
  content: " ";
  display: table;
}

.block-5 li:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}

.block-5 li {
  *zoom: 1;
}

.block-5 li .trigger {
  padding: 15px 50px 15px 15px;
  color: #000;
  border: 1px solid #000;
  cursor: pointer;
}

.block-5 li .trigger:before, .block-5 li .trigger:after {
  content: " ";
  display: table;
}

.block-5 li .trigger:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}

.block-5 li .trigger {
  *zoom: 1;
}

.block-5 li .trigger i {
  right: 15px;
  top: 13px;
  font-size: 25px;
}

.block-5 li .trigger.ui-state-active i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.block-5 li:first-child {
  margin-top: 0;
}

.block-5 li .wysiwyg, .block-5 li .blog-content {
  padding: 15px;
}

.block-5 li .wysiwyg:before, .block-5 li .wysiwyg:after, .block-5 li .blog-content:before, .block-5 li .blog-content:after {
  content: " ";
  display: table;
}

.block-5 li .wysiwyg:after, .block-5 li .blog-content:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}

.block-5 li .wysiwyg, .block-5 li .blog-content {
  *zoom: 1;
}

.block-5 li .wysiwyg.ui-accordion-content-active, .block-5 li .blog-content.ui-accordion-content-active {
  border: 1px solid #000;
  margin-top: -1px;
}

.block-6 .block {
  padding: 20px;
}

.block-6 .block p:before, .block-6 .block p:after, .block-6 .block .description:before, .block-6 .block .description:after {
  content: " ";
  display: table;
}

.block-6 .block p:after, .block-6 .block .description:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}

.block-6 .block p, .block-6 .block .description {
  *zoom: 1;
}

.block-6 .block img {
  max-width: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto 20px;
}

.block-6 .block .description {
  margin-top: 20px;
}

.block-6 .block .description p:not(:last-child) {
  margin-bottom: 20px;
}
/*# sourceMappingURL=style.css.map */


/* verificacion de edad */
.age-gate-wrapper .age-gate{
  position: initial !important;
  padding: initial !important;
}

.age-gate .age-gate-submit-yes {
  background-color: #D86A2E !important;
  color: #fff !important;
  padding: .5rem 0;
  border-radius: 0px;
}

.age-gate .age-gate-submit-no {
    background: none;
    border: 1px solid;
    padding: .4rem;
  border-radius: 0px;

}

.age-gate .age-gate-heading{
  order: 1;
}
.age-gate .age-gate-heading img{
  height: 10rem;
}
.age-gate .age-gate-subheadline{
  order: 2;
}
.age-gate .content-links{
  order: 3;
}
.age-gate .age-gate-fields{
  order: 4;
  display: grid;
}
.age-gate .age-gate-fields .age-gate-buttons{
  order: 3;
}

.age-gate .age-gate-additional-information p{
  font-size: 20px;
  margin-bottom: 1rem !important;
}

@media (max-width: 758px) {
  .age-gate .age-gate-additional-information p{
    font-size: 20.8px;
  }
}

.age-gate .age-gate-buttons button{
  font-size: 13.33px;
  margin: 0 5px 10px 0;
  padding: 10px 15px;
}

.age-gate .age-gate-submit-no{
  padding: 9px 15px !important; 
}

.age-gate .age-gate-form{
  padding: 20px;
}

.age-gate .age-gate-challenge, .age-gate .content-links{
  font-family: "Libre Baskerville", serif;
}
.age-gate a.language{
  font-family: "Nunito Sans", sans-serif;
}
.age-gate .age-gate-subheadline{
  display: none;
}

/* Ajustes de formularios de contacto y newsletter */

.form-newsletter form{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form-newsletter form label{
  display: block;
}

.form-newsletter form .wpcf7-response-output, section.contacto form .wpcf7-response-output{
  position: relative !important;
}

section.contacto form{
  display: flex;
  flex-direction: column;
  align-items: center;
}

section.contacto form .wrap-inputs{
  width: 98%;
  display: block;
  max-width: 350px;
}

section.contacto form .wrap-inputs label{
  display: block;
  margin-top: 25px;
}

section.contacto form .wrap-inputs span{
  display: block;
}

section.contacto form .wrap-inputs br{
  display: none;
}

section.contacto form .wrap-inputs input{
  width: 100% !important;
}

@media (max-width:768px) {
  .form-newsletter form .wpcf7-response-output, section.contacto form .wpcf7-response-output {
    margin-right: 1rem !important;
    margin-top: 2rem !important;
    left: 7px !important;
  }

  section.contacto form .wrap-inputs{
    max-width: 340px;
  }
}

