* {
    padding: 0px;
    margin: 0px;
}

/*=========TIPOGRAFIAS============*/

@font-face {
    font-family: "montserrat";
    src: url("font/Montserrat-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "montserrat";
    src: url("font/Montserrat-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "montserrat";
    src: url("font/Montserrat-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "montserrat";
    src: url("font/Montserrat-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

/*========== CABECERA =============*/
.section-cabecera {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-direction: column;
}

.video-cabecera {
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    z-index: -2;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right,
            rgba(0, 0, 0, 0.918),
            rgba(0, 0, 0, 0.123));
    z-index: -1;
}

.top-inamec {
    color: #ffff;
    font-size: 1rem;
    font-family: "Arial";
    font-weight: 100;
    border: 1px solid #ffffff57;
    width: 30%;
    height: 40px;
    margin: left;
    line-height: 40px;
    letter-spacing: 2px;
    text-align: center;

}

.content-cabecera h1 {
    color: #ffff;
    font-size: 6rem;
    font-family: "Arial";
    font-weight: 700;
    line-height: 5.3rem;
    margin-top: 40px;
    letter-spacing: -5px;
    text-align: center;
}

.content-cabecera p {
    color: #ffff;
    font-family: "Arial";
    font-weight: 100;
    font-size: 1.5rem;
    margin-top: 20px;
    text-align: center;
}

.btn-cabecera {
    margin-top: 60px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
}

.btn-red,
.btn-outline {
    padding: 20px;
    background-color: #dc0014;
    color: #ffff;
    text-decoration: none;
    font-family: "Arial";
    width: 15%;
    height: 30px;
    line-height: 30px;
    transition: all 0.3s ease-out;
}

.btn-outline {
    border: 1px solid #ffffff57;
    background-color: transparent;
}

.btn-red:hover {
    transform: scale(1.1);
}

.btn-outline:hover {
    background-color: #ffffff25;
}

/* ============ SECTION DE DISTRIBUIDORES =========== */

.section-distri {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.content-distri {
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 60px;
    gap: 40px;
    margin-bottom: 60px;
}

.box-distri {
    border: 2px solid #e7e0e2;
    padding: 40px;
}

.box-distri:hover {
    border: 2px solid #dc0014;
}

.logo-distri {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #e7e0e2;
    text-align: center;
    align-content: center;
}

.logo-distri span {
    font-size: 1.5rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: #99a1af;
}

.box-distri h2 {
    font-size: 1.2rem;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
}

.box-distri h3 {
    font-size: 0.9rem;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    color: #dc0014;
}

.content-container {
    display: flex;
    flex-direction: column;
    gap: 5px;
    color: #4a5565;
    width: 100%;
}

.content-linea {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9rem;
    width: 100%;
    
}

.content-linea a {
    text-decoration: none;
    color: #4a5565;
}

.content-linea a:hover {
    color: #dc0014;
}

.content-container .material-symbols {
    font-size: 1.3rem;
}

.buttom-contactar {
    border: 2px solid black;
    margin: 0px auto;
    margin-top: 30px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    cursor: pointer;
    text-decoration: none;
    color: #000000;
    width: 80%;
    display: block;

}

.buttom-contactar:hover {
    background-color: #000000;
    color: white;
}


/* SECTION DE VINCULACION AUTORIZADO */

.section-vinculacion {
    width: 100%;
    height: auto;
    background-color: #f9fafb;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 60px;
}

.section-vinculacion h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.section-vinculacion p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    color: #4a5565;
    margin-bottom: 15px;
}

.enlace-vinculacion {
    text-decoration: none;
}

.bottom-vinculacion {
    width: 15%;
    height: 60px;
    line-height: 60px;
    background-color: #dc0014;
    color: #ffff;
    display: block;
    margin: auto;
    margin-top: 40px;
    cursor: pointer;
}

.bottom-vinculacion:hover {
    background-color: #aa0311;
}

.bottom-vinculacion p {
    color: #ffff;
    font-size: 1rem;
}

/*FOOTER*/

.section-final {
    width: 100%;
    height: auto;
    padding-top: 50px;
    background-color: #1d2744;
    padding-bottom: 45px;
}

.box-final {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin-bottom: 10px;
    margin: auto;
    gap: 100px;
    justify-content: center;
}

.text-final {
    width: 20%;
    color: #99a1af;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8rem;
    line-height: 18px;
}

.text-final img {
    width: 70%;
}

.enlaces-final h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
}

.enlaces-final ul li {
    list-style: none;
    margin-bottom: 5px;
}

.enlaces-final ul li a {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8rem;
    color: #99a1af;
}

.enlaces-final ul li a:hover {
    color: #dc0014;
}

.contacto-final h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
}

.contacto-final ul li {
    list-style: none;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8rem;
    color: #99a1af;
}

.redes-final h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
}

.redes-final img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    background-color: #1d2744;
    border-radius: 50px;
    margin-right: 5px;
}

