textarea {
   resize: vertical;
}

.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: #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: capitalize;
}

ul.iconos {
   display: flex;
   justify-content: left;
   flex-flow: wrap;
   width: auto;
   padding: 0;
   margin: 17px 0 0;
}
.iconos li {
   float: left;
   display: flex;
   list-style: none;
   font-size: 0.8em;
   font-weight: 600;
   margin: 0 5px 10px 5px;
}
.iconos li i {
   height: auto;
   margin-right: 4px;
   font-size: 25px;
}
.iconos li span {
   margin-top: 3px;
   cursor: context-menu;
}

.u-container-ver-mas {
   display: block;
   margin-top: 20px;
}
.u-container-ver-mas a {
   background-color: #3a4276;
   color: #fff;
   padding: 15px 30px;
   font-weight: 700;
   text-transform: uppercase;
   border-radius: 10px !important;
   position: relative;
   display: inline-block;
}
.u-container-ver-mas a:hover {
   color: #ffffff !important;
   background-color: #bb363a !important;
}

.u-section-1 .u-background-video {
   display: block;
}
.u-section-1 .u-background-image {
   display: none;
   filter: brightness(50%);
}
.u-section-1 .u-background-image img {
   position: relative;
   height: 100%;
}
/*-- VISOR --*/
.u-section-1 .header-slide {
   margin-bottom: 0;
}
.u-section-1 .visor {
   margin-top: 0;
   position: relative;
   height: 65vh;
   overflow: hidden;
   background-color: #3a4276;
   background-size: cover;
   background-position: center;
}
.u-section-1 .visor .overlay {
   background-color: rgb(58 66 118 / 50%);
   mix-blend-mode: multiply;
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
}
.u-section-1 .visor figcaption {
   position: absolute;
   width: 100%;
   height: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
   flex-flow: column;
}
.u-section-1 .visor figcaption img {
   width: 20vw;
   mix-blend-mode: unset;
}
.u-section-1 .visor figcaption h1 {
font-weight: 900;
font-size: 5vw;
color: #fff;
text-transform: uppercase;
}
.u-section-1 .visor figcaption h2 {
font-weight: 900;
font-size: 4vw;
color: #fff;
margin-top: 0;
text-transform: uppercase;
}
.u-section-1 .visor figcaption h3 {
font-weight: 600;
font-size: 1.5vw;
color: #fff;
text-transform: uppercase;
}
.u-section-1 .visor.small {
   height: 25vh;
}
.u-section-1 .visor.small .overlay {
   background-color: rgb(58 66 118 / 90%);
}
.u-section-1 .visor.small figcaption h1 {
   font-size: 5.5vh;
}

.u-section-2 {
   min-height: auto;
}
.u-section-2 .u-group-2, .u-section-2 .u-group-3, .u-section-2 .u-group-4, .u-section-2 .u-group-5 {
   width: auto;
   min-height: auto;
   height: auto;
   margin: 0 auto;
}
.u-section-2 .u-shape-1, .u-section-2 .u-shape-2, .u-section-2 .u-shape-3, .u-section-2 .u-shape-4 {
   margin: 0 auto;
}
.u-section-2 .u-icon-1, .u-section-2 .u-icon-2, .u-section-2 .u-icon-3, .u-section-2 .u-icon-4 {
   height: unset;
   width: unset;
   margin: 0;
}
.u-section-2 .u-repeater-1 {
   min-height: auto;
}
.u-section-2 .u-icon-1 {
   padding: 20px;
}
.u-section-2 .u-icon-2 {
   padding: 15px;
}
.u-section-2 .u-icon-3 {
   padding: 20px;
}
.u-section-2 .u-icon-4 {
   padding: 15px;
}
.u-section-2 .u-icon-novedades {
   padding: 15px;
}
.u-section-2 .u-icon-nosotros {
   padding: 10px;
}
.u-section-2 .u-btn-1 {
   margin: 50px auto;
}

.u-section-3 {
   min-height: auto;
}
.u-section-3 .u-text-1 {
   font-size: 2rem;
}
.u-section-3 .u-text-3 {
   font-weight: normal;
   font-size: 1.4rem;
   width: 846px;
   margin: 10px auto;
}
.u-section-3 .u-image-1 {
   min-height: 475px;
}
.u-section-3 .u-image-1 .veno-img {
   position: absolute;
   width: 100%;
   height: 100%;
}

