*, h1, h2, h3, h4, h5, h6, blockquote {
  font-family: 'Poppins', sans-serif;
}

#header-1 .flexCols {
  display: flex;
  align-items: center;
}
#header-1 .view-more {
  background: rgba(245, 67, 55, 0.6);
  color: #ffffff;
  border: 1px solid rgba(19, 197, 221, 0.6);
  font-size: 14px;
  text-align: center;
  border-radius: 10px;
  font-weight: 600;
  padding: 8px 15px;
  letter-spacing: normal;
  text-transform: none;
  transition: 0.5s ease-in-out;
  text-decoration: none;
}
.view-more:hover {
  background: transparent;
  border: 1px solid rgba(245, 67, 55, 0.6);
  color: #f54337;
  text-decoration: none;
}
.btn-dist {
  background: rgba(19, 197, 221, 0.6);
  color: #ffffff;
  border: 1px solid rgba(19, 197, 221, 0.6);
  font-size: 14px;
  text-align: center;
  border-radius: 10px;
  font-weight: 600;
  padding: 8px 15px;
  letter-spacing: normal;
  text-transform: none;
  transition: 0.5s ease-in-out;
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
  min-width: 180px;
  flex-shrink: 0;
}
.btn-dist:hover {
  background: transparent;
  border: 1px solid rgba(19, 197, 221, 0.6);
  color: #13c5dd;
  text-decoration: none;
}



#header-1 .social-btn-top1 {
  justify-content: flex-end;
}
#header-1 .social-btn-top1 .language {
  list-style: none;
  margin-bottom: 0;
}
#header-1 .social-btn-top1 .language li {
  width: 40px;
  height: 40px;
  background: #02397c;
  border: 1px solid #02397c;
  border-radius: 50%;
  position: relative;
  transition: 0.5s ease-in-out;
}
#header-1 .social-btn-top1 .language li:hover {
  background: transparent;
}
#header-1 .social-btn-top1 .language li:hover a {
  color: #bf9966;
}
#header-1 .social-btn-top1 .language li a {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#header-1 .menu-nav-1 {
  position: relative;
}
#header-1 .menu-nav-1 ul {
  background: #13c5dd;
}
#header-1 .menu-nav-1 ul li a {
  color: #ffffff;
  text-transform: none;
}
#header-1 .menu-nav-1 ul li a:before {
  background: #ffffff;
}
#header-1 .logo-1 img {
  width: 190px;
  height: auto;
}
#header-1.nav-fixed-top {
  border-bottom: 2px solid #02397c;
  background: #ffffff;
}
#header-1.nav-fixed-top .logo-1 img {
  padding: 10px 0;
}
#header-1.nav-fixed-top .menu-nav li a {
  color: #01579b;
}
#header-1.nav-fixed-top .menu-nav li.menu-item-has-children li a {
  color: #ffffff;
}
#header-1.nav-fixed-top .view-more {
  text-transform: none;
  transition: 0.5s ease-in-out;
}
#header-1.nav-fixed-top .view-more:hover {
  background: transparent;
 border: 1px solid rgba(245, 67, 55, 0.6);
  color: #f54337;
}
#header-1.nav-fixed-top .icon-bar, #header-1.nav-fixed-top .icon-bar::after, #header-1.nav-fixed-top .icon-bar::before {
  background: #02397c;
}
#header-1.headerHolder5.nav-fixed-top {
  background: #ffffff;
}

.menu-nav li a {
  color: #ffffff;
  text-transform: none;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.menu-nav li a:hover,
.menu-nav > li:hover > a,
.menu-nav > li.current-menu-item > a {
  color: #13c5dd;
  text-decoration: none;
}

#homeBanner .slider-img:before {
  background: none;
}
#homeBanner .slide-1 {
  background: url("../archivos/Aqualife+Mexico+las+mejores+soluciones+en+tratamiento+de+agua-1920w.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#homeBanner .home-slider {
  cursor: default;
}
#homeBanner .slider-caption {
  max-width: 1200px;
  width: 100%;
  padding: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #homeBanner .slider-caption {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
  }
}
#homeBanner .slider-caption .smallText {
  font-size: 23px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  #homeBanner .slider-caption .smallText {
    font-size: 16px;
  }
}
#homeBanner .slider-caption .titleSlide {
  color: #ffffff;
  margin-bottom: 22px;
  line-height: 50px;
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #homeBanner .slider-caption .titleSlide {
    font-size: 25px;
    line-height: 35px;
  }
}
#homeBanner .view-more {
  background: rgba(245, 67, 55, 0.6);
  color: #ffffff;
  border: 1px solid rgba(19, 197, 221, 0.6);
  font-size: 16px;
  border-radius: 10px;
  font-weight: 600;
  padding: 8px 15px;
  letter-spacing: normal;
  text-transform: none;
  transition: 0.5s ease-in-out;
}
#homeBanner .view-more:hover {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(245, 67, 55, 0.6);
}

#intro {
  position: relative;
  z-index: 9;
  margin-top: -150px;
}
#intro .boxed, #intro .box3, #intro .box2, #intro .box1 {
  padding: 30px;
  min-height: 400px;
}
#intro .boxed .iconImg, #intro .box3 .iconImg, #intro .box2 .iconImg, #intro .box1 .iconImg {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
#intro .boxed .iconImg .icon, #intro .box3 .iconImg .icon, #intro .box2 .iconImg .icon, #intro .box1 .iconImg .icon {
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 2;
}
#intro .boxed .iconImg .bckgd, #intro .box3 .iconImg .bckgd, #intro .box2 .iconImg .bckgd, #intro .box1 .iconImg .bckgd {
  width: 80px;
  height: 80px;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-30%);
  z-index: 1;
}
#intro .box1 {
  background: #02397c;
  border-bottom: 5px solid #f54337;
}
#intro .box1 .title {
  color: #13c5dd;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  font-size: 20px;
}
#intro .box1 .text {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}
#intro .box2 {
  background:#e1f5fe;
  border-bottom: 5px solid #f54337;
}
#intro .box2 .title {
  color: #13c5dd;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  font-size: 20px;
}
#intro .box2 .text {
  font-size: 16px;
  color: #01579b;
  text-align: center;
}
#intro .box3 {
  background: #02397c;
  border-bottom: 5px solid #f54337;
}
#intro .box3 .title {
  color: #13c5dd;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  font-size: 20px;
}
#intro .box3 .text {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}

#solucionesHome {
  background: url("../archivos/013B87+a+255+de+fondo_2-1920w.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
  position: relative;
}
#solucionesHome::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background-image: none;
}
#solucionesHome .home-title {
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  color: #ffffff;
}
#solucionesHome .contIcon {
 /* border: 3px solid #13c5dd;*/
  border-radius: 5px;
  padding: 5px;
  position: relative;
  width: 110px;
  height: 110px;
  margin: 0 auto 30px;
}
#solucionesHome .contIcon a {
  transition: 0.5s ease-in-out;
}
#solucionesHome .contIcon a:hover img {
  transform: translate(-50%, -50%) scale(1.07);
}
#solucionesHome .contIcon img {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s ease-in-out;
}
#solucionesHome .contIcon::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: transparent;
  border-radius: 50%;
}
#solucionesHome .contText .text {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-align: center;
  color: #fff;
  font-size: 19px;
  line-height: normal;
}
#solucionesHome .mb {
  margin-bottom: 40px;
}

#productsHome .smalltitle {
  color: #29b6f6;
  letter-spacing: normal;
  margin-bottom: 5px;
}
#productsHome .smalltitle:before, #productsHome .smalltitle:after {
  display: none;
}
#productsHome .home-title {
  color: #01579b;
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 768px) {
  #productsHome .home-title {
    font-size: 25px;
    line-height: 35px;
  }
}
#productsHome .home-title:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 1px;
  background: #f54337;
}
#productsHome .contProducts .box {
  position: relative;
  padding: 0;
}
#productsHome .contProducts a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
#productsHome .contProducts a:after {
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;
  opacity: 0;
  transform: rotate(30deg);
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%);
}
#productsHome .contProducts a:hover:after {
  opacity: 1;
  top: -30%;
  left: -30%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}
