

.full-screen {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
  }
  .full-screen-image {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
  }

  .div_fixed{
    width: 220px;
    height: 40px;
    margin: 0 auto 0 0;
    position: fixed;   
    top: 15%;
    right: 0;
}
.text_contactenos{
    color:#fff;
    margin:  auto auto;
}
.hidden{
    display: none;
}

/*.sj-overlap:not(.u-sticky-scroll) .sj-header {
    background-color: rgba(0, 0, 0, 0.3686274509803922) !important;
}*/
.sj-header {
    padding-top: 5px;padding-bottom: 5px;
    z-index: 20;
}

.sj-header .image-1 {
   /* width: 90%;*/
    height: 45px;
    
}
.sj-overlap .sj-header.sj-sticky {
    position: fixed;
    background-color:rgba(8, 34, 97, 0.502);
}
.sj-overlap .sj-header.sj-sticky.scrolled {
    position: fixed;
    background-color: rgba(255, 255, 255) !important;
}
.sj-header.sj-sticky, .sj-overlap .sj-header {
    z-index: 20;
   
}
.sj-overlap .sj-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
.sj-image.logo {
    display: table;
    white-space: nowrap;
}


/* sj-section-15 */

.sj-section-15 {
    background-image: none;
    margin-top: -80px;
}

.sj-section-15 .u-sheet-1 {
    width: 100vw;
    height: 100vh;
 
}
.sj-section-15 .u-group-1 {
    width: 100%;
    min-height: 600px;
    height: auto;
    margin: 80px auto 60px;
    padding: 80px 40px;
    background-image: -webkit-linear-gradient(139deg, rgb(255, 200, 0) 0%, rgb(255, 220, 0) 100%);
}
.sj-section-15 .mision{   
    padding: 0 30px 40px 30px;
    background-color: #fff;
 /* Inicialmente sin animación */
    opacity: 0; /* Ocultamos el div inicialmente */
    transform: rotate(-45deg); /* Empieza torcido */
    transition: transform 2s ease-out, opacity 0.5s ease-out; 
}
.sj-section-15 .vision{   
    padding: 0 30px 40px 30px;
    background-color: #fff;
 /* Inicialmente sin animación */
    opacity: 0; /* Ocultamos el div inicialmente */
    transform: rotate(45deg); /* Empieza torcido */
    transition: transform 2s ease-out, opacity 0.5s ease-out; 
}
.sj-section-15 .u-group-1 .contenedor_nuestra_historia{
    width: 1400px;
    margin: auto;

}  
.sj-section-15 .u-container-layout.u-container-layout-1{
    background-color: rgb(248, 250, 249);
    padding: 20px;
}
.sj-section-15 .u-group-2{
    width: 1400px;
    margin: auto;
    padding: 15px;
}
.sj-section-15 .cuadricula-1 {
    grid-template-columns: calc(50% - 8px) calc(50% - 8px);
    min-height: 503px;
    grid-gap: 16px 16px;
}
.hoja-1 .bannerBottomShape {
    position: absolute;
    right: 0px;
    bottom: -2px;
}
.sj-section-15 .nuestra_historia_titre{
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #082261;

}
.sj-section-15 p.nuestra_historia_text-1{
    font-size: 20px;
    color: black;
}
.sj-section-15 p.nuestra_historia_text-2{
    font-size: 20px;
    color: black;
}
.sj-section-15 p.nuestra_historia_text-3{
    font-size: 20px;
    color: black;
}
.sj-section-15 p.nuestra_historia_text-4{
    font-size: 20px;
    color: black;
}
.sj-section-15 .u-text-1, .sj-section-15 .u-text-2{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 15px 20px 0 0;
    color: #082261;
}
.sj-section-15 .u-text-3, .sj-section-15 .u-text-4{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 15px 20px 0 0;
    color: #082261;
}

.sj-section-15 .u-text-10{
    padding-top: 30px;
    font-size: 20px;
    color:black;
}