.u-section-6 .u-sheet-1 {
   min-height: auto;
}
.u-section-6 .u-video-1 {
   margin: 90px auto;
}

.u-section-7 .u-sheet-1 {
   min-height: auto;
}
.u-section-7 .u-layout-cell-1 {
   min-height: auto;
}
.u-section-7 .u-container-layout-1 {
   padding: 0;
}
.u-section-7 .u-repeater-1 {
   min-height: 110px;
   grid-template-columns: none;
   grid-auto-columns: calc(33.3333% - 0px);
   grid-gap: 0;
}
.u-section-7 .u-video img {
   display: block;
   width: 100%;
}
.u-section-7 .u-container-layout-1 h4.u-text-1 {
   font-size: 1.5rem;
}
.u-section-7 .u-gallery-nav, .u-section-7 .u-carousel-control {
   height: 50px;
   width: 50px;
}

.u-section-detalle-7 .u-video a:before {
   content: "";
   background-color: #00000052;
   position: absolute;
   height: 100%;
   width: 100%;
   top: 0;
}
.u-section-detalle-7 .u-video a:after {
   font-family: "Font Awesome 6 Brands";
   content: "\f167";
   font-weight: 400;
   color: #fff;
   width: 100%;
   height: 100%;
   top: 0;
   position: absolute;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 3.5rem;
}

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

.u-section-16 .u-layout-wrap-1 {
   margin: 90px 0 90px;
}

.u-section-17 .u-image-1 {
   width: 100%;
   object-position: 0 60%;
}
.u-section-17 .text-4 {
   margin-top: 5px;
}
.u-section-17 .u-breadcrumbs-categoria a {
   text-transform: uppercase;
   color: #888 !important;
   font-size: 0.85rem;
}
.u-section-17 .u-container-layout .u-description {
   position: relative;
   min-height: 30px;
}
.u-section-17 .u-description .u-text-hidden-6 {
   min-height: 37px;
}
.u-section-17 .u-description .u-description-footer {
   position: relative;
   display: flex;
   justify-content: space-between;
   align-content: end;
   margin-top: 5px;
}
.u-section-17 .u-description .u-btn-2 {
   display: block;
   position: relative;
   margin: 0;
}
.u-section-17 .u-promocion {
   display: block;
   position: relative;
}
.u-section-17 .u-promocion p {
   margin-top: 0;
   margin-right: 0;
   line-height: 1;
}
.u-section-17 .u-promocion h4 {
   margin-top: 0;
}

.u-section-18 .btn-consulta-wpp {
   background-color: #3a4276;
   color: #c5c9e9;
   padding: 10px;
   position: relative;
   font-size: 17px;
   display: block;
   text-transform: uppercase;
   margin-top: 20px;
   border-radius: 10px;
}
.u-section-18 .btn-consulta-wpp:hover {
   color: #fff;
}

.u-section-20 span {
   padding: 0;
}
.u-section-20 span img {
   width: 100%;
   padding: 0;
}
.u-section-20 .u-text-2, .u-section-20 .u-text-4, .u-section-20 .u-text-6, .u-section-20 .u-text-8 {
   text-transform: none;
}

.u-section-22 .u-metadata-fecha {
   font-size: 0.875rem;
   margin: 15px 0 0 0;
   text-transform: lowercase;
}
.u-section-22 .u-text-3 {
   margin: 0px 0 0;
}
.u-section-22 .u-metadata-categorias {
   font-size: 1rem;
   margin: 10px 0 0 0;
   text-transform: uppercase;
}

.u-section-23 .u-metadata-fecha {
   font-size: 1rem;
   margin: 5px 0 10px 0;
   text-transform: lowercase;
}
.u-section-23 .u-metadata-palabras-clave {
   font-size: 0.875rem;
   margin: 0 0 0 0;
   text-transform: unset;
}

.u-section-24 .u-metadata-categorias {
   font-size: 1rem;
   text-transform: uppercase;
}

.u-section-25 .u-container-layout-1 {
   padding-left: 0;
}
.u-section-25 .u-metadata-categorias {
   font-size: 1rem;
   margin: 10px 0 0 0;
   text-transform: uppercase;
}

.u-section-26 .u-sheet-1 {
   min-height: auto;
}
.u-section-26 .u-text-3 p {
   margin-top: 0;
}

