/* INCIO NEUE HAAS DISPLAY */
@font-face {
    font-family: 'Neue Haas Display';
    src: url('../fonts/neue-haas-display/NeueHaasDisplayLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* FIN NEUE HAAS DISPLAY */
/* INICIO 946 LATIN FAMILY DECLARATIONS */
@font-face {
    font-family: '946-Latin-1';
    src: url('../fonts/946-latin-regular/946Latin-Regular1.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: '946-Latin-1L';
    src: url('../fonts/946-latin-regular/946Latin-Regular1L.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: '946-Latin-1R';
    src: url('../fonts/946-latin-regular/946Latin-Regular1R.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: '946-Latin-2';
    src: url('../fonts/946-latin-regular/946Latin-Regular2.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: '946-Latin-2L';
    src: url('../fonts/946-latin-regular/946Latin-Regular2L.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: '946-Latin-2R';
    src: url('../fonts/946-latin-regular/946Latin-Regular2R.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: '946-Latin-3';
    src: url('../fonts/946-latin-regular/946Latin-Regular3.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: '946-Latin-3L';
    src: url('../fonts/946-latin-regular/946Latin-Regular3L.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: '946-Latin-3R';
    src: url('../fonts/946-latin-regular/946Latin-Regular3R.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: '946-Latin-4';
    src: url('../fonts/946-latin-regular/946Latin-Regular4.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: '946-Latin-4L';
    src: url('../fonts/946-latin-regular/946Latin-Regular4L.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: '946-Latin-4R';
    src: url('../fonts/946-latin-regular/946Latin-Regular4R.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: '946-Latin-5';
    src: url('../fonts/946-latin-regular/946Latin-Regular5.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: '946-Latin-5L';
    src: url('../fonts/946-latin-regular/946Latin-Regular5L.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: '946-Latin-5R';
    src: url('../fonts/946-latin-regular/946Latin-Regular5R.ttf');
    font-weight: normal;
    font-style: normal;
}

/* FIN 946 LATIN FAMILY DECLARATIONS */
/* INICIO BODY */
body {
    background-color: #000000;
}

/* FIN BODY */

/* INICIO ESTILOS GENERALES */
.divisor-section {
    /* min-width: 100%;
    height: 1px;
    stroke-width: 1px;
    stroke: #FFF;
    filter: blur(2px);
    background: #ffffff; */
}

/* FIN ESTILOS GENERALES */
/* INICIO HEADER */
header {
    background: transparent;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: -105px;
}
@media (max-width: 768px) {
    header {
        margin-bottom: -200px;
    }
}

ul.nav {
    list-style: none;
}

ul.nav li {
    margin: 0 1rem;
}

ul.nav li a {
    text-decoration: none;
    color: #fff;
    font-family: "Neue Haas Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.2px;
}
.navbar-toggler-icon{
    width: 2em;
    height: 2em;
    background-image: url('../images/svg/menu.svg');
}
header a {
    text-decoration: none;
    color: #fff;
    font-family: "Neue Haas Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.2px;
}
/* FIN HEADER */
/* INICIO FOOTER */
footer {
    background: #181818;
    color: #fff;
    padding-bottom: 45px;
    padding-top: 45px;
}

footer .redes {
    display: flex;
    gap: 1rem;
}

footer .redes a {
    width: 50px;
    height: 50px;
}

footer .redes a img {
    width: 25px;
    height: 25px;
    object-fit: cover;
    filter: invert(1);
}

footer .btn-redes {
    border-radius: 100%;
    background: transparent;
    border: 1px solid #FFF;
    box-shadow: 0 4px 31px 0 rgba(0, 0, 0, 0.15);
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

footer .btn-redes:hover {
    transition: all 0.3s ease;
    background: #1B52DA;
    border-color: #1B52DA;
}

/* FIN FOOTER */
/* INICIO BOTONES */
.btn-primary {
    border-radius: 5px;
    background: #1B52DA;
    padding: 10px 30px;
    box-shadow: 0 4px 31px 0 rgba(0, 0, 0, 0.15);
    justify-content: center;
    align-items: center;
    font-family: "Neue Haas Display";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    color: #fff;
}

.btn-secondary {
    border-radius: 5px;
    background: transparent;
    border: 1px solid #FFF;
    box-shadow: 0 4px 31px 0 rgba(0, 0, 0, 0.15);
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    font-family: "Neue Haas Display";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    color: #fff;
}

/* FIN BOTONES */
/* INICIO SCROLL */
#scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #0639B8;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    transition: all 0.3s ease;
    z-index: 9999;
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #FFFFFF;
}

#scroll:hover {
    background-color: #1B52DA;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

/* FIN SCROLL */
/* INICIO HOME */
#hero {
    background-image: url('../images/home/fondo-home.webp');
    background-size: cover;
    background-position: center;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    #hero {
        height: 80vh;
    }
}

#hero h1 {
    color: #fff;
    font-family: "946-Latin-2";
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 88px;
    letter-spacing: 0.2px;
}

@media (max-width: 768px) {
    #hero h1 {
        margin-top: 220px;
        font-size: 45px;
        line-height: 55px;
    }
}

#hero p {
    color: #FFF;
    font-family: "Neue Haas Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 800px;
}

#about {
    background-image: url('../images/home/fondo-about.webp');
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    padding-top: 50px;
    padding-bottom: 50px;
}

#about h2 {
    color: #FFF;
    font-family: "946-Latin-1";
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 62px;
    letter-spacing: 0.2px;
}

#about p {
    color: var(--light-text, #FFF);
    font-family: "Neue Haas Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.2px;
}

#about .card {
    height: 220px;
    border-radius: 20px;
    background: transparent;
}

#about .card-body {
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#about .card-title {
    font-family: "946-Latin-3";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.2px;
    color: #fff;
}

#about .description-card {
    font-family: "Neue Haas Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
}

#cobertura {
    background-image: url('../images/home/fondo-cobertura.webp');
    background-size: cover;
    background-position-x: center;
    min-height: 100vh;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    background-position-y: 25%;
}

@media (max-width: 768px) {
    #cobertura {
        background-position-x: 77%;
        background-position-y: center;

    }
}

#cobertura>.container {
    flex: 1;
    display: flex;
    flex-direction: column;
}

#cobertura>.container>.row:last-child {
    margin-top: auto;
}

#cobertura h2 {
    color: #FFF;
    font-family: "946-Latin-1";
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 62px;
    letter-spacing: 0.2px;
}

#cobertura p {
    color: var(--light-text, #FFF);
    font-family: "Neue Haas Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.2px;
    max-width: 700px;
}

#trabajar {
    background-image: url('../images/home/fondo-contacto.webp');
    background-size: cover;
    background-position: top;
    padding-top: 88px;
    padding-bottom: 88px;
}
#trabajar h2{
    color: #FFFFFF;
    text-align: center;
    font-family: "946-Latin-2";
    font-size: 49px;
    font-style: normal;
    font-weight: 500;
    line-height: 62px; /* 89.855% */
    letter-spacing: 0.2px;
    text-transform: uppercase;
}
#trabajar img{
    margin-bottom: 50px;
}
#trabajar p{
    color: #FFFFFF;
    font-family: "Neue Haas Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.2px;
    max-width: 700px;
}

