@font-face {
  font-family: "Futura LT Condensed";
  src: url("../fonts/FuturaLT-Condensed.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Futura LT Condensed";
  src: url("../fonts/FuturaLT-CondensedOblique.ttf") format("truetype");
  font-weight: 400;
  font-style: oblique;
}

@font-face {
  font-family: "Futura LT Condensed";
  src: url("../fonts/Futura LT Condensed Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Futura LT Condensed";
  src: url("../fonts/FuturaLT-CondensedBoldOblique_2.ttf") format("truetype");
  font-weight: 700;
  font-style: oblique;
}

.banner-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}

.banner-image {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.banner-image2 {
  width: 100%;
  height: auto;
  position: absolute;
  top: 34vw;
  left: 0;
  z-index: 1;
}

.imagen-ambiental {
  width: 52%;
  height: auto;
  display: block;
  margin: -6vw auto;
  position: relative;
  z-index: 3;
  margin-top: 31vw;
}

.banner-text {
  position: absolute;
  top: 39vw;
  left: 7vw;
  z-index: 4;
  color: #ffffff;
  font-family: "Futura LT Condensed", sans-serif;
  text-align: justify;
  font-size: 2.7vw;
  letter-spacing: 0.1vw;
  line-height: 1.01;
  font-weight: 400;
}

.banner-text .first-span {
  display: block;
  font-size: 4.5vw;
  font-weight: 700;
}

.banner-text .second-span {
  display: block;
  font-weight: 700;
  font-size: 2.7vw;
}

.ambiente-text {
  color: black;
  font-size: 1.5vw;
  text-align: center;
  font-weight: 700;
}

.ambiente-text p {
  margin: 0vw 10vw;
  line-height: 1.6;
  font-family: "Futura LT Condensed", sans-serif;
}

.contactanos-banner {
  position: relative;
  width: 60%;
  margin: 0 auto 7vw auto;
}

.contactanos-banner img:first-child {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 5vw;
}

.contactanos-banner a {
  position: absolute;
  bottom: 22%;
  right: 5%;
}

.sixth-boton-imagen {
  width: 100%;
  max-width: 20vw;
  min-width: 5vw;
  height: auto;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.sixth-boton-imagen:hover {
  transform: scale(1.05);
}

@media (max-width: 620px) {
  .contactanos-banner {
    position: relative;
    width: 90%;
    margin: 0 auto 7vw auto;
  }

  .contactanos-banner img:first-child {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 5vw;
  }

  .ambiente-text {
    color: black;
    font-size: 2.4vw;
    text-align: center;
    font-weight: 600;
  }

  .ambiente-text p {
    margin: 0vw 10vw;
    line-height: 1.6;
    font-family: "Futura LT Condensed", sans-serif;
  }
}
