/* 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 HEADER */
header {
    background: transparent;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: -58px;
}

ul.nav {
    list-style: none;
}

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

ul.nav li a {
    text-decoration: none;
    color: #fff;
}

/* FIN HEADER */
/* INICIO FOOTER */
footer {
    background: #181818;
    color: #fff;
    padding-bottom: 107px;
    padding-top: 107px;
}

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 HOME */
#hero {
    background-image: url('../images/home/fondo-home-opacity.webp');
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

#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;
}

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

#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;
}

#contact-home {}