@font-face {
    font-family: 'Nexa Regular'; /* Asigna un nombre a la fuente */
    src: url('Nexa/NexaRegular.otf') format('opentype'); /* Especifica la ruta a la fuente .otf */
  }
@font-face {
font-family: 'Nexa Bold'; /* Asigna un nombre a la fuente */
src: url('Nexa/Nexa\ Bold.otf') format('opentype'); /* Especifica la ruta a la fuente .otf */
}
@font-face {
    font-family: 'Nexa Italic'; /* Asigna un nombre a la fuente */
    src: url('Nexa/NexaThinItalic.otf') format('opentype'); /* Especifica la ruta a la fuente .otf */
}
@font-face {
    font-family: 'Nexa Italic Bold'; /* Asigna un nombre a la fuente */
    src: url('Nexa/NexaXBoldItalic.otf') format('opentype'); /* Especifica la ruta a la fuente .otf */
    }  
 body {
    font-family: 'Nexa Regular' !important; /* Utiliza la fuente y, si no está disponible, utiliza una fuente sans-serif como respaldo */
  }
a{
    font-family: 'Nexa Bold Italic';
} 
h1{
  font-family: 'Nexa Bold';
  color: #323888;
}
.empleado{
  color: white;
}
.empleado i{
  color: #fff;
  font-size: 35px;  
}
.empleado .nombre{
  font-size: 12px;
}
.empleado .cargo{
  font-size: 10px;
}
.carousel-item img{
  aspect-ratio: 16/9;
  object-fit: cover;
} 
.textoLogo{
  font-size: 25px;
}
.texto-home{
  font-family: 'Nexa Regular' !important;
  text-align:center;
  color: #323888;
  font-weight: 900;
}
.navbar{
  background-color: #323888;
}
.navbar-nav a{
  color: white !important;
  font-family: 'Nexa Bold';
  letter-spacing: 2px;
}
.li-active{
  background-color: aliceblue;
}
.nav-active{
  border-bottom: 1px solid white;
}
.nav-item-active{
  color: #323888 !important;
}
.listaxl{
  padding: 0;
  margin: 0;
}
.listaxl a{
  text-decoration: none;
  font-family: 'Nexa Bold';
  color: white;
}
.listaxl li{
  padding-top: 2px;
  padding-bottom: 2px;
  text-decoration: none;
  height: 100%;
  border-right: 2px solid white;
}
.listaxl .nav-item:hover a {
  color: #323888 !important;
}
.listaxl .nav-item:hover{
  background-color: aliceblue;
}
.nav-item{
  display: flex;
  align-items: end;
}
*{
  padding: 0;
  margin: 0;
}
body{
  padding: 0;
  margin: 0;
}
.row ul>li{
  display: inline-block;
  color: #fff;
  padding-right: 5px;
}
.navbar-nav{
  margin-right: auto;
}
.carrusel {
  height: 100vh;
  display: flex;
  align-items: center;
}

.carrusel-items {
  display: flex;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 30px 0px;
}

.carrusel-item {
  min-width: 300px;
  max-width: 300px;
  height: 200px;
  outline: 2px solid black;
  cursor: pointer;
}

.carrusel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carrusel-item:hover {
  transform: scale(1.2);
}

.logo img{
  width: 40%;
}
.badge{
  width: 20% !important;

}
.badge i{
  font-size: 25px;
}
.email{
  width: 50%;
}
.footer-content{
  text-align: left;
}
@media screen and (max-width: 767px) {
  .logo img{
    width: 100%;
  }
  .badge{
    background-color: #323888; 
     width: 90% !important;
    border-radius: 10PX;
  }
  .email{
    width: 100%;
  }
  .textoLogo{
    font-size: 17px;
  }
  .footer-content{
    text-align: center;
  }
}

.carrusel-item img{
  
  object-fit:scale-down;
}

.carrusel {
  height: 100vh;
  display: flex;
  align-items: center;
}

.carrusel-items {
  display: flex;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 30px 0px;
}

.carrusel-item {
  min-width: 300px;
  max-width: 300px;
  height: 200px;
  outline: 2px solid black;
  cursor: pointer;
}

.carrusel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carrusel-item:hover {
  transform: scale(1.2);
}
.slider{
  width: 75vw;
  width: auto; /* Ancho automático para mantener la relación de aspecto */
  max-height: 100px; /* Altura máxima para todas las imágenes */
  overflow: hidden;
}
.slider .slide-track{
  display: flex;
  animation: scroll 40s linear infinite;
  -webkit-animation: scroll 40s linear infinite;
  width: calc(200px * 14);
}
.slider .slide{
  width: 500px;
}
.slider .slide img{
  width: auto; /* Ancho automático para mantener la relación de aspecto */
  max-height: 100px; /* Altura máxima para todas las imágenes */
}
@keyframes scroll {
  0%{
    -webkit-animation:translateX(0);
    transform: translateX(0);
  }
  100%{
    -webkit-animation: translateX(calc(-200px * 7));
    transform: translateX(calc(-200px * 7));
  }
}
.form-control{
  border: 2px solid #323888 !important;
}
.d-flex label{
  color: #323888;
  font-family: 'Nexa Bold';
  text-align: left;
}
.form__span{
  text-align: center;
  background: linear-gradient(to right, #323888, #54c0fe 100%);
  width: 70%;
  border-radius: 20px;
  color: white;
  font-family: 'Nexa Bold';
}
input,textarea{
  box-shadow: 10px 5px 10px rgba(0, 0, 0, 0.2); /* Agregar sombra */
}
.empleado span{
  width: 350px;
}
textarea{
  width: 300px !important;
  height: 150px !important;
}
.fa-whatsapp{
  transition: all 0.3s ease-out;
}
.fa-whatsapp:hover{
  color: #2aad21;
  font-weight: 400;
}

