@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap'); * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

p {
    color: #777;
}

:root {
    --background-primario: #025300;
    --background-secundario: #F6F7F9;
    --color-primario: #999966;
    --color-silver: #777;
    --background-gold: goldenrod;
    --color-secundario: #FCCB11;
    --bgcolor_first: #025300;
    --bgcolor_second: #999966;
    --bgcolor_third: #5f5f5f;
    --accent-primary: #025300;
    --accent-primary-soft: #0b7a00;
    --accent-primary-bright: #159000;
    --accent-primary-deep: #013800;
    --gradient-primary: linear-gradient(135deg, #013800 0%, #025300 45%, #0b7a00 100%);
    --gradient-primary-soft: linear-gradient(135deg, rgba(1, 56, 0, 0.92) 0%, rgba(2, 83, 0, 0.82) 55%, rgba(11, 122, 0, 0.72) 100%);
    --padding: 80px;
    --padding2: 30px;
    --transition: ease-out 0.3s;
    --bgcolor_blue: #00bed3;
}

.FrmReservar input[type=date], .FrmReservar input[type=email] {
    text-indent: 0px !important;
    height: auto !important;
    width: 95%;
    display: block;
    margin: 8px auto;
    box-sizing: border-box;
    border: solid 1px #cbcbcb;
    border-radius: 5px;
    font-size: 14px;
    color: #1c251f;
    padding: 12px 8px 12px 13px;
}

@media screen and (min-width: 1200px) {
    .presentation-card2-outer {
        border: 1px solid #eee;
        padding: 2rem;
    }
}

.presentation-card2 {
    display: block;
    width: 100%;
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
}

.presentation-card2:hover .presentation-card2__image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.presentation-card2.link {
    cursor: pointer;
}

.presentation-card2__image {
    position: relative;
    width: 100%;
}

.presentation-card2__image img {
    -webkit-transition: 2s;
    transition: 2s;
}

.presentation-card2__content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
}

.presentation-card2__content .inner-cta {
    margin-top: 1rem;
    font-size: 1.2rem;
    padding: 0.25rem 3rem;
    padding: 0rem 3rem;
    padding: 0rem 2rem 0rem 0.5rem;
    border-radius: 2rem;
    position: relative;
    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;
}

.presentation-card2__content .inner-cta::before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1rem;
    position: absolute;
    right: 0.5rem;
}

.presentation-card2__icon {
    width: 5rem;
    height: 5rem;
    border: 1px solid white;
    border-radius: 3rem;
    margin-bottom: 1rem;
    overflow: hidden;
    padding: 1rem;
}

.presentation-card2__icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: center center;
    object-position: center center;
    -webkit-filter: invert(97%) sepia(100%) saturate(1%) hue-rotate(174deg) brightness(108%) contrast(101%);
    filter: invert(97%) sepia(100%) saturate(1%) hue-rotate(174deg) brightness(108%) contrast(101%);
}

.presentation-card2__icon img.play-video {
    -o-object-position: right center;
    object-position: right center;
    margin-top: 0.2rem;
    margin-left: 0.6rem;
    width: 80%;
    height: 80%;
}

.presentation-card2__title, .presentation-card2 .title {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 1.7rem;
    text-transform: uppercase;
}


.hero {
    height: 35rem;
    width: 100%;
    position: relative;
}

.hero.multi-image .hero-content {
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (min-width: 992px) {
    .hero {
        height: 70rem;
    }
}

.hero-slide {
    width: 100%;
    height: 100%;
}

.hero-image-slide {
    width: 100%;
    height: 100%;
}

.hero-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.hero-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: white;
    /* background: var(--gradient-primary-soft); */
}

@media screen and (min-width: 992px) {
    .hero-content {
        /* background: linear-gradient(135deg, rgba(1, 56, 0, 0.82) 0%, rgba(2, 83, 0, 0.64) 10%, rgba(11, 122, 0, 0.42) 40%); */
    }
}

h1 {
    font-size: 2.4rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 80%;
    position: relative;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

h1::after {
    position: absolute;
    content: "";
    width: 8rem;
    height: 4px;
    border-radius: 4px;
    background-color: var(--accent-primary-soft);
    left: 0;
    bottom: 0;
}

@media screen and (min-width: 992px) {
    h1 {
        width: 50%;
        font-size: 5rem;
    }
}

.tour-info {
    font-family: "Montserrat", sans-serif;
    line-height: 2rem;
    font-size: 1.5rem;
    vertical-align: middle;
    margin-top: 1rem;
    margin-bottom: 1rem;
    letter-spacing: 1px;
}

.tour-info strong {
    font-weight: 700;
    font-size: 2rem;
    line-height: 2rem;
}

@media screen and (min-width: 992px) {
    .tour-info {
        font-size: 1.8rem;
        line-height: 3rem;
        display: inline-block;
    }

    .tour-info.with-separator {
        margin-left: 2rem;
        padding-left: 2.2rem;
        border-left: 2px solid white;
    }

    .tour-info strong {
        font-size: 2.7rem;
    }
}

#tablist1-panel1 h3:before {
    display: block;
    content: "\f3c5";
    z-index: 999;
    position: absolute;
    font-family: "FontAwesome";
    color: #fff;
    font-size: 12px;
    top: 10px;
    left: 2px;
    transform: translate(-50%,-50%);
}

#tablist1-panel1 ul {
    list-style: none;
    margin: 0;
    font-size: 15px;
    color: #4B4F58;
}

#tablist1-panel1 ul li {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}

#tablist1-panel1 ul li:before {
    display: block;
    content: "\f00c";
    z-index: 999;
    position: relative;
    font-family: "FontAwesome";
    color: var(--accent-primary-bright);
    font-size: 17px;
    padding-right: 10px;
}

.bg-pupu {
}

.bg-pupu h3 {
    margin: 15px 0 15px;
    font-size: 1.8rem;
    font-weight: 700;
    font-family: 'Poppins';
    text-transform: uppercase;
    color: var(--background-primario)
}

/******************************************/
.content-single h1 {
    font-size: 2.4rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    position: relative;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

@media screen and (min-width: 992px) {
    .content-single h1 {
        width: 100%;
        font-size: 1.7rem;
        color: #000000;
    }
}



.responsive-tabs ul.responsive-tabs__list{margin:10px 0 !important; overflow: hidden;background: none;}
.responsive-tabs .responsive-tabs__list__item{font-weight: 600;
    background: #fff !important;
    color: var(--background-primario) !important;
    margin: 0 2px !important;
    border-radius: 5px !important;
    padding: 13px 50px !important;
    font-size: 15px !important;
    text-transform: uppercase !important;
    border: solid 2px var(--background-primario) !important;
    margin-bottom: 5px !important;}
.responsive-tabs .responsive-tabs__list__item--active, .responsive-tabs .responsive-tabs__list__item--active:hover{    background: var(--background-primario) !important;
    top: 0 !important;
    color: #fff !important;}
.responsive-tabs .responsive-tabs__panel{padding: 20px 0 !important; border:none !important;}



.responsive-tabs .responsive-tabs__panel {
    border: solid 1px #f3f3f3!important;
    color: #303030!important;
    padding: 40px 20px !important;
}

.responsive-tabs ul.responsive-tabs__list {
    margin: 20px 0 0 0!important;
    border: none!important
}

#tablist1-panel2 ul, #tablist1-panel3 ul, #tablist1-panel4 ul {
    list-style: none;
    margin: 0;
    font-size: 15px;
    color: #4B4F58;
}

#tablist1-panel2 ul li, #tablist1-panel3 ul li, #tablist1-panel4 ul li, #tablist1-panel5 ul li {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}

#tablist1-panel2 ul li:before {
    display: block;
    content: "\f00c";
    z-index: 999;
    position: relative;
    font-family: "FontAwesome";
    color: var(--accent-primary-bright);
    font-size: 17px;
    padding-right: 10px;
}