#productsHome .contProducts img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#productsHome .contProducts .contText {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
#productsHome .contProducts .contText .title {
  color: #ffffff;
  text-align: center;
  font-size: 23px;
}
#productsHome .contProducts .contText .text {
  color: #ffffff;
  text-align: center;
}

#certificaciones {
  padding: 50px 0;
  background: #eff7ff;
}
#certificaciones .home-title {
  color: #01579b;
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 768px) {
  #certificaciones .home-title {
    font-size: 25px;
    line-height: 35px;
  }
}
#certificaciones .flexRow {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #certificaciones .flexRow {
    justify-content: center;
  }
}
#certificaciones .flexRow .contIcon {
  margin-bottom: 30px;
}
#certificaciones .flexRow .contIcon:last-child {
  margin-bottom: 0;
}

#callToActionHome {
  background: url("../archivos/call-to-action-full-1920w.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding: 120px 0;
}
#callToActionHome:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
 /* opacity: 0.7;*/
}

.ws-home{
  white-space: pre-line;
}


#callToActionHome .smalltitle {
  color: #13c5dd;
  letter-spacing: normal;
  margin-bottom: 5px;
  text-transform: none;

}
#callToActionHome .smalltitle:before, #callToActionHome .smalltitle:after {
  display: none;
}
#callToActionHome .home-title {
  font-size: 40px;
  font-family: 'Poppins', sans-serif;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #callToActionHome .home-title {
    font-size: 25px;
    line-height: 35px;
  }
}
#callToActionHome .text {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 25px;
}
#callToActionHome .view-more {
  background: rgba(245, 67, 55);
  color: #ffffff;
  border: 1px solid rgba(19, 197, 221, 0.6);
  font-size: 16px;
  border-radius: 10px;
  font-weight: 600;
  padding: 8px 15px;
  letter-spacing: normal;
  text-transform: none;
  transition: 0.5s ease-in-out;
}
#callToActionHome .view-more:hover {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(245, 67, 55, 0.6);
}

#clientes {
  padding: 70px 0 40px;
}
#clientes .smalltitle {
  color: #29b6f6;
  letter-spacing: normal;
  margin-bottom: 5px;
}
#clientes .smalltitle:before, #clientes .smalltitle:after {
  display: none;
}
#clientes .home-title {
  color: #01579b;
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 768px) {
  #clientes .home-title {
    font-size: 25px;
    line-height: 35px;
  }
}
#clientes .home-title:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 1px;
  background: #f54337;
}
#clientes .flexRow {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #clientes .flexRow {
    justify-content: center;
  }
}
#clientes .flexRow .contIcon {
  flex: 0 0 20%;
  width: 20%;
  max-width: 20%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #clientes .flexRow .contIcon {
    flex: 0 0 33%;
    width: 33%;
    max-width: 33%;
    padding: 0 15px;
  }
}

#beneficios {
  background: url("../archivos/background+porque+elegirnos+Aqualife+Mexico-1920w.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  padding: 70px 0 50px;
}
#beneficios::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background-color: #1d2a4d;
}
#beneficios .home-title {
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 768px) {
  #beneficios .home-title {
    font-size: 25px;
    line-height: 35px;
  }
}
#beneficios .home-title:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 1px;
  background: #f54337;
}
#beneficios .box {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
#beneficios .box .iconImg {
  position: relative;
  text-align: center;
}
#beneficios .box .iconImg .icon {
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 2;
}
#beneficios .box .iconImg .bckgd {
  width: 80px;
  height: 80px;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-30%);
  z-index: 1;
}
#beneficios .box .contText p {
  color: #ffffff;
  margin-bottom: 0;
  margin-left: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 19px;
}

#testimonios {
  padding: 70px 0 0;
}
#testimonios .smalltitle {
  color: #29b6f6;
  letter-spacing: normal;
  margin-bottom: 5px;
}
#testimonios .smalltitle:before, #testimonios .smalltitle:after {
  display: none;
}
#testimonios .home-title {
  color: #01579b;
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 768px) {
  #testimonios .home-title {
    font-size: 25px;
    line-height: 35px;
  }
}
#testimonios .home-title:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 1px;
  background: #f54337;
}
#testimonios .bckgd {
  background: url("../archivos/background+testimoniales6-1920w.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}
#testimonios .testimonial-slider {
  position: absolute;
  top: 70px;
}
@media screen and (max-width: 768px) {
  #testimonios .testimonial-slider {
    top: 0;
    position: relative;
  }
}
#testimonios .testimonial-slider .owl-dots {
  display: none;
}
#testimonios .box {
  background: #015b9f;
    background-image: url(../archivos/testimonio.bg.svg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    /* padding: 70px 0; */
    position: relative;
  padding: 90px 50px 60px;
  text-align: center;
  min-height: 400px;
  display: flex;
  align-items: center;
}
#testimonios .box .text {
  color: #ffffff;
  font-size: 18px;
  position: relative;
}
#testimonios .box .text:before {
  content: url(../archivos/quote.png);
  position: absolute;
  top: -110px;
  left: -80px;
  scale: 0.3;
}
#testimonios .box .author {
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}
#testimonios .box .ocupation {
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}
#testimonios .box .company {
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}
#testimonios .box .contIcons {
  margin-top: 10px;
}
#testimonios .box .contIcons i {
  margin: 0 3px;
  font-size: 11px;
  color: #ffffff;
}
#testimonios .box.color {
 background: #11c7da;
    background-image: url(../archivos/testimonio.bg.svg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    /* padding: 70px 0; */
    position: relative;
}


#blog {
  padding: 150px 0 70px;
}
#blog .smalltitle {
  color:#29b6f6;
  letter-spacing: normal;
  margin-bottom: 5px;
}
#blog .smalltitle:before, #blog .smalltitle:after {
  display: none;
}
#blog .home-title {
  color: #01579b;
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 768px) {
  #blog .home-title {
    font-size: 25px;
    line-height: 35px;
  }
}
#blog .home-title:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 1px;
  background: #f54337;
}
#blog .boxCont {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  #blog .boxCont {
    margin-bottom: 40px;
  }
}
#blog .boxCont .boxImg {
  position: relative;
  overflow: hidden;
}
#blog .boxCont .boxImg img {
  width: 100%;
  height: auto;
  transition: 0.5s ease-in-out;
}
#blog .boxCont .boxText {
  padding: 20px 15px;
}
#blog .boxCont .boxText .titlePost {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 15px;
  min-height: 75px;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  #blog .boxCont .boxText .titlePost {
    min-height: auto;
  }
}
#blog .boxCont .boxText .titlePost a {
  color: #01579b;
  display: table;
}
#blog .boxCont .boxText .text {
  color: #01579b;
  margin-bottom: 0;
}
#blog .boxCont .boxText .link {
  color: #02397c;
  display: table;
  margin-top: 17px;
  font-weight: 600;
  position: relative;
}
#blog .boxCont .boxText .link:before {
  content: "";
  position: absolute;
  bottom: -5px;
  background: #13c5dd;
  height: 2px;
  width: 0;
  left: 0;
  transition: 0.5s ease-in-out;
}
#blog .boxCont .boxText .link:hover:before {
  width: 100%;
}
#blog .boxCont:hover .boxImg img {
  transform: scale(1.2);
  transition: 0.5s ease-in-out;
}

