footer{
    background-color: black;
    color: white;
    font-family: "Bebas Neue", cursive, "Montserrat", sans-serif;
}

.footer_main {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: black;
}

.footer_main_menu {
    font-size: 150%;
    font-weight: 300;
    text-align:left;
    margin: 10px 0 0 80px;
}

.footer_main_menu li {
    list-style: none;
    margin-top: 2px;
    margin-bottom: 4px;
}

.footer_main_menu li a {
    text-decoration: none;
    color: white;
}

.footer_main_menu li a:hover{
    color: #BD4CF7;
    font-size: 101%;
}

.footer_main_menu_title {
    font-size: 34px;
    font-weight: 500;
    padding: 0px 100px 0 0;
    border-bottom: 3px solid whitesmoke;
    border-image: linear-gradient(to right, #352052, #BD4CF7) 1;
}

#busca {
    color: white;
}

.footer_search {
    margin-left: 0px;
}

.feather-feather-search {
    cursor: pointer;
}

.footer_search_icon {
    display: flex;
    align-items: center;
}

.footer_search input{
    border: 2px solid white;
    border-image: linear-gradient(to right, #352052, #BD4CF7) 1;
    border-radius: 0.1em;
    padding: 0.3cm 20vh;
    font-size: 2.2em;
    text-align: center;
    gap: 16px;
    background: transparent;
}

@media (max-width: 1234px){
    div.footer_search input {
    padding: 0.3cm 4vh;
    }
}

@media (max-width: 920px){
    div.footer_search {
    display: none;
    }
}

.footer_help_center {
    flex-direction: column;
    font-size: 150%;
    font-weight: 300;
    text-align: end;
    margin: 10px 80px 0 0;
}

@media (max-width: 486px){
    footer.footer {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        font-size: 100%;
        margin: auto;       
    }
}

.footer_help_center_title {
    font-size: 34px;
    border-bottom: 3px solid whitesmoke;
    border-image: linear-gradient(to right, #BD4CF7, #352052) 1;
}

.footer_help_center li {
    list-style: none;
    margin-top: 2px;
    margin-bottom: 1px;
}

.footer_help_center li a {
    text-decoration: none;
    color: white;
}

.footer_help_center li a:hover {
    color: #BD4CF7;
}


.footer_help_center_button {
    border: 2px solid whitesmoke;
    border-image: linear-gradient(to right, #BD4CF7, #352052) 1;
    border-radius: 0.1em;
    padding: 0.1cm 0.5cm;
    background-color: transparent;
    color: white;
    cursor: pointer;
    background-image: linear-gradient(#BD4CF7, black, black);
    margin: 5px 0;
    font-size: 24px;
}

.footer_help_center_button:hover {
    background-image: linear-gradient(#BD4CF7,white, white);
    font-size: 101%;
    color: black;
}

.footer_help_center_contact {
    font-size: 22px;
}

.footer_help_center_email {
    font-size: 18px;
}


.footer_social_media_title {
    display: flex;
    justify-content: center;
    font-size: 24px;
}

.footer_social_media_link {
    display: flex;
    justify-content: center;
}

.footer_social_media_image {
    padding: 10px;
}

.footer_copyrights {
    display: flex;
    justify-content: center;
}