
footer{
    background-color: var(--color2);
    margin-top: 5vh;
    font-size: 18px;
}

.footer__section{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.footer__section--logo{
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-around;
}
.footer__section--logo--serlefin ,
.footer__section--logo--serlefin img{
    width: 100%;
}
.footer__section--logo--iso.footer__section--logo--PCI{
    width: 40%;
}
.footer__section--menu{
    text-align: center;
    width: 100%;
    line-height: 2;
}
.footer__section ul li{
    font-family: raleway-regular;
    color: var(--color5);
}

.footer__section ul li:first-child {
    font-family: raleway-bold;
    margin-top: 5px;
}

.footer__section  a{
    font-family: raleway-regular;
    color: var(--color5);
    text-decoration: none;
}
.footer__bottom{
    margin-top: 10vh;
    width: 100%;
    text-align: right;
    background-color: var(--color4);
    padding: 10px;
    color : white;
    font-family: raleway-regular;
}

.Logo_Calidad{
    max-width: 60px;
}
