@import url("colorbox.css");
@import url("daterangepicker.css");

body {
    font-family: "Gabarito", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

img {
    max-width: 100%;
    height: auto;
}

.btn {
    font-weight: 300;
}

div:not(.big-header) {
    /*border: 1px solid #1eff00;*/
}

.header-container {
    position: relative;
    background-color: #fff;
    z-index: 5;
}

.big-header {
    position: relative;
    width: 100%;
    height: 100vh;
    /* background: url("../i/big-header-bg2.jpg") no-repeat center top; */
    /* background: url("../i/big-header-bg-3.png") no-repeat center bottom; */
    /*background: url("../i/big-header-bg.jpg") no-repeat center bottom;*/
    background: url("../i/big-header-bg-4.jpg") no-repeat 140% 0;
    background-size: 65%;
    z-index: 0;
    /* https://www.efe.cl/wp-content/uploads/2021/08/araucania-2220x600.jpg */
}

@media (max-width: 992px) {
    .big-header {
        height: auto;
        background: #303758;
    }
}

.nothome-big-header {
    position: relative;
    width: 100%;
    height: 350px;
    background: url("../i/big-header-bg.jpg") no-repeat center bottom;
    background-size: cover;
    z-index: 1;
}

.nothome-big-header.mapa-bg {
    background: url("../i/big-header-mapa-bg.png") no-repeat center center;
    background-size: cover;
}

@media (max-width: 992px) {
    .nothome-big-header {
        height: auto;
    }
}

.nothome-big-header::after {
    content: " ";
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(11,0,70);
    background: linear-gradient(180deg, rgba(11,0,70,0.6993391106442577) 20%, rgba(112,0,189,0) 100%);
}

.nothome-big-header.mapa-bg::after {
    background-color: rgba(35,0,71, 0.35);
}

.form-tren-header {
    position: relative;
    width: 100%;
    height: auto;
    background: rgb(58, 60, 99);
    z-index: 1;
}

@media (max-width: 992px) {
    .form-tren-header {
        padding: 20px 0;
    }
}

.col2-form {
    position: relative;
    padding-top: 50px;
}

@media (min-width: 992px) {

    body.page-id-60 .col2-form::before {
        content: "";
        width: 57.5%;
        height: 100%;
        /*background: rgba(86, 128, 171, 0.42);*/
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: -1;
    }

}

.post-type-archive-title {
    text-align: center;
    margin-top: 100px;
    color: #fff;
    font-weight: 700;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

@media (max-width: 992px) {
    .post-type-archive-title {
        margin: 50px 0;
    }
}

.rss-iconos-header i {
    font-size: 25px;
}

.rss-iconos-header > a {
    margin-left: 10px;
}

/*
.big-header::after {
    content: " ";
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0,0,0);
    background: linear-gradient(359deg, rgba(9, 0, 0, 0.4) 15%, rgba(44, 59, 54, 0.6) 100%);
}
*/

.menu-big-header {
    position: relative;
    z-index: 2;
    font-weight: 300;
}

.home-header-bg {
    position: absolute;
    top: 93px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: calc(100% - 93px);
    object-fit: cover;
    object-position: center top;
}

@media (max-width: 768px) {
    .home-header-bg {
        display: none;
    }
}

body.home .menu-big-header, .menu-big-header a {
    color: #000;
    text-decoration: none;
    font-size: 17px;
    padding-top: 3px;
    font-weight: 500;
    text-shadow: none;
}

@media (max-width: 992px) {
    body.home .menu-big-header {
        padding: 20px 0;
    }
}

.menu-big-header a:hover {
    text-decoration: underline;
}

.logo {
    display: block;
    width: 250px;
    height: 60px;
    background: url("../i/logo-3.png") no-repeat left;
    background-size: contain;
    margin: 15px 0;
}

@media (max-width: 768px) {
    .logo {
        background-position: 40%;
    }
}

.menu-header, .menu-header ul {
    list-style: none;
    color: #fff;
    margin-bottom: 0;
}

.menu-header li {
    display: inline-block;
    position: relative;
}

@media (max-width: 992px) {
    ul.menu-header {
        padding-left: 0;
    }
    .menu-header li {
        display: block;
    }
}

.menu-header > li > a {
    display: block;
    padding: 5px 15px;
}

.menu-header > li > ul {
    display: none;
    z-index: 1;
    position: absolute;
    left: 5px;
    top: 100%;
    margin-top: -1px;
    padding: 0;
    text-align: left;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
}

@media (max-width: 992px) {
    .menu-header > li > ul {
        position: relative;
        left: auto;
        top: auto;
        margin-top: 0;
        padding: 0;
        text-align: center;
        border-radius: 0;
    }
}

.menu-header > li:hover > ul {
    display: block;
}

.menu-header > li > ul > li {
    display: block;
}

.menu-header > li > ul > li a {
    display: block;
    white-space: nowrap;
    padding: 10px 10px;
    font-size: 15px;
    border-bottom: 1px solid #d8d8d8;
}

.menu-header > li > ul > li:last-child a {
    border-bottom: none;
}

@media (max-width: 992px) {
    .menu-header > li > ul > li:last-child a {
        border-bottom: 1px solid #d8d8d8;
    }
    .menu > li {
        margin-bottom: 15px !important;
    }
    body.home .rss-iconos-header {
        padding-top: 15px;
        margin-bottom: 20px;
    }
    .rss-iconos-header {
        padding-top: 15px;
    }
}

.bajada-big-header {
    position: relative;
    z-index: 2;
    color: #fff;
}

.bajada-big-header h2 {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    font-size: 60px;
    margin-bottom: 20px;
    font-weight: 700;
}

@media (max-width: 992px) {
    .bajada-big-header h2 {
        font-size: 40px;
    }
}

.bajada-big-header p {    
    max-width: 530px;
    font-size: 18px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

.bajada-big-header span {    
    display: block;
    font-size: 34px;
    position: relative;
    bottom: -5px;
}

.bajada-big-header .btn {
    font-weight: 700;
    font-size: 18px;
}

h2, h3, h4, h5 {
    font-weight: 600;
}

p {
    font-weight: 300;
}

strong {
    font-weight: 700;
}

.bloques-big-header {
    margin-bottom: 55px;
    z-index: 2;
    position: relative;
}

@media (max-width: 992px) {
    .bloques-big-header > .row {
        display: block;
    }
}

.big-header-col {
    display: block;
    padding: 5px 10px 7px 15px;
    text-decoration: none;
}

@media (max-width: 992px) {
    .bloques-big-header .card-banner-home {
        padding: 20px 10px;
        width: 50%;
        float: left;
    }
}

.bloques-big-header .card-banner-home a {
    background-color: white;
    height: auto;
    color: #0f1b2f;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: row;
    position: relative;
    min-height: 60px;
    border-radius: 25px;
}

.bloques-big-header .card-banner-home h5 {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 0;
}

.bloques-big-header .card-banner-home a img {
    display: inline-block;
    position: relative;
    height: auto;
    margin-right: 10px;
    width: 40px;
}

.bloques-big-header .card-banner-home:nth-child(4) a img {
    width: 28px;
}

.bloques-big-header .card-banner-home:nth-child(5) a img {
    width: 35px;
}

.bloques-big-header .card-banner-home a:hover {
    box-shadow: 2px 2px 10px 1px rgba(255, 255, 255, 0.5);
}

.big-header-col p {
    margin-bottom: 10px;
    line-height: 1em;
}

.big-header-col:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
}

.big-header-col p strong {
    font-size: 14px;
}

.big-header, .menu-big-header, .bajada-big-header, .bloques-big-header {
    display: flex;
    flex-direction: column;
}

.menu-big-header, .bajada-big-header {
    flex-grow: 1;
}

.container-quienes-somos p {
    font-size: 18px;
}

.titulo-seccion-a {
    margin-bottom: 0.9em;
}

.container-partners {
    background-color: #eee;
}

#mapa {
    padding-top: 4px;
}

.container-footer {
    border-top: 1px solid #e5e5e5;
}

.footer-bg {
    background: #fff;
}

footer p {
    margin: 0 50px 0 50px;
    font-size: 15px;
    display: inline-block;
    vertical-align: super;
}

.compliance-header {
    text-align: right !important;
    padding-top: 5px;
}

.container-compliance a {
    position: relative;
    display: inline-block;
    background-color: rgb(8, 129, 158);
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    padding: 6px 8px 6px 41px;
    border-radius: 5px;
    margin-left: 50px;
}

.compliance-header a {
    position: relative;
    display: inline-block;
    background-color: rgb(48, 55, 88);
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    padding: 2px 8px 2px 8px;
    border-radius: 5px;
}

.container-compliance a.icono-reglamento-interno, .compliance-header a.icono-reglamento-interno {
    background-color: rgb(170, 110, 185);
}

.container-compliance a:first-child {
    margin-left: 0;
}

.container-compliance a i {
    position: absolute;
    top: 50%;
    left: 7px;
    margin-top: -13px;
    font-size: 25px;
    margin-right: 10px;
}

.compliance-header a i {
    position: relative;
    font-size: 15px;
    margin-right: 5px;
}

.container-compliance a span {
    font-size: 8px;
    text-transform: capitalize;
}

.compliance-header a span {
    font-size: 10px;
    text-transform: capitalize;
}

.container-compliance a:hover {
    color: #fff;
}


.menu {
    list-style: none;
    text-align: center;
    padding: 25px 0 25px 0;
    border-bottom: 1px solid #e5e5e5;
}

.menu li {
    display: inline-block;
    margin: 0 5px;
}

.menu li a {
    display: block;
    color: #222;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #fff;
    box-shadow: 0px 2px 17px 0px rgba(96, 133, 139, 0.4);
    border: 1px solid #eee;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.menu li a:hover, .menu li a.contexto-activo {
    background: rgb(58, 60, 99);
    color: #fff;
}

.respuesta-loop {
    justify-content: center;
    padding-bottom: 50px;
}

.respuesta {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    font-style: italic;
    font-size: 18px;
    color: #fff;
    width: 100%;
    background: rgba(58, 60, 99, 0.6);
}

.grid-item {
    padding-left: 12px !important;
    padding-right: 11px !important;
}

.grid-item.elemento-invisible {
    display: none;
}

.inner-card {
    display: block;
    padding: 25px 25px 10px 25px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #eee;
    height: 100%;
    box-shadow: 0px 2px 17px 0px rgb(212 233 255);
    text-align: left;
    position: relative;
    overflow: hidden;
}

body.post-type-archive-actividad .inner-card {
    padding: 25px 25px 20px 25px;
}

.inner-card h3 {
    padding: 10px 0;
    margin-bottom: 11px;
    color: #20689e;
}

.inner-card img {
    border-radius: 3px;
    width: 100%;
    /*height: auto;*/
    height: 13em;
    /*max-height: 11em;*/
    padding: 0px;
    object-fit: cover;
    object-position: center center;
}

.inner-card p {
    margin-bottom: 15px;
    width: 100%;
}

.inner-card p:last-of-type {
    margin-bottom: 0;
}

.inner-card a {
    color: #000;
    text-decoration: none;
}

.inner-card i {
    font-size: 20px;
    margin-right: 10px;
    width: 25px;
    text-align: center;
    vertical-align: text-bottom;
}

.inner-card p a .fa-up-right-from-square {
    font-size: 10px;
    vertical-align: baseline;
    margin-left: 2px;
    top: -1px;
    position: relative;
}

.inner-card a[target="_blank"] {
    /* position: absolute !important;
    bottom: 20px !important;
    left: 28px !important; */
}

.card-overlay-datos {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    padding: 0 25px 0 25px;
    display: flex;
    flex-direction: row;
    align-content: center;
    flex-wrap: wrap;
    transition: top 0.3s ease, background-color 0.6s ease;
}

.card-overlay-datos a, .card-overlay-datos a i {
    color: #fff;
}

.inner-card:hover .card-overlay-datos {
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
}


.cargar-mas {
    display: flex;
    margin: 30px auto;
    width: 180px;
    height: 180px;
    border-radius: 90px;
    border: 1px solid #eee;
    color: rgb(59, 103, 67);
    text-decoration: none;
    font-size: 15px;
    background-color: #fff;
    webkit-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.2);
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.cargar-mas p {
    line-height: 18px;
    font-weight: 700;
    margin-bottom: 0;
}

.cargar-mas.disabled {
    pointer-events: none;
}

.quedan {

}

.no-quedan {
    display: none;
    color: #b25b5b;
}

.paso-cronograma {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    margin-bottom: 9px;
    overflow: hidden;
    min-height: 290px;
}

@media (max-width: 992px) {
    .paso-cronograma {
        min-height: auto;
    }
}

.paso-cronograma:last-of-type {
    border-bottom: none;
}

.paso-cronograma img {
    width: 200px;
    height: 200px;
    float: right;
    margin-left: 15px;
    object-fit: cover;
    object-position: center center;
}

@media (max-width: 992px) {
    .paso-cronograma img {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 992px) {
    .row {
        padding: 0;
        margin: 0;
        overflow-x: hidden;
    }
}

.disclaimer-lancha {
    font-size: 14px;
}

body.post-type-archive-restoran, .col-formulario {
    /*background-color: #f1f8ff;*/
}

.col-formulario {
    /*border-radius: 20px;
    align-self: baseline;
    box-shadow: 0px 2px 17px 0px rgb(203, 203, 203);*/
}

.col-formulario .wpcf7-form {
    display: flex;
    flex-wrap: wrap;
}

.col-formulario .wpcf7-form > p {
    width: 50%;
}

.col-formulario .wpcf7-form > p label {
    position: relative;
}

.col-formulario .wpcf7-form > p:nth-child(even) {
    /*background: pink;*/
    padding-left: 5px;
}

.col-formulario .wpcf7-form > p:nth-child(odd) {
    /*background: rgb(192, 192, 255);*/
    padding-right: 5px;
}

.col-formulario .wpcf7-form > p:nth-child(11) {
    width: 100%;
    padding: 0 !important;
    /*background: yellow;*/
}

.col-formulario .wpcf7-form > p:nth-child(13) {
    width: 100%;
    padding: 0 !important;
    /*background: yellow;*/
}

.col-formulario .wpcf7-form > p:last-child {
    /*background: rgb(192, 192, 255);*/
    padding-right: 5px;
}

.wpcf7-field-groups  {
    width: 100%;
}

.col-formulario .wpcf7-form > p:last-of-type {
    width: 100%;
    padding: 0 !important;
}

.col-formulario .wpcf7-form > h4 {
    width: 100%;
}

.col-formulario .wpcf7-form .al-50 {
    width: 50%;
    /*background: rgb(122, 255, 233);*/
}

.col-formulario .wpcf7-form .al-50.first-of-type {
    width: 50%;
    padding-right: 5px;
    /*background: rgb(122, 255, 233);*/
}

.col-formulario .wpcf7-form .al-50.last-of-type {
    padding-left: 5px;
    /*background: firebrick;*/
}

.col-formulario .wpcf7-form-control, .col-formulario .wpcf7-form-control-wrap, .col-formulario label {
    width: 100%;
    display: block;
}

.col-formulario .wpcf7-select {
    position: relative;
    width: 100%;
    display: block;
    height: 30px;
    appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    border-radius: 6px;
    color: #000;
    border: 1px solid #5f5f5f;
    padding: 0 10px;
}
.col-formulario .wpcf7-select{
	background-image: url(https://descubrequintero.cl/wp-content/uploads/2023/11/dropdown.svg);
	background-repeat: no-repeat;
	background-position: right 10px center;
}

@media (max-width: 992px) {
    .col-formulario .wpcf7-select {
        height: 34px;
    }
}

.col-formulario .country_auto::after, .col-formulario .state_auto::after, .col-formulario .city_auto::after {
    content: "\25be";
    display: block;
    position: absolute;
    top: 23px;
    right: 7px;
    z-index: 10;
    background: transparent;
    font-size: 20px;
    color: #333;
}

.col-formulario .wpcf7-form button, .col-formulario .wpcf7-form input[type="submit"] {
    background: rgb(58, 60, 99);
    display: block;
    color: #fff;
    border: none;
    padding: 5px;
    font-size: 15px;
    border-radius: 6px;
    height: 40px;
    line-height: 30px;
}

.col-formulario .wpcf7-form button.wpcf7-field-group-add, .col-formulario .wpcf7-form button.wpcf7-field-group-remove {
    width: 40px;
}

.col-formulario .wpcf7-form button.wpcf7-field-group-add {
    background-color: rgb(23, 131, 23);
}

.col-formulario .wpcf7-form button.wpcf7-field-group-remove {
    background-color: rgb(193, 29, 11);
    margin-bottom: 5px;
}

.col-formulario .wpcf7-form button:hover, .col-formulario .wpcf7-form input[type="submit"]:hover {
    opacity: 0.9;
}

.wpcf7 .screen-reader-response ul {
    display: none;
}

.wpcf7-form span.wpcf7-not-valid-tip {
    color: rgb(193, 29, 11);
    font-size: 12px;
    font-weight: bold;
}

.wpcf7-response-output {
    padding-bottom: 15px;
    text-align: center;
}

#launcher-formulario {
    background: #eee;
    color: rgb(58, 60, 99);
    padding: 5px;
    position: fixed;
    top: 50%;
    right: 0;
    font-size: 30px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.3);
    z-index: 15;
    text-decoration: none;
    text-align: center;
}

#launcher-formulario:hover {
    background: #ffffff;
    color: rgb(68, 73, 171);
}

