/*----------------------------------------------------------------------------------------
IMPOORTE GOOGLE 
----------------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');
/*----------------------------------------------------------------------------------------
HOME
----------------------------------------------------------------------------------------*/
body{
    margin-top: 10px;
    margin-left:35px;
    margin-right:35px;
}
.imagelogohead{
    max-width: 400px;
    height: 45px;
    padding-left: 5px;
}
.imagelogohead1{
    max-width: 400px;
    height: 45px;
    padding-left: 5px;
}
.bar-icons{
    display: flex;
    margin: auto 0 auto 0;
}
.e-mail-icon-color{
    background-color: #c71610;
    width:40px;
    height:40px;
    display: flex;
    border-radius: 100%;
    border: 2px rgba(114, 114, 114, 0.377) solid    ;

}
.e-mail-icon{
    margin: auto;
    fill: white;
    height: 20px;
    width: 20px;
}
.phone-icon-color{
    margin: 0 5px 0 5px;
    background-color: rgb(102, 102, 214);
    width:40px;
    height:40px;
    display: flex;
    border-radius: 100%;
    border: 2px rgba(114, 114, 114, 0.377) solid    ;

}
.phone-icon{
    margin: auto;
    fill: white;
    height: 20px;
    width: 20px;
}
.whatsapp-icon-color{
    background-color: #25D366;
    width:40px;
    height:40px;
    display: flex;
    border-radius: 100%;
    border: 2px rgba(114, 114, 114, 0.377) solid    ;
}
.whatsapp-icon{
    margin: auto;
    fill: white;
    height: 20px;
    width: 20px;
}
/*----------------------------------------------------------------------------------------
    Banner 
----------------------------------------------------------------------------------------*/

.next-last{
    background-color: rgba(255, 0, 0, 0);
    border: 0;
}

/*----------------------------------------------------------------------------------------
Contenido principal Home
----------------------------------------------------------------------------------------*/
.SeparadorRojo{
    width: 100%;
    height: 2px;
    background-color: red;
}
.titulo{
    font-family: 'Open Sans';
    font-size: 22px;
    font-weight: 600;
}
.texto-00{
    margin:auto  15px auto 15px;
    font-weight: bolder;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
}
.img00{
    margin: 15px 0 15px 0;
    height: 280px;
    width: 100%;
}
.Separacionsec{
    margin-top:20px ;
}

/*----------------------------------------------------------------------------------------
Footer - Pie de pagina
----------------------------------------------------------------------------------------*/
.bg-gris{
    background-color:#6666;
}

.letras-footer{
    font-size: 12px;
    color: rgba(255, 255, 255, 0.527);
}
.bg-negro{
    background-color: black;
}
.social-insta-color{
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}
.social-insta{
    fill: white;
    width: 20px;
    height: 20px;
    margin: auto;
}
.social-face-color{
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: blue
}
.social-face{
    fill: white;
    width: 20px;
    height: 20px;
    margin: auto;
}
.social-youtube-color{
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: red;
}
.social-youtube{
    fill: white;
    width: 20px;
    height: 20px;
    margin: auto;
}
/*---------------------------------------
Ventana producto
---------------------------------------*/
.resaltar{
    color: black;
    font-weight: 800;
}

.titulo-var-vertical{
    font-size: 20px;
    color: #2c2c2cc1;
}

