/* Siempre poner estilos universaleshe-des
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,500;0,700;1,900&display=swap');

* {
  box-sizing: border-box;
  /*outline: 1px dotted black;*/
}

.hidden {
  display: none !important;
}

.container {
  max-width: 1400px;
  width: 100%;
  margin: auto;
  font-family: 'Poppins', sans-serif;
}

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  max-width: 100vw;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.604079131652661) 100%);
  z-index: 100;
  width: 100%;
  transition: all 300ms;
}

.main-header.active {
  background: rgb(101, 1, 1);
  box-shadow: 2px 2px 3px rgb(59, 59, 59);
}
/* Estilos para los textos del nav*/
.main-header.active a {
  color: #041d67;
  text-shadow: none;
}
/* Estilos para los textos del nav*/

.main-nav {
  width: 100%;
  justify-content: center;
  padding: 0 10px;
  margin: auto;
  display: flex;
  align-items: center;
}

/* Estilos a los links del menu*/
.ulopciones {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}

/* Etilo de boton hamburguesa*/
.hamburguesa {
  color: #ffffff;
  background: none;
  border: none;
  font-size: 30px;
  padding: 0 20px;
  line-height: 60px;

  display: none;
}

/* Termina estilo de boton hamburguesa*/
.nav-link {
  font-size: 1.2rem;
  font-weight: 600;
  display: inline-block;
  padding: 10px 15px;
  position: relative;
  color: rgb(255, 255, 255);
  text-decoration: none;
  text-shadow: black 0.1em 0.1em 0.2em;
  font-family: 'Poppins', sans-serif;
  transition: all 300ms;
}

.nav-link:after {
  content: '';
  position: absolute;
  bottom: 2px;
  width: 100%;
  height: 2px;
  left: 0;
  background: #e41131;
  opacity: 0;
  transition: opacity 300ms;
}

/* Este estilo es cuando al posicionarnos en cada uno del menu se vera en naranja*/
.nav-link:hover.nav-link:after {
  opacity: 1;
}
/* Estilos a los links del menu*/

/* Estilo al logo*/
.logo {
  padding-left: 15px;
  font-size: 8rem;
  /* background: #ff4200; */
  width: 200px;
}
.svgLogo .svgLogo-rojo {
  fill: white;
  transition: all 0.1s;
}

.svgLogo .svgLogo-azul {
  fill: white;
  transition: all 300ms;
}
.svgLogo.logoColor .svgLogo-rojo {
  fill: #1f56a2;
}
.svgLogo.logoColor .svgLogo-azul {
  fill: #e41131;
}
/* Estilo al logo*/

/* Estilo carousel*/
.swiper-header {
  width: 100%;
  height: 100vh;
  z-index: 1;
  position: relative;
}

.swiper-header::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 3;
  left: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.604079131652661) 100%);
}

.swiper-header .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Estilo de carousel y texto*/
.hero {
  position: relative;
}

.hero .container {
  position: absolute;
  top: 50%;
  left: 50px;
  z-index: 5;
  color: #fff;
  transform: translateY(-50%);
  width: initial;
}

.head {
  font-size: clamp(10px, 4vw, 4rem);
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  max-width: 830px;
  margin-top: 120px;
  text-shadow: black 0.1em 0em 0.1em;
}

.he-des h5 {
  font-size: 30px;
  font-weight: 100;
  margin-top: 0;
  font-weight: 600;
}
.he-des-contacto h2 {
  font-size: 40px;
  background: #e41131;
  text-transform: uppercase;
  padding: 10px;
  text-align: center;
  margin-top: -20px;
}

.he-des a {
  background: #e41131;
  font-weight: 600;
  padding: 10px 25px;
  box-shadow: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 35px;
  text-shadow: black 0.1em 0em 0.1em;
}

/* MEDIA */

