#footer
{  
    margin: 0%;
    padding: 0%;
    font-family: sans-serif;
}
#logoCintillo
{    
    /* background-color: aqua; */
    padding-top: 5rem;
    /* padding-top: 0.5rem; */
    margin: 0%;
    width: 100%;
    height: 50px;
}
#pie
{
    margin: 0%;
    padding: 0%;
    width: 100%;
    height: auto;    
    background-color: #0a141d;
}
.grupo1
{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column: 50px;
    padding: 45px 0px;
}
.logoFooter
{
    width: 100%;
    height:auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.redes-sociales h2
{
    color: white;
    margin-bottom: 25px;
    font-size: 17px;
    text-align: center;
}
.redes-sociales a
{    
    display: inline-block;
    text-decoration: none;
    width: 50px;
    height: 55px;
    line-height: 45px;
    margin-right: 5px;   
}
.rs
{
    text-align: center;
    justify-content: center; 
    align-items: center;    
}
.redes-sociales i
{
    font-size: 3rem;
}
.redes-sociales #fb i
{
    color:rgb(19, 19, 202);
}
.redes-sociales #fb i:hover
{
    color:rgb(19, 19, 202);
    transform: scale(1.1);
}
.redes-sociales #tw i
{
    color: rgb(59, 149, 253);
}
.redes-sociales #tw i:hover
{
    color:rgb(59,149,253);
    transform: scale(1.1);
}
.redes-sociales #yt i
{
    color: red;
}
.redes-sociales #yt i:hover
{
    color:red;
    transform: scale(1.1);
}
.box h4
{
    color: white;
    margin-bottom: 3px; 
    text-align: right;
}
.grupo2
{
    background-color: #0a1a2a;
    padding: 15px 10px;
    text-align: center;
    color: white;
}
@media screen and (max-width:800px)
{
    #pie .grupo1
    {
        width: 95%;
        grid-template-columns: repeat(1,1fr);
        grid-column: 30px;
        padding: 35px 0px;
    }  
    .box h4
    {
        color: white;
        margin-bottom: 3px; 
        text-align: right;
    }  
}
@media screen and (max-width:400px)
{
    #pie .grupo1
    {
        width: 95%;
        grid-template-columns: repeat(1,1fr);
        grid-column: 30px;
        padding: 35px 0px;
    }  
    .box h4
    {
        color: white;
        margin-bottom: 2px; 
        text-align: center;
    }     
}