#tablist1-panel3 ul li:before {
    display: block;
    content: "\f00d";
    color: #FF0000;
    z-index: 999;
    position: relative;
    font-family: "FontAwesome";
    font-size: 17px;
    padding-right: 10px;
}

#tablist1-panel4 ul li:before {
    display: block;
    content: "\f560" !important;
    color: #183153 !important;
    z-index: 999;
    position: relative;
    font-family: "FontAwesome";
    font-size: 17px;
    padding-right: 10px;
}

.responsive-tabs .responsive-tabs__list__item .fa {
    display: none;
}

.richardlga {
    text-align: center!important;
    border-bottom: 3px solid var(--background-primario);
    margin-bottom: 10px;
    margin-top: 10px;
}

/****** Csss New ******/
.slider-box {
    position: relative;
}

.divider {
    position: absolute;
    bottom: 0;
    z-index: 999;
}

.container-box {
    position: absolute;
    width: 100%;
    bottom: 40%;
}

.title-details {
    color: #fff;
    font-size: 1.2rem;
}

.title-box h1 {
    color: white!important;
    font-size: 4rem;
}

p.duracion {
    margin-bottom: 0;
    background-color: var(--accent-primary-deep);
    width: fit-content;
    padding: 0 9px;
    border-radius: 9px;
    font-size: 1rem;
    font-weight: 600;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    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;
}

.box-details {
    margin-bottom: -10px;
    width: 100%;
    position: absolute;
    bottom: 40px;
    z-index: 999;
}

.detalles {
    overflow: hidden;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 16px #dbdbdb;
    padding: 0;
}

.detalles .col-6 {
    margin-bottom: 0!important;
}

.h-100 {
    height: 100%!important;
}

.icon-play {
    text-align: center;
}

.icon-play {
    padding: 15px;
    background-color: #f8f8f8;
    height: 70px!important;
}

.icon-play img {
    width: 60px;
}

.detalles img {
    width: 40px;
}

.float_left {
    float: left;
    margin-right: 9px;
}

.details_data {
    font-size: .9rem;
}

.detail_title {
    font-weight: 700;
}

@media screen and (min-width: 992px) {
    .hero {
        height: 40rem;
    }
}

.hero-slide {
    width: 100%;
    height: 100%;
}

.hero-image-slide {
    width: 100%;
    height: 100%;
}

.hero-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.hero-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: white;
    background-color: rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 992px) {
    .hero-content {
        /*    background-color: rgba(0, 0, 0, 0.35);*/
    }
}

h1 {
    font-size: 2.4rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 80%;
    position: relative;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

h1::after {
    position: absolute;
    content: "";
    width: 8rem;
    height: 4px;
    border-radius: 4px;
    background-color: var(--background-primario);
    left: 0;
    bottom: 0;
}

@media screen and (min-width: 992px) {
    h1 {
        width: 50%;
        font-size: 5rem;
    }
}

.tour-info {
    font-family: "Montserrat", sans-serif;
    line-height: 2rem;
    font-size: 1.5rem;
    vertical-align: middle;
    margin-top: 1rem;
    margin-bottom: 1rem;
    letter-spacing: 1px;
}

.tour-info strong {
    font-weight: 700;
    font-size: 2rem;
    line-height: 2rem;
}

@media screen and (min-width: 992px) {
    .tour-info {
        font-size: 1.4rem;
        line-height: 3rem;
        display: inline-block;
    }

    .tour-info.with-separator {
        margin-left: 2rem;
        padding-left: 2.2rem;
        border-left: 2px solid white;
    }

    .tour-info strong {
        font-size: 1.7rem;
    }
}

/****************************** Mar ************************/
.col h1 {
    font-size: 2.4rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 80%;
    position: relative;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

@media screen and (min-width: 992px) {
    .col h1 {
        width: 50%;
        font-size: 3.3rem;
    }
}

.features-container {
    display: none;
}

@media screen and (min-width: 768px) {
    .features-container {
        display: flex;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        background-color: #333;
        height: 6rem;
        margin-top: -5rem;
        padding: 0;
        position: relative;
    }

    .features-container .main-features-list {
        display: flex;
    }
}

.video-feature {
    display: none;
}

@media screen and (min-width: 992px) {
    .video-feature {
        flex-basis: 7rem;
        display: block;
        background-color: var(--background-primario);
        line-height: 6rem;
        text-align: center;
    }

    .video-feature img {
        width: 4rem;
        height: 4rem;
        object-fit: cover;
    }
}

.video-feature1 {
    display: none;
}

@media screen and (min-width: 992px) {
    .video-feature1 {
        flex-basis: 7rem;
        display: block;
        background-color: #fff;
        line-height: 6rem;
    }

    .video-feature1 img {
        width: 4rem;
        height: 4rem;
        object-fit: cover;
        filter: invert(60%) sepia(16%) saturate(754%) hue-rotate(22deg) brightness(97%) contrast(86%);


    }
}

.brochure-feature {
    display: none;
}

@media screen and (min-width: 992px) {
    .brochure-feature {
        flex-basis: 13rem;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #f0f0f0;
    }

    .brochure-feature a {
        color: white;
        background: #333;
        display: inline-block;
        padding: 1rem 1.2rem;
        font-family: "Montserrat", sans-serif;
        font-size: 0.6rem;
        letter-spacing: 1px;
    }
}

.main-features-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
    .main-features-list {
        display: none;
        flex: nowrap;
        background-color: white;
        justify-content: space-evenly;
        align-items: center;
        flex: 1;
        margin-top: unset;
        margin-bottom: unset;
    }
}

.main-features-list .feature-separator {
    display: none;
}

@media screen and (min-width: 768px) {
    .main-features-list .feature-separator {
        display: block;
        height: 60%;
        width: 2px;
        background-color: #f0f0f0;
    }
}

.main-feature-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    margin-bottom: 0.5rem;
    width: calc(50% - 5px);
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    background-color: white;
    padding: 2rem 0.5rem;
    margin-top: 5px;
    margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
    .main-feature-item {
        width: unset;
        border: none;
        border: unset;
        margin: 0;
        padding: 0;
        border: unset;
        border-radius: unset;
    }
}

@media screen and (min-width: 992px) {
    .main-feature-item {
        flex-direction: row;
        justify-content: unset;
        text-align: unset;
    }
}

.main-feature-item .icon {
    width: 4rem;
    height: 4rem;
    object-fit: cover;
    margin-bottom: 0.75rem;
    filter: invert(60%) sepia(16%) saturate(754%) hue-rotate(22deg) brightness(97%) contrast(86%);
}

@media screen and (min-width: 768px) {
    .main-feature-item .icon {
        margin-bottom: 0.5rem;
        width: 3rem;
        height: 3rem;
    }
}

@media screen and (min-width: 992px) {
    .main-feature-item .icon {
        margin-bottom: 0;
        margin-right: 1rem;
    }
}

@media screen and (min-width: 1200px) {
    .main-feature-item .icon {
        width: 3rem;
        height: 3rem;
        margin-right: 2rem;
    }
}

.main-feature-item .content {
    text-align: center;
    line-height: 1;
}