@media (max-width: 1536px) {
  /*.main-header {
    background: turquoise;
  }*/
  .tarjeta {
    width: calc((100% / 4) - 50px);
  }

  .puntos-beficios {
    display: flex;
    flex-wrap: wrap;
    width: 765px;
    height: 385px;
    align-content: center;
  }
  .cont-mapas-ubicaciones {
    padding: 0px 30px;
  }
  /*ESTILO TITULO CONTACTANOS*/
  .head-contactanos {
    font-size: clamp(10px, 8vw, 4rem);
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: #000000;
  }
  .he-des-contacto h2 {
    font-size: 45px;
    background: #e41131;
    text-transform: uppercase;
    padding: 10px;
    text-align: center;
    margin-top: -20px;
  }
}
@media (max-width: 1280px) {
  /*.main-header {
    background: violet;
  }*/
  .numeros h2 {
    text-align: center;
    color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    font-weight: 300;
    /* text-transform: uppercase; Estilo para poner en mayuscula el texto*/
    margin: 0;
    padding: 39px;
  }
  .container_footer {
    /*width: 100%;*/
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    margin-top: 10px;
  }
  .aboutp-info-escolar .imagenes-t-Escolar img {
    width: 100%;
    grid-column: 1/5;
    border-radius: 15px;
    width: 250px;
    height: 200px;
    object-fit: cover;
    margin: 10px 0px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
  }
  .cont-mapas-ubicaciones {
    padding: 0px 30px;
  }
  .mapa-ubicaciones {
    width: 250px;
    height: 250px;
  }
  /*ESTILO TITULO CONTACTANOS*/
  .head-contactanos {
    font-size: clamp(10px, 8vw, 4rem);
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: #000000;
  }
  .he-des-contacto h2 {
    font-size: 42px;
    background: #e41131;
    text-transform: uppercase;
    padding: 10px;
    text-align: center;
    margin-top: -20px;
  }

  /*texto banner QUienes somos*/
  .head-quienes-somos {
    font-size: clamp(10px, 2vw, 2rem);
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 0;
    text-shadow: black 0.1em 0em 0.1em;
    text-align: center;
  }
  .he-des-quienes-s {
    margin: auto;
    margin-left: 250px;
    margin-right: 260px;
  }
  .he-des-quienes-s h2 {
    font-size: 34px;
    background: #e41131;
    margin: 20px 0;
    margin-top: 20px;
    text-align: center;
  }
  /*Terminatexto banner QUienes somos*/

  /*Empieza mision y vision*/
  .info-mision-vision {
    background: #ffffff;
    width: 400px;
    height: 300px;
    overflow: hidden;
    margin: 10px 10px;
    margin-top: 10px;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  }
  /*Termina  mision y vision*/

  /*EMPIEZA SECCION INFRAESTRUCTURA*/
  .infraestructura {
    position: relative;
    padding: 80px 30px;
    max-width: 100vw;
    background: #041d67;
  }

  .titulo-infraestructura {
    width: 70%;
  }
  .titulo-infraestructura h1 {
    text-align: center;
    color: #ffffff;
  }
  .cont-img-infra img {
    object-fit: cover;
    width: 80%;
    align-items: center;
  }
  /*TERMINA SECCION INFRAESTRUCTURA*/
}
@media (max-width: 1024px) {
  /*.main-header {
    background: yellowgreen;
  }*/
  /* Estilos para los textos del nav*/

  .logo {
    padding-left: 15px;
    font-size: 8rem;
  }

  /* Estilos para los textos del nav*/
  .ulopciones {
    flex-direction: column;
    align-items: center;
    margin-right: 20px;
    background: #041d67;
    position: fixed;
    left: 0%;
    top: 44px;
    width: 100%;
    padding: 20px 0;
    height: calc(100% - 15px);
    overflow-y: auto;
    left: 100%;
    transition: left 0.3s;
  }
  .nav-link {
    line-height: 70px;
  }
  .nav-link:after {
    content: '';
    position: absolute;
    bottom: 2px;
    width: 100%;
    height: 2px;
    left: 0;
    background: #e41131;
    opacity: 0;
    transition: opacity 300ms;
  }
  .nav-link:hover.nav-link:after {
    opacity: 1;
  }

  /*texto banner QUienes somos*/
  .head-quienes-somos {
    font-size: clamp(10px, 3vw, 3rem);
    margin-left: 0;
    margin-right: 50px;
    margin-top: 0;
    text-shadow: black 0.1em 0em 0.1em;
    text-align: center;
  }
  .he-des-quienes-s {
    margin: auto;
    margin-left: 100px;
    margin-right: 150px;
  }
  .he-des-quienes-s h2 {
    font-size: 34px;
    background: #e41131;
    margin: 20px 0;
    margin-top: 20px;
    text-align: center;
  }

  /*Empieza mision y vision*/
  .info-mision-vision h2 {
    font-weight: 400;
  }
  .descp-mision-vision {
    position: relative;
    width: 100%;
    overflow: hidden;
    justify-content: center;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: justify;
    display: flex;
    flex-wrap: wrap;
  }
  .info-mision-vision {
    background: #ffffff;
    width: 300px;
    height: 310px;
    overflow: hidden;
    margin: 5px 5px;
    margin-top: 10px;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  }
  /*Termina  mision y vision*/
  /*Empieza texto nuestro equipo*/
  .titulo-nuestro-equipo h2 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 300;
    margin: auto;
  }
  /*Termina texto nuestro equipo*/

  /*EMPIEZA SECCION INFRAESTRUCTURA*/
  .informacion-infraestructura {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .titulo-infraestructura {
    width: 95%;
  }
  .titulo-infraestructura h1 {
    text-align: center;
    color: #ffffff;
  }
  .cont-img-infra img {
    object-fit: cover;
    width: 100%;
    align-items: center;
  }
  /*TERMINA SECCION INFRAESTRUCTURA*/

  /*EMPIEZA ESTILO DE ICONO HAMBURGUESA*/
  .hamburguesa {
    display: block;
    color: #041d67;
  }
  .ulopciones_visible {
    left: 0;
  }
  /*TERMINA ESTILO DE ICONO HAMBURGUESA*/

  .tarjeta {
    width: calc((100% / 2) - 20px);
  }

  /*.ulopciones {
    display: none;
  }*/

  .experiencia-numeros {
    width: calc((100% / 2) - 2px);
  }
  .cont-beneficios {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    align-content: center;
  }
  .container-form {
    width: 100%;
    max-width: 1300px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }
  .titulo-servicios p {
    padding: 0px 20px;
    margin-top: 65px;
  }
  .beneficios-app {
    font-size: 15px;
    width: 100%;
    display: grid;
    padding: 0px;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 25px;
    justify-content: center;
    margin-top: -10px;
  }
  .aboutp-info {
    grid-column: 5/10;
    padding: 2em;
  }
  .aboutp-info-event {
    padding: 1em;
  }
  .aboutp-info-escolar {
    padding: 1em;
    margin-top: 50px;
  }
  .aboutp-info-escolar .imagenes-t-Escolar img {
    width: 100%;
    grid-column: 1/5;
    border-radius: 15px;
    width: 180px;
    height: 157px;
    object-fit: cover;
    margin: 10px 0px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
  }
  .about-tu-info {
    padding: 1em;
    margin-top: 80px;
  }
  .box_footer {
    display: flex;
    flex-direction: column;
    padding: 1px;
  }
  .container_footer {
    /*width: 100%;*/
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    margin-top: 10px;
  }
  .cont-mapas-ubicaciones {
    padding: 0px 30px;
  }
  .mapa-ubicaciones {
    width: 180px;
    height: 180px;
  }
  .ubicaciones-circulo {
    width: 135px;
    height: 135px;
    overflow: hidden;
    margin: 20px 60px;
    transition: transform 0.2s;
  }
  .ubicaciones-circulo:hover {
    transform: scale(1.2);
  }

  /*ESTILO TITULO CONTACTANOS*/
  .head-contactanos {
    font-size: clamp(10px, 8vw, 4rem);
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: #000000;
  }
  .cont-mapas .mapa-ubicaciones {
    display: flex;
    align-items: center;
    margin: auto;
    object-fit: cover;
  }
  .cont-mapas a {
    height: 100%;
    text-align: center;
    color: #fff;
    font-weight: 400;
    display: inline-table;
    text-decoration: none;
    width: 100%;
    padding: 20px;
  }
  .cont-mapas-ubicaciones {
    padding: 2px;
  }
}

