:root {
  --quartto-aqua: #87bdb2;
  --e1ffe2: var(--quartto-aqua);
}

.nav {
  background-color: #87bdb2;
  justify-content: space-between;
  align-items: center;
  padding: 1vw 5vw;
  display: flex;
}

.h1-titles {
  color: #000;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 3.5vw;
  font-weight: 600;
  line-height: 4vw;
}

.h1-titles.br {
  width: 70%;
}

.h1-titles.title-banner {
  color: #fff;
  letter-spacing: .5vw;
  font-size: 5vw;
}

.h2-subtitles {
  color: #000;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 3vw;
  font-weight: 600;
}

.h3-encabezados {
  color: #000;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 2.2vw;
  font-weight: 600;
}

.h4-titles {
  color: #000;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1.6vw;
  font-weight: 600;
}

.h5-titles {
  color: #000;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1.3vw;
  font-weight: 600;
}

.p-text {
  color: #000;
  font-size: 1vw;
  line-height: 1.5vw;
}

.p-text._w-text-footer {
  width: 100%;
}

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

.p-nav {
  color: #fff;
  letter-spacing: .1vw;
  font-size: 1vw;
  font-weight: 300;
}

.p-nav:hover, .p-nav.w--current {
  color: #32343a;
}

.button-nav {
  display: flex;
}

.button-contacto {
  color: #87bdb2;
  letter-spacing: .1vw;
  background-color: #fff;
  border-radius: 100px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: .7vw;
  font-weight: 500;
  text-decoration: none;
}

.button-contacto:hover {
  color: #fff;
  background-color: #32343a;
}

.nav-logo {
  width: 3vw;
}

.header {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  background-color: #fff;
  justify-content: flex-end;
  align-items: center;
  padding: .7vw 5vw;
  display: flex;
}

.social {
  width: 1.5vw;
  height: 1.5vw;
  background-color: #87bdb2;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social:hover {
  background-color: #32343a;
}

.redes {
  width: .7vw;
}

.button-nav-mobile {
  display: none;
}

.banner-home {
  width: 100%;
  height: 70vh;
  background-image: linear-gradient(to top, rgba(15, 48, 41, .5), rgba(0, 0, 0, 0));
  justify-content: center;
  align-items: center;
  display: flex;
}

.destacado {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2vw;
  padding-bottom: 2vw;
  display: flex;
}

.p-titles-destacado {
  color: #87bdb2;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1vw;
  font-weight: 300;
}

.p-titles-destacado.mb-1 {
  margin-bottom: 1vw;
}

.p-text-destacado {
  width: 60%;
  color: #000;
  text-align: center;
  padding-top: 1vw;
  font-size: 2.5vw;
  line-height: 3.5vw;
}

.divider {
  width: 90%;
  height: 1px;
  background-color: #eee;
  margin-top: 2vw;
  margin-bottom: 2vw;
}