#contacto {
  
  padding: 70px 0;
}
#contacto.homeContact {
  padding: 0px;
}
@media screen and (max-width: 768px) {
  #contacto {
    background: #eff7ff;
  }
}
#contacto .smalltitle {
  color: #13c5dd;
  letter-spacing: normal;
  margin-bottom: 5px;
  padding: 0;
}
#contacto .smalltitle:before, #contacto .smalltitle:after {
  display: none;
}
#contacto .home-title {
  color: #01579b;
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contacto .home-title {
    font-size: 25px;
    line-height: 35px;
  }
}
#contacto .block .flexCont {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}
#contacto .block .boxIcon span {
 display: block;
    width: 60px;
    height: 60px;
  /*  background: #29b6f6;*/
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    margin-right: 25px;
    color: #ffffff;
    border: none;
}
#contacto .block .boxText .title {
  color: #2f9ad5;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 22px;
}
#contacto .block .boxText .text {
  color: #01579b;
  /*margin-left: -15%;*/
}
#contacto .contact-form .form-group {
  margin-bottom: 20px;
}
#contacto .contact-form .comm-field {
  background: transparent;
  border: 1px solid #01579b;
  margin-bottom: 0;
}
#contacto .contact-form .comm-field:focus {
  outline: none;
  box-shadow: none;
}
#contacto .contact-form .error {
  color: red;
}
#contacto .contact-form #submit-contact {
  background: rgba(245, 67, 55);
  color: #ffffff;
  border: 1px solid rgba(19, 197, 221, 0.6);
  font-size: 16px;
  border-radius: 10px;
  font-weight: 600;
  padding: 8px 15px;
  letter-spacing: normal;
  text-transform: none;
  transition: 0.5s ease-in-out;
}
#contacto .contact-form #submit-contact:hover {
  background: transparent;
  color: #01579b;
}

#footerCopy {
  margin-top: 0;
  background: #02397c;
  padding: 0;
}
#footerCopy .footer-top {
  background: url(../archivos/waves+footer-1920w.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0;
}
#footerCopy .footer-top .left .text {
  margin-top: 20px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  #footerCopy .footer-top .center {
    margin-top: 35px;
  }
}
#footerCopy .footer-top .center .infoBox {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
#footerCopy .footer-top .center .infoBox i {
  color: #13c5dd;
  margin-right: 10px;
}
#footerCopy .footer-top .center .infoBox a {
  color: #ffffff;
  display: block;
}
#footerCopy .footer-top .center .infoBox:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #footerCopy .footer-top .right {
    margin-top: 35px;
  }
}
#footerCopy .footer-top .right .title {
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
}
#footerCopy .footer-top .right .boxLogo {
  display: flex;
  margin-bottom: 25px;
}
#footerCopy .footer-top .right .boxLogo img {
  display: block;
  margin: 0 auto;
}
#footerCopy .footer-top .right .boxSocial {
  text-align: center;
}
#footerCopy .footer-top .right .boxSocial a {
  margin: 0 5px;
  color: #ffffff;
}
#footerCopy .separate {
  width: 100%;
  height: 100px;
  position: relative;
}
#footerCopy .separate:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #ffffff;
}
#footerCopy .copyright {
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 40px;
}
@media screen and (max-width: 768px) {
  #footerCopy .copyright {
    flex-direction: column;
  }
}
#footerCopy .copyright .footer-copy {
  flex: 0 0 auto;
}
#footerCopy .copyright .footer-copy .text {
  margin-bottom: 0;
  color: #ffffff;
  font-weight: 600;
  font-size: 13px;
}
#footerCopy .copyright .footer-copy .text a {
  color: #ffffff;
  text-decoration: none;
  border: none;
}

.social-networks {
  position: fixed;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .social-networks {
    display: none;
  }
}
.social-networks a {
  display: block;
  width: 30px;
  height: 30px;
  background: #02397c;
  color: #ffffff;
  margin-bottom: 5px;
  position: relative;
  border: 1px solid #02397c;
  transition: 0.5s ease-in-out;
}
.social-networks a:hover {
  background: transparent;
}
.social-networks a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#interiorBanner {
  margin-bottom: 0;
}
#interiorBanner .interior-slider {
  cursor: default;
}
#interiorBanner .slider-item-box-bkg {
  height: 100vh;
}
#interiorBanner .slide-nosotros {
  background: url("../archivos/nosotros/top+banner+nosotros3-2880w.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#interiorBanner .slide-dist {
  background: url("../archivos/distribuidores/distribuidores-aqualife.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#interiorBanner .slide-soluciones {
  background: url("../archivos/soluciones/Aqualife+Mexico+soluciones-1920w.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  #interiorBanner .slide-nosotros {
    background-position-x: 80%;
  }
}
/*#interiorBanner .slide-soluciones video {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}*/
#interiorBanner .slide-productos {
  background: url("../archivos/productos/our+products-2880w.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#interiorBanner .slide-contact {
  background: url("../archivos/contacto/contact+2+overlay+001831-2880w.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#interiorBanner .slider-caption {
  padding: 0 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #interiorBanner .slider-caption {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
  }
}
#interiorBanner .slider-caption .smallText {
  font-size: 23px;
  color: #ffffff;
  text-align: left;
  font-weight: 500;
  max-width: 75%;
}
@media screen and (max-width: 768px) {
  #interiorBanner .slider-caption .smallText {
    max-width: 100%;
  }
}
#interiorBanner .slider-caption .smalltitle {
  font-size: 23px;
  color: #29b6f6;
  text-align: left;
  font-weight: 500;
  width: 100%;
  font-size: 16px;
  letter-spacing: normal;
  margin-bottom: 0;
  padding: 0;
}
#interiorBanner .slider-caption .smalltitle:before {
  display: none;
}
#interiorBanner .slider-caption .smalltitle:after {
  display: none;
}
#interiorBanner .slider-caption .titleSlide {
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 22px;
  line-height: 50px;
  font-size: 40px;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #interiorBanner .slider-caption .titleSlide {
    font-size: 25px;
    line-height: 35px;
  }
}
#interiorBanner .slider-caption .breadcrumb {
  color: #ffffff;
  background: transparent;
  padding: 0;
  display: inline-flex;
}
#interiorBanner .slider-caption .breadcrumb a {
  color: #13c5dd;
  margin-left: 10px;
  margin-right: 5px;
  border-bottom: 1px solid #13c5dd !important;
}
#interiorBanner .slider-caption .breadcrumb a:first-child {
  margin-right: 5px;
  margin-left: 0;
}
#interiorBanner .slider-caption .breadcrumb a:last-child {
  text-decoration: none;
  border-bottom: 0;
  color: #ffffff;
}
#interiorBanner .slider-caption .breadcrumb span {
  letter-spacing: -5px;
  color: #13c5dd;
}

#interiorProducto {
  margin-bottom: 0;
}
#interiorProducto .interior-slider {
  cursor: default;
}
#interiorProducto .slider-item-box-bkg {
  height: 100vh;
}
#interiorProducto .slider-img:before {
  background: rgba(0, 0, 0, 0.3);
}
#interiorProducto .flexRow {
  display: flex;
  align-items: center;
}
#interiorProducto .slide-product-1 {
  background: url("../archivos/productos/top+background+producto+aqualife-2880w.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#interiorProducto .slider-caption {
  padding: 0 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #interiorProducto .slider-caption {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
  }
}
#interiorProducto .slider-caption .smallText {
  font-size: 23px;
  color: #ffffff;
  text-align: left;
  font-weight: 500;
  max-width: 75%;
}
@media screen and (max-width: 768px) {
  #interiorProducto .slider-caption .smallText {
    max-width: 100%;
  }
}
#interiorProducto .slider-caption .smalltitle {
  font-size: 23px;
  text-transform: none;
  color: #29b6f6;
  text-align: left;
  font-weight: 500;
  width: 100%;
  font-size: 16px;
  letter-spacing: normal;
  margin-bottom: 0;
  padding: 0;
}
#interiorProducto .slider-caption .smalltitle:before {
  display: none;
}
#interiorProducto .slider-caption .smalltitle:after {
  display: none;
}
#interiorProducto .slider-caption .titleSlide {
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 22px;
  line-height: 50px;
  font-size: 40px;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #interiorProducto .slider-caption .titleSlide {
    font-size: 25px;
    line-height: 35px;
  }
}
#interiorProducto .slider-caption .breadcrumb {
  color: #ffffff;
  background: transparent;
  padding: 0;
}
#interiorProducto .slider-caption .breadcrumb a {
  color: #13c5dd;
  margin-left: 10px;
  margin-right: 5px;
  border-bottom: 1px solid #13c5dd !important;
}
#interiorProducto .slider-caption .breadcrumb a:first-child {
  margin-right: 5px;
  margin-left: 0;
}
#interiorProducto .slider-caption .breadcrumb a:last-child {
  text-decoration: none;
  border-bottom: 0;
  color: #ffffff;
}
#interiorProducto .slider-caption .breadcrumb span {
  letter-spacing: -5px;
  color: #13c5dd;
}