@media (max-width: 768px) {
  /*.main-header {
    background: peru;
  }*/
  /* Estilos para los textos del nav*/

  /* Estilos para los textos del nav*/
  .ulopciones {
    flex-direction: column;
    align-items: center;
    margin-right: 20px;
    background: #041d67;
    position: fixed;
    left: 0%;
    top: 44px;
    width: 100%;
    padding: 20px 0;
    height: calc(100% - 15px);
    overflow-y: auto;
    left: 100%;
    transition: left 0.3s;
  }
  .nav-link {
    line-height: 70px;
  }
  .nav-link:after {
    content: '';
    position: absolute;
    bottom: 2px;
    width: 100%;
    height: 2px;
    left: 0;
    background: #e41131;
    opacity: 0;
    transition: opacity 300ms;
  }
  .nav-link:hover.nav-link:after {
    opacity: 1;
  }

  /*texto banner QUienes somos*/
  .head-quienes-somos {
    font-size: clamp(10px, 4vw, 4rem);
    margin-left: 0;
    margin-right: 50px;
    margin-top: 0;
    text-shadow: black 0.1em 0em 0.1em;
    text-align: center;
  }
  .he-des-quienes-s {
    margin: auto;
    margin-left: 0;
    margin-right: 50px;
  }
  .he-des-quienes-s h2 {
    font-size: 32px;
    background: #e41131;
    margin: 20px 0;
    margin-top: 20px;
    text-align: center;
  }

  /*Empieza mision y vision*/
  .descp-mision-vision {
    position: relative;
    width: 100%;
    overflow: hidden;
    justify-content: center;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: justify;
    display: flex;
    flex-wrap: wrap;
  }
  .info-mision-vision {
    background: #ffffff;
    width: 330px;
    height: 300px;
    overflow: hidden;
    margin: 10px 10px;
    margin-top: 10px;
    margin-top: 20px;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
    margin-top: 10px;
  }
  /*Termina  mision y vision*/

  /*Empieza texto nuestro equipo*/
  .titulo-nuestro-equipo h2 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 300;
    margin: auto;
  }
  /*Termina texto nuestro equipo*/

  /*Empieza contenido de escuela de operadores*/
  .escuela-de-operadores {
    position: relative;
    padding: 50px 30px;
    max-width: 100vw;
    background: #ffffff;
  }
  .info-escula-operadores {
    display: contents;
    align-items: center;
  }
  .img-escuela-o {
    width: 100%;
  }
  .informacion-eo {
    width: 100%;
    padding: 0px;
  }
  .informacion-eo h1 {
    font-size: 2em;
    font-weight: bold;
    text-align: center;
  }
  .informacion-eo p {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: justify;
    margin: 30px 0;
  }
  /*Termina contenido de escuela de operadores*/

  /*EMPIEZA SECCION INFRAESTRUCTURA*/
  .informacion-infraestructura {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .titulo-infraestructura {
    width: 95%;
  }
  .titulo-infraestructura h1 {
    text-align: center;
    color: #ffffff;
  }
  .cont-img-infra img {
    object-fit: cover;
    width: 90%;
    align-items: center;
  }
  /*TERMINA SECCION INFRAESTRUCTURA*/

  /*EMPIEZA ESTILO DE ICONO HAMBURGUESA*/
  .hamburguesa {
    display: block;
    color: #041d67;
  }
  .ulopciones_visible {
    left: 0;
  }

  /*TERMINA ESTILO DE ICONO HAMBURGUESA*/
  .experiencia-numeros {
    width: calc((100% / 2) - 10px);
  }

  .he-des h5 {
    font-size: 25px;
    font-weight: 100;
    margin-top: -30px;
  }

  .head {
    font-size: clamp(10px, 5vw, 4rem);
  }
  .titulo-servicios p {
    padding: 0px 20px;
    margin-top: 56px;
  }
  .beneficios-app i {
    padding: 25px 10px;
  }
  .beneficios-app {
    font-size: 15px;
    width: 100%;
    display: grid;
    padding: 0px;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 25px;
    justify-content: center;
    margin-top: -10px;
  }
  .beneficios-app h3 {
    text-align: left;
  }
  .beneficios-app span {
    display: flex;
  }
  .content-tpersonal {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
  }
  .aboutp-info {
    padding: 1em;
  }
  .img-tp img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
    object-fit: cover;
    margin: auto;
  }
  /*EMPIEZA SECCION 4 TRANSPORTE DE EVENTOS*/
  .about-eventos {
    position: relative;
    padding: 50px 30px;
    max-width: 100vw;
    background: #f3f3f3;
  }
  .content-teventos {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
  }
  .img-eventos img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
    object-fit: cover;
    margin: auto;
  }

  /* EMPIEZA SECCION 5 TRANSPORTE ESCOLAR*/
  .about-escolar {
    position: relative;
    padding: 60px 30px;
    max-width: 100vw;
  }
  .content-tescolar {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
  }
  .img-escolar img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
    object-fit: cover;
    margin: auto;
  }
  .aboutp-info-escolar .imagenes-t-Escolar img {
    width: 100%;
    grid-column: 1/5;
    border-radius: 15px;
    width: 330px;
    height: 200px;
    object-fit: cover;
    margin: 10px 2px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
  }
  /* EMPIEZA SECCION 4 TRANSPORTE TURISTICO*/
  .about-turistico {
    position: relative;
    padding: 80px 30px;
    max-width: 100vw;
  }

  .content-t-turistico {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
  }
  .img-t-turistico img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
    object-fit: cover;
    margin: auto;
  }
  .about-tu-info {
    padding: 1em;
    margin-top: -30px;
  }

  /* EMPIEZA SECCION ESTILO TITULO CONTACTANOS*/
  .head-contactanos {
    font-size: clamp(10px, 8vw, 4rem);
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: #000000;
  }
  .cont-mapas .mapa-ubicaciones {
    margin: auto;
    position: relative;
    display: flex;
    width: 100%;
    overflow: hidden;
    justify-content: center;
    flex-wrap: wrap;
    height: 250px;
  }

  .botones-ubicaciones {
    display: flex;
    flex-flow: column;
  }
  .show {
    display: flex;
    flex-flow: column;
    text-align: center;
    padding: 0.4rem;
    margin: 0.5rem;
  }
  .cont-mapas a {
    margin: 0.5rem;
  }
  /*TERMINA SECCION ESTILO TITULO CONTACTANOS*/

  /*.container_footer {
    padding: 50px;
  }*/
  .beneficios-tp {
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin: 10px 10px;
  }
  .beneficios-tp i {
    width: 100%;
    height: 30%;
    object-fit: cover;
    text-align: center;
    margin-top: 34px;
    font-size: 35px;
    color: #fff;
  }
  .beneficios-tp h2 {
    font-size: 16px;
  }
  .ubicaciones-circulo {
    width: 135px;
    height: 135px;
    overflow: hidden;
    margin: 20px 30px;
    transition: transform 0.2s;
  }
  .ubicaciones-circulo:hover {
    transform: scale(1.2);
  }
}

