.main-footer > .infoFooter{
    margin-top: 90px;
    background-color: rgba(0, 0, 0, 0.869);
    color: #fff;
    display: flex;
    justify-content: space-around;
    padding: 40px 0 50px 0;
}
.main-footer {
    color: #fff;
    justify-content: space-around;
}

.main-footer h5 {
    font-size: 18px;
}

.logo-footer img {
    margin-top: 30px;
}

.menu-footer {
    padding: 30px 0 0 0;
}

.menu-footer li {
    list-style-type: none;
    margin-bottom: 10px;
}

.menu-footer a {
    opacity: 0.7;
    text-decoration: none;
    list-style-type: none;
    color: white;
    transition: all ease .2s;
}

.menu-footer a:hover {
    opacity: 1;
}

.list-style {
    list-style-type: none !important;
    cursor: pointer;
    font-size: 16px;
    opacity: .8;
}

.copy-right {
    font-size: 14px;
    opacity: .8;
}

.social {
    margin-top: 2rem;
    gap: 20px;
}
.logofooter {
    background-image: url(../img/logo_white.png);
    background-size: 150px;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 0 10px 0;
    overflow: hidden;
    height: 50px;
    width: 150px;
}
.logofooter>a {
    padding: 25px 25px 25px 500px;
}
.social a {
    opacity: 0.7;
    font-size: 22px;
    color: white;
    margin: 0 10px;
    transition: all ease .2s;

}

.social a:hover {
    opacity: 1;
}

@media all and (max-width: 600px) {
    .main-footer > .infoFooter{
        flex-direction: column;
        align-items: center;
    }

    .main-footer .infoFooter > div {
        min-width: 80vw;
        margin-top: 40px;
    }

    .copy {
        font-size: 12px;
    }
}

.copy,
.copy p {
    margin: 0;
    padding: 0;
}

.copy {
    background: rgba(22, 22, 22, 1);
    text-align: center;
    padding: 10px;
    color: #b6b6b6;
    font-weight: 500;

}

.copy a {
    text-decoration: none;
    color: rgb(223, 223, 223);
    transition: .2s all ease;
    font-weight: 650;
}

.copy a:hover {
    color: #fff;
}

.copy i {
    color: rgb(104, 0, 0)
}

footer .copyright {
    padding: .5rem;
    background-color: #2b2b2b;
}

footer .footer-menu {
    float: left;
    margin-top: 10px;
}

footer .footer-menu a,
footer .copyright a {
    color: #cfd2d6;
    padding: 6px;
    text-decoration: none;
    transition: all 1s ease;
}

footer .copyright a {
    padding: 0px;
}

footer .copyright a:hover {
    color: #FFF;
    font-weight: 700;
    opacity: 1;
}

footer .copyright p {
    font-size: 0.9em;
    text-align: center;
}

footer .copyright i {
    color: rgb(157, 58, 58);
}

footer .copyright span {
    transition: 0.2s;
}

footer .copyright span:hover {
    color: #fff;
}

.navfooter ul li a:hover {
    transition: all 0.2s;
}

@media screen and (max-width: 850px) {
    footer .footerrow.principal {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width:480px) {
    footer .principal {
        padding: 0px;
    }

    footer .links {
        display: none;
    }
}

