.btn-redir{
    background: #e3ad27;
    height: 50px;
    line-height: 50px;
    width: auto;
    padding: 0 30px;
    font-size: 24px;
    color: #137A9E;
    border-radius: 8px;
    display: block;
    float: left;
    font-weight: 600;
}

.div-btn{
    display: flex;
    justify-content: center;
}

.footer{
    margin-top: 3rem;
}

.main_slider .slider_wrap .slide .slide_content .title_wrap .slide_title {
    font-family:  'Montserrat', sans-serif;
}

.main_slider .slider_wrap .slide .slide_content .title_wrap .slide_title {
    font-weight: 700;
}

.main_slider .slider_wrap .slide.slick-active .slide_content .text {
    color: #ffffff;
    font-weight: 500;
}

.footer {
    background: #FBB03B;
}

.div_hr_top {
    padding-top: 45px;
    text-align: -webkit-center;
}

.hr_item {
    width: 59%;
    border-color: black;
}

.tour_page_head .slider .slide {
    width: 456px;
    height: 302px;
    border-radius: 15px;
    overflow: hidden;
    margin-right: 22px;
    display: block;
    float: left;
}

.breadcrumbs {
    padding-top: 14px;
}

.top_panel {
    height: 100px;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}


.top_panel .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top_panel .left, .top_panel .right {
    flex: 1;
    text-align: center;
}

.top_panel .logo img {
    width: 100%;
    height: auto;
    max-width: 150px;
    object-fit: contain;
}