.main-feature-item .content strong {
    display: block;
    font-size: 1.3rem;
}

.main-feature-item .content span {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Montserrat", sans-serif;
}

@media screen and (min-width: 768px) {
    .main-feature-item .content strong {
        font-size: 1.4rem;
    }
}

@media screen and (min-width: 992px) {
    .main-feature-item .content {
        flex: 1;
        text-align: unset;
    }
}

@media screen and (min-width: 1200px) {
    .main-feature-item .content strong {
        font-size: 0.8rem;
    }
}

.itinerary-presentation-section2 {
    background-color: #f8f9fa;
    background-image: url("../images/cartographic-section-bg2.png");
    background-repeat: repeat;
    padding-bottom: 5rem;
}

@media screen and (min-width: 768px) {
    .intro-container {
        margin-top: 3rem;
    }
}

@media screen and (min-width: 992px) {
    .intro-container {
        margin-top: 5rem;
    }
}

.intro-wrapper {
    text-align: center;
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 992px) {
    .intro-wrapper {
        text-align: left;
    }

    .intro-wrapper .main-visited-places {
        order: -1;
    }
}

.main-visited-places {
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.1rem;
    margin-top: 1rem;
}

@media screen and (min-width: 768px) {
    .main-visited-places {
        margin-bottom: 3rem;
    }
}

@media screen and (min-width: 992px) {
    .main-visited-places {
        margin-top: 0;
        margin-bottom: 2rem;
        font-size: 1.2rem;
        flex-direction: row;
        align-items: center;
    }
}

.main-visited-places .icon {
    color: var(--accent-primary-soft);
    display: block;
    margin-bottom: 1rem;
    text-transform: 2rem;
    font-size: 2rem;
}

@media screen and (min-width: 992px) {
    .main-visited-places .icon {
        margin: unset;
        display: inline-block;
        margin-right: 0.5rem;
    }
}

.itinerary-subtitle {
    color: #333;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 1.8rem;
    margin-top: 3rem;
}

@media screen and (min-width: 768px) {
    .itinerary-subtitle {
        margin-top: 2rem;
    }
}

@media screen and (min-width: 992px) {
    .itinerary-subtitle {
        margin-top: 0rem;
        font-size: 2rem;
    }
}

.intro-separator {
    display: none;
}

