@charset "UTF-8";
@font-face {
  font-family: "Saira";
  src: url("./fonts/SairaSemiCondensed-Regular.woff2");
}
@font-face {
  font-family: "Saira-Light";
  src: url("./fonts/SairaSemiCondensed-Light.woff2");
}
@font-face {
  font-family: "Saira-Semibold";
  src: url("./fonts/SairaSemiCondensed-SemiBold.woff2");
}
@font-face {
  font-family: "Saira-Medium";
  src: url("./fonts/SairaSemiCondensed-Medium.woff2");
}
@font-face {
  font-family: "Saira-Bold";
  src: url("./fonts/SairaSemiCondensed-Bold.woff2");
}
/*Media queries */
body {
  font-family: "Saira";
}

section {
  margin: 0px;
  padding: 0px;
}

header {
  height: auto;
  width: 100%;
  background-color: #ffffff;
}
header nav a.navbar-brand {
  margin-top: 5px;
  margin-left: 30px;
}
header nav a.navbar-brand img {
  width: 120px;
  height: auto;
}
header nav ul {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
header nav ul li,
header nav ul li a {
  width: 100%;
}
header nav ul li {
  list-style: none;
  display: flex;
  transition: all 0.5s ease-in-out;
  border: 0.5px solid #016db0;
}
header nav ul li a {
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #223C82;
  text-transform: uppercase;
  height: auto;
  text-decoration: none;
  font-family: "Saira-Medium";
  font-size: 1rem;
}
header nav ul li.active a,
header nav ul li:hover a {
  color: #fff;
  font-family: "Saira-Bold";
  background-color: #016db0;
}
header nav .navbar-collapse {
  height: auto;
}

header .pll-switcher-select{
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 21; 
    background-color: #F5F5F5;
    border-radius: 10% 0px 0px 10%;
    border: none;
    width: 60px;
    height: 35px;
    color: #a19c9c;
    text-transform: uppercase;
}

button.navbar-toggler {
  margin-right: 1rem;
}

section.videoSinAudio {
  padding: 0px;
  margin-bottom: -6px;
}
section.videoSinAudio .videoCaja {
  position: relative;
}
section.videoSinAudio .videoCaja video,
section.videoSinAudio .videoCaja video source {
  width: 100%;
  height: 100%;
}
section.videoSinAudio .videoCaja .cajaTexto {
  position: absolute;
  top: 20%;
  left: 0%;
  text-align: center;
  animation: slideInLeft; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s; /* don't forget to set a duration! */
}
section.videoSinAudio .videoCaja .cajaTexto h1 {
  font-family: "Saira-Bold";
  color: #fff;
  font-size: 2.2rem;
  line-height: 30px;
}
section.videoSinAudio .videoCaja .cajaTexto p {
  color: #fff;
  width: 100%;
  font-size: 1.2rem;
  line-height: 35px;
}
section.videoSinAudio .videoCaja .cajaTexto a img {
  width: 30px;
}

section.quienesSomos {
  background-color: #F5F5F5;
}
section.quienesSomos .col-12 .cajaTexto {
  width: 100%;
  padding: 20px;
  animation: slideInLeft; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s; /* don't forget to set a duration! */
  animation-timeline: view();
  animation-range: 50px 36%;
}
section.quienesSomos .col-12 .cajaTexto h2,
section.quienesSomos .col-12 .cajaTexto h3 {
  font-family: "Saira-Medium";
}
section.quienesSomos .col-12 .cajaTexto h2,
section.quienesSomos .col-12 .cajaTexto h3,
section.quienesSomos .col-12 .cajaTexto p {
  margin: 20px 0px 20px 0px;
}
section.quienesSomos .col-12 .cajaTexto h2 {
  color: #006DB0;
  font-size: 1.4rem;
}
section.quienesSomos .col-12 .cajaTexto h3 {
  color: #223C82;
  font-size: 2.5rem;
  line-height: 1.5rem;
  letter-spacing: 0.2rem;
}
section.quienesSomos .col-12 .cajaTexto p {
  font-family: "Saira-Light";
  color: #3C3C3C;
  font-size: 1rem;
  margin-top: 20px;
}
section.quienesSomos .col-12 .cajaTexto :last-child {
  color: #223C82;
  font-family: "Saira-SemiBold";
  margin-top: 20pt;
}
section.quienesSomos .col-lg-7 .cajaImagen {
  position: relative;
  width: 100%;
  height: auto;
}
section.quienesSomos .col-lg-7 .cajaImagen img {
  top: 60px;
  position: absolute;
  width: 90%;
  height: 95%;
}

section.proposito .contenedorTexto {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
section.proposito .contenedorTexto img {
  margin-top: 30px;
  width: 40%;
}
section.proposito .contenedorTexto h2 {
  color: #223C82;
  font-family: "Saira-Medium";
  font-size: 1.2rem;
  margin: 20px;
}
section.proposito .contenedorTexto h3 {
  color: #2A7FC2;
  font-family: "Saira-Light";
  font-size: 1.2rem;
  margin: 20px;
}

section.nuestrosServicios {
  background: url(../img/nuestrosServicios.jpg) no-repeat;
  background-size: cover;
  color: #F5F5F5;
  font-family: "Saira-Medium";
}
section.nuestrosServicios .contenedorColor {
  padding: 50px 30px;
  background-color: rgba(0, 109, 176, 0.7);
  padding-right: 30px;
  position: relative;
}
section.nuestrosServicios .contenedorColor h2 {
  font-size: 2.5rem;
  line-height: 3rem;
  letter-spacing: 0rem;
  margin-top: 10px;
  text-align: center;
  margin-bottom: 30px;
}
section.nuestrosServicios .contenedorColor p {
  font-size: 1.2rem;
  text-align: justify;
  margin-bottom: 90px;
}
section.nuestrosServicios .contenedorColor a img {
  width: 40px;
  position: absolute;
  bottom: 40px;
  right: 50px;
}

section.clientes {
  padding: 50pt 0;
  background-color: #F5F5F5;
}
section.clientes .container {
  overflow: hidden;
}
section.clientes .container h2 {
  color: #223C82;
  text-transform: uppercase;
  font-family: "Saira-Medium";
  font-size: 2.5rem;
}
section.clientes .container .slider {
  animation: slidein 30s linear infinite;
  white-space: nowrap;
}
section.clientes .container .slider .logos {
  width: 100%;
  display: inline-block;
  margin: 0px 0;
}
section.clientes .container .slider .logos .fab {
  width: 20%;
  animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
  float: left;
  list-style: none;
}
section.clientes .container .slider .logos .fab img {
  width: 80%;
}

@keyframes slidein {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
section.trabajarEnAtt {
  background-color: #223C82;
  padding: 2rem;
}
section.trabajarEnAtt .col-12 img {
  width: 100%;
}
section.trabajarEnAtt .col-12 h2 {
  font-family: "Saira-Medium";
  font-size: 2.5rem;
  color: #48C1EC;
  margin-top: 2rem;
  text-align: justify;
}
section.trabajarEnAtt .col-12 p,
section.trabajarEnAtt .col-12 a {
  font-size: 1rem;
}
section.trabajarEnAtt .col-12 p {
  color: #ffffff;
  font-family: "Saira-Medium";
  padding-right: 0px;
  margin: 1.6669rem 0;
  text-align: justify;
}
section.trabajarEnAtt .col-12 a {
  font-family: "Saira-Light";
  color: #48C1EC;
  text-decoration: none;
  font-size: 1rem;
}
section.trabajarEnAtt .col-12 a span {
  display: inline-block;
  background-color: cadetblue;
  padding-bottom: 5px;
  width: 5%;
  margin-bottom: 0.5%;
  margin-left: 10px;
  height: 2px;
}

section.objetivos {
  background: url(../img/objetivos.jpg) no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  height: auto;
}
section.objetivos .cajaTransparente {
  background-color: rgba(255, 255, 255, 0.75);
  width: 100%;
}
section.objetivos .cajaTransparente .row {
  align-items: center;
}
section.objetivos .cajaTransparente .row .col-12 img {
  width: 150px;
  margin-left: 30%;
  margin-top: 35px;
}
section.objetivos .cajaTransparente .row .col-12 ul {
  color: #04204C;
  list-style: none;
  margin: 2.5rem 0;
  padding-left: 1rem;
}
section.objetivos .cajaTransparente .row .col-12 ul li {
  font-size: 1rem;
  font-family: "Saira-Medium";
  display: flex;
  align-items: center;
  margin: 0.5rem 0;
}
section.objetivos .cajaTransparente .row .col-12 ul li svg {
  width: 25px;
  height: 25px;
  fill: #0091d3;
  margin-right: 1rem;
  flex-shrink: 0;
}

section.certificaciones {
  padding: 50pt 0;
  background-color: #F5F5F5;
}
section.certificaciones .container {
  overflow: hidden;
}
section.certificaciones .container h2 {
  color: #223C82;
  text-transform: uppercase;
  font-family: "Saira-Medium";
  font-size: 3rem;
}
section.certificaciones .container .slider {
  animation: slidein 30s linear infinite;
  white-space: nowrap;
}
section.certificaciones .container .slider .logos {
  width: 100%;
  display: inline-block;
  margin: 0px 0;
}
section.certificaciones .container .slider .logos .fab {
  width: 20%;
  animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
  float: left;
  list-style: none;
  height: auto;
  padding: 0px;
  text-align: center;
}
section.certificaciones .container .slider .logos .fab img {
  width: 75%;
}

section.servicios {
  background: url(../img/entrada.jpg) no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  height: 40dvh;
}
section.servicios h1 {
  color: #04204C;
  text-align: center;
  text-transform: uppercase;
  font-family: "Saira-SemiBold";
}
section.servicios a {
  width: 100%;
  display: block;
  text-align: center;
}
section.servicios a img {
  width: 50px;
}

section.menuSection {
  background-color: #04204C;
  width: 100%;
  height: auto;
}
section.menuSection ul {
  display: block;
  margin-bottom: 0px;
  padding-left: 0px;
}
section.menuSection ul li {
  padding: 10px;
  text-align: center;
  list-style: none;
  border-bottom: 1px solid #F5F5F5;
}
section.menuSection ul li a {
  color: #FFF;
  text-decoration: none;
  font-family: "Saira-SemiBold";
}
section.menuSection ul li:hover {
  background-color: #006DB0;
}

section.fondoGrisTexto {
  background-color: #F5F5F5;
  position: relative;
  font-family: "Saira-SemiBold";
  font-size: 1.8rem;
  color: #223C82;
  padding: 20px;
}
section.fondoGrisTexto p {
  text-align: justify;
  padding-right: revert;
  line-height: 40px;
  font-size: 1.4rem;
}
section.fondoGrisTexto p:first-child {
  margin-bottom: 30px;
}
section.fondoGrisTexto .imagenMecanico {
  background: url("../img/mantenimientoServ.jpg") no-repeat center/cover;
  background-position: 25% 50%;
  width: 100%;
  height: 50dvh;
}

section.descripcionServicio {
  text-align: justify;
  padding: 20px;
}
section.descripcionServicio img {
  width: 125px;
  height: auto;
}
section.descripcionServicio h2 {
  font-size: 1.8rem;
  color: #223C82;
  font-family: "Saira-Bold";
  margin: 20px 0px;
}
section.descripcionServicio p,
section.descripcionServicio ul {
  font-family: "Saira-Light";
  color: #17130F;
  padding-right: 0px;
}
section.descripcionServicio p {
  margin-bottom: 30px;
}
section.descripcionServicio ul {
  list-style-type: none;
  /* Quita los marcadores nativos */
  margin: 0;
  padding: 0;
}
section.descripcionServicio ul li {
  position: relative;
  /* Para colocar el pseudo-elemento */
  padding-left: 1rem;
  /* Espacio para el icono a la izquierda */
}
section.descripcionServicio ul li::before {
  content: "";
  /* Puede ser un símbolo, icono, etc. */
  position: absolute;
  left: 0;
  /* Ubicación del marcador */
  top: 0.6em;
  /* Ajusta para centrar verticalmente */
  width: 3px;
  /* Tamaño del «punto» */
  height: 3px;
  /* Tamaño del «punto» */
  background-color: black;
  /* Color del «punto» */
  border-radius: 50%;
  /* Lo hace circular */
}

section#dotacion {
  position: relative;
  padding: 20px;
}
section#dotacion .imagenDotacionPersonal {
  background: url(../img/dotacionPersonal.jpg) no-repeat;
  background-size: contain;
  width: 100%;
  height: 40dvh;
}
section#dotacion p {
  margin-bottom: 0px;
}
section#dotacion img,
section#dotacion p,
section#dotacion ul,
section#dotacion h2 {
  padding-left: 0px;
}
section#dotacion p:last-child {
  margin-top: 30px;
}