/* Computadoras de escritorio grandes */
@media (min-width: 1280px) and (max-width: 1440px) {
.sj-section-15 {
background-image: none;
margin-top: -110px;
}

.sj-section-15 .u-sheet-1 {
width: 100vw;
height: 100vh;

}
.sj-section-15 .u-group-1 {
width: 100%;
min-height: 600px;
height: auto;
margin: 80px auto 60px;
padding: 80px 40px;
background-image: -webkit-linear-gradient(139deg, rgb(255, 200, 0) 0%, rgb(255, 220, 0) 100%);
}
.sj-section-15 .mision{   
padding: 0 30px 40px 30px;
background-color: #fff;
/* Inicialmente sin animación */
opacity: 0; /* Ocultamos el div inicialmente */
transform: rotate(-45deg); /* Empieza torcido */
transition: transform 2s ease-out, opacity 0.5s ease-out; 
}
.sj-section-15 .vision{   
padding: 0 30px 40px 30px;
background-color: #fff;
/* Inicialmente sin animación */
opacity: 0; /* Ocultamos el div inicialmente */
transform: rotate(45deg); /* Empieza torcido */
transition: transform 2s ease-out, opacity 0.5s ease-out; 
}
.sj-section-15 .u-group-1 .contenedor_nuestra_historia{
width: 1080px;
margin: auto;

}  
.sj-section-15 .u-container-layout.u-container-layout-1{
background-color: rgb(248, 250, 249);
padding: 20px;
}
.sj-section-15 .u-group-2{
width: 1200px;
margin: auto;
padding: 15px;
}
.sj-section-15 .u-group-1 .contenedor_nuestra_historia{
width: 1400px;
margin: auto;

}  
.sj-section-15 .u-container-layout.u-container-layout-1{
background-color: rgb(248, 250, 249);
padding: 20px;
}
.sj-section-15 .u-group-2{
width: 1200px;
margin: auto;
padding: 15px;
}
.sj-section-15 .cuadricula-1 {
grid-template-columns: calc(50% - 8px) calc(50% - 8px);
min-height: 503px;
grid-gap: 16px 16px;
}
.hoja-1 .bannerBottomShape {
position: absolute;
right: 0px;
bottom: -2px;
}
.sj-section-15 .nuestra_historia_titre{
font-size: 30px;
font-weight: 600;
text-transform: uppercase;       

}
.sj-section-15 p.nuestra_historia_text-1{
font-size: 20px;        
}
.sj-section-15 p.nuestra_historia_text-2{
font-size: 20px;       
}
.sj-section-15 p.nuestra_historia_text-3{
font-size: 20px;        
}
.sj-section-15 p.nuestra_historia_text-4{
font-size: 20px;       
}
.sj-section-15 .u-text-1, .sj-section-15 .u-text-2{
font-size: 30px;
text-transform: uppercase;
font-weight: 700;
margin: 15px 20px 0 0;
color: #082261;
}
.sj-section-15 .u-text-3, .sj-section-15 .u-text-4{
font-size: 30px;
text-transform: uppercase;
font-weight: 700;
margin: 15px 20px 0 0;
color: #082261;
}

.sj-section-15 .u-text-10{
padding-top: 30px;
font-size: 20px;
color:black;
}

}
@media (min-width: 1025px) and (max-width: 1279px) {
.sj-section-15 {
background-image: none;
margin-top: -110px;
}

.sj-section-15 .u-sheet-1 {
width: 100vw;
height: 100vh;

}
.sj-section-15 .u-group-1 {
width: 100%;
min-height: 600px;
height: auto;
margin: 80px auto 60px;
padding: 80px 40px;
background-image: -webkit-linear-gradient(139deg, rgb(255, 200, 0) 0%, rgb(255, 220, 0) 100%);
}
.sj-section-15 .mision{   
padding: 0 30px 40px 30px;
background-color: #fff;
/* Inicialmente sin animación */
opacity: 0; /* Ocultamos el div inicialmente */
transform: rotate(-45deg); /* Empieza torcido */
transition: transform 2s ease-out, opacity 0.5s ease-out; 
}
.sj-section-15 .vision{   
padding: 0 30px 40px 30px;
background-color: #fff;
/* Inicialmente sin animación */
opacity: 0; /* Ocultamos el div inicialmente */
transform: rotate(45deg); /* Empieza torcido */
transition: transform 2s ease-out, opacity 0.5s ease-out; 
}
.sj-section-15 .u-group-1 .contenedor_nuestra_historia{
width: 900px;
margin: auto;

}  
.sj-section-15 .u-container-layout.u-container-layout-1{
background-color: rgb(248, 250, 249);
padding: 20px;
}  
.sj-section-15 .u-group-2{
width: 940px;
margin: auto;
padding: 15px;
}
.sj-section-15 .cuadricula-1 {
grid-template-columns: calc(50% - 8px) calc(50% - 8px);
min-height: 503px;
grid-gap: 16px 16px;
}
.hoja-1 .bannerBottomShape {
position: absolute;
right: 0px;
bottom: -2px;
}
.sj-section-15 .nuestra_historia_titre{
font-size: 30px;
font-weight: 600;
text-transform: uppercase;
color: #082261;

}
.sj-section-15 p.nuestra_historia_text-1{
font-size: 20px;
color: black;
}
.sj-section-15 p.nuestra_historia_text-2{
font-size: 20px;
color: black;
}
.sj-section-15 p.nuestra_historia_text-3{
font-size: 20px;       
}
.sj-section-15 p.nuestra_historia_text-4{
font-size: 20px;
color: black;
}
.sj-section-15 .u-text-1, .sj-section-15 .u-text-2{
font-size: 30px;
text-transform: uppercase;
font-weight: 700;
margin: 15px 20px 0 0;
color: #082261;
}
.sj-section-15 .u-text-3, .sj-section-15 .u-text-4{
font-size: 30px;
text-transform: uppercase;
font-weight: 700;
margin: 15px 20px 0 0;
color: #082261;
}

.sj-section-15 .u-text-10{
padding-top: 30px;
font-size: 20px;
color:black;
}

}

/* Tabletas en orientación vertical */
@media (min-width: 768px) and (max-width: 1024px) {
.sj-section-15 {
background-image: none;
margin-top: -110px;
}

.sj-section-15 .u-sheet-1 {
width: 100vw;
height: 100vh;     
}
.sj-section-15 .u-group-1 {       
min-height: 600px;
height: auto;
margin: 80px auto 60px;
padding: 80px 40px;     
}
.sj-section-15 .mision{   
padding: 0 30px 40px 30px;
background-color: #fff;
/* Inicialmente sin animación */
opacity: 0; /* Ocultamos el div inicialmente */
transform: rotate(-45deg); /* Empieza torcido */
transition: transform 2s ease-out, opacity 0.5s ease-out; 
}
.sj-section-15 .vision{   
padding: 0 30px 40px 30px;
background-color: #fff;
/* Inicialmente sin animación */
opacity: 0; /* Ocultamos el div inicialmente */
transform: rotate(45deg); /* Empieza torcido */
transition: transform 2s ease-out, opacity 0.5s ease-out; 
}
.sj-section-15 .u-group-1 .contenedor_nuestra_historia{
width: 680px;
margin: auto;
}  
.sj-section-15 .u-container-layout.u-container-layout-1{
background-color: rgb(248, 250, 249);
padding: 20px;
}  
.sj-section-15 .u-group-2{
width: 720px;
margin: auto;
padding: 15px;
}
.sj-section-15 .cuadricula-1 {
grid-template-columns: calc(100%);
min-height: 503px;
grid-gap: 16px 16px;
}
.hoja-1 .bannerBottomShape {
position: absolute;
right: 0px;
bottom: -2px;
}
.sj-section-15 .nuestra_historia_titre{
font-size: 30px;
}
.sj-section-15 p.nuestra_historia_text-1{
font-size: 20px;       
}
.sj-section-15 p.nuestra_historia_text-2{
font-size: 20px;       
}
.sj-section-15 p.nuestra_historia_text-3{
font-size: 20px;       
}
.sj-section-15 p.nuestra_historia_text-4{
font-size: 20px;       
}
.sj-section-15 .u-text-1, .sj-section-15 .u-text-2{
font-size: 30px;   
margin: 15px 20px 0 0;       
}
.sj-section-15 .u-text-3, .sj-section-15 .u-text-4{
font-size: 30px;
margin: 15px 20px 0 0;      
}

.sj-section-15 .u-text-10{
padding-top: 30px;
font-size: 20px;       
}
}