#two-cols-second-page {
  padding: 70px 0;
}
#two-cols-second-page .flexRow {
  display: flex;
  align-items: center;
}
#two-cols-second-page .flexRow.mt {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  #two-cols-second-page .flexRow .order-sm-1 {
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  #two-cols-second-page .flexRow .order-sm-2 {
    order: 2;
  }
}
#two-cols-second-page .smalltitle {
  color: #29b6f6;
  letter-spacing: normal;
  margin-bottom: 5px;
  padding: 0;
}
#two-cols-second-page .smalltitle:before, #two-cols-second-page .smalltitle:after {
  display: none;
}
#two-cols-second-page .home-title {
  color: #01579b;
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 768px) {
  #two-cols-second-page .home-title {
    font-size: 25px;
    line-height: 35px;
  }
}
#two-cols-second-page .text {
  color: #01579b;
  text-align: justify;
  font-weight: 500;
}
#two-cols-second-page .content .quote {
  margin-top: 40px;
  background: #eff7ff;
  border-radius: 10px;
  text-align: center;
  padding: 25px 30px;
}
#two-cols-second-page .content .quote .titleQuote {
  color: #29b6f6;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: normal;
}
#two-cols-second-page .content .quote .textQuote {
  color: #01579b;
  font-weight: 500;
}
#two-cols-second-page .blockImg {
  position: relative;
  display: block;
  height: 600px;
}
@media screen and (max-width: 768px) {
  #two-cols-second-page .blockImg {
    height: auto;
    text-align: center;
  }
}
#two-cols-second-page .blockImg img {
  box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.5);
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1450px) {
  #two-cols-second-page .blockImg img {
    max-width: 500px;
  }
}
#two-cols-second-page .blockImg img:hover {
  scale: 1.1;
}
#two-cols-second-page .blockImg img:first-child {
  position: absolute;
  left: 40px;
  bottom: 0;
  border-radius: 10px;
}
@media screen and (max-width: 1450px) {
  #two-cols-second-page .blockImg img:first-child {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  #two-cols-second-page .blockImg img:first-child {
    position: relative;
    margin-top: 30px;
  }
}
#two-cols-second-page .blockImg img:last-child {
  position: absolute;
  right: 40px;
  top: 0;
  border-radius: 10px;
}
@media screen and (max-width: 1450px) {
  #two-cols-second-page .blockImg img:last-child {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  #two-cols-second-page .blockImg img:last-child {
    display: none;
  }
}
#two-cols-second-page .blockImg2 {
  position: relative;
  display: block;
  height: 600px;
}
@media screen and (max-width: 768px) {
  #two-cols-second-page .blockImg2 {
    height: auto;
    text-align: center;
  }
}
#two-cols-second-page .blockImg2 img {
  box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.5);
  transition: 0.5s ease-in-out;
}
#two-cols-second-page .blockImg2 img:hover {
  scale: 1.1;
}
#two-cols-second-page .blockImg2 img:first-child {
  position: absolute;
  left: 0px;
  bottom: 0;
  border-radius: 10px;
  max-width: 480px;
}
@media screen and (max-width: 1450px) {
  #two-cols-second-page .blockImg2 img:first-child {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  #two-cols-second-page .blockImg2 img:first-child {
    position: relative;
    margin-top: 30px;
    max-width: 100%;
  }
}
#two-cols-second-page .blockImg2 img:last-child {
  position: absolute;
  right: 0px;
  bottom: 0;
  max-width: 500px;
  border-radius: 10px;
}
@media screen and (max-width: 1450px) {
  #two-cols-second-page .blockImg2 img:last-child {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  #two-cols-second-page .blockImg2 img:last-child {
    display: none;
  }
}
#two-cols-second-page .contentList .box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}
#two-cols-second-page .contentList .box .icon {
  max-width: 35px;
  height: auto;
  margin-right: 15px;
}
#two-cols-second-page .contentList .box .text {
  color: #01579b;
}
#two-cols-second-page .view-more {
  background: rgba(245, 67, 55);
  color: #ffffff;
  border: 1px solid rgba(19, 197, 221, 0.6);
  font-size: 16px;
  border-radius: 10px;
  font-weight: 600;
  padding: 8px 15px;
  letter-spacing: normal;
  text-transform: none;
  transition: 0.5s ease-in-out;
}
#two-cols-second-page .view-more:hover {
  background: transparent;
   border: 1px solid rgba(245, 67, 55, 0.6);
  color: #f54337;
}
#two-cols-second-page .view-more i {
  margin-right: 7px;
}

.bkg-dist-pleca-uno{
  background: url(../archivos/distribuidores/quimicos-para-albercas-background.webp) !important;
}

.bkg-dist-pleca-dos {
    background: url(../archivos/distribuidores/distribuidores-aqualife-mexico.webp)!important;
}


#callToActionTwoCols {
  background: url(../archivos/nosotros/background+Aqualife+Mexico+-2880w.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 70px 0;
  position: relative;
}
#callToActionTwoCols .flexRow {
  align-items: center;
}
#callToActionTwoCols:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 /* background-image: linear-gradient(180deg, rgb(1, 91, 159) 0%, rgb(2, 57, 124) 100%);
  opacity: 0.85;*/
}
#callToActionTwoCols .blockImg img {
  margin: 0 auto;
  display: block;
  width: 220px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  #callToActionTwoCols .blockImg img {
    width: 75px;
  }
}
#callToActionTwoCols .smalltitle {
  color: #29b6f6;
  letter-spacing: normal;
  margin-bottom: 5px;
  padding: 0;
}
#callToActionTwoCols .smalltitle:before, #callToActionTwoCols .smalltitle:after {
  display: none;
}
#callToActionTwoCols .home-title {
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 768px) {
  #callToActionTwoCols .home-title {
    font-size: 25px;
    line-height: 35px;
  }
}
#callToActionTwoCols .view-more {
  background: rgba(245, 67, 55);
  color: #ffffff;
  border: 1px solid rgba(19, 197, 221, 0.6);
  font-size: 16px;
  border-radius: 10px;
  font-weight: 600;
  padding: 8px 15px;
  letter-spacing: normal;
  text-transform: none;
  transition: 0.5s ease-in-out;
}
#callToActionTwoCols .view-more:hover {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(245, 67, 55, 0.6);
}

.section-3-cols {
  padding: 70px 0;
}
.section-3-cols .header {
  margin-bottom: 70px;
}
.section-3-cols .header .smalltitle {
  color: #29b6f6;
  letter-spacing: normal;
  margin-bottom: 5px;
  padding: 0;
}
.section-3-cols .header .smalltitle:before, .section-3-cols .header .smalltitle:after {
  display: none;
}
.section-3-cols .header .home-title {
  color: #01579b;
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-3-cols .header .home-title {
    font-size: 25px;
    line-height: 35px;
  }
}
.section-3-cols .header .home-title:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 1px;
  background: #f54337;
}
.section-3-cols .flexRow {
  display: flex;
  align-items: center;
}
.section-3-cols .box {
  margin-bottom: 40px;
}
.section-3-cols .box.left {
  text-align: left;
}
.section-3-cols .box.right {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .section-3-cols .box.right {
    text-align: left;
  }
}
.section-3-cols .box.center {
  padding: 0 25px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .section-3-cols .box.center {
    margin-bottom: 40px;
  }
}
.section-3-cols .box.center img {
  box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.5);
  border-radius: 15px;
}
.section-3-cols .box .icon {
  width: 60px;
  height: auto;
  margin: 0 0 20px auto;
 /* background: #29b6f6;*/
  border-radius: 50%;
  padding: 5px;
}
.section-3-cols .box .title {
  font-family: 'Poppins', sans-serif;
  color: #2c97d3;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: normal;
}
.section-3-cols .box .text {
  color: #01579b;
  margin-bottom: 0;
}