#launcher-formulario span {
    font-size: 10px;
    display: block;
    position: relative;
    color: #333;
}

#form-modal {
    
}

.bajada-1-archive-restoranes {
    margin: 0 auto;
    max-width: 50%;
    color: #fff;
    font-size: 19px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

@media (max-width: 992px) {
    .bajada-1-archive-restoranes {
        max-width: 100%;
    }
}

a.boton-pdf-programa {
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 13px;
    text-align: center;
}

.boton-pdf-programa span {
    display: block;
}

.boton-pdf-programa img {
    display: block;
    box-shadow: 0px 2px 15px 0px rgba(96, 133, 139, 0.4);
}

.boton-pdf-programa:hover img {
    box-shadow: 0px 2px 20px 5px rgba(57, 65, 66, 0.4);
}




/* ================================================================================ */

.criteria-col {
    position: relative;
}

.criteria-col:nth-child(3) {
    margin-left: 50px;
}

#filtros-tax {
    background: #fff;
    display: flex;
    text-align: left;
    padding: 10px 25px 10px 60px;
    border-radius: 15px;
    box-shadow: 2px 2px 9px 2px rgba(0, 0, 0, 0.1);
    width: fit-content;
    position: absolute;
    top: 50px;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#filtros-tax .fa-sliders {
    font-size: 25px;
    position: absolute;
    left: 10px;
    top: 10px;
    color: #808080;
}