.wrap {
    width: 100%;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.right img {
    width: 158px;
    height: 70px;
}

.content {
    margin-top: 150px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.divPrincipal{
    display: flex;
    justify-content: center;
    align-items: center;
}

.spanPrincipal {
    color: #137A9E;
    font-size: 1.5rem;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-weight: 700;
}

.form-container {
    padding-top: 10px;
    background-color: #fbf9f9;
    padding: 20px;
    border-radius: 8px;
    width: 100%;
    max-width: 800px;
    margin: 33px auto;
}


.form-title {
    text-align: center;
    color: #137A9E;
    font-size: 1.8rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.form-group {
    margin-bottom: 15px;
}

.form-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.submit-btn {
    background-color: #FBB03B !important;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    font-size: 1.5rem;
    font-weight: 700;
}

.submit-btn:hover {
    background-color: #0d5e72 !important;
}
.form-label{
    font-size: 1.8rem;
    color: #137A9E;
    font-weight: 700;
}
.form-check-input {
    margin-right: 10px;
}

.text_de {
    font-size: 1rem;
    color: #333;
}

.responsive-image {
    width: 80%;
    height: auto;
    object-fit: cover;
}

.spanSecundario {
    color: #137A9E;
    font-size: 1rem;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-weight: 700;
}

/*estilo de pagina de agencias*/
.top_panel_agencias{
    height: 90px !important;
    background-color: #0c7198 !important;
}

.main_slider_agencias{
    height: 70vh;
}
.main_slider_agencias .slider_wrap .slide .wrap_float {
    position: relative;
    z-index: 1;
    height: 70vh;
}

.main_slider_agencias .slider_wrap .slide .slide_content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 14%;
}

.div-elegirnos{
    color: #0c7198 ;
    font-size: 3.8rem;
    margin-top: 4%;

}

.div-text{
    font-weight: 700;
}
.card-img-top{
    height: 12vh;
}

.card{
    margin-bottom: 4%;
}

.card-elegirnos{
    width: 90%;
    color: white;
    background-color: #0c7198;
    padding: 26px;
    border-radius: 10px;
    height: 29rem;
}

.container-img{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
}

.title-card{
    font-size: 52%;
    font-weight: 700;
}

.text-card{
    font-size: 30%;
    margin-top: 2.5rem;
}

.div-card-elegirnos{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.card-paquetes {
    width: 350px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-right: 20px;
}

.card-paquetes:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.card-img-paquetes {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.card-content-paquetes {
    padding: 16px;
}

.card-title-paquetes {
    font-size: 18px;
    font-weight: bold;
    color: #004085;
}

.card-subtitle-paquetes {
    font-size: 14px;
    color: black;
    margin-bottom: 10px;
}

.card-p{
    border-bottom: solid 1px #d6cbcb;
}

.card-info-paquetes p,
.card-airplane-paquetes {
    font-size: 14px;
    color: #495057;
    margin: 4px 0;
}

.card-airplane-paquetes {
    display: flex;
    align-items: center;
}

.icon {
    margin-right: 5px;
}

.card-price-paquetes {
    color: #0c7198;
    font-size: 18px;
    font-weight: bold;
    margin-top: 8px;
}

.card-detail-paquetes {
    font-size: 13px;
    color: #6c757d;
}

.card-button-paquetes {
    width: 100%;
    background: #0c7198;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 10px;
}

.card-button-paquetes:hover {
    background: white;
    color: #0c7198;
    border: 1px solid;
}

.title_paquetes{
    color: #0c7198;
    font-size: 2.8rem;
    font-weight: 700;
}

/* ._title{
    font-family: Figtree, ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important;
} */
.card-p-icon{
    display: flex;
    align-items: center;
}
.most_popular {
    padding: 0 0 0;
}

.footer_agencias{
    background: #0c7198;
}
.wrap_float_footer{
    padding-top: 1.5%;
}
.footer_right{
    float: left !important;
}
.logo_footer{
    width: 18%;
}
.footer_text{
    color: white;
}
.footer_text p{
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 0.5%;
}
.footer_socials{
    margin-top: 3%;
}
.footer_contacts{
    display: flex;
    flex-direction: column;
}
.footer_email{
    display: flex;
    flex-direction: row;
    gap: 2%;
    align-items: center;
    width: 70% !important;
}
.footer_address{
    font-size: 22px !important;
    color: #fff;
    padding-left: 32px !important;
    position: relative;
    margin-bottom: 19px;
    margin-top: 0px !important;
}
.footer_top .right .footer_address:before {
    width: 25px;
    height: 22px;
    background: url(../img/geo.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 4px;
    content: '';
}
._title{
    font-family:  'Montserrat', sans-serif !important;
}
.title_footer{
    font-weight: 700;
}
.footer_datos{
    display: flex;
    flex-direction: column;
}

.a_datos{
    font-size: 15px !important
}
.footer_bottom_agencias{
    padding-top: 39px;
    padding-bottom: 12px;
}

@media (max-width: 1300px) {
    .footer_email {
        width: 100% !important;
    }
}
@media (max-width: 1200px) {
    .div-elegirnos {
        font-size: 3rem;
    }
    .card-elegirnos {
        height: 25rem;
    }
    .title-card {
        font-size: 41%;
    }
    .card-img-top {
        height: 11vh;
    }
    .title_paquetes {
        font-size: 3rem;
    }
    .main_slider_agencias .slider_wrap .slide .slide_content {
        padding-bottom: 21%;
    }
    .text-card {
        margin-top: 1.5rem;
    }
}
@media screen and (max-width: 1040px) {
    .main_slider .slider_wrap .slide .slide_content {
        padding-bottom: 73px !important;
    }
    .main_slider .slider_wrap .slide .slide_content .title_wrap .slide_title {
        font-size: 91px;
    }
}

@media screen and (max-width: 763px) {
    .card-img-top {
        height: 7vh;
    }
    .container-img {
        margin-bottom: 1rem;
    }
    .title-card {
        font-size: 39%;
    }
    .text-card {
        font-size: 27%;
    }
    .card-elegirnos {
        height: 21rem;
    }
    .title_paquetes {
        font-size: 2.2rem;
    }
    .title {
        margin-bottom: 0px;
    }
    .most_popular .controls .link, .destinations .controls .link, .stories .controls .link, .blog .controls .link {
        margin-top: 1px;
    }
    .div-elegirnos {
        margin-top: 2%;
    }
}
@media screen and (max-width: 712px) {
    .card-img-top {
        height: 6vh;
    }
}

@media screen and (max-width: 677px) {
    .text-card {
        margin-top: 1rem;
        font-size: 24%;
    }
    .title-card {
        font-size: 35%;
    }
    .card-elegirnos {
        height: 18rem;
    }
    .card {
        margin-bottom: 0%;
    }
    .div-elegirnos {
        font-size: 2.6rem;
    }
    .main_slider .slider_wrap .slide .slide_content .title_wrap .slide_title {
        font-size: 80px;
    }
}
@media screen and (max-width: 628px) {
    .text-card {
        display: none;
    }
    .card-elegirnos {
        padding: 15px;
        height: 10rem;
    }
}
@media screen and (max-width: 610px) {
    .div-card-elegirnos {
        flex-direction: column;
    }
    .div-elegirnos {
        display: flex;
        justify-content: center;
    }
    .card-elegirnos {
        width: 65%;
    }
    .card-img-top {
        height: 8vh;
    }
    .title-card {
        font-size: 54%;
    }
}
@media screen and (max-width: 560px) {
    .main_slider .slider_wrap .slide .slide_content .title_wrap .slide_title {
        font-size: 69px;
    }
}
@media screen and (max-width: 525px) {
    .card-elegirnos {
        padding: 14px;
    }
}
@media screen and (max-width: 522px) {
    .card-elegirnos {
        width: 69%;
    }
}
@media screen and (max-width: 494px) {
    .title-card {
        font-size: 52%;
    }
    .main_slider .slider_wrap .slide .slide_content .title_wrap .slide_title {
        font-size: 60px;
    }
}
@media screen and (max-width: 479px) {
    .card-elegirnos {
        width: 71%;
    }
}
@media screen and (max-width: 466px) {
    .title-card {
        font-size: 48%;
    }
    .card-img-top {
        height: 7vh;
    }
    .card-elegirnos {
        height: 9rem;
    }
}
@media screen and (max-width: 440px) {
    .main_slider .slider_wrap .slide .slide_content .title_wrap .slide_title {
        font-size: 50px;
    }
}
@media screen and (max-width: 436px) {
    .title-card {
        font-size: 47%;
    }
}
@media screen and (max-width: 429px) {
    .card-elegirnos {
        width: 83%;
    }
}
@media screen and (max-width: 381px) {
    .div-elegirnos {
        font-size: 2rem;
    }
    .title-card {
        font-size: 58%;
    }
}
@media (max-width: 1520px) {
    .main_slider_agencias .slider_wrap .slide .slide_content {
        padding-bottom: 9%;
    }

}
@media screen and (max-width: 640px) {
    .footer_top .right .contacts_info .tel {
        padding-right: 58px !important;
    }
}

@media screen and (max-width: 640px) {
    .footer_top .right .contacts_info .email {
        /* width: 100%; */
        margin-top: 5px;
    }

}


/*Fin estilo de pagina de agencias*/

/*Estilo de pagina de paquetes*/
.main_slider .slider_wrap .slide .slide_content_paquete {
    padding-bottom: 6%;
}
.main_slider_agencias .slider_wrap .slide .wrap_float_paquete {
        height: 50vh;
}
.main_slider_paquete {
    height: 50vh;
    margin-bottom: 3rem;
}
.main_slider .slider_wrap .slide .slide_content .title_wrap .slide_title_paquete {
    font-size: 60px;
    margin-bottom: 1rem;
}
.text_paquete {
    color: white;
    font-size: 22px;
    font-weight: 700;
}
.title_wrap_paquete{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card-descripcion {
    width: 100%;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    margin-right: 20px;
    transform: translateY(-5px);
    box-shadow: 0px 4px 5px 3px rgba(0, 0, 0, 0.3);
    padding: 12px;
    margin-bottom: 20px;
}
.text-base{
    display: flex;
    justify-content: center;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 15px;
}
.card-title{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
}
.card-divider{
    border: 2px solid #0d5e72;
    margin-bottom: 1rem;
    width: 12%;
}
.card-content-divider{
    display: flex;
    align-items: center;
    justify-content: center;
}
.attachment__size {
    display: none !important;
}
.attachment__name {
    display: none !important;
}
.name{
    display: flex;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 500;
    color: #0d5e72;
    margin-bottom: 10px;
}
.card-text-price{
    display: flex;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1px;
    color: #0d5e72;
    font-weight: 500;
}

.button:hover {
    box-shadow: 0px 3px 15px 0px #0c7198 ;
}

.bg-img-agencias{
    filter: brightness(0.7);
}

.telefono_footer{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.telefono_footer {
    padding-right: 18px !important;
    gap: 2% !important;
 }

 .footer_top .right .contacts_info .tel a {
    font-size: 23px;
}
.social-links .link.whatsapp {
    background-color: #25D366;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
}

.social-links .link.whatsapp span:before {
    width: 22px;
    height: 22px;
    background-image: url(../img/whatsapp-svgrepo-com.svg);
    margin-top: -11px;
    margin-left: -11px;
}
.imagenes{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
.img-alojamiento{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}
.button-ubi{
    background: #0c7198;
    height: 46px;
    line-height: 46px;
    width: auto;
    padding: 0 10px;
    font-size: 18px;
    border-radius: 8px;
    display: block;
    float: left;
    font-weight: 600;
    margin: 10px;
    color: white;
}

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    background-color: #25d366;
    border-radius: 50%;
    text-align: center;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}
.whatsapp-float img {
    width: 35px;
    height: 35px;
}
@media screen and (max-width: 864px) {
    .main_slider .slider_wrap .slide .slide_content_paquete {
        padding-bottom: 6%;
    }
}

/*Fin estilo de pagina de paquetes*/
@media (max-width: 768px) {
    .top_panel .logo img {
        max-width: 120px;
    }
}

@media (max-width: 768px) {
    .spanPrincipal {
        font-size: 1.2rem;
    }
    .spanSecundario {
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .spanPrincipal {
        font-size: 1rem;
    }
    .spanSecundario {
        font-size: 0.5rem;
    }
}

@media screen and (max-width: 1040px) {
    .main_slider .slider_wrap .slide .slide_content {
        padding-bottom: 132px;
    }
}

@media screen and (max-width: 1040px) {
    .main_slider .slider_wrap .slide .slide_content .text {
        font-size: 13px;
    }
}

@media screen and (max-width: 1040px) {
    .title_option {
        text-align: center;
        font-size: 1.3rem;
        color: black;
        font-weight: 700;
    }

    .tour_page_head {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        padding-bottom: 27px;
    }
    .btn-redir{
        font-size: 16px;
    }
}

@media screen and (max-width: 1040px) {
    .breadcrumbs {
        padding-top: 0px;
    }
    .content_services{
        flex-direction: column;
    }
}

@media screen and (max-width: 1040px) {
    .mobile .tour_page_head .slider_wrap {
        overflow: auto;
        margin-left: 0%;
        width: 110%;
        padding-left: 10vw;
        padding-bottom: 30px;
    }

    .img-li {
        max-width: 33% !important;
        margin-bottom: 0.5rem;
    }
    .li_title{
        text-align: center;
        font-weight: 600;
        width: 50%;
        font-size: 13px;
    }

    .items-center{
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 1040px) {
    .mobile .tour_page_head .slider_wrap .slider {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .mobile .tour_page_head .slider_wrap .slider {
        width: auto;
        white-space: nowrap;
    }
}

@media (max-width: 1536px) and (max-height: 730px) {
    .main_slider_agencias .slider_wrap .slide .slide_content {
        padding-bottom: 8%;
    }
    .footer_top .right .contacts_info .tel a {
       font-size: 23px;
    }
    .main_slider .slider_wrap .slide .slide_content_paquete {
        padding-bottom: 2%;
    }
}

@media screen and (max-width: 460px) {
    .main_slider .slider_wrap .slide .slide_content .title_wrap .slide_title {
        font-size: 39px;
    }
    .main_slider .slider_wrap .slide .slide_content .text {
        font-size: 16px;
    }
    .title_paquetes {
        font-size: 1.5rem;
    }
    .title {
        margin-bottom: 12px;
    }
    .card-paquetes {
        margin-bottom: 15px;
        margin-top: 12px;
        margin-right: 10px;
    }
    .logo_footer {
        width: 50%;
    }
    .footer_top .right .contacts_info .tel a {
        font-size: 18px;
    }
    .footer_top .right .contacts_info .tel {
        padding-right: 125px !important;
    }
    .main_slider .slider_wrap .slide .slide_content {
        padding-bottom: 4px !important;
    }
    .main_slider .slider_wrap .slide .slide_content .title_wrap .slide_title {
        font-size: 33px;
    }
    .imagenes {
        display: block;
    }
    .img-alojamiento {
        margin-bottom: 10px;
    }
    .name {
        font-size: 1.3rem;
    }
    .main_slider .slider_wrap .slide .slide_content {
        padding-bottom: 130px !important;
    }
    .footer_top .right .contacts_info .tel {
        max-width: 320px;
    }
    .footer_top .right .contacts_info .tel {
        padding-right: 103px !important;
    }
}
