* {
  box-sizing: border-box;
}

:root .hero .parallax {
  background-image: url(/imgs/hero-bg-metropolitan.webp);
  background-position: center;
  background-size: cover;
  margin-top: 5%;
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  :root .hero .parallax {
    background-image: url(imgs/hero-banner-mobile-MG.webp);
    background-size: cover;
    background-position: left;
  }
}
:root .hero .parallax .container {
  margin-top: -3%;
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  :root .hero .parallax .container {
    margin-top: -70%;
  }
}
:root .hero .parallax .container .title {
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 200;
  font-style: normal;
  text-transform: uppercase;
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  :root .hero .parallax .container .title {
    line-height: 1.4;
  }
}
:root .hero .parallax .container .title span {
  font-weight: 800;
}
:root .hero-foot .tabs .container {
  font-family: "Nunito Sans", sans-serif;
}
:root main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
:root main .ambitos {
  width: 70%;
  /* Mobile Portrait **/
  /* TABLET ** */
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  :root main .ambitos {
    width: 90%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation: portrait) {
  :root main .ambitos {
    width: 90%;
  }
}
:root main .ambitos .container .content p {
  font-family: "Inter", sans-serif;
}
:root main .ambitos .container .content .subtitle {
  font-weight: 600;
  color: #165128;
  line-height: 1.6;
}
:root main .ambitos .ambitos-iconos .container {
  margin-top: -30px;
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  :root main .ambitos .ambitos-iconos .container {
    margin-bottom: 15%;
  }
}
:root main .ambitos .ambitos-iconos .container .fila-iconos {
  margin: 18px 10px;
  /* TABLET ** */
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation: portrait) {
  :root main .ambitos .ambitos-iconos .container .fila-iconos {
    width: 100%;
  }
}
:root main .ambitos .ambitos-iconos .container .fila-iconos .ambito {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: left;
  gap: 5%;
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  :root main .ambitos .ambitos-iconos .container .fila-iconos .ambito {
    flex-direction: column;
    justify-content: space-around;
    text-align: center;
  }
}
:root main .ambitos .ambitos-iconos .container .fila-iconos .ambito .image {
  width: 100px;
}
:root main .ambitos .ambitos-iconos .container .fila-iconos .ambito h3 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  color: #165128;
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  :root main .ambitos .ambitos-iconos .container .fila-iconos .ambito h3 {
    margin-top: 5%;
  }
}
:root main .deco {
  width: 100%;
  height: 200px;
  background-color: #88F854;
  -webkit-clip-path: polygon(0 0, 100% 39%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 39%, 100% 100%, 0% 100%);
  margin-bottom: -290px;
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  :root main .deco {
    margin-bottom: 0px;
    margin-top: -100px;
  }
}
:root main .servicios {
  width: 100%;
  position: relative;
  background-image: url(imgs/bg-servicios.webp);
  background-size: contain;
  -webkit-clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
  /* Mobile Portrait **/
  /* Mobile landscape *** */
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  :root main .servicios {
    margin-top: -150px;
    -webkit-clip-path: polygon(0 1%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 1%, 100% 0, 100% 100%, 0% 100%);
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  :root main .servicios {
    margin-top: 100px;
    -webkit-clip-path: polygon(0 1%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 1%, 100% 0, 100% 100%, 0% 100%);
  }
}
:root main .servicios .servicios-titulo {
  margin-top: 10%;
  margin-bottom: 10%;
  padding-top: 100px;
  /* Mobile Portrait **/
  /* Mobile landscape *** */
  /* Mobile landscape *** */
  /* TABLET ** */
  /* TABLET  landscape****************************************************************************************************** */
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  :root main .servicios .servicios-titulo {
    margin-top: 5%;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  :root main .servicios .servicios-titulo {
    padding-top: 0px;
  }
}
:root main .servicios .servicios-titulo .title {
  font-family: "Nunito-Sans", sans-serif;
  letter-spacing: 5pt;
  font-size: 3em;
  font-weight: 800;
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  :root main .servicios .servicios-titulo {
    margin-top: 25%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation: portrait) {
  :root main .servicios .servicios-titulo {
    margin-top: 20%;
    margin-bottom: 6%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) and (orientation: landscape) {
  :root main .servicios .servicios-titulo {
    margin-top: 5%;
  }
}
:root main .servicios .servicios-titulo .title {
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  margin-bottom: 2%;
}
:root main .servicios .servicios-ambito {
  width: 60%;
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  :root main .servicios .servicios-ambito {
    width: 100%;
  }
}
:root main .servicios .servicios-ambito .subtitle {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #165128;
  margin-top: 10%;
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  :root main .servicios .servicios-ambito .subtitle {
    margin: 10% 0;
  }
}
:root main .servicios .servicio-items {
  margin-top: 5%;
  width: 70%;
  /* Mobile landscape *** */
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  :root main .servicios .servicio-items {
    width: 100%;
  }
}
:root main .servicios .servicio-items .columns {
  align-items: flex-start;
  justify-content: center;
  /* Mobile landscape *** */
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  :root main .servicios .servicio-items .columns {
    display: flex;
    flex-direction: row;
  }
}
:root main .servicios .servicio-items .columns .column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 4%;
  /* Mobile Portrait **/
  /* Mobile landscape *** */
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  :root main .servicios .servicio-items .columns .column {
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  :root main .servicios .servicio-items .columns .column {
    align-items: center;
    justify-content: center;
  }
}
:root main .servicios .servicio-items .columns .column .image {
  width: 90%;
  /* Mobile Portrait **/
  /* Mobile landscape *** */
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  :root main .servicios .servicio-items .columns .column .image {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  :root main .servicios .servicio-items .columns .column .image {
    width: 100%;
  }
}
:root main .servicios .servicio-items .columns .column .subtitle {
  font-family: "Inter", sans-serif;
  font-size: 1em;
  margin-top: 5%;
  color: #262626;
  text-align: left;
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  :root main .servicios .servicio-items .columns .column .subtitle {
    text-align: center;
  }
}
:root main .servicios .servicio-items .columns {
  /* Mobile landscape *** */
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  :root main .servicios .servicio-items .columns {
    display: flex;
    flex-direction: row;
  }
}
:root main .experiencia {
  background-color: #262626;
  width: 100%;
  padding: 10% 0;
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  :root main .experiencia {
    padding: 20% 0;
  }
}
:root main .experiencia .container {
  width: 65%;
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  :root main .experiencia .container {
    width: 80%;
    text-align: left;
  }
}
:root main .experiencia .container .content .title {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 2pt;
  color: #fff;
  margin-bottom: 5%;
}
:root main .experiencia .container .content p {
  font-family: "Inter", sans-serif;
  font-size: 1em;
  line-height: 1.6;
  color: #fff;
}
:root main .experiencia .container .content .button {
  margin: 5% 0;
  background-color: #88F854;
  border: none;
  border-radius: 5px;
  transition: 1s;
}
:root main .experiencia .container .content .button:hover {
  background-color: #6DA800;
}
:root main .experiencia .container .content .button a {
  color: #262626;
  transition: 1s;
}
:root main .experiencia .container .content .button a:hover {
  color: #fff;
}
:root main .carousel {
  position: relative;
  margin: auto;
  overflow: hidden;
}
:root main .carousel .slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
:root main .carousel .slides .slide {
  min-width: 100%;
  box-sizing: border-box;
}
:root main .carousel .slides .slide img {
  width: 100%;
}
:root main .carousel .indicators {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
:root main .carousel .indicators .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
:root main .carousel .indicators .dot.active {
  background-color: white;
}
:root main .alianzas {
  padding: 10% 0;
}
:root main .alianzas .container .content .title {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 200;
  margin-bottom: 10%;
  color: #165128;
}
:root main .alianzas .container .content .alianzas-logos .column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
:root main .alianzas .container .content .alianzas-logos .column .image {
  width: 70%;
}
:root main .cierre-cta {
  padding-bottom: 8%;
}
:root main .cierre-cta .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
:root main .cierre-cta .container .subtitle {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  color: #165128;
  letter-spacing: 2pt;
  margin-bottom: 3%;
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  :root main .cierre-cta .container .subtitle {
    margin-bottom: 8%;
  }
}
:root main .cierre-cta .container p {
  width: 70%;
  font-family: "Inter", sans-serif;
  font-size: 1em;
  line-height: 1.6;
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  :root main .cierre-cta .container p {
    width: 95%;
  }
}
:root main .cierre-cta .boton-cta {
  display: none;
  visibility: hidden;
  width: 200px;
  background-color: #262626;
  border: none;
  border-radius: 5px;
  margin: 3% 0;
  /* Mobile Portrait **/
  /* Mobile landscape *** */
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  :root main .cierre-cta .boton-cta {
    visibility: visible;
    display: block;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  :root main .cierre-cta .boton-cta {
    visibility: visible;
    display: block;
  }
}
:root main .cierre-cta .boton-cta a {
  color: #fff;
}/*# sourceMappingURL=inicio.css.map */