@media (max-width: 992px) {
    #filtros-tax {
        padding: 10px 10px 10px 10px;
        top: 65px;
        left: 10px;
        right: 10px;
    }
    #filtros-tax .fa-sliders {
        display: none;
    }
}

#filtros-tax fieldset {
    display: block;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 4px 6px 8px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: calc(100% + 10px);
    left: -10px;
    overflow: hidden;
    display: none;
}

#filtros-tax fieldset#cercania-de-alojamiento {
    width: calc(100% - 8px);
}

#filtros-tax fieldset p {
    margin: 0;
    padding: 5px 35px 5px 10px;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#filtros-tax fieldset p.padre-disabled {
    text-decoration: line-through;
    color: #cfcfcf;
}

#filtros-tax fieldset p:hover {
    background-color: #eeeeee;
}

#filtros-tax fieldset input, #filtros-tax fieldset label {
    cursor: pointer;
    position: relative;
    z-index: 0;
}

#filtros-tax fieldset input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    height: 100%;
    width: calc(100% - 16px);
    border-radius: 0;
    border: 1px solid transparent;
    box-sizing: border-box;
    background: transparent;
    position: absolute;
    top: 0;
    right: 8px;
    left: 8px;
    bottom: 0;
}

#filtros-tax fieldset input[type=checkbox]::after {
    content: "";
    opacity: 0;
    display: block;
    right: 8px;
    top: 7px;
    position: absolute;
    width: 4px;
    height: 10px;
    border: 2px solid #008602;
    border-top: 0;
    border-left: 0;
    transform: rotate(30deg);
    box-sizing: content-box;
}