@media screen and (min-width: 992px) {
    .intro-separator {
        display: block;
        border-bottom: 1px solid #ddd;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}

.itinerary-introduction p:not(:last-child) {
    margin-bottom: 2rem;
}

@media screen and (min-width: 992px) {
    .itinerary-introduction {
        font-size: 1.7rem;
        line-height: 1.6;
    }
}

.map-container {
    text-align: center;
}

@media screen and (min-width: 992px) {
    .map-container {
        text-align: right;
    }
}

.map-container span {
    padding: 1rem;
    font-size: 1.4rem;
    color: #888;
    text-align: right;
}

.map {
    border-radius: 1rem;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .map {
        max-width: 55rem;
    }
}

.map-wrapper {
    position: relative;
    display: block;
    margin-top: 4rem;
}

.map-wrapper .icon {
    position: absolute;
    width: 3rem;
    height: 3rem;
    object-fit: cover;
    top: 1rem;
    right: 1rem;
}

.buttons-container {
    text-align: center;
    margin-top: 3rem;
}

.buttons-container .skt-button {
    width: 80%;
    max-width: 30rem;
}

.buttons-container .skt-button .alternative-icon {
    margin-left: 5px;
}

.buttons-container .skt-button .main-icon {
    display: none;
}

@media screen and (min-width: 400px) {
    .buttons-container {
        margin-top: 4rem;
    }

    .buttons-container .skt-button {
        width: 48%;
    }

    .buttons-container .skt-button .alternative-icon {
        display: none;
    }

    .buttons-container .skt-button .main-icon {
        display: inline-block;
        margin-right: 5px;
    }
}

@media screen and (min-width: 768px) {
    .buttons-container .skt-button {
        max-width: 25rem;
        margin-left: 1rem;
        margin-right: 1rem;
    }
}

@media screen and (min-width: 992px) {
    .buttons-container {
        display: none;
    }
}

.skt-button {
    background: var(--gradient-primary);
    color: white;
    display: inline-block;
    border-radius: 5px;
    transition: 0.5s;
    height: 5rem;
    line-height: 5rem;
    min-width: 15rem;
    margin-top: 1rem;
    box-shadow: 0 12px 28px rgba(2, 83, 0, 0.22);
}

.skt-button.outline {
    color: var(--accent-primary);
    background-color: transparent;
    border: 1px solid var(--accent-primary);
}

.skt-button.outline:hover {
    background-color: #f0f0f0;
    color: var(--accent-primary);
}

.skt-button:hover {
    color: white;
    background: linear-gradient(135deg, #025300 0%, #0b7a00 60%, #159000 100%);
}

/********css new *********/
.flatpickr-calendar {
    -webkit-box-shadow: box-shadow: none !important;
    box-shadow: none !important;
}

.logo {
    flex: 0 0 190px;
    max-width: 190px;
    display: flex;
    align-items: center;
    align-self: stretch;
    padding: 14px 0 14px 20px;
}

.logo a {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
}

.logo img {
    margin-left: 15px;
    width: 100%;
    max-width: 130px;
    height: auto;
    display: block;
}

.cs {
    color: var(--color-silver);
}

@media (min-width: 1200px) {
    .container {
        max-width: 1360px !important;
    }
}

.pr {
    position: relative;
}

.fwb400 {
    font-weight: 400
}

.fwb500 {
    font-weight: 600
}

.fwb600 {
    font-weight: 600
}

.fwb700 {
    font-weight: 700
}

.fwb800 {
    font-weight: 800
}

.p40 {
    padding: 60px 0
}

.f12 {
    font-size: 12px
}

.f13 {
    font-size: 13px !important
}

.f14 {
    font-size: 14px
}

.f15 {
    font-size: 15px
}

.f16 {
    font-size: 16px
}

.f17 {
    font-size: 17px
}

.f18 {
    font-size: 18px
}

.f18 {
    font-size: 18px
}

.f20 {
    font-size: 20px
}

.f22 {
    font-size: 22px
}

.f24 {
    font-size: 24px
}

.f26 {
    font-size: 26px
}

.f28 {
    font-size: 28px
}

.f30 {
    font-size: 30px
}

.f32 {
    font-size: 32px
}

.f34 {
    font-size: 34px
}

.f36 {
    font-size: 36px
}

.f38 {
    font-size: 38px
}

.f40 {
    font-size: 40px
}

.cw {
    color: #fff;
}

.tt {
    text-transform: uppercase;
}

.cn {
    color: #000;
}

/*-------------------------------------------------------- Menu --------------------------------------------------------*/
.menu-info {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 99
}

.menu-info-principal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.3rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background: var(--gradient-primary);
}

.menu-info-principal a {
    color: #fff;
    font-size: 13px;
    padding: 7px 12px;
    font-weight: 500;
    transition: 0.5s
}

.menu-info-principal a i {
    color: #fff;
}

.menu-info-principal a:hover {
    background: var(--background-primario);
    color: #fff;
    text-decoration: none
}

.menu {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    min-height: 96px;
    padding: 0.8rem 0
}

.menu ul {
    margin-bottom: 0;
    display: flex;
    list-style: none;
    margin-left: auto;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.menu ul li a {
    color: var(--color-primario);
    font-size: 14px;
    font-weight: 600;
    display: block;
    position: relative;
    text-decoration: none;
    margin: 0 10px;
    padding: 10px 0;
    text-transform: uppercase;
}

.menu ul li a i {
    padding-left: 4px;
}

.menu ul li ul {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    min-width: 220px;
    box-shadow: 0 0 24px rgb(0 0 0 / 8%);
    padding: 15px 5px;
    flex-direction: column;
    display: none;
    position: absolute;
    animation: fade-out .2s ease-out;
}

.menu ul li ul li a {
    color: #000;
    font-weight: 500;
    transition: 0.5s;
    line-height: 17px;
    font-size: 13px;
    padding: 6px 5px;
    text-transform: capitalize;
}

.menu ul li ul li a:before {
    border: 0
}

.menu ul li ul li a:hover {
    color: var(--color-primario)
}

.menu ul li a:before {
    content: '';
    border-bottom: 3px solid transparent;
    transition: 0.5s ease;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: var(--background-primario);
    ; opacity: 0;
    visibility: hidden
}

.menu ul li a:hover:before {
    opacity: 1;
    visibility: visible
}

.btn-contact a {
    border: 2px solid #ffffff;
    padding: 6px 22px !important;
    border-radius: 50px;
    transition: 0.5s;
    color: #fff !important;
    background: var(--background-primario);
}

.btn-contact a:last-child:before {
    border: 0
}

.btn-contact a:hover:last-child {
    background: var(--background-primario);
    border-color: var(--background-primario);
    color: #fff;
}

.menu ul li:hover ul {
    display: block;
}

@keyframes fade-out {
    0% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: 0;
    }

    100% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@keyframes fade-out2 {
    0% {
        opacity: 0;
        left: 95%
    }

    100% {
        opacity: 1;
        left: 100%
    }
}

.bars-menu-responsive {
    display: none;
}

.lenguage {
    display: flex;
    align-items: center;
}

/*-------------------------------------------------------------- Menu App --------------------------------------------------------------*/
.nav-bar {
    background: #fff;
    width: 100%;
    height: 58px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1111;
    box-shadow: 0px 1px 2px #888, 0px -1px 10px #888;
    display: none;
}

.nav-bar ul li a {
    color: initial;
}

.nav-bar svg {
    width: 25px;
    height: 25px;
    margin-bottom: 4px;
    position: relative;
    z-index: 10;
    transition: all .4s;
    display: inline-block;
}

.nav-bar ul {
    display: flex;
    height: 100%;
}

.nav-bar ul li {
    height: 100%;
    text-align: center;
    list-style: none;
    align-items: center;
    display: flex;
    cursor: pointer;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    flex: 1;
}

.nav-bar ul li span {
    font-weight: 500;
    width: 100%;
    display: block;
    text-align: center;
    transition: all .22s;
    font-size: 13px;
}

.nav-bar ul li.active span, .nav-bar ul li:hover span {
    color: #661232;
}

.nav-bar ul li.active svg {
    transform: scale(1.12) translate3d(0, -4px, 0);
}

.nav-bar ul li:not(.active):hover svg {
    transform: scale(1.049) translate3d(0, -4px, 0);
}

.nav-bar ul li svg path {
    transition: all .4s;
}

.nav-bar ul li:hover svg path, .nav-bar ul li.active svg path {
    fill: #661232;
}

/*--------------------------------------------------------Banner Principal--------------------------------------------------------*/
.banner-principal {
    width: 100%;
    height: 100vh;
    background: url("/wp-content/uploads/2023/05/tours-a-machupicchu-cuzco-peru-inca-trail-to-machu-picchu.webp");
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.banner-principal:before {
    content: "";
    background: var(--gradient-primary-soft);
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.banner-principal img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.text-banner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #fff !important;
}

.text-banner font {
    font-size: 130px;
    line-height: 22px;
    color: #fff
}

.text-banner span {
    font-size: 60px;
    line-height: 1.1;
    color: #fff
}

.text-banner p {
    margin-bottom: 0;
    font-size: 18px;
    color: #c9c9c9;
    line-height: 22px;
    color: #fff
}

/*-------------------------------------------------------- goxplore-peru --------------------------------------------------------*/
.goxplore-peru {
    display: block;
    position: relative;
    padding: 0px 120px 50px 0px;
}

.goxplore-peru img {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 20px 50px 0px rgb(0 0 0 / 20%);
}

.goxplore-peru img:nth-child(2) {
    position: absolute;
    right: 0px;
    bottom: -50px;
    width: 310px;
    height: 230px;
}

/*-------------------------------------------------------- Texto --------------------------------------------------------*/
.texto {
    text-align: left;
    padding-bottom: 20px;
}

.texto h2 {
    position: relative;
    font-size: 22px;
    display: block;
    color: #686868;
    text-transform: uppercase;
    margin-bottom: 0;
    position: relative;
    margin-bottom: 40px;
}

.texto h2:before {
    position: absolute;
    content: '';
    left: 48px;
    bottom: -15px;
    width: 12px;
    height: 12px;
    margin-left: -5px;
    transform: rotate(45deg);
    border: 2px solid #ffffff;
    background-color: var(--background-primario);
}

.texto small {
    display: block;
    text-transform: none !important;
    font-size: 13px;
    font-weight: 400;
    padding: 8px 0
}

.texto h2:after {
    content: '';
    background-color: var(--background-primario);
    height: 2px;
    width: 100px;
    position: absolute;
    bottom: -10px;
    content: "";
    display: block;
    left: 0;
}

.servicios .cont-servicios {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    padding: 40px;
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 0 2px rgb(0 0 0 / 20%);
    border: 1px solid #e8e9ec;
    transition: 0.5s
}

.cont-servicios svg {
    width: 45px;
    height: 45px;
    fill: var(--background-primario);
}

.cont-servicios div {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    border: 8px solid var(--background-primario);
    border-radius: 50%;
    line-height: 85px;
    transition: 0.7s
}

.cont-servicios h3 {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 600;
    color: #656565;
    text-transform: capitalize;
    padding-top: 20px;
}

.cont-servicios p {
    margin-bottom: 0;
    font-size: 14px
}

.cont-servicios:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.10);
    cursor: pointer
}

/*-------------------------------------------------------- cont-tours-carousel --------------------------------------------------------*/
.cont-tours-carousel-img {
    width: 100%;
    height: 410px;
    overflow: hidden;
    border-radius: 5px
}

.cont-tours-carousel-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.7s
}

.cont-tours-carousel:hover .cont-tours-carousel-img img {
    transform: scale(1.1)
}

.cont-tours-carousel-texto h3 {
    font-size: 15px;
    text-align: center
}

.tour-dias-precio {
    display: flex;
    width: 160px;
    justify-content: center;
    align-items: center;
    height: 30px;
    background-color: #fff;
    border-radius: 30px;
    padding: 0 25px;
    transform: translateY(-50%);
    font-weight: 500;
    margin: auto
}

.cont-tours-carousel-texto h3 a {
    color: #000;
    transition: 0.5s
}

.cont-tours-carousel-texto h3 a:hover {
    color: var(--color-primario);
    text-decoration: none
}

.tour-dias-precio span {
    position: relative;
    font-size: 11px;
    text-transform: uppercase
}

.tour-dias-precio span:nth-child(1):after {
    content: "\2022";
    font-size: 1.5em;
    margin: 0 5px;
    position: relative;
    top: 1px;
    opacity: 1;
    line-height: 0;
}

.owl-nav {
    display: none !important;
}

/***************tupropiopaquete*********/
.bannercrea {
    background-image: url('https://sonqochatravel.com/wp-content/uploads/2022/10/sonqochaytravel.com-2.jpg');
    background-attachment: fixed;
    background-position: bottom;
    background-size: cover;
    position: relative;
    text-align: center;
    padding: 8rem 0;
}

.bannercrea:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
}

