/*
Theme Name: Into África
Theme URI: https://www.intoafrica.cl
Description: Theme creado desde cero para el sitio web de Into África
Author: Marta Barriga
Author URI: https://www.martabarriga.com
Version: 1.0
*/

/* FONTS */
@font-face {
    font-family: 'Metropolis';
    src: url('assets/fonts/woff2/Metropolis-Black.woff2') format('woff2'),
         url('assets/fonts/woff/Metropolis-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Metropolis';
    src: url('assets/fonts/woff2/Metropolis-Bold.woff2') format('woff2'),
         url('assets/fonts/woff/Metropolis-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Metropolis';
    src: url('assets/fonts/woff2/Metropolis-SemiBold.woff2') format('woff2'),
         url('assets/fonts/woff/Metropolis-SemiBold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Metropolis';
    src: url('assets/fonts/woff2/Metropolis-Regular.woff2') format('woff2'),
         url('assets/fonts/woff/Metropolis-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

/* PREHEADER */
#preheader-alt{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: opacity 300ms ease;
}
#preheader-alt.is-sticky{
    opacity: 1;
    visibility: visible;
    animation: slideDown 0.35s ease-out;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.preheader{
    background-color: #503F47;
    transition: transform 500ms ease;
}
.preheader span,
.preheader span a,
.preheader ul li a{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #D9D2CC;
}
.preheader ul li.menu-lang{
    position: relative;
    transition: color 300ms ease,background-color 500ms ease;
    z-index: 100;
}
.preheader ul li.menu-lang:hover{
    background-color: #ECE8E5;
}
.preheader ul li.menu-lang a{
    padding: 5px 3px;
    transition: color 300ms ease,background-color 500ms ease;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.preheader ul li.menu-lang a span{
    transition: color 300ms ease,background-color 500ms ease;
    margin: 0px 5px;
}
.preheader ul li.menu-lang:hover{
    background-color: #ECE8E5;
}
.preheader ul li.menu-lang:hover span{
    color: #503F47;
}
.preheader ul li.menu-lang:hover svg path{
    fill: #503F47;
}
.preheader ul li .submenu-lang{
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0px;
    background-color: #D9D2CC;
    display: none;
    padding-left: 10px;
}
.preheader ul li.menu-lang:hover .submenu-lang{
    display: block;
    z-index: 12;
    padding-left: 7px !important;
}
.preheader .col-12,
#mainHeader .col-12{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
#mainHeader .col-12 > ul > li > a{
    margin-left: 50px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #503F47;
    transition: color 500ms ease;
}
#mainHeader .col-12 > ul > li > a:hover{
    color: #886D64;
}
.single-destino #mainHeader .col-12 > ul > li#menu-item-107 > a,
.single-experiencia #mainHeader .col-12 > ul > li#menu-item-108 > a,
#mainHeader .col-12 > ul > li.current-menu-item > a,
#mainHeader .col-12 > ul > li.current-menu-ancestor > a,
#mainHeader .col-12 > ul > li.current-page-ancestor > a{
    font-weight: bold;
}
#mainHeader{
    background-color: #DFD8C6;
    position: relative;
}
#mainHeader:before{
    content:"";
    width:100%;
    height: 128px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(assets/images/bg-menu.svg);
    z-index: 10;
    background-repeat: no-repeat;
    background-size: 3000px 160px;
    background-position: center top;
}
#mainHeader .row{
    position:relative;
    z-index: 20;
}
#mainHeader .cotizar{
    background: #B34F36;
    padding: 12px 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: color 300ms ease, background-color 500ms ease;
    white-space: nowrap;
}
#mainHeader a:hover.cotizar{
    background-color: #C0705C;
}

/* MENU HAMBURGUER */
.hamburger {
    display: none;
}
.bar {
    display: block;
    width: 40px;
    height: 2px;
    margin: 7px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #503F47;
}
.hamburger.active .bar:nth-child(2) {
    opacity: 0;
}
.hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}
.hamburger.active .bar:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

/* HABLEMOS */
#hablemos{
    position: fixed;
    bottom: 40px;
    right: 40px;
    background: #E5AD47;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 45px;
    padding: 12px 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #503F47;
    font-family: 'Metropolis' ,Arial, Helvetica, sans-serif;
    transition: color 300ms ease, background-color 500ms ease;
    z-index: 200;
    cursor: pointer;
}
#hablemos svg path{
    transition: all 500ms ease;
}
a:hover#hablemos{
    color: #E5AD47;
    background: #503F47;
}
a:hover#hablemos svg path{
    fill: #E5AD47;
}