#filtros-tax fieldset p:hover input[type="checkbox"] {
    background-color: transparent;
}

#filtros-tax fieldset input[type="checkbox"]:checked::after {
    opacity: 1;
}

#filtros-tax fieldset input[type="checkbox"]:checked:disabled::after {
    border-color: #cfcfcf;
}

#filtros-tax fieldset p.padre-disabled input[type="checkbox"]:checked::after {
    
}

#filtros-tax fieldset p:not(.padre-disabled) input[type="checkbox"]:checked::after {
    
}

.fieldset-title {
    display: block;
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
}

.fieldset-title i {
    margin-left: 10px;
    font-size: 20px;
    color: #808080;
    vertical-align: text-top;
}

.fieldset-title.show-filtro-desplegado i {
    transform: rotate(180deg);
}

#filtros-tax fieldset.filtro-desplegado {
    
}

#zona {
    
}

#map-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background-color: #fff;
    /* box-shadow: -6px 4px 6px 0px rgba(0, 0, 0, 0.2); */
}

#map {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
}

.info-title {
    font-size: 7px;
    display: block;
    padding: 0;
}

.body-filtros-y-mapa {
    position: relative;
    width: 100%;
    height: 350px;
}

.card-chips {
    font-size: 11px;
    margin-bottom: 5px;
    margin-top: -10px;
}

