/*---FONTS---*/
.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}

/*---BODY---*/

body {
    margin: 0;
    padding: 0;
    font-family:sans-serif;
    box-sizing: border-box;
    background-color: #f2f4f4;   
}

div, body {
    box-sizing: border-box;
}

/*---LOGOTIPO COTACTO---*/

.nev {
    background-color:#272727;
    font-size: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 2px 20px;
    padding: auto;
}

.nev__ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
}

.nev__item {
    list-style: none;
    font-family: poppins;
    font-weight: 300;
    color: white;
    padding: 8px 10px;
    margin: 2px;
}

.tel__item {
    list-style: none;
    font-family: poppins;
    font-weight: 300;
    color: white;
    padding: 8px 10px;
    margin: 2px;
}

.nev__ul-container {
    flex-grow: 4;
}

.nev__logo-container, .nev__ul-container{
    flex-grow: 1;
    text-align: center;
}

.nev__link {
    color: white;
    text-decoration: none;
    display: inline-block;
    padding: 8px 10px;
    margin: 2px;
}

.nev__item img {
    width: 20px;
    height: 14px;
}

.tel__item img {
    width: 15px;
    height: 15px;
}

.nev__logo {
    width: 250px;
}

/*---NAV SECCION---*/

.nav{   
    font-size: 12px;
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    padding: 0px 18px;
    position: sticky;
    top: 0;
    line-height: 6px;
    z-index: 10;
}

.nav__ul {
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0px;
}

.nav__item {
    list-style: none;
    font-family: poppins;
    font-weight:600;
}

.nav__link {
    color: black;
    text-decoration: none;
    display: inline-block;
    padding: 6px;
    margin: 6px;
    
}

.nav__link:hover{
    color: #E60000;
}

/*---TITULO PAGINA---*/

.seccion_titulo-container {
    background-color: #f2f4f4;
    display: flex;
    height: 35px;
    justify-content: center;
    margin: 20px 0px 80px;

}

.seccion_titulo {
    background-color: #E60000;
    height: 45px;
    width:350px;
    font-family: sans-serif;
    color: white;
    font-size: 7PX;
    padding: 5px;
    border-radius: 18px;
    text-align: center;
}    

/*---VIDEO---*/

.video img {   
    background-color: #f2f4f4;
    max-width: 100%;   
}

.video__container {
    background-color: #f2f4f4;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
}

.video {    
    max-width: 570px;
    min-height: 100px;
    margin: 20px;
    animation: aparecer 3s -.6s both;
}

.video__data {  
    background-color: #f2f4f4; 
    min-width: 360px;
    flex: 1;
    width: 100%;
    padding: 0px 10px;  
    margin: 15px;    
    
}

.video__data h3 {
    font-size: 18px;
    color: #0f05bb;
    line-height: 25px;
    margin: 0;
}

.video__data p {
    text-align: justify;
    font-size: 15px;
    font-family: poppins;
    font-weight:300;
    line-height: 25px;
    margin: 0px;
    color: #424242;

}

.video__data b {
    font-size: 15px;
    font-family: poppins;
    font-weight: 900;
    color: #0f05bb;
}

.video__data strong {
    color: black;
    font-weight: 500;
}

.video__ver h3 {
    font-size: 18px;
    font-family: poppins;
    font-weight: 400;
    margin: 6px 0;
    display: block;
    text-align:left;
    color: black;
}

.video__ver p {
    font-size: 15px;
    font-family: poppins;
    font-weight: 300;
    margin: 0px;
    text-align:justify; 
    line-height: 22px;
    padding: 0px;
    color: red;
}

/*---IMAGENES FLEXIBLES---*/

.bloque__foto img {
    max-width: 100%;
    height: auto;
}

.flexbox__container {
    background-color: #f2f4f4;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    margin: auto;
}

.bloque__foto {
    display: inline-block;
    min-width: 330px;   
    background-color: #f2f4f4;
    margin: auto;
    width: 100%;
    flex: 1; 
    padding: 0px;
    margin: 15px;
    text-align: center;
    animation: aparecer both;
    animation-timeline: view();
    animation-range: cover 2% cover 40%;
}

.bloque__texto h3 {
    font-size: 22px;
    color: #424242;
    font-family: poppins;
    font-weight: 600;
    line-height: 30px;
    margin: 10px 0px 8px;
}

.bloque__texto strong {
    color: black;
    font-weight: 500;
}

.bloque__texto p {
    font-size: 15px;
    color: #424242;
    font-family: poppins;
    font-weight: 300;
    text-align: center;
    line-height: 25px;
    margin: 0px 0px 45px;
}

/*---LINEA DIVISION---*/

.linea__division {
    background-color: #f2f4f4;
    display: flex;
    height: 3px;
    justify-content: center;
    margin: 15px;
}

.linea {
    background-color: #E60000;
    height: 2px;
    width: 1170px;
}

/*---ROTULOS DECORATIVOS---*/

.seccion__señaletica {
    background-color: #f2f4f4;
    font-size: 20px;
    font-family: poppins;
    font-weight: 400;
    color: #E60000;
    margin: 20px  0px 0px 0px;
    text-align: center;
    padding: 0px;
    line-height: 30px;
}


