
/*---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 {
    margin: 0;
    padding: 0;
    font-family:sans-serif;
    box-sizing: border-box;
    background-color: #f2f4f4;   
}

div, body {
    box-sizing: border-box;
}

/*---LOGOTIPO Y CONTACTO---*/

.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;
    font-family: poppins;
    font-weight: 300;
}

.nev__item {
    list-style: none;
    color: white;
    padding: 8px 10px;
    margin: 2px;
}

.tel__item {
    list-style: none;
    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;
}

/*---BANER--*/

.baner {
    min-width: 180px;
    max-width: 1200px;
    margin: auto;
}

.baner img {
    max-width: 100%;
    height: auto;
}

/*---VIDEO---*/

.video img {   
    background-color: #f2f4f4;
    max-width: 100%;   
}
.video__container {
    background-color: #f2f4f4;
    max-width: 1160px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
}

.video {    
    max-width: 570px;
    min-width: 100px;
    margin: 20px;
    animation: aparecer 3s -.6s both;
}

.video__data {  
    background-color: #f2f4f4; 
    min-width: 360px;
    flex: 1;
    width: 100%;
    padding: 3px;  
    margin: 30px;    
    
}

.video__data h3 {
    font-size: 18px;
    font-family: poppins;
    font-weight:600;
    color: #E60000;
    line-height: 25px;
    margin: 0;
}

.video__data p {
    text-align: justify;
    line-height: 25px;
    font-family: poppins;
    font-weight:300;
    margin: 0px;
    color: #424242;
}

.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;
    margin: 0px;
    font-family: poppins;
    font-weight: 400;
    text-align:justify; 
    line-height: 22px;
    padding: 0px;
    color: #E60000;
}

.video__data strong {
    color: black;
    font-weight: 500;
}

/*---PRODUCTOS DE CALIDAD---*/

.subtitulos__container {
    background-color: #f2f4f4;   
    display: flex;
    flex-wrap: wrap;
    justify-content: center;        
}

.caja {
    background-color:#E60000;
    width: 1160px;
    min-width: 360;   
    justify-content: center;
    margin: 20px;
    animation: aparecer 3s - .6s both;
}

.subtitulos__data{
    padding: 3px;
}

.subtitulos__data span {
    font-size: 25px;
    font-family: poppins;
    font-weight:600;
    margin: 6px 0;
    display: block;
    text-align: center;
    color: white;
    padding:15px;
    line-height: 40px;
}

/*---DESCRIPCION DEL PRODUCTO O SERVICIO---*/

.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: 335px;   
    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%;
}

.bloque__texto h3 {
    font-size: 18px;
    color: black;
    font-family: poppins;
    font-weight: 600;
    line-height: 20px;
    
}

.bloque__texto p {
    font-size: 15px;
    font-family: poppins;
    font-weight: 300;
    text-align: justify;
    line-height: 25px;
    margin: 0;
}

.bloque__texto strong {
    color: black;
    font-weight: 500;
}

/*---TIENES ALGUNA DUDA EN TU COMPRA---*/

.tienes__container {
    background-color: #E60000;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;   
}

.kaja {
    background-color: #E60000;
    width: 1160px;
    height: 70px;
    justify-content: center;
    margin: 0px;
}

.tienes {
    max-width: clamp(180px, 100%, 720px);
    background-color: #E60000;
    margin: auto;
}

.tienes__worker {
    max-height: 270px;
    overflow: hidden;
    display: block;
}

.tienes__worker img {
    max-width: 100%;
}

.tienes__data{
    padding: 3px;
}

.tienes__data span {
    font-size: 25px;
    font-family: poppins;
    font-weight:600;
    margin: 6px 0;
    display: block;
    text-align: center;
    color: white;
    padding:6px;
}

.tienes__data p {
    font-size: 15px;
    margin: 0px;
    text-align: center; 
    line-height: 22px;
}

/*---MAS DE 8 AÑOS DE EXPERIENCIA---*/

.informacion__footer {
    background-color: black;
    height: 230px;
}

.mas__de {   
    padding: 30px;
    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: 100px;
}

.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;
    cursor: pointer;
    position: relative;
    padding-bottom: 5px;
    font-size: 19px;
}

.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;
    }
}