@charset "UTF-8";
@import "bootstrap.min.css";
/*Viewport---------------------------------------------------------*/
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/*300 light, 400 regular, 700 bold,*/
/*300 light, 400 regular,600 semi-bold, 700 bold*/
/*400 regular, bold 800 */
/*START Buttons------------------------------------------*/
a.btn-1, button.btn-1, span.btn-1 {
  font-family: "Barlow", sans-serif;
  background: transparent;
  border-radius: 0;
  border: 2px solid white;
  color: white;
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding: 15px 40px;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: 0.4s;
  letter-spacing: 3px;
}
a.btn-1:hover, a.btn-1:focus, a.btn-1:active, button.btn-1:hover, button.btn-1:focus, button.btn-1:active, span.btn-1:hover, span.btn-1:focus, span.btn-1:active {
  transition: 0.4s;
  background: white;
  color: black;
}
a.btn-2, button.btn-2, span.btn-2 {
  font-family: "Barlow", sans-serif;
  background: none;
  color: black !important;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  padding: 10px 40px;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-decoration: none !important;
  transition: 0.4s;
  position: relative;
}
a.btn-2::before, button.btn-2::before, span.btn-2::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 12px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  margin: auto 0;
  transition: 0.4s;
}
a.btn-2:hover, a.btn-2:focus, a.btn-2:active, button.btn-2:hover, button.btn-2:focus, button.btn-2:active, span.btn-2:hover, span.btn-2:focus, span.btn-2:active {
  transition: 0.4s;
}
a.btn-2:hover::before, a.btn-2:focus::before, a.btn-2:active::before, button.btn-2:hover::before, button.btn-2:focus::before, button.btn-2:active::before, span.btn-2:hover::before, span.btn-2:focus::before, span.btn-2:active::before {
  transition: 0.4s;
  left: 15px;
}
a.btn-3, button.btn-3, span.btn-3 {
  font-family: "Poppins", sans-serif;
  background: transparent;
  border-radius: 30px;
  border: 1px solid #fff;
  color: #fff !important;
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  padding: 10px 40px;
  text-transform: capitalize;
  letter-spacing: -0.3px;
  text-decoration: none !important;
  transition: 0.4s;
}
a.btn-3:hover, a.btn-3:focus, a.btn-3:active, button.btn-3:hover, button.btn-3:focus, button.btn-3:active, span.btn-3:hover, span.btn-3:focus, span.btn-3:active {
  transition: 0.4s;
  background: #001a6f;
  border: 1px solid #001a6f;
  text-decoration: none;
}

@media only screen and (max-width: 480px) {
  a.btn-1, a.btn-2, a.btn-3, button.btn-1, button.btn-2, button.btn-3, span.btn-1, span.btn-2, span.btn-3 {
    padding: 10px 20px !important;
  }
  a.btn-2::before, button.btn-2::before, span.btn-2::before {
    left: 0;
  }
  a.btn-2:hover::before, a.btn-2:focus::before, a.btn-2:active::before, button.btn-2:hover::before, button.btn-2:focus::before, button.btn-2:active::before, span.btn-2:hover::before, span.btn-2:focus::before, span.btn-2:active::before {
    left: 5px;
  }
}
/*END Buttons-------------------------------------*/
/* START header-------------*/
header.header {
  font-family: "Poppins", sans-serif;
  position: absolute;
  width: 100%;
  z-index: 150;
  overflow: hidden;
}

.home header.header .header-navigation .container-fluid .menu-top .d-flex {
  justify-content: flex-end !important;
}
.home header.header .header-navigation .container-fluid .menu-top .d-flex .logo-box {
  display: none;
}

/*END header-------------------------------------*/
/*START Main Navigation------------------------------------------*/
.menu-top {
  padding-top: 30px;
}
.menu-top .logo-box {
  margin-left: 30px;
  padding-top: 10px;
}
.menu-top .logo-box img.logo {
  display: inline-block;
}
.menu-top .navbar {
  flex-wrap: wrap;
  justify-content: flex-end !important;
  padding: 0;
  margin-right: 50px;
}
.menu-top .navbar .navbar-header {
  -ms-flex-wrap: wrap;
  display: flex;
  flex-basis: 50% !important;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  left: unset;
  position: relative;
  top: unset;
  padding: 0;
}
.menu-top .navbar .navbar-header::before {
  content: none !important;
}
.menu-top .navbar .navbar-header .cart-icon {
  margin-right: 25px;
  margin-bottom: 4px !important;
}
.menu-top .navbar .navbar-header .navbar-brand {
  position: relative;
  top: unset;
  display: inline-block !important;
  margin: 15px 0;
}
.menu-top .navbar .navbar-header .navbar-toggler {
  -webkit-transition: background-image 0.4s ease-in-out;
  background-color: #d9017a;
  background-image: none;
  border-radius: 50%;
  border: none;
  bottom: 0;
  color: #333333;
  display: flex !important;
  flex-direction: column;
  height: 50px;
  margin: auto 0;
  outline: none !important;
  padding: 0 !important;
  position: relative;
  position: relative;
  top: 0;
  transition: 0.4s ease-in-out;
  width: 50px;
  align-items: center;
}
.menu-top .navbar .navbar-header .navbar-toggler.collapsed {
  background: transparent;
  transition: 0.8s ease-in-out;
}
.menu-top .navbar .navbar-header .navbar-toggler.collapsed span.icon-bar {
  width: 27px;
  height: 4px;
  background: #fff;
  margin: 4px 0px;
  display: block;
  outline: none !important;
  transition: 0.4s ease-in;
  transform: rotate(0deg);
  left: 0;
  right: 0;
  margin: auto;
}
.menu-top .navbar .navbar-header .navbar-toggler.collapsed span.icon-bar:nth-last-child(3) {
  top: 0;
  bottom: 21px;
}
.menu-top .navbar .navbar-header .navbar-toggler.collapsed span.icon-bar:nth-last-child(2) {
  top: 0;
  bottom: 3px;
}
.menu-top .navbar .navbar-header .navbar-toggler.collapsed span.icon-bar:nth-last-child(1) {
  bottom: 0;
  top: 16px;
}
.menu-top .navbar .navbar-header .navbar-toggler .icon-bar {
  width: 27px;
  height: 4px;
  background: #fff;
  margin: 4px 0px;
  display: block;
  border-radius: 5px;
  outline: none !important;
  transition: 0.4s ease-in;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.menu-top .navbar .navbar-header .navbar-toggler .icon-bar:nth-last-child(3) {
  transition: 0.4s ease-in;
  display: none;
}
.menu-top .navbar .navbar-header .navbar-toggler .icon-bar:nth-last-child(2) {
  transform: rotate(45deg);
  transition: 0.4s ease-in;
}
.menu-top .navbar .navbar-header .navbar-toggler .icon-bar:nth-last-child(1) {
  transform: rotate(-45deg);
  transition: 0.4s ease-in;
}
.menu-top .navbar .navbar-header .navbar-toggler .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
  color: white;
}
.menu-top .navbar .navbar-header .navbar-toggler span.navbar-toggler-icon {
  -webkit-transition: background-image 0.4s ease-in-out;
  transition: background-image 0.4s ease-in-out;
  background-image: none;
}
.menu-top .navbar .logo-box .navbar-brand {
  height: 70px;
  top: 10px;
  left: 0;
  margin: auto 0;
  background-size: contain;
}
.menu-top .navbar #NavDropdown {
  text-align: center;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  max-width: 240px;
  height: 0;
  z-index: -5;
  opacity: 0;
  background: white;
  width: 231px;
  transition: 0.4s ease-out;
  margin-right: 10px;
  margin-top: 25px;
  position: relative;
  right: -45px;
}
.menu-top .navbar #NavDropdown::before {
  content: "";
  background: transparent;
  position: absolute;
  width: 25px;
  height: 25px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 15px solid white;
  top: 0;
  right: 48px;
  opacity: 0;
  transition: 0.5s ease-out;
}
.menu-top .navbar #NavDropdown.collapsing {
  opacity: 1;
  transition: 0.4s ease-in;
  height: 340px;
}
.menu-top .navbar #NavDropdown.collapsing::before {
  content: "";
  background: transparent;
  position: absolute;
  width: 25px;
  height: 25px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 15px solid white;
  top: 0;
  right: 48px;
  transition: 0.4s ease-in;
  opacity: 1;
}
.menu-top .navbar #NavDropdown.collapsing ul {
  transition: 0.5s ease-in;
  opacity: 0;
}
.menu-top .navbar #NavDropdown.show {
  height: 340px;
  z-index: 0;
  opacity: 1;
}
.menu-top .navbar #NavDropdown.show::before {
  content: "";
  background: transparent;
  position: absolute;
  width: 25px;
  height: 25px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 15px solid white;
  top: -25px;
  right: 48px;
  transition: 0.4s ease-in;
  opacity: 1;
}
.menu-top .navbar #NavDropdown .padding-box {
  padding: 35px 27px;
  height: 340px;
}
.menu-top .navbar #NavDropdown .padding-box ul.navbar-nav {
  text-align: left;
  flex-direction: column;
  opacity: 1;
  transition: 0.4s ease-out;
  position: relative;
  margin-bottom: 15px;
}
.menu-top .navbar #NavDropdown .padding-box ul.navbar-nav::before {
  content: "";
  width: 125px;
  height: 1px;
  border: solid 1px rgba(151, 151, 151, 0.12);
  position: absolute;
  left: 0;
  bottom: 0;
}
.menu-top .navbar #NavDropdown .padding-box ul.navbar-nav li {
  text-align: left;
  position: relative;
  padding: 5px 0;
}
.menu-top .navbar #NavDropdown .padding-box ul.navbar-nav li::before {
  content: none;
}
.menu-top .navbar #NavDropdown .padding-box ul.navbar-nav li::after {
  content: none;
}
.menu-top .navbar #NavDropdown .padding-box ul.navbar-nav li a {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  color: #001a6f;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.11);
  text-decoration: none;
}
.menu-top .navbar #NavDropdown .padding-box ul.navbar-nav li a::after {
  content: none;
}
.menu-top .navbar #NavDropdown .padding-box ul.navbar-nav li:last-child {
  padding-bottom: 20px;
}
.menu-top .navbar #NavDropdown .padding-box ul.navbar-nav li a:hover {
  opacity: 60%;
}
.menu-top .navbar #NavDropdown .padding-box ul.navbar-nav .linksTop {
  padding-top: 25px;
}
.menu-top .navbar #NavDropdown .padding-box .translate .translate-box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  list-style: none;
  margin: 0 0 25px !important;
  padding: 0 !important;
}
.menu-top .navbar #NavDropdown .padding-box .translate .translate-box li {
  padding: 0 5px;
}
.menu-top .navbar #NavDropdown .padding-box .translate .translate-box li:first-child {
  padding-left: 0 !important;
}
.menu-top .navbar #NavDropdown .padding-box .translate .translate-box li a {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #001a6f;
  text-decoration: none;
}
.menu-top .navbar #NavDropdown .padding-box .translate .translate-box li a:hover {
  opacity: 60%;
}
.menu-top .navbar #NavDropdown .padding-box .social-box {
  transition: none !important;
}
.menu-top .navbar #NavDropdown .padding-box .social-box ul {
  list-style: none;
  padding: 0;
  display: flex;
  margin: 0;
  transition: unset !important;
  opacity: 1 !important;
}
.menu-top .navbar #NavDropdown .padding-box .social-box ul li {
  padding: 0 12px;
}
.menu-top .navbar #NavDropdown .padding-box .social-box ul li:first-child {
  padding-left: 0 !important;
}
.menu-top .navbar #NavDropdown .padding-box .social-box ul li a {
  color: #001a6f;
  display: flex;
}
.menu-top .navbar #NavDropdown .padding-box .social-box ul li a.ig {
  width: 24px;
  height: 100%;
}
.menu-top .navbar #NavDropdown .padding-box .social-box ul li a.ig img {
  width: 24px;
  height: 24px;
  object-fit: cover;
}

