@media screen and (max-width: 1350px) {
    .whatsapp{
        top: unset;
        bottom: 2rem;
        right: 2rem;
    }
}
@media screen and (max-width: 1250px){
    .background_image_menu{
        height: 95rem;
    }
}
@media screen and (max-width: 1200px){
    .background_image_menu{
        height: 75rem;
    }
}
@media screen and (max-width: 1100px) {
    .central{
        width: 100%;
    }
}
@media screen and (max-width: 1000px) {
    .main_menu{
        display: none;
    }
    .whatsapp{
        display: none;
    }
    .top_menu .menu_top{
        background-color: #471B48;
        border-bottom: 0.1rem solid #00d8ff;
    }
    .top_menu .menu_top .logo{
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
    }
    .top_menu{
        height: 7rem;
        position: fixed;
        z-index: 99999;
        top: 0;
    }
    .top_menu .menu_top .consultant{
        display: none;
    }
    .top_menu .menu_top .search{
        display: none;
    }
    .footer .main_footer_top{
        flex-direction: column;
    }
    .footer .main_footer_top .logo{
        margin: 0;
        display: flex;
        justify-content: center;
        margin-bottom: 3rem;
    }
    .footer .main_footer_top .footer_menus{
        margin: 0;
    }
    .footer .main_footer_top .footer_menus .menu_footer{
        flex-wrap: unset;
        height: 100%;
        align-items: center; 
    }
    .footer .main_footer_top .footer_menus .menu_footer li{
        height: unset;
        margin: unset;
    }
    .footer .main_footer_top .contact {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 3rem;
    }
    .footer .main_footer_top .contact .phone {
        flex-direction: column;
        display: flex;
        align-items: center;
    }
    .footer .main_footer_top .contact .phone li{
        margin: 0;
    }
    .footer .main_footer_top .contact .phone .barra_phone{
        display: none;
    }
    .footer .main_footer_low{
        flex-direction: column;
        align-items: center;
    }
    .footer .main_footer_low .contact_media{
        margin: unset;
        margin-bottom: 3rem;
    }
    .footer .main_footer_low .address .localization:last-child{
        margin: unset;
    }
    .background_image_menu{
        height: 66rem;
    }
    .footer .main_footer ul li{
        width: 25%;
    }
}
@media screen and (max-width: 900px) {
    .background_image_menu{
        height: 50rem;
    }
}
@media screen and (max-width: 750px) {
    .background_image_menu{
        height: 40rem;
    }
}
@media screen and (max-width: 700px) {
    .footer .main_footer_low .address{
        flex-direction: column;
        align-items: center;
    }
    .footer .main_footer_low .address .localization{
        margin: unset;
        display: flex;
        flex-direction: column;
        margin-bottom: 2rem;
    }
    .footer .main_footer_low .address .localization h3,
    .footer .main_footer_low .address .localization a{
        text-align: center;
    }
    .footer .main_footer ul li{
        width: 33.3%;
    }
}
@media screen and (max-width: 600px){
    .background_image_menu{
        height: 35rem;
    }
    .talk_consultant .desc_consultant a{
        width: 29rem;
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .talk_consultant .desc_consultant h2{
        font-size: 2.8rem;
        line-height: 3.3rem;
    }
    .talk_consultant .desc_consultant p{
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .footer .main_footer h3{
        font-size: 3rem;
        line-height: 3.5rem;
    }
    .footer .main_footer ul li img{
        max-width: 90%;
    }
}
@media screen and (max-width: 500px) {
    .talk_consultant .desc_consultant h2{
        font-size: 2.5rem;
        line-height: 3rem;
    }
    .talk_consultant .desc_consultant p{
        font-size: 1.4rem;
    }
    .talk_consultant .desc_consultant a{
        line-height: 2.5rem;
        padding: 1.2rem 3.8rem;
    }
    .talk_consultant .desc_consultant{
        box-shadow: unset;
        padding: 3rem 0.5rem;
    }
    .footer .main_footer ul li img{
        max-width: 100%;
    }
    .footer .main_footer ul li{
        width: 50%;
    }
    .footer .main_footer ul{
        justify-content: space-around;
    }
}
@media screen and (max-width: 350px){
    .talk_consultant .desc_consultant a{
        padding: 1.2rem 1.8rem;
        font-size: 1.4rem;
        width: 22rem;
    }
    .talk_consultant .desc_consultant h2{
        font-size: 2.5rem;
        line-height: 3rem;
    }
    .background_image_menu{
        height: 38rem;
    }
}