.redes-final img:hover {
    background-color: #dc0014;
}

.redes-final a {
    text-decoration: none;
}

.parte-final {
    width: 100%;
    text-align: center;
    margin-top: -50px;
}

.linea-final {
    width: 95%;
    margin: auto;
    border: 1px solid #fff;
    margin-bottom: 30px;
}

.final {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8rem;
    color: #99a1af;
}

@media (max-width: 480px) {




    /* ============ SECTION CABECERA ================== */

    .content-cabecera h1 {
        font-size: 3.5rem;
        letter-spacing: -2px;
        line-height: 0.8;
    }

    .content-cabecera p {
        font-size: 1.5rem;
        margin-top: 40px;
    }

    .top-inamec {
        width: 80%;
    }


    /* =========== SECTION MAIN ============= */

    .content-distri {
        width: 80%;
        margin: auto;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        margin-top: 60px;
        gap: 30px;
        margin-bottom: 60px;
    }

    .box-distri {
        border: 2px solid #e7e0e2;
        padding: 20px;
    }

    .box-distri:hover {
        border: 2px solid #dc0014;
    }

    .logo-distri {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: #e7e0e2;
        text-align: center;
        align-content: center;
    }

    .logo-distri span {
        font-size: 1.5rem;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 600;
        color: #99a1af;
    }

    .box-distri h2 {
        font-size: 1.2rem;
        font-family: Arial, Helvetica, sans-serif;
        margin-top: 10px;
    }

    .box-distri h3 {
        font-size: 0.9rem;
        margin-top: 10px;
        margin-bottom: 10px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 500;
        color: #dc0014;
    }

    .content-container {
        display: flex;
        flex-direction: column;
        gap: 5px;
        color: #4a5565;
        justify-content: left;
        text-align: left;
        
    }

    .content-linea {
        display: flex;
        justify-content: left;
        gap: 15px;
        width: 100%;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.9rem;
        
    }

    .content-linea a {
        text-decoration: none;
        color: #4a5565;
        width: 100%;
    }

    .content-linea a:hover {
        color: #dc0014;
    }

    .content-container .material-symbols {
        font-size: 1.3rem;
        
    }

    .buttom-contactar {
        border: 2px solid black;
        margin: 0px auto;
        margin-top: 30px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 1rem;
        cursor: pointer;
        width: 80%;
        display: block;
        color: #000000;
        
    }

    
    .buttom-contactar:hover {
        background-color: #000000;
        color: white;
    }




    /* ======== FOOTER ======= */

    .box-final {
        margin-top: 3rem;
        gap: 40px;
    }

    .text-final {
        width: 100%;
    }

    .text-final img {
        width: 60%;
        margin: 0px auto;
        display: block;
    }

    .text-final p {
        margin-top: 1rem;
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    .enlaces-final {
        width: 100%;
    }

    .enlaces-final h3 {
        margin-bottom: 1rem;
    }

    .enlaces-final ul li {
        margin-bottom: 1rem;
    }

    .enlaces-final ul li a {
        font-size: 1rem;
    }

    .contacto-final {
        width: 100%;
    }

    .contacto-final h3 {
        margin-bottom: 1rem;
    }

    .contacto-final ul li {
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    .redes-final {
        width: 100%;
        display: block;
        text-align: center;
    }

    .redes-final h3 {
        text-align: left;
        margin-bottom: 1rem;
    }

    .parte-final {
        margin-top: 0.5rem;
    }

    .linea-final {
        margin-bottom: 0.5rem;
    }

    .parte-final p {
        margin-top: 0px;
        width: 100%;
        font-size: 0.7rem;
    }

}