textarea {
   resize: vertical;
}

.u-default-img {
   width: 100%;
}
.u-style-none {
   color: inherit;
}
.u-dip p {
   margin: 0;
}

.info-vacio {
   padding: 10px;
   border-radius: 20px;
   text-align: center;
   border: 3px solid #4b99e2;
}
.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;}
}

.desplegable-busqueda {
   display: none;
   position: absolute;
   background-color: #ebf4fc;
   z-index: 10;
   top: 36px;
   left: 0;
   right: 0;
   max-height: 320px;
   height: auto;
   scroll-behavior: smooth;
   overflow-y: auto;
   border-bottom: 2px solid #979797;
   border-top: 1px solid #979797;
   font-size: 0.8rem;
}

.desplegable-busqueda a {
   display: block;
   font-size: 0.8rem;
   position: relative;
   color: #111111;
   padding: 10px 13px;
   border-bottom: 1px solid #979797;
}
.desplegable-busqueda a:hover {
   background-color: #cee8ff;
}

.u-section-13 .u-text-1 {
   font-size: 3rem;
}

.u-section-15 .u-sheet-1 {
   min-height: auto;
}
.u-section-15 .u-list-1 {
   margin-bottom: 80px;
}
.u-section-15 .u-repeater-1 {
   min-height: auto;
}
.u-section-15 .u-image-1 {
   min-height: 550px;
}
.u-section-15 .u-text-2 {
   font-size: 2rem;
}

.u-section-nota .u-sheet-1 {
   min-height: auto;
}
.u-section-nota .u-text-2 {
   margin-top: 50px;
   margin-bottom: 50px;
   font-size: 1.3rem;
}

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

.u-section-30 .u-icon-2 {
   opacity: 1;
}

.u-section-37 {
   min-height: auto;
}
.u-section-37 .u-image-1 {
   margin-bottom: 200px;
}
.u-section-37 .u-title-2 {
   margin: 17px auto 0;
}
.u-section-37 .u-list-1 {
   margin: 130px 0 -136px;
}
.u-section-37 .u-repeater-1 {
   min-height: auto;
}
.u-section-37 .u-icon-1 {
   margin: 0 auto;
}
.u-section-37 .u-text-2 {
   text-align: center;
}

.u-section-home-37 {
   min-height: auto;
}
.u-section-home-37 .u-image-1 {
   min-height: auto;
   margin-bottom: 150px;
}
.u-section-home-37 .u-text-1 {
   margin: 300px auto 0;
}
.u-section-home-37 .u-list-1 {
   margin: 70px 0 -56px;
}

@media (max-width: 1399px) {
}

@media (max-width: 1199px) {
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
}

@media (max-width: 575px) {
}