#contacto {
    background: transparent;
    padding-top: 88px;
    padding-bottom: 88px;
}

#contacto h2 {
    color: #FFF;
    font-family: "946-Latin-1";
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 62px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    #contacto h2 {
        font-size: 35px;
    }
}

#contacto p {
    color: var(--light-text, #FFF);
    font-family: "Neue Haas Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.2px;
    margin-top: 44px;
    margin-bottom: 44px;
}

/* FIN HOME */

/* INICIO CONTACTO */
#hero-contacto {
    background-image: url('../images/contacto/fondo-hero-contacto.webp');
    background-size: cover;
    background-position: center;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    #hero-contacto {
        height: 70vh;
    }
}

#hero-contacto h1 {
    font-family: "946-Latin-1";
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 62px;
    letter-spacing: 0.2px;
    color: #fff;
}

#hero-contacto p {
    font-family: "Neue Haas Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    max-width: 750px;
}

#form-contacto {
    background-image: url('../images/contacto/fondo-form-contacto.webp');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.container-form-contacto {
    background: #ffffff;
    border-radius: 29px;
}

.sec-form-contacto {
    padding-top: 44px;
    padding-bottom: 44px;
    padding-left: 58px;
    padding-right: 58px;
}

.sec-form-contacto h3 {
    color: #000000;
    font-family: "Neue Haas Display";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: 0.3px;
    max-width: 500px;
    margin-bottom: 45px;
}

