body {
  color: #242424;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 120%;
}

.ecap-nav {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 12vh;
  display: flex;
  position: fixed;
}

.body {
  font-size: 16px;
}

.container {
  width: 100%;
}

.ecap-nav-cont {
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.ecap-lang-cont {
  padding-right: 5vw;
  display: flex;
}

.ecap-lang-separator {
  background-color: #000;
  width: 1px;
  margin-left: 5px;
  margin-right: 5px;
}

.ecap-lang-link {
  color: #0173ba;
  text-decoration: none;
}

.ecap-mainmenu-link {
  color: #707070;
  font-family: Varela, sans-serif;
}

.ecap-mainmenu-link:hover {
  color: #000;
}

.ecap-mainmenu-link.english {
  display: none;
}

.hero-cont {
  background-image: url('../images/Rectangle-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.grid-back {
  mix-blend-mode: multiply;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.hero-el-cont {
  justify-content: space-around;
  align-items: center;
  width: 100vw;
  max-width: 1600px;
  height: 70vh;
  margin-top: 12vh;
  display: flex;
}

.hero-txt {
  z-index: 2;
  color: #fff;
  text-align: center;
  font-size: 2em;
  font-weight: 600;
  line-height: 130%;
  position: relative;
}

.ecap-logo {
  height: 8vh;
}

.hero-img1 {
  width: 33%;
  max-height: 20vh;
  padding-left: 30px;
  padding-right: 30px;
}

.hero-img2 {
  width: 33%;
  max-height: 40vh;
  padding-left: 30px;
  padding-right: 30px;
}

.hero-img3 {
  width: 33%;
  max-height: 55vh;
}

.hero-txt-cont {
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 18vh;
  display: flex;
}

.ecap-nosotros {
  background-color: #d5edfd;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  display: flex;
}

.nosotros-foto-cont {
  width: 100%;
}

.nosotros-img {
  mix-blend-mode: multiply;
  width: 100%;
}

.nosotros-txt-cont {
  max-width: 1600px;
  display: flex;
}

.nosotros-txt-left {
  width: 50%;
  padding: 10vh 5vw;
}

.nosotros-txt-right {
  width: 50%;
  padding-top: 5vh;
  padding-bottom: 5vh;
  padding-left: 5vw;
}

.ecap-heads {
  color: #0173ba;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 3em;
}

.ecap-heads.white {
  color: #fff;
  margin-top: 0;
  padding-left: 5vw;
}

.ecap-balazo {
  width: 70%;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 120%;
}

.asa-balazo {
  mix-blend-mode: multiply;
  width: 60%;
}

.ecap-prod {
  margin-top: 10vh;
  padding-left: 5vw;
  padding-right: 5vw;
}

.prodgal-cont {
  justify-content: center;
  max-width: 1600px;
  margin-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
}

.prod-desc-cont {
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  width: 40%;
  padding-bottom: 5vh;
  display: flex;
}

.body-2 {
  font-family: Montserrat, sans-serif;
}

.slider {
  background-color: #0000;
  width: 60vw;
  max-width: 750px;
  height: 60vw;
  max-height: 790px;
}

.left-arrow {
  mix-blend-mode: difference;
}

.ecap-head2 {
  color: #0173ba;
  font-size: 1.5em;
  line-height: 120%;
}

.tapa-prod {
  width: 50%;
}

.slider-nav {
  padding-top: 25px;
}

.slide-foot {
  z-index: 100;
  position: relative;
  inset: auto auto 0% 0%;
}

.slide-img {
  position: static;
}

.right-arrow {
  mix-blend-mode: difference;
}

.ecap-sevicios {
  background-color: #d5edfd;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  display: flex;
}

.serv-txt-left {
  width: 50%;
  padding: 20vh 5vw 10vh;
}

.ecap-cotiza {
  background-color: #d5edfd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
}

.coti-head {
  margin-top: 0;
}

.text-field {
  border: 0 #000;
}

.field-label {
  font-size: 15px;
  font-weight: 400;
}

.field-label.white {
  color: #fff;
}

.cotizaform-left {
  width: 50%;
  padding-right: 30px;
}

.cotizaform-right {
  flex-direction: column;
  width: 50%;
  padding-right: 30px;
  display: flex;
}

.select-field {
  background-color: #fff;
  border: 0 #000;
}

.form {
  flex-direction: row;
}

.fields-cont {
  justify-content: center;
  margin-bottom: 25px;
  display: flex;
}

.form-block {
  width: 100%;
  max-width: 1600px;
  padding-left: 5vw;
  padding-right: 5vw;
}

.submit-button {
  background-color: #0173ba;
}

.submit-button.overblue {
  border: 1px solid #fff;
}

.textarea {
  border: 0 #000;
  min-height: 40%;
}

.textarea.height85 {
  min-height: 85%;
}

.ecap-contact {
  background-color: #0173ba;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.ecap-foter {
  background-color: #0173ba;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.politica-link {
  color: #fff;
  margin-left: 15px;
  font-size: 14px;
}

.footer-txt {
  color: #fff;
  font-size: 14px;
}

.whats {
  z-index: 99;
  position: fixed;
  inset: auto 20px 20px auto;
}

.link-block {
  z-index: 299;
  opacity: 0;
  cursor: pointer;
  width: 50px;
  height: 50px;
  position: fixed;
  inset: auto 20px 20px auto;
}

.pleca {
  background-color: #0173ba;
  height: 1px;
  margin-top: 2vh;
  margin-bottom: 10vh;
}

.molde-balazo {
  mix-blend-mode: multiply;
  width: 60%;
}

.solicitud {
  background-color: #0173ba;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.sentimg {
  width: 10vw;
  margin-bottom: 5vh;
}

.senttxt {
  color: #fff;
  margin-bottom: 5vh;
  font-size: 1.5em;
  font-weight: 600;
}

.bactohome {
  background-color: #3898ec00;
  border: 1px solid #fff;
  border-radius: 1px;
}

.hero-txt-cont-copy {
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  display: flex;
}

.privacidad-cont {
  color: #fff;
  max-width: 1200px;
  margin-top: 20vh;
  padding-left: 5vw;
  padding-right: 5vw;
}

.priv-cont {
  background-image: url('../images/Rectangle-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: auto;
  padding-bottom: 10vh;
  display: flex;
}

@media screen and (max-width: 991px) {
  .ecap-lang-cont {
    display: none;
  }

  .ecap-mainmenu-link {
    color: #fff;
  }

  .ecap-mainmenu-link.english {
    text-transform: uppercase;
    background-color: #5f9cde;
    font-size: 13px;
    display: block;
  }

  .nosotros-txt-left {
    width: 60%;
    padding-top: 5vh;
  }

  .ecap-balazo {
    width: 80%;
    font-size: 1.8em;
  }

  .asa-balazo {
    width: 60%;
  }

  .serv-txt-left {
    padding-top: 5vh;
  }

  .nav-menu {
    background-color: #0173ba;
  }

  .hamburguer-menu {
    width: 30px;
  }

  .menu-button {
    background-color: #fff;
  }

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

  .molde-balazo {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .hero-cont {
    overflow: hidden;
  }

  .hero-el-cont {
    width: 300vw;
  }

  .hero-txt {
    width: 80%;
    font-size: 1.5em;
  }

  .hero-img1 {
    width: 60%;
    position: absolute;
  }

  .hero-img2, .hero-img3 {
    width: 70%;
    position: absolute;
  }

  .nosotros-txt-cont {
    flex-direction: column;
  }

  .nosotros-txt-left {
    width: 100%;
    padding-bottom: 5vh;
  }

  .nosotros-txt-right {
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .ecap-heads {
    font-size: 2em;
  }

  .ecap-balazo {
    width: 90%;
    font-size: 1.5em;
  }

  .asa-balazo {
    width: 50%;
  }

  .ecap-head2 {
    font-size: 1.2em;
  }

  .slider-nav {
    padding-top: 50px;
  }

  .slide-foot {
    font-size: 13px;
  }

  .serv-txt-left {
    width: 100%;
    padding-bottom: 5vh;
  }

  .pleca {
    margin-bottom: 5vh;
  }

  .molde-balazo {
    width: 50%;
  }

  .priv-cont {
    overflow: hidden;
  }
}

@media screen and (max-width: 479px) {
  .hero-cont {
    position: relative;
  }

  .grid-back {
    display: block;
    inset: 0% auto auto 0%;
  }

  .hero-el-cont {
    width: 100vw;
    height: 60vh;
  }

  .hero-img2 {
    width: 90%;
    max-height: 50vh;
  }

  .hero-txt-cont {
    height: 28vh;
  }

  .nosotros-txt-right {
    padding-bottom: 5vh;
    padding-right: 5vw;
  }

  .ecap-balazo {
    width: 55%;
    font-size: 1.2em;
  }

  .asa-balazo {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .ecap-prod {
    margin-top: 5vh;
  }

  .prodgal-cont {
    flex-direction: column;
  }

  .prod-desc-cont {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .slider {
    width: 90vw;
    height: 100vw;
  }

  .cotizaform-left, .cotizaform-right {
    width: 100%;
    padding-right: 0;
  }

  .fields-cont, .ecap-foter {
    flex-direction: column;
  }

  .mask {
    width: 100%;
  }

  .molde-balazo {
    width: 50%;
    padding-left: 0;
    padding-right: 10px;
  }

  .hero-txt-cont-copy {
    height: 28vh;
  }

  .priv-cont {
    position: relative;
  }
}