section#aeropuertoPersonal {
  position: relative;
  background-color: #04204C;
  padding: 20px;
}
section#aeropuertoPersonal h2,
section#aeropuertoPersonal p,
section#aeropuertoPersonal ul,
section#aeropuertoPersonal li {
  color: #ffffff;
}
section#aeropuertoPersonal ul li::before {
  background-color: #ffffff;
}
section#aeropuertoPersonal .imagenAeropuertoPersonal {
  background: url(../img/aeropuertoPersonal.jpg) no-repeat;
  background-size: contain;
  width: 100%;
  height: 40dvh;
  margin-top: 20px;
}

.consultoriaAviacion {
  width: 100%;
  height: 105dvh;
  background: url(../img/consultoria.jpg) no-repeat;
  background-size: cover;
  padding: 0px;
  display: block;
}
.consultoriaAviacion .cajaTransparente {
  padding: 20px;
  background: rgba(255, 255, 255, 0.7);
}
.consultoriaAviacion .cajaTransparente img {
  width: 125px;
  height: auto;
}
.consultoriaAviacion .cajaTransparente h2 {
  font-size: 1.8rem;
  color: #223C82;
  font-family: "Saira-Bold";
  margin: 20px 0px;
}
.consultoriaAviacion .cajaTransparente p,
.consultoriaAviacion .cajaTransparente ul {
  font-family: "Saira-Light";
  color: #17130F;
}
.consultoriaAviacion .cajaTransparente p {
  margin-bottom: 30px;
}
.consultoriaAviacion .cajaTransparente ul {
  list-style-type: none;
  /* Quita los marcadores nativos */
  margin: 0;
  padding: 0;
}
.consultoriaAviacion .cajaTransparente ul li {
  position: relative;
  /* Para colocar el pseudo-elemento */
  padding-left: 1rem;
  /* Espacio para el icono a la izquierda */
}
.consultoriaAviacion .cajaTransparente ul li::before {
  content: "";
  /* Puede ser un símbolo, icono, etc. */
  position: absolute;
  left: 0;
  /* Ubicación del marcador */
  top: 0.6em;
  /* Ajusta para centrar verticalmente */
  width: 3px;
  /* Tamaño del «punto» */
  height: 3px;
  /* Tamaño del «punto» */
  background-color: black;
  /* Color del «punto» */
  border-radius: 50%;
  /* Lo hace circular */
}