/*---BENEFICIOS---*/

.beneficios__container {
    background-color: #f2f4f4;
    display: flex;
    height: 45px;
    justify-content: center;
    margin: 50px 0px 40px;
}

.beneficios {
    background-color:#E60000;
    height: 45px;
    width:250px;
    color: white;
    font-size: 20px;
    font-family: poppins;
    font-weight: 600;
    padding: 8px;
    border-radius: 18px;
    text-align: center;    
} 

/*---CALIDAD---*/

.calidad {
    background-color: #f2f4f4;
    max-width: 1200px;
    font-size: 10px;
    font-family: poppins;
    font-weight: 400;
    color: black;
    margin: auto;
    text-align: center;
    line-height: 30px;
}

/*---4 REDONDELES FLEXIBLES---*/

.circulo__foto img {
    max-width: 40%;
    border-radius: 50%;
    height: auto;
}

.circulo__container {
    background-color: #f2f4f4;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    margin: auto;
}

.circulo__foto {
    display: inline-block;
    min-width: 230px;   
    background-color: #f2f4f4;
    margin: auto;
    width: 100%;
    flex: 1; 
    padding: 0px;
    margin: 20px;
    text-align: center;
    animation: aparecer both;
    animation-timeline: view();
    animation-range: cover 2% cover 40%;
}

.circulo__texto h3 {
    font-size: 18px;
    font-family: poppins;
    font-weight: 600;
    color: #E60000;
    line-height: 10px;
    
}

.circulo__texto p {
    font-size: 15px;
    font-family: poppins;
    font-weight: 300;
    text-align: center;
    line-height: 25px;
    margin: 0;
}
/*---LINEA FOOTER---*/
.linea__footer {
    background-color: #E60000;
    height: 4px;
}
/*---MAS DE 8 AÑOS DE EXPERIENCIA---*/

.informacion__footer {
    background-color: black;
    height: 230px;
}

.mas__de {   
    padding: 60px 0px 5px;
    font-size: 13px;
    font-family: poppins;
    font-weight: 600;
    text-align: center;
    color: #E60000;
    line-height: 22px;
    background-color: black;
}

/*---PARA TODOS NUESTROS PRODUCTOS---*/
.para__todos {
    font-size: 13px;
    font-family: poppins;
    font-weight: 300;
    text-align: center;
    color: white;
    line-height: 32px;
}

/*---APLICAN RESTRICCIONES---*/

.aplican__restricciones {
    padding: 10px;   
    font-size: 13px;
    font-family: poppins;
    font-weight: 600;
    text-align: center;
    color: #E60000;
    line-height: 22px;
}

/*---FORMAS DE PAGO---*/
.formas__pago {
    padding: 8px;
    font-size: 13px;
    font-family: poppins;
    font-weight: 300;
    text-align: center;
    color: white;
    line-height: 22px;
    position: relative;
}

/*---FOOTER---*/

.footer {
    background-color: black;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    color: white;
}

.footer-content {
    background-color: black;
    max-width: 1150px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 40px 10px;
    gap: 90px;
}

.logofooter img {
    width: 180px;
}

.logo {
    margin: 0px 0px 0px 0px;
}

.listo {
    list-style: none;
    margin: 10px 0px;
    text-decoration: none;
    
}

.listo a {
    text-decoration: none;
    font-size: 14px;
    font-family: poppins;
    font-weight: 400;
    color: #eaecee;
    
}

.lista {
    list-style: none;
    font-size: 14px;
    font-family: poppins;
    font-weight: 400;
    color: #eaecee;
}

.ic__tel img {
    width: 14px;
    height: 14px;
}

.ic__tel {
    padding: initial;
    font-family: poppins;
    font-weight: 400;
}

.elem a {
    color: #eaecee;
    
    text-decoration: none;  
}

.elem a:hover{
    color: #E60000;
}

.elem img {
    width: 20px;
    height: 14px;
}

.elem {
    padding: initial;
    line-height:20px;
    
}

.elem:hover {
    color: #E60000;
    cursor: pointer;
    transition: all 0.3s ease;
}

.title {
    color: white;
    font-family: poppins;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    padding-bottom: 5px;
    font-size: 18px;
}

.title::after {
    content: "";
    position: absolute;
    left: 0;
    background-color: #E60000;
    top: 100%;
    width: 50px;
    height: 2px;
    border-radius: 5px;
}

@media (max-width: 700px){

    .footer {
        display: flex;
        justify-content: center;
    }

    .footer-content {
        flex-direction: column;
        gap: 40px;
    }
}

/*---DERECHOS RESERVADOS--*/

.derechos__reservados {
    background-color: black;    
    padding: 40px 25px 40px 25px;   
    text-align: center;
    font-size: 12px;
    font-family: poppins;
    font-weight: 300; 
    color: white;
    line-height: 22px;
}

.derechos__reservados img {
    width: 12px;
}

/*---ANIMACIONES---*/

@keyframes aparecer {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}