@font-face {
    font-family: 'ruda';
      src: url('../fuente/Ruda-Regular.ttf') format('truetype'); /* Modern Browsers */
      font-display: swap;
}
@font-face {
    font-family: 'ruda-bold';
      src: url('../fuente/Ruda-Bold.ttf') format('truetype'); /* Modern Browsers */
      font-display: swap;
}
@font-face {
    font-family: 'sans';
      src: url('../fuente/ClearSans-Regular.ttf') format('truetype'); /* Modern Browsers */
      font-display: swap;
}
@font-face {
    font-family: 'sans-bold';
      src: url('../fuente/ClearSans-Bold.ttf') format('truetype'); /* Modern Browsers */
      font-display: swap;
}
:root {
  --verde-ait: #96C93D;
  --verde-claro: #B3EF49;
  --azul-ait: #062742;
  --azul-claro: #1D5A7D;
}
body{
  background-color: #f3f3f3 !important;
  /* overflow-x: hidden; */
}
p, a , ul, li {
  font-family: sans;
}
h1, h2, h3, h4, h5, h6{
  font-family: ruda-bold;
}
.footer , #footer{
    background-color: var(--azul-ait);
}
p{
  color: #ffffff;
}
.texto_verde{
  color: #C4ED59;
}
#navegador{
  position: fixed;
  top: 0;
  z-index: 5;
}
.banner{
  position: relative;
  align-items: center;
  align-items: -webkit-center;

}
.contenido_banner{
  position: absolute;
  align-content: center;
  /* align-content: -webkit-center; */
  /* align-self: -webkit-center; */
  p{
    font-size: 1.1rem;
  }

}
.titulos_banner{
  color: var(--verde-claro);
  font-family: ruda-bold;
  font-size: 3rem;
}
.banner6{
  background-image: url('../imagenes/headhunting/banner6.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
    
}
.boton_verde{
  background-color: var(--verde-ait) !important;
  color:var(--azul-ait) !important;
  width: auto;
  border-radius: 60px !important;
  padding: 8px 20px !important;
  font-family: ruda-bold !important;
}
.boton_blanco , .boton_outline{
  width: 300px;
}
.boton_outline{
  background-color: transparent !important;
  border: solid 2px #ffffff !important;
  color:#ffffff !important;
  border-radius: 60px !important;
  padding: 8px 20px !important;
  font-family: ruda-bold !important;
}
.boton_blanco{
  background-color: #ffffff !important;
  color:var(--azul-ait) !important;
  border-radius: 60px !important;
  padding: 8px 20px !important;
  font-family: ruda-bold !important;
}
/* Swiper autoplay derecha a izquierda */
.mySwiper_autoplay_derecha_izquierda , .mySwiper_autoplay_izquierda_derecha {
    .swiper {
      width: 100%;
      height: 100%;
    }
    .swiper-wrapper{
    transition-timing-function : linear;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      /* background: #444; */
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 90%;
      height: 100%;
      object-fit: cover;
      border-radius: 20px;
    }
}
/* Swiper autoplay derecha a izquierda */
@media (hover: hover) {
  .boton_verde:hover, .boton_blanco:hover, .boton_outline:hover{
    cursor: pointer;
  }
}
@media (height <= 600px) {
  .banner_soluciones{
    height: 80dvh !important;
  }
  
}
@media (width <= 999px) {
  
}
@media (width <= 768px) {
  
}
@media (width <= 600px) {
.banner{
  height: 100dvh;
  .img_banner{
    height: inherit;
    object-fit: cover;
  }
  .contenido_banner{
    padding: 0 20px;
    .titulos_banner{
      font-size: 27.6px;
    }
  }
}
.center_boton_movil{
  text-align: center;
  text-align: -webkit-center;

}
.mySwiper_autoplay_izquierda_derecha{
  pointer-events: none;
  touch-action: none;
}
.mySwiper_autoplay_derecha_izquierda{
  pointer-events: none;
  touch-action: none;
}

}