.bannercrea h2 {
    color: #fff;
    font-size: 35px;
    margin-bottom: 10px;
}

.bannercrea p {
    color: #fff;
    margin-bottom: 25px;
}

.cont-form-sus {
    display: flex;
    padding-top: 2rem;
}

.cont-form-sus input {
    outline: none;
    width: 100%;
    height: 50px;
    border: 1px solid rgba(24,24,24,.2);
    -webkit-box-shadow: 0 0 15px rgb(24 24 24 / 15%);
    box-shadow: 0 0 15px rgb(24 24 24 / 15%);
    padding: 0 15px;
    font-size: 15px;
    overflow: hidden;
    border-radius: 5px;
    margin-right: 10px;
    max-width: 85%;
}

.cont-form-sus button {
    height: 50px;
    background: var(--background-primario);
    color: #fff;
    padding: 0 35px;
    outline: none !important;
    border: 2px solid var(--background-primario);
    transition: 0.5s;
    overflow: hidden;
    border-radius: 5px;
    text-align: center;
    max-width: 100%;
    width: 150px;
}

.cont-form-sus button:hover {
    background: goldenrod;
    border-color: goldenrod;
}

/*------------------------------------------------------ Popular tours ------------------------------------------------------*/
.cont-tour-prueba {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.cont-tour-prueba .cont666:first-child {
    grid-column: span 2;
    height: 466px;
}

.cont-tour-prueba .cont666:first-child .cont-text-img {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    width: 100%;
    display: flex;
}

.cont-tour-prueba .cont666:first-child .precio-tour-populares {
    margin-top: 6rem;
}

.cont-tour-prueba .cont666:first-child .cont-text-tours {
    width: 99.57%;
}

.cont-text-tours {
    display: flex;
    flex-direction: column !important;
    padding: 30px 45px 25px;
}

.cont-text-tours a {
    color: #000;
    transition: 0.5s;
}

.cont-text-tours p {
    font-size: 13px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.cont-text-tours a h3 {
    font-size: 18px;
}

.cont-text-tours a:hover {
    color: var(--color-primario);
}

.cont666:hover img {
    transform: scale(1.3);
}

.cont666 .cont-text-img {
    height: 100%;
}

.cont-img-tours {
    width: 100%;
    height: 260px;
    overflow: hidden;
    border-radius: 20px;
}

.cont-img-tours img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
    transition: 1s all ease;
}

.cont-text-tours {
    display: flex;
    flex-direction: column;
}

.cont666 {
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgb(6 30 98 / 8%);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    margin-right: 25px;
    overflow: hidden;
    margin-bottom: 25px;
}

.cont666:nth-child(2) {
    margin-right: 0;
}

.cont666:nth-child(5) {
    margin-right: 0;
}

.cont-tour-prueba .cont666:first-child .cont-img-tours {
    height: 100%;
    width: 105.7%;
}

.cont-text-tours p {
    display: none;
}

.cont-tour-prueba .cont666:first-child div p, .cont-tour-prueba .cont666:first-child div .info2 {
    display: block;
}

.cont-tour-prueba .cont666:first-child .dias-cont {
    margin-top: 0 !important;
    padding: 0 !important;
    margin-bottom: 12px !important;
}

.info2 {
    display: none;
}

.dias-cont {
    margin-top: -56px;
    background: #fff;
    position: relative;
    z-index: 99;
    box-shadow: 0 0 60px 0 rgb(6 30 98 / 8%);
    border-radius: 5px;
    padding: 15px 20px;
    margin-bottom: 23px;
}

.precio-tour-populares {
    justify-content: space-between;
    align-items: center;
    display: flex;
    border-top: 1px solid #999;
    padding-top: 15px;
}

.precio-tour-populares div span {
    color: #888;
    font-weight: 500;
    font-size: 13px;
}

.precio-tour-populares div span:nth-child(3) {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-primario);
}

.precio-tour-populares a {
    font-size: 13px;
    font-weight: 700;
    color: #202f59;
}

.cont-text-tours a:hover {
    color: var(--color-primario);
}

.cont-text-tours a {
    color: #000;
    transition: 0.5s;
}

