.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 87.59375px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #009fe3;
  outline-color: #fff;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 1px;
}

.img-branding {
  width: 60px;
}

.nav-link {
  height: 45px;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 0px;
  font-family: diazo-mvb-cond, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #fff;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.accesoclientes {
  height: 45px;
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.nav-link.accesoclientes:hover {
  background-color: hsla(0, 0%, 100%, 0.9);
  color: #009fe3;
}

.sectionhome {
  padding-top: 160px;
  padding-bottom: 70px;
}

.sliderhome {
  z-index: -1;
  width: 100%;
  height: 400px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: #f2eff8;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-nav {
  font-size: 10px;
}

.slide {
  padding-top: 80px;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  background-image: url('../images/banner-inicio-940.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  text-align: center;
}

.sectionempresa {
  padding-top: 50px;
  padding-bottom: 70px;
}

.heading {
  margin-top: 0px;
  font-family: diazo-mvb-cond, sans-serif;
  color: #009fe3;
  font-size: 65px;
  line-height: 65px;
  text-align: center;
}

.heading.paddingbottom {
  margin-bottom: 40px;
}

.heading.paddingbottom.white {
  color: #fff;
}

.heading-2 {
  margin-top: 10px;
  font-family: diazo-mvb-cond, sans-serif;
  color: #009fe3;
  font-size: 45px;
  line-height: 45px;
  text-align: center;
}

.columns {
  margin-top: 40px;
}

.divblock-info {
  padding: 30px;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background-color: #f2eff8;
  text-align: center;
}

.img-info {
  width: 140px;
  height: auto;
  margin-bottom: 10px;
}

.paragraph-info {
  overflow: hidden;
  height: 100px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #575756;
  line-height: 24px;
  text-align: left;
}

.title-info {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: #009fe3;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

.btn-info {
  width: 172px;
  height: 45px;
  padding-top: 12px;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.sectionproductos {
  padding-top: 50px;
  padding-bottom: 70px;
  background-color: #f2eff8;
}

.btn-productos {
  position: static;
  display: inline-block;
  width: auto;
  height: 45px;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background-color: transparent;
  font-family: diazo-mvb-cond, sans-serif;
  color: #575756;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.btn-productos:hover {
  background-color: #009fe3;
  color: #fff;
}

.container {
  text-align: left;
}

.divcpontainerprod {
  display: inline-block;
  width: 290px;
  margin: 40px 10px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-prod {
  width: 290px;
  height: 290px;
}

.txt-prod {
  margin-top: 20px;
  font-family: diazo-mvb-cond, sans-serif;
  color: #575756;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.div-container-menubuttons {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  text-align: center;
}

.div-block {
  width: 440px;
  padding: 5px 5px 5px 40px;
  background-color: #fafbf4;
  background-image: url('../images/warning.png');
  background-position: 5px 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.paragraph-2 {
  margin-bottom: 0px;
  padding: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  line-height: 12px;
}

.containerbottomprod {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sectioninfoutil {
  padding-top: 50px;
  padding-bottom: 70px;
}

.txt-infoutil {
  font-family: Montserrat, sans-serif;
  color: #575756;
  line-height: 24px;
}

.text-span {
  color: #009fe3;
  font-weight: 700;
}

.sectioninformacion {
  padding-top: 10px;
  padding-bottom: 60px;
  background-color: #fafbf4;
}

.heading-3 {
  font-family: diazo-mvb-cond, sans-serif;
  color: #009fe3;
  text-align: center;
}

.text-block {
  font-family: Montserrat, sans-serif;
  color: #575756;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
}

.text-block.red {
  color: #e30613;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-4 {
  margin-top: 3px;
  margin-bottom: 0px;
  font-family: diazo-mvb-cond, sans-serif;
  color: #575756;
}

.imgwarning {
  width: 30px;
  margin-top: 12px;
}

.sectioncontacto {
  padding-top: 50px;
  padding-bottom: 70px;
  background-color: #009fe3;
}

.paragraph-3 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
}

.paragraph-3.blue {
  color: #575756;
}

.link {
  color: #fff;
  text-decoration: none;
}

.divblockform {
  width: 400px;
  margin-top: 40px;
  text-align: center;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.formfield {
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.formfield.textarea {
  height: 140px;
}

.submitbutton {
  width: 172px;
  height: 45px;
  margin-top: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background-color: transparent;
}

.submitbutton.blue {
  border-color: #009fe3;
  color: #009fe3;
}

.sectionfooter {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #009fe3;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.imgfooter {
  width: 50px;
}

.html-embed {
  background-color: #009fe3;
}

.text-block-2 {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 9px;
  line-height: 12px;
  text-align: center;
}

.divcontainerwa {
  position: fixed;
  left: auto;
  top: auto;
  right: 3%;
  bottom: 0px;
  z-index: 1002;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  background-color: transparent;
}

.imgwa {
  width: 40px;
  height: 40.0625px;
}

.slide-2 {
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  background-color: transparent;
  background-image: url('../images/banner-QER-940.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.slide-3 {
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  background-image: url('../images/banner-lavandina-940.png');
  background-position: 50% 50%;
  background-size: auto;
}

.div-block-2 {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #009fe3;
}

.titlelogin {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: diazo-mvb-cond, sans-serif;
  color: #fff;
  text-align: right;
}

.sectionlogin {
  padding-top: 50px;
  padding-bottom: 70px;
}

.divproducto {
  width: 290px;
  height: 290px;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background-color: #fff;
}

.sectiontecnologia {
  padding-top: 60px;
  padding-bottom: 60px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section {
  padding-top: 160px;
  padding-bottom: 60px;
}

.image {
  width: 290px;
  height: 128.83680725097656px;
}

.paragraph-4 {
  width: 290px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.heading-5 {
  margin-bottom: 0px;
  font-family: diazo-mvb-cond, sans-serif;
  font-size: 30px;
}

.maskbanner {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: transparent;
}

.container-5 {
  position: relative;
}

@media screen and (max-width: 991px) {
  .nav-link.accesoclientes {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 20px;
    float: left;
    border-style: none;
  }

  .nav-link.accesoclientes:hover {
    background-color: transparent;
    color: #fff;
  }

  .menu-button {
    color: #fff;
    font-size: 30px;
  }

  .menu-button.w--open {
    background-color: #009fe3;
  }

  .nav-menu {
    background-color: #0eaaec;
  }

  .btn-productos {
    display: block;
    width: 300px;
  }

  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .divcpontainerprod {
    display: block;
  }

  .div-container-menubuttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .slide-2 {
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .nav-link.accesoclientes {
    margin-left: 0px;
  }

  .sectionhome {
    padding-right: 10px;
    padding-left: 10px;
  }

  .slide {
    background-image: url('../images/banner-inicio-mobile.png');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .divblock-info {
    margin-bottom: 40px;
  }

  .sectionproductos {
    padding-right: 10px;
    padding-left: 10px;
  }

  .btn-productos {
    width: 300px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .sectioninfoutil {
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .slide-2 {
    background-image: url('../images/banner-QER-767.png');
    background-size: auto;
    background-repeat: no-repeat;
  }

  .slide-3 {
    background-image: url('../images/banner-lavandina-mobile.png');
    background-size: auto;
    background-repeat: no-repeat;
  }

  .div-block-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .sectionlogin {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    margin-bottom: 0px;
    font-size: 50px;
  }

  .heading-2 {
    margin-top: 0px;
    font-size: 30px;
  }

  .btn-productos {
    display: inline-block;
    width: 300px;
    margin-left: 0px;
  }

  .div-block {
    width: 300px;
  }

  .sectioninfoutil {
    padding-left: 15px;
  }

  .text-block {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .heading-4 {
    width: 100%;
    text-align: center;
  }

  .sectioncontacto {
    padding-right: 10px;
    padding-left: 10px;
  }

  .paragraph-3 {
    font-size: 14px;
  }

  .divblockform {
    width: 100%;
  }

  .submitbutton {
    width: 100%;
  }

  .divcontainerwa {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .slide-2 {
    background-position: 50% 100%;
    background-size: auto;
  }

  .slide-3 {
    background-image: url('../images/banner-lavandina-mobile.png');
    background-position: 50% 100%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .titlelogin {
    margin-top: 10px;
    font-size: 28px;
  }
}