.card-chips span {
    display: inline-block;
    padding: 2px 8px 0 8px;
    margin-right: 10px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    border: 1px solid #20689e;
    font-weight: 300;
    color: #20689e;
    margin-bottom: 5px;
}

.card-chips span.chip-zona {
    background-color: rgb(246, 246, 246);
    border: 1px solid rgb(32, 32, 32);
}

.bg-tours {
    background: url("../i/bg-tours-1.png") no-repeat center top;
    width: 100%;
    height: fit-content;
    background-size: cover;
}

body.page-template-page-guiados-y-lugares,
body.page-template-page-lugares,
body.page-template-page-noticias {
    background: linear-gradient(180deg,#f2f0f7,#f7f8fc);
}

.grilla-tours {
    display: flex;
    flex-wrap: wrap;
}

.grilla-tours .hentry {
    width: calc(50% - 20px);
    background: #ffffff;
    box-shadow: 0 6px 14px rgba(84,111,170,.06);
    padding: 35px;
    margin: 20px 0;
    border-radius: 14px;
    border: 1px solid #e3dff5;
}

.grilla-tours .hentry:nth-child(odd) {
    margin-right: 40px;
}

@media (max-width: 992px) {
    .grilla-tours .hentry {
        width: 100%;
    }
    
    .grilla-tours .hentry:nth-child(odd) {
        margin-right: 0;
    }
}

.grilla-tours .hentry img {
    display: inline-block;
    max-width: 50%;
    height: auto;
}

body.page-template-page-lugares .grilla-tours .hentry img {
    display: block;
    max-width: 100%;
}

body.page-template-page-lugares .grilla-tours .hentry .split {
    width: 50%;
    display: block;
    float: left;
}

body.page-template-page-lugares .grilla-tours .hentry > p {
    width: 50%;
}

.grilla-tours .hentry img:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.grilla-tours .hentry img:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.grilla-tours .hentry .fotos-tour {
    width: 100%;
    display: flex;
    justify-content: center;
}

body.page-template-page-lugares .grilla-tours .hentry .fotos-tour {
    width: 100%;
    display: block;
    padding-left: 25px;
}

.grilla-tours .hentry h2 {
    line-height: 1.1em;
    margin-bottom: 20px;
}

body:not(.home):not(.page-id-1176):not(.page-id-1309) .logo {
    margin: 10px 0;
    background: url("../i/logo-4.png") no-repeat left;
    background-size: contain;
}

@media (max-width: 992px) {
    a.logo {
        width: 300px;
        height: 80px;
        background: url("../i/logo-5-mobile.png") no-repeat center !important;
        background-size: contain !important;
    }
}

.parent-item-caracteristica-tour {
    column-count: 2;
    padding: 20px;
    background-color: #f3f3f3;
    margin-bottom: 20px;
    border-radius: 10px;
}

.item-caracteristica-tour {
    padding: 5px;
    display: flex;
}

.item-caracteristica-tour i {
    margin-right: 15px;
    font-size: 30px;
    width: 100%;
    max-width: 40px;
}

.bg-tours {
    color: #fff;
    position: relative;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

.bg-tours h2 {
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 0;
}

.bg-tours h3 {
    font-size: 35px;
    margin-bottom: 30px;
}

.bg-tours p {
    font-size: 18px;
}

.bg-tours ol {
    font-size: 18px;
}

.bg-tours li {
    
}

.bg-tours .container-lg {
    position: relative;
    z-index: 1;
}

.bg-tours::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    position: absolute;
    background: rgb(11,0,70);
    background: linear-gradient(90deg, rgba(11,0,70,0.8085828081232493) 24%, rgba(112,0,189,0) 50%);
}

.grecaptcha-badge {
    display: none !important;
}

#my_date_picker {
    width: 200px;
}

