textarea {
   resize: vertical;
}

.info-vacio {
   padding: 10px;
   border-radius: 20px;
   text-align: center;
   border: 3px solid #4b99e2;
}
.info-vacio a {
   cursor: pointer;
}

.consulta-whatsapp {
   font-size: 1rem;
   font-weight: 600;
   padding: 7px 30px;
   color: #0e9c1f;
   background-color: #fff;
   text-transform: uppercase;
   border: 2px solid #0e9c1f;
}
.consulta-whatsapp i {
   padding-right: 5px;
}
.consulta-whatsapp:hover, .consulta-whatsapp:active, .consulta-whatsapp:focus {
   background-color: #0e9c1f;
}

.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: #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 #979797;
   border-top: 1px solid #979797;
   font-size: 0.8rem;
   box-shadow: -5px 4px 5px -1px rgba(0,0,0,0.75);
   -webkit-box-shadow: -5px 4px 5px -1px rgba(0,0,0,0.75);
   -moz-box-shadow: -5px 4px 5px -1px rgba(0,0,0,0.75);
}

.desplegable-busqueda a {
   display: block;
   position: relative;
   color: #0b5c55;
   padding: 10px 13px;
   border-bottom: 1px solid #979797;
}
.desplegable-busqueda a:hover {
   background-color: #dbfffc;
}

.veno-img {
   cursor: pointer;
}

.u-nav-item {
   text-transform: uppercase;  
}

.u-section-1 .u-text-2 {
   text-transform: uppercase;
   font-weight: 800;
   font-size: 3.5rem;
}

.u-section-2 .u-container-layout-1 {
   padding-bottom: 66px;
}
.u-section-2 .u-icon-2 {
   width: 85px;
}
.u-section-2 .u-icon-3 {
   width: 78px;
}
.u-section-2 .u-icon-4 {
   height: 64px;
   width: 64px;
   margin: 25px auto 0;
}
.u-section-2 .u-text-1 {
   font-size: 1.5rem;
   text-transform: uppercase;
}
.u-section-2 .u-link-1 {
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   text-align: center;
}

.u-section-4 .u-effect-fade:hover .u-over-slide, .u-section-4 .u-effect-fade.u-effect-active .u-over-slide {
   opacity: 0;
}

.u-section-8 .u-layout-col > .u-size-20 {
   flex: 0 0 auto;
}
.u-section-8 .u-social-icons-1 {
   width: auto;
   min-width: 0;
   margin: 15px auto 0 0;
   font-size: 1.4rem;
}
.u-social-icons a {
   flex: 0;
}

.u-section-7 .u-botono {
   margin-top: 40px;
   margin-bottom: 50px;
}
.u-section-7 .u-botono .u-layout-cell-1 {
   min-height: 0;
}
.u-section-7 .u-botono .u-text-4 {
   text-align: justify;
}

.u-section-8 .u-form-group-6 {
   display: flex;
   justify-content: space-between;
   align-content: center;
}
.u-section-8 .u-form-group-6 button {
   margin: 0;
}

.u-section-home-9 .u-sheet-1 {
   min-height: auto;
 }
.u-section-home-9 .u-layout-wrap-1 {
   margin-bottom: 0;
}
.u-section-9 .u-image-1 {
   object-position: top;
   height: 315px;
}
.u-section-9 .u-text-1 {
   font-size: 1.5rem;
}
.u-section-9 .u-text-3 {
   font-size: 3rem;
}

.u-section-10 .u-sheet-1 {
   min-height: auto;
 }
.u-section-10 .u-gallery-1 {
   height: auto;
}
.u-section-10 .u-gallery-item {
   height: 372px;
}

.u-section-11 .u-text-1 {
   font-size: 2.8rem;
}
.u-section-11 .u-text-2 {
   overflow-y: auto;
   max-height: 197px;
}

.u-section-13 .u-sheet-1 {
   min-height: auto;
}
.u-section-13 .u-text-3 {
   font-size: 1.5rem;
}

