* {
  box-sizing: border-box;
}
* p {
  font-size: 1.1em;
  line-height: 1.6;
}

.hero {
  background-color: #4A97D2;
}
.hero .hero-body .container .subtitle {
  font-family: "Montserrat";
  font-weight: 800;
  color: #004663;
  line-height: 1.2em;
}
.hero .hero-body .container .title {
  font-family: "Montserrat";
  text-transform: uppercase;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 2pt;
  color: #fff;
  /* TABLET portrait ****** */
  /* TABLET  landscape ***********/
  /* Mobile Portrait **/
  /* Mobile landscape ********/
  /* * THIN MOBILE portrait ****/
  /* SMALL MOBILE landscape *** */
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation: portrait) {
  .hero .hero-body .container .title {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) and (orientation: landscape) {
  .hero .hero-body .container .title {
    width: 65%;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .hero .hero-body .container .title {
    width: 50%;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hero .hero-body .container .title {
    width: 100%;
    font-size: 3.2vmax;
    margin-top: 2%;
  }
}
@media screen and (max-width: 923px) and (orientation: landscape) {
  .hero .hero-body .container .title {
    width: 100%;
  }
}
@media screen and (max-width: 375px) and (orientation: portrait) {
  .hero .hero-body .container .title {
    font-size: 2.5vmax;
  }
}
@media screen and (max-width: 568px) and (orientation: landscape) {
  .hero .hero-body .container .title {
    font-size: 3vmax;
  }
}
.hero .hero-body .container .button {
  background-color: #004663;
  border-width: 0;
  font-family: "Montserrat";
  text-transform: uppercase;
}
.hero .hero-body .container .button .button-text {
  color: #fff;
}
.hero .hero-body .container .button:hover {
  background-color: #015F86;
}

.somos .container .subtitle {
  color: #004663;
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.5;
  /* Mobile Portrait **/
  /* * THIN MOBILE portrait ****/
  /* SMALL MOBILE landscape *** */
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .somos .container .subtitle {
    font-size: 2.5vmax;
  }
}
@media screen and (max-width: 375px) and (orientation: portrait) {
  .somos .container .subtitle {
    font-size: 2.2vmax;
  }
}
@media screen and (max-width: 568px) and (orientation: landscape) {
  .somos .container .subtitle {
    font-size: 3vmax;
  }
}

.separador {
  width: 100%;
  height: 800px;
  background: #004663;
  /* TABLET portrait *******/
  /* Mobile landscape ****************************************************************************************************** */
  /* Mobile Portrait **/
  /* * THIN MOBILE portrait ****/
  /* SMALL MOBILE landscape *** */
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation: portrait) {
  .separador {
    height: 450px;
  }
}
@media screen and (max-width: 923px) and (orientation: landscape) {
  .separador {
    height: 400px;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .separador {
    height: 380px;
  }
}
@media screen and (max-width: 375px) and (orientation: portrait) {
  .separador {
    height: 400px;
  }
}
@media screen and (max-width: 568px) and (orientation: landscape) {
  .separador {
    height: 300px;
  }
}
.separador .image {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.separador .container .frase {
  width: 50%;
  position: relative;
  top: -590px;
  left: 3%;
  color: #f0f0f0;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1pt;
  line-height: 1.5;
  /* TABLET portrait *** */
  /* Mobile landscape ****************************************************************************************************** */
  /* Mobile Portrait **/
  /* SMALL MOBILE landscape *** */
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation: portrait) {
  .separador .container .frase {
    top: -360px;
    width: 70%;
    left: 0;
    text-align: left;
    font-size: 1.7vmax;
  }
}
@media screen and (max-width: 923px) and (orientation: landscape) {
  .separador .container .frase {
    top: -330px;
    width: 90%;
    left: 0;
    text-align: left;
    font-size: 2.3vmax;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .separador .container .frase {
    top: 0;
    font-size: 1.8vmax;
    width: 100%;
    margin-top: 5%;
  }
}
@media screen and (max-width: 568px) and (orientation: landscape) {
  .separador .container .frase {
    top: -250px;
  }
}

.filosofia-mision {
  background: #F0F0F0;
}
.filosofia-mision .level {
  width: 90%;
  padding: 5%;
  margin-top: 5%;
  border-radius: 28px;
  background: #F0F0F0;
  box-shadow: -8px 8px 16px #cacaca, 8px -8px 16px #ffffff;
  gap: 20px;
  /*widescreen macbook pro**/
  /* TABLET **** */
  /* Mobile landscape ******************** */
  /* Mobile Portrait **/
}
@media screen and (min-width: 1490px) {
  .filosofia-mision .level {
    margin-top: 15%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation: portrait) {
  .filosofia-mision .level {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}
@media screen and (max-width: 923px) and (orientation: landscape) {
  .filosofia-mision .level {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .filosofia-mision .level {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    padding: 10%;
  }
}
.filosofia-mision .level .subtitle {
  color: #004663;
  font-weight: 800;
  /* Mobile Portrait **/
  /* * THIN MOBILE portrait ****/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .filosofia-mision .level .subtitle {
    font-size: 3.5vmax;
  }
}
@media screen and (max-width: 375px) and (orientation: portrait) {
  .filosofia-mision .level .subtitle {
    padding: 0;
  }
}
.filosofia-mision .level p {
  /* TABLET **** */
  /* Mobile Portrait **/
  /* * THIN MOBILE portrait ****/
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation: portrait) {
  .filosofia-mision .level p {
    width: 90%;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .filosofia-mision .level p {
    width: 100%;
  }
}
@media screen and (max-width: 375px) and (orientation: portrait) {
  .filosofia-mision .level p {
    padding: 3% 0;
  }
}
.filosofia-mision .sub-icono .level-item {
  width: 85%;
  /* TABLET **** */
  /* Mobile landscape ****************************************************************************************************** */
  /* Mobile Portrait **/
  /* SMALL MOBILE landscape *** */
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation: portrait) {
  .filosofia-mision .sub-icono .level-item {
    width: 100%;
  }
}
@media screen and (max-width: 923px) and (orientation: landscape) {
  .filosofia-mision .sub-icono .level-item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .filosofia-mision .sub-icono .level-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0%;
  }
}
@media screen and (max-width: 568px) and (orientation: landscape) {
  .filosofia-mision .sub-icono .level-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.filosofia-mision .sub-icono .level-item .section {
  /* Mobile Portrait **/
  /* * THIN MOBILE portrait ****/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .filosofia-mision .sub-icono .level-item .section {
    width: 100%;
  }
}
@media screen and (max-width: 375px) and (orientation: portrait) {
  .filosofia-mision .sub-icono .level-item .section {
    width: 100%;
    padding: 10% 0;
    margin: 0;
  }
}
.filosofia-mision .sub-icono .level-item .section .subtitle {
  font-family: "Montserrat";
  color: #004663;
  margin-bottom: 20px;
  /* Mobile Portrait **/
  /* * THIN MOBILE portrait ****/
  /* SMALL MOBILE landscape *** */
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .filosofia-mision .sub-icono .level-item .section .subtitle {
    text-align: center;
  }
}
@media screen and (max-width: 375px) and (orientation: portrait) {
  .filosofia-mision .sub-icono .level-item .section .subtitle {
    font-size: 2.5vmax;
  }
}
@media screen and (max-width: 568px) and (orientation: landscape) {
  .filosofia-mision .sub-icono .level-item .section .subtitle {
    text-align: center;
  }
}
.filosofia-mision .sub-icono .level-item .section p {
  /* Mobile Portrait **/
  /* SMALL MOBILE landscape *** */
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .filosofia-mision .sub-icono .level-item .section p {
    text-align: center;
  }
}
@media screen and (max-width: 568px) and (orientation: landscape) {
  .filosofia-mision .sub-icono .level-item .section p {
    text-align: center;
  }
}

.valores {
  background-color: #004663;
}
.valores .container .title {
  color: #fff;
  font-family: "Montserrat";
  font-weight: 800;
}
.valores .valor-contenido {
  display: flex;
  align-items: center;
  flex-direction: column;
  /* * THIN MOBILE portrait ****/
}
@media screen and (max-width: 375px) and (orientation: portrait) {
  .valores .valor-contenido {
    width: 100%;
    padding: 0;
    margin-top: 15%;
    margin-bottom: 10%;
  }
}
.valores .valor-contenido .subtitle {
  color: #4A97D2;
  font-family: "Montserrat";
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1pt;
}
.valores .valor-contenido p {
  color: #fff;
  margin-top: 5%;
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .valores .valor-contenido p {
    padding: 0%;
    margin-top: 15%;
  }
}

.somos-cierre .container .subtitle {
  color: #004663;
  font-family: "Montserrat";
  line-height: 1.5;
  font-weight: 600;
  /* Mobile Portrait **/
  /* * THIN MOBILE portrait ****/
  /* SMALL MOBILE landscape *** */
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .somos-cierre .container .subtitle {
    font-size: 2.8vmax;
  }
}
@media screen and (max-width: 375px) and (orientation: portrait) {
  .somos-cierre .container .subtitle {
    font-size: 2.2vmax;
  }
}
@media screen and (max-width: 568px) and (orientation: landscape) {
  .somos-cierre .container .subtitle {
    font-size: 3vmax;
  }
}
.somos-cierre .section {
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .somos-cierre .section {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}
.somos-cierre .section .subtitle {
  font-weight: 600;
  font-family: "Montserrat";
  color: #015F86;
}
.somos-cierre .section .button {
  background-color: #004663;
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat";
}
.somos-cierre .section .button:hover {
  background-color: #015F86;
}
.somos-cierre .somos-cta .subtitle {
  color: #015F86;
  font-weight: 400;
}
.somos-cierre .somos-cta .button {
  color: #004663;
  font-family: "Montserrat";
  text-align: center;
  transition: all, 1s;
  gap: 5%;
}
.somos-cierre .somos-cta .button .icon {
  padding-left: 10%;
}
.somos-cierre .somos-cta .button:hover {
  background-color: #004663;
  color: #fff;
}/*# sourceMappingURL=somos.css.map */