.block1Soluciones {
  padding: 70px 0;
}
.block1Soluciones .header {
  margin-bottom: 20px;
}
.block1Soluciones .header .smalltitle {
  color: #29b6f6;
  letter-spacing: normal;
  margin-bottom: 5px;
  padding: 0;
}
.block1Soluciones .header .smalltitle:before, .block1Soluciones .header .smalltitle:after {
  display: none;
}
.block1Soluciones .header .home-title {
  color: #01579b;
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .block1Soluciones .header .home-title {
    font-size: 25px;
    line-height: 35px;
  }
}
.block1Soluciones .content .text {
  color: #01579b;
}
.block1Soluciones .content .list {
  margin-top: 15px;
}
.block1Soluciones .content .list li {
  color: #01579b;
}
.block1Soluciones .flexRow {
  display: flex;
  align-items: center;
}
.block1Soluciones .productos {
  position: relative;
  margin-top: 40px;
}
.block1Soluciones .productos .title {
  color: #29b6f6;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  position: relative;
  margin-bottom: 30px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 25px;
}
.block1Soluciones .productos .title:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #f54337;
}
.block1Soluciones .productos .flexRowProducts {
  display: flex;
  flex-wrap: wrap;
}
.block1Soluciones .productos .flexRowProducts .bx {
  flex: 0 0 50%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .block1Soluciones .productos .flexRowProducts .bx {
    flex: 0 0 50%;
  }
}
.block1Soluciones .productos .flexRowProducts .bx:hover {
  text-decoration: none;
}
.block1Soluciones .productos .flexRowProducts .bx .icon {
  display: inline-flex;
  margin-right: 3px;
  width: 20px;
  background: #13c5dd;
  padding: 3px;
  border-radius: 5px;
}
.block1Soluciones .productos .flexRowProducts .bx p {
  display: inline-flex;
  color: #29b6f6;
  font-size: 15px;
}
.block1Soluciones .btnBox {
  margin-top: 25px;
  display: flex;
  justify-content: center;
}
.block1Soluciones .btnBox .view-more {
  background: rgba(245, 67, 55);
  color: #ffffff;
  border: 1px solid rgba(19, 197, 221, 0.6);
  font-size: 16px;
  border-radius: 10px;
  font-weight: 600;
  padding: 8px 15px;
  letter-spacing: normal;
  text-transform: none;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 768px) {
  .block1Soluciones .btnBox .view-more {
    font-size: 14px;
    padding: 8px 10px;
  }
}
.block1Soluciones .btnBox .view-more:hover {
  background: transparent;
  border: 1px solid rgba(245, 67, 55, 0.6);
  color: #f54337;
}
.block1Soluciones .btnBox .view-more i {
  margin-right: 10px;
}
.block1Soluciones .boxImg {
  position: relative;
}
.block1Soluciones .boxImg .image {
  position: relative;
  z-index: 2;
}
.block1Soluciones .boxImg .bckgd {
  position: absolute;
    right: -255px;
    top: -45px;
    width: 100%;
    height: 120%;
    z-index: 1;
}
@media screen and (max-width: 768px) {
  .block1Soluciones .boxImg .bckgd {
    right: 0;
  }
}

.block2Soluciones {
  padding: 70px 0;
 /* background-color: #02397c;*/
}
.block2Soluciones#AguaPotable {
  background-image: url("../archivos/soluciones/Potabilizacion+del+agua+Aqualife+Mexico-1920w.webp");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: left;
}
@media screen and (max-width: 768px) {
  .block2Soluciones#AguaPotable {
    background-image: none;
  }
}
.block2Soluciones#IndustriaAvicola {
  background-image: url("../archivos/soluciones/Aqualife+Mexico+soluciones+industria+avicola-1920w.webp");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: left;
}
@media screen and (max-width: 768px) {
  .block2Soluciones#IndustriaAvicola {
    background-image: none;
  }
}
.block2Soluciones#Acuicultura {
  background-image: url("../archivos/soluciones/Aqualife+Mexico+soluciones+para+la+acuicultura-1920w.jpg");
  background-size: 50%;
  background-position: left;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .block2Soluciones#Acuicultura {
    background-image: none;
  }
}
@media screen and (max-width: 768px) {
  .block2Soluciones .order-1-sm {
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  .block2Soluciones .order-2-sm {
    order: 2;
  }
}
.block2Soluciones .padd {
  padding: 30px 90px 30px 50px;
  background-color: #00579c;
}
@media screen and (max-width: 768px) {
  .block2Soluciones .padd {
    padding: 40px 15px;
  }
}
.block2Soluciones .header {
  margin-bottom: 20px;
}
.block2Soluciones .header .smalltitle {
  color: #29b6f6;
  letter-spacing: normal;
  margin-bottom: 5px;
  padding: 0;
}
.block2Soluciones .header .smalltitle:before, .block2Soluciones .header .smalltitle:after {
  display: none;
}
.block2Soluciones .header .home-title {
  color: white;
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .block2Soluciones .header .home-title {
    font-size: 25px;
    line-height: 35px;
  }
}
.block2Soluciones .content .text {
  color: #ffffff;
}
.block2Soluciones .content .list {
  margin-top: 15px;
}
.block2Soluciones .content .list li {
  color: #ffffff;
}
.block2Soluciones .flexRow {
  display: flex;
  align-items: center;
}
.block2Soluciones .productos {
  position: relative;
  margin-top: 40px;
}
.block2Soluciones .productos .title {
  color: #13c5dd;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  position: relative;
  margin-bottom: 30px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 25px;
}
.block2Soluciones .productos .title:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #13c5dd;
}
.block2Soluciones .productos .flexRowProducts {
  display: flex;
  flex-wrap: wrap;
}
.block2Soluciones .productos .flexRowProducts .bx {
  flex: 0 0 50%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .block2Soluciones .productos .flexRowProducts .bx {
    flex: 0 0 50%;
  }
}
.block2Soluciones .productos .flexRowProducts .bx .icon {
  display: inline-flex;
  margin-right: 2px;
  width: 20px;
  background: #13c5dd;
  padding: 3px;
  border-radius: 5px;
}
.block2Soluciones .productos .flexRowProducts .bx p {
  display: inline-flex;
  color: #ffffff;
  font-size: 14px;
}
.block2Soluciones .btnBox {
  margin-top: 25px;
  display: flex;
  justify-content: center;
}
.block2Soluciones .btnBox .view-more {
  background: rgba(245, 67, 55);
  color: #ffffff;
  border: 1px solid rgba(19, 197, 221, 0.6);
  font-size: 16px;
  border-radius: 10px;
  font-weight: 600;
  padding: 8px 15px;
  letter-spacing: normal;
  text-transform: none;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 768px) {
  .block2Soluciones .btnBox .view-more {
    font-size: 14px;
    padding: 8px 10px;
  }
}
.block2Soluciones .btnBox .view-more:hover {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(245, 67, 55, 0.6);
}
.block2Soluciones .btnBox .view-more i {
  margin-right: 10px;
}
.block2Soluciones .boxImg {
  position: relative;
}
.block2Soluciones .boxImg.d-none {
  display: none;
}
@media screen and (max-width: 768px) {
  .block2Soluciones .boxImg.show-mobile {
    display: block !important;
  }
}
.block2Soluciones .boxImg .image {
  position: relative;
  z-index: 2;
}
.block2Soluciones .boxImg .bckgd {
  position: absolute;
  right: -100px;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .block2Soluciones .boxImg .bckgd {
    right: 0;
  }
}