/* SUBMENU */
.sub-menu{
    position: relative;
}
.sub-menu ul li a{
    margin-left: 50px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #503F47;
    transition: color 500ms ease;
}
.sub-menu ul li a:hover{
    color: #886D64;
}
.sub-menu ul{
    position: relative;
    z-index: 5;
}
.sub-menu ul li.current_page_item a{
    font-weight: bold;
}
.sub-menu:after{
    content:"";
    width:100%;
    height: 128px;
    position: absolute;
    top: -11px;
    left: 0px;
    background-image: url(assets/images/bg-submenu.svg);
    z-index: 1;
    background-repeat: no-repeat;
    background-size: 2560px 150px;
    background-position: center 0px;
}
#menu-sidebar .menu-lang{
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid #625258;
}
#menu-sidebar .menu-lang a{
    width: 50%;
    flex-basis: 50%;
    text-align: center;
}
#menu-sidebar .menu-lang a.active{
    font-weight: bold;
}
#menu-sidebar .menu-lang a span{
    padding-top: 2px;
    padding-bottom: 2px;
}

/* GENERAL */
a{
    text-decoration: none;
}
html, body {
    height: 100%;
}
body {
    display: flex;
    flex-direction: column;
    font-family: 'Metropolis' ,Arial, Helvetica, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Bitter', serif;
    font-weight: 300
}
cite{
    font-family: 'Metropolis' ,Arial, Helvetica, sans-serif;
}
h1,
h1.has-large-font-size{
    font-weight: 300 !important;
    font-size: 52px !important;
    line-height: 140% !important;
}
h2{
    font-weight: 300 !important;
    font-size: 42px !important;
    line-height: 50px !important;
}
h3{
    font-weight: 300 !important;
    font-size: 24px !important;
    line-height: 140% !important;
    color: #B34F36;
}
h5{
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Metropolis' ,Arial, Helvetica, sans-serif;
    color: #503F47;
}
strong{
    font-weight: 700;
}
cite{
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    font-style: normal;
}
.error404 .wp-block-group a{
    color: #B34F36;
    text-decoration: underline;
}
.wp-block-embed.is-type-video{
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}
.wp-block-embed__wrapper{
    position: relative;
    width: 100%;
    padding-bottom: 62%;
}
.wp-block-embed__wrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.cf7as-captchcode{
    padding-left: 20px
}
.metropolis{
    font-family: 'Metropolis' ,Arial, Helvetica, sans-serif;
}
.border-top-cafe{
    border-top: 4px solid #D9D2CC;
}
.border-bottom-cafe{
    border-bottom: 4px solid #D9D2CC;
}
.wp-block-cover{
    max-width: 100% !important;
    width: 100% !important;
    background-color: #503F47 !important;
}
.wp-block-cover .wp-block-cover__inner-container{
    max-width: 95% !important;
    width: 95% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.wp-block-cover img,
.wp-block-group{
    opacity: 0;
}
.wp-block-group.destinos-home-group{
    overflow: hidden;
}
.wp-block-group .wp-block-group__inner-container{
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 64px;
    padding-bottom: 64px;
}
.wp-block-group.no-padding .wp-block-group__inner-container{
    padding: 0px !important;
    padding-top: 20px !important;
}
body .wp-block-group .wp-block-column ul li a{
    color: #B34F36;    
}
body.single .wp-block-group ul,
body .wp-block-group ul.listado-alternativo {
    padding-left: 0px;
    list-style-type: none;
    border-bottom: 1px solid #503F47;
}
body.single .wp-block-group ul li,
body .wp-block-group ul.listado-alternativo li{
    font-weight: 700;
    font-size: 13px;
    line-height: 150%;
    text-transform: uppercase;
    color: #886D64;
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: 1px solid #503F47;
}
body.single-destino .wp-block-group ul li{
    color: #503F47;
}
body.single-destino .wp-block-group .wp-block-column[style*="flex-basis:33.33%"] h5{
    padding: 0px 16px;
    margin-bottom: 5px;
    margin-top: 25px;
}
body.single-destino .wp-block-group h5 + ul{
    padding: 16px;
    border-top: 0px;
    border-bottom: 1px solid #BAA7A0 !important;
    padding-top: 0px !important;
}
body.single-destino .wp-block-group h5 + ul li{
    border-top: 1px solid #D9D2CC !important;
}
body.single-destino .wp-block-group h5 + ul li:last-child{
    padding-bottom: 5px;
}
body.single-destino .wp-block-group h5 + ul li:first-child{
    border-top: none !important;
}
body.page-id-3 .wp-block-group ul li{
    margin-bottom: 15px;
}
body.page-id-3 .wp-block-group ul li,
body.page-id-3 .wp-block-group p{
    color: #503F47;
}
.wp-block-group[style*="background-color: rgb(179, 79, 54);"]{
    overflow: hidden;
}
.wp-block-group[style*="background-color: rgb(179, 79, 54);"] .wp-block-columns .wp-block-image{
    margin-bottom: 15px;
}
.wp-block-group[style*="background-color: rgb(179, 79, 54);"] .wp-block-columns{
    margin-bottom: 0px;
}
.wp-block-group[style*="background-color: rgb(179, 79, 54);"] .wp-block-columns .wp-block-columns .wp-block-column{
    position: relative;
}
.wp-block-group[style*="background-color: rgb(179, 79, 54);"] .wp-block-columns .wp-block-columns .wp-block-column:not(:last-child):after{
    content:"";
    background-color:#D9D2CC;
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0px;
    right: -20px;
}
.wp-block-group[style*="background-color: rgb(179, 79, 54);"] .wp-block-columns p{
    margin-bottom: 2px;
}
.wp-block-group[style*="background-color:#d9d2cc"] .wp-block-group__inner-container .wp-block-quote h3:not(:last-child){
    margin-bottom: 20px;
}
.wp-block-group[style*="background-color:#d9d2cc"] .wp-block-group__inner-container .wp-block-quote cite{
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    font-style: normal;
    color: #503F47;
}
.wp-block-group[style*="background-color:#b34f36"] .wp-block-group__inner-container .wp-block-columns .wp-block-image{
    margin-bottom: 16px;
}
.wp-block-group[style*="background-color:#b34f36"] .wp-block-group__inner-container .wp-block-columns{
    margin-bottom: 0px;
}
.wp-block-group[style*="background-color:#b34f36"] .wp-block-group__inner-container .wp-block-columns .wp-block-columns {
    gap: 0px !important;
    margin-bottom: 0px;
}
.wp-block-group[style*="background-color:#b34f36"] .wp-block-group__inner-container .wp-block-columns .wp-block-columns .wp-block-column:not(:last-child){
    border-right: 1px solid #D9D2CC;
}
.wp-block-group[style*="background-color:#b34f36"] .wp-block-group__inner-container .wp-block-columns p{
    margin-bottom: 0px;
}
.wp-block-quote,
.wp-block-quote p{
    color: #B34F36;
    font-size: 24px;
    font-family: 'Metropolis' ,Arial, Helvetica, sans-serif;
    line-height: 140%;
}
.wp-block-quote h3:not(:last-child){
    margin-bottom: 18px;
}
.mapa .wp-block-image img{
    width: 231px;
    height: 231px;
}
.mapa .wp-block-image figure{
    margin-bottom: 0px;
}
.wrapper {
    flex: 1 0 auto;
}
#footer {
    flex-shrink: 0;
}