/* Móviles y tabletas en orientación horizontal */
@media (min-width: 481px) and (max-width: 767px) {
.sj-section-15 {
background-image: none;
margin-top: -110px;
}

.sj-section-15 .u-sheet-1 {
width: 100vw;
height: 100vh;     
}
.sj-section-15 .u-group-1 {       
min-height: 600px;
height: auto;
margin: 80px auto 60px;
padding: 80px 40px;     
}
.sj-section-15 .mision{   
padding: 0 30px 40px 30px;
background-color: #fff;
/* Inicialmente sin animación */
opacity: 0; /* Ocultamos el div inicialmente */
transform: rotate(-45deg); /* Empieza torcido */
transition: transform 2s ease-out, opacity 0.5s ease-out; 
}
.sj-section-15 .vision{   
padding: 0 30px 40px 30px;
background-color: #fff;
/* Inicialmente sin animación */
opacity: 0; /* Ocultamos el div inicialmente */
transform: rotate(45deg); /* Empieza torcido */
transition: transform 2s ease-out, opacity 0.5s ease-out; 
}
.sj-section-15 .u-group-1 .contenedor_nuestra_historia{
width: 460px;
margin: auto;
}  
.sj-section-15 .u-container-layout.u-container-layout-1{
background-color: rgb(248, 250, 249);
padding: 20px;
}  
.sj-section-15 .u-group-2{
width: 460px;
margin: auto;
padding: 15px;
}
.sj-section-15 .cuadricula-1 {
grid-template-columns: calc(100%);
min-height: 503px;
grid-gap: 16px 16px;
}
.hoja-1 .bannerBottomShape {
position: absolute;
right: 0px;
bottom: -2px;
}
.sj-section-15 .nuestra_historia_titre{
font-size: 30px;
}
.sj-section-15 p.nuestra_historia_text-1{
font-size: 20px;       
}
.sj-section-15 p.nuestra_historia_text-2{
font-size: 20px;       
}
.sj-section-15 p.nuestra_historia_text-3{
font-size: 20px;       
}
.sj-section-15 p.nuestra_historia_text-4{
font-size: 20px;       
}
.sj-section-15 .u-text-1, .sj-section-15 .u-text-2{
font-size: 30px;   
margin: 15px 20px 0 0;       
}
.sj-section-15 .u-text-3, .sj-section-15 .u-text-4{
font-size: 30px;
margin: 15px 20px 0 0;      
}

.sj-section-15 .u-text-10{
padding-top: 30px;
font-size: 20px;       
}
}

/* Móviles y tabletas en orientación horizontal */
@media (max-width: 480px) {
.sj-section-15 {
background-image: none;
margin-top: -110px;
}

.sj-section-15 .u-sheet-1 {
width: 100vw;
height: 100vh;     
}
.sj-section-15 .u-group-1 {       
min-height: 600px;
height: auto;
margin: 80px auto 60px;
padding: 80px 40px;     
}
.sj-section-15 .mision{   
padding: 0 30px 40px 30px;
background-color: #fff;
/* Inicialmente sin animación */
opacity: 0; /* Ocultamos el div inicialmente */
transform: rotate(-45deg); /* Empieza torcido */
transition: transform 2s ease-out, opacity 0.5s ease-out; 
}
.sj-section-15 .vision{   
padding: 0 30px 40px 30px;
background-color: #fff;
/* Inicialmente sin animación */
opacity: 0; /* Ocultamos el div inicialmente */
transform: rotate(45deg); /* Empieza torcido */
transition: transform 2s ease-out, opacity 0.5s ease-out; 
}
.sj-section-15 .u-group-1 .contenedor_nuestra_historia{
width: 100%;
padding: 0 10px;
margin: auto;
}  
.sj-section-15 .u-container-layout.u-container-layout-1{
background-color: rgb(248, 250, 249);
padding: 20px;
}  
.sj-section-15 .u-group-2{
width: 100%;
margin: auto;
padding: 15px;
}
.sj-section-15 .cuadricula-1 {
grid-template-columns: calc(100%);
min-height: 503px;
grid-gap: 16px 16px;
}
.hoja-1 .bannerBottomShape {
position: absolute;
right: 0px;
bottom: -2px;
}
.sj-section-15 .nuestra_historia_titre{
font-size: 30px;
}
.sj-section-15 p.nuestra_historia_text-1{
font-size: 20px;       
}
.sj-section-15 p.nuestra_historia_text-2{
font-size: 20px;       
}
.sj-section-15 p.nuestra_historia_text-3{
font-size: 20px;       
}
.sj-section-15 p.nuestra_historia_text-4{
font-size: 20px;       
}
.sj-section-15 .u-text-1, .sj-section-15 .u-text-2{
font-size: 30px;   
margin: 15px 20px 0 0;       
}
.sj-section-15 .u-text-3, .sj-section-15 .u-text-4{
font-size: 30px;
margin: 15px 20px 0 0;      
}

.sj-section-15 .u-text-10{
padding-top: 30px;
font-size: 20px;       
}
}

/* sj-section-25*/
.sj-section-25 {
    background-image: none;
    margin-top: -80px;
}