.date-picker-wrapper {
    width: 202px;
}


/* ======  Formulario de inscripción ====== */

#cboxLoadedContent > .wpcf7 {
    background-color: #fff;
    padding: 10px;
    border-radius: 20px;
}

a.form-inscripcion-trigger {
    display: inline-block;
    text-decoration: none;
    background-color: rgb(0, 176, 0);
    color: #fff;
    border-radius: 20px;
    padding: 5px 10px;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: bold;
}

a.form-inscripcion-trigger i {
    font-size: 14px;
    margin-right: 0;
}

a.form-inscripcion-trigger:hover {
    background-color: rgb(0, 151, 0);
    color: #fff;
}

#cboxOverlay {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    background: rgba(0, 0, 0, 0.8);
}

#colorbox {
    z-index: 6;
}

#colorbox .wpcf7-form {
    width: 500px;
    overflow: hidden;
}

#colorbox .wpcf7 .screen-reader-response {
    display: none;
}

#colorbox .wpcf7 .wpcf7-response-output {
    width: 100%;
    display: block;
    clear: both;
}

#colorbox .wpcf7-form > h4 {
    padding-left: 5px;
}

@media (max-width: 992px) {

    #colorbox {
        width: 95% !important;
    }

    #cboxLoadedContent, #cboxContent, #cboxWrapper {
        width: 100% !important;
    }

    #colorbox .wpcf7-form {
        width: 100%;
        overflow: hidden;
        padding: 15px;
    }

}

