/* Google Fonts  */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700;800&amp;family=Poppins:wght@400;500;600;700&amp;display=swap');

@import url('bootstrap.css');
@import url('global_080224.css');
@import url('header_080224.css');
@import url('footer.css');
@import url('sidebar.css');
@import url('icofont.css');
@import url('font-awesome.css');
@import url('flaticon_sky-flat.css');
@import url('animate.css');
@import url('owl.css');
@import url('swiper.min.css');
@import url('jquery-ui.css');
@import url('preloader.css');
@import url('custom-animate.css');
@import url('magnific-popup.css');
@import url('odometer-theme-default.css');
@import url('select2.css');
@import url('flatpickr.css');
@import url('custom_240125.css');
@import url('responsive.css');
@import url('estilo_general_240125.css');

.btn-conoce-mas {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #e1f3d5;
    border-radius: 52px;
    padding: 20px 40px;
    font-family: var(--font-family-Humanistist521BT-Roman);
    color: #383838;
    font-size: 23px;
    width: fit-content;
    gap: 25px;
    box-sizing: border-box;
}

.btn-conoce-mas .seccion {
    display: flex;
    align-items: center;
    gap: 15px;
}

.btn-conoce-mas .icono svg {
    width: 46px;
    height: 46px;
}

.btn-conoce-mas .divider {
    height: 60px;
    width: 1px;
    background-color: #383838;
    opacity: 0.7;
}

.btn-conoce-mas .icono.verde:hover svg circle {
    fill: #5ab529;
}

.btn-conoce-mas .icono.rojo:hover svg circle {
    fill: #d11b2b;
}

@media (max-width: 700px) {
    .btn-conoce-mas {
        flex-direction: column;
        gap: 15px;
        text-align: center;
        padding: 15px 25px;
    }
    .btn-conoce-mas .divider {
        width: 60%;
        height: 1px;
    }
}

.contacta-guia {
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ec722e;
    color: #fff;
    border-radius: 50px;
    padding: 3px 15px;
    font-family: var(--font-family-Humanistist521BT-Bold);
    font-weight: bold;
    font-weight: 700;
    gap: 10px;
    width: fit-content;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.contacta-guia:hover {
    background-color: #ec722e;
    color: #fff;
    transform: scale(1.03);
}

.contacta-guia .icono svg {
    width: 45px;
    height: 45px;
}

.contacta-guia .texto {
    display: flex;
    flex-direction: column;
    line-height: 1;
    font-family: var(--font-family-Humanistist521BT-Bold);
    font-weight: bold;
}

.contacta-guia .texto span:first-child {
    font-size: 17px;
    letter-spacing: 0.02em;
}

.contacta-guia .texto span:last-child {
    font-size: 17px;
    letter-spacing: 0.02em;
}


.footer-texto-regiones{
    padding-bottom: 3.5vh!important;
    padding-top:1vh!important;
    padding-left:0;
    padding-right: 0;
    width: 100vw!important;
    min-width: 100vw!important;
}
.titulos-footer{
    padding-top: 1vh;
    font-size:2.1vh;
    color:#fff;
    font-family: var(--font-family-Humanistist521BT-Roman) !important;
    letter-spacing:0.03em;
}
.collapse-icon.rotated {
    transform: rotate(180deg)!important;
    transition: transform 0.3s;
}
.list-group-item{
    height: 5vh!important;
}
.list-group-item-hijos{
    height: 4vh!important;
    cursor: pointer;
    margin-bottom:0!important;
    font-size: 1.5vh!important;
}
.titulo3D
{
    font-family: var(--font-family-Humanistist521BT-Bold)!important;
    font-weight : bold!important;
    font-size : 2.5vh!important;
    color : #383838!important;
}
.cardRegiones:hover .card-body {
    opacity: 1!important;
    background-color: white !important;
    cursor: pointer;
}
.titulos-oferta{
     font-size: 2.5vh;
 }
.texto-oferta{
    font-size: 1.5vh;
    margin-bottom: .5vh;
}

.collapse-icon {
    margin-left: 10px; /* Espacio entre el contador y la flecha */
}

.item-count {
    font-weight: normal!important;
    font-size: 1.5vh!important;
}
.cardRegiones:hover .card-body {
    opacity: 1!important;
    background-color: white !important;
    cursor: pointer;
}