.sj-section-25 .u-sheet-1 {
    width: 100vw;
    height: 100vh;
 
}
.sj-section-25 .hoja-1 .u-group-1 {
    width: 100%;
    min-height: 600px;
    height: auto;
    margin: 80px auto 60px;
    padding: 80px 40px;
    background-image: -webkit-linear-gradient(139deg, rgb(255, 200, 0) 0%, rgb(255, 220, 0) 100%);
}
.sj-section-35_intro .content_div_intro {
    width: 100%;
    min-height: 300px;
    height: auto;
    margin: 0 auto 60px;
    padding: 80px 40px;
    background-image: -webkit-linear-gradient(139deg, rgb(255, 200, 0) 0%, rgb(255, 220, 0) 100%);
}
.sj-section-35_intro .contenedor_cubre_carter {
    width: 1400px;
    margin: auto;
    display: flex;
}
.sj-section-25 .hoja-1 .contenedor_cubre_carter {
    width: 1400px;
    margin: auto;
    display: flex;
}
.sj-section-25 h4.somos_fabricantes{
    font-size: 28px;
    font-weight: 400;
    color:#000000;
}
.sj-section-35_intro h4.somos_fabricantes{
    font-size: 24px;
    font-weight: 400;
    color:#000000;
}


.sj-section-25 p.somos_fabricantes_2{
    font-size: 28px;
    font-weight: 400;
    color:#000000;
}
.sj-section-35_intro p.somos_fabricantes_2{
    font-size: 26px;
    font-weight: 400;
    color:#000000;
}
.sj-section-25 h1.manten_vehiculo, .sj-section-35_intro h1.manten_vehiculo{
    font-size: 60px;
    font-weight: 600;
    line-height: normal;
    color:#fff;
      
}
.sj-section-35_intro h2.cubre_carter{
margin-top: 20px;
}
.sj-section-25 h1.protector{
    font-size: 60px;
    font-weight: 600;
    margin-bottom:40px ;    
}
.sj-section-35_intro h1.protector{
    font-size: 55px;
    font-weight: 600;
    margin-bottom:40px ;    
}

.sj-section-25 h2.manten_vehiculo{
    font-size: 48px;
    font-weight: 600;   

}
.sj-section-25 h2.cubre_carter{
    font-size: 48px; 
    margin-top: 60px;
}

.sj-section-25 .contenedor-alto-der{
    width: 80%;
    margin: auto;
    padding-top: 80px;
}
.sj-section-25 .encabezado_izq, .sj-section-35_intro .encabezado_izq{
    width: 45%;
}
.sj-section-25 .encabezado_der, .sj-section-35_intro .encabezado_der{
    width: 55%;
}
.show_opp {
    padding: 2px 10px 2px 20px;
    border: none;
    background-color: #082261;
    color: white;
    font-size: 16px;
    cursor: pointer;
    border-radius: 0 0 0 50px;
}
@media (min-width: 1281px) and (max-width: 1440px) {
    .sj-section-25 .hoja-1 .contenedor_cubre_carter,.sj-section-35_intro .contenedor_cubre_carter{
        width: 96%;
        margin: auto;
        display: flex;
    }
    .sj-section-25 h1.manten_vehiculo{
        font-size: 64px;
        font-weight: 600;
          
    }
    .sj-section-25 h1.protector {
        font-size: 56px;
        font-weight: 600;
        margin-bottom: 40px;
    }    
    .sj-section-35_intro h1.protector {
        font-size: 50px;
        font-weight: 600;
        margin-bottom: 40px;
    }

    .sj-section-25 .hoja-1 .contenedor_cubre_carter ,.sj-section-35_intro .contenedor_cubre_carter {
        width: 1200px;
        margin: auto;
        display: flex;
    }
    .sj-section-35_intro .contenedor-alto-der{
padding-left: 30px;
    }
}
@media (min-width: 1025px) and (max-width: 1280px) {
    .sj-section-25 .hoja-1 .contenedor_cubre_carter ,.sj-section-35_intro .contenedor_cubre_carter{
        width: 96%;
        margin: auto;
        display: flex;
    }
    .sj-section-25 h1.manten_vehiculo{
        font-size: 64px;
        font-weight: 600;
          
    }
    
    .sj-section-35_intro h1.protector {
        font-size: 50px;
        font-weight: 600;
        margin-bottom: 40px;
    }
    .sj-section-25 h1.protector {
        font-size: 56px;
        font-weight: 600;
        margin-bottom: 40px;
    }
  
    .sj-section-25 .hoja-1 .contenedor_cubre_carter {
        width: 1000px;
        margin: auto;
        display: flex;
    }
  
}