#colorbox .wpcf7-form > p {
    width: 50%;
    float: left;
    padding: 0 5px;
}

#colorbox .wpcf7-form > p:nth-child(9), #colorbox .wpcf7-form > p:nth-child(10) {
    width: 100%;
    clear: both;
}

#colorbox .wpcf7-form > p > label, #colorbox .wpcf7-form > p > span {
    width: 100%;
    display: block;
}

#colorbox .wpcf7-form > p input:not([type="submit"]) {
    background-color: #eee;
    border: 1px solid #d3d3d3;
    width: 100%;
}

#colorbox .wpcf7-form > p input.wpcf7-submit {
    background-color: #20689e;
    color: #fff;
    border-radius: 20px;
    border: none;
    padding: 5px 10px;
}

#cboxClose {
    position: absolute;
    top: -20px;
    right: -15px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    border: none;
    outline: none;
    cursor: pointer;
    background: none;
    color: #fff;
    text-indent: -9999px;

}

#cboxClose::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

#cboxClose::after {
    font-family: "Font Awesome 6 Free";
    content: "\f057";
    font-weight: 900;
    font-size: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    color: #fff;
    line-height: 30px;
    text-indent: 0;
}

.archive-title {
    text-align: center;
    padding: 30px 20px 5px 20px;
}

.archive-title h1 {
    font-size: 35px;
    font-weight: 900;
    text-shadow: 1px 2px 1px rgb(0, 0, 0, 0.1);
}

.archive-title-actividades h1 {
    color: #dfa32f;
}

.archive-title-alojamiento h1 {
    color: #e5c347;
}

.archive-title-turisticos h1 {
    color: #526ca3;
}

.archive-title-restoranes h1 {
    color: #a31d54;
}

.archive-title h1 img,
.archive-title h1 svg {
    width: 30px;
    height: auto;
    margin-right: 10px;
    vertical-align: top;
}

.archive-title-alojamiento h1 img,
.archive-title-alojamiento h1 svg {
    width: 46px;
    height: auto;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -8px;
}

.archive-title-turisticos h1 img,
.archive-title-turisticos h1 svg {
    width: 39px;
    height: auto;
    margin-right: 10px;
    vertical-align: text-top;
}

.archive-title-restoranes h1 img,
.archive-title-restoranes h1 svg {
    width: 38px;
    height: auto;
    margin-right: 10px;
    vertical-align: text-top;
}

@media (max-width: 992px) {
    body:not(.home) .header-container {
        margin-bottom: 20px;
    }
}

.rss-iconos-header {
    width: 157px;
}

@media (max-width: 992px) {
    .rss-iconos-header {
        width: 100%;
    }
}

ul.menu-header {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.container-mapa a {
    color: #000;
}

.container-descargar-protocolos a {
    display: inline-block;
    clear: both;
    text-decoration: none;
    background-color: #d77232;
    color: #fff;
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: bold;
    text-shadow: none;
    box-shadow: 4px 4px 8px 5px rgba(0, 0, 0, 0.3);
}

.container-descargar-protocolos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 50px !important;
    padding-bottom: 67px !important;
}

.container-descargar-protocolos a:first-child {
    margin-bottom: 50px;
}

@media (max-width: 992px) {
    .container-descargar-protocolos {
        padding-left: 0 !important;
    }
    
    .container-descargar-protocolos a:last-child {
        margin-bottom: 30px;
    }
}

.grilla-noticias {
    display: flex;
    flex-wrap: wrap;
}