/* FOOTER */
#footer{
    background-color: #503F47;
    color: #D9D2CC;
}
#footer a{
    color: #D9D2CC;
    transition: color 500ms ease;
}
#footer a:hover{
    color: #E5AD47;
}
#footer .menu-legal a:not(:last-child){
    display: flex;
    align-items: center;
}
#footer .menu-legal a:not(:last-child):after{
    content:"";
    width: 1px;
    height: 15px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #D9D2CC;
    display: block;
}
#footer ul li a{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
}
#footer ul li:not(:last-child){
    margin-bottom: 10px;
    display: block;
}
#footer .row:last-child:before{
    content:"";
    width: calc(100% - 30px);
    margin-left: 15px;
    box-sizing: border-box;
    height: 1px;
    background-color: #D9D2CC;
    margin-bottom: 30px;
}
#footer .row:last-child .d-flex img{
    margin-left: 32px;
}
#footer .general-meta p{
    font-size: 12px !important;
}

/* FORMS */
#main input,
#main select,
#main textarea{
    font-weight: 400;
    font-size: 16px;
    line-height: 143%;
    color: #886D64;
    padding: 12px;
    background: #ECE8E5;
    width: 100%;
    box-sizing: border-box;
    border: none;
    margin-top: 2px;
}
#main input[type="checkbox"]{
    width: 18px;
    height: 18px;
    padding: 0px;
    border: solid 2px #886D64;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
}
#main input[type="checkbox"]:checked{
    background-image: url(assets/images/icono-checkbox.svg);
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
}
#main .wpcf7-checkbox{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
#main .wpcf7-checkbox span:first-child{
    margin-left: 0px;
}
#main .wpcf7-checkbox input[type="checkbox"]{
    width: 18px;
    height: 18px;
    padding: 0px;
    border: solid 2px #886D64;
    margin-right: 6px;
    margin-top: 0px;
}
#main .wpcf7-checkbox .wpcf7-list-item > label{
    display: flex;
    align-items: center;
}
#main .wpcf7-checkbox .wpcf7-list-item > label span{
    margin-bottom: 0px;
}
#main textarea{
    height: 100px
}
#main input:focus{
    outline: 0
}
#main label{
    width: 100%;
}
#main label span{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #503F47;
}
#main label span.wpcf7-not-valid-tip,
span.wpcf7-not-valid-tip{
    color: #B34F36;
    font-size: 13px;
    margin-bottom: 0px;
    margin-top: 7px;
    margin-bottom: 10px;
    display: block;
}
#main label span i{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #B34F36;
}
#main .wpcf7-submit{
    padding: 12px 16px;
    border: 1px solid #B34F36;
    color: #B34F36;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    width: auto;
    background-color: transparent;
}
.wpcf7 p{
    margin-bottom: 0px;
}
.wpcf7 br{
    display: none;
}
.wpcf7 form .wpcf7-response-output{
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    border: none !important;
}
#ui-datepicker-div{
    box-shadow: 0 15px 25px 1px rgba(0,0,0,0.306);
    padding: 15px;
}
html .ui-state-active, 
html .ui-widget-content .ui-state-active, 
html .ui-widget-header .ui-state-active, 
html a.ui-button:active, 
html .ui-button:active, 
html .ui-button.ui-state-active:hover{
    border: 1px solid #b34f36 !important;
    background: #b34f36 !important;
    color: #FFF !important;
}
html .ui-state-default, 
html .ui-widget-content .ui-state-default, 
html .ui-widget-header .ui-state-default, 
html .ui-button, 
html .ui-button.ui-state-disabled:hover, 
html .ui-button.ui-state-disabled:active{
    border: 1px solid transparent;
    background: white;
    text-align: center;
}
html .ui-state-highlight, 
html .ui-widget-content .ui-state-highlight, 
html .ui-widget-header .ui-state-highlight{
    border: 1px solid #dad55e !important;
    background: #fffa90 !important;
}