.grey-color:hover{
    background-color:black;
    color: white;
}
.linkreturn:hover{
    color: #000;
    text-decoration: none;
}
.titulo-producto{
    text-align: center;
    background-image: -webkit-linear-gradient(150deg,#005ba5 15%, #000 15%);
    font-size: 24px;
    font-weight: 600;
}
.img-prod{
    width: auto;
    height: 300px;
}
/*----------------------------------------------------------------------------------------
Modelado de tabla
----------------------------------------------------------------------------------------*/
.theader-style{
    color: white;
    font-size: 1.3rem;
    background-color: #4f81bd;
    border: rgb(59, 59, 59) 1px solid;
}
.color-gc{
    padding: 0.5rem;
    border: grey 1px solid;
    background-color: rgba(187, 187, 187, 0.39);
}
/*----------------------------------------------------------------------------------------
tarjetas de producto
----------------------------------------------------------------------------------------*/
.wrapper1{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 20px 0 20px;
  }
.main-card :hover{
    text-decoration: none;
}
.bordercard{
    border:1px solid #ddd;
}
.image-card{
    width:auto;
    height: 130px;
}
.card-titulo{
    color: #808080;
    font-size: 12px;
    font-weight: 500;
    padding-top: 5px;
}
.card-text-00{
    font-family:  'Open Sans' , sans-serif;
}
.card-text-00{
    height: 120px;
    width: 100%;
    padding: 17px;
    overflow: hidden;
}
.card-text-01{
    text-overflow: ellipsis;
    color: #808080;
    font-size: 13px;
    font-weight: bold;
}
.separaciondecontenido{
    height: 85px;
}
.texto-somos{
    margin: 15px;
    font-size: 17px;

}
.video{
    width: 100%;
    height: 355px;
}

/*----------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------*/


@media (max-width:871px){
    body{
        margin-top: 0;
        margin-left:10px;
        margin-right:10px;
    }
    .imagelogohead{
        width: 18rem;
        height: 2.8rem;
    }
    .imagelogohead1{
        width: 2.8rem;
        height: auto;
    }
    /*
    .size-botton{
        width: 20px;
        height: 20px;
    }
    */
    .bar-icons{
        display: flex;
        margin: auto;
    }
    .nav-link, .dropdown-item{
        font-size: 13px;
    }
    
    .e-mail-icon-color{
        background-color: #c71610;
        width:30px;
        height:30px;
        display: flex;
        border-radius: 100%;
        border: 2px rgba(114, 114, 114, 0.377) solid    ;
    
    }
    .e-mail-icon{
        margin: auto;
        fill: white;
        height: 15px;
        width: 15px;
    }
    .phone-icon-color{
        margin: 0 5% 0 5%;
        background-color: rgb(102, 102, 214);
        width:30px;
        height:30px;
        display: flex;
        border-radius: 100%;
        border: 2px rgba(114, 114, 114, 0.377) solid    ;
    
    }
    .phone-icon{
        margin: auto;
        fill: white;
        height: 15px;
        width: 15px;
    }
    .whatsapp-icon-color{
        background-color: #25D366;
        width:30px;
        height:30px;
        display: flex;
        border-radius: 100%;
        border: 2px rgba(114, 114, 114, 0.377) solid    ;
    }
    .whatsapp-icon{
        margin: auto;
        fill: white;
        height: 15px;
        width: 15px;
    }
    /*----------------------------------------------------------------------------------------
        Banner 
    ----------------------------------------------------------------------------------------*/
    
    .next-last{
        background-color: rgba(255, 0, 0, 0);
        border: 0;
    }
    .banner-size{
        height: 18rem;
    }
    /*----------------------------------------------------------------------------------------
    Contenido principal Home
    ----------------------------------------------------------------------------------------*/
    .SeparadorRojo{
        width: 100%;
        height: 2px;
        background-color: red;
    }
    .titulo{
        font-family: 'Open Sans';
        font-size: 22px;
        font-weight: 600;
    }
    .texto-00{
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        text-align: justify;
    }
    .img00{
        height: 210px;
        width: 100%;
    }
    .Separacionsec{
        padding:0px ;
    }
    /*----------------------------------------------------------------------------------------
    Footer - Pie de pagina
    ----------------------------------------------------------------------------------------*/
    .bg-gris{
        background-color:#6666;
    }
    
    .letras-footer{
        font-size: 12px;
        color: rgba(255, 255, 255, 0.527);
    }
    .bg-negro{
        background-color: black;
    }
    .social-insta-color{
        display: flex;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
    }
    .social-insta{
        fill: white;
        width: 20px;
        height: 20px;
        margin: auto;
    }
    .social-face-color{
        display: flex;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        background: blue
    }
    .social-face{
        fill: white;
        width: 20px;
        height: 20px;
        margin: auto;
    }
    .social-youtube-color{
        display: flex;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        background: red;
    }
    .social-youtube{
        fill: white;
        width: 20px;
        height: 20px;
        margin: auto;
    }
    .texto-somos{
        margin: 15px;
        font-size: 13px;
    
    }
    
    .video{
        width: 100%;
        height: 280px;
    }
}


/*----------------------------------------------------------------------------------------
<<<<<<<<<<<<< 
----------------------------------------------------------------------------------------*/

@media (max-width:768px){
    body{
        margin-top: 0;
        margin-left:10px;
        margin-right:10px;
    }
    .imagelogohead{
        width: 15.2rem;
        height: 2.2rem;
    }
    .imagelogohead1{
        width: 2.3rem;
        height: auto;
    }
    .bar-icons{
        display: flex;
        margin: auto;
    }
    .nav-link, .dropdown-item{
        font-size: 13px;
    }
    
    .e-mail-icon-color{
        background-color: #c71610;
        width:28px;
        height:28px;
        display: flex;
        border-radius: 100%;
        border: 2px rgba(114, 114, 114, 0.377) solid    ;
    
    }
    .e-mail-icon{
        margin: auto;
        fill: white;
        height: 13px;
        width: 13px;
    }
    .phone-icon-color{
        margin: 0 5% 0 5%;
        background-color: rgb(102, 102, 214);
        width:28px;
        height:28px;
        display: flex;
        border-radius: 100%;
        border: 2px rgba(114, 114, 114, 0.377) solid    ;
    
    }
    .phone-icon{
        margin: auto;
        fill: white;
        height: 13px;
        width: 13px;
    }
    .whatsapp-icon-color{
        background-color: #25D366;
        width:28px;
        height:28px;
        display: flex;
        border-radius: 100%;
        border: 2px rgba(114, 114, 114, 0.377) solid    ;
    }
    .whatsapp-icon{
        margin: auto;
        fill: white;
        height: 15px;
        width: 15px;
    }
    /*----------------------------------------------------------------------------------------
        Banner 
    ----------------------------------------------------------------------------------------*/
    
    .next-last{
        background-color: rgba(255, 0, 0, 0);
        border: 0;
    }
    .banner-size{
        height: 18rem;
    }
    /*----------------------------------------------------------------------------------------
    Contenido principal Home
    ----------------------------------------------------------------------------------------*/
    .SeparadorRojo{
        width: 100%;
        height: 2px;
        background-color: red;
    }
    .titulo{
        font-family: 'Open Sans';
        font-size: 20px;
        font-weight: 600;
    }
    .texto-00{
        font-weight: bolder;
        font-family: 'Open Sans', sans-serif;
        font-size: 12.5px;
    }
    .texto-01{ 
        margin: 0px;
        font-size: 10.5px;
    }
    .texto-02{
        font-size: 13px;
        margin: 0%;
    }
    .img00{
        height: 210px;
        width: 100%;
    }
    .img01{
        height: 80px;
        width: 100%;
    }
    .Separacionsec{
        padding:0px ;
    }
    /*----------------------------------------------------------------------------------------
    Footer - Pie de pagina
    ----------------------------------------------------------------------------------------*/
    .bg-gris{
        background-color:#6666;
    }
    
    .letras-footer{
        font-size: 12px;
        color: rgba(255, 255, 255, 0.527);
    }
    .bg-negro{
        background-color: black;
    }
    .social-insta-color{
        display: flex;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
    }
    .social-insta{
        fill: white;
        width: 20px;
        height: 20px;
        margin: auto;
    }
    .social-face-color{
        display: flex;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        background: blue
    }
    .social-face{
        fill: white;
        width: 20px;
        height: 20px;
        margin: auto;
    }
    .social-youtube-color{
        display: flex;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        background: red;
    }
    .social-youtube{
        fill: white;
        width: 20px;
        height: 20px;
        margin: auto;
    }
    .texto-somos{
        margin: 15px;
        font-size: 13px;
    
    }
    
    .video{
        width: 100%;
        height: 280px;
    }
}

/*----------------------------------------------------------------------------------------
<<<<<<<<<<<<< 
----------------------------------------------------------------------------------------*/
@media (max-width:600px){
    body{
        margin-top: 0;
        margin-left:10px;
        margin-right:10px;
    }
    .imagelogohead{
        width: 10.2rem;
        height: 2.2rem;
    }
    .imagelogohead1{
        width: 2.2rem;
        height: auto;
    }
    .size-botton{
        width: 20px;
        height: 20px;
    }
    
    .bar-icons{
        display: flex;
        margin: auto 0 auto 0;
    }
    .nav-link, .dropdown-item{
        font-size: 10px;
    }
    
    .e-mail-icon-color{
        background-color: #c71610;
        width:28px;
        height:28px;
        display: flex;
        border-radius: 100%;
        border: 2px rgba(114, 114, 114, 0.377) solid    ;
    
    }
    .e-mail-icon{
        margin: auto;
        fill: white;
        height: 13px;
        width: 13px;
    }
    .phone-icon-color{
        margin: 0 5% 0 5%;
        background-color: rgb(102, 102, 214);
        width:28px;
        height:28px;
        display: flex;
        border-radius: 100%;
        border: 2px rgba(114, 114, 114, 0.377) solid    ;
    
    }
    .phone-icon{
        margin: auto;
        fill: white;
        height: 13px;
        width: 13px;
    }
    .whatsapp-icon-color{
        background-color: #25D366;
        width:28px;
        height:28px;
        display: flex;
        border-radius: 100%;
        border: 2px rgba(114, 114, 114, 0.377) solid    ;
    }
    .whatsapp-icon{
        margin: auto;
        fill: white;
        height: 15px;
        width: 15px;
    }
    /*----------------------------------------------------------------------------------------
        Banner 
    ----------------------------------------------------------------------------------------*/
    
    .next-last{
        background-color: rgba(255, 0, 0, 0);
        border: 0;
    }
    .banner-size{
        height: 15rem;
    }
    /*----------------------------------------------------------------------------------------
    Contenido principal Home
    ----------------------------------------------------------------------------------------*/
    .SeparadorRojo{
        width: 100%;
        height: 2px;
        background-color: red;
    }
    .titulo{
        font-family: 'Open Sans';
        margin-top: 5px;
        font-size: 20px;
        font-weight: 600;
    }
    .texto-00{
        font-weight: bolder;
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
    }
    .img00{
        height: 240px;
        width: 100%;
    }
    .texto-01{ 
        margin: 0px;
        font-size: 10.5px;
    }
    .texto-02{
        font-size: 13px;
        margin: 0%;
    }
    
    .img01{
        height: 120px;
        width: 100%;
    }
    .sep600{
        margin-left: 25px;
    }
    .Separacionsec{
        padding:0px ;
    }
    /*----------------------------------------------------------------------------------------
    Footer - Pie de pagina
    ----------------------------------------------------------------------------------------*/
    .bg-gris{
        background-color:#6666;
    }
    
    .letras-footer{
        font-size: 12px;
        color: rgba(255, 255, 255, 0.527);
    }
    .bg-negro{
        background-color: black;
    }
    .social-insta-color{
        display: flex;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
    }
    .social-insta{
        fill: white;
        width: 20px;
        height: 20px;
        margin: auto;
    }
    .social-face-color{
        display: flex;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        background: blue
    }
    .social-face{
        fill: white;
        width: 20px;
        height: 20px;
        margin: auto;
    }
    .social-youtube-color{
        display: flex;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        background: red;
    }
    .social-youtube{
        fill: white;
        width: 20px;
        height: 20px;
        margin: auto;
    }
    .texto-somos{
        margin:5px;
        font-size: 12px;
    
    }
    
    .video{
        margin: auto 0 auto 0;
        width: 100%;
        height: 200px;
    }
    .wrapper1{
        display: grid;
        grid-template-columns: 1fr;
        padding: 20px 0 20px 0;
      }
}

/*----------------------------------------------------------------------------------------
<<<<<<<<<<<<< 
----------------------------------------------------------------------------------------*/
@media (max-width:575px){
    body{
        margin-left:10px;
        margin-right:10px;
    }
    .imagelogohead{
        width: 8.2rem;
        height: 2rem;
    }
    .imagelogohead1{
        width: 2rem;
        height: auto;
    }
    .size-botton{
        width: 15px;
        height: 15px;
    }
    
    .bar-icons{
        display: flex;
        margin: auto 0 auto 0;
    }
    .nav-link, .dropdown-item{
        font-size: 10px;
    }
    
    .e-mail-icon-color{
        background-color: #c71610;
        width:28px;
        height:28px;
        display: flex;
        border-radius: 100%;
        border: 2px rgba(114, 114, 114, 0.377) solid    ;
    
    }
    .e-mail-icon{
        margin: auto;
        fill: white;
        height: 13px;
        width: 13px;
    }
    .phone-icon-color{
        margin: 0 5% 0 5%;
        background-color: rgb(102, 102, 214);
        width:28px;
        height:28px;
        display: flex;
        border-radius: 100%;
        border: 2px rgba(114, 114, 114, 0.377) solid    ;
    
    }
    .phone-icon{
        margin: auto;
        fill: white;
        height: 13px;
        width: 13px;
    }
    .whatsapp-icon-color{
        background-color: #25D366;
        width:28px;
        height:28px;
        display: flex;
        border-radius: 100%;
        border: 2px rgba(114, 114, 114, 0.377) solid    ;
    }
    .whatsapp-icon{
        margin: auto;
        fill: white;
        height: 15px;
        width: 15px;
    }
    /*----------------------------------------------------------------------------------------
        Banner 
    ----------------------------------------------------------------------------------------*/
    
    .next-last{
        background-color: rgba(255, 0, 0, 0);
        border: 0;
    }
    .banner-size{
        height: 9rem;
    }
    /*----------------------------------------------------------------------------------------
    Contenido principal Home
    ----------------------------------------------------------------------------------------*/
    .SeparadorRojo{
        width: 100%;
        height: 2px;
        background-color: red;
    }
    .titulo{
        font-family: 'Open Sans';
        margin-top: 5px;
        font-size: 18px;
        font-weight: 600;
    }
    .texto-00{
        font-weight: bolder;
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .img00{
        height: 210px;
        width: 100%;
    }
    .texto-01{ 
        margin-bottom: 0px;
        font-size: 10.5px;
    }
    .texto-02{
        font-size: 13px;
        margin: 0%;
    }
    
    .img01{
        height: auto;
        width: 100%;
    }
    .sep600{
        margin-left: 25px;
    }
    .Separacionsec{
        padding:0px ;
    }
    /*----------------------------------------------------------------------------------------
    Footer - Pie de pagina
    ----------------------------------------------------------------------------------------*/
    .bg-gris{
        background-color:#6666;
    }
    
    .letras-footer{
        font-size: 12px;
        color: rgba(255, 255, 255, 0.527);
    }
    .bg-negro{
        background-color: black;
    }
    .social-insta-color{
        display: flex;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
    }
    .social-insta{
        fill: white;
        width: 20px;
        height: 20px;
        margin: auto;
    }
    .social-face-color{
        display: flex;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        background: blue
    }
    .social-face{
        fill: white;
        width: 20px;
        height: 20px;
        margin: auto;
    }
    .social-youtube-color{
        display: flex;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        background: red;
    }
    .social-youtube{
        fill: white;
        width: 20px;
        height: 20px;
        margin: auto;
    }
    .texto-somos{
        margin:5px;
        font-size: 12px;
    
    }
    
    .video{
        margin: auto 0 auto 0;
        width: 100%;
        height: 220px;
    }
    .img-prod{
        width: auto;
        height:180px;
    }
    .text-cuadro{
        font-size:10px;
    }
    .titulo-text-cuado{
        margin-top: 0;
        font-size: 12px;
    }
    .wrapper1{
        display: grid;
        grid-template-columns: 1fr;
        padding: 10px 30PX 10px 30PX;
      }
      .theader-style{
        color: white;
        font-size: 14px;
    }
}







/*----------------------------------------------------------------------------------------
<<<<<<<<<<<<< 
----------------------------------------------------------------------------------------*/
@media (max-width:400px){
    body{
        margin-left:10px;
        margin-right:10px;
    }
    .imagelogohead{
        width: 8.2rem;
        height: 2rem;
    }
    .imagelogohead1{
        width: 2    rem;
        height: auto;
    }
    .size-botton{
        width: 15px;
        height: 15px;
    }
    
    .bar-icons{
        display: flex;
        margin: auto 0 auto 0;
    }
    .nav-link, .dropdown-item{
        font-size: 10px;
    }
    
    .e-mail-icon-color{
        background-color: #c71610;
        width:28px;
        height:28px;
        display: flex;
        border-radius: 100%;
        border: 2px rgba(114, 114, 114, 0.377) solid    ;
    
    }
    .e-mail-icon{
        margin: auto;
        fill: white;
        height: 13px;
        width: 13px;
    }
    .phone-icon-color{
        margin: 0 5% 0 5%;
        background-color: rgb(102, 102, 214);
        width:28px;
        height:28px;
        display: flex;
        border-radius: 100%;
        border: 2px rgba(114, 114, 114, 0.377) solid    ;
    
    }
    .phone-icon{
        margin: auto;
        fill: white;
        height: 13px;
        width: 13px;
    }
    .whatsapp-icon-color{
        background-color: #25D366;
        width:28px;
        height:28px;
        display: flex;
        border-radius: 100%;
        border: 2px rgba(114, 114, 114, 0.377) solid    ;
    }
    .whatsapp-icon{
        margin: auto;
        fill: white;
        height: 15px;
        width: 15px;
    }
    /*----------------------------------------------------------------------------------------
        Banner 
    ----------------------------------------------------------------------------------------*/
    
    .next-last{
        background-color: rgba(255, 0, 0, 0);
        border: 0;
    }
    .banner-size{
        height: 10rem;
    }
    /*----------------------------------------------------------------------------------------
    Contenido principal Home
    ----------------------------------------------------------------------------------------*/
    .SeparadorRojo{
        width: 100%;
        height: 2px;
        background-color: red;
    }
    .titulo{
        font-family: 'Open Sans';
        margin-top: 5px;
        font-size: 18px;
        font-weight: 600;
    }
    .texto-00{
        font-weight: bolder;
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .img00{
        height: 210px;
        width: 100%;
    }
    .texto-01{ 
        margin-bottom: 0px;
        font-size: 10.5px;
    }
    .texto-02{
        font-size: 13px;
        margin: 0%;
    }
    
    .img01{
        height: 170px;
        width: 100%;
    }
    .sep600{
        margin-left: 25px;
    }
    .Separacionsec{
        padding:0px ;
    }
    /*----------------------------------------------------------------------------------------
    Footer - Pie de pagina
    ----------------------------------------------------------------------------------------*/
    .bg-gris{
        background-color:#6666;
    }
    
    .letras-footer{
        font-size: 12px;
        color: rgba(255, 255, 255, 0.527);
    }
    .bg-negro{
        background-color: black;
    }
    .social-insta-color{
        display: flex;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
    }
    .social-insta{
        fill: white;
        width: 20px;
        height: 20px;
        margin: auto;
    }
    .social-face-color{
        display: flex;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        background: blue
    }
    .social-face{
        fill: white;
        width: 20px;
        height: 20px;
        margin: auto;
    }
    .social-youtube-color{
        display: flex;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        background: red;
    }
    .social-youtube{
        fill: white;
        width: 20px;
        height: 20px;
        margin: auto;
    }
    .texto-somos{
        margin:5px;
        font-size: 12px;
    
    }
    
    .video{
        margin: auto 0 auto 0;
        width: 100%;
        height: 220px;
    }
    .img-prod{
        width: auto;
        height:210px;
    }
    .text-cuadro{
        font-size:10px;
    }
    .titulo-text-cuado{
        margin-top: 0;
        font-size: 12px;
    }
    .wrapper1{
        display: grid;
        grid-template-columns: 1fr;
        padding: 10px 30PX 10px 30PX;
      }
      .theader-style{
        color: white;
        font-size: 14px;
    }
}


