html {
  font-size: 16px;
}

body {
  color: #121127;
  font-weight: normal;
  width: 100%;
  max-width: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  line-height: 1.3;
  overflow-x: hidden;
  margin: 0px;
}

body,
html {
  max-width: 100%;
}

figure {
  margin: 0px;
}

p {
  font-size: 22px;
  color: #000;
  text-align: justify;
}

.box-1, .box-2 {
  padding: 0px;
}

header {
  background-color: #3e5f70;
  height: 350px;
}

header .container-fluid {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

section.s-dos .box-1 {
  display: flex;
  align-items: center;
}

section.s-dos .box-1 .texto {
  padding: 1.5rem;
}

section.s-dos .box-1 .texto h1 {
  font-size: 100px;
  text-align: center;
  font-weight: 800;
  color: #3e5f70;
}

section.s-dos .box-2 img {
  width: 100%;
}

.section.s-tres {
  position: relative;
}

.section.s-tres h3 {
  position: absolute;
  right: 3rem;
  top: 3rem;
  font-size: 40px;
  padding: .8rem 2rem;
  background-color: rgba(200, 200, 200, 0.8);
}

.section.s-tres h5 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  text-transform: none;
}

.section.s-tres img {
  width: 100%;
}

.section.s-tres .texto-equipo {
  position: absolute;
  bottom: 3rem;
  left: 2rem;
  max-width: 400px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 1rem;
}

.section.s-tres .texto-equipo p {
  color: #fff;
  text-align: left;
}

.section.s-cuatro .box-1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section.s-cuatro .box-1 .texto {
  padding: 1.5rem;
}

.section.s-cuatro .box-1 .texto h4, .section.s-cuatro .box-1 .texto span {
  font-weight: 600;
  color: #3e5f70;
  font-size: 40px;
}

.section.s-cuatro .box-1 .texto h4 {
  text-align: center;
  margin-bottom: 3rem;
}

.section.s-cuatro .box-2 img {
  width: 100%;
}

footer .box-1 p {
  color: #fff;
  margin-bottom: 0px;
  padding-left: 1.5rem;
}

footer .box-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .box-2 a {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: 22px;
  text-decoration: unset;
}

footer .box-3 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

footer .box-3 a {
  display: inline-block;
  color: #fff;
  text-align: right;
  padding-right: 1.5rem;
  font-size: 22px;
  text-decoration: unset;
}

@media screen and (max-width: 1300px) {
  header {
    height: 250px;
  }
  section.s-dos .box-1 .texto h1 {
    font-size: 60px;
  }
  p {
    font-size: 20px;
  }
}

@media all and (max-width: 1200px) and (min-width: 991px) {
  .box-2 {
    position: relative;
  }
  .box-2 img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -1;
  }
}

@media screen and (min-width: 991px) {
  .section.s-tres .texto-equipo h5 {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .section.s-tres h3 {
    display: none;
  }
  .section.s-tres .texto-equipo {
    position: relative;
    bottom: unset;
    left: unset;
    max-width: unset;
    width: 100%;
  }
  .section.s-tres .texto-equipo p {
    text-align: center;
  }
  section.s-cuatro .box-1 {
    order: 1;
  }
  section.s-cuatro .box-2 {
    order: 2;
  }
  footer .box-3 {
    justify-content: center;
  }
  footer .box-1 p, footer .box-2 a, footer .box-3 a {
    text-align: center;
    margin: .5rem 0rem;
    padding: 0px;
  }
}

@media screen and (min-width: 768px) {
  hr {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  header .container-fluid {
    justify-content: center;
  }
  header .container-fluid img {
    max-width: 300px;
  }
  footer .box-3, footer .box-2, footer .box-1 {
    flex-direction: column;
    display: flex;
    align-items: center;
  }
  hr {
    border: none;
    border-top: 2px dotted #555;
    width: 70%;
  }
}

@media screen and (max-width: 576px) {
  header .container-fluid img {
    max-width: 250px;
  }
}
/*# sourceMappingURL=styles.css.map */