/*FOOTER*/
footer{
    background-color: #1a171b;
}
.footer{
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    font-weight: 600;
    padding: 1rem 0;
}
.footer-subtitle{
    color: #fff7aa;
    text-align: center;
}
.footer-info{
    padding: 1rem;
    text-align: justify;
}
.footer-lista{
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
}
.line-section{
    height: 5px;
    width: 100%;
    background-color: #fff7aa;
    border-radius: 10px;
    margin: 1rem 0;
}
.footer-copy{
    text-align: center;
}
.social-net{
    display: flex;
    justify-content: center;
    gap: 1rem;

}
.social-net>li>a>i{
    font-size: 35px;
}
.social-net>li:first-child{
    position: relative;
}

#facebook{
    color:  #3578E5;
}
.fondo-white{/*
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    border-radius: 50%;
    background-color: white;*/
}
#twitter{
    color: #00acee ;
}
#youtube{
    color: red;
}



@media(max-width:1200px){
    .footer{
        width: 100%;
    }
    .footer-copy{
        padding: 1rem;
    }
}