.item-grilla-noticias {
    width: calc(50% - 20px);
    background: #ffffff;
    box-shadow: 0 6px 14px rgba(84,111,170,.06);
    padding: 20px 20px 10px 20px;
    margin: 20px 0;
    border-radius: 14px;
    border: 1px solid #e3dff5;
}

.item-grilla-noticias.item-grilla-noticias-single {
    width: 100%;
    padding: 20px 20px 5px 20px;
}

@media (max-width: 992px) {
    .item-grilla-noticias.item-grilla-noticias-single {
        padding: 20px 20px 20px 20px;
    }
}

.single-noticia {
    width: 100%;
    background: #ffffff;
    box-shadow: 0 6px 14px rgba(84,111,170,.06);
    padding: 20px;
    border-radius: 14px;
    border: 1px solid #e3dff5;
}

.item-grilla-noticias:nth-child(even) {
    margin-left: 40px;
}

.item-grilla-noticias.item-grilla-noticias-single:nth-child(even) {
    margin-left: 0;
}

/*
.item-grilla-noticias:nth-child(3n+1) {
    background-color: pink;
}

.item-grilla-noticias:nth-child(3n) {
    background-color: orange;
}
*/

.item-grilla-noticias .left-side {
    float: left;
    margin-right: 20px;
    max-width: 25%;
}

.item-grilla-noticias > img {
    float: left;
    max-height: 12em;
    border-radius: 3px;
    object-fit: cover;
    object-position: center center;
}

.item-grilla-noticias h2 {
    font-size: 23px;
    font-weight: 500;
}

h2.single-noticia-title {
    font-size: 40px;
    margin-bottom: 25px;
}

body.single-post .addtoany_shortcode {
    margin-bottom: 15px;
}

.item-grilla-noticias h2 a {
    color: #000;
    text-decoration: none;
}

.item-grilla-noticias > p {
    overflow: auto;
}

.addtoany_shortcode {
    margin-top: 10px;
}


.item-grilla-noticias .addtoany_list a {
    padding: 0 5px 0 0;
}

a.ver-noticia {
    display: block;
    color: #1e1e1e;
    text-decoration: none;
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
}

a.ver-noticia i {
    font-size: 17px;
    color: rgb(0, 176, 0);
    vertical-align: text-top;
}

.pagination {
    display: block;
    width: 100%;
    font-size: 17px;
    text-align: center;
    margin-top: 30px;
}

.pagination a {
    color: #333;
    display: inline-block;
    padding: 10px;
    border: 1px solid #333;
    text-decoration: none;
}

.pagination > span {
    display: inline-block;
    padding: 10px;
}

body:not(.home):not(.corporacion) h1,
body:not(.home):not(.corporacion) h2,
body:not(.home):not(.corporacion) h3 {
    margin: 0;
    color: var(--blue);
    font-family: "Plus Jakarta Sans","DM Sans","Inter",system-ui,sans-serif;
    margin-bottom: 0.3em;
}

body:not(.home):not(.corporacion) h1 {
    /* font-size: clamp(2.0rem, 3.2vw, 3.1rem);
    line-height: 1.05;
    margin-bottom: 20px;
    letter-spacing: -0.8px;
    font-weight: bold; */
}

body:not(.home):not(.corporacion) h2 {
    font-size: clamp(1.45rem, 2vw, 2.05rem);
    letter-spacing: -0.4px;
    font-weight: 700;
}

body:not(.home):not(.corporacion) h3 {
    font-size: 1.05rem;
    letter-spacing: -0.2px;
    font-weight: 700;
}

body:not(.home):not(.corporacion) h1 a,
body:not(.home):not(.corporacion) h2 a,
body:not(.home):not(.corporacion) h3 a {
    color: inherit;
    text-decoration: none;
}

body:not(.home):not(.corporacion) .bg-tours h1,
body:not(.home):not(.corporacion) .bg-tours h2,
body:not(.home):not(.corporacion) .bg-tours h3 {
    color: #ffffff;
    font-family: "Gabarito", sans-serif;
    letter-spacing: normal;
}

body:not(.home):not(.corporacion) .bg-tours h1,
body:not(.home):not(.corporacion) .bg-tours h2 {
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 0;
}

body:not(.home):not(.corporacion) .bg-tours h3 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 30px;
}

/*
#bug, .caja-bug, .wpcf7-form, .wpcf7 {
	width: 500px;
	height: 500px;
	background: yellow;
}
*/
