@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap");
body {
  font-size: clamp(2px, 1vw, 12px);
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  margin: 0;
}

.anchor {
  position: relative;
  font-size: 1.7em;
  top: -5em;
}

nav {
  font-size: 1.7em;
  position: fixed;
  top: 0;
  width: 100%;
  height: 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  background: #fff;
  z-index: 100;
}

nav ul {
  position: absolute;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5em;
}

nav ul a {
  text-decoration: none;
  color: #000;
  border-bottom: solid 1px transparent;
  -webkit-transition: color 0.5s, border 0.5s;
  transition: color 0.5s, border 0.5s;
}

nav ul a:hover {
  color: #777;
  border-bottom: solid 1px #777;
}

nav ul:nth-of-type(1) {
  left: 1em;
}

nav ul:nth-of-type(2) {
  right: 2em;
}

nav ul:nth-of-type(2) a {
  font-size: 1.6em;
}

nav ul:nth-of-type(2) .whats-pc {
  display: none;
}

@media (min-width: 768px) {
  nav ul:nth-of-type(2) .whats-pc {
    display: block;
  }
}

nav ul:nth-of-type(2) .whats-mobile {
  display: block;
}

@media (min-width: 768px) {
  nav ul:nth-of-type(2) .whats-mobile {
    display: none;
  }
}

nav .nav-logo img {
  height: 4em;
}

#section-1 {
  font-size: 1.7em;
  margin-top: 5em;
  height: calc( 100vh - 5em);
  background-image: url(../img/slide1.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}

#section-1 div {
  font-size: 3em;
  position: absolute;
  left: 1em;
  bottom: 1em;
}

#section-2 {
  font-size: 1.7em;
  padding: 2em 0;
  text-align: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}

#section-2 .section-title {
  font-size: 3em;
  font-weight: bold;
  text-align: center;
}

#section-2 .section-title, #section-2 p {
  width: calc(min(1200px, 90%));
}

.banner {
  font-size: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  padding: 1em 10%;
  background: #e8e8e8;
}

.banner img {
  height: 2em;
}

.banner p {
  text-align: center;
  margin: 0;
}

#section-3 {
  font-size: 1.7em;
}

#section-3 .section-title {
  font-size: 3em;
  font-weight: bold;
  text-align: center;
  padding: 0.5em;
}

#section-3 .features-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2em;
}

#section-3 .features-box .feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 2em 10%;
}

@media (min-width: 992px) {
  #section-3 .features-box .feature {
    padding: 2em 20%;
  }
}

#section-3 .features-box .feature img {
  height: 4em;
  margin-bottom: 2em;
}

#section-3 .features-box .feature .title {
  font-size: 2em;
  border-bottom: solid 2px #000;
}

#section-3 .features-box .feature p {
  text-align: justify;
}

#section-3 .features-box .feature:nth-of-type(1) {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.75)), to(rgba(255, 255, 255, 0.75))), url(../img/solucion1.jpg);
  background: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url(../img/solucion1.jpg);
  background-size: cover;
  background-position: center;
}

#section-3 .features-box .feature:nth-of-type(2) {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.75)), to(rgba(255, 255, 255, 0.75))), url(../img/solucion2.jpg);
  background: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url(../img/solucion2.jpg);
  background-size: cover;
  background-position: center;
}

#section-3 .features-box .feature:nth-of-type(3) {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.75)), to(rgba(255, 255, 255, 0.75))), url(../img/solucion3.jpg);
  background: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url(../img/solucion3.jpg);
  background-size: cover;
  background-position: center;
}

#section-4 {
  font-size: 1.7em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 2em 5%;
}

#section-4 .feature {
  width: 25%;
  padding: 1em 0.5em 0 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

#section-4 .feature img {
  height: 4em;
}

#section-4 .feature p {
  text-align: center;
  font-weight: 300;
}

#section-4 .feature:hover {
  background: #ddd;
}

#contact-section {
  font-size: 1.7em;
  padding: 1em 0 0 0;
}

#contact-section .section-title {
  font-size: 3em;
  font-weight: bold;
  text-align: center;
  padding: 0.5em 0;
}

#contact-section .contact-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-bottom: 1.5em;
}

#contact-section .contact-links .feature {
  width: 25%;
  padding: 0.5em 0;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

#contact-section .contact-links .feature ion-icon {
  font-size: 4em;
}

#contact-section .contact-links .feature p {
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  font-weight: 300;
}

#contact-section .contact-links .feature a {
  text-decoration: none;
  color: #000;
}

#contact-section .contact-links .feature:hover {
  background: #ddd;
}

#contact-section form {
  font-size: 1.6em;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.2))), url(../img/backcontacto.jpg);
  background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url(../img/backcontacto.jpg);
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  padding: 2em 0;
}

#contact-section form label {
  display: none;
}

#contact-section form .field {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#contact-section form .field input, #contact-section form .field textarea {
  border: none;
  font-size: 0.6em;
  padding: 0.7em;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  background: rgba(255, 255, 255, 0.8);
}

#contact-section form .field input:not([type='submit']), #contact-section form .field textarea:not([type='submit']) {
  width: 100%;
}

#contact-section form .field input[type='submit'] {
  border-radius: 5px;
  width: 50%;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

#contact-section form .field input[type='submit']:hover {
  background: #ddd;
}

footer {
  font-size: 1em;
  padding: 2em 0;
  text-align: center;
}

footer a {
  text-decoration: none;
}
/*# sourceMappingURL=styles.css.map */