.coronaria{
    margin-left: 20px;
    margin-right: 20px;
}

.coronaria__contenido{

margin-left: 20px;
margin-right: 20px;

}

.coronaria .subtitulo{

text-align: left; 
margin: 20px 20px;   
}

.productos{
    background-color:  #ededed;
    height: 400px;
  
}



.sp{
    color: #1b7bbc;
}


.categoria-producto{

    display:flex;

    align-items:center;

    gap:6px;

    margin-bottom:10px;

}


.categoria-producto__icono{

    width:30px;

    height:30px;

    border-radius:50%;

    background:#1FB76A;

    display:flex;

    justify-content:center;

    align-items:center;

    margin-top: 60px;
    margin-left: 25px;
    

}


.categoria-producto__icono img{

        
    width:18px;

    height:18px;

}


.categoria-producto h1{

   margin-top: 40px;
   margin-bottom: -20px;
  
    font-size:18px;

    font-weight:700;

    color:#3D3A2E;

}

hr{
  border: none;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.2); 
}


strong {
  color: #525252; /* Gris claro */
}


.bloque-producto{

    margin-bottom:35px;

}

.bloque-producto h3{

    color:#1B7BBC;

    font-size:16px;

    margin-bottom:8px;

}

.bloque-producto ul{

    list-style:none;

    padding:0;

    margin:0;

}

.bloque-producto li{

    margin-bottom:10px;

    line-height:1.7;

    color:#525252;

    font-size: 13px;

}


.periferico{
    margin-left: 20px;
    margin-right: 20px;
}

.grupo-producto li{

    margin-bottom:16px;
    line-height:1.7;
    font-size:.9rem;

}

.grupo-producto h3{

    color:#1b7bbc;
    font-size:1.1rem;
    margin-bottom:10px;
    margin-top: 40px;

}


.grupo-producto{

     margin-bottom:50px;
}


.marcas{
    background-color: white;
}



/*VERSION ESCRTORIO*/

@media (min-width:768px){

    
.productos{
background-color: #ededed;
width: 100%;
height: 850px;
max-width: none;

}


.hero{
    margin-bottom: 0px;
}


.coronaria__contenido{

    display:grid;
    grid-template-columns:1fr 1fr;

   gap:60px;

        max-width:1200px;
        margin:40px auto;

}

.grupo-producto{

    margin-bottom:35px;

}

.grupo-producto h3{

    color:#1b7bbc;
    font-size:1.1rem;
    margin-bottom:12px;
    margin-top: 2px;

}

.grupo-producto ul{

    padding-left:20px;

}

.grupo-producto li{
    
    margin-bottom:8px;
    line-height:1.6;

}


.categoria-producto{
    margin-top: 10px;
}


.marcas{
    background-color: white;
}


}