/*END Main Navigation--------------------------------------------*/
@media only screen and (max-width: 991px) {
  .menu-top .navbar {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .menu-top .navbar {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 480px) {
  header.header {
    overflow: hidden !important;
  }
  header.header .container-fluid {
    padding: 0 !important;
  }
  header.header .container-fluid .menu-top .d-flex.justify-content-between.align-items-start {
    height: 70px;
  }
  header.header .container-fluid .menu-top .d-flex.justify-content-between.align-items-start .logo-box {
    position: absolute;
  }
  header.header .container-fluid .menu-top .d-flex.justify-content-between.align-items-start .logo-box .logo {
    width: 80%;
  }
  header.header .container-fluid .menu-top .navbar {
    margin-right: 0 !important;
    width: 100%;
    height: 40px;
  }
  header.header .container-fluid .menu-top .navbar .navbar-header {
    z-index: 4 !important;
    padding-right: 20px;
  }
  header.header .container-fluid .menu-top .navbar .navbar-header .cart-icon.blue {
    color: #001a6f !important;
  }
  header.header .container-fluid .menu-top .navbar #NavDropdown {
    z-index: 0 !important;
    overflow: visible !important;
    max-width: 100% !important;
    height: 100vh !important;
    width: 100% !important;
    right: unset !important;
    left: 100%;
    margin-right: 0 !important;
  }
  header.header .container-fluid .menu-top .navbar #NavDropdown::before {
    content: none !important;
  }
  header.header .container-fluid .menu-top .navbar #NavDropdown::after {
    content: "";
    position: absolute;
    background: white !important;
    left: 100% !important;
    top: -100% !important;
    width: 200% !important;
    height: 200vh !important;
    opacity: 1 !important;
    display: block !important;
    z-index: -1;
    transition: none !important;
  }
  header.header .container-fluid .menu-top .navbar #NavDropdown.collapsing {
    overflow: visible !important;
  }
  header.header .container-fluid .menu-top .navbar #NavDropdown.collapsing::before {
    content: none !important;
  }
  header.header .container-fluid .menu-top .navbar #NavDropdown.collapsing::after {
    opacity: 1 !important;
    top: -100% !important;
    display: block !important;
    transition: 1s !important;
    left: -4% !important;
  }
  header.header .container-fluid .menu-top .navbar #NavDropdown.show {
    left: 0 !important;
  }
  header.header .container-fluid .menu-top .navbar #NavDropdown.show::before {
    content: none !important;
  }
  header.header .container-fluid .menu-top .navbar #NavDropdown.show::after {
    left: 0 !important;
    opacity: 1 !important;
    top: -100% !important;
    display: block !important;
    transition: none !important;
  }
  header.header .container-fluid .menu-top .navbar #NavDropdown.collapse:not(.show) {
    display: block !important;
  }
  header.header .container-fluid .menu-top .navbar #NavDropdown .padding-box ul.navbar-nav li a {
    font-size: 26px;
    font-weight: 400;
  }
  header.header .container-fluid .menu-top .navbar #NavDropdown .padding-box .translate .translate-box li a {
    font-size: 20px;
  }
  header.header .container-fluid .menu-top .navbar #NavDropdown .padding-box ul.navbar-nav {
    margin-bottom: 48px;
  }
}
/** Hamburger menu Fix
*/
@media (min-width: 1600px) {
  .show {
    height: 380px !important;
  }
}
/*END Main Navigation------------------------------------- */
/*START footer--------------------------------------------------*/
footer.footer {
  position: relative;
  background: white;
  padding: 30px 0;
}
footer.footer a, footer.footer span {
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.09px;
  text-align: right;
  color: #001a6f;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.11);
  padding: 0;
}
footer.footer a {
  padding: 0px;
  padding-right: 25px;
  text-decoration: none;
}
footer.footer a:hover {
  opacity: 60%;
}

.footer-link-contact-content {
  width: min-content;
  opacity: 0;
  display: inline;
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  transform: translateY(20%);
  text-align: center;
}

.footer-link-contact:hover {
  cursor: pointer;
}