/*-------------------------------------------------------- Camino Inca --------------------------------------------------------*/
.camino-inca {
    width: 100%;
    height: 390px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.camino-inca-img {
    width: 100%;
    height: 390px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.camino-inca-img:before {
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.camino-inca-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 2s
}

.camino-inca-img:hover img {
    transform: scale(1.2);
}

.text-camino-inca {
    position: absolute;
    top: 81%;
    left: 0;
    width: 100%;
    transform: translate(0%,-50%);
    z-index: 9;
    color: #fff;
    padding: 20px;
}

.text-camino-inca h3 {
    color: #fff;
    font-size: 23px;
}

.text-camino-inca span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

.text-camino-inca p {
    color: #fff;
    font-size: 13px;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom: 5px;
}

/*--------------------------------------------------- Footer ---------------------------------------------------*/
.footer {
    background: var(--gradient-primary);
}

.footer img {
    width: 100%;
}

.footer-content {
    padding-bottom: 1.5rem;
}

.footer h4 {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    padding-top: 5rem;
}

.footer-content li {
    list-style: none;
    margin-bottom: 5px;
}

.footer-content a, .footer-content p {
    color: silver !important;
    font-size: 13px;
    transition: 0.5s;
}

.footer-content a:hover {
    color: #fff !important;
    text-decoration: none;
}

.footer-content img {
    height: 35px;
    width: auto !important;
    margin-right: 15px;
}

.footer-content img:last-child {
    margin-right: 0;
    height: 55px;
}

.btn-ver-mas {
    background-color: var(--background-primario);
    padding: 13px 45px;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border: 2px solid var(--background-primario);
    margin-top: 4px;
    display: inline-block;
    transition: 0.5s
}

.btn-ver-mas:hover {
    background: transparent;
    color: var(--background-primario);
    ; text-decoration: none;
}

.redes-footer {
    display: flex;
    align-items: center;
}

.redes-footer li a {
    background-color: rgb(255 255 255 / 18%);
    margin-right: 5px;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    display: block;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
}

.ultimos-tours-footer {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.ultimos-tours-footer li:nth-child(1) {
    width: 105px;
    height: 76px;
    overflow: hidden;
    border-radius: 5px;
    margin: 0;
}

.ultimos-tours-footer li img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

.ultimos-tours-footer li h3 {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}

.ultimos-tours-footer li span {
    font-size: 11px;
    color: #fff;
}

.contact-info-footer i {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 30px;
    text-align: center;
    color: var(--bgcolor_second);
    font-size: 16px;
    border: 1px solid var(--bgcolor_second);
    border-radius: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    top: 5px;
    left: 0;
}

.contact-info-footer li {
    list-style-type: none;
    display: block;
    position: relative;
    margin-bottom: 10px;
    padding-left: 40px;
}

.contact-info-footer li:hover i {
    background: var(--bgcolor_second);
    color: #fff;
}

.contact-info-footer li a {
    display: block;
    font-size: 13px;
    font-weight: 400;
}

.contact-info-footer li span {
    font-size: 13px;
    color: #fff;
}

/*-------------------------------------------------------- Video --------------------------------------------------------*/
.video {
    background: var(--background-primario);
    position: relative;
    overflow: hidden;
}

.video:after {
    width: 52.4%;
    content: "";
    height: 100%;
    z-index: 1;
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/wp-content/uploads/2022/10/sonqocha-travel.com-vinicunca.jpg");
    right: 0%;
    top: 50%;
    transform: translate(0%,-50%);
}

.video p {
    color: #fff;
    font-size: 14px;
}

.boton-play {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: linear-gradient(135deg, #025300 0%, #0b7a00 65%, #159000 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    opacity: 1;
    margin: 40px;
    color: #fff;
    font-size: 16px;
    transition: all 0.4s ease 0s;
}

.cont-boton-video {
    max-width: 500px;
}

.boton-play:before {
    content: ' ';
    display: block;
    position: absolute;
    border-radius: 100%;
    z-index: -1;
    opacity: 0.3;
    width: 110px;
    height: 110px;
    transition: all 0.4s ease 0s;
}

.boton-play:after {
    content: ' ';
    display: block;
    position: absolute;
    border-radius: 100%;
    background-color: var(--accent-primary-bright);
    z-index: -1;
    transition: all 0.4s ease 0s;
    animation: video-play-button-animate 1.2s ease-in infinite forwards;
}

@keyframes video-play-button-animate {
    0% {
        width: 10px;
        height: 10px;
        opacity: .8;
    }

    100% {
        width: 160px;
        height: 160px;
        opacity: 0;
    }
}

.boton-play:before {
    background-color: rgb(253 145 100);
}

.boton-play a {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background: none !important;
    color: transparent !important;
    z-index: 11;
}

.boton-play i {
    font-size: 30px;
}

/*-------------------------------------------------------- certtificados --------------------------------------------------------*/
.certtificados {
    -webkit-columns: 2 10rem;
    columns: 5 10rem;
    -webkit-column-gap: 1rem;
    column-gap: 1rem;
}

.certtificados li {
    flex: 2;
    list-style: none;
    text-align: center;
    margin-bottom: 10px;
}

.certtificados li img {
    height: 6rem;
    object-fit: cover;
    object-position: center;
}

/*-------------------------------------------------------- banner-single --------------------------------------------------------*/
.banner-single {
    width: 100%;
    height: calc(85vh - 10rem);
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    display: flex;
    align-items: end;
}

.banner-single img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.banner-single:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.5)
}

.texto-single {
    position: relative;
    color: #fff;
}

.span-style {
    float: right;
    display: flex;
}

.span-style span {
    background: rgba(0, 0, 0, 0.32);
    padding: 10px 20px;
    border: 1px dashed rgba(0, 0, 0, 0.51);
    font-size: 13px;
    cursor: pointer;
}

.texto-single i {
    color: var(--background-gold);
}

.texto-single > div div span {
    margin-left: 10px;
    padding: 10px 20px;
    border: 1px dashed rgba(0, 0, 0, 0.51);
    background: rgba(0, 0, 0, 0.32);
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    font-size: 11px;
    transition: 0.7s;
}

.texto-single > div div span i {
    color: #fff;
    margin-right: 5px;
}

.cont-fecha {
    display: none !important;
    align-items: center;
    justify-content: center;
    animation: alert-out 0.7s;
}

.modal-apracer {
    animation: alert-out 0.7s !important;
    display: block !important;
}

.fecha-content svg {
    fill: #3fc3ee;
    width: 5em;
    height: 5em;
    margin: 1.25em auto 1.875em;
}

.fecha-content button {
    border: 0;
    background: rgb(48, 133, 214);
    padding: 10px 20px;
    font-size: 15px;
    color: #fff;
    border-radius: 5px;
    margin-top: 1rem;
}

@keyframes alert-out {
    0% {
        opacity: 0;
        transition: 2s;
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.puntaje {
    position: absolute;
    background: var(--accent-primary-soft) !important;
    color: #fff;
    font-weight: 600;
    border-radius: 7px 7px 7px 0;
    font-size: 14px !important;
    border: 1px solid rgba(0,0,0,0.21) !important;
    top: -100%;
    right: -20px;
    width: 35px;
    height: 35px;
    line-height: 15px !important;
    transform: translate(-50%,-75%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-control.input.bg-white.f14.cup.flatpickr-input {
    display: none;
}

.flatpickr-calendar.inline {
    width: 100%;
}

.form-reservar {
    right: 50px;
    border: 1px solid #ccc;
    border-radius: 7px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0.1rem 1rem rgb(0 0 0 / 10%);
    top: -35px;
    display: flex;
    flex-direction: column;
    color: #888;
    padding: 5px;
    margin-bottom: 15px;
}

.form-reservar select {
    height: 45px;
    font-size: 14px;
    margin-top: 10px;
}

.form-reservar select:focus {
    box-shadow: none;
}

.form-reservar a:hover {
    background: 0 0;
    color: var(--color-primario);
    text-decoration: none;
}

.form-reservar a {
    background: 0 0;
    border-radius: 5px;
    padding: 13px 10px;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    border: 2px solid var(--color-primario);
    transition: .7s;
    margin-top: 7px;
    text-align: center;
    display: block;
    background: var(--background-primario);
}

.form-reservar a:last-child {
    color: #000 ;
    background: linear-gradient(135deg, #7acb59 0%, #b2e26a 100%);
    border-color: #7acb59;
}

.form-reservar a:hover:last-child {
    background: 0 0;
}

.flatpickr-calendar.animate.inline {
    margin-bottom: 10px;
}

.preguntas {
    font-size: 14px;
}

.preguntas h3 {
    font-size: 22px;
}

.preguntas li {
    list-style: none;
}

.preguntas li a {
    color: var(--color-silver);
    font-size: 15px;
}

.preguntas li a i {
    width: 25px;
}

.content-single {
    font-size: 15px;
    color: #777;
}

.content-single li {
    list-style: none;
    position: relative;
    padding-left: 20px;
    font-size: 14px;
}


.content-single h3 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

#polylang-4 {
    list-style: none;
    position: fixed;
    right: 10px;
    top: 50%;
    z-index: 9;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 0 24px rgb(0 0 0 / 8%);
    border: 1px solid #dee2e6
}

#polylang-4 ul {
    display: flex;
    margin-bottom: 0;
    flex-direction: column;
}

#polylang-4 ul li {
    list-style: none;
}

#polylang-4 ul li a span {
    font-size: 10px;
    width: 12px;
    display: inline-block;
    overflow: hidden;
    line-height: 7px;
    color: #777;
}

#polylang-4 ul li a img {
    width: 17px !important;
    height: 13px !important;
}

.current-lang span {
    color: var(--color-primario) !important;
}

.cont-page-img {
    width: 100%;
    height: 65vh;
    overflow: hidden;
    position: relative;
}

.cont-page-img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.35)
}

.cont-page-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.text-page-principal {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
}

.text-page-principal h1 {
    color: #fff;
    font-size: 42px;
    margin-bottom: 0;
    position: relative;
    padding-top: 17px;
}

.text-page-principal h1:before {
    content: '';
    width: 80px;
    height: 5px;
    background: var(--color-primario);
    z-index: 9;
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%,-50%);
}

.cont-contact {
    position: relative;
    font-size: 14px;
}

.cont-contact i {
    color: #fff;
    font-size: 45px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}

.cont-contact h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.cont-contact strong {
    font-weight: 600
}

.cont-contact a {
    color: #fff
}

.cont-contact p {
    margin-bottom: 0;
}

#alrt {
    display: none;
}