.iframe-map {
    border-bottom-right-radius: 29px;
    border-top-left-radius: 29px;
    height: 294px;
    max-height: 294px;
}

@media (max-width: 768px) {
    #form-contacto img {
        border-radius: 29px;
    }

    .iframe-map {
        border-radius: 29px;
    }
}

#frmContacto .form-floating {
    border: 1px solid #E0E0E0;
}

#frmContacto .form-floating input {
    border-radius: 0;
}

.container-info-svg {
    margin-right: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-info-svg img {
    margin-right: 15px;
}

.container-info-svg p {
    display: flex;
    flex-direction: column;
    margin: 0;
}

.container-info-svg p .span-first {
    color: #000000;
    font-family: "Neue Haas Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.26px;
}

.container-info-svg p .span-second {
    color: #1B52DA;
    font-family: "Neue Haas Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.26px;
}

/* FIN CONTACTO */

/* INICIO SERVICIOS */
#hero-servicios {
    background-image: url('../images/servicios/fondo-hero-servicios.webp');
    background-size: cover;
    background-position: center;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    #hero-servicios {
        background-position-x: 77%;
        background-position-y: center;
        height: 70vh;
    }
}


#hero-servicios h1 {
    font-family: "946-Latin-1";
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 62px;
    letter-spacing: 0.2px;
    color: #fff;
}

#hero-servicios p {
    font-family: "Neue Haas Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    max-width: 750px;
}

#content-servicios {
    background-image: url('../images/servicios/fondo-servicios.webp');
    background-size: cover;
    background-position: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

#content-servicios .title {
    font-family: "946-Latin-1";
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 62px;
    letter-spacing: 0.2px;
    color: #fff;
}

#content-servicios .subtitle {
    font-family: "Neue Haas Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
}

#content-servicios .card {
    border-radius: 5px;
    background: rgba(124, 124, 124, 0.83);
    height: 100%;
}

#content-servicios .card-title {
    font-family: "946-Latin-1";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.2px;
    color: #fff;
}

#content-servicios .card-text {
    font-family: "Neue Haas Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    color: #fff;
}

#content-servicios .link-card {
    font-family: "946-Latin-1";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.2px;
    color: #fff;
    text-decoration: none;
}

/* FIN SERVICIOS */

/* INICIO NOSOTROS */
#hero-nosotros {
    background-image: url('../images/nosotros/fondo-hero-nosotros.webp');
    background-size: cover;
    background-position: center;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    #hero-nosotros {
        height: 70vh;
        background-position-x: 77%;
        background-position-y: center;
    }
}

#hero-nosotros h1 {
    font-family: "946-Latin-1";
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 62px;
    letter-spacing: 0.2px;
    color: #fff;
}

#hero-nosotros p {
    font-family: "Neue Haas Display";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    max-width: 750px;
}

#content-nosotros {
    background-image: url('../images/servicios/fondo-servicios.webp');
    background-size: cover;
    background-position: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