.u-section-faq-13 .u-layout-cell-1 {
   min-height: auto;
}
.u-section-faq-13 .u-group-1 {
   width: 760px;
   min-height: 0;
   margin: 50px auto;
}
.u-section-faq-13 .u-text-1 {
   font-size: 2.7rem;
}
.u-section-faq-13 .u-text-3 {
   font-size: 1.7rem;
}

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

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

@media (max-width: 1199px) {

   .u-section-7 .u-list-1 {
      margin-bottom: 0;
   }
   .u-section-7 .u-botono .u-text-4 {
      text-align: left;
   }

   .u-section-8 .u-layout-wrap-1 {
      margin-bottom: 70px;
   }

   .u-section-faq-13 .u-group-1 {
      width: 600px;
   }

}
@media (max-width: 991px) {
   .u-section-8 .u-form-group-6 {
      flex-direction: column;
   }
   .u-section-8 .u-form-group-6 button {
      width: 100%;
      margin-bottom: 10px;
   }
   .u-section-8 .u-sheet-1 {
      min-height: auto;
   }
   .u-section-8 .u-layout-wrap-1 {
      margin-bottom: 70;
   }
}
@media (max-width: 767px) {
   .u-header .u-image-1 {
      margin-top: -48px;
   }
   
   .u-section-2 .u-link-1 {
      padding: 10px;
      margin-bottom: 10px;
   }
   .u-section-2 .u-sheet-1 {
      min-height: auto;
      margin-bottom: 25px;
   }
   .u-section-2 .u-layout-wrap-1 {
      margin-bottom: 50px;
   }

   .u-section-7 .u-container-layout-2 {
      padding-bottom: 0;
   }
   .u-section-7 .u-container-layout-2 .u-text-3 {
      margin-top: 0;
   }

   .u-section-8 .u-sheet-1 {
      min-height: auto;
    }
   .u-section-8 .u-layout-wrap-1 {
      margin-bottom: 40px;
      margin-top: 20px;
   }
   .u-section-8 .u-text-6 {
      margin-left: 0;
      margin-right: 0;
   }
   .u-section-8 .u-form-1 {
      margin-left: 0;
      margin-right: 0;
   }

   .u-section-9 .u-sheet-1 {
      min-height: auto;
   }
   .u-section-9 .u-layout-cell-1 {
      min-height: auto;
   }
   .u-section-9 .u-layout-wrap-1 {
      margin-bottom: 53px;
   }
   .u-section-9 .u-image-1 {
      height: 280px;
   }
   .u-section-9 .u-text-1 {
      font-size: 1.3rem;
      margin-left: 0;
      margin-right: 0;
   }
   .u-section-9 .u-text-3 {
      text-align: center;
      font-size: 1.8rem;
   }

   .u-section-10 .u-gallery-1 {
      margin-bottom: 60px;
   }
   .u-section-11 {
      min-height: auto;
   }
   .u-section-11 .u-text-1 {
      font-size: 2rem;
   }

   .u-section-13 .u-layout-cell-1 {
      min-height: auto;
   }
   .u-section-13 .u-container-layout-2 {
      padding-bottom: 0;
   }

   .u-section-faq-13 .u-layout-wrap-1 {
      margin-bottom: 50px;
   }
   .u-section-faq-13 .u-group-1 {
      width: 340px;
      margin: 30px auto;
   }
   .u-section-faq-13 .u-text-1 {
      font-size: 2.2rem;
   }
   .u-section-faq-13 .u-text-2 {
      font-size: 1rem;
   }

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

   .u-header .u-image-1 {
      margin-top: -48px;
   }

   .u-section-2 .u-sheet-1 {
      min-height: auto;
   }
   .u-section-2 .u-gutter-20 .u-layout {
      margin-bottom: 0;
   }
   .u-section-2 .u-layout-wrap-1 {
      margin-bottom: 0;
   }

   .u-section-8 .u-layout-wrap-1 {
      margin-bottom: 40px;
   }

   .u-section-11 .u-layout-wrap-1 {
      margin-bottom: 0;
   }

}