.badge-error {
    color: red;
    font-size: 14px;
    margin-top: 2rem;
    text-align: left;
    border: 1px solid red;
    border-radius: 5px;
    padding: 13px 10px;
}

.form-contact input {
    height: 47px!important;
    font-size: 14px;
}

.form-contact input:focus {
    box-shadow: none;
}

.form-contact button {
    width: 100%;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 600;
    background: var(--color-primario);
    border: 1px solid var(--color-primario)!important;
    transition: .5s;
    outline: 0!important;
}

.form-contact button:hover {
    background: rgba(231, 101, 10, .8);
}

.sweet-alert p {
    font-size: 14px;
}

.sweet-alert button {
    font-size: 14px;
    padding: 10px 25px;
}

.sweet-alert button:focus {
    box-shadow: none;
}

.bred {
    border: 1px solid red !important;
}

.cont-page-img {
    width: 100%;
    height: 65vh;
    overflow: hidden;
    position: relative;
}

.cont-page-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.cont-page-img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.35);
}

.text-page-principal {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
}

.text-page-principal h1 {
    color: #fff;
    font-size: 42px;
    margin-bottom: 0;
    position: relative;
    padding-top: 17px;
}

.text-page-principal h1:before {
    content: '';
    width: 80px;
    height: 5px;
    background: var(--color-primario);
    z-index: 9;
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%,-50%);
}

/******** mENU mOBIL ******/
.mobile-nav-wrapper {
    z-index: 100;
    position: fixed;
    width: 100%;
    height: 7rem;
    display: block;
    top: 0;
}

.mobile-nav-wrapper * {
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mobile-nav-spacing {
    width: 100%;
    /* height: 7rem; */
    margin: 0px;
    padding: 0px;
}

.mobile-header {
    /* background: rgba(0, 0, 20, 0.75); */
    background: black;
    height: 7rem;
    width: 100%;
    z-index: 100;
    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;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.mobile-header .logo-salkantay {
    padding: 1.5rem 1rem;
    display: inline-block;
    height: 100%;
}

.mobile-header .logo-salkantay img {
    height: 100%;
    width: auto;
    cursor: pointer;
}

.mobile-header .icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.st-menu-mobile {
    -webkit-box-shadow: 0px 0px 6px rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 6px rgba(255, 255, 255, 0.5);
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background-color: forestgreen;
    z-index: 99;
}

@media screen and (min-width: 992px) {
    .st-menu-mobile {
        display: none;
    }
}

.st-menu-mobile__bar {
    background-color: yellow;
    background-color: white;
    z-index: 999;
    position: relative;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.st-menu-mobile__bar-content {
    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;
    height: 4rem;
}

.st-menu-mobile .main-logo {
    height: 2.6rem;
    display: block;
    overflow: hidden;
}

.st-menu-mobile .main-logo img {
    height: 100%;
    width: auto;
}

.st-menu-mobile .upper-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.st-menu-mobile .upper-links li {
    border-left: 1px solid #eee;
    text-align: center;
    list-style: none;
}

.st-menu-mobile .upper-links .menu-icon {
    width: 2.5rem;
}

.st-menu-mobile .upper-links a {
    font-size: 0.9rem;
    color: #ccc;
    display: block;
    height: 2rem;
    line-height: 3rem;
    text-decoration: none;
}

.st-menu-mobile__navigation {
    width: 100%;
    background-color: white;
    height: calc(100vh - 70px);
    position: fixed;
    top: 67px;
    right: 0;
    left: 0;
    -webkit-transform: translateY(7rem);
    transform: translateY(7rem);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 101;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: center;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}

.st-menu-mobile__navigation.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.st-menu-mobile__list {
    margin-top: 0rem;
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.st-menu-mobile__list a {
    display: block;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-family: "Poppins", sans-serif;
    color: var(--background-primario);
}

.st-menu-mobile__list > li {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    background-color: white;
    border: 1px solid #ede9e9;
}

.st-menu-mobile__list > li.has-children > a {
    position: relative;
    text-decoration: none;
}

.st-menu-mobile__list > li.has-children > a::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.3rem;
    line-height: 3rem;
    position: absolute;
    right: 1rem;
    top: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.st-menu-mobile__list > li.has-children.active-menu-item > a {
    color: #fff;
    background: var(--background-primario);
}

.st-menu-mobile__list > li.has-children > a:hover {
    color: #fff;
    background: var(--background-primario);
}

.st-menu-mobile__sub-list > li > a:hover {
    text-decoration: none;
}

.st-menu-mobile__list > li.has-children.active-menu-item > a::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.st-menu-mobile__list > li > a {
    line-height: 3.1rem;
}

.st-menu-mobile__list > li.cta-enquire {
    background: var(--gradient-primary);
}

.st-menu-mobile__list > li.cta-enquire a {
    color: white;
}

.st-menu-mobile__list.dark {
    background-color: green;
}

.st-menu-mobile__list.dark > li {
    background-color: black;
}

.st-menu-mobile__list.dark > li:hover {
    background-color: #333;
}

.st-menu-mobile__sub-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f8f8f8;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.st-menu-mobile__sub-list > li {
    font-size: 0.8rem;
    text-transform: none;
    border: 1px solid #f1f1f1;
}

.st-menu-mobile__sub-list > li:first-child {
    margin-top: 1rem;
}

.st-menu-mobile__sub-list > li:last-child {
    margin-bottom: 1rem;
}

.st-menu-mobile__sub-list > li > a {
    line-height: 2.5rem;
}

.st-menu-mobile__sub-list > li > a:hover {
    text-decoration: underline;
}

.st-menu-mobile__contact {
    display: block;
    text-transform: none;
    font-size: 1.4rem;
    text-align: center;
    font-weight: 400;
    width: 100%;
}

.st-menu-mobile__contact > li {
    font-family: "Roboto", sans-serif;
    padding: 1rem 0;
    width: 100%;
    width: 100%;
}

.st-menu-mobile__contact > li a.cta-phone {
    font-family: "Poppins", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    display: block;
    width: 100%;
    color: #333;
    color: #888;
}

.st-menu-mobile__contact > li a.cta-phone span {
    position: relative;
    display: inline-block;
    padding-left: 2rem;
}

.st-menu-mobile__contact > li a.cta-phone span::before {
    content: "\f879";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--accent-primary-soft);
    left: 0;
}

.st-menu-mobile__contact > li:first-child {
    border-top: 1px solid #f0f0f0;
}

.st-menu-mobile__contact > li.label {
    font-weight: 400;
}

.st-menu-mobile__contact > li + li {
    border-top: 1px solid #f0f0f0;
}

.icons > div {
    position: relative;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    width: 4.5rem;
}

.call-us::before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f095";
    font-size: 2.4rem;
    line-height: 7rem;
    color: white;
    width: 100%;
    text-align: center;
    color: var(--color-orange);
}

.call-us a {
    color: var(--color-orange);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-decoration: none;
    font-size: 0px;
    line-height: 0px;
}

#toggle {
    width: 2.8rem;
    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;
    padding-left: 1rem;
    margin-top: 0.8rem;
}

#toggle .hamburger-icon {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 3px;
    height: 2px;
    border-radius: 2px;
    background-color: #333;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#toggle .hamburger-icon::before, #toggle .hamburger-icon::after {
    position: absolute;
    background-color: #333;
    content: "";
    -webkit-transform-origin: center center;
    transform-origin: center center;
    border-radius: 2px;
    height: 3px;
    height: 2px;
    width: 100%;
    right: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#toggle .hamburger-icon::before {
    top: -8px;
    top: -6px;
}

