@font-face {
    font-family: "Ailerons-Regular";
    src: url("../fonts/Ailerons-Regular.woff2");
}

@font-face {
    font-family: "Exo", serif;
    src: url("../fonts/Exo/Exo2-Regular.ttf");
}


@font-face {
    font-family: "Agdasima-Regular";
    src: url("../fonts/Agdasima/Agdasima-Regular.woff2");
}

.exo-2-regular {
    font-family: "Exo 2", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }

h1, h2, h3, h4, h5, h6 {font-family: "Ailerons-Regular";}

.mt-5 {margin-top: 2rem;}
.mt-10 {margin-top: 5rem;}

.font-ailerons {font-family: "Ailerons-Regular";}

.agdasima-regular {
    font-family: "Agdasima-Regular", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.agdasima-bold {
    font-family: "Agdasima-Regular", sans-serif;
    font-weight: 700;
    font-style: normal;
}

p {  font-family: "Exo 2", sans-serif;}

.filer-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #000000d9;
}

/* .vlt-post-hero-title.jarallax.position-relative:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #000000d4;
    width: 100%;
    height: 100%;
    z-index: -1;
} */

.g-recaptcha {
    margin: 10px 0;
}

.bg_contacto {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;    
    object-fit: cover;
}

.filter-img-bg {
    background-color: #000000ba;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 1;
}

.z-index-1{
    z-index: 1;
}

.text-align-justify {
    text-align: justify;
}

.vlt-post-hero-title.jarallax.position-relative {
    padding: 10rem 0 9.375rem;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    text-transform: uppercase;
}


.vlt-navbar .vlt-navbar-logo img {
    display: block;
    height: 5rem;
}

.kenburns-top {
	-webkit-animation: kenburns-top 5s ease-out both;
	        animation: kenburns-top 5s ease-out both;
}


 @-webkit-keyframes kenburns-top {
    0% {
      -webkit-transform: scale(1) translateY(0);
              transform: scale(1) translateY(0);
      -webkit-transform-origin: 50% 16%;
              transform-origin: 50% 16%;
    }
    100% {
      -webkit-transform: scale(1.25) translateY(-15px);
              transform: scale(1.25) translateY(-15px);
      -webkit-transform-origin: top;
              transform-origin: top;
    }
  }
  @keyframes kenburns-top {
    0% {
      -webkit-transform: scale(1) translateY(0);
              transform: scale(1) translateY(0);
      -webkit-transform-origin: 50% 16%;
              transform-origin: 50% 16%;
    }
    100% {
      -webkit-transform: scale(1.25) translateY(-15px);
              transform: scale(1.25) translateY(-15px);
      -webkit-transform-origin: top;
              transform-origin: top;
    }
  }

  
.custom-swiper-slider .swiper-container {
    width: 100%;
    height: 500px; /* Ajusta según el tamaño que desees */
  }

  .img-slide-interno {
    width: 100%;       /* Asegúrate de que la imagen ocupe todo el ancho del contenedor */
    height: 100%;      /* O ajusta la altura según sea necesario */
    object-fit: cover; /* Ajusta la imagen para que cubra completamente el contenedor */
    object-position: center; /* Centra la imagen dentro del contenedor */
  }
  
.swiper-button-prev,
.swiper-button-next {
    color: red;
}

button.owl-prev span,button.owl-next span {
    font-size: 30px;
    color: red;
}



.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #d11e25;
}


img.logo-hero {
    width: 11vw;
    height: 100%;
    object-fit: cover;
}

.h1.vlt-large-heading, h1.vlt-large-heading {
    font-size: 2.5rem;
    font-weight: 600;
}

.vlt-project-title {
    font-size: 3rem;
}

.h3, h3 {
    font-size: 2.125rem;
    line-height: 1.35;
}

.vlt-partners li img {
    max-width: 50%;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    opacity: .4;
}

.font-cstm {
    font-size: .6rem;
    left: .5rem;
    position: relative;
    font-weight: 400;
    font-family: "Exo 2", sans-serif;
}

.vlt-offcanvas-menu__navigation .sf-menu>li>a {
    font-size: 1.3rem;
    font-family: "Ailerons-Regular";
}

@media (min-width: 576px) {  }


@media (min-width: 768px) {
    .vlt-partners li img {
        max-width: 100%;
    }

 }


@media (min-width: 992px) {
    .vlt-project-title {
        font-size: 7rem;
    }

    .h3, h3 {
        font-size: 3.125rem;
        line-height: 1.35;
    }
    .font-cstm {
        font-size: 1rem;
        left: 1rem;
        position: relative;
        font-weight: 400;
    }
 }


@media (min-width: 1200px) {
    .vlt-fixed-socials {
        left: 3.0625rem;
        padding: 8.25rem 0;
    }

    .h1.vlt-large-heading, h1.vlt-large-heading {
        font-size: 7.5rem;
        font-weight: 600;
    }
}


@media (min-width: 1400px) { }