section#customerService {
  position: relative;
  padding: 20px;
}
section#customerService .imagenCustomerService {
  background: url(../img/customerServices.jpg) no-repeat;
  background-size: contain;
  width: 100%;
  height: 40dvh;
}

.enviarCV .imagenTrabajadores {
  width: 100%;
  height: 100dvh;
  display: block;
  background: url(../img/entradaCV.jpg) no-repeat center/cover;
  background-position: 50% 20%;
}
.enviarCV .cajaTextoCV {
  padding: 50px;
  text-align: center;
  color: #223C82;
  font-size: 1.4rem;
  font-family: "Saira-SemiBold";
}

section.formularioCV {
  background-color: #F5F5F5;
  padding: 10px;
}
section.formularioCV label,
section.formularioCV p {
  color: #223C82;
  font-family: "Saira-Light";
}
section.formularioCV .controlMargen {
  margin-bottom: 40px;
}
section.formularioCV .controlMargen input,
section.formularioCV .controlMargen select,
section.formularioCV .controlMargen textarea {
  border-color: transparent;
}
section.formularioCV .controlMargen textarea {
  height: 20dvh;
}
section.formularioCV .contenedorBoton {
  display: flex;
  /* Activamos el modo Flex */
  justify-content: center;
  /* Alineamos el contenido a la derecha */
}
section.formularioCV .contenedorBoton button {
  background-color: #2A7FC2;
  width: 200px;
  border-color: transparent;
}
section.formularioCV .contenedorBoton :hover, section.formularioCV .contenedorBoton :active {
  background-color: #48C1EC;
  border-color: transparent;
}

footer {
  padding: 20px;
  background-color: #04204C;
}
footer .row {
  flex-direction: column-reverse;
}
footer .row .col-12 img {
  width: 50%;
  margin: 20px 25%;
}
footer .row .col-12 h2, footer .row .col-12 ul {
  color: #ffffff;
}
footer .row .col-12 h2 {
  font-family: "Saira-Medium";
  font-size: 2.5rem;
}
footer .row .col-12 ul {
  font-size: 1rem;
  font-family: "Saira";
  list-style: none;
  padding-left: 0;
}
footer .row .col-12 input.form-control {
  margin: 1.2rem 0;
}
footer .row .col-12 textarea.form-control {
  height: 15dvh;
}
footer .row .col-12 form .btn {
  background-color: #0091D3;
  color: #04204C;
  width: 20%;
  padding: 5px;
  float: right;
  margin: 1rem 0;
}

section.corporativo {
    background-color: #EDEDED;
    padding: 80px 20px;
}

section.corporativo .mi-login{
  width: 100%;
    display: flex;
    justify-content: center;
    margin: 80px 0px -10px;
}

section.corporativo .mi-login form#loginform{
    display: flex;        /* ya lo tenés */
  flex-direction: row;  /* cambia de columna a fila */
  flex-wrap: wrap;      /* permite saltos de línea */
    align-items: center;
    margin: 80px 20px;
}

section.corporativo .mi-login form#loginform p{
  display: grid;
  font-family: "Saira-Light";
      text-align: center;
    width: 30%;
}

section.corporativo .mi-login form#loginform p label{
  line-height: 60px;
}

section.corporativo .mi-login form#loginform p input{
  height: 50px;
  border:none;
  line-height: 30pt;
}

section.corporativo .mi-login form#loginform p.login-remember{
  display: inline-block;
  text-align: left;
  width: 70%;
}


section.corporativo .mi-login form#loginform p input#rememberme{
    height: 10px;
    border-radius: 0px;
}

section.corporativo .mi-login form#loginform p input#wp-submit{
    background-color: #3C3C3C;
    color: #ffffff;
    font-family: "Saira-Semibold";
    text-transform: uppercase;
    border-radius: 5%;
}


/* que usuario y contraseña sigan ocupando toda la fila */
section.corporativo .mi-login form#loginform p.login-username,
section.corporativo .mi-login form#loginform p.login-password{
  width: 100%;          /* pisa el 30% */
  display: grid;        /* mantenés tu layout interno */
}

section.corporativo .mi-login form#loginform p.login-password{
  margin-bottom: 60px;
}

p.login-help{
  display: grid;
    font-family: "Saira-Light";
    text-align: left;
    width: 100%;
    justify-items: center;
}

p.login-help a{
      margin-right: 35%;
      text-decoration: none;
      color: #3C3C3C;
}