#productSection {
  background: #eff7ff;
  padding: 70px 0;
}
#productSection .box {
  position: relative;
}
#productSection .imgProduct {
  margin-bottom: 0;
  background: #ffffff;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
#productSection .imgProduct:after {
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;
  opacity: 0;
  transform: rotate(30deg);
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%);
}
#productSection .imgProduct:hover:after {
  opacity: 1;
  top: -30%;
  left: -30%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}
#productSection .imgProduct img {
  border-radius: 8px;
}
#productSection .contProduct {
  padding: 20px 10px;
  background: #ffffff;
  margin-bottom: 30px;
}
#productSection .contProduct .title {
  text-align: center;
  color: #02397c;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: normal;

}
@media screen and (max-width: 1367px) {
  #productSection .contProduct .title {
    font-size: 18px;
  }
}
#productSection .contProduct .text {
  color: #01579b;
  text-align: center;
  margin-bottom: 10px;
  font-size: 14px;
  min-height: 45px;
}
#productSection .contProduct .link {
  text-align: center;
}
#productSection .contProduct .link a {
  text-decoration: none;
  border-bottom: 0;
  color: #ffffff;
  border-radius: 10px;
  background: rgba(245, 67, 55);
  border: 1px solid #13c5dd;
  padding: 8px 20px;
  display: table;
  margin: 0 auto;
  transition: 0.5s ease-in-out;
}
#productSection .contProduct .link a:hover {
  background: transparent;
  color: #02397c;
}

#callToActionFull {
  padding: 100px 0;
  position: relative;
}
#callToActionFull:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
#callToActionFull.productosCall {
  background: url("../archivos/productos/Concentracion+de+cloro+disponible+superior+al+mercado-2880w.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#callToActionFull .title {
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #callToActionFull .title {
    font-size: 25px;
    line-height: 35px;
  }
}

#contactSection1 {
  padding: 70px 0;
}
#contactSection1 .smalltitle {
  color: #29b6f6;
  letter-spacing: normal;
  margin-bottom: 5px;
  padding: 0;
}
#contactSection1 .smalltitle:before, #contactSection1 .smalltitle:after {
  display: none;
}
#contactSection1 .home-title {
  color: #01579b;
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contactSection1 .home-title {
    font-size: 25px;
    line-height: 35px;
  }
}
#contactSection1 .home-title:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 1px;
  background: #f54337;
}
#contactSection1 .contFlex {
  display: flex;
  align-items: center;
}
#contactSection1 .box {
  border-radius: 15px;
  padding: 30px 10px;
  min-height: 330px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #contactSection1 .box {
    min-height: auto;
    margin-bottom: 30px;
    padding: 30px 15px;
  }
}
#contactSection1 .box.color1 {
  background: #253b80;
}
#contactSection1 .box.color2 {
  background: #015b9f;
}
#contactSection1 .box.color3 {
  background: #038dd6;
}
#contactSection1 .box .icon {
  text-align: center;
  font-size: 35px;
  margin-right: 20px;
  color: #ffffff;
  display: table;
  margin: 0 auto 25px;
}
#contactSection1 .box .title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
  font-size: 23px;
  font-weight: 700;
}
#contactSection1 .box .text {
  margin-bottom: 0px;
  text-align: center;
  color: #ffffff;
}
#contactSection1 .box .text.mb {
  margin-bottom: 20px;
}
#contactSection1 .box .link {
  color: #ffffff;
  text-decoration: none;
  border-bottom: none;
}
#contactSection1 .box .link.center {
  display: table;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #formProduct {
    display: none;
  }
}
#formProduct .contact-form {
  background: rgba(17, 199, 218, 0.6392156863);
  padding: 40px;
  text-align: left;
}
#formProduct .contact-form .title {
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 22px;
  text-align: center;
}
#formProduct .contact-form .comm-field {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #01579b;
  margin-bottom: 10px;
}
#formProduct .contact-form .comm-field:focus {
  outline: none;
  box-shadow: none;
}
#formProduct .contact-form label {
  margin-bottom: 5px;
}
#formProduct .contact-form #submit-contact {
  background: #02397c;
  color: #ffffff;
  border: 1px solid rgba(19, 197, 221, 0.6);
  font-size: 16px;
  border-radius: 10px;
  font-weight: 600;
  padding: 8px 15px;
  letter-spacing: normal;
  text-transform: none;
  transition: 0.5s ease-in-out;
}
#formProduct .contact-form #submit-contact:hover {
  background: transparent;
  color: #ffffff;
}

.introProducts {
  padding: 70px 0;
}
.introProducts .header .title {
  color: #01579b;
  padding-bottom: 30px;
  border-bottom: 1px solid #02397c;
  margin-bottom: 30px;
  font-size: 40px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
.introProducts .content .subtitle {
  color: #01579b;
  font-weight: 500;
  font-size: 23px;
  font-family: 'Poppins', sans-serif;
}
.introProducts .content .text {
  color: #01579b;
}
.introProducts .content .subtitleList {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #01579b;
  font-size: 23px;
  margin-bottom: 20px;
  margin-top: 25px;
}
.introProducts .content .list li {
  color: #01579b;
  margin-bottom: 8px;
}
.introProducts .content .tableProduct .headers {
  background-color: #1b75ba !important;
}
.introProducts .content .tableProduct .headers td {
  color: #ffffff;
  border: 1px solid rgb(11, 37, 56) !important;
  padding: 3px;
}
.introProducts .content .tableProduct tr {
  background-color: rgba(0, 0, 0, 0) !important;
  border: 1px solid #1b75ba;
}
.introProducts .content .tableProduct tr td {
  border: 1px solid #1b75ba;
  padding: 3px;
}
.introProducts .content .tableProduct tr.color {
  background-color: rgba(27, 117, 186, 0.05) !important;
}
.introProducts .content .contButton {
  display: flex;
  margin-top: 25px;
  justify-content: space-between;
}
.introProducts .content .contButton .view-more {
  background: rgba(245, 67, 55);
  color: #ffffff;
  border: 1px solid rgba(19, 197, 221, 0.6);
  font-size: 16px;
  border-radius: 10px;
  font-weight: 600;
  padding: 8px 15px;
  letter-spacing: normal;
  text-transform: none;
  transition: 0.5s ease-in-out;
}
.introProducts .content .contButton .view-more:hover {
  background: transparent;
border: 1px solid rgba(245, 67, 55, 0.6);
  color: #f54337;

}
@media screen and (max-width: 768px) {
  .introProducts .content .contButton .view-more {
    padding: 8px 10px;
  }
}
@media screen and (max-width: 768px) {
  .introProducts .content .contButton {
    flex-direction: column;
    text-align: center;
  }
}
.introProducts .boxImg {
  padding: 30px;
  width: 100%;
  border: 1px solid #13c5dd;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .introProducts .boxImg {
    margin-top: 30px;
  }
}
.introProducts .boxImg img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .introProducts .boxImg img {
    max-width: 200px;
  }
}
.introProducts .boxQuantity {
  padding: 20px;
  text-align: center;
  color: #02397c;
  border: 1px solid #13c5dd;
  margin-bottom: 20px;
}
.introProducts .listEnforcement .title {
  color: #01579b;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
}
.introProducts .listEnforcement ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-top: 15px;
}
.introProducts .listEnforcement ul li {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .introProducts .listEnforcement ul li {
    align-items: flex-start;
  }
}
.introProducts .listEnforcement ul li img {
  width: 20px;
  height: auto;
  margin-right: 3px;
}