#toggle .hamburger-icon::after {
    top: 8px;
    top: 6px;
}

#toggle .hamburger-icon.active {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

#toggle .hamburger-icon.active::before, #toggle .hamburger-icon.active::after {
    top: 0px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-links {
    display: none;
    position: relative;
}

.mobile-links a {
    font-family: var(--font3);
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
}

.mobile-links.open {
    display: block;
    position: relative;
}

.mobile-links li {
    display: block;
    /* text-align: center; */
}

.mobile-links > li {
    display: block;
    /* background: #333; */
    background: rgba(0, 0, 0, 0.9);
    border-bottom: 1px solid white;
}

.mobile-links > li:last-child {
    border-bottom: none;
}

.mobile-links > li > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 1.6rem;
}

.mobile-links > li > ul {
    display: none;
}

.mobile-links > li.active > ul {
    display: block;
}

li.active li {
    display: block;
    /* border: 1px solid white; */
}

li.active li:last-child {
    border-bottom: none;
}

li.active li a {
    display: block;
    padding: 1rem 2.5rem;
    font-size: 1.4rem;
    letter-spacing: 1;
    color: white;
}

.language-icon {
    height: 3rem;
}

.language-icon::before {
    content: "";
    display: inline-block;
    margin-top: 0.5rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 2rem;
    height: 2rem;
    font-size: 2rem;
}

.phone-icon2 {
    display: inline-block;
}

.whatsapp-icon2 {
    display: inline-block;
}

.whatsapp-icon2::before {
    content: "\f232";
    font-weight: 400;
    font-family: "Font Awesome 5 Brands";
    display: inline-block;
    color: var(--background-primario);
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 3rem;
}

.phone-icon2::before {
    content: "\f095";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    color: var(--background-primario);
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 3rem;
}

@media screen and (min-width: 992px) {
    .whatsapp-icon2::before {
        font-size: 22px;
        color: var(--accent-primary-soft);
    }

    .phone-icon2::before {
        font-size: 20px;
        color: var(--accent-primary-soft);
    }
}

.email-icon2 {
    display: inline-block;
}

.email-icon2::before {
    content: "\f0e0";
    font-weight: 400;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    color: var(--background-primario);
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 3rem;
}

@media screen and (min-width: 992px) {
    .email-icon2::before {
        color: var(--accent-primary-soft);
        font-size: 24px;
    }
}

.card-tour {
    border-radius: 15px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 8px #00000029;
    transition: all .2s;
}

.box-tour {
    /* padding: 5px; */
    overflow: hidden;
    position: relative;
}

.content {
    padding: 15px;
}

.box-tour img {
    /* border-radius: 10px !important; */
    transform: scale(1);
    overflow: hidden;
    transition: all .4s;
}

.categoria {
    right: 15px;
    text-transform: uppercase;
    position: absolute;
    bottom: 15px;
    background-color: var(--background-primario);
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #fff;
    font-size: .7rem;
    font-weight: 700;
    padding: 5px 10px;
}

.title-tour h3 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 95%;
    color: var(--background-primario);
    font-family: "Abel",Sans-serif;
}

.resumen {
    font-size: .85rem;
    color: #707070;
}

.details {
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.details {
    padding-top: 10px;
    margin-top: 15px;
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.text-left {
    text-align: left!important;
}

.text-right {
    text-align: right!important;
}

.price_now {
    font-size: 1.3rem;
    font-weight: bolder;
}

span.from_label {
    color: var(--bgcolor_second);
    font-size: 12px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-success {
    color: #fff;
    background: var(--gradient-primary) !important;
    border-color: var(--accent-primary-deep) !important;
    box-shadow: 0 10px 24px rgba(2, 83, 0, 0.2);
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}


.FrmReservar {
    width: 100%;
    border: solid 2px var(--richardlg4);
    border-radius: 5px;
    box-sizing: border-box;
    margin: 9px 0 20px
}

.FrmReservar h3 {
    background: var(--background-primario);
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    margin: 0;
    padding: 15px 0;
    text-align: center
}

.FrmReservar p {
    background: 0 0;
    padding: 0
}

.FrmReservar br {
    display: none
}

.FrmReservar #r-tour {
    background-color: #eee;
    border: 1px solid #ccc;
    color: #818181;
    cursor: not-allowed
}

.FrmReservar input[type=text],.FrmReservar input[type=email] {
    text-indent: 0px !important;
    height: auto !important;
    width: 95%;
    display: block;
    margin: 8px auto;
    box-sizing: border-box;
    border: solid 1px #cbcbcb;
    border-radius: 5px;
    font-size: 14px;
    color: #1c251f;
    padding: 12px 8px 12px 13px
}

.FrmReservar input[name=your-whatsapp] {
    background: url(../img/whatsapp.png) 96% center no-repeat #fff
}

.ContentFrm {
    width: 97%;
    margin: auto
}

.FrmLeft {
    width: 49.5%;
    float: left
}

.FrmRight {
    width: 49.5%;
    float: right
}

.FrmLeft2 {
    width: 33%;
    float: left
}

.FrmCenter {
    width: 33%;
    float: left;
    margin-left: .5%
}

.FrmRight2 {
    width: 33%;
    float: right
}

.FrmReservar .ContentFrm select {
    width: 95%;
    display: block;
    margin: 8px auto;
    box-sizing: border-box;
    border: solid 1px #cbcbcb;
    border-radius: 5px;
    font-size: 14px;
    color: #1c251f;
    padding: 12px 8px 12px 13px
}

.FrmReservar .Hotel {
    width: 95%;
    margin: 8px auto 0;
    font-size: 14px;
    color: #5c5c5c
}

.FrmReservar .Hotel select {
    box-sizing: border-box;
    border: solid 1px #cbcbcb;
    border-radius: 5px;
    font-size: 14px;
    color: #1c251f;
    padding: 12px 8px 12px 13px;
    width: 55%;
    margin-left: 4%
}

.FrmReservar .Referencia {
    width: 95%;
    margin: 8px auto 0;
    font-size: 16px;
    color: #5c5c5c
}

.FrmReservar .Referencia select {
    box-sizing: border-box;
    border: solid 1px #cbcbcb;
    border-radius: 5px;
    font-size: 14px;
    color: #1c251f;
    padding: 12px 8px 12px 13px;
    width: 100%
}

.FrmReservar .Mensaje {
    width: 95%;
    margin: 8px auto 0;
    font-size: 16px;
    color: #5c5c5c
}

.FrmReservar .Mensaje textarea {
    width: 100%;
    display: block;
    margin: 8px auto;
    box-sizing: border-box;
    border: solid 1px #cbcbcb;
    border-radius: 5px;
    font-size: 14px;
    color: #1c251f;
    padding: 12px 8px 12px 13px;
    height: 140px
}

.FrmReservar input[type=submit] {
    color: #fff;
    font-size: 18px;
    background-color: var(--background-primario);
    border: none;
    border-radius: 5px;
    display: table;
    margin: auto;
    cursor: pointer;
    text-transform: uppercase;
    width: 95% !important;
    padding: 16px 40px;
    text-indent: 0px !important
}

div.wpcf7-validation-errors,div.wpcf7-mail-sent-ng,div.wpcf7-mail-sent-ok {
    color: #fff !important
}

h2.h2-oc2 {
    font-size: 1.6rem;
    padding: 1rem 1rem 0;
    font-weight: 700;
    text-align: center;
    color: #000;
}

.btn {
    font-size: 0.6rem !important;
}