@media (min-width: 768px) {
  header nav {
    --bs-navbar-padding-y: 0rem !important;
  }
  header nav ul li {
    border: none;
    margin: 0 10px;
    width: 85px;
    height: 80px;
  }
  header nav ul li a {
    font-size: 1rem;
    padding: 1px;
  }
  header nav ul li.nav-item.active {
    width: 110px;
  }
  section.videoSinAudio {
    padding: 0px;
    margin-bottom: -6px;
  }
  section.videoSinAudio .videoCaja {
    position: relative;
  }
  section.videoSinAudio .videoCaja video,
  section.videoSinAudio .videoCaja video source {
    width: 100%;
    height: 100%;
  }
  section.videoSinAudio .videoCaja .cajaTexto {
    position: absolute;
    top: 30%;
    left: 0%;
  }
  section.videoSinAudio .videoCaja .cajaTexto h1 {
    font-family: "Saira-Bold";
    color: #fff;
    font-size: 2.9rem;
    line-height: 30px;
  }
  section.videoSinAudio .videoCaja .cajaTexto p {
    color: #fff;
    width: 60%;
    font-size: 1.4rem;
    line-height: 35px;
    margin-top: 20px;
    margin-left: 20%;
  }
  section.videoSinAudio .videoCaja .cajaTexto a img {
    width: 30px;
  }
  section.quienesSomos {
    background-color: #F5F5F5;
  }
  section.quienesSomos .col-lg-5 .cajaTexto {
    width: 100%;
    padding: 75px 45px 75px 65px;
  }
  section.quienesSomos .col-lg-5 .cajaTexto h2,
  section.quienesSomos .col-lg-5 .cajaTexto h3 {
    font-family: "Saira-Medium";
  }
  section.quienesSomos .col-lg-5 .cajaTexto h2,
  section.quienesSomos .col-lg-5 .cajaTexto h3,
  section.quienesSomos .col-lg-5 .cajaTexto p {
    margin: 20px 0px 20px 0px;
  }
  section.quienesSomos .col-lg-5 .cajaTexto h2 {
    color: #006DB0;
    font-size: 1.4rem;
  }
  section.quienesSomos .col-lg-5 .cajaTexto h3 {
    color: #223C82;
    font-size: 4rem;
    line-height: 3.5rem;
    letter-spacing: 0.4rem;
  }
  section.quienesSomos .col-lg-5 .cajaTexto p {
    font-family: "Saira-Light";
    color: #3C3C3C;
    font-size: 1rem;
    margin-top: 20px;
  }
  section.quienesSomos .col-lg-5 .cajaTexto :last-child {
    color: #223C82;
    font-family: "Saira-SemiBold";
    margin-top: 20pt;
  }
  section.quienesSomos .col-lg-7 .cajaImagen {
    position: relative;
    width: 100%;
    height: 100%;
  }
  section.quienesSomos .col-lg-7 .cajaImagen img {
    top: 60px;
    position: absolute;
    width: 90%;
    height: 95%;
  }
  section.proposito .contenedorTexto {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  section.proposito .contenedorTexto img {
    margin-top: 15%;
    width: 40%;
  }
  section.proposito .contenedorTexto h2 {
    color: #223C82;
    font-family: "Saira-Medium";
    font-size: 1.8rem;
    margin-top: 50pt;
  }
  section.proposito .contenedorTexto h3 {
    color: #2A7FC2;
    font-family: "Saira-Light";
    font-size: 3.3rem;
    margin-bottom: 150px;
  }
  section.nuestrosServicios {
    background: url(../img/nuestrosServicios.jpg) no-repeat;
    background-size: cover;
    color: #F5F5F5;
    font-family: "Saira-Medium";
  }
  section.nuestrosServicios .contenedorColor {
    padding: 50px;
    background-color: rgba(0, 109, 176, 0.7);
    padding: 10%;
    position: relative;
  }
  section.nuestrosServicios .contenedorColor h2 {
    font-size: 3.3rem;
    line-height: 4rem;
    letter-spacing: 0.2rem;
    margin-top: 90px;
    margin-bottom: 40px;
  }
  section.nuestrosServicios .contenedorColor p {
    font-size: 1.8rem;
    text-align: justify;
    margin-bottom: 90px;
  }
  section.nuestrosServicios .contenedorColor a img {
    width: 40px;
    position: absolute;
    bottom: 40px;
    right: 50px;
  }
  section.clientes {
    padding: 50pt 0;
    background-color: #F5F5F5;
  }
  section.clientes .container {
    overflow: hidden;
  }
  section.clientes .container h2 {
    color: #223C82;
    text-transform: uppercase;
    font-family: "Saira-Medium";
    font-size: 3rem;
  }
  section.clientes .container .slider {
    animation: slidein 30s linear infinite;
    white-space: nowrap;
  }
  section.clientes .container .slider .logos {
    width: 100%;
    display: inline-block;
    margin: 0px 0;
  }
  section.clientes .container .slider .logos .fab {
    width: 20%;
    animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    float: left;
    list-style: none;
  }
  section.clientes .container .slider .logos .fab img {
    width: 80%;
  }
  @keyframes slidein {
    from {
      transform: translate3d(0, 0, 0);
    }
    to {
      transform: translate3d(-100%, 0, 0);
    }
  }
  @keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  section.trabajarEnAtt {
    background-color: #223C82;
    padding: 4.1662rem;
  }
  section.trabajarEnAtt .col-lg-7 img {
    width: 100%;
  }
  section.trabajarEnAtt .col-lg-5 h2 {
    font-family: "Saira-Medium";
    font-size: 3rem;
    color: #48C1EC;
    margin-top: 2rem;
  }
  section.trabajarEnAtt .col-lg-5 p,
  section.trabajarEnAtt .col-lg-5 a {
    font-size: 1rem;
  }
  section.trabajarEnAtt .col-lg-5 p {
    color: #ffffff;
    font-family: "Saira-Medium";
    padding-right: 13%;
    margin: 1.6669rem 0;
  }
  section.trabajarEnAtt .col-lg-5 a {
    font-family: "Saira-Light";
    color: #48C1EC;
    text-decoration: none;
    font-size: 1rem;
  }
  section.trabajarEnAtt .col-lg-5 a span {
    display: inline-block;
    background-color: cadetblue;
    padding-bottom: 5px;
    width: 5%;
    margin-bottom: 0.5%;
    margin-left: 10px;
    height: 2px;
  }
  section.objetivos {
    background: url(../img/objetivos.jpg) no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    height: 100dvh;
  }
  section.objetivos .cajaTransparente {
    background-color: rgba(255, 255, 255, 0.75);
    width: 100%;
  }
  section.objetivos .cajaTransparente .row {
    align-items: center;
  }
  section.objetivos .cajaTransparente .row .col-lg-3 img {
    width: 38%;
    padding-left: 0rem;
  }
  section.objetivos .cajaTransparente .row .col-lg-9 ul {
    color: #04204C;
    list-style: none;
    margin: 2.5rem 0;
  }
  section.objetivos .cajaTransparente .row .col-lg-9 ul li {
    font-size: 1rem;
    font-family: "Saira-Medium";
    display: flex;
    align-items: center;
    margin: 0.2rem 0;
  }
  section.objetivos .cajaTransparente .row .col-lg-9 ul li svg {
    width: 30px;
    height: 30px;
    fill: #0091d3;
    margin-right: 1rem;
    flex-shrink: 0;
  }
  section.certificaciones {
    padding: 50pt 0;
    background-color: #F5F5F5;
  }
  section.certificaciones .container {
    overflow: hidden;
  }
  section.certificaciones .container h2 {
    color: #223C82;
    text-transform: uppercase;
    font-family: "Saira-Medium";
    font-size: 3rem;
  }
  section.certificaciones .container .slider {
    animation: slidein 30s linear infinite;
    white-space: nowrap;
  }
  section.certificaciones .container .slider .logos {
    width: 100%;
    display: inline-block;
    margin: 0px 0;
  }
  section.certificaciones .container .slider .logos .fab {
    width: 20%;
    animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    float: left;
    list-style: none;
    height: auto;
    padding: 0px;
    text-align: center;
    display: flex;
    align-items: center;
  }
  section.certificaciones .container .slider .logos .fab img {
    width: 75%;
  }
  section.servicios {
    background: url(../img/entrada.jpg) no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    height: 100dvh;
  }
  section.servicios h1 {
    color: #04204C;
    text-align: center;
    text-transform: uppercase;
    font-family: "Saira-SemiBold";
  }
  section.servicios a {
    width: 100%;
    display: block;
    text-align: center;
  }
  section.servicios a img {
    width: 50px;
  }
  section.menuSection {
    background-color: #04204C;
    width: 100%;
    height: auto;
  }
  section.menuSection ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 0px;
  }
  section.menuSection ul li {
    text-align: center;
    list-style: none;
    border: none;
  }
  section.menuSection ul li a {
    color: #FFF;
    text-decoration: none;
    font-family: "Saira-SemiBold";
    font-size: 0.8rem;
  }
  section.menuSection ul li:hover {
    background-color: #006DB0;
  }
  section.fondoGrisTexto {
    background-color: #F5F5F5;
    position: relative;
    font-family: "Saira-SemiBold";
    font-size: 1.8rem;
    color: #223C82;
    padding: 40px 20px;
  }
  section.fondoGrisTexto p {
    text-align: justify;
    padding-right: 0px;
    line-height: 40px;
  }
  section.fondoGrisTexto p:first-child {
    margin-bottom: 30px;
  }
  section.fondoGrisTexto .imagenMecanico {
    background: url("../img/mantenimientoServ.jpg") no-repeat center/cover;
    background-position: 25% 50%;
    width: 90vw;
    height: 100dvh;
    top: 80px;
    right: 72px;
  }
  section.descripcionServicio {
    text-align: left;
    padding: 40px 20px;
  }
  section.descripcionServicio img {
    width: 125px;
    height: auto;
    padding: 20px;
  }
  section.descripcionServicio h2 {
    font-size: 1.8rem;
    color: #223C82;
    font-family: "Saira-Bold";
    margin: 20px 0px;
  }
  section.descripcionServicio p,
  section.descripcionServicio ul {
    font-family: "Saira-Light";
    color: #17130F;
    padding-right: 0px;
  }
  section.descripcionServicio p {
    margin-bottom: 30px;
  }
  section.descripcionServicio ul {
    list-style-type: none;
    /* Quita los marcadores nativos */
    margin: 0;
    padding: 0;
  }
  section.descripcionServicio ul li {
    position: relative;
    /* Para colocar el pseudo-elemento */
    padding-left: 1rem;
    /* Espacio para el icono a la izquierda */
  }
  section.descripcionServicio ul li::before {
    content: "";
    /* Puede ser un símbolo, icono, etc. */
    position: absolute;
    left: 0;
    /* Ubicación del marcador */
    top: 0.6em;
    /* Ajusta para centrar verticalmente */
    width: 3px;
    /* Tamaño del «punto» */
    height: 3px;
    /* Tamaño del «punto» */
    background-color: black;
    /* Color del «punto» */
    border-radius: 50%;
    /* Lo hace circular */
  }
  section#dotacion {
    position: relative;
    padding: 40px 20px;
  }
  section#dotacion .imagenDotacionPersonal {
    background: url(../img/dotacionPersonal.jpg) no-repeat;
    background-size: cover;
    width: 90dvw;
    height: 75dvh;
    top: 0px;
    left: 0px;
    z-index: 20;
  }
  section#dotacion p {
    margin-bottom: 0px;
  }
  section#dotacion img,
  section#dotacion p,
  section#dotacion ul,
  section#dotacion h2 {
    padding-left: 0px;
  }
  section#dotacion p:last-child {
    margin-top: 30px;
  }
  section#aeropuertoPersonal {
    position: relative;
    background-color: #04204C;
    padding: 40px 20px;
  }
  section#aeropuertoPersonal h2,
  section#aeropuertoPersonal p,
  section#aeropuertoPersonal ul,
  section#aeropuertoPersonal li {
    color: #ffffff;
  }
  section#aeropuertoPersonal ul li::before {
    background-color: #ffffff;
  }
  section#aeropuertoPersonal .imagenAeropuertoPersonal {
    background: url(../img/aeropuertoPersonal.jpg) no-repeat;
    background-size: cover;
    width: 90vw;
    height: 100dvh;
    top: 55px;
    right: 70px;
    margin-top: 20px;
  }
  .consultoriaAviacion {
    width: 100%;
    height: 80dvh;
    background: url(../img/consultoria.jpg) no-repeat;
    background-size: cover;
    padding: 0px;
    display: flex;
    align-items: flex-end;
  }
  .consultoriaAviacion .cajaTransparente {
    padding: 40px 20px;
    background: rgba(255, 255, 255, 0.7);
  }
  .consultoriaAviacion .cajaTransparente img {
    width: 125px;
    height: auto;
  }
  .consultoriaAviacion .cajaTransparente h2 {
    font-size: 1.8rem;
    color: #223C82;
    font-family: "Saira-Bold";
    margin: 20px 0px;
  }
  .consultoriaAviacion .cajaTransparente p,
  .consultoriaAviacion .cajaTransparente ul {
    font-family: "Saira-Light";
    color: #17130F;
    padding-right: 0px;
  }
  .consultoriaAviacion .cajaTransparente p {
    margin-bottom: 30px;
  }
  .consultoriaAviacion .cajaTransparente ul {
    list-style-type: none;
    /* Quita los marcadores nativos */
    margin: 0;
    padding: 0;
  }
  .consultoriaAviacion .cajaTransparente ul li {
    position: relative;
    /* Para colocar el pseudo-elemento */
    padding-left: 1rem;
    /* Espacio para el icono a la izquierda */
  }
  .consultoriaAviacion .cajaTransparente ul li::before {
    content: "";
    /* Puede ser un símbolo, icono, etc. */
    position: absolute;
    left: 0;
    /* Ubicación del marcador */
    top: 0.6em;
    /* Ajusta para centrar verticalmente */
    width: 3px;
    /* Tamaño del «punto» */
    height: 3px;
    /* Tamaño del «punto» */
    background-color: black;
    /* Color del «punto» */
    border-radius: 50%;
    /* Lo hace circular */
  }
  section#customerService {
    position: relative;
    padding: 40px 20px;
  }
  section#customerService .imagenCustomerService {
    background: url(../img/customerServices.jpg) no-repeat;
    background-size: cover;
    width: 90vw;
    height: 100dvh;
    top: 65px;
    right: 65px;
    z-index: 20;
  }
  .enviarCV .imagenTrabajadores {
    width: 100%;
    height: 100dvh;
    display: block;
    background: url(../img/entradaCV.jpg) no-repeat center/cover;
    background-position: 50% 20%;
  }
  .enviarCV .cajaTextoCV {
    padding: 50px;
    text-align: center;
    color: #223C82;
    font-size: 1.4rem;
    font-family: "Saira-SemiBold";
  }
  section.formularioCV {
    background-color: #F5F5F5;
    padding: 50px 100px;
  }
  section.formularioCV label,
  section.formularioCV p {
    color: #223C82;
    font-family: "Saira-Light";
  }
  section.formularioCV .controlMargen {
    margin-bottom: 40px;
  }
  section.formularioCV .controlMargen input,
  section.formularioCV .controlMargen select,
  section.formularioCV .controlMargen textarea {
    border-color: transparent;
  }
  section.formularioCV .controlMargen textarea {
    height: 30dvh;
  }
  section.formularioCV .contenedorBoton {
    display: flex;
    /* Activamos el modo Flex */
    justify-content: flex-end;
    /* Alineamos el contenido a la derecha */
  }
  section.formularioCV .contenedorBoton button {
    background-color: #2A7FC2;
    width: 200px;
    border-color: transparent;
  }
  section.formularioCV .contenedorBoton :hover, section.formularioCV .contenedorBoton :active {
    background-color: #48C1EC;
    border-color: transparent;
  }
  footer {
    padding: 50pt 0;
    background-color: #04204C;
  }
  footer .row {
    align-items: flex-end;
    flex-direction: row;
  }
  footer .row .col-lg-3 img {
    width: 250px;
    margin: 20px 30%;
  }
  footer .row .col-lg-6 h2,
  footer .row .col-lg-6 ul {
    color: #ffffff;
    text-align: center;
  }
  footer .row .col-lg-6 h2 {
    font-family: "Saira-Medium";
    font-size: 3.3rem;
  }
  footer .row .col-lg-6 ul {
    font-size: 1rem;
    font-family: "Saira";
    list-style: none;
    padding-left: 0;
  }
  footer .row .col-lg-6 input.form-control {
    margin: 1.2rem 0;
  }
  footer .row .col-lg-6 textarea.form-control {
    height: 15dvh;
  }
  footer .row .col-lg-6 form .btn {
    background-color: #0091D3;
    color: #04204C;
    width: 20%;
    padding: 5px;
    float: right;
    margin: 1rem 0;
  }
}
@media (min-width: 992px) {
  header {
    height: 135px;
  }
  header nav a.navbar-brand {
    margin-top: 20px;
    margin-left: 100px;
  }
  header nav a.navbar-brand img {
    width: 250px;
    height: auto;
  }
  header nav ul {
    justify-content: space-between;
    height: 5vh;
    width: 50%;
    margin-top: 0px;
  }
  header nav ul li,
  header nav ul li a {
    width: 100%;
  }
  header nav ul li {
    list-style: none;
    display: flex;
    transition: all 0.5s ease-in-out;
    border: none;
  }
  header nav ul li a {
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #223C82;
    text-transform: uppercase;
    height: auto;
    text-decoration: none;
    font-family: "Saira-Medium";
    font-size: 1rem;
  }
  header nav ul li.active a,
  header nav ul li:hover a {
    color: #04204C;
    font-family: "Saira-Bold";
    background-color: transparent;
  }
  header nav ul li.nav-item.active {
    width: 100%;
  }
  header nav .navbar-collapse {
    height: auto;
  }
  section.videoSinAudio {
    padding: 0px;
    margin-bottom: -6px;
  }
  section.videoSinAudio .videoCaja {
    position: relative;
  }
  section.videoSinAudio .videoCaja video,
  section.videoSinAudio .videoCaja video source {
    width: 100%;
    height: 100%;
  }
  section.videoSinAudio .videoCaja .cajaTexto {
    position: absolute;
    top: 40%;
    left: 5%;
    text-align: left;
  }
  section.videoSinAudio .videoCaja .cajaTexto h1 {
    font-family: "Saira-Bold";
    color: #fff;
    font-size: 2.9rem;
    line-height: 30px;
  }
  section.videoSinAudio .videoCaja .cajaTexto p {
    color: #fff;
    width: 40%;
    font-size: 1.8rem;
    line-height: 40px;
    margin-left: 0%;
  }
  section.videoSinAudio .videoCaja .cajaTexto a img {
    width: 30px;
  }
  section.quienesSomos {
    background-color: #F5F5F5;
  }
  section.quienesSomos .col-lg-5 .cajaTexto {
    width: 100%;
    padding: 75px 45px 75px 65px;
  }
  section.quienesSomos .col-lg-5 .cajaTexto h2,
  section.quienesSomos .col-lg-5 .cajaTexto h3 {
    font-family: "Saira-Medium";
  }
  section.quienesSomos .col-lg-5 .cajaTexto h2,
  section.quienesSomos .col-lg-5 .cajaTexto h3,
  section.quienesSomos .col-lg-5 .cajaTexto p {
    margin: 20px 0px 20px 0px;
  }
  section.quienesSomos .col-lg-5 .cajaTexto h2 {
    color: #006DB0;
    font-size: 1.4rem;
  }
  section.quienesSomos .col-lg-5 .cajaTexto h3 {
    color: #223C82;
    font-size: 4rem;
    line-height: 3.5rem;
    letter-spacing: 0.4rem;
  }
  section.quienesSomos .col-lg-5 .cajaTexto p {
    font-family: "Saira-Light";
    color: #3C3C3C;
    font-size: 1rem;
    margin-top: 20px;
  }
  section.quienesSomos .col-lg-5 .cajaTexto :last-child {
    color: #223C82;
    font-family: "Saira-SemiBold";
    margin-top: 20pt;
  }
  section.quienesSomos .col-lg-7 .cajaImagen {
    position: relative;
    width: 100%;
    height: 100%;
  }
  section.quienesSomos .col-lg-7 .cajaImagen img {
    top: 60px;
    position: absolute;
    width: 90%;
    height: 95%;
  }
  section.proposito .contenedorTexto {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0px 10%;
  }
  section.proposito .contenedorTexto img {
    margin-top: 15%;
    width: 40%;
  }
  section.proposito .contenedorTexto h2 {
    color: #223C82;
    font-family: "Saira-Medium";
    font-size: 1.8rem;
    margin-top: 50pt;
  }
  section.proposito .contenedorTexto h3 {
    color: #2A7FC2;
    font-family: "Saira-Light";
    font-size: 3.3rem;
    margin-bottom: 150px;
  }
  section.nuestrosServicios {
    background: url(../img/nuestrosServicios.jpg) no-repeat;
    background-size: cover;
    color: #F5F5F5;
    font-family: "Saira-Medium";
  }
  section.nuestrosServicios .contenedorColor {
    padding: 50px;
    background-color: rgba(0, 109, 176, 0.7);
    padding-right: 20%;
    position: relative;
  }
  section.nuestrosServicios .contenedorColor h2 {
    font-size: 4.5rem;
    line-height: 4rem;
    letter-spacing: 0.2rem;
    margin-top: 90px;
    margin-bottom: 40px;
    text-align: left;
  }
  section.nuestrosServicios .contenedorColor p {
    font-size: 1.8rem;
    text-align: justify;
    margin-bottom: 90px;
  }
  section.nuestrosServicios .contenedorColor a img {
    width: 40px;
    position: absolute;
    bottom: 40px;
    right: 50px;
  }
  section.clientes {
    padding: 50pt 0;
    background-color: #F5F5F5;
  }
  section.clientes .container {
    overflow: hidden;
  }
  section.clientes .container h2 {
    color: #223C82;
    text-transform: uppercase;
    font-family: "Saira-Medium";
    font-size: 3rem;
  }
  section.clientes .container .slider {
    animation: slidein 30s linear infinite;
    white-space: nowrap;
  }
  section.clientes .container .slider .logos {
    width: 100%;
    display: inline-block;
    margin: 0px 0;
  }
  section.clientes .container .slider .logos .fab {
    width: 20%;
    animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    float: left;
    list-style: none;
  }
  section.clientes .container .slider .logos .fab img {
    width: 80%;
  }
  @keyframes slidein {
    from {
      transform: translate3d(0, 0, 0);
    }
    to {
      transform: translate3d(-100%, 0, 0);
    }
  }
  @keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  section.trabajarEnAtt {
    background-color: #223C82;
    padding: 4.1662rem;
  }
  section.trabajarEnAtt .col-lg-7 img {
    width: 100%;
  }
  section.trabajarEnAtt .col-lg-5 h2 {
    font-family: "Saira-Medium";
    font-size: 3rem;
    color: #48C1EC;
    margin-top: 2rem;
    text-align: inherit;
  }
  section.trabajarEnAtt .col-lg-5 p,
  section.trabajarEnAtt .col-lg-5 a {
    font-size: 1rem;
  }
  section.trabajarEnAtt .col-lg-5 p {
    color: #ffffff;
    font-family: "Saira-Medium";
    padding-right: 13%;
    margin: 1.6669rem 0;
    text-align: inherit;
  }
  section.trabajarEnAtt .col-lg-5 a {
    font-family: "Saira-Light";
    color: #48C1EC;
    text-decoration: none;
    font-size: 1rem;
  }
  section.trabajarEnAtt .col-lg-5 a span {
    display: inline-block;
    background-color: cadetblue;
    padding-bottom: 5px;
    width: 5%;
    margin-bottom: 0.5%;
    margin-left: 10px;
    height: 2px;
  }
  section.objetivos {
    background: url(../img/objetivos.jpg) no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    height: 100dvh;
  }
  section.objetivos .cajaTransparente {
    background-color: rgba(255, 255, 255, 0.75);
    width: 100%;
  }
  section.objetivos .cajaTransparente .row {
    align-items: center;
  }
  section.objetivos .cajaTransparente .row .col-lg-3 img {
    width: 100%;
    padding-left: 3rem;
    margin-left: unset;
    margin-top: unset;
  }
  section.objetivos .cajaTransparente .row .col-lg-9 ul {
    color: #04204C;
    list-style: none;
    margin: 2.5rem 0;
    padding-left: 2rem;
  }
  section.objetivos .cajaTransparente .row .col-lg-9 ul li {
    font-size: 1rem;
    font-family: "Saira-Medium";
    display: block;
    margin: 0.2rem 0;
    align-items: unset;
  }
  section.objetivos .cajaTransparente .row .col-lg-9 ul li svg {
    width: 40px;
    height: 40px;
    fill: #0091D3;
    margin-right: unset;
    margin: 0 1rem;
  }
  section.certificaciones {
    padding: 50pt 0;
    background-color: #F5F5F5;
  }
  section.certificaciones .container {
    overflow: hidden;
  }
  section.certificaciones .container h2 {
    color: #223C82;
    text-transform: uppercase;
    font-family: "Saira-Medium";
    font-size: 3rem;
  }
  section.certificaciones .container .slider {
    animation: slidein 30s linear infinite;
    white-space: nowrap;
  }
  section.certificaciones .container .slider .logos {
    width: 100%;
    display: inline-block;
    margin: 0px 0;
  }
  section.certificaciones .container .slider .logos .fab {
    width: 20%;
    animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    float: left;
    list-style: none;
    height: 180px;
    padding: 20px 45px;
    text-align: center;
    display: flex;
    align-items: center;
  }
  section.certificaciones .container .slider .logos .fab img {
    width: 100%;
  }
  section.servicios {
    background: url(../img/entrada.jpg) no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    height: 100dvh;
  }
  section.servicios h1 {
    color: #04204C;
    text-align: center;
    text-transform: uppercase;
    font-family: "Saira-SemiBold";
  }
  section.servicios a {
    width: 100%;
    display: block;
    text-align: center;
  }
  section.servicios a img {
    width: 50px;
  }
  section.menuSection {
    background-color: #04204C;
    width: 100%;
    height: auto;
  }
  section.menuSection ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 0px;
    padding-left: revert;
  }
  section.menuSection ul li {
    padding: 50px;
    text-align: center;
    list-style: none;
  }
  section.menuSection ul li a {
    color: #FFF;
    text-decoration: none;
    font-family: "Saira-SemiBold";
  }
  section.menuSection ul li:hover {
    background-color: #006DB0;
  }
  section.fondoGrisTexto {
    background-color: #F5F5F5;
    position: relative;
    font-family: "Saira-SemiBold";
    font-size: 1.8rem;
    color: #223C82;
    padding: 75px 40px;
  }
  section.fondoGrisTexto p {
    text-align: left;
    padding-right: 65px;
    line-height: 40px;
  }
  section.fondoGrisTexto p:first-child {
    margin-bottom: 30px;
  }
  section.fondoGrisTexto .imagenMecanico {
    background: url("../img/mantenimientoServ.jpg") no-repeat center/cover;
    background-position: 25% 50%;
    width: 45vw;
    height: 160dvh;
    position: absolute;
    top: 80px;
    right: 72px;
  }
  section.descripcionServicio {
    text-align: left;
    padding: 40px 100px;
  }
  section.descripcionServicio img {
    width: 125px;
    height: auto;
    padding: 0px;
  }
  section.descripcionServicio h2 {
    font-size: 1.8rem;
    color: #223C82;
    font-family: "Saira-Bold";
    margin: 20px 0px;
  }
  section.descripcionServicio p,
  section.descripcionServicio ul {
    font-family: "Saira-Light";
    color: #17130F;
    padding-right: 75px;
  }
  section.descripcionServicio p {
    margin-bottom: 30px;
  }
  section.descripcionServicio ul {
    list-style-type: none;
    /* Quita los marcadores nativos */
    margin: 0;
    padding: 0;
  }
  section.descripcionServicio ul li {
    position: relative;
    /* Para colocar el pseudo-elemento */
    padding-left: 1rem;
    /* Espacio para el icono a la izquierda */
  }
  section.descripcionServicio ul li::before {
    content: "";
    /* Puede ser un símbolo, icono, etc. */
    position: absolute;
    left: 0;
    /* Ubicación del marcador */
    top: 0.6em;
    /* Ajusta para centrar verticalmente */
    width: 3px;
    /* Tamaño del «punto» */
    height: 3px;
    /* Tamaño del «punto» */
    background-color: black;
    /* Color del «punto» */
    border-radius: 50%;
    /* Lo hace circular */
  }
  section#dotacion {
    position: relative;
    padding: 40px 100px;
  }
  section#dotacion .imagenDotacionPersonal {
    background: url(../img/dotacionPersonal.jpg) no-repeat;
    background-size: cover;
    width: 50vw;
    height: 75dvh;
    position: absolute;
    top: -2px;
    left: 0px;
    z-index: 20;
  }
  section#dotacion p {
    margin-bottom: 0px;
  }
  section#dotacion img,
  section#dotacion p,
  section#dotacion ul,
  section#dotacion h2 {
    padding-left: 40px;
  }
  section#dotacion p:last-child {
    margin-top: 30px;
  }
  section#aeropuertoPersonal {
    position: relative;
    background-color: #04204C;
    padding: 100px 100px;
  }
  section#aeropuertoPersonal h2,
  section#aeropuertoPersonal p,
  section#aeropuertoPersonal ul,
  section#aeropuertoPersonal li {
    color: #ffffff;
  }
  section#aeropuertoPersonal ul li::before {
    background-color: #ffffff;
  }
  section#aeropuertoPersonal .imagenAeropuertoPersonal {
    background: url(../img/aeropuertoPersonal.jpg) no-repeat;
    background-size: cover;
    width: 45vw;
    height: 75dvh;
    position: absolute;
    top: 30px;
    right: 70px;
  }
  .consultoriaAviacion {
    width: 100%;
    height: 140dvh;
    background: url(../img/consultoria.jpg) no-repeat;
    background-size: cover;
    padding: 0px;
    display: flex;
    align-items: flex-end;
  }
  .consultoriaAviacion .cajaTransparente {
    padding: 40px 100px;
    background: rgba(255, 255, 255, 0.7);
  }
  .consultoriaAviacion .cajaTransparente img {
    width: 125px;
    height: auto;
  }
  .consultoriaAviacion .cajaTransparente h2 {
    font-size: 1.8rem;
    color: #223C82;
    font-family: "Saira-Bold";
    margin: 20px 0px;
  }
  .consultoriaAviacion .cajaTransparente p,
  .consultoriaAviacion .cajaTransparente ul {
    font-family: "Saira-Light";
    color: #17130F;
    padding-right: 75px;
  }
  .consultoriaAviacion .cajaTransparente p {
    margin-bottom: 30px;
  }
  .consultoriaAviacion .cajaTransparente ul {
    list-style-type: none;
    /* Quita los marcadores nativos */
    margin: 0;
    padding: 0;
  }
  .consultoriaAviacion .cajaTransparente ul li {
    position: relative;
    /* Para colocar el pseudo-elemento */
    padding-left: 1rem;
    /* Espacio para el icono a la izquierda */
  }
  .consultoriaAviacion .cajaTransparente ul li::before {
    content: "";
    /* Puede ser un símbolo, icono, etc. */
    position: absolute;
    left: 0;
    /* Ubicación del marcador */
    top: 0.6em;
    /* Ajusta para centrar verticalmente */
    width: 3px;
    /* Tamaño del «punto» */
    height: 3px;
    /* Tamaño del «punto» */
    background-color: black;
    /* Color del «punto» */
    border-radius: 50%;
    /* Lo hace circular */
  }
  section#customerService {
    position: relative;
    padding: 100px;
  }
  section#customerService .imagenCustomerService {
    background: url(../img/customerServices.jpg) no-repeat;
    background-size: cover;
    width: 40vw;
    height: 60dvh;
    position: absolute;
    top: 65px;
    right: 65px;
    z-index: 20;
  }
  .enviarCV .imagenTrabajadores {
    width: 100%;
    height: 100dvh;
    display: block;
    background: url(../img/entradaCV.jpg) no-repeat center/cover;
    background-position: 50% 20%;
  }
  .enviarCV .cajaTextoCV {
    padding: 50px;
    text-align: center;
    color: #223C82;
    font-size: 1.4rem;
    font-family: "Saira-SemiBold";
  }
  section.formularioCV {
    background-color: #F5F5F5;
    padding: 50px 100px;
  }
  section.formularioCV label,
  section.formularioCV p {
    color: #223C82;
    font-family: "Saira-Light";
  }
  section.formularioCV .controlMargen {
    margin-bottom: 40px;
  }
  section.formularioCV .controlMargen input,
  section.formularioCV .controlMargen select,
  section.formularioCV .controlMargen textarea {
    border-color: transparent;
  }
  section.formularioCV .controlMargen textarea {
    height: 30dvh;
  }
  section.formularioCV .contenedorBoton {
    display: flex;
    /* Activamos el modo Flex */
    justify-content: flex-end;
    /* Alineamos el contenido a la derecha */
  }
  section.formularioCV .contenedorBoton button {
    background-color: #2A7FC2;
    width: 200px;
    border-color: transparent;
  }
  section.formularioCV .contenedorBoton :hover, section.formularioCV .contenedorBoton :active {
    background-color: #48C1EC;
    border-color: transparent;
  }
  footer {
    padding: 50pt 0;
    background-color: #04204C;
  }
  footer .row {
    align-items: flex-end;
    flex-direction: row;
  }
  footer .row .col-lg-3 img {
    width: 100%;
    margin: auto;
  }
  footer .row .col-lg-6 h2,
  footer .row .col-lg-6 ul {
    color: #ffffff;
    text-align: inherit;
  }
  footer .row .col-lg-6 h2 {
    font-family: "Saira-Medium";
    font-size: 3.3rem;
  }
  footer .row .col-lg-6 ul {
    font-size: 1rem;
    font-family: "Saira";
    list-style: none;
    padding-left: 0;
  }
  footer .row .col-lg-6 input.form-control {
    margin: 1.2rem 0;
  }
  footer .row .col-lg-6 textarea.form-control {
    height: 15dvh;
  }
  footer .row .col-lg-6 form .btn {
    background-color: #0091D3;
    color: #04204C;
    width: 20%;
    padding: 5px;
    float: right;
    margin: 1rem 0;
  }
}