@media (min-width: 768px) and (max-width: 1024px) {
    .sj-section-25 .hoja-1 .contenedor_cubre_carter,.sj-section-35_intro .contenedor_cubre_carter {
        width: 100%;
        margin: auto;
        display: flex;
    }
    .sj-section-25 .hoja-1 .u-group-1 {
        width: 100%;
        /* min-height: 700px; */
        /* height: auto; */
        margin: 80px auto 60px;
        padding: 40px 40px 120px 40px;
        background-image: -webkit-linear-gradient(139deg, rgb(255, 200, 0) 0%, rgb(255, 220, 0) 100%);
    }
    .sj-section-25 h1.manten_vehiculo{
        font-size: 60px;   
    }
    .sj-section-35_intro h1.manten_vehiculo{
        font-size: 55px;   
    }
    .sj-section-25 h1.protector{
        font-size: 50px;        
        margin-bottom:40px ;    
    }
    .sj-section-25 p.somos_fabricantes_2{
        font-size: 24px;       
    }
    .sj-section-35_intro p.somos_fabricantes_2{
        font-size: 22px;       
    }
    .sj-section-25 h2.cubre_carter{
        font-size: 48px; 
        margin-top: 60px;
    }
   
}
@media (min-width: 576px) and (max-width: 767px) {
    .sj-section-25{
        margin-top: -80px;
    }
    .sj-section-25 .hoja-1 .contenedor_cubre_carter ,.sj-section-35_intro .contenedor_cubre_carter {
        display: block;
        width: 100%;
        margin: auto;
    }
    .sj-section-25 .encabezado_izq,.sj-section-35_intro .encabezado_izq{
        width: 100%;
    }
    .sj-section-25 .encabezado_der, .sj-section-35_intro .encabezado_der{
        width: 100%;
    }
    .sj-section-25 .hoja-1 .u-group-1 {
        width: 100%;
        min-height: 600px;
        height: auto;
        margin: 80px auto 60px;
        padding: 20px 20px;      
    }
    .sj-section-25 h1.manten_vehiculo {
        font-size: 40px;       
    }
    .sj-section-25 h1.protector{
        font-size: 35px;        
        margin-bottom:40px ;    
    }
    .sj-section-35_intro h4.somos_fabricantes {
        font-size: 28px;
        font-weight: 600;
        color: #000000;
    }
    .sj-section-25 p.somos_fabricantes_2 , .sj-section-35_intro p.somos_fabricantes_2 {
        font-size: 18px;
        font-weight: 400;
        color: #000000;
    }
}
@media (min-width: 481px) and (max-width: 575px) {
    .sj-section-25{
        margin-top: 0;
    }
    .sj-section-25 .hoja-1 .contenedor_cubre_carter ,.sj-section-35_intro .contenedor_cubre_carter {
        display: block;
        width: 100%;
        margin: auto;
    }
    .sj-section-25 .encabezado_izq,.sj-section-35_intro .encabezado_izq{
        width: 100%;
    }
    .sj-section-25 .encabezado_der, .sj-section-35_intro .encabezado_der{
        width: 100%;
    }
    .sj-section-25 .hoja-1 .u-group-1 {
        width: 100%;
        min-height: 840px;
        height: auto;
        margin: 0 auto 60px;
        padding: 20px 20px;      
    }
    .sj-section-25 h1.manten_vehiculo {
        font-size: 40px;
        font-weight: 600;
    }
    .sj-section-25 h4.somos_fabricantes {
        font-size: 28px;
        font-weight: 600;
        color: #000000;
    }
    .sj-section-35_intro h4.somos_fabricantes{
        font-size: 24px;
        font-weight: 600;
        color: #000000;
    }
    .sj-section-25 p.somos_fabricantes_2, .sj-section-35_intro p.somos_fabricantes_2 {
        font-size: 18px;
        font-weight: 400;
        color: #000000;
    }
}
@media (max-width: 480px) {
    .sj-section-25{
        margin-top: 0;
    }
    .sj-section-25 .hoja-1 .contenedor_cubre_carter ,.sj-section-35_intro .contenedor_cubre_carter {
        display: block;
        width: 100%;
        margin: auto;
    }
    .sj-section-25 .contenedor-alto-der {
        width: 100%;
        margin: auto;
        padding-top: 20px;
    }
    .sj-section-25 .encabezado_izq, .sj-section-35_intro .encabezado_izq{
        width: 100%;
    }
    .sj-section-25 .encabezado_der, .sj-section-35_intro .encabezado_der{
        width: 100%;
    }
    .sj-section-25 .hoja-1 .u-group-1 {
        width: 100%;
        min-height: 980px;
        height: auto;
        margin: 0 auto 60px;
        padding: 20px 20px;      
    }
    .sj-section-25 h1.manten_vehiculo {
        font-size: 50px;
       line-height: normal;
    }
    .sj-section-25 h1.protector {
        font-size: 40px;      
    }
    .sj-section-25 h4.somos_fabricantes  {
        font-size: 28px;
        font-weight: 600;
        color: #000000;
    }
    .sj-section-35_intro h4.somos_fabricantes {
        font-size: 24px;
        font-weight: 600;
        color: #000000;
    }
    .sj-section-25 p.somos_fabricantes_2, .sj-section-35_intro p.somos_fabricantes_2 {
        font-size: 18px;
        font-weight: 400;
        color: #000000;
    }
   
}
@media (max-width: 360px) {
    .sj-section-25{
        margin-top:0;
    }
    .sj-section-25 .hoja-1 .contenedor_cubre_carter,.sj-section-35_intro .contenedor_cubre_carter {
        display: block;
        width: 100%;
        margin: auto;
    }
    .sj-section-25 h1.manten_vehiculo {
        font-size: 40px;
       
    }
    .sj-section-25 h1.protector {
        font-size: 38px;      
    }
    .sj-section-25 .encabezado_izq, .sj-section-35_intro .encabezado_izq{
        width: 100%;
    }
    .sj-section-25 .encabezado_der, .sj-section-35_intro .encabezado_der{
        width: 100%;
    }
    .sj-section-25 h4.somos_fabricantes {
        font-size: 28px;
        font-weight: 600;
        color: #000000;
    }
    .sj-section-35_intro h4.somos_fabricantes {
        font-size: 24px;
        font-weight: 600;
        color: #000000;
    }
    .sj-section-25 p.somos_fabricantes_2,.sj-section-35_intro h4.somos_fabricantes{
        font-size: 18px;
        font-weight: 400;
        color: #000000;
    }
}

/* sj-section-26*/
.sj-section-26 {
    background-image: none;    
}

.sj-section-26 .u-sheet-1 {
    width: 100vw;
    height: 100vh;
 
}

.sj-section-26 .hoja-1 {
    min-height: 700px;
    width:1400px;   
    background-color: #082261;
    margin-bottom: 50px;
}
.sj-section-26 .cuadricula-1 {
    grid-template-columns: calc(50% - 15px)  calc(50% - 15px);
    grid-gap: 30px 30px;
    min-height: 401px;
}
.sj-section-26 h2{
   font-size: 40px;
   color:#fff;
}
.sj-section-26 .text-1 {
    font-size: 48px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 1);
    text-transform: uppercase;
    font-weight: 700;   
    color:#fff;
    
}
.sj-section-26 .text-2 {
    font-size: 32px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 1);

    font-weight: 400;   
    color:#fff;
    
}
.sj-section-26 .text-3 {
    font-size: 20px;   
    font-weight: normal;   
    color:#ffc800;    
}
.sj-section-26 .items-carter{
    margin-top: 40px;
}
.sj-section-26  .conteiner-carter-image{  
       display: flex;
       align-items: center;
      justify-content: center;   
}
/*.sj-section-26 .img_prod_box_intro{
    width: 80%;
    height: auto;
}*/