#content-nosotros .card {
    border-radius: 26px !important;
    background-color: rgba(27, 82, 218, 0.70);
    stroke-width: 3px;
    stroke: #1B52DA;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}

#content-nosotros .card-body {
    padding: 40px 75px !important;
}

@media (max-width: 768px) {
    #content-nosotros .card-body {
        padding: 20px 25px !important;
    }
}

#content-nosotros .card-black {
    border-radius: 20px;
    border: 1px solid rgba(136, 136, 137, 0.32);
    background: rgba(136, 136, 137, 0.13);
    backdrop-filter: blur(60px);
    padding: 32px;
}

.card-img-nosotros {
    background-image: url('../images/nosotros/bg-card-nosotros.webp');
    background-size: cover;
    background-position: center;
    padding-bottom: 32px;
    padding-top: 32px;
    padding-left: 27px;
    padding-right: 27px;
    border-radius: 20px;
}

.card-img-nosotros h3 {
    font-family: "Neue Haas Display";
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.2px;
    color: #fff;
    padding-bottom: 58px;
}

.card-img-nosotros p {
    font-family: "Neue Haas Display" !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    letter-spacing: 0.2px !important;
    color: #A0AEC0 !important;
}

.text-colaboradores {
    font-family: "Neue Haas Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.2px;
    color: #A0AEC0;
}

.card-black p {
    color: #D9D9D9 !important;
    font-family: "Neue Haas Display";
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 12px !important;
    letter-spacing: 0.2px;
    text-transform: lowercase;
}

.text-grey {
    color: #A0AEC0;
    font-family: "Neue Haas Display";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
}

.cant-maquinas {
    font-family: "Neue Haas Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.2px;
    color: #fff;
}

.text-green {
    color: #01B574;
    font-family: "Neue Haas Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
}

.text-sufijo {
    vertical-align: text-top;
    font-size: 8px;
}

.borders {
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    padding-left: 18px !important;
}

@media (max-width: 768px) {
    .borders {
        border-right: none;
        border-left: none;
        padding-left: 0;
        border-bottom: 1px solid #ffffff;
        border-top: 1px solid #ffffff;
    }
}

.padding-section {
    padding-bottom: 50px !important;
}

.container-certificados {
    padding: 35px 58px;
    border-radius: 20px;
    border: 2px solid rgba(136, 136, 137, 0.56);
    background: rgba(136, 136, 137, 0.13);
    backdrop-filter: blur(60px);
}

.container-certificados .title {
    font-family: "946-Latin-3" !important;
    font-size: 30px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 25px !important;
    letter-spacing: 0.2px !important;
    color: #fff;
}

.carousel-certificados {
    overflow: hidden;
    width: 100%;
    padding: 20px 0;
}

.carousel-track {
    display: flex;
    gap: 120px;
    width: max-content;
    padding-right: 120px;
    animation: scroll-certificados 30s linear infinite;
    align-items: center;
}

.carousel-track-socios {
    display: flex;
    gap: 47px;
    width: max-content;
    padding-right: 47px;
    animation: scroll-certificados 30s linear infinite;
    align-items: center;
}

.carousel-track img,
.carousel-track-socios img {
    height: 80px;
    width: auto;
    object-fit: contain;
}

@keyframes scroll-certificados {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* FIN NOSOTROS */

/* INICIO POLITICAS */
#politicas {
    background-image: url('../images/politicas/fondo-politicas.webp');
    background-size: cover;
    background-position: top;
    padding-top: 209px;
    padding-bottom: 156px;
}

.title-politicas {
    color: #FFF;
    font-family: "946-Latin-2";
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 32px;
}

#politicas p {
    color: #FFF;
    font-family: "Neue Haas Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.2px;
}

.pt-160 {
    padding-top: 160px;
}

/* FIN POLITICAS */
/*=============== ANIMACIONES ===============*/
.animated-entrance {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.animated-entrance.animate {
    opacity: 1;
    transform: translateY(0);
}