/* Solo para el tamaño que se rompe (ej: entre 1366 y 1599 px) */
@media (min-width: 1340px) {
  /* Fija el ancho efectivo en Windows sin afectar Mac */
  html { scrollbar-gutter: stable; }


  section.certificaciones .container .slider .logos .fab img{
    width: 80%;
  }

  /* Capamos alturas para que no “crezcan de más” en Mac ni corten en Windows */
  section.fondoGrisTexto .imagenMecanico{
    height: clamp(480px, 90vh, 100lvh);
    object-fit: cover;
  }

  section#dotacion .imagenDotacionPersonal,
  section#aeropuertoPersonal .imagenAeropuertoPersonal{
    height: clamp(380px, 52vh, 100lvh);
    object-fit: cover;
  }

  section#customerService .imagenCustomerService{
    height: clamp(340px, 41vh, 100lvh);
    object-fit: cover;
  }
}

@media (min-width: 1453px) {
  /* Tu ajuste del slider solo aquí */
  section.certificaciones .container .slider .logos .fab img{
    width: 65%;
  }

   section.fondoGrisTexto .imagenMecanico{
    height: clamp(480px, 87vh, 100lvh);
    object-fit: cover;
  }


   section#dotacion .imagenDotacionPersonal, section#aeropuertoPersonal .imagenAeropuertoPersonal {
        height: clamp(380px, 38vh, 100lvh);
        object-fit: cover;
    }

  section#customerService .imagenCustomerService {
        height: clamp(340px, 30vh, 100lvh);
        object-fit: cover;
    }
}