.sj-section-26 .image_title_carter{
    margin-top:40px;
}
.sj-section-26 .text-4 {
    font-size: 16px;
    font-weight: normal;   
    color:#fff;    
}
.sj-section-26 .text-14 {
    font-size: 16px;
    font-weight: normal;   
    color:#000000;    
}
.sj-section-26 .conteiner-subtitle{
    padding: 20px 30px;   
}

.div_nota_carrusel{
    display: flex;
    width: 96%;
    max-width: 1200px;
    margin: 30px auto;
}

p.nota_carrusel{
    
    font-size: 20px;
    width: 65%;
    margin: auto;
}

.div_text_contactenos{
    display:inline-flex;
}
.div_contactenos_whatsapp{
    display:inline-flex;
}

@media (min-width: 1280px) and (max-width: 1440px) {
    .sj-section-26 .hoja-1 {       
        width:100%;       
    }
    .div_nota_carrusel{
        display: flex;
        width: 96%;
        max-width: 1200px;
        margin: 30px auto;
    }
}
@media (min-width: 1025px) and (max-width: 1279px) {
    .sj-section-26 .hoja-1 {
        min-height: 900px;
        width: 100%;
        background-color: #082261;
        margin-bottom: 50px;
    }
    .div_nota_carrusel{
        display: flex;
        width: 96%;
        max-width: 1000px;
        margin: 30px auto;
    }
    .sj-section-26 .text-1 {
        font-size: 40px;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .sj-section-26 .hoja-1 {
        min-height: 700px;
        width: 100%;
        background-color: #082261;
        margin-bottom: 50px;
    }
    .sj-section-26 .text-1 {
        font-size: 36px;

    }
    .div_text_contactenos{
        width: 65%;
        display: inline-flex;
     margin: auto;
    }
    .div_nota_carrusel{
        display: block;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .sj-section-26 .hoja-1 {
        min-height: 700px;
        width: 98%;
        background-color: #082261;
        margin-bottom: 50px;
    }
    .sj-section-26 .text-1 {
        font-size: 36px;

    }
    .div_nota_carrusel{
        display: block;
    }
    .sj-section-26 p.nota_carrusel {
        
        width: 620px;
        margin: auto;
    }
    .div_text_contactenos{
        width: 340px;
        display: flex;
        margin: auto;
    }
    .div_text_contactenos p.text_contactenos{
        margin-left: 0;
        margin-right: 15px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .sj-section-26 .cuadricula-1 {
        grid-template-columns: calc(100%);
        grid-gap: 30px 30px;
        min-height: 401px;
    }
    .sj-section-26 .hoja-1 {
        min-height: 920px;
        width: 100%;
        background-color: #082261;
        margin-bottom: 50px;
    }
 
    .img_prod_box_intro{
        max-width: 45%;
        height: auto;
    }
    .div_nota_carrusel{
        display: block;
    }
    p.nota_carrusel{
    
        font-size: 20px;
        width: 90%;
        margin: auto;
    }
    .div_text_contactenos{
        width: 340px;
        display: flex;
       margin: auto;
    }
    .div_text_contactenos p.text_contactenos{
        margin-left: 0;
        margin-right: 15px;
    }
}
@media (min-width: 481px) and (max-width: 575px) {
    .sj-section-26 .cuadricula-1 {
        grid-template-columns: calc(100%);
        grid-gap: 30px 30px;
        min-height: 401px;
    }
    .sj-section-26 .hoja-1 {
        min-height: 880px;
        width: 100%;
        background-color: #082261;
        margin-bottom: 50px;
    }
    .img_prod_box_intro{
        max-width: 45%;
        height: auto;
    }
    .div_nota_carrusel{
        display: block;
    }
    .sj-section-26 .text-1 {
        font-size: 32px;  
        display: none;     
    }
    .sj-section-26 p.nota_carrusel{
    
       
        width: 90%;
        margin: auto;
    }
 
    .div_text_contactenos{
        width: 340px;
        display: flex;
        margin: auto;
    }
    .div_text_contactenos p.text_contactenos{
        margin-left: 0;
        margin-right: 15px;
    }
}
@media (max-width: 480px) {
    .sj-section-26 .cuadricula-1 {
        grid-template-columns: calc(100%);
        grid-gap: 30px 30px;
        min-height: 401px;
    }
    .sj-section-26 .hoja-1 {
        min-height: 1200px;
        width: 100%;
        margin-bottom: 50px;
    }
    .div_nota_carrusel{
        display: block;
    }
    p.nota_carrusel {
        font-size: 16px;
        width: 90%;
        margin: auto;
    }
    .img_prod_box_intro{
        max-width: 70%;
        height: auto;
    }
    .sj-section-26 .text-1 {
        font-size: 36px;
    }
    .sj-section-26 .text-2 {
        font-size: 24px;
        line-height: normal;       
        margin-bottom: 20px;
    }
    .div_text_contactenos{
        width: 100%;
        display: inline-flex;
        padding-left: 30px;
    }
    .div_contactenos_whatsapp{
        display:block;
    }
    .div_text_contactenos p.text_contactenos{
        margin-left: 0;
        margin-right: 15px;
    }
}
/* sj-section-27 */

.sj-section-27 {
    background-image: none;    
}

.sj-section-27 .u-sheet-1 {
    width: 100vw;
   height: 350px;
 
}

.sj-section-27 .hoja-1 {
    min-height: 350px;
    width:1400px;   
    background-color: #fff;
    margin-bottom: 50px;
    margin-top: 80px;
}
.sj-section-27 .cuadricula-1 {
    grid-template-columns: calc(33.33333333% - 15px)  calc(33.33333333% - 15px) calc(33.33333333% - 15px);
    grid-gap: 30px 30px;
    min-height: 401px;
}
.sj-section-27 .icons_items .svg-path {
    fill: #082261;
}
.sj-section-27 .text-3 {
    font-size: 36px;
    font-weight: normal;
    color: #082261;    
    width: auto; /* Asegura que el ancho se ajuste al contenido */
    white-space: nowrap;
    text-align: center;
}
@media (min-width: 1281px) and (max-width: 1440px) {
    .sj-section-27 .u-sheet-1 {
        width: 100vw;
       height: 350px;
     
    }
    
    .sj-section-27 .hoja-1 {
        min-height: 350px;
        width:1240px;  
        margin-bottom: 50px;
        margin-top: 80px;
    }
    .sj-section-27 .cuadricula-1 {
        grid-template-columns: calc(33.33333333% - 15px)  calc(33.33333333% - 15px) calc(33.33333333% - 15px);
        grid-gap: 30px 30px;
        min-height: 350px;
    }
    
    .sj-section-27 .text-3 {
        font-size: 36px;        
    }
    .sj-section-27  .cuadricula-item-icons{
        padding: 30px 10px 30px 40px;
    }
}
@media (min-width: 1025px) and (max-width: 1280px) {
    .sj-section-27 .u-sheet-1 {
        width: 100vw;
       height: 350px;
     
    }
    
    .sj-section-27 .hoja-1 {
        min-height: 350px;
        width:1000px;  
        margin-bottom: 50px;
        margin-top: 80px;
    }
    .sj-section-27 .cuadricula-1 {       
        grid-template-columns: calc(50% - 15px)  calc(50% - 15px);
        grid-gap: 30px 30px;
        min-height: 350px;
    }
    
    .sj-section-27 .text-3 {
        font-size: 36px;        
    }
    .sj-section-27  .cuadricula-item-icons{
        padding: 30px 10px 30px 40px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .sj-section-27 .u-sheet-1 {
        width: 100vw;
       height: 350px;
     
    }
    
    .sj-section-27 .hoja-1 {
        min-height: 350px;
        width:740px;  
        margin-bottom: 50px;
        margin-top: 80px;
    }
    .sj-section-27 .cuadricula-1 {
       
        grid-template-columns: calc(100% - 15px);
        grid-gap: 30px 30px;
        min-height: 350px;
    }
    
    .sj-section-27 .text-3 {
        font-size: 36px;        
    }
    .sj-section-27  .cuadricula-item-icons{
        padding: 30px 10px 30px 40px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .sj-section-27 .u-sheet-1 {
        width: 100vw;
       height: 350px;
     
    }
    
    .sj-section-27 .hoja-1 {
        min-height: 350px;
        width:100%;  
        margin-bottom: 50px;
        margin-top: 80px;
    }
    .sj-section-27 .cuadricula-1 {
       
        grid-template-columns: calc(100% - 15px);
        grid-gap: 30px 30px;
        min-height: 350px;
    }
    
    .sj-section-27 .text-3 {
        font-size: 36px;        
    }
    .sj-section-27  .cuadricula-item-icons{
        padding: 30px 10px 30px 40px;
    }
}
@media (min-width: 481px) and (max-width: 575px) {
    .sj-section-27 .u-sheet-1 {
        width: 100vw;
       height: 350px;
     
    }
    
    .sj-section-27 .hoja-1 {
        min-height: 350px;
        width:100%;  
        margin-bottom: 50px;
        margin-top: 80px;
    }
    .sj-section-27 .cuadricula-1 {
       
        grid-template-columns: calc(100% - 15px);
        grid-gap: 30px 30px;
        min-height: 350px;
    }
    
    .sj-section-27 .text-3 {
        font-size: 36px;        
    }
    .sj-section-27  .cuadricula-item-icons{
        padding: 30px 10px 30px 40px;
    }
}
@media (max-width: 480px) {
    .sj-section-27 .u-sheet-1 {
        width: 100vw;
       height: 350px;
     
    }
    
    .sj-section-27 .hoja-1 {
        min-height: 350px;
        width:100%;  
        margin-bottom: 50px;
        margin-top: 80px;
    }
    .sj-section-27 .cuadricula-1 {
       
        grid-template-columns: calc(100% - 15px);
        grid-gap: 30px 30px;
        min-height: 350px;
    }
    
    .sj-section-27 .text-3 {
        font-size: 36px;        
    }
    .sj-section-27  .cuadricula-item-icons{
        padding: 30px 10px 30px 40px;
    }
}

/* sj-section-35*/
.sj-section-35 {
    background-image: none;  
    margin-top: 50px;  
}

.sj-section-35 .u-sheet-1 {
    width: 100vw;
    height: 100vh;
 
}

.sj-section-35 .hoja-1 {
    min-height: 600px;
    
    background-color: #fff;
}
.sj-section-35 .cuadricula-1 {
    margin-top: 30px;
    grid-template-columns: calc(50% - 15px)  calc(50% - 15px);
    grid-gap: 30px 30px;
    min-height: 400px;
    background: linear-gradient(135deg, #f5f7fa, #c3cfe2); /* Gradiente de fondo */
    padding: 20px; /* Espaciado interno */
    border-radius: 12px; /* Bordes redondeados */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 8px 16px rgba(0, 0, 0, 0.1); /* Sombra suave */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Transiciones suaves */
}
.sj-section-35 .cuadricula-1:hover {
    transform: translateY(-10px); /* Desplaza el elemento hacia arriba */
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2), 0 16px 32px rgba(0, 0, 0, 0.1); /* Sombra más pronunciada al pasar el ratón */
  }
.sj-section-35  h1{
    font-size: 48px;
}
.sj-section-35  h3{
    font-size: 32px;
    font-weight: 600;
}
.sj-section-35  h6{
    font-size: 20px;    
    margin-top: 20px;
}
.sj-section-35  p.description_producto{
    font-size: 20px; 
    width: 80%;
}
h1.nuestros_productos{
    margin-top: 90px;
    font-size: 48px;
}
.sj-section-35 .conteiner-1,.sj-section-35 .conteiner-2{
    padding: 40px 60px;
}
.rotar.animate {
    opacity: 1; /* Hacemos visible el div */
    transform: rotate(0deg); /* Rotamos a 0 grados */
}
.content-texto-productos{
    display:flex;align-items:center;margin-top: 20px;
}
@media (min-width: 992px) and (max-width: 1219px) {
    .sj-section-35 h6 {
        font-size: 20px;
        margin-top: 20px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .sj-section-35 {
        margin-top: 0;
    }
    .sj-section-35 .hoja-1 {
         min-height: 490px;        
    }
    .sj-section-35 .cuadricula-1 {
        margin-top: 30px;
        min-height: 280px;       
        padding: 20px;      
    }
    .sj-section-35 .conteiner-1, .sj-section-35 .conteiner-2 {
        padding: 20px 20px;
    }

    .conteiner-1, .sj-section-35 .conteiner-2 {
        padding: 20px 20px;
    }
    .sj-section-35 h6 {
        font-size: 18px;
        margin-top: 20px;
    }
}
@media (min-width: 575px) and (max-width: 767px) {
    .sj-section-35 {
        background-image: none;
        margin-top: 0;
    }
    .sj-section-35 .hoja-1 {
         min-height: 560px; 
        background-color: #fff;
    }
    .sj-section-35 .cuadricula-1 {
        margin-top: 30px;
        min-height: 280px;
        background: linear-gradient(135deg, #f5f7fa, #c3cfe2);
        padding: 20px;      
    }
    .sj-section-35 .conteiner-1, .sj-section-35 .conteiner-2 {
        padding: 10px 10px;
    }
    .sj-section-35 h6 {
        font-size: 16px;
    }
}
@media (min-width: 481px) and (max-width: 574px) {
    .sj-section-35 {
        background-image: none;
        margin-top: 5px;
    }
    .sj-section-35 .hoja-1 {
        min-height: 600px;
        
        background-color: #fff;
    }
    .sj-section-35 .cuadricula-1 {
        margin-top: 30px;
        grid-template-columns: calc(100%);
        grid-gap: 30px 30px;
        min-height: 600px;
        background: linear-gradient(135deg, #f5f7fa, #c3cfe2); /* Gradiente de fondo */
        padding: 20px; /* Espaciado interno */
        border-radius: 12px; /* Bordes redondeados */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 8px 16px rgba(0, 0, 0, 0.1); /* Sombra suave */
        transition: transform 0.3s ease, box-shadow 0.3s ease; /* Transiciones suaves */
    }
    .sj-section-35  h1{
        font-size: 36px;
    }
    .sj-section-35  h3{
        font-size: 26px;
    }
    .sj-section-35  h6{
        font-size: 20px;
    }
    .sj-section-35  p.description_producto{
        font-size: 20px; 
        width: 90%;
    }
    h1.nuestros_productos{
        margin-top: 90px;
        font-size: 36px;
    }
    .sj-section-35 .conteiner-1,.sj-section-35 .conteiner-2{
        padding: 10px;
    }
    .content-texto-productos{
        display:block;
        margin-top: 20px;
    } 
}

@media (max-width: 480px) {
    .sj-section-35 {
        background-image: none;
        margin-top: 5px;
    }
    .sj-section-35 .hoja-1 {
        min-height: 600px;
        
        background-color: #fff;
    }
    .sj-section-35 .cuadricula-1 {
        margin-top: 30px;
        grid-template-columns: calc(100%);
        grid-gap: 30px 30px;
        min-height: 600px;
        background: linear-gradient(135deg, #f5f7fa, #c3cfe2); /* Gradiente de fondo */
        padding: 20px; /* Espaciado interno */
        border-radius: 12px; /* Bordes redondeados */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 8px 16px rgba(0, 0, 0, 0.1); /* Sombra suave */
        transition: transform 0.3s ease, box-shadow 0.3s ease; /* Transiciones suaves */
    }
    .sj-section-35  h1{
        font-size: 36px;
    }
    .sj-section-35  h3{
        font-size: 26px;
    }
    .sj-section-35  h6{
        font-size: 20px;
    }
    .sj-section-35  p.description_producto{
        font-size: 20px; 
        width: 90%;
    }
    h1.nuestros_productos{
        margin-top: 90px;
        font-size: 36px;
    }
    .sj-section-35 .conteiner-1,.sj-section-35 .conteiner-2{
        padding: 10px;
    }
    .content-texto-productos{
        display:block;
        margin-top: 20px;
    }
 
}
@media (max-width: 320px) {
    .sj-section-35 {
        background-image: none;
        margin-top: 5px;
    }
    .sj-section-35 .hoja-1 {
        min-height: 600px;
        
        background-color: #fff;
    }
    .sj-section-35 .cuadricula-1 {
        margin-top: 30px;
        grid-template-columns: calc(100%);
        grid-gap: 30px 30px;
        min-height: 540px;
        background: linear-gradient(135deg, #f5f7fa, #c3cfe2); /* Gradiente de fondo */
        padding: 20px; /* Espaciado interno */
        border-radius: 12px; /* Bordes redondeados */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 8px 16px rgba(0, 0, 0, 0.1); /* Sombra suave */
        transition: transform 0.3s ease, box-shadow 0.3s ease; /* Transiciones suaves */
    }
    .sj-section-35  h1{
        font-size: 48px;
    }
    .sj-section-35  h3{
        font-size: 24px;
    }
    .sj-section-35  h6{
        font-size: 18px;
    }
    .sj-section-35  p.description_producto{
        font-size: 18px; 
        width: 100%;
    }
    h1.nuestros_productos{
        margin-top: 90px;
        font-size: 32px;
    }
    .sj-section-35 .conteiner-1,.sj-section-35 .conteiner-2{
        padding: 10px;
    }
}