footer {
    display: flex;
    align-items: center;
    position: relative;
    height: 400px;
    background-color: #1d1320;
}
.container-footer {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 50px;
    width: 100%;
    z-index: 99;
}
.logo-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 250px;
    margin-top: 10px;
}
.grande-section{
    color: #fff;
}
.grande-section{
    color: #fff;
}
.grande-section,.socialmedia-logo{
    color: #fff;
}
.logo-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 250px;
    margin-top: 10px;
}
.logo-section img {
    width: 100%;
}
.footer-copyright {
    position: relative;
    color: #fff;
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
    background-color: #1d1320;
}
.first-title {
    text-align: center !important;
    margin-left: -70px;
}
.grande-section h3 {
    text-align: left;
    margin-bottom: 20px;
    letter-spacing: 10px;
}
.all-pages {
    display: flex;
    gap: 30px;
}
.one-section-pages {
    display: flex;
    flex-direction: column;
}
.bar-section {
    display: block;
    width: 1px;
    height: 100px;
    background-color: #382a3c;
}
.image-footer {
    position: absolute;
    max-width: 250px;
    right: 0;
    bottom: 0;
    pointer-events: none;
}
.image-footer img {
    width: 100%;
}


@media (max-width:750px) {
    .container-footer{
        justify-content: center;
        align-items: center;
    }
    .grande-section{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .first-title{
        margin: auto;
    }
    .one-section-pages{
        justify-content: center;
        align-items: center;
    }
}




