.u-carousel-indicators li.u-active {
    background-color: #ffffff;
}
.info-vacio {
    padding: 10px;
    border-radius: 20px;
    text-align: center;
    border: 3px solid #41c7e8
}
.info-vacio a {
    cursor: pointer;
}

.animation-buscar { 
    animation: focusBuscar 0.8s;
    animation-direction: alternate;
    -webkit-animation: focusBuscar 0.8s;
    -webkit-animation-direction: alternate;
}

@keyframes focusBuscar {
    from {box-shadow: 0 0 30px 10px #ddd;}
    to {box-shadow: 0 0 0 0 #fff;}
}
@-webkit-keyframes focusBuscar {
    from {box-shadow: 0 0 30px 10px #ddd;}
    to {box-shadow: 0 0 0 0 #fff;}
}

.u-enable-responsive.u-offcanvas .u-sidenav .u-nav-popup > ul > li > a.u-nav-link {
    padding-left: 10px !important;
}
.u-enable-responsive.u-offcanvas .u-sidenav .u-nav-popup > ul > li > .u-nav-popup > ul > li > .u-nav-link {
    padding-left: 20px !important;
}

.u-social-icons a {
    flex: none;
    font-size: 18px;
}

.vbox-container {
    overflow-y: auto;
}
.u-nav-container > .u-nav > .u-nav-item > .u-nav-link {
    text-transform: capitalize;
}
.u-nav-container .u-nav-item .u-nav-item, .u-enable-responsive .u-sidenav .u-nav-item {
    text-transform: capitalize;
}

.u-section-1 .u-form-1 {
    opacity: 0;
    transition: ease;
    transition-duration: 1s;
}

.desplegable-busqueda {
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 10;
    top: 45px;
    left: 0;
    right: 0;
    max-height: 320px;
    height: auto;
    scroll-behavior: smooth;
    overflow-y: auto;
    border-bottom: 2px solid #332929;
    border-top: 1px solid #332929;
}
.desplegable-busqueda a {
    display: block;
    position: relative;
    color: #332929;
    padding: 10px 13px;
    border-bottom: 1px solid #332929;
}

.u-section-4 .u-text-2, .u-section-5 .u-text-2, .u-section-6 .u-text-3 {
    font-size: 1.6rem;
    line-height: 1.3;
    font-family: serif !important;
}

.u-section-6 .u-sheet-1 {
    min-height: auto;
}

.u-section-6 .u-repeater-1 {
    min-height: auto;
}

.u-section-10 .u-layout-wrap-1 {
    margin-bottom: 50px;
}

.u-section-14 .u-sheet-1 {
  min-height: auto;
  margin-bottom: 100px;
}

.u-section-18 .u-text-1 {
    font-size: 4rem;
}

.u-section-19 .u-sheet-1 {
    margin-bottom: 50px;
}
.u-section-19 .u-text-3 {
    margin: -645px 570px 0 0;
    font-size: 2.1rem;
    width: 50%;
}

.u-section-21 .u-icon-1 {
    width: 74px;
}

@media (max-width: 1199px) { }
@media (max-width: 991px) {
    .u-section-16 .u-sheet-1 {
        height: auto;
    }
    .u-section-16 .u-layout-wrap-1 {
        margin-top: 45px;
        margin-bottom: 0;
        top: 0;
        bottom: 0;   
    }
    .u-section-18 .u-text-1 {
        font-size: 2.8rem;
    }
    .u-section-19 .u-text-3 {
        margin-top: -625px;
    }
    .u-section-19 .u-text-5 {
        margin-right: 379px;
        max-height: 260px;
        overflow-y: scroll;
        scroll-behavior: smooth;
    }
    .u-section-19 .u-gallery-1 {
        margin-bottom: -45px;
    }
}
@media (max-width: 767px) {
    .u-section-2 .u-text-1 {
        margin-top: -220px;
    }
    .u-section-2 .u-sheet-1 {
        min-height: 348px;
    }

    .u-section-18 .u-text-1 {
        font-size: 1.7rem;
    }
    .u-section-19 .u-sheet-1 {
        min-height: 1580px;
    }
    .u-section-19 .u-text-3 {
        font-size: 1.5rem;
        width: 100%;
        margin-top: -1525px;
    }
    .u-section-19 .u-text-5 {
        font-size: 0.9rem;
        margin-top: 15px !important;
        max-height: 260px;
        overflow-y: scroll;
        scroll-behavior: smooth;
        margin: 0;
    }
    .u-section-19 .u-group-1 {
        margin-top: 865px;
    }
}
@media (max-width: 575px) {
    .u-section-2 .u-text-1 {
        margin-top: -220px;
    }
    .u-section-2 .u-sheet-1 {
        min-height: 348px;
    }

    .u-section-18 .u-text-1 {
        font-size: 1.7rem;
    }
    .u-section-19 .u-sheet-1 {
        min-height: 1580px;
    }
    .u-section-19 .u-text-3 {
        font-size: 1.5rem;
        width: 100%;
        margin-top: -1525px;
    }
    .u-section-19 .u-text-5 {
        font-size: 0.9rem;
        margin-top: 15px !important;
        max-height: 260px;
        overflow-y: scroll;
        scroll-behavior: smooth;
        margin: 0;
    }
    .u-section-19 .u-group-1 {
        margin-top: 865px;
    }

}