@media (min-width: 1512px) {

    section.fondoGrisTexto .imagenMecanico{
    height: clamp(480px, 136vh, 136lvh);
    object-fit: cover;
  }


  section#dotacion .imagenDotacionPersonal, section#aeropuertoPersonal .imagenAeropuertoPersonal{
            height: clamp(380px, 62vh, 100lvh);
        object-fit: cover;
  }
}



@media (min-width: 1729px) {
  /* Tu ajuste del slider solo aquí */

   section.certificaciones .container .slider .logos .fab img{
    width: 50%;
  }

      section.fondoGrisTexto .imagenMecanico {
        height: clamp(480px, 138vh, 138lvh);
        object-fit: cover;
    }

  .imagenDotacionPersonal, section#aeropuertoPersonal .imagenAeropuertoPersonal {
        height: clamp(380px, 38vh, 100lvh);
        object-fit: cover;
    }

  section#customerService .imagenCustomerService {
        height: clamp(340px, 30vh, 100lvh);
        object-fit: cover;
    }

}

@media (min-width: 1880px) {
  /* Tu ajuste del slider solo aquí */
    section.certificaciones .container .slider .logos .fab img {
        width: 40%;
    }

        section.fondoGrisTexto .imagenMecanico {
        height: clamp(480px, 118vh, 120lvh);
        object-fit: cover;
    }

}


@media (min-width: 2000px) {
  /* Tu ajuste del slider solo aquí */
    section.certificaciones .container .slider .logos .fab img {
        width: 40%;
    }

}

@media (min-width: 2340px) {
  /* Tu ajuste del slider solo aquí */
    section.certificaciones .container .slider .logos .fab img {
        width: 30%;
    }

}