@media only screen and (max-width: 480px) {
  .footer a, .footer span {
    font-size: 1rem !important;
    margin: 6px 0;
  }
  .footer .text-box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
  }
  .footer .text-box.left {
    align-items: flex-start;
    text-align: left;
  }
}
/*END footer------------------------------------------*/
.section-a {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}
.section-a figure {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.section-a figure .home-banner {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 0;
}
.section-a .home-content {
  position: absolute;
  z-index: 1;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
}
.section-a .home-content .home-logo {
  width: 172px;
  height: 132px;
  margin: 0 49px 24px;
  object-fit: contain;
}
.section-a .home-content h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 3.125rem;
  color: white;
  line-height: 1.06;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  width: 48%;
  text-align: center;
  margin-bottom: 34px;
}
.section-a .arrow-box {
  display: block;
  text-align: center;
  z-index: 1;
  position: relative;
  margin-bottom: 2%;
}
.section-a .arrow-box .arrow {
  border: solid white;
  border-width: 0 4px 4px 0;
  border-radius: 3.5px;
  display: inline-block;
  padding: 13px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.section-b {
  overflow: hidden;
}
.section-b article {
  position: relative;
  min-height: 61vh;
  overflow: hidden;
}
.section-b article figure {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.section-b article figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.section-b article a {
  position: absolute;
  transition: 0.4s;
  width: 100%;
  height: 100%;
  display: flex;
}
.section-b article a::before {
  content: "";
  background: black;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.4s ease-out;
  z-index: -1;
}
.section-b article a:hover {
  transition: 0.4s;
  text-decoration: none;
}
.section-b article a:hover::before {
  transition: 0.4s ease-in;
  opacity: 0.44;
}
.section-b article a h2 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #ffffff;
}
.section-b .nuestra-agua {
  width: 48%;
}
.section-b .nuestra-agua a {
  align-items: flex-end;
}
.section-b .nuestra-agua a h2 {
  font-size: 4.375rem;
  margin-left: 2.813rem;
  margin-bottom: 2.813rem;
  width: 50%;
}
.section-b .big-box {
  width: 52%;
}
.section-b .big-box a h2 {
  font-size: 2.375rem;
}
.section-b .big-box .productos {
  width: 50%;
}
.section-b .big-box .productos a h2 {
  margin: 2.313rem;
}
.section-b .big-box .small-box {
  width: 50%;
}
.section-b .big-box .small-box article {
  width: 100%;
  min-height: 30.5vh !important;
  position: relative;
}
.section-b .big-box .small-box article figure .corp-logo {
  width: 3.344rem;
  height: 5.125rem;
  position: absolute;
  top: 27px;
  right: 27px;
  left: unset;
}
.section-b .big-box .small-box article a {
  align-items: flex-end;
}
.section-b .big-box .small-box article a h2 {
  margin: 1.563rem;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .section-a {
    height: 100vh;
  }
  .section-a .home-banner {
    height: 100%;
  }
  .section-a .home-content {
    height: 88vh;
  }
  .section-a .home-content h1 {
    width: 53%;
  }

  .section-b {
    flex-direction: column;
  }
  .section-b .nuestra-agua, .section-b .big-box {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .section-a {
    height: 100vh;
  }
  .section-a .home-banner {
    height: 100%;
  }
  .section-a .home-content {
    height: 100%;
    width: 45%;
  }
  .section-a .home-content h1 {
    width: 100%;
  }

  .section-b {
    flex-direction: column;
  }
  .section-b .nuestra-agua, .section-b .big-box {
    width: 100%;
  }
}
@media only screen and (max-width: 650px) {
  .section-a {
    height: 85vh;
    min-height: -webkit-fill-available;
  }
  .section-a .home-content {
    width: 56%;
  }

  .section-b .d-flex {
    flex-direction: column !important;
  }
  .section-b .d-flex article {
    width: 100% !important;
  }
}
@media only screen and (max-width: 480px) {
  .section-a {
    display: flex;
    align-items: flex-end;
    position: relative;
    justify-content: center;
  }
  .section-a figure {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .section-a figure img {
    object-position: 35%;
  }
  .section-a .home-content {
    width: 100%;
    position: absolute;
    height: 100%;
  }
  .section-a .home-content .home-logo {
    width: 135px;
    height: 106px;
    margin-bottom: 17px !important;
  }
  .section-a .home-content h1 {
    margin-bottom: 27px !important;
    width: 64%;
  }
  .section-a .home-content .vida-text {
    width: 80%;
    margin: 0 auto;
  }
  .section-a .arrow-box {
    margin-bottom: 10%;
  }

  .section-b h2 {
    font-size: 4rem !important;
  }
  .section-b .d-flex {
    flex-direction: column !important;
  }
  .section-b .d-flex article {
    width: 100% !important;
  }
  .section-b .nuestra-agua {
    min-height: 35vh;
  }
  .section-b .nuestra-agua a::before {
    opacity: 0.14;
    bottom: 0;
  }
  .section-b .big-box .small-box article figure .corp-logo {
    shape-rendering: geometricprecision;
  }

  figure .corp-logo {
    width: 18% !important;
    height: auto !important;
    top: 12% !important;
    right: 5% !important;
    left: unset;
  }
}
.ast {
  font-size: 2rem;
  display: inline;
  color: #ffffff;
  margin-top: -0.3rem;
  position: absolute;
}

.section-a.agua {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}
.section-a.agua figure {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.section-a.agua figure .home-banner {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 0;
}
.section-a.agua .home-content {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  align-items: flex-start;
  padding-left: 5.375rem;
}
.section-a.agua .home-content .home-logo {
  width: 172px;
  height: 132px;
  margin: 0 49px 24px;
  object-fit: contain;
}
.section-a.agua .home-content h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 6.25rem;
  color: #ed018c;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-align: left;
  margin-bottom: 34px;
  max-width: 606px;
}
.section-a.agua .home-content h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: white;
  font-size: 2.5rem;
  text-transform: uppercase;
}
.section-a.agua .arrow-box {
  display: block;
  text-align: center;
  z-index: 1;
  position: relative;
  margin-bottom: 2%;
}
.section-a.agua .arrow-box .arrow {
  border: solid white;
  border-width: 0 4px 4px 0;
  border-radius: 3.5px;
  display: inline-block;
  padding: 13px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.section-text {
  padding: 5.313rem 0;
  position: relative;
}
.section-text.ballet {
  padding: 5.313rem 0 2.813rem;
}
.section-text.ballet .img-box {
  justify-content: center !important;
}
.section-text.ballet .img-text-box .text-box {
  width: 59%;
}
.section-text.ballet .img-text-box .text-box h2 {
  width: 90%;
}
.section-text.pre-footer {
  padding: 2.188rem 0;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.section-text.pre-footer p {
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  width: 100% !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #001a6f;
  margin: 0 !important;
}
.section-text h2 {
  font-family: "Poppins", sans-serif;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.23;
  letter-spacing: normal;
  color: #44c8f6;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.section-text h2.width-55 {
  width: 55%;
}
.section-text h2.width-60 {
  width: 60%;
}
.section-text p {
  font-family: "Poppins", sans-serif;
  font-size: 1.063rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.65;
  letter-spacing: normal;
  color: #001a6f;
  width: 82%;
}
.section-text .water {
  width: 24.375rem;
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 7.5rem;
}
.section-text .water img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: contain;
}
.section-text .img-text-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-text .img-text-box:first-child {
  margin-bottom: 5.313rem;
}
.section-text .img-text-box:first-child .img-box {
  justify-content: flex-end;
}
.section-text .img-text-box.invert {
  flex-direction: row-reverse;
}
.section-text .img-text-box.invert .img-box {
  justify-content: flex-start;
}
.section-text .img-text-box.invert .text-box p {
  width: 99%;
}
.section-text .img-text-box .img-box {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-text .img-text-box .text-box {
  width: 59%;
}
.section-text .img-text-box .text-box p {
  width: 100%;
}

.section-mid {
  padding: 5.313rem 0;
  position: relative;
}
.section-mid::before, .section-mid::after {
  content: "";
  width: 50%;
  position: absolute;
  top: 0;
  height: 100%;
  bottom: 0;
  z-index: -1;
}
.section-mid::before {
  background: #001a6f;
  left: 0;
}
.section-mid::after {
  background: #44c8f6;
  right: 0;
}
.section-mid .left-side,
.section-mid .right-side {
  width: 50%;
  padding: 0 7.5rem;
}
.section-mid .left-side h2,
.section-mid .right-side h2 {
  font-family: "Poppins", sans-serif;
  font-size: 1.438rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: 1.01px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 2.625rem;
}
.section-mid .left-side .left-side,
.section-mid .left-side .right-side,
.section-mid .right-side .left-side,
.section-mid .right-side .right-side {
  padding: 0 !important;
}
.section-mid .left-side ul,
.section-mid .right-side ul {
  color: white;
  list-style: none;
}
.section-mid .left-side ul li,
.section-mid .right-side ul li {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  padding: 0;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  color: #ffffff;
  text-transform: uppercase;
}
.section-mid .left-side ul li span,
.section-mid .right-side ul li span {
  font-weight: 400;
}

.section-img {
  height: 33.125rem;
  padding: 7.5rem;
  position: relative;
}
.section-img.text {
  height: unset;
  padding: 10rem 0;
}
.section-img.baby {
  height: 28.875rem;
  display: flex;
  align-items: flex-end;
  padding: 7.5rem 0 3.938rem;
}
.section-img.baby .text-box {
  width: 100%;
  max-width: unset;
}
.section-img.baby .text-box h2 {
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  width: 90%;
  max-width: 999px;
  line-height: normal;
  margin: 0 !important;
}
.section-img figure {
  width: 100%;
  position: relative;
}
.section-img figure img {
  width: 100%;
}
.section-img .bg-img-section {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  object-fit: cover;
  z-index: -1;
}
.section-img .bg-img-section.center img {
  object-position: top;
}
.section-img .bg-img-section img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.section-img .logo-mineral {
  width: 35.875rem;
  height: 15.563rem;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.section-img .text-box {
  width: 55%;
  max-width: 610px;
}
.section-img .text-box h2 {
  font-family: "Poppins", sans-serif;
  font-size: 4.375rem;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.93;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 20px;
}
.section-img .text-box p {
  font-family: "Poppins", sans-serif;
  font-size: 1.063rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.65;
  letter-spacing: normal;
  color: #ffffff;
  width: 90%;
}

.section-metric {
  padding: 5.625rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.section-metric .container {
  position: relative;
}
.section-metric .container figure {
  width: 100%;
}
.section-metric .container figure img {
  width: 100%;
}
.section-metric .container figure img.desktop-view {
  display: block !important;
}
.section-metric .container figure img.mobile-view {
  display: none !important;
}
.section-metric h3 {
  font-family: "Poppins", sans-serif;
  font-size: 1.063rem;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  text-align: center;
  color: #001a6f;
  position: absolute;
}
.section-metric .residuo {
  bottom: 0;
  left: 5%;
  text-align: right;
  width: 75px;
  height: 63px;
}
.section-metric .mineral-fuerte {
  bottom: -5%;
  left: 19%;
  width: 150px;
  height: 40px;
}
.section-metric .mineral-debil {
  width: 150px;
  height: 40px;
  bottom: -5%;
  right: 7%;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .body {
    overflow-x: hidden;
  }

  .section-a.agua {
    height: 85vh;
    min-height: -webkit-fill-available;
    overflow: hidden;
  }
  .section-a.agua .img-box-container {
    height: 101%;
    top: -5px;
  }
  .section-a.agua .img-box-container .home-banner {
    height: 100%;
  }
  .section-a.agua .home-content {
    height: 88vh;
    width: 65% !important;
  }
  .section-a.agua .home-content h1 {
    width: 53%;
  }

  .section-text .water {
    right: 2.5rem;
  }
  .section-text h2.width-55 {
    width: 100%;
  }
  .section-text p {
    width: 100%;
  }

  .section-mid .d-flex .left-side .d-flex,
.section-mid .d-flex .right-side .d-flex {
    flex-direction: column-reverse;
  }
  .section-mid .d-flex .left-side .d-flex .left-side,
.section-mid .d-flex .left-side .d-flex .right-side,
.section-mid .d-flex .right-side .d-flex .left-side,
.section-mid .d-flex .right-side .d-flex .right-side {
    width: 100%;
  }
  .section-mid .d-flex .left-side .d-flex .right-side,
.section-mid .d-flex .right-side .d-flex .right-side {
    text-align: center;
    margin-bottom: 1rem;
  }
  .section-mid .d-flex .left-side .d-flex .left-side ul,
.section-mid .d-flex .right-side .d-flex .left-side ul {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  .section-a {
    height: 85vh;
    min-height: -webkit-fill-available;
  }

  .section-a.agua {
    overflow: hidden;
  }
  .section-a.agua .img-box-container {
    height: 101%;
    top: -5px;
  }
  .section-a.agua .img-box-container .home-banner {
    height: 100%;
  }
  .section-a.agua .home-content {
    height: 100%;
    width: 65% !important;
  }
  .section-a.agua .home-content h1 {
    width: 100%;
  }

  .section-text .water {
    width: 18.375rem;
    right: 0;
  }
  .section-text h2.width-55 {
    width: 100%;
  }
  .section-text p {
    width: 100%;
  }

  .section-mid .d-flex .left-side .d-flex,
.section-mid .d-flex .right-side .d-flex {
    flex-direction: column-reverse;
  }
  .section-mid .d-flex .left-side .d-flex .left-side,
.section-mid .d-flex .left-side .d-flex .right-side,
.section-mid .d-flex .right-side .d-flex .left-side,
.section-mid .d-flex .right-side .d-flex .right-side {
    width: 100%;
  }
  .section-mid .d-flex .left-side .d-flex .right-side,
.section-mid .d-flex .right-side .d-flex .right-side {
    text-align: center;
    margin-bottom: 1rem;
  }
  .section-mid .d-flex .left-side .d-flex .left-side ul,
.section-mid .d-flex .right-side .d-flex .left-side ul {
    padding: 0 !important;
  }

  .section-img.baby {
    height: unset !important;
  }

  .section-metric .residuo {
    left: 1%;
  }
  .section-metric .mineral-fuerte,
.section-metric .mineral-debil {
    bottom: -10%;
  }
}
@media only screen and (max-width: 768px) {
  .section-mid {
    padding: 0 !important;
  }
  .section-mid::before, .section-mid::after {
    content: none;
  }
  .section-mid .d-flex {
    overflow: hidden;
  }
  .section-mid .d-flex .left-side,
.section-mid .d-flex .right-side {
    width: 100%;
    position: relative;
    max-width: 540px;
    padding: 5.313rem 15px;
    margin: 0 auto;
  }
  .section-mid .d-flex .left-side .d-flex,
.section-mid .d-flex .right-side .d-flex {
    flex-direction: row;
  }
  .section-mid .d-flex .left-side .d-flex .left-side,
.section-mid .d-flex .left-side .d-flex .right-side,
.section-mid .d-flex .right-side .d-flex .left-side,
.section-mid .d-flex .right-side .d-flex .right-side {
    background: transparent !important;
    max-width: unset !important;
    width: 50%;
  }
  .section-mid .d-flex .left-side .d-flex .right-side::after,
.section-mid .d-flex .right-side .d-flex .right-side::after {
    content: none;
  }
  .section-mid .d-flex .left-side::before {
    content: "";
    width: 150%;
    position: absolute;
    top: 0;
    height: 100%;
    bottom: 0;
    z-index: -1;
    left: -24%;
    background: #001a6f;
  }
  .section-mid .d-flex .right-side::after {
    content: "";
    width: 150%;
    position: absolute;
    top: 0;
    height: 100%;
    bottom: 0;
    z-index: -1;
    left: -24%;
    background: #44c8f6;
  }
  .section-text.water-b {
    padding: 5.313rem 0 0;
  }
  .section-text.water-b .width-60 {
    width: 100%;
  }
  .section-text.water-b .water {
    position: relative;
    height: 18.375rem;
    margin: 0 auto;
  }

  .section-img .logo-mineral {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section-img .logo-mineral img {
    width: 70%;
    margin: auto;
  }
  .section-img.text .text-box {
    width: 100% !important;
    max-width: unset !important;
  }

  .section-metric .residuo {
    left: -1%;
  }
  .section-metric .mineral-fuerte,
.section-metric .mineral-debil {
    bottom: -13%;
  }
}
@media only screen and (max-width: 650px) {
  :root {
    font-size: 14px;
  }

  .section-a.agua .home-content {
    padding: 0 2rem;
    width: 56%;
  }

  .section-mid {
    padding: 0 !important;
  }
  .section-mid::before, .section-mid::after {
    content: none;
  }
  .section-mid .d-flex {
    overflow: hidden;
  }
  .section-mid .d-flex .left-side,
.section-mid .d-flex .right-side {
    width: 100%;
    position: relative;
    max-width: 540px;
    padding: 5.313rem 15px;
    margin: 0 auto;
  }
  .section-mid .d-flex .left-side .d-flex,
.section-mid .d-flex .right-side .d-flex {
    flex-direction: row;
  }
  .section-mid .d-flex .left-side .d-flex .left-side,
.section-mid .d-flex .left-side .d-flex .right-side,
.section-mid .d-flex .right-side .d-flex .left-side,
.section-mid .d-flex .right-side .d-flex .right-side {
    background: transparent !important;
    max-width: unset !important;
    width: 50%;
  }
  .section-mid .d-flex .left-side .d-flex .right-side::after,
.section-mid .d-flex .right-side .d-flex .right-side::after {
    content: none;
  }
  .section-mid .d-flex .left-side::before {
    content: "";
    width: 150%;
    position: absolute;
    top: 0;
    height: 100%;
    bottom: 0;
    z-index: -1;
    left: -24%;
    background: #001a6f;
  }
  .section-mid .d-flex .right-side::after {
    content: "";
    width: 150%;
    position: absolute;
    top: 0;
    height: 100%;
    bottom: 0;
    z-index: -1;
    left: -24%;
    background: #44c8f6;
  }
  .section-text.water-b {
    padding: 50px 0 0;
  }
  .section-text.water-b .width-60 {
    width: 100%;
  }
  .section-text.water-b .water {
    position: relative;
    height: 18.375rem;
    margin: 0 auto;
  }

  .section-img .logo-mineral {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .section-img .logo-mineral img {
    width: 70%;
    margin: auto;
  }
  .section-img.text .text-box {
    width: 100% !important;
    max-width: unset !important;
  }
  .section-img.baby figure img {
    object-position: 65% !important;
  }

  .section-metric {
    width: 90%;
    margin: auto;
  }
  .section-metric .residuo,
.section-metric .mineral-fuerte,
.section-metric .mineral-debil {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .section-a.agua {
    display: flex;
    align-items: flex-end;
    position: relative;
    justify-content: center;
    overflow: hidden;
  }
  .section-a.agua figure {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .section-a.agua figure img {
    object-position: 35%;
  }
  .section-a.agua .home-content {
    width: 100% !important;
    position: absolute;
    height: 100%;
    padding: 0 15px 100px 15px;
    justify-content: flex-end;
  }
  .section-a.agua .home-content figure img {
    object-position: 32%;
  }
  .section-a.agua .home-content h1 {
    margin-bottom: 27px !important;
    width: 100%;
    max-width: unset !important;
    font-size: 4rem;
  }
  .section-a.agua .home-content h2 {
    margin-bottom: 30%;
    width: 90% !important;
  }
  .section-a.agua .home-content .vida-text {
    width: 80%;
    margin: 0 auto;
  }
  .section-a.agua .arrow-box {
    margin-bottom: 10%;
  }

  .section-text {
    padding: 4.166rem 0;
  }
  .section-text.water-b h2 {
    font-size: 26px !important;
  }
  .section-text.water-b .water {
    width: 100%;
    height: 31.333rem;
  }
  .section-text.ballet {
    border-bottom: none !important;
  }
  .section-text.ballet .img-text-box:first-child {
    margin-bottom: 0 !important;
  }
  .section-text.pre-footer p {
    font-size: 7px !important;
  }
  .section-text .img-text-box .text-box {
    width: 100% !important;
  }
  .section-text .img-text-box .text-box .text-icon-box {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
    margin-bottom: 30px;
  }
  .section-text .img-text-box .text-box .text-icon-box .img-box {
    width: 30%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .section-text .img-text-box .text-box .text-icon-box .img-box figure {
    height: 100%;
    margin: auto;
    width: 100%;
  }
  .section-text .img-text-box .text-box .text-icon-box .img-box figure img {
    height: 100%;
    width: 100%;
  }
  .section-text .img-text-box .text-box .text-icon-box h2 {
    width: 64%;
    margin: 0 !important;
    font-size: 21.5px !important;
  }
  .section-text .img-text-box .text-box p {
    width: 99.5%;
  }
  .section-text h2 {
    font-size: 27px !important;
  }
  .section-text p {
    font-size: 15px;
  }
  .section-text p.width-82 {
    width: 99%;
  }

  .section-mid .d-flex .left-side,
.section-mid .d-flex .right-side {
    padding-left: 37px;
    padding-right: 37px;
    padding-top: 52px;
    padding-bottom: 52px;
  }
  .section-mid .d-flex .left-side figure img,
.section-mid .d-flex .right-side figure img {
    width: 100%;
  }
  .section-mid .d-flex .left-side .d-flex .left-side,
.section-mid .d-flex .left-side .d-flex .right-side,
.section-mid .d-flex .right-side .d-flex .left-side,
.section-mid .d-flex .right-side .d-flex .right-side {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .section-img.min {
    height: 24.125rem;
    display: flex;
    padding: 0 !important;
  }
  .section-img.min .logo-mineral {
    position: relative;
  }
  .section-img.min .logo-mineral img {
    width: auto;
    max-width: 75%;
  }
  .section-img.baby.text {
    padding: 200px 0 45px !important;
  }
  .section-img.baby figure img {
    object-position: 65%;
  }
  .section-img.baby .text-box h2 {
    width: 100%;
    font-size: 26px !important;
    line-height: 37px !important;
  }
  .section-img.text {
    padding: 60px 0 !important;
  }
  .section-img.text .bg-img-section .bg-img.salud {
    object-position: 65%;
  }
  .section-img.text .text-box h2 {
    font-size: 42px;
    line-height: 46px;
  }
  .section-img.text .text-box p {
    font-size: 15px;
    width: 100% !important;
  }

  .section-metric {
    width: 100% !important;
  }
  .section-metric .container figure.desktop-view {
    display: none !important;
  }
  .section-metric .container figure.mobile-view {
    display: block !important;
  }
}
.section-a.mitos {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}
.section-a.mitos figure {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.section-a.mitos figure .home-banner {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
  z-index: 0;
}
.section-a.mitos .home-content {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  align-items: flex-start;
  padding-left: 5.375rem;
}
.section-a.mitos .home-content .home-logo {
  width: 172px;
  height: 132px;
  margin: 0 49px 24px;
  object-fit: contain;
}
.section-a.mitos .home-content h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 6.25rem;
  color: #44c8f6;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-align: left;
  margin-bottom: 34px;
  max-width: 606px;
}
.section-a.mitos .home-content h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: white;
  font-size: 2.5rem;
  text-transform: uppercase;
}
.section-a.mitos .arrow-box {
  display: block;
  text-align: center;
  z-index: 1;
  position: relative;
  margin-bottom: 2%;
}
.section-a.mitos .arrow-box .arrow {
  border: solid white;
  border-width: 0 4px 4px 0;
  border-radius: 3.5px;
  display: inline-block;
  padding: 13px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.faqs {
  padding: 6.25rem 0;
}
.faqs .faq-item {
  border-bottom: 1px solid #dadada;
}
.faqs .faq-item.open .faq-header i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: 0.4s;
}
.faqs .faq-item .faq-header {
  position: relative;
  text-align: left;
}
.faqs .faq-item .faq-header button {
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  padding: 1.875rem 3.75rem;
  text-align: left;
  background: transparent;
  width: 100%;
  border: none;
  position: relative;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #001a6f;
  cursor: pointer;
}
.faqs .faq-item .faq-header button span {
  color: #ed018c;
}
.faqs .faq-item .faq-header button:focus {
  border: none;
  outline: none;
}
.faqs .faq-item .faq-header i {
  position: absolute;
  width: 30px;
  height: 30px;
  font-size: 30px;
  color: #44c8f6;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto 0;
  transition: 0.4s;
  z-index: -1;
}
.faqs .faq-item .faq-body {
  padding: 0 3.75rem 1.875rem;
  display: none;
}
.faqs .faq-item .faq-body p {
  font-family: "Poppins", sans-serif;
  font-size: 1.063rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.65;
  letter-spacing: normal;
  color: #001a6f;
  margin-bottom: 40px;
}
.faqs .faq-item .faq-body img {
  display: block;
  margin: auto;
}
.faqs .faq-item .faq-body .link-box {
  display: block;
  width: 100%;
  text-align: center;
}
.faqs .faq-item .faq-body .link-box a {
  font-family: "Poppins", sans-serif;
  font-size: 0.813rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: italic;
  line-height: 2.15;
  letter-spacing: normal;
  text-align: center;
  color: #001a6f;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .section-a.mitos {
    height: 100vh;
  }
  .section-a.mitos .home-banner {
    height: 100%;
  }
  .section-a.mitos .home-content {
    height: 88vh;
    width: 65% !important;
  }
  .section-a.mitos .home-content h1 {
    width: 53%;
  }
}
@media only screen and (max-width: 991px) {
  .section-a.mitos {
    height: 85vh;
  }
  .section-a.mitos .home-banner {
    height: 100%;
  }
  .section-a.mitos .home-content {
    height: 100%;
    width: 65% !important;
  }
  .section-a.mitos .home-content h1 {
    width: 100%;
  }
}
@media only screen and (max-width: 650px) {
  :root {
    font-size: 14px;
  }

  .section-a.mitos {
    overflow: hidden;
  }
  .section-a.mitos .img-box-container {
    height: 101%;
    top: -2px;
  }
  .section-a.mitos .img-box-container img {
    object-position: left;
  }
  .section-a.mitos .home-content {
    padding: 0 2rem;
    width: 56%;
  }

  .faqs {
    padding: 34px 0 !important;
  }
  .faqs .faq-item .faq-header .faq-button {
    padding-left: 0 !important;
  }
  .faqs .faq-item .faq-header i {
    right: 0 !important;
  }
  .faqs .faq-item .faq-body {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 2.875rem !important;
  }
  .faqs .faq-item .faq-body p {
    margin-bottom: 0 !important;
  }
  .faqs .faq-item .faq-body p + p {
    margin-top: 40px;
  }
  .faqs .faq-item .faq-body img {
    margin-top: 40px;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .faq-header button {
    font-size: 1.255rem !important;
  }

  .faq-body p {
    font-size: 1.255rem !important;
  }

  .section-a.mitos {
    display: flex;
    align-items: flex-end;
    position: relative;
    justify-content: center;
  }
  .section-a.mitos figure {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .section-a.mitos figure img {
    object-position: 35%;
  }
  .section-a.mitos .home-content {
    width: 100% !important;
    position: absolute;
    height: 100%;
    padding: 0 15px;
    justify-content: flex-end;
  }
  .section-a.mitos .home-content figure img {
    object-position: 32%;
  }
  .section-a.mitos .home-content h1 {
    margin-bottom: 27px !important;
    width: 100%;
    max-width: unset !important;
    font-size: 45px;
  }
  .section-a.mitos .home-content h2 {
    margin-bottom: 30%;
    width: 97% !important;
  }
  .section-a.mitos .home-content .vida-text {
    width: 80%;
    margin: 0 auto;
  }
  .section-a.mitos .arrow-box {
    margin-bottom: 10%;
  }
}
.section-a.productos {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}
.section-a.productos figure {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.section-a.productos figure .home-banner {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 0;
}
.section-a.productos .home-content {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  align-items: flex-start;
  padding-left: 5.375rem;
}
.section-a.productos .home-content .home-logo {
  width: 172px;
  height: 132px;
  margin: 0 49px 24px;
  object-fit: contain;
}
.section-a.productos .home-content h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 6.25rem;
  color: white;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-align: left;
  margin-bottom: 34px;
  max-width: 606px;
}
.section-a.productos .home-content h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: white;
  font-size: 2.5rem;
  text-transform: uppercase;
}
.section-a.productos .arrow-box {
  display: block;
  text-align: center;
  z-index: 1;
  position: relative;
  margin-bottom: 2%;
}
.section-a.productos .arrow-box .arrow {
  border: solid white;
  border-width: 0 4px 4px 0;
  border-radius: 3.5px;
  display: inline-block;
  padding: 13px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.section-producto {
  padding: 3.75rem 0 7.5rem;
  position: relative;
}
.section-producto.a {
  background: #44c8f6;
}
.section-producto.b {
  background: #001a6f;
}
.section-producto.c {
  background: #eda601;
}
.section-producto.d {
  background: #003db4;
}
.section-producto.e {
  background: #001a6f;
}
.section-producto.left figure {
  left: 0;
  right: unset;
}
.section-producto.left .box-product-text {
  width: 55%;
}
.section-producto figure {
  width: 37.26%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.section-producto figure img {
  width: 100%;
  height: 100%;
  object-position: top;
  object-fit: cover;
}
.section-producto .box-product-text {
  width: 45%;
  position: relative;
}
.section-producto .box-product-text .logo-benefit {
  position: absolute;
  left: -27% !important;
  z-index: 3;
  width: 112px;
  height: 219px;
  top: 30%;
  bottom: 0;
  margin: auto;
}
.section-producto .box-product-text .logo-benefit img {
  object-fit: contain !important;
}
.section-producto .box-product-text h2 {
  font-family: "Poppins", sans-serif;
  font-size: 1.875rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}
.section-producto .box-product-text p {
  font-family: "Poppins", sans-serif;
  font-size: 1.063rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.65;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 35px;
}
.section-producto .box-product-text .button {
  font-family: "Poppins", sans-serif;
  font-size: 0.813rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.57px;
  color: #ffffff;
  padding: 13px 24px 14px 50px;
  border-radius: 33px;
  background-color: #ed018c;
  transition: 0.4s;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
}
.section-producto .box-product-text .button::before {
  content: "";
  background: url("../images/cart.svg");
  position: absolute;
  background-size: contain;
  left: 15%;
  top: -3px;
  bottom: 0;
  margin: auto 0;
  width: 13px;
  height: 13px;
}
.section-producto .box-product-text .button i {
  position: absolute;
  width: 13px;
  height: 13px;
  background: transparent;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto 0;
}
.section-producto .box-product-text .button:hover {
  text-decoration: none;
  transition: 0.4s;
  background: #d4017d;
}

.products.a .small-box .product-text-box {
  top: 170px;
}

.products.b .small-box {
  width: 60%;
  margin: 0 0 0 auto;
  padding-bottom: 30px;
}
.products.b .small-box a {
  bottom: 53%;
  height: 13.125rem;
}
.products.b .small-box a.up {
  bottom: 59%;
}
.products.b .small-box a img {
  object-position: bottom;
}
.products.b .small-box .product-text-box {
  top: 95px;
}
.products.c .small-box {
  margin-left: 18%;
  width: 40%;
  padding-bottom: 25px;
}
.products.c .small-box a {
  bottom: 53%;
  height: 13.125rem;
}
.products.c .small-box a.up {
  bottom: 59%;
}
.products.c .small-box a img {
  object-position: bottom;
}
.products.c .small-box .product-text-box {
  top: 90px;
}
.products.d .small-box {
  width: 40%;
  margin: 0 0 0 auto;
  padding-bottom: 25px;
}
.products.d .small-box a {
  bottom: 47%;
  height: 15.125rem;
}
.products.d .small-box a.small-prod {
  height: 13rem;
  bottom: 33%;
}
.products.d .small-box a.small-prod.up {
  bottom: 40%;
}
.products.d .small-box a.up {
  bottom: 59%;
}
.products.d .small-box a img {
  object-position: bottom;
}
.products.d .small-box .product-text-box {
  top: 105px;
}
.products.e .small-box {
  width: 100%;
}
.products.e .small-box a {
  bottom: 47%;
  height: 15.125rem;
}
.products.e .small-box a.small-prod {
  height: 11rem;
  bottom: 20%;
}
.products.e .small-box a.small-prod.up {
  bottom: 30%;
}
.products.e .small-box a.up {
  bottom: 59%;
}
.products.e .small-box a img {
  object-position: bottom;
}
.products.e .small-box .product-text-box {
  bottom: -19px;
}
.products .small-box {
  width: 80%;
}
.products .small-box a {
  width: 12.188rem;
  height: 19.125rem;
  bottom: 45%;
  display: block;
  position: relative;
  text-decoration: none;
  transition: 0.4s;
  margin: auto;
}
.products .small-box a.small-prod {
  height: 15rem;
  bottom: 24%;
}
.products .small-box a.small-prod.up {
  bottom: 31%;
}
.products .small-box a.small-prod img {
  object-position: bottom;
}
.products .small-box a.up {
  bottom: 53%;
  transition: 0.4s;
}
.products .small-box a:hover {
  text-decoration: none;
}
.products .small-box a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products .small-box .product-text-box {
  top: unset;
  position: absolute;
  text-align: center;
  bottom: 20px;
  opacity: 0;
  transition: 0.2s ease-in;
}
.products .small-box .product-text-box.show {
  opacity: 1;
  transition: 0.2s ease-out;
}
.products .small-box .product-text-box h3 {
  font-family: "Poppins", sans-serif;
  font-size: 0.938rem;
  font-weight: 800;
  line-height: 18px;
  color: #001a6f;
  letter-spacing: 0.66px;
}
.products .small-box .product-text-box p {
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  line-height: 18px;
  color: #001a6f;
  letter-spacing: 0.52px;
}

@media only screen and (min-width: 1600px) {
  .products .small-box a {
    width: 9.188rem;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .section-a.productos {
    height: 100vh;
  }
  .section-a.productos .home-banner {
    height: 100%;
  }
  .section-a.productos .home-content {
    height: 88vh;
    width: 65% !important;
  }
  .section-a.productos .home-content h1 {
    width: 53%;
  }

  .products.c .small-box .product-text-box, .products.d .small-box .product-text-box {
    bottom: 0;
  }
  .products.c .small-box {
    margin: 0 auto !important;
  }
  .products.e .col {
    width: 20%;
  }
  .products.e .col a {
    width: 100%;
  }
  .products.e .col a.up {
    bottom: 66%;
  }
  .products.e .col a.small-prod.up {
    bottom: 45%;
  }
  .products.e .col .product-text-box {
    padding: 0 15px;
  }
  .products .small-box {
    width: 100% !important;
  }
  .products .small-box a.small-prod {
    height: 15rem;
  }
}
@media only screen and (max-width: 991px) {
  .section-a.productos {
    height: 85vh;
  }
  .section-a.productos .home-banner {
    height: 100%;
  }
  .section-a.productos .home-content {
    height: 100%;
    width: 65% !important;
  }
  .section-a.productos .home-content h1 {
    width: 100%;
  }

  .section-producto .box-product-text .logo-benefit {
    display: none !important;
  }

  .section-producto {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 0 !important;
  }
  .section-producto .box-product-text {
    width: 100% !important;
    padding-top: 5rem;
  }
  .section-producto figure {
    width: 100%;
    position: relative;
  }
  .section-producto figure.logo-benefit {
    display: none !important;
  }

  .products.a a {
    width: 100%;
  }
  .products.c .small-box .product-text-box, .products.d .small-box .product-text-box {
    bottom: 0;
  }
  .products.c .small-box {
    margin: 0 auto !important;
  }
  .products.e .col {
    width: 20%;
  }
  .products.e .col a {
    width: 100%;
    z-index: 0;
  }
  .products.e .col a.up {
    bottom: 73%;
  }
  .products.e .col a.small-prod.up {
    bottom: 45%;
  }
  .products.e .col .product-text-box {
    z-index: -1;
  }
  .products .small-box {
    width: 100% !important;
  }
  .products .small-box a {
    z-index: 0;
  }
  .products .small-box a.small-prod {
    height: 15rem;
  }
  .products .small-box a.small-prod.up {
    bottom: 40%;
  }
  .products .small-box a.up {
    bottom: 61%;
  }
  .products .small-box .product-text-box {
    z-index: -1;
  }
}
@media only screen and (max-width: 768px) {
  .section-a.productos .home-content h1 {
    font-size: 4.25rem;
  }

  .products.a .col, .products.b .col, .products.c .col, .products.d .col, .products.e .col {
    min-width: 50%;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 3rem;
  }
  .products.a .product-text-box {
    top: 15px !important;
  }
  .products.b .small-box {
    padding: 0 !important;
    top: -70px;
  }
  .products.b .small-box .col .producto-item {
    height: 15.125rem;
  }
  .products.b .small-box .col .producto-item img {
    object-fit: cover !important;
  }
  .products.b .small-box .col .producto-item-no-action {
    height: 15.125rem;
  }
  .products.b .small-box .col .producto-item-no-action img {
    object-fit: cover !important;
  }
  .products.b .product-text-box {
    top: 12px !important;
  }
  .products.c .small-box {
    padding: 0 !important;
    top: -80px;
    margin: 0 auto !important;
  }
  .products.c .small-box .col .producto-item {
    height: 13.125rem;
  }
  .products.c .small-box .col .producto-item img {
    object-fit: cover !important;
  }
  .products.c .small-box .col .producto-item-no-action {
    height: 13.125rem;
  }
  .products.c .small-box .col .producto-item-no-action img {
    object-fit: cover !important;
  }
  .products.c .product-text-box {
    top: 10px !important;
  }
  .products.d .small-box {
    padding: 0 !important;
    top: -90px;
  }
  .products.d .small-box .col .producto-item {
    height: 16.125rem !important;
  }
  .products.d .small-box .col .producto-item img {
    object-fit: cover !important;
  }
  .products.d .small-box .col .producto-item-no-action {
    height: 16.125rem !important;
  }
  .products.d .small-box .col .producto-item-no-action img {
    object-fit: cover !important;
  }
  .products.d .product-text-box {
    top: 10px !important;
  }
  .products.e .small-box {
    padding: 0 !important;
    top: -90px;
  }
  .products.e .small-box .col:last-child a img {
    object-fit: contain !important;
  }
  .products.e .small-box .col .producto-item {
    height: 21.125rem !important;
  }
  .products.e .small-box .col .producto-item img {
    object-fit: cover !important;
  }
  .products.e .small-box .col .producto-item-no-action {
    height: 21.125rem !important;
  }
  .products.e .small-box .col .producto-item-no-action img {
    object-fit: cover !important;
  }
  .products .small-box {
    overflow: hidden;
    top: -110px;
    position: relative;
  }
  .products .small-box .producto-item {
    bottom: 0 !important;
    padding: 0;
    margin: 0;
  }
  .products .small-box .producto-item.up {
    bottom: 7% !important;
  }
  .products .small-box .producto-item.small-prod {
    bottom: 0 !important;
    padding: 0;
    margin: 0;
    height: 19.125rem !important;
  }
  .products .small-box .producto-item.small-prod.up {
    bottom: 7% !important;
  }
  .products .small-box .producto-item img {
    object-fit: contain !important;
  }
  .products .small-box .producto-item-no-action {
    bottom: 0 !important;
    padding: 0;
    margin: 0;
  }
  .products .small-box .producto-item-no-action.up {
    bottom: 7% !important;
  }
  .products .small-box .producto-item-no-action.small-prod {
    bottom: 0 !important;
    padding: 0;
    margin: 0;
    height: 19.125rem !important;
  }
  .products .small-box .producto-item-no-action.small-prod.up {
    bottom: 7% !important;
  }
  .products .small-box .producto-item-no-action img {
    object-fit: contain !important;
  }
  .products .small-box .product-text-box {
    position: relative;
    bottom: 0;
    height: 0;
    transition: 0.4s;
  }
  .products .small-box .product-text-box.show {
    height: auto;
  }
}
@media only screen and (max-width: 650px) {
  .section-a.productos .home-content {
    padding: 0 2rem;
    width: 56%;
  }

  .section-producto .row {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 480px) {
  .section-a.productos {
    display: flex;
    align-items: flex-end;
    position: relative;
    justify-content: center;
  }
  .section-a.productos figure {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .section-a.productos figure img {
    object-position: 35%;
  }
  .section-a.productos .home-content {
    width: 100% !important;
    position: absolute;
    height: 100%;
    padding: 0 15px;
    justify-content: flex-end;
  }
  .section-a.productos .home-content figure img {
    object-position: 32%;
  }
  .section-a.productos .home-content h1 {
    margin-bottom: 27px !important;
    width: 100%;
    max-width: unset !important;
    font-size: 4rem;
  }
  .section-a.productos .home-content h2 {
    margin-bottom: 30%;
    width: 72% !important;
  }
  .section-a.productos .home-content .vida-text {
    width: 80%;
    margin: 0 auto;
  }
  .section-a.productos .arrow-box {
    margin-bottom: 10%;
  }

  .section-producto {
    padding-bottom: 0.5rem !important;
  }
  .section-producto.c {
    padding-bottom: 3.5rem !important;
  }
  .section-producto.d {
    padding-bottom: 2.5rem !important;
  }
  .section-producto .box-product-text {
    padding-top: 60px !important;
  }
  .section-producto .box-product-text h2 {
    font-size: 30px;
    width: 85%;
  }
  .section-producto .box-product-text p {
    font-size: 1.163rem !important;
  }
  .section-producto .box-product-text .button {
    font-size: 0.95rem !important;
  }
  .section-producto figure {
    margin: 0 !important;
  }

  .products {
    position: relative;
  }
  .products::before {
    content: "";
    width: 100%;
    height: 5%;
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    z-index: -1;
  }
  .products .small-box {
    top: 0 !important;
  }
  .products.a::before {
    background: #44c8f6;
    height: 140px;
  }
  .products.b::before {
    background: #001a6f;
    height: 100px;
  }
  .products.c::before {
    background: #eda601;
    height: 95px;
  }
  .products.d::before {
    background: #003db4;
    height: 115px;
  }
  .products.e::before {
    background: #001a6f;
    height: 160px;
  }
}
@media only screen and (min-width: 1600px) {
  /** Bottom Bottles Fix
  */
  .a .product-text-box {
    top: 190px !important;
  }

  .b .product-text-box {
    top: 110px !important;
  }

  .c .product-text-box {
    top: 115px !important;
  }

  .d .product-text-box {
    top: 130px !important;
  }
}
.section-a.compromiso {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}
.section-a.compromiso figure {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.section-a.compromiso figure .home-banner {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 0;
}
.section-a.compromiso .home-content {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  align-items: flex-start;
  padding-left: 5.375rem;
}
.section-a.compromiso .home-content .home-logo {
  width: 172px;
  height: 132px;
  margin: 0 49px 24px;
  object-fit: contain;
}
.section-a.compromiso .home-content h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 6.25rem;
  color: #ed018c;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-align: left;
  margin-bottom: 34px;
  max-width: 606px;
}
.section-a.compromiso .home-content h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: white;
  font-size: 2.5rem;
  text-transform: uppercase;
}
.section-a.compromiso .arrow-box {
  display: block;
  text-align: center;
  z-index: 1;
  position: relative;
  margin-bottom: 2%;
}
.section-a.compromiso .arrow-box .arrow {
  border: solid white;
  border-width: 0 4px 4px 0;
  border-radius: 3.5px;
  display: inline-block;
  padding: 13px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.section-text.productos.blue {
  background: #001a6f;
  padding: 5.313rem 0 0;
  position: relative;
}
.section-text.productos.blue::before {
  content: "";
  background: #44c8f6;
  position: absolute;
  width: 100%;
  height: 20%;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.section-text.productos.blue .container {
  position: relative;
}
.section-text.productos.blue #plastico {
  align-items: flex-start;
}
.section-text.productos.blue #plastico p {
  color: white !important;
}
.section-text.productos.center {
  text-align: center;
}
.section-text.productos.center h2 {
  text-transform: none !important;
}
.section-text.productos .img-text-box {
  margin: 0 !important;
}
.section-text.productos .img-text-box .text-box p {
  width: 98%;
}
.section-text .width-81 {
  max-width: 81%;
}
.section-text .width-90 {
  width: 90%;
  max-width: 1000px;
}
.section-text .bigger {
  font-size: 2.5rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #001a6f;
  text-transform: uppercase;
  width: 85%;
}
.section-text .bigger span {
  color: #44c8f6;
}
.section-text #reciclando .img-box, .section-text #plastico .img-box {
  flex-direction: column;
  align-items: center;
  width: 33%;
}
.section-text #reciclando .img-box .info-text, .section-text #plastico .img-box .info-text {
  margin-top: 2.75rem;
  padding-top: 1.875rem;
  position: relative;
  text-align: center;
}
.section-text #reciclando .img-box .info-text::before, .section-text #plastico .img-box .info-text::before {
  content: "";
  width: 100px;
  background: #44c8f6;
  height: 2px;
  left: 0;
  right: 0;
  top: 0;
  bottom: unset;
  position: absolute;
  margin: auto;
}
.section-text #reciclando .img-box .info-text h3, .section-text #plastico .img-box .info-text h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.188rem !important;
  font-weight: 600 !important;
  font-stretch: condensed !important;
  font-style: normal !important;
  line-height: 1.26 !important;
  letter-spacing: normal !important;
  color: #001970 !important;
  margin-bottom: 0 !important;
}
.section-text #reciclando .img-box .info-text h3 span, .section-text #plastico .img-box .info-text h3 span {
  font-size: 2.813rem !important;
  color: #ed018c !important;
}
.section-text #reciclando .text-box .bigger-h, .section-text #plastico .text-box .bigger-h {
  font-family: "Poppins", sans-serif;
  font-size: 4.375rem;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.93;
  letter-spacing: normal;
  color: #001a6f;
  margin-bottom: 2.813rem;
}
.section-text #reciclando .text-box .text-icon-box, .section-text #plastico .text-box .text-icon-box {
  width: 90% !important;
  margin-left: auto !important;
}
.section-text #reciclando .text-box .text-icon-box p, .section-text #plastico .text-box .text-icon-box p {
  font-size: 0.875rem !important;
  width: 99% !important;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  color: #001a6f;
}

.section-tri.protegemos .left-side {
  background: #ed018c;
  padding: 4.688rem;
}
.section-tri.protegemos .left-side figure {
  margin-left: auto;
  margin-bottom: 1.563rem;
}
.section-tri.protegemos .left-side .mobile-tit {
  display: none;
}
.section-tri.protegemos .center-side {
  background: #001a6f;
}
.section-tri.protegemos .center-side figure {
  width: 10.563rem;
  height: 3.375rem;
}
.section-tri.protegemos .right-side figure {
  width: 11.375rem;
  height: 4rem;
}
.section-tri.protegemos .center-side, .section-tri.protegemos .right-side {
  padding: 4.688rem 3.125rem;
  justify-content: flex-start;
}
.section-tri.protegemos .center-side figure, .section-tri.protegemos .right-side figure {
  margin-bottom: 2.688rem;
}
.section-tri.protegemos .center-side p, .section-tri.protegemos .right-side p {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  display: block;
}
.section-tri.protegemos .center-side p span, .section-tri.protegemos .right-side p span {
  font-weight: bold;
  display: block;
}
.section-tri.protegemos h3 {
  font-size: 3.125rem !important;
  font-weight: bold !important;
  text-align: left !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.04 !important;
  letter-spacing: normal !important;
  color: #ffffff !important;
  width: unset !important;
}
.section-tri .left-side,
.section-tri .center-side,
.section-tri .right-side {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4.688rem 0 3.625rem;
  flex-direction: column;
  width: 33.3333%;
}
.section-tri .left-side figure,
.section-tri .center-side figure,
.section-tri .right-side figure {
  width: 92px;
  height: 92px;
  margin-bottom: 0.75rem;
}
.section-tri .left-side figure img,
.section-tri .center-side figure img,
.section-tri .right-side figure img {
  width: 100%;
  height: 100%;
}
.section-tri .left-side h3,
.section-tri .center-side h3,
.section-tri .right-side h3 {
  font-family: "Poppins", sans-serif;
  font-size: 1.438rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 1.01px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  width: 65%;
  margin-bottom: 2.5rem;
  max-width: 292px;
}
.section-tri .left-side .button,
.section-tri .center-side .button,
.section-tri .right-side .button {
  font-family: "Poppins", sans-serif;
  font-size: 0.813rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.57px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.2);
  padding: 15px 50px;
  border-radius: 33px;
  text-transform: uppercase;
  transition: 0.4s;
}
.section-tri .left-side .button:hover,
.section-tri .center-side .button:hover,
.section-tri .right-side .button:hover {
  transition: 0.4s;
  background: rgba(0, 0, 0, 0.5);
}
.section-tri .left-side {
  background: #001a6f;
}
.section-tri .center-side {
  background: #ed018c;
}
.section-tri .right-side {
  background: #44c8f6;
}

.section-img.producto.text {
  overflow: hidden;
  padding: 10.063rem;
}
.section-img.producto.text figure img {
  top: -2px;
}
.section-img.producto.text .container {
  position: relative;
}
.section-img.producto.text .container .text-box {
  width: 50%;
  max-width: 500px;
}
.section-img.producto.text .container .text-box.manantiales h2 {
  font-size: 4.375rem;
  font-weight: 900;
}
.section-img.producto.text .container .text-box h2 {
  font-size: 3.125rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.04;
  letter-spacing: normal;
  color: #ed018c;
  text-transform: uppercase;
}
.section-img.producto.text .container .text-box h3 {
  font-family: "Poppins", sans-serif;
  font-size: 1.875rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  color: #ffffff;
  text-transform: uppercase;
}
.section-img.producto.text .container .certificado {
  width: 9.625rem;
  height: 14.75rem;
  position: absolute;
  right: 0;
  top: -20px;
}
.section-img.producto.text .container .certificado img {
  width: 100%;
  height: 100%;
}
.section-img .proyectos h2 {
  text-transform: uppercase !important;
  margin-bottom: 1.25rem !important;
}
.section-img .proyectos p {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 3.458rem !important;
}
.section-img .proyectos p span {
  font-weight: bold !important;
  text-transform: uppercase;
}
.section-img .proyectos p.no-margin {
  margin-bottom: 0 !important;
  width: 100%;
}
.section-img .proyectos .proyectos-item {
  margin-bottom: 1.875rem;
}
.section-img .proyectos .proyectos-item .d-flex {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.section-img .proyectos .proyectos-item .d-flex .img-side {
  width: 30%;
}
.section-img .proyectos .proyectos-item .d-flex .text-side {
  width: 52%;
}

@media only screen and (min-width: 1600px) {
  .section-tri .left-side h3, .section-tri .center-side h3, .section-tri .right-side h3 {
    max-width: 330px;
  }

  .section-text .img-text-box .text-box {
    width: 60%;
  }

  .section-text #plastico .img-box {
    padding-top: 4rem;
  }

  .section-img .text-box {
    width: 61%;
    max-width: unset;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .section-a.compromiso {
    height: 100vh;
    overflow: hidden;
  }
  .section-a.compromiso .img-box-container {
    height: 101%;
    top: -5px;
  }
  .section-a.compromiso .img-box-container .home-banner {
    height: 100%;
  }
  .section-a.compromiso .home-content {
    height: 88vh;
    width: 65% !important;
  }
  .section-a.compromiso .home-content h1 {
    width: 53%;
  }

  .section-text .water {
    right: 2.5rem;
  }
  .section-text h2.width-55 {
    width: 100%;
  }
  .section-text p {
    width: 100%;
  }

  .section-mid .d-flex .left-side .d-flex,
.section-mid .d-flex .right-side .d-flex {
    flex-direction: column-reverse;
  }
  .section-mid .d-flex .left-side .d-flex .left-side,
.section-mid .d-flex .left-side .d-flex .right-side,
.section-mid .d-flex .right-side .d-flex .left-side,
.section-mid .d-flex .right-side .d-flex .right-side {
    width: 100%;
  }
  .section-mid .d-flex .left-side .d-flex .right-side,
.section-mid .d-flex .right-side .d-flex .right-side {
    text-align: center;
    margin-bottom: 1rem;
  }
  .section-mid .d-flex .left-side .d-flex .left-side ul,
.section-mid .d-flex .right-side .d-flex .left-side ul {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  .section-a.compromiso {
    height: 85vh;
    overflow: hidden;
  }
  .section-a.compromiso .img-box-container {
    height: 101%;
    top: -5px;
  }
  .section-a.compromiso .img-box-container .home-banner {
    height: 100%;
  }
  .section-a.compromiso .home-content {
    height: 100%;
    width: 65% !important;
  }
  .section-a.compromiso .home-content h1 {
    width: 100%;
    font-size: 5rem;
  }

  #manantiales {
    padding: 10.063rem 0;
  }

  .section-tri.protegemos .d-flex {
    flex-direction: column;
  }
  .section-tri.protegemos .d-flex .color-box {
    padding: 4.688rem 3.125rem;
    max-height: 380px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section-tri.protegemos .d-flex .color-box.left-side {
    flex-direction: row-reverse;
  }
  .section-tri.protegemos .d-flex .color-box.left-side figure {
    margin: 0;
  }
  .section-tri.protegemos .d-flex .color-box.left-side h3 {
    width: 85%;
    max-width: unset;
    margin-bottom: 0;
  }
  .section-tri.protegemos .d-flex .color-box.left-side h3.desktop-tit {
    display: none;
  }
  .section-tri.protegemos .d-flex .color-box.left-side h3.mobile-tit {
    display: block;
  }
  .section-tri .color-box {
    padding: 4.688rem 0;
  }

  .section-img.text.corporation {
    padding: 10.063rem 0;
  }
  .section-img.text.corporation .container .text-box {
    width: 75% !important;
  }
  .section-img.text.corporation .container .certificado {
    width: 7.625rem;
  }

  #proyectos .text-box.proyectos {
    width: 100% !important;
    max-width: unset !important;
  }
  #proyectos .text-box.proyectos .proyectos-item {
    margin-bottom: 2rem;
  }
  #proyectos .text-box.proyectos .proyectos-item:last-child {
    margin-bottom: 0 !important;
  }
  #proyectos .text-box.proyectos .proyectos-item .d-flex {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #proyectos .text-box.proyectos .proyectos-item .d-flex .img-side {
    width: 50% !important;
  }
  #proyectos .text-box.proyectos .proyectos-item .d-flex .text-side {
    width: 100% !important;
    max-width: unset !important;
  }

  .section-text.productos #reciclando, .section-text.productos #plastico {
    flex-direction: column-reverse;
  }
  .section-text.productos #reciclando .text-box, .section-text.productos #plastico .text-box {
    width: 100%;
    margin-bottom: 3rem;
  }
  .section-text.productos #reciclando .text-box .bigger-h, .section-text.productos #plastico .text-box .bigger-h {
    font-size: 3.7rem !important;
  }
  .section-text.productos #reciclando .text-box .text-icon-box, .section-text.productos #plastico .text-box .text-icon-box {
    width: 100% !important;
    margin-left: none !important;
  }
  .section-text.productos #reciclando .img-box, .section-text.productos #plastico .img-box {
    width: 100% !important;
  }
  .section-text .bigger {
    width: 100% !important;
  }
}
@media only screen and (max-width: 768px) {
  .section-a.compromiso h1 {
    font-size: 5rem !important;
  }

  #proyectos .text-box.proyectos h2 {
    font-size: 3rem !important;
  }

  .section-img.text.corporation {
    padding: 10.063rem 0;
  }
  .section-img.text.corporation .container .text-box {
    width: 75% !important;
  }

  .section-tri .left-side, .section-tri .right-side, .section-tri .center-side {
    padding: 2.688rem 0;
  }
  .section-tri .left-side h3, .section-tri .right-side h3, .section-tri .center-side h3 {
    width: 100% !important;
    max-width: unset !important;
  }
}
@media only screen and (max-width: 650px) {
  :root {
    font-size: 14px;
  }

  .section-a.compromiso .home-content {
    padding: 0 2rem;
    width: 100% !important;
  }
  .section-a.compromiso .home-content h1 {
    font-size: 4rem !important;
  }

  .section-img.text.corporation .certificado {
    right: 15px !important;
  }

  .section-text.productos .img-text-box .img-box figure {
    width: 100% !important;
    height: 100% !important;
  }
  .section-text.productos #reciclando .text-icon-box {
    flex-direction: column !important;
  }
  .section-text.productos #reciclando .text-icon-box h2 {
    width: 100% !important;
    margin-bottom: 1.5rem !important;
  }
  .section-text.productos #reciclando .img-box {
    justify-content: center !important;
  }
  .section-text.productos #reciclando .img-box figure {
    text-align: center;
  }

  .section-tri.links .left-side, .section-tri.links .center-side, .section-tri.links .right-side {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .section-tri.links .left-side h3, .section-tri.links .center-side h3, .section-tri.links .right-side h3 {
    font-size: 1rem !important;
  }
  .section-tri.links .left-side .button, .section-tri.links .center-side .button, .section-tri.links .right-side .button {
    padding: 10px 21px !important;
  }
}
@media only screen and (max-width: 480px) {
  .section-a.compromiso {
    display: flex;
    align-items: flex-end;
    position: relative;
    justify-content: center;
  }
  .section-a.compromiso figure {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .section-a.compromiso figure img {
    object-position: 35%;
  }
  .section-a.compromiso .home-content {
    width: 100%;
    position: absolute;
    height: 100%;
    padding: 0 15px;
    justify-content: flex-end;
  }
  .section-a.compromiso .home-content figure img {
    object-position: 32%;
  }
  .section-a.compromiso .home-content h1 {
    margin-bottom: 27px !important;
    width: 100%;
    max-width: unset !important;
    font-size: 45px !important;
    line-height: 48px !important;
  }
  .section-a.compromiso .home-content h2 {
    margin-bottom: 30%;
    width: 95% !important;
  }
  .section-a.compromiso .home-content .vida-text {
    width: 80%;
    margin: 0 auto;
  }
  .section-a.compromiso .arrow-box {
    margin-bottom: 10%;
  }

  .section-text .width-81 {
    max-width: 100% !important;
    width: 100% !important;
  }
  .section-text .width-90 {
    width: 100% !important;
  }
  .section-text .bigger {
    margin: 0 !important;
    font-size: 26.5px !important;
  }
  .section-text.productos #reciclando .text-box .bigger-h {
    font-size: 39px !important;
    line-height: 46px !important;
    margin-bottom: 30px !important;
  }
  .section-text.productos #reciclando .text-box .text-icon-box h2 {
    font-size: 30px !important;
    line-height: 37px !important;
  }
  .section-text.productos #reciclando .text-box .text-icon-box p {
    font-size: 13px !important;
    width: 100% !important;
  }
  .section-text.productos #reciclando .img-box .info-text h3 {
    font-size: 35px !important;
    line-height: 44px !important;
  }
  .section-text.productos #reciclando .img-box .info-text h3 span {
    font-size: 45px !important;
  }
  .section-text.recicla {
    padding: 50px 0 70px !important;
  }
  .section-text.blue {
    padding: 50px 0 !important;
  }
  .section-text.blue #plastico .text-box {
    margin-bottom: 50px !important;
  }
  .section-text.blue #plastico .text-box .text-icon-box {
    margin-bottom: 0 !important;
  }
  .section-text.blue #plastico .text-box .text-icon-box h2 {
    font-size: 27px !important;
  }
  .section-text.blue #plastico .text-box .text-icon-box p {
    font-size: 14px !important;
    margin-bottom: 0 !important;
  }
  .section-text.blue #plastico .img-box figure img {
    width: 100%;
  }

  .section-img.producto.corporation {
    padding: 40px 0 !important;
  }
  .section-img.producto.corporation .container .text-box h2 {
    font-size: 27px !important;
    line-height: 37px !important;
  }
  .section-img.producto.corporation .container .text-box h3 {
    font-size: 16px !important;
    line-height: 28px !important;
  }
  .section-img.producto.corporation .container .certificado {
    width: 54px;
    height: 83px;
    top: 10px !important;
    right: 25px !important;
  }
  .section-img .bg-img-section {
    margin-bottom: 0 !important;
  }
  .section-img#proyectos {
    padding: 80px 0 !important;
  }
  .section-img#proyectos .text-box.proyectos p {
    font-size: 14px !important;
  }
  .section-img#proyectos .text-box.proyectos .proyectos-item .d-flex .img-side {
    width: 55% !important;
    margin-bottom: 20px !important;
  }
  .section-img#proyectos .text-box.proyectos .proyectos-item .d-flex .text-side {
    text-align: center;
  }
  .section-img#proyectos .text-box.proyectos .proyectos-item .d-flex .text-side p {
    line-height: 22px !important;
  }

  .section-text.productos #plastico .text-icon-box {
    flex-direction: column !important;
  }
  .section-text.productos #plastico .text-icon-box h2 {
    width: 100% !important;
    margin-bottom: 1.5rem !important;
  }
  .section-text.productos #plastico .img-box figure {
    text-align: center !important;
  }
  .section-text.productos.drop-section {
    padding: 30px 0 !important;
  }
  .section-text.productos #cuidemos-section .text-box .text-icon-box h2 {
    font-size: 30px !important;
  }
  .section-text.productos #cuidemos-section .text-box p {
    width: 99.5% !important;
  }

  #manantiales {
    padding: 85px 0 35px !important;
  }
  #manantiales .text-box h2 {
    font-size: 42px !important;
    line-height: 46px !important;
    margin-bottom: 0 !important;
  }

  .section-tri.links .left-side, .section-tri.links .center-side, .section-tri.links .right-side {
    height: 150px !important;
  }
  .section-tri.links .left-side figure, .section-tri.links .center-side figure, .section-tri.links .right-side figure {
    width: 32px !important;
    height: 32px !important;
  }
  .section-tri.links .left-side .button, .section-tri.links .center-side .button, .section-tri.links .right-side .button {
    padding: 10px 21px !important;
    display: none !important;
  }
  .section-tri.links .left-side h3, .section-tri.links .center-side h3, .section-tri.links .right-side h3 {
    margin-bottom: 0 !important;
    font-size: 12px !important;
    line-height: 15px !important;
    letter-spacing: 0.57px !important;
  }

  .section-tri.protegemos .d-flex .center-side p {
    font-size: 1.15rem !important;
  }
  .section-tri.protegemos .d-flex .left-side.color-box {
    height: unset !important;
    padding: 40px 37px !important;
  }
  .section-tri.protegemos .d-flex .left-side.color-box h3 {
    font-size: 30px !important;
  }
  .section-tri.protegemos .d-flex .left-side.color-box figure {
    text-align: right;
  }
  .section-tri.protegemos .d-flex .left-side.color-box figure img {
    width: 67px;
    height: 74px;
  }
  .section-tri.protegemos .d-flex .right-side.color-box, .section-tri.protegemos .d-flex .center-side.color-box {
    height: unset !important;
    padding: 100px 37px !important;
  }
  .section-tri.protegemos .d-flex .right-side p {
    font-size: 1.15rem !important;
  }
}
body {
  font-size: 100%;
  overflow-x: hidden;
}

.desktop-view {
  display: block !important;
}

.mobile-view {
  display: none !important;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.d-flex.justify-content-between {
  justify-content: space-between;
}
.d-flex.justify-content-around {
  justify-content: space-around;
}
.d-flex.justify-content-start {
  justify-content: flex-start;
}
.d-flex.justify-content-end {
  justify-content: flex-end;
}
.d-flex.align-items-start {
  align-items: flex-start;
}
.d-flex.align-items-end {
  align-items: flex-end;
}
.d-flex.d-column {
  flex-direction: column;
}

@media only screen and (min-width: 1600px) {
  :root {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  :root {
    font-size: 75%;
    overflow-x: hidden;
  }

  .container {
    padding-left: 37px !important;
    padding-right: 37px !important;
  }

  .desktop-view {
    display: none !important;
  }

  .mobile-view {
    display: block !important;
  }
}
.center-link {
  text-align: center;
  color: #ffffff;
}

.center-link:hover {
  text-decoration: none;
  color: #ffffff;
}

/* Block cookies */
.cookies-prev {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.8;
  z-index: 99;
}

.cookies-prev.is-hidden {
  display: none;
}

/*# sourceMappingURL=style.css.map */