.contactProduct {
  padding: 70px 0;
  background-color: #eff7ff;
}
.contactProduct .boxImg {
  background-image: url("../archivos/productos/background+Aqualife+garantizamos-2880w.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px;
  position: relative;
  z-index: 2;
  border-radius: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.contactProduct .boxImg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
  border-radius: 15px;
}
.contactProduct .boxImg .title {
  color: #ffffff;
  font-size: 23px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}
.contactProduct .boxImg .content {
  display: flex;
  align-items: center;
  max-width: 80%;
  min-width: 300px;
  margin: 0 auto 30px;
}
.contactProduct .boxImg .content .iconImg {
  position: relative;
  text-align: center;
}
.contactProduct .boxImg .content .iconImg .icon {
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 2;
}
.contactProduct .boxImg .content .iconImg .bckgd {
  width: 80px;
  height: 80px;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-30%);
  z-index: 1;
}
.contactProduct .boxImg .content .contText p {
  color: #ffffff;
  margin-bottom: 0;
  margin-left: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 19px;
}
.contactProduct .boxInfo {
  padding: 40px;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  text-align: center;
}
.contactProduct .boxInfo .smalltitle {
  color: #01579b;
  letter-spacing: normal;
  padding: 0;
  margin-bottom: 0;
}
.contactProduct .boxInfo .smalltitle:before, .contactProduct .boxInfo .smalltitle:after {
  display: none;
}
.contactProduct .boxInfo .title {
  color: #01579b;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
}
.contactProduct .boxInfo .link {
  color: #13c5dd;
  border: none;
  transition: 0.5s ease-in-out;
}
.contactProduct .boxInfo .link:hover {
  color: #02397c;
}
.contactProduct .boxInfo .view-more {
  background: rgba(245, 67, 55);
  color: #ffffff;
  border: 1px solid rgba(19, 197, 221, 0.6);
  font-size: 16px;
  border-radius: 10px;
  font-weight: 600;
  padding: 8px 15px;
  letter-spacing: normal;
  text-transform: none;
  transition: 0.5s ease-in-out;
}
.contactProduct .boxInfo .view-more:hover {
  background: transparent;
  border: 1px solid rgba(245, 67, 55, 0.6);
  color: #f54337;
}
.contactProduct .boxInfo .view-more i {
  margin-right: 10px;
}
.contactProduct .boxInfo .logo {
  border-radius: 50%;
  width: 50px;
  height: auto;
  display: table;
  margin: 25px auto 0;
}

#products-related {
  padding: 70px 0 0;
}
#products-related .smalltitle {
  color: #01579b;
  letter-spacing: normal;
  margin-bottom: 5px;
}
#products-related .smalltitle:before, #products-related .smalltitle:after {
  display: none;
}
#products-related .home-title {
  color: #01579b;
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 768px) {
  #products-related .home-title {
    font-size: 25px;
    line-height: 35px;
  }
}
#products-related .home-title:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 1px;
  background: #13c5dd;
}
#products-related .home-title span {
  color: #02397c;
}
#products-related .contProducts .box {
  position: relative;
  padding: 0;
}
#products-related .contProducts a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
#products-related .contProducts a:after {
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;
  opacity: 0;
  transform: rotate(30deg);
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%);
}
#products-related .contProducts a:hover:after {
  opacity: 1;
  top: -30%;
  left: -30%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}
#products-related .contProducts a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #02397c;
  opacity: 0.3;
}
#products-related .contProducts img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#products-related .contProducts .contText {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
#products-related .contProducts .contText .title {
  color: #ffffff;
  text-align: center;
  font-size: 23px;
}
#products-related .contProducts .contText .text {
  color: #ffffff;
  text-align: center;
}

#bckgdFooter {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  background-attachment: fixed;
}
#bckgdFooter.footerImg1 {
  background-image: url("../archivos/productos/aqualife70+aplicacion-2880w.webp");
}
#bckgdFooter.footerImg2 {
  background-image: url("../archivos/productos/aqualife65+aplicacion-2880w.webp");
}
#bckgdFooter.footerImg3 {
  background-image: url("../archivos/productos/aqualife90+aplicacion-2880w.webp");
}
#bckgdFooter.footerImg4 {
  background-image: url("../archivos/productos/aquashock+aplicacion-2880w.webp");
}
#bckgdFooter.footerImg5 {
  background-image: url("../archivos/productos/algiclean+aplicacion-2880w.webp");
}
#bckgdFooter.footerImg6 {
  background-image: url("../archivos/productos/clarity+aplicacion-2880w.webp");
}
#bckgdFooter.footerImg7 {
  background-image: url("../archivos/productos/aqua+ph-+aplicacion-f05d10dd-2880w.webp");
}
#bckgdFooter.footerImg8 {
  background-image: url("../archivos/productos/aqua+ph-+aplicacion-2880w.webp");
}
#bckgdFooter.footerImg9 {
  background-image: url("../archivos/productos/miracle+pool+aplicacion-2880w.webp");
}
#bckgdFooter.footerImg10 {
  background-image: url("../archivos/productos/banner+aquacid95+aqualife-2880w.jpg");
}
#bckgdFooter.footerImg11 {
  background-image: url("../archivos/productos/sosa+caustica+aplicacion-2880w.webp");
}

#contactForm .smalltitle {
  color: #01579b;
  letter-spacing: normal;
  padding: 0;
  margin-bottom: 0;
}
#contactForm .smalltitle:before, #contactForm .smalltitle:after {
  display: none;
}
#contactForm .home-title {
  color: #02397c;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  #contactForm .home-title {
    font-size: 25px;
    line-height: 35px;
  }
}
#contactForm.white-popup-block {
  background: #FFF;
  padding: 20px 30px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
}
#contactForm #submit-contact-header {
  color: #02397c;
  background: #bf9966;
  border: 1px solid rgba(19, 197, 221, 0.6);
  font-size: 16px;
  letter-spacing: normal;
  font-weight: 600;
  padding: 5px 25px;
  transition: 0.5s ease-in-out;
}
#contactForm #submit-contact-header:hover {
  background: transparent;
}

#interiorAviso {
  margin-bottom: 0;
  height: 50vh;
}
#interiorAviso .aviso-slider {
  cursor: default;
}
#interiorAviso .slider-item-box-bkg {
  height: 50vh;
}
#interiorAviso .slider-img:before {
  background: rgba(0, 0, 0, 0.3);
}
#interiorAviso .flexRow {
  display: flex;
  align-items: center;
}
#interiorAviso .slide-aviso {
  background: url("../archivos/aqualife-mexico-distribuidores-mayoristas-2880w.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#interiorAviso .slider-caption {
  padding: 0 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #interiorAviso .slider-caption {
    max-width: 100%;
    width: 100%;
  }
}
#interiorAviso .slider-caption .smallText {
  font-size: 23px;
  color: #ffffff;
  text-align: left;
  font-weight: 500;
  max-width: 75%;
}
#interiorAviso .slider-caption .smalltitle {
  font-size: 23px;
  text-transform: none;
  color: #29b6f6;
  text-align: left;
  font-weight: 500;
  width: 100%;
  font-size: 16px;
  letter-spacing: normal;
  margin-bottom: 0;
  padding: 0;
}
#interiorAviso .slider-caption .smalltitle:before {
  display: none;
}
#interiorAviso .slider-caption .smalltitle:after {
  display: none;
}
#interiorAviso .slider-caption .titleSlide {
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 22px;
  line-height: 50px;
  font-size: 40px;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #interiorAviso .slider-caption .titleSlide {
    font-size: 25px;
    line-height: 35px;
  }
}
#interiorAviso .slider-caption .breadcrumb {
  color: #ffffff;
  background: transparent;
  padding: 0;
}
#interiorAviso .slider-caption .breadcrumb a {
  color: #13c5dd;
  margin-left: 10px;
  margin-right: 5px;
  border-bottom: 1px solid #13c5dd !important;
}
#interiorAviso .slider-caption .breadcrumb a:first-child {
  margin-right: 5px;
  margin-left: 0;
}
#interiorAviso .slider-caption .breadcrumb a:last-child {
  text-decoration: none;
  border-bottom: 0;
  color: #ffffff;
}
#interiorAviso .slider-caption .breadcrumb span {
  letter-spacing: -5px;
  color: #13c5dd;
}

