﻿footer {
    text-align: center;
    font-family: 'Barlow-Bold';
    color: white;
    /* margin-top: -2px; */
    /*margin-top: 40px;*/
}

.fondo-footer {
    /*background-image: url(/Content/assets/home/dt/BG_FOOTER_DT-min.png);*/
    /* background-repeat: no-repeat; */
    /* background-size: 100% 100%; */
    /* background-position: center center; */
    background: linear-gradient(to top, rgb(0 0 0), rgb(0 0 0 / 79%), rgb(0 0 0 / 15%));
    color: white;
    text-align: center;
    padding: 0px 10px 5rem;
}

.container-logos {
    /*padding-top: 50px;*/
    text-align: center;
}

.logo-zuca, .logo-choco {
    width: 85px;
    margin: 0 10px;
    padding: 25px 0;
}

p.legales {
    font-size: 12px;
}

p.legales_teaser {
    font-size: 12px;
}

.container-tycos {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    font-size: 15px;
}

    .container-tycos a {
        color: #FFA500;
    }

        .container-tycos a:hover {
            text-decoration: underline;
        }


@media (min-width: 1101px) {
    p.legales {
        font-size: initial;
        max-width: 90%;
    }

    p.legales_teaser {
        font-size: initial;
        padding-left: 15%;
        max-width: 70%;
    }

    .container-tycos {
        flex-direction: row;
        justify-content: space-evenly;
        font-size: calc(1rem + 0.2vw);
    }
}

@media (max-width: 1100px) {
    .fondo-footer {
        /*background-image: url(../../Content/assets/home/mo/BG_FOOTER.png);*/
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center center;
    }
}