.u-section-27 .u-image-1 {
   filter: none;
}

.u-footer .u-footer-general {
   display: flex;
   padding-top: 5em;
   padding-bottom: 3em;
   padding-left: 10%;
   padding-right: 10%;
   font-size: 0.9em;
}
.u-footer .u-footer-general .u-footer-contain-1 {
   width: 25%;
   text-align: left;
}
.u-footer .u-footer-general .u-footer-contain-2 {
   width: 75%;
   text-align: left;
   margin-left: 200px;
}
.u-footer .u-footer-general .u-footer-contain-sucursales {
   margin-bottom: 3em;
}
.u-footer .u-footer-general .u-footer-contain-sucursales .clearfix::after {
   clear: both;
   display: table;
   content: " ";
}
.u-footer .u-footer-general .u-footer-contain .bb1 {
   border-bottom: solid 1px #cccccc50;
}
.u-footer .u-footer-general .u-footer-contain .titulo {
   padding: 0 0 15px;
   line-height: 1.5;
   font-size: 1.2em;
   font-weight: 600;
   text-transform: uppercase;
   list-style-type: none !important;
   margin-left: 0 !important;
   margin-bottom: 0;
}
.u-footer .u-footer-general .u-footer-contain .color-blanco {
   color: #fff;
}
.u-footer .u-footer-general .u-footer-contain ul.ul-sucursal li.subtitulo {
   color: #7eb8ea !important;
   font-weight: 600;
   line-height: 2.8em;
   text-transform: uppercase;
}
.u-footer .u-footer-general .u-footer-contain ul {
   list-style: none;
   margin-top: 20px;
   margin-bottom: 3em;
   padding-left: 0;
   padding-bottom: 2em;
}
.u-footer .u-footer-general .u-footer-contain ul li {
   list-style-type: circle;
   margin-left: 20px;
   padding: 0 0 8px;
}
.u-footer .u-footer-general .u-footer-contain ul.ul-sucursal {
   margin: 0 0 2em 0;
   padding: 0 30px 0 0;
}
.u-footer .u-footer-general .u-footer-contain ul.ul-sucursal li {
   list-style-type: none;
   color: #969cc4 !important;
   font-weight: 400;
   text-transform: capitalize;
   margin-left: 0;
}
.u-footer .u-footer-general .u-footer-contain ul.ul-sucursal li i {
   width: 25px;
   float: left;
   font-size: 0.9em;
}
.u-footer .u-footer-general .u-footer-contain ul.ul-sucursal li span {
   display: table;
   font-size: 0.9em;
   line-height: 1.4em;
}
.u-footer .u-footer-general .u-footer-contain ul.ul-sociales {
   margin: 0;
   padding: 0;
}
.u-footer .u-footer-general .u-footer-contain ul.ul-sociales li {
   display: inline-block;
   font-size: 11px;
   margin-right: 10px;
   margin-left: 0;
   list-style-type: none;
}
.u-footer .u-footer-general .u-footer-contain ul.ul-sociales a:hover {
   color: #7eb8ea !important;
}