#AvisoPrivacidad {
  padding: 70px 0;
}
#AvisoPrivacidad .text {
  color: #01579b;
}/*# sourceMappingURL=custom.css.map */


#social-float-desk {
  position: fixed;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  z-index: 99;
}
@media screen and (max-width: 768px) {
  #social-float-desk {
    top: 70%;
    right: 5px;
  }
}
#social-float-desk a {
  display: block;
  margin: 15px 0;
}
#social-float-desk a img {
  width: 65px;
  height: auto;
}
@media screen and (max-width: 1600px) {
  #social-float-desk a img{
    width: 55px;
  }
}
@media screen and (max-width: 768px) {
  #social-float-desk a{
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #social-float-desk a.whats{
    display: block;
  }
  #social-float-desk a.tel{
    display: block;
  }
}

/* #social_mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #ffffff;
  border-top: 1px solid #1a1a1a;
  display: none;
}
@media screen and (max-width: 768px) {
  #social_mobile {
    display: flex;
  }
}
#social_mobile a {
  flex: 0 0 33.33%;
  color: #555555;
  border-right: 1px solid #1a1a1a;
  text-align: center;
  padding: 10px 0;
}
#social_mobile a:last-child {
  border-right: 0;
}
#social_mobile a i {
  color: #555555;
  font-size: 23px;
} */



.bkg-tratamiento-aguas{
    background: url(../archivos/soluciones/iconos-soluciones/tratamiento-de-aguas-residuales-big.svg);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    /*background-size: 550px;*/
}
.p-lef-0{
padding-left: 0px;
}


.w100{
  max-width: 100%;
}

.bkg-agua-potable{
    background: url(../archivos/soluciones/iconos-soluciones/agua-potable-big.svg);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 550px;
}

.bkg-irrigacion-desinfeccion{
    background: url(../archivos/soluciones/iconos-soluciones/irrigacion-y-desinfeccion-big.svg);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 550px;
}


.bkg-industria-avicola{
    background: url(../archivos/soluciones/iconos-soluciones/industria-avicola-big.svg);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
   /* background-size: 550px;*/
}

.bkg-limpieza-mantenimiento{
    background: url(../archivos/soluciones/iconos-soluciones/limpieza-mantenimiento-y-saneamiento-de-albercas-big.svg);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 550px;
}


.bkg-acuicultura{
    background: url(../archivos/soluciones/iconos-soluciones/acuicultura-big.svg);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 550px;
}


.form-contacto-info{
/*  background: #eff7ff;*/
    padding: 30px;
}
.form-contacto-info .block{
background: #eff7ff;
    padding: 30px;
}

.second-row-contact{
    /* border: 1px solid rgba(19, 197, 221, 0.6); */
    padding: 30px;
}

label {
    color: #01579b;
}

#contacto .contact-form {
    background: #ffffff;
    padding: 40px;
    /* border: 1px solid rgba(19, 197, 221, 0.6); */
    /* box-shadow: 0px 1px 0px 2px rgb(0 0 0 / 90%); */
    box-shadow: 0px 3px 10px 3px rgba(0,0,0,0.49);
    -webkit-box-shadow: 0px 3px 10px 3px rgba(0,0,0,0.49);
    -moz-box-shadow: 0px 3px 10px 3px rgba(0,0,0,0.49);
    border-radius: 5px;
}

.ws-home-eleginos{
  white-space: pre-line;
}


.contacto-home
{
  background: linear-gradient(to right, #eff7ff 70%, #ffffff 30%);
}
.bkg-contacto-home{
    background: url(../archivos/soluciones/iconos-soluciones/acuicultura-big.svg);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 550px;
}

.contacto-home .block .boxText .text {
    margin-left: 0% !important;
}


.ola-contacto
{
    background-image: url(../archivos/contacto/ola-contacto.svg);
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 150px 0 70px;
 
}

.icono-contacto{
  width: 60px;
}

.espacio-right-contacto{
  padding-right: 120px;
}



/* Widescreen Monitor */
@media only screen and (min-width: 1920px) {
#callToActionHome {
    padding: 190px 0;
}

.block1Soluciones .boxImg {
  right: -255px;
}

.block2Soluciones .padd {
    padding: 90px;
}

.bkg-acuicultura{
      padding-top: 180px !important;
    padding-bottom: 180px !important;
}
#two-cols-second-page .flexRow.mt {
    margin-top: 190px;
}




}



#spam{display:none;}
      
      .success {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.titulo-linea:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 1px;
    background: #f54337;
}


.slider-dist{
margin-top: 0px !important;
}

.f-100{
    font-weight:100 !important;
}

.titulo-main-dist{
    margin-bottom: 10px;
}

.bkg-azul{
    background-color:#e1f5fe;
}

.lista-nosotros li{
    color: #01579b;
    text-align: justify;
    font-weight: 500;
}

.lista-nosotros li::marker {
  color: red;
}
.titulo-dist-garantia{
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    position: relative;
}

.m-auto{
margin:auto;
}

.lista-box-dist li{
    font-size: 16px;
    color: #01579b;
}

.lista-box-dist li::marker {
  color: red;
}


.client-item .boxed {
    height:510px;
}

.bkg-blanco{
    padding: 0px !important;
    background: #ffffff !important;
}


.valor-marca{
    background: url(../archivos/distribuidores/hipoclorito-calcio.webp) !important;
    
}

.modal-content{
    background: rgba(17, 199, 218, 0.6392156863);
    padding: 0px 20px;
    text-align: left;
}

.form-control{
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #01579b;
    margin-bottom: 10px;
    color: #252525;
    width: 100%;
    padding: 16px;
}




.btn-enviar{
    background: #02397c;
    color: #ffffff;
    border: 1px solid rgba(19, 197, 221, 0.6);
    font-size: 16px;
    border-radius: 10px;
    font-weight: 600;
    padding: 8px 15px;
    letter-spacing: normal;
    text-transform: none;
    transition: 0.5s ease-in-out;
}

.btn-cerrar{
    background:rgba(245, 67, 55);
    color: #ffffff;
    border: 1px solid rgba(19, 197, 221, 0.6);
    font-size: 16px;
    border-radius: 10px;
    font-weight: 600;
    padding: 8px 15px;
    letter-spacing: normal;
    text-transform: none;
    transition: 0.5s ease-in-out;
}
.modal-title {
    color: white;
    font-size: 29px;
    padding-top: 30px;
}

.modal-header {
    padding: 1rem 0rem !important;
    text-align: center;
}



/* Mobile */
@media only screen and (max-width: 767px) {
    .puntos-valor .box.right {
    text-align: center !important;
}
 .puntos-valor .box.left {
    text-align: center !important;
}
    
    
}

/* Courses Aqua */
#courses-aqua{
  padding: 70px 0 30px;
}
#courses-aqua .col-video{
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease-out;
}
#courses-aqua .col-video.animate {
  opacity: 1;
  transform: translateY(0);
}
#courses-aqua .box-video{
  position: relative;
  border-radius: 50px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  overflow: hidden;
  cursor: pointer;
  transition: .5s ease-in-out;
}
#courses-aqua .box-video img{
  position: relative;
  transform: scale(1);
  transition: .5s ease-in-out;
}
#courses-aqua .box-video:hover img{
  transform: scale(1.2);
  filter: blur(5px);
}
#courses-aqua .box-video i{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  opacity: 0;
  transition: all .5s ease-in-out;
}
#courses-aqua .box-video:hover i{
  opacity: 1;
  color: #fff;
}
#courses-aqua .box-video i:hover{
  opacity: .8;
}

#courses-aqua h3{
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 600;
  color: #01579b;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}
#videoModalLabel.modal-title{
  color: #01579b;
  font-size: 30px;
  font-weight: 600;
  margin-top: 0;
  padding-top: 0;
}





