*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}


/*footer*/

footer{
    background-color: rgb(34, 71, 151);
}

footer h3{
    text-align: center;
    padding-bottom: 20px;
}

.footers{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.foot img{
    width: 80px;
    margin: 10px;
}

.redes img{
    width: 40px;
}

footer{
    color: white;
    text-align: center;
}

footer p{
    color: white;
}

.footers a{
    text-decoration: none;
    color: white;
}

.footers h3{
    color: #efb810;
}



@media (max-width:900px){
    .footers{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .footers{
        gap: 30px;
        text-decoration: none;
    }

    .footers h3{
        color: #efb810;
    }

    .footers a{
        text-decoration: none;
        color: white;
    }
}