ul{
    list-style-type: none;
}

.info-container-5{
    background-color: #92003d;
    display: flex;
    flex-direction: column;
}

@media only screen and (max-width: 768px) {
    .info-container-5{
        background-color: #92003d;
    }
    
    /* .info-container-6{
        display: flex;
        align-items: center;
    }
    
    .baseline{
        background-color: #4f0323;
        display: flex;
        justify-content: center;
    }
    
    .powered-by{
        color: white;
        font-style: italic;
        text-align: center;
        font-size: 0.5vw;
    } */
}

@media only screen and (max-width: 768px) {
    .item-social-midia{
        height: 10vw;
        width: 10vw;
        line-height: 10vw;
        align-items: center;
    }

    .item-whatsapp{
        bottom: 10vw;
        height: 10vw;
        width: 10vw;
        line-height: 10vw;
        align-items: center;
        left: 85%;
    }

    .link-social-midia:not(:first-child) {
        margin-left: 3vw;
    }
}

.info-container-6{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: #92003d;
}

.social-media-container{
    padding: 3vw;
    color: white;
    float: left;
}

.list-social-midia{
    display: flex;
}

.item-social-midia {
    margin: 1vw 0;
    border: 1px solid #ffffff;
    border-radius: 50%;
    height: 2vw;
    width: 2vw;
    line-height: 2vw;
    text-align: center;
    color: #ffffff;
}

@media only screen and (max-width: 768px) {
    .item-social-midia{
        height: 5vw;
        width: 5vw;
        line-height: 8vw;
        font-size: 5vw;
    }

    .local-container{
        margin: 3vw;
        margin-top: 10vw;
    }
}


.link-social-midia:hover .item-social-midia{
    background-color: #ffffff;
    border: 1px solid #ffffff; 
    color: #92003d;
}

.item-social-midia{
    margin: 1rem 0;
    border: 1px solid #ffffff;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
}

.link-social-midia .item-social-midia{
    transform: background-color 1.5s;
}

/*@media (max-width: 600px) {
    .social-media-container {  
        white-space: wrap;
    }
}*/

.bottom-buttoms .eventOnClick {
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-right: auto; 
}

/* .bottom-buttoms li{
    margin-left: 3vw;
} */

.bottom-buttoms a{
    display: block;
    color: rgb(255, 255, 255);
    border-radius: 5px;
    text-align: left;
    padding: 14px 16px;
    text-decoration: none;
    border: #ffffff;
}

.bottom-buttoms li a:hover {
    background-color: white;
    transition: background-color 1s;
    color: #92003d;
}

.local-container{
    float: left;
    width: fit-content;
    height: fit-content;
    text-align: left;
    color: white;
}

.local-container h3{
    font-size: 40px;
}

.local-container h1{
    font-size: 20px;
}

.baseline{
    background-color: #4f0323;
    display: flex;
    justify-content: center;
}

.powered-by{
    color: white;
    font-style: italic;
    text-align: center;
    font-size: 0.5vw;
}

@media only screen and (max-width: 768px) {
    .baseline{
        background-color: #4f0323;
        display: flex;
        justify-content: center;
        justify-content: center;
    }

    .powered-by{
        color: white;
        font-style: italic;
        text-align: center;
        font-size: 1.5vw;
        padding: 2vw;
    }
}