.sec-nosotros {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.img-nosotros {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  flex-direction: column;
  display: flex;
}

.image-nosotros._1 {
  width: 100%;
  height: 40vh;
  background-image: url('../images/cortinas-blackout-1.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 1vw;
}

.image-nosotros._2 {
  width: 20vw;
  height: 25vh;
  background-image: url('../images/cortinas-blackout-3.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 1vw;
}

.image-nosotros._3 {
  width: 20vw;
  height: 25vh;
  background-image: url('../images/cortinas-blackout2.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 1vw;
}

.descrip {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-direction: column;
  display: flex;
}

.descripciones._w-nosotros {
  width: 85%;
}

.image-nosotros-h {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  display: flex;
}

.cta {
  width: auto;
  background-color: var(--quartto-aqua);
  letter-spacing: .1vw;
  border-radius: 100px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: .7vw;
  text-decoration: none;
}

.cta:hover {
  background-color: #32343a;
}

.wrapper {
  padding-left: 5vw;
  padding-right: 5vw;
}

.strong {
  color: #87bdb2;
  font-weight: 700;
}

.sec-catalogo {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  background-color: #f7f7f7;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2vw 5vw;
  display: flex;
}

.gap {
  width: 100%;
  height: 10vh;
}

.sec-contact {
  background-color: #e1eff2;
  padding: 10vw;
}

.background-contacto {
  background-color: #fff;
  border-radius: 2vw;
  justify-content: space-between;
  align-items: center;
  padding: 5vw 10vw 5vw 5vw;
  display: flex;
  position: relative;
}

.img-contact {
  width: 40vw;
  height: 40vw;
  background-image: url('../images/img-contact.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1vw;
  position: relative;
  left: -200px;
}

.form-contact {
  width: 50%;
}

.text-field {
  background-color: #fff;
  border: 1px solid #c0d7dd;
  border-radius: 100px;
  padding: 1.5vw 20px;
  font-size: 1vw;
}

.text-field::-ms-input-placeholder {
  color: #c5d6da;
  font-size: .8vw;
}

.text-field::placeholder {
  color: #c5d6da;
  font-size: .8vw;
}

.textarea {
  background-color: #fff;
  border: 1px solid #c0d7dd;
  border-radius: 5px;
  padding: 10px 20px 1.5vw;
  font-size: 1vw;
}

.textarea::-ms-input-placeholder {
  color: #c5d6da;
  font-size: .8vw;
}

.textarea::placeholder {
  color: #c5d6da;
  font-size: .8vw;
}

.field-label {
  color: #000;
  font-size: 1.1vw;
  font-weight: 400;
}

.button-contact {
  width: auto;
  background-color: var(--quartto-aqua);
  letter-spacing: .1vw;
  border-radius: 100px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: .7vw;
}

.button-contact:hover {
  background-color: #32343a;
}

.gap-sm {
  width: 100%;
  height: 3vh;
}

.input-form {
  margin-bottom: 1.5vw;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-news {
  background-color: #fdfdfd;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-news {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  width: 460px;
  height: 48px;
  border: 1px solid #c0d7dd;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
  font-size: 1vw;
}

.footer-form-input::-ms-input-placeholder {
  color: #c5d6da;
  font-size: .8vw;
}

.footer-form-input::placeholder {
  color: #c5d6da;
  font-size: .8vw;
}

.button-primary {
  color: #fff;
  letter-spacing: .1vw;
  text-transform: uppercase;
  background-color: #87bdb2;
  border-radius: 100px;
  padding: 12px 25px;
  font-size: .7vw;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  letter-spacing: .1vw;
  margin-left: 20px;
  margin-right: 20px;
  font-size: .8vw;
  text-decoration: none;
}

.footer-link-three:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-news {
  width: 1.5vw;
  height: 1.5vw;
  background-color: #87bdb2;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.footer-social-link-news:hover {
  background-color: #32343a;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
  font-size: .8vw;
  text-decoration: none;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
  font-size: .8vw;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.form-contact {
  width: auto;
}

.mb-1 {
  margin-bottom: 1vw;
}

.mask-reveal {
  width: 35vw;
  height: 25vw;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.image-catalogo {
  width: 100%;
  height: 100%;
  position: relative;
}

.img-catalogo {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay {
  z-index: 2;
  background-color: #87bdb2;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.movement {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.movement-inverse {
  height: 100%;
  position: relative;
}

.text-span {
  text-decoration: none;
}

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

.link:hover {
  color: #1d2322;
}

@media screen and (min-width: 1280px) {
  .img-contact {
    left: -150px;
  }

  .footer-form-container-news {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }
}

@media screen and (min-width: 1440px) {
  .img-contact {
    left: -150px;
  }
}

@media screen and (max-width: 991px) {
  .nav-contacto {
    display: none;
  }

  .p-text {
    font-size: 1.3vw;
    line-height: 2.5vw;
  }

  .p-nav {
    border-bottom: 1px solid #fff;
    font-size: 2vw;
  }

  .button-contacto {
    font-size: 2vw;
  }

  .social {
    width: 3.5vw;
    height: 3.5vw;
  }

  .redes {
    width: 1vw;
  }

  .icon {
    color: #fff;
  }

  .menu-button.w--open {
    background-color: rgba(136, 82, 82, 0);
  }

  .nav-menu {
    background-color: #87bdb2;
    padding-left: 2vw;
  }

  .button-nav-mobile {
    padding: 20px 20px 20px 2vw;
    display: flex;
  }

  .banner-home {
    height: 40vh;
  }

  .p-titles-destacado {
    margin-bottom: 5px;
    font-size: 1.5vw;
  }

  .sec-nosotros {
    flex-direction: column;
  }

  .img-nosotros {
    width: 100%;
    flex-direction: row;
    margin-top: 5vw;
  }

  .image-nosotros._1 {
    width: 50%;
    height: 17vh;
    border-radius: .5vw;
  }

  .image-nosotros._2, .image-nosotros._3 {
    width: 22vw;
    height: 17vh;
    border-radius: .5vw;
  }

  .descripciones._w-nosotros {
    width: 100%;
  }

  .cta {
    font-size: 1vw;
  }

  .sec-catalogo {
    align-items: center;
  }

  .gap {
    height: 5vh;
  }

  .sec-contact {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .background-contacto {
    padding-right: 5vw;
  }

  .img-contact {
    left: -60px;
  }

  .text-field {
    color: #000;
    font-size: 1.5vw;
  }

  .field-label {
    font-size: 1.3vw;
  }

  .button-contact {
    font-size: 1vw;
  }

  .container {
    max-width: 728px;
  }

  .footer-form-news {
    padding: 40px;
  }

  .footer-form-container-news {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .footer-form-input {
    width: 400px;
    color: #000;
    padding-right: 180px;
    font-size: 1.5vw;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-link-three {
    font-size: 1vw;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .footer-social-link-news {
    width: 3.5vw;
    height: 3.5vw;
  }

  .footer-copyright, .footer-legal-link {
    font-size: 1vw;
  }

  .form-contact {
    color: #000;
    font-size: 1.5vw;
  }
}

@media screen and (max-width: 767px) {
  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-news {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .image-catalogo {
    width: 376px;
    height: 376px;
  }
}

@media screen and (max-width: 479px) {
  .nav {
    padding-left: 4vw;
  }

  .nav-contacto {
    display: none;
  }

  .h1-titles {
    font-size: 6vw;
    line-height: 10vw;
  }

  .h1-titles.br {
    line-height: 7vw;
  }

  .h1-titles.title-banner {
    font-size: 8vw;
  }

  .h2-subtitles.mb-1 {
    font-size: 6vw;
  }

  .p-text {
    font-size: 3vw;
    line-height: 5vw;
  }

  .body {
    overflow: visible;
  }

  .p-nav {
    width: 95%;
    border-bottom: 1px solid #fff;
    font-size: 4vw;
  }

  .button-contacto {
    font-size: 4vw;
  }

  .nav-logo {
    width: 10vw;
  }

  .header {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .social {
    width: 7vw;
    height: 7vw;
  }

  .redes {
    width: 3vw;
  }

  .icon {
    color: #fff;
  }

  .menu-button, .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #87bdb2;
  }

  .button-nav-mobile {
    padding: 20px;
    display: flex;
  }

  .banner-home {
    height: 50vh;
  }

  .p-titles-destacado {
    margin-bottom: 0;
    font-size: 4vw;
  }

  .p-text-destacado {
    width: 100%;
    padding-bottom: 5vw;
    font-size: 4vw;
    line-height: 7vw;
  }

  .sec-nosotros {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    flex-direction: column;
    align-items: center;
  }

  .img-nosotros {
    width: 100%;
    flex-direction: column;
  }

  .image-nosotros._1 {
    width: 100%;
    height: 20vh;
  }

  .image-nosotros._2, .image-nosotros._3 {
    width: 50%;
    height: 15vh;
  }

  .descripciones._w-nosotros {
    width: 100%;
  }

  .cta {
    font-size: 3vw;
  }

  .buttons {
    margin-top: 5vw;
  }

  .sec-catalogo {
    flex-direction: column;
    align-items: center;
    padding-bottom: 10vw;
  }

  .gap {
    height: 5vh;
  }

  .sec-contact {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .background-contacto {
    padding-right: 5vw;
  }

  .img-contact {
    display: none;
  }

  .text-field {
    font-size: 3vw;
  }

  .text-field::-ms-input-placeholder {
    font-size: 3vw;
  }

  .text-field::placeholder {
    font-size: 3vw;
  }

  .textarea {
    font-size: 3vw;
  }

  .textarea::-ms-input-placeholder {
    font-size: 3vw;
  }

  .textarea::placeholder {
    font-size: 3vw;
  }

  .field-label, .button-contact {
    font-size: 3vw;
  }

  .container {
    max-width: none;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .footer-form-news {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
    font-size: 3vw;
  }

  .footer-form-input::-ms-input-placeholder {
    font-size: 3vw;
  }

  .footer-form-input::placeholder {
    font-size: 3vw;
  }

  .button-primary.footer-form-button {
    font-size: 3vw;
    position: relative;
    right: 0;
  }

  .footer-wrapper-three {
    align-items: center;
  }

  .footer-block-three {
    flex-direction: row;
    justify-content: center;
  }

  .footer-link-three {
    font-size: 2.5vw;
  }

  .footer-social-block-three {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    justify-content: center;
    margin-left: 0;
  }

  .footer-social-link-news {
    width: 7vw;
    height: 7vw;
    margin-left: 0;
  }

  .footer-divider-two {
    justify-content: center;
    align-items: center;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-copyright, .footer-legal-link {
    font-size: 2.5vw;
  }

  .footer-input {
    width: 100%;
  }

  .mask-reveal {
    width: 100%;
    height: 100%;
  }

  .image-catalogo {
    width: 100%;
    height: 67vw;
  }

  .img-catalogo {
    object-fit: cover;
  }

  .img-catalogo-reveal-1 {
    width: 100%;
  }
}