/* FAQ */
.parent-pageid-16{
    background-color: rgb(236, 232, 229);
}
.sidebar-faq ul{
    list-style: none;
    padding-left: 0px;
    border: none !important;
}
.sidebar-faq ul li{
    padding: 0px !important;
    border: none !important;
}
.sidebar-faq ul li a{
    padding: 16px;
    display: block;
    color: #503F47;
    transition: color 500ms ease, background-color 500ms ease;
    font-weight: 400;
    margin-bottom: 1px;
}
.sidebar-faq ul li.current_page_item a{
    font-weight: 500;
}
.sidebar-faq ul li.current_page_item a,
.sidebar-faq ul li a:hover{
    background-color: #D9D2CC;
}

/* ACORDEON */
.c-accordion__item{
    border-bottom: 1px solid #886D64;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.c-accordion__item > h2{
    font-family: 'Metropolis' ,Arial, Helvetica, sans-serif;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 24px !important;
    line-height: 140% !important;
    color: #503F47 !important;
    margin-bottom: 0px !important;
}
.c-accordion__item h5{
    color: #886D64;
}
.c-accordion__title:after{
    content:"" !important;
    width:25px;
    height: 27px;
    background-image: url(assets/images/accordeon.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.c-accordion__item:not(.is-open) .c-accordion__title:after{
    transform: rotate(180deg);
    top: 0px;
}
.c-accordion__item.is-open .c-accordion__title:after{
    transform: rotate(0deg) !important;
    top: 0px;
}
.is-open .c-accordion__content:not(:empty){
    padding-top: 20px;
}
.c-accordion__content p,
.c-accordion__content li{
    color: #886D64
}

/* BOTONES */
.wp-block-button__link{
    padding: 12px 16px !important;
    background: #B34F36 !important;
    color: #FFF !important;
    height: auto;
    border-radius: 0px !important;
    font-weight: 500;
    font-size: 16px !important;
    line-height: 16px !important;
    transition: color 300ms ease, background-color 500ms ease;
}
a:hover.wp-block-button__link{
    background: #C0705C !important;
    color: #FFF !important;
}

/* SINGLE EXPERIENCIA */
.single-experiencia .wp-block-group .wp-block-columns,
.single-experiencia .wp-block-group .wp-block-columns p:last-child{
    margin-bottom: 0px;
}
.single-experiencia .wp-block-cover .mapa{
    position: relative;
}
.single-experiencia .wp-block-cover .mapa .wp-block-columns{
    position: relative;
}
.single-experiencia .wp-block-cover .mapa .wp-block-image{
    position: absolute;
    right: 0px;
    bottom: -43px;
}
.single-experiencia .wp-block-cover .mapa .wp-block-image figure,
.single-experiencia .wp-block-cover .mapa .wp-block-image img{
    width: 231px;
    height: 231px;
    object-fit: cover;
}
.volver{
    margin-bottom: 0px;
}
.volver img{
    margin-right: 10px;
}
.volver a{
    color: #D9D2CC;
    font-size: 24px;
}

/* SINGLE DESTINOS */
.single-destino .wp-block-group .wp-block-columns,
.single-destino .wp-block-group .wp-block-columns p:last-child{
    margin-bottom: 0px;
}
.single-destino .mapa{
    position: relative;
}
.single-destino .wp-block-cover .mapa .wp-block-image{
    position: absolute;
    right: 0px;
    bottom: -43px;
}
.single-destino .wp-block-cover:first-child .wp-block-columns{
    position: relative;
}
.single-destino .wp-block-cover:first-child .wp-block-image{
    position: absolute;
    right: 0px;
    bottom: -44px;
}
.single-destino .wp-block-cover:first-child .wp-block-image figure,
.single-destino .wp-block-cover:first-child .wp-block-image img{
    width: 231px;
    height: 231px;
    object-fit: cover;
}
.single-destino .pe-md-5 ul li{
    font-weight: 400 !important;
}
.single-destino #main > .wp-block-cover[style*="min-height:700px"] p strong,
.single-experiencia #main > .wp-block-cover[style*="min-height:700px"] p strong{
    font-weight: 400 !important;
}
.single-destino #main > .wp-block-cover[style*="min-height:700px"] p[style*="font-size:21px"],
.single-experiencia #main > .wp-block-cover[style*="min-height:700px"] p[style*="font-size:21px"]{
    font-size: 18px !important;
    margin-bottom: 0px;
}