@media (max-width: 1790px) {}
@media (max-width: 1550px) {}
@media (max-width: 1199px) {
   .u-section-3 .u-image-1 {
      min-height: 270px;
   }

   .u-section-6 .embed-responsive-1 {
      left: 0;
      top: 0;
   }
   
   .u-section-18 .u-sheet-1 {
      min-height: 680px;
   }
   .u-section-18 .u-layout-wrap-1 {
      margin-top: 55px;
      margin-bottom: 55px;
   }
   .u-section-18 .u-layout-cell-2 {
      min-height: 313px;
   }

   .u-section-19 .u-sheet-1 {
      min-height: auto;
   }
   .u-section-19 .u-text-1 {
      font-size: 2.8rem;
      margin-top: 30px;
      width: 670px;
   }
   .u-section-19 .u-layout-wrap-1 {
      margin-bottom: 30px;
   }
   .u-section-19 .u-image-1 {
      min-height: auto;
   }
   .u-section-19 .u-layout-cell-2 {
      min-height: auto;
   }

   .u-section-24 .u-text-1 {
      font-size: 3rem;
   }
   
   .u-footer .u-footer-general {
      padding-left: 5%;
      padding-right: 5%;
   }
}
@media (max-width: 991px) {
   .u-section-3 .u-text-1 {
      font-size: 1.5rem;
      margin-top: 50px;
   }
   .u-section-3 .u-layout-wrap-1 {
      width: 100%;
      margin-top: 50px;
   }
   .u-section-3 .u-image-1 {
      min-height: 415px;
   }

   .u-section-6 .embed-responsive-1 {
      left: 0;
      top: 0;
   }

   .u-section-7 .u-repeater-1 {
      grid-auto-columns: calc(50% - 0px);
   }
   .u-section-7 .u-gallery-nav, .u-section-7 .u-carousel-control {
      height: 45px;
      width: 45px;
      padding: 11px;
   }
   .u-section-7 .u-container-layout-1 h4.u-text-1 {
      font-size: 1.3rem;
   }
   
   .u-section-11 .u-text-1 {
      font-size: 2.5rem;
   }

   .u-section-18 .u-sheet-1 {
      min-height: auto;
      padding: 40px 0;
      max-height: 680px;
   }
   .u-section-18 .u-layout-wrap-1 {
      margin-top: 0;
      margin-bottom: 0;
   }
   .u-section-18 .u-text-1 {
      font-size: 2.3rem;
   }
   .u-section-18 .u-text-4 {
      font-size: 1.5rem;
      margin-top: 6px;
      color: #c5c9e9;
   }

   .u-section-24 {
      min-height: auto;
   }
   .u-section-24 .u-text-1 {
      font-size: 2.7rem;
   }

   .u-section-27 .u-layout-wrap-1 {
      margin-bottom: 80px;
   }
   .u-section-27 .u-image-2 {
      height: 130%;
   }

   .u-section-28 .u-layout-wrap-1 {
      margin-bottom: 80px;
   }
   .u-section-28 .u-image-2 {
      height: 130%;
   }

   .u-footer .u-footer-general {
      flex-direction: column;
   }
   .u-footer .u-footer-general .u-footer-contain-1, .u-footer .u-footer-general .u-footer-contain-2 {
      width: 100%;
      margin-left: 0;
   }
}
@media (max-width: 767px) {
   .u-section-1 .u-sheet-1 {
      display: none;
   }
   .u-section-1 .u-background-video {
      display: none;
   }
   .u-section-1 .u-background-image {
      display: block;
   }

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

   .u-section-7 .u-repeater-1 {
      grid-auto-columns: calc(100% - 0px);
   }
   .u-section-7 .u-gallery-nav, .u-section-7 .u-carousel-control {
      min-width: auto !important;
   }
   .u-section-7 .u-layout-cell-1 {
      padding: 0 10px;
   }

   .u-section-19 .u-text-1 {
      font-size: 2.5rem;
      width: auto;
   }
   .u-section-19 .u-container-layout-2 {
      padding-top: 0;
   }
   .u-section-19 .u-accordion-pane-1 {
      min-height: auto;
   }

   .u-section-20 .u-sheet-1 {
      min-height: auto;
   }
   .u-section-20 .u-layout-wrap-1 {
      margin-bottom: 50px;
   }
   .u-section-20 .span-whatsapp span i {
      font-size: 32px;
      padding: 6px 10px 10px 10px;
   }

   .u-section-27 .u-image-2 {
      height: 130%;
   }
   .u-section-28 .u-image-2 {
      height: 130%;
   }
}
@media (max-width: 575px) {
   .u-section-1 .u-sheet-1 {
      display: none;
   }
   
   .u-section-6 .embed-responsive-1 {
      width: 100%;
      height: 100%;
   }

   .u-section-11 .u-text-1 {
      font-size: 1.7rem;
    }
   .u-section-11 .u-text-2 {
      font-size: 1.3rem;
   }

   .u-section-15 .u-text-1 {
      margin-top: -175px;
   }
   
   .u-section-19 .u-text-1 {
      font-size: 2.32rem;
   }
   
   .u-section-20 .u-layout-wrap-1 {
      margin-bottom: 0;
   }

   .u-section-22 .u-metadata-fecha {
      margin: 5px 0 2px 0;
   }
   .u-section-22 .u-text-3 {
      font-size: 1.2rem;
      line-height: 1;
   }
   .u-section-22 .u-metadata-categorias {
      font-size: 0.9rem;
      margin: 6px 0 0 0;
   }

   .u-section-24 .u-text-1 {
      font-size: 1.9rem;
   }
}