@media (max-width: 640px) {
  /*.main-header {
    background: royalblue;
  }*/
  /* Estilos para los textos del nav*/

  /* Estilos para los textos del nav*/

  .logo {
    padding-left: 15px;
    font-size: 8rem;
  }

  .ulopciones {
    flex-direction: column;
    align-items: center;
    margin-right: 20px;
    background: #041d67;
    position: fixed;
    left: 0%;
    top: 44px;
    width: 100%;
    padding: 20px 0;
    height: calc(100% - 15px);
    overflow-y: auto;
    left: 100%;
    transition: left 0.3s;
  }
  .nav-link {
    line-height: 70px;
  }
  .nav-link:after {
    content: '';
    position: absolute;
    bottom: 2px;
    width: 100%;
    height: 2px;
    left: 0;
    background: #e41131;
    opacity: 0;
    transition: opacity 300ms;
  }
  .nav-link:hover.nav-link:after {
    opacity: 1;
  }

  /*EMPIEZA ESTILO DE QUIENES SOMOS RESPONSIVO*/
  /*texto banner*/
  .head-quienes-somos {
    font-size: clamp(10px, 5vw, 5rem);
    margin-left: 0;
    margin-right: 50px;
    margin-top: 0;
    text-shadow: black 0.1em 0em 0.1em;
    text-align: center;
  }
  .he-des-quienes-s {
    margin: auto;
    margin-left: 0;
    margin-right: 50px;
  }
  .he-des-quienes-s h2 {
    font-size: 20px;
    background: #e41131;
    margin: 20px 0;
    margin-top: 20px;
    text-align: center;
  }
  /*Empieza mision y vision*/
  .descp-mision-vision {
    position: relative;
    width: 100%;
    overflow: hidden;
    justify-content: center;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: justify;
    display: flex;
    flex-wrap: wrap;
  }
  .info-mision-vision {
    background: #ffffff;
    width: 350px;
    height: 300px;
    overflow: hidden;
    margin: 20px 20px;
    margin-top: 20px;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
    margin-top: 10px;
  }
  /*Termina  mision y vision*/

  /*Empieza contenido de escuela de operadores*/
  .escuela-de-operadores {
    position: relative;
    padding: 50px 30px;
    max-width: 100vw;
    background: #ffffff;
  }
  .info-escula-operadores {
    display: contents;
    align-items: center;
  }
  .img-escuela-o {
    width: 100%;
  }
  .informacion-eo {
    width: 100%;
    padding: 0px;
  }
  .informacion-eo h1 {
    font-size: 2em;
    font-weight: bold;
    text-align: center;
  }
  .informacion-eo p {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: justify;
    margin: 30px 0;
  }
  /*Termina contenido de escuela de operadores*/

  /*Empieza texto nuestro equipo*/
  .titulo-nuestro-equipo h2 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 300;
    margin: auto;
  }
  /*Termina texto nuestro equipo*/

  /*EMPIEZA SECCION INFRAESTRUCTURA*/
  .informacion-infraestructura {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .titulo-infraestructura {
    width: 100%;
  }
  .titulo-infraestructura h1 {
    text-align: center;
    color: #ffffff;
  }
  .list-infraestructura {
    padding: 0;
  }
  .cont-img-infra img {
    object-fit: cover;
    width: 95%;
    align-items: center;
  }
  /*TERMINA SECCION INFRAESTRUCTURA*/

  /*TERMINA ESTILO DE QUIENES SOMOS RESPONSIVO*/

  /*EMPIEZA ESTILO DE ICONO HAMBURGUESA*/
  .hamburguesa {
    display: block;
    color: #041d67;
  }
  .ulopciones_visible {
    left: 0;
  }

  /*TERMINA ESTILO DE ICONO HAMBURGUESA*/

  .tarjeta {
    width: 100%;
  }
  .experiencia-numeros {
    width: 100%;
    flex-direction: column;
    display: flex;
  }
  .beneficios-tp {
    width: 120px;
    height: 120px;
    overflow: hidden;
    margin: 5px 5px;
  }
  .beneficios-tp i {
    width: 100%;
    height: 35%;
    object-fit: cover;
    text-align: center;
    margin-top: 25px;
    font-size: 28px;
    color: #fff;
  }
  .beneficios-tp h2 {
    font-size: 14px;
  }
  .cont-beneficios {
    width: 100%;
  }

  .head {
    font-size: clamp(10px, 8vw, 4rem);
  }
  .he-des h5 {
    font-size: 22px;
    font-weight: 100;
    margin-top: -10px;
  }

  .he-des a {
    background: #e41131;
    font-weight: 600;
    padding: 10px 10px;
    box-shadow: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 18px;
    text-shadow: black 0.1em 0em 0.1em;
  }
}