/* MENU MOBILE */
#close-button{
    width: 50px;
    padding-left: 10px;
    padding-right: 10px;
    left: auto;
    right: 0px;
    top: 0px;
    position: absolute;
    border-left: 1px solid #65565b;
}
#close-button svg path{
    fill:#D9D2CC;
}
.mm-spn.mm-spn--light{
    background-color: #503F47;
    color: #D9D2CC;
}
.mm-spn.mm-spn--navbar.mm-spn--main:after{
    text-transform: uppercase;
}

/* RESPONSIVO */
@media only screen and (min-width: 0px) and (max-width: 480px){
    h1, h1.has-large-font-size{
        font-size: 38px !important;
        line-height: 1.3em !important;
    }
    h2{
        font-size: 32px !important;
        line-height: 36px !important;
    }
    .wp-block-cover{
        min-height: 550px !important;
    }
    .wp-block-group[style*="background-color: rgb(179, 79, 54)"] .wp-block-columns p[style*="font-size:24px"]{
        font-size: 16px !important;
    }
    .wp-block-group[style*="background-color: rgb(179, 79, 54)"] .wp-block-columns p[style*="font-size:24px"] br{
        display: none;
    }
    .wp-block-group[style*="background-color: rgb(179, 79, 54)"] .wp-block-columns .wp-block-columns{
        display: grid;
        grid-template-columns: repeat(3,1fr);
        flex-basis: auto !important;
    }
    .wp-block-group[style*="background-color: rgb(179, 79, 54)"] .wp-block-columns .wp-block-columns .wp-block-column p:first-child{
        font-size: 8px !important;
        word-break:keep-all;
    }
    html .wp-block-group .wp-block-quote h3{
        font-size: 19px !important;
    }
    html .single-destino .wp-block-group .wp-block-quote p,
    html .single-experiencia .wp-block-group .wp-block-quote p{
        font-size: 21px !important;
    }
    #footer .row:last-child .d-flex{
        flex-wrap: wrap;
        justify-content: center !important;
    }
    #footer .row:last-child .d-flex img{
        max-width: 40px;
        height: auto;
        margin-bottom: 30px;
        margin-left: 25px;
    }
    #footer ul{
        flex-basis: 100%;
    }
    #footer .row:last-child .d-flex img:first-child{
        margin-left: 0px !important;
    }
    #footer .social-box{
        display: grid !important;
        grid-template-columns: repeat(2,40px) !important;
        grid-template-rows: min-content !important;
        justify-content: flex-end !important;
    }
    #footer .social-box a{
        margin-right: 0px !important;
        margin-bottom: 10px !important;
    }
    #footer .menu-legal{
        display: flex !important;
        flex-wrap: wrap;
        flex-direction: column !important;
    }
    #footer .menu-legal a:not(:last-child):after{
        display: none;
    }

    /* SINGLE DESTINO Y EXPERIENCIA */
    /*
    .single-destino #main > .wp-block-cover[style*="min-height:700px"] + .wp-block-group + .wp-block-group .wp-block-group__inner-container,
    .single-experiencia #main > .wp-block-cover[style*="min-height:700px"]  + .wp-block-group + .wp-block-group .wp-block-group__inner-container{
        padding-top: 20px !important;
    }
    */
    .single-destino #main > .wp-block-cover[style*="min-height:700px"] .wp-block-columns,
    .single-experiencia #main > .wp-block-cover[style*="min-height:700px"] .wp-block-columns{
        gap: 0px;
    }
    .single-destino #main > .wp-block-cover[style*="min-height:700px"] .wp-block-columns .wp-block-column:last-child,
    .single-experiencia #main > .wp-block-cover[style*="min-height:700px"] .wp-block-columns .wp-block-column:last-child{
        order: 1;
        text-align: left;
        margin-bottom: 20px;
    }
    .single-destino #main > .wp-block-cover[style*="min-height:700px"] .wp-block-columns .wp-block-column:first-child,
    .single-experiencia #main > .wp-block-cover[style*="min-height:700px"] .wp-block-columns .wp-block-column:first-child{
        order: 2;
    }
    .single-destino #main > .wp-block-cover[style*="min-height:700px"] .wp-block-image,
    .single-experiencia #main > .wp-block-cover[style*="min-height:700px"] .wp-block-image{
        position: relative;
        bottom: 0px;
        left: 0px;
        right: auto;
    }
    .single-destino #main > .wp-block-cover[style*="min-height:700px"] .wp-block-image figure,
    .single-experiencia #main > .wp-block-cover[style*="min-height:700px"] .wp-block-image figure{
        float: left;
        margin-left: 0px;
        height: auto;
    }
    .single-destino #main > .wp-block-cover[style*="min-height:700px"] .wp-block-image figure img,
    .single-experiencia #main > .wp-block-cover[style*="min-height:700px"] .wp-block-image figure img{
        width: 120px;
        height: 120px;
    }
    .cf7as-captchcode{
        display: block;
        padding-left: 0px;
    }
    .cf7as-captchcode input{
        width: 100% !important;
    }
}
@media only screen and (min-width: 481px) and (max-width: 600px){
    h1, h1.has-large-font-size{
        font-size: 42px !important;
        line-height: 1.3em !important;
    }
    h2{
        font-size: 36px !important;
        line-height: 43px !important;
    }
    .wp-block-cover .wp-block-cover__inner-container p br{
        display: none;
    }
    .wp-block-group[style*="background-color: rgb(179, 79, 54)"] .wp-block-columns p[style*="font-size:24px"]{
        font-size: 18px !important;
    }
    .wp-block-group[style*="background-color: rgb(179, 79, 54)"] .wp-block-columns p[style*="font-size:24px"] br{
        display: none;
    }
    .wp-block-group[style*="background-color: rgb(179, 79, 54)"] .wp-block-columns .wp-block-columns{
        display: grid;
        grid-template-columns: repeat(3,1fr);
        flex-basis: auto !important;
    }
    #footer > .container > .row:first-child > .col-12{
        display: flex;
        justify-content: space-between;
    }
    #footer .general-meta{
        margin-top: 15px !important;
        text-align: right;
    }
    #footer .row:last-child .d-flex img{
        max-width: 45px;
        height: auto;
        margin-bottom: 30px;
        margin-left: 40px;
    }
    #footer ul:first-child{
        flex-basis: 170px;
    }
    #footer ul{
        flex-basis: 50%;
        margin-left: 0px !important;
    }
    #footer .row:last-child .d-flex img:first-child{
        margin-left: 0px !important;
    }
    #footer .social-box{
        display: grid !important;
        grid-template-columns: repeat(2,40px) !important;
        grid-template-rows: min-content !important;
        justify-content: flex-end !important;
    }
    #footer .social-box a{
        margin-right: 0px !important;
        margin-bottom: 10px !important;
    }
    #footer .menu-legal a:not(:last-child):after{
        display: none;
    }

    /* SINGLE DESTINO Y EXPERIENCIA */
    .single-destino #main > .wp-block-cover[style*="min-height:700px"] + .wp-block-group + .wp-block-group .wp-block-group__inner-container,
    .single-experiencia #main > .wp-block-cover[style*="min-height:700px"]  + .wp-block-group + .wp-block-group .wp-block-group__inner-container{
        padding-top: 20px !important;
    }
    .single-destino #main > .wp-block-cover[style*="min-height:700px"] .wp-block-columns,
    .single-experiencia #main > .wp-block-cover[style*="min-height:700px"] .wp-block-columns{
        gap: 0px;
    }
    .single-destino #main > .wp-block-cover[style*="min-height:700px"] .wp-block-columns .wp-block-column:last-child,
    .single-experiencia #main > .wp-block-cover[style*="min-height:700px"] .wp-block-columns .wp-block-column:last-child{
        order: 1;
        text-align: left;
        margin-bottom: 20px;
    }
    .single-destino #main > .wp-block-cover[style*="min-height:700px"] .wp-block-columns .wp-block-column:first-child,
    .single-experiencia #main > .wp-block-cover[style*="min-height:700px"] .wp-block-columns .wp-block-column:first-child{
        order: 2;
    }
    .single-destino #main > .wp-block-cover[style*="min-height:700px"] .wp-block-image,
    .single-experiencia #main > .wp-block-cover[style*="min-height:700px"] .wp-block-image{
        position: relative;
        bottom: 0px;
        left: 0px;
        right: auto;
    }
    .single-destino #main > .wp-block-cover[style*="min-height:700px"] .wp-block-image figure,
    .single-experiencia #main > .wp-block-cover[style*="min-height:700px"] .wp-block-image figure{
        float: left;
        margin-left: 0px;
        height: auto;
    }
    .single-destino #main > .wp-block-cover[style*="min-height:700px"] .wp-block-image figure img,
    .single-experiencia #main > .wp-block-cover[style*="min-height:700px"] .wp-block-image figure img{
        width: 120px;
        height: 120px;
    }
    html .single-destino .wp-block-group .wp-block-quote p, 
    html .single-experiencia .wp-block-group .wp-block-quote p {
        font-size: 21px !important;
    }
}
@media only screen and (min-width: 601px) and (max-width: 768px){
    h1, h1.has-large-font-size{
        font-size: 45px !important;
        line-height: 1.3em !important;
    }
    h2{
        font-size: 38px !important;
        line-height: 43px !important;
    }
    .wp-block-group[style*="background-color: rgb(179, 79, 54)"] .wp-block-columns p[style*="font-size:24px"]{
        font-size: 20px !important;
    }
    .wp-block-group[style*="background-color: rgb(179, 79, 54)"] .wp-block-columns p[style*="font-size:24px"] br{
        display: none;
    }
    .wp-block-group[style*="background-color: rgb(179, 79, 54)"] .wp-block-columns .wp-block-columns{
        display: grid;
        grid-template-columns: repeat(3,1fr);
        flex-basis: auto !important;
    }
    #footer > .container > .row:first-child > .col-12{
        display: flex;
        justify-content: space-between;
    }
    #footer > .container > .row:first-child .general-meta{
        margin-top: 15px !important;
        text-align: right;
    }
    #footer > .container > .row:first-child ul:last-child{
        margin-left: auto !important;
        margin-right: auto;
    }
    #footer .row:last-child .d-flex img{
        max-width: 45px;
        height: auto;
        margin-bottom: 30px;
        margin-left: 40px;
    }
    #footer .row:last-child .d-flex img:first-child{
        margin-left: 0px !important;
    }
    #footer .social-box{
        display: grid !important;
        grid-template-columns: repeat(2,40px) !important;
        grid-template-rows: min-content !important;
        justify-content: flex-end !important;
    }
    #footer .social-box a{
        margin-right: 0px !important;
        margin-bottom: 10px !important;
    }
    #footer .menu-legal a:not(:last-child):after{
        display: none;
    }

    /* SINGLE DESTINO Y EXPERIENCIA */
    .single-destino #main > .wp-block-cover[style*="min-height:700px"] + .wp-block-group + .wp-block-group .wp-block-group__inner-container, 
    .single-experiencia #main > .wp-block-cover[style*="min-height:700px"] + .wp-block-group + .wp-block-group .wp-block-group__inner-container {
        padding-top: 20px !important;
    }
    html .single-destino .wp-block-group .wp-block-quote p, html .single-experiencia .wp-block-group .wp-block-quote p {
        font-size: 21px !important;
    }
    .single-destino #main > .wp-block-cover[style*="min-height:700px"] .wp-block-columns,
    .single-experiencia #main > .wp-block-cover[style*="min-height:700px"] .wp-block-columns{
        gap: 0px;
    }
    .single-destino #main > .wp-block-cover[style*="min-height:700px"] .wp-block-columns .wp-block-column:last-child,
    .single-experiencia #main > .wp-block-cover[style*="min-height:700px"] .wp-block-columns .wp-block-column:last-child{
        order: 1;
        text-align: left;
        margin-bottom: 20px;
    }
    .single-destino #main > .wp-block-cover[style*="min-height:700px"] .wp-block-columns .wp-block-column:first-child,
    .single-experiencia #main > .wp-block-cover[style*="min-height:700px"] .wp-block-columns .wp-block-column:first-child{
        order: 2;
    }
    .single-destino #main > .wp-block-cover[style*="min-height:700px"] .wp-block-image,
    .single-experiencia #main > .wp-block-cover[style*="min-height:700px"] .wp-block-image{
        position: relative;
        bottom: 0px;
        left: 0px;
        right: auto;
    }
    .single-destino #main > .wp-block-cover[style*="min-height:700px"] .wp-block-image figure,
    .single-experiencia #main > .wp-block-cover[style*="min-height:700px"] .wp-block-image figure{
        float: left;
        margin-left: 0px;
        height: auto;
    }
    .single-destino #main > .wp-block-cover[style*="min-height:700px"] .wp-block-image figure img,
    .single-experiencia #main > .wp-block-cover[style*="min-height:700px"] .wp-block-image figure img{
        width: 150px;
        height: 150px;
    }
}
@media only screen and (min-width: 769px) and (max-width: 782px){
    .wp-block-group[style*="background-color: rgb(179, 79, 54)"] .wp-block-columns .wp-block-columns{
        display: grid;
        grid-template-columns: repeat(3,1fr);
        flex-basis: auto !important;
    }
}
@media only screen and (min-width: 0px) and (max-width: 768px){
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:empty{
        display: none;
    }
    .hamburger {
        display: block;
    }
    #footer .row:last-child p{
        text-align: center;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:empty{
        display: none !important;
    }
    .sidebar-faq{
        margin-bottom: 30px;
    }
    #hablemos{
        bottom: 30px;
        right: 14px;
    }
    .wp-block-embed.is-type-video{
        max-width: 100%;
    }
    #footer .menu-legal{
        order: 1;
    }
    #footer .row:last-child p{
        flex-wrap: wrap;
        justify-content: center;
        display: flex;
    }
    #footer .copy{
        display: block;
        order: 2;
        width: 100%;
        margin-top: 10px;
    }
    #footer .menu-legal a:not(:last-child){
        justify-content: center;
    }
}
@media only screen and (min-width: 769px) and (max-width: 991px){
    .hamburger {
        display: block;
    }
    h1, h1.has-large-font-size{
        font-size: 48px !important;
        line-height: 1.3em !important;
    }
    h2{
        font-size: 35px !important;
        line-height: 39px !important;
    }
    .wp-block-group[style*="background-color: rgb(179, 79, 54)"] .wp-block-columns p[style*="font-size:24px"]{
        font-size: 20px !important;
    }
    .wp-block-group[style*="background-color: rgb(179, 79, 54)"] .wp-block-columns p[style*="font-size:24px"] br{
        display: none;
    }
    #footer .row:last-child .d-flex img{
        max-width: 60px;
        height: auto;
        margin-bottom: 30px;
        margin-left: 40px;
    }
    #footer .row:last-child .d-flex img:first-child{
        margin-left: 0px !important;
    }

    /* SINGLE DESTINOS Y EXPERIENCIA */
    html .single-destino .wp-block-group .wp-block-quote p, html .single-experiencia .wp-block-group .wp-block-quote p {
        font-size: 21px !important;
    }
    .single-destino #main > .wp-block-cover[style*="min-height:700px"] + .wp-block-group + .wp-block-group .wp-block-group__inner-container, 
    .single-experiencia #main > .wp-block-cover[style*="min-height:700px"] + .wp-block-group + .wp-block-group .wp-block-group__inner-container {
        padding-top: 20px !important;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:empty{
        display: none !important;
    }
    html .single-destino .pe-md-5{
        padding-right: 0px !important;
    }
    #hablemos{
        bottom: 30px;
        right: 14px;
    }
    .wp-block-embed.is-type-video{
        max-width: 100%;
    }
    #footer .menu-legal a:not(:last-child):after{
        display: none !important
    }
}
@media only screen and (min-width: 992px){
    .text-lg-left{
        text-align: left !important;
    }
    .wp-block-group[style*="background-color: rgb(236, 233, 230)"] .wp-block-group__inner-container .wp-block-columns,
    .wp-block-group[style*="background-color: rgb(217, 210, 204)"] .wp-block-group__inner-container .wp-block-columns,
    .wp-block-group.has-base-background-color .wp-block-group__inner-container .wp-block-columns{
        gap: 70px;
    }
}
@media only screen and (min-width: 991px) and (max-width: 1199px){
    .wp-block-embed.is-type-video{
        max-width: 100%;
    }
    h1, h1.has-large-font-size{
        font-size: 48px !important;
        line-height: 1.3em !important;
    }
    h2{
        font-size: 38px !important;
        line-height: 43px !important;
    }
    #mainHeader .col-12 > ul > li > a {
        font-size: 12px;
        margin-left: 24px;
    }
    #mainHeader .col-12 > ul > li:first-child > a{
        margin-left: 0px;
    }
    #mainHeader .cotizar{
        font-size: 12px;
        width: auto;
    }
    .wp-block-group[style*="background-color: rgb(179, 79, 54)"] .wp-block-columns p[style*="font-size:24px"]{
        font-size: 22px !important;
    }

    html .single-destino .wp-block-group .wp-block-quote p, html .single-experiencia .wp-block-group .wp-block-quote p {
        font-size: 22px !important;
    }
    .single-destino #main > .wp-block-cover[style*="min-height:700px"] + .wp-block-group + .wp-block-group .wp-block-group__inner-container, 
    .single-experiencia #main > .wp-block-cover[style*="min-height:700px"] + .wp-block-group + .wp-block-group .wp-block-group__inner-container {
        padding-top: 40px !important;
    }
    html .single-destino .pe-md-5{
        padding-right: 20px !important;
    }
    #hablemos{
        bottom: 30px;
        right: 14px;
    }
    #footer .copy{
        display: block;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1340px){
    #mainHeader .col-12 > ul > li > a{
        font-size: 15px;
        margin-left: 35px;
    }
    #mainHeader .col-12 > ul > li:first-child > a{
        margin-left: 0px;
    }
    #mainHeader .cotizar{
        font-size: 15px;
    }
    html .single-destino .wp-block-group .wp-block-quote p, html .single-experiencia .wp-block-group .wp-block-quote p {
        font-size: 23px !important;
    }
    .single-destino #main > .wp-block-cover[style*="min-height:700px"] + .wp-block-group + .wp-block-group .wp-block-group__inner-container, 
    .single-experiencia #main > .wp-block-cover[style*="min-height:700px"] + .wp-block-group + .wp-block-group .wp-block-group__inner-container {
        padding-top: 40px !important;
    }
    html .single-destino .pe-md-5{
        padding-right: 20px !important;
    }
    #hablemos{
        bottom: 30px;
        right: 14px;
    }
    #footer .copy{
        display: block;
    }
    #footer .copy + .ms-xl-5{
        margin-left: 0px !important
    }
}
@media only screen and (min-width: 1341px) and (max-width: 1400px){
    #footer .copy + .ms-xl-5{
        margin-left: 20px !important
    }
}
@media only screen and (min-width: 1341px) and (max-width: 1440px){
    #mainHeader .col-12 > ul > li > a{
        margin-left: 40px;
    }
    #mainHeader .col-12 > ul > li:first-child > a{
        margin-left: 0px;
    }
}
@media only screen and (min-width: 0px) and (max-width: 1340px){
    .preheader .col-12, 
    #mainHeader .col-12,
    .wp-block-cover .wp-block-cover__inner-container,
    .container{
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box;
    }
    .wp-block-group .wp-block-group__inner-container{
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }
}