.search-input {
    border-radius: 25px !important; 
    padding: 10px !important;
    background-color: rgba(255, 255, 255, 0.7) !important; 
    outline: none !important;
    color: #383838 !important; 
    font-size: 30px !important; 
    font-family: var(--font-family-Humanistist521BT-Roman) !important;
}

.search-input::placeholder {
    text-align: center !important;
    font-family: var(--font-family-Humanistist521BT-Roman) !important;
    font-size: 2.5vh !important; 
    letter-spacing: 0.75px !important;
    color: #383838 !important;
    color: rgb(56, 56, 56) !important;
}





.titulo-footer-proximos-eventos {
    font-family: var(--font-family-MadeOkineSansBold) !important;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #79C618;
    text-shadow: 7px 7px 7px rgba(1, 26, 0, 0.5);
}

.menu-op {
    color: white !important;
}

.menu-op-actual {
    color: white !important;
}

.fixed_menu .mainnav .main_menu .menu-op {
    color: #383838 !important;
}




.icon-container-sucumbios {
    background-color: #00A8BC;
    font-size: 18px;
    font-family: var(--font-family-Humanistist521BT-Bold);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.icon-container-pastaza {
    background-color: #CF1C8E;
    font-size: 18px;
    font-family: var(--font-family-Humanistist521BT-Bold);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.icon-container-orellana {
    background-color: #FFA400;
    font-size: 18px;
    font-family: var(--font-family-Humanistist521BT-Bold);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.icon-container-napo {
    background-color: #00A8BC;
    font-size: 18px;
    font-family: var(--font-family-Humanistist521BT-Bold);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.icon-container-morona {
    background-color: #F17221;
    font-size: 18px;
    font-family: var(--font-family-Humanistist521BT-Bold);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.icon-container-zamora {
    background-color: #0071A2;
    font-size: 18px;
    font-family: var(--font-family-Humanistist521BT-Bold);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.dropdown-menu-sucum {
    position: absolute;
    bottom: 100%;
    left: -0.9%;
    width: 17% !important;
    background-color: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid rgba(255,170,56,1); 
    display: none; 
    z-index: 999!important;
}

.dropdown-menu-pastaza {
    position: absolute;
    bottom: 100%;
    left: 16.1%;
    width: 17% !important;
    background-color: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #CF1C8E; 
    display: none; 
    z-index: 999;
}

.dropdown-menu-orellana {
    position: absolute;
    bottom: 100%;
    left: 33%;
    width: 17% !important;
    background-color: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #FFA400; 
    display: none; 
    z-index: 999;
}

.dropdown-menu-napo {
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 17% !important;
    background-color: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #00A8BC; 
    display: none; 
    z-index: 999;
}

.dropdown-menu-morona {
    position: absolute;
    bottom: 100%;
    left: 67%;
    width: 17% !important;
    background-color: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #F17221; 
    display: none; 
    z-index: 999;
}

.dropdown-menu-zamora {
    position: absolute;
    bottom: 100%;
    left: 84%;
    width: 17% !important;
    background-color: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #0071A2; 
    display: none; 
    z-index: 999;
}


.icon-container-sucumbios:hover .dropdown-menu-sucum {
    display: block; 
}

.icon-container-pastaza:hover .dropdown-menu-pastaza {
    display: block; 
}

.icon-container-orellana:hover .dropdown-menu-orellana {
    display: block; 
}

.icon-container-napo:hover .dropdown-menu-napo {
    display: block; 
}

.icon-container-morona:hover .dropdown-menu-morona {
    display: block; 
}

.icon-container-zamora:hover .dropdown-menu-zamora {
    display: block; 
}



















.owl-prev-slider-sec2 {
    position: absolute;
    bottom: 20vh;
    left: 6.5vw;
}

.owl-next-slider-sec2 {
    position: absolute;
    bottom: 20vh;
    right: 6.5vw;
}

.owl-prev-slider-provincias {
    position: absolute;
    bottom: 1vw;
    left: -1.5vw;
}

.owl-next-slider-provincias {
    position: absolute;
    bottom: 1vw;
    right: -1.5vw;
}

.owl-prev-fil-carr {
    position: absolute;
    bottom: 50%;
    left: -3vw;
}

.owl-next-fil-carr {
    position: absolute;
    bottom: 50%;
    right: -3vw;
}



.btn_planifica_activado {
    background-color: #79C618;
    border-color: #79C618;
    color: white;
}
.texto-filtros-sec {
    font-family : var(--font-family-Humanistist521BT-Bold)!important;
    font-size : 11px!important;
    line-height: 15px;
    color : #4D4D4D;
    display: flex; 
    align-items: center; 
    text-decoration: none; 
}

.hotel-block_one-heading {
    font-family : var(--font-family-Humanistist521BT-Bold)!important;
    font-family : var(--font-family-Humanistist521BT-Bold)!important;
    font-size : 11px!important;
    color : #4D4D4D;
    display: flex; 
    align-items: center; 
    text-decoration: none; 
}



.texto-plani-viaje-carru-foot {
    font-size: 15px !important;
    font-family: var(--font-family-Humanistist521BT-Roman) !important;
    color: #3FA9F5 !important;
}

.hotel-block_one-heading a {
    color: #3FA9F5 !important;
}

.leer-mas {
    font-size: 1.5vh !important;
    color: #3FA9F5 !important;
    opacity: .6;
}

.texto-amarillo {
    color: #79C618 !important;
}

.texto-amarillo a {
    color: #79C618 !important;
    font-size: 15px;
    font-family: var(--font-family-Humanistist521BT-Bold) !important;;
}

.velo_hover_filtros {
    background-color: #79C618;

}

.verde-bold {
    font-weight: bold;
    font-size: 16px;
}












.scrolling-wrapper {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 50vh; 
}

.scrolling-wrapper .card {
    display: inline-block;
    width: 200px; 
    margin-right: 10px; 
}

.vertical-line {
    border-left: 1px solid #000; 
    height: 30px; 
}

.menu_ciudades {
    font-size: 16px;
    font-family: var(--font-family-Humanistist521BT-Roman);
    font-weight: normal;
    letter-spacing: 0.75px;
    color: #FFFFFF;
    color: rgb(255, 255, 255);
    padding-bottom: 50vw !important;
}



















.titulo_gastro_modal {
    font-family: var(--font-family-Humanistist521BT-Bold) !important;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: -1px;
    color: #79C618;
}

.titulo-platillos-bebidas {
    font-family: var(--font-family-Humanistist521BT-Bold) !important;
    font-weight: bold;
    font-size: 13px;
    margin: -5px 0 0 10px;
    padding: 0;
}



.fon-verde {
    background-color: #E1F3D5;
}






.texto-verde{
    color:#79C618;
}

/* Estilos responsive para móvil - Conoce Más */
@media (max-width: 768px) {
    /* Contenedor del buscador más ancho en móvil */
    #buscador {
        width: 85vw !important;
        left: 7.5vw !important;
        right: 7.5vw !important;
        height: auto !important;
        min-height: 7vh !important;
    }

    /* Barra de búsqueda más ancha en móvil */
    .search-box {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Search input - barra de búsqueda */
    .search-input {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        padding: 15px 20px !important;
        font-size: 16px !important;
        height: 50px !important;
    }

    .search-input::placeholder {
        font-size: 14px !important;
    }

    .form-group {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Ocultar flechas del carrusel en móvil */
    .carrusel-promos .owl-nav,
    .filtros-carousel .owl-nav {
        display: none !important;
    }
}
