*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Nunito', sans-serif;
    text-decoration: none;
}

:root{
    --color-esqueleto:#000;
}

footer{
    width: 100%;
    background-image: url(img/plantilla.png);
    background-size: cover;
}

.container__footer{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1250px;
    margin: auto;
    margin-top: 50px;
}

.box__footer{
    display: flex;
    flex-direction: column;
    padding: 40px;
}

.box__footer .logo img{
    width: 600px;
}

.box__footer .terms{
    max-width: 600px;
    margin-top: 20px;
    font-weight: 500;
    color: #fff;
    font-size: 12px;
}

.box__footer h2{
    margin-bottom: 30px;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
}

.box__footer a{
    margin-top: 10px;
    color: #fff;
    font-weight: 600;
}

.box__footer hrr{
    margin-top: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.box__footer a:hover{
    opacity: 0.8;
}

.box__footer a .fab{
    font-size: 20px;
}

.box__copyright{
    max-width: 1200px;
    margin: auto;
    text-align: center;
    padding: 0px 40px;
}

.box__copyright p{
    margin-top: 20px;
    color: #fff;
}

.box__copyright hr{
    border: none;
    height: 1px;
    background-color: #fff;
}