* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    background-image: url("../img/bg02-site-allan.png");
    background-size: auto;
    background-attachment: fixed;
    background-position: center center;
    overflow: auto;
}

.interface {
    max-width: 1280px;
    margin: 0 auto;
}

/*------  Estilo CABEÇALHO -----*/

header {
    padding: 30px 4%;
}

header .interface {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

header a {
    color: #fff;
    text-decoration: none;
}

header nav ul {
    list-style: none;
}

header nav.menu-desktop ul li {
    display: inline-block;
    padding: 0 25px;
}

header nav.menu-desktop ul li a {
    font-size: 18px;
    letter-spacing: 1px;
}

header nav.menu-desktop a:hover {
    transform: scale(1.2);
    display: inline-block;
    transition: 0.3s;
    color: #fc6c04;
}

.btn-contato button {
    padding: 10px 40px;
    font-weight: 600;
    background-color: #fff;
    border: 0;
    border-radius: 30px;
    cursor: pointer;
    opacity: 0.6;
}

button:hover,
form .btn-enviar input:hover {
    box-shadow: 0px 0px 25px #fc6c04;
    transform: scale(1.05);
}

/*-------- Botão zap ---------*/

.icon {
    bottom: 60px;
    right: 300px;
    position: fixed;
    font-size: 70px;
    background-color: #01e6737e;
    color: #fff;
    border-radius: 50px;
    padding: 3px;
    width: 100px;
    height: 100px;
    text-align: center;
    text-decoration: none;
    box-shadow: 2px 2px 2px #c0bdbd;
    top: 200px;
    z-index: 100;
}

.icon .fab {
    padding-top: 9px;
}

.h2-icon {
    font-size: 16px;
    margin-top: -60px;
    color: #fff;
    background-color: #01e6737e;
    border-radius: 20px;
    width: 120px;
    margin-left: -101px;
    padding: 5px;
    display: none;
}

/*-------- Estilo do menu mobile ---------*/

.menu-mobile {
    background-color: rgba(0, 0, 0, 0.459);
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999;
    width: 0%;
    overflow: hidden;
    transition: 0.4s;
    display: none; /* 1 none aqui */
}

.menu-mobile nav ul {
    text-align: right;
}

.btn-abrir-mobile.hidden {
    display: none;
}

.menu-mobile nav ul li a {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    padding: 20px 8%;
}

.menu-mobile nav ul li a:hover {
    background-color: #00ff08;
    color: #00000081;
    
}

.menu-mobile .btn-fechar i {
    color: #00ff08;
    font-size: 30px;
}

.btn-fechar {
    padding: 20px 5%;
}

.btn-abrir-mobile.hidden {
    display: none;
}

.btn-abrir-mobile i {
    color: #00ff08;
    font-size: 40px;
    display: none; /*  2 none aqui */
}

.overlay-menu {
    background-color: #0000002a;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 88888;
    display: none;
    transition: 0.2s;
    display: none; /* 3 none aqui */
}

.menu-mobile.abrir-menu {
    width: 70%;
}

.menu-mobile.abrir-menu ~ .overlay-menu {
    display: none; /*  4 none aqui */
}

/*-------- Estilo mandato ---------*/

section.mandato {
    padding: 80px 4%;
    box-shadow: 0 0 40px 10px #ffffff1d;
}

section.mandato .flex-mandato {
    display: flex;
    justify-content:left;
    gap: 25px;
    margin-top: 60px;
}

.img-mandato {
    width: 360px;
    height: 460px;
    background-color: #000000a9;
    background-size: cover;
    background-position: 100% 0%;
    transition: 8s;
    cursor: pointer;
    border-radius: 40px;
    position: relative;
}

.img-mandato:hover {
    background-position: 100% 100%;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #08080856;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    opacity: 0;
    transition: 0.5s;
}

.overlay:hover {
    opacity: 1;
}

section.mandato .txt-mandato {
    color: #fff;
}

section.mandato .txt-mandato .titulo {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 40px;
}

section.mandato .txt-mandato h2 span {
    color: #fc6c04;
}

.mandato .txt-mandato p {
    margin: 20px 0;
    text-align: justify;
    line-height: 25px;
    text-indent: 25px;
    
}

.box-1 {
    width: 300px;
    height: 450px;
    background-color: #fc6c04;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 0px 25px #000;
}
.txt-1 {
    color: #fff;
    text-align: justify;
    padding: 10px;
    line-height: 25px;
}

.box-1:hover {
    transform: scale(1.025);
    box-shadow: 0 0 20px #fc6c04;
}

#box-mais {
    line-height: 40px;
}

/*-------- Estilo Rodapé ---------*/

footer  {
    padding: 60px 8%;
    box-shadow: 0 0 40px 10px #ffffff1d;
    letter-spacing: 1px;
    background-color: #1717177c;
}

footer .flex-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-conteudo .footer-logo-contato p {
    color: #fff;
}

.footer-conteudo .footer-logo-contato h2 {
    margin-bottom: 0.75rem;
}

.footer-conteudo {
    max-width: 1280px;
    margin: 0 auto;
}

.footer-social-midia {
    display: flex;
    gap: 1rem;
    font-size: 30px;
    margin-top: 1.5rem;
}

.footer-social-midia .footer-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    width: 2.5rem;
    color: #fff;
    border-radius: 50%;
    transition: all 0.4s; /*tempo de transição hover*/
}

.footer-link {
    text-decoration: none;
    cursor: pointer;
}

.footer-social-midia .footer-link:hover {
    opacity: 0.8;
}

#instagram {
    background: linear-gradient(#7f37c9, #ff2992, #ff9807);
}
#facebook {
    background-color: #4267b3;
}
#whatsapp {
    background-color: #25d366;
}
#x-twitter {
    background-color: #000;
}

#tiktok {
    background-color: #000;
}

#footer-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    list-style: none;
}

.footer-logo-img {
    position: relative;
    left: 40px;
}

#footer-list .footer-link {
    color: #d9d9d9;
    transition: all 0.4s; /*tempo de transição hover*/
}

#footer-list h3 {
    color: #fff;
}

.titulo-h3 {
    font-size: 23px;
}

.footer-logo-p {
    color: #fff;
    font-size: 16px;
    position: relative;
    left: 25px;
}

#footer-list .footer-link:hover {
    color: #fc6c04;
}

#footer-copyright {
    padding: 20px 0;
    background-color: #000;
}

#footer-copyright p {
    color: #fff;
    text-align: center;
}



@media screen and (max-width: 768px) {
    body {
        background-image: url("../img/bg03-site-allan.jpg");
        background-attachment: scroll;

    }
    
    .flex-pombo {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    /*--- Cabeçalho ---*/
    .menu-desktop,
    .btn-contato {
    display: none;
    }

    .logo img {
        width: 150px;
        padding-right: -30px;
    }

    .menu-desktop {
        display: none;
    }

    /*--- mobile ---*/

    .menu-mobile {
        background-color: rgb(3, 127, 3);
        height: 100%;
        position: fixed;
        top: 0;
        right: -10px;
        z-index: 99999;
        width: 0%;
        overflow: hidden;
        transition: 0.4s;
        display: block; /* 1 none aqui */
    }

    .menu-mobile nav ul {
        text-align: right;
        margin-right: 20px;
    }
    .menu-mobile nav ul li a {
        display: block; /* 2 none aqui */
        color: #fc6c04;
        font-size: 20px;
        font-weight: 400;
        padding: 20px 8%;
    }

    .menu-mobile nav ul li a:hover {
        background-color: #ffffffa4;
        color: #000;
        display: block;
        
    }

    .menu-mobile .btn-fechar i {
        color: #fc6c04;
        font-size: 30px;
    }

    .btn-fechar {
        padding: 20px 5%;
    }

    .btn-abrir-mobile i {
        color: #fc6c04;
        font-size: 50px;
        left: -25px;
        display: block; /*  2 none aqui */
        position: relative;
    }

    .menu-mobile.abrir-menu {
        width: 70%;
        display: block;
    }

    .menu-mobile.abrir-menu ~ .overlay-menu {
        display: block; /*  4 none aqui */
    }

    .btn-abrir-menu i {
        margin-left: 20px;
    }

    /*--- ZAP ---*/
    .icon {
        right: 2rem;
        font-size: 35px;
        width: 60px;
        height: 60px;
        top: 300px;
    }
    
    .icon .fab {
        padding-top: 10px;
    }

    .h2-icon {
        font-size: 15px;
        margin-top: -44px;
    }

    /*-------- mandato ---------*/

    .flex-mandato {
        flex-direction: column;
        gap: 20px;
        margin-left: 35px;
    }

    section.mandato {
        padding: 80px 8%;
    }

    /*--- FOOTER ---*/

    .flex-footer {
        flex-direction: column;
        gap: 20px;
    }

    #box-menor {
        height: 390px;
    }
    
    #box-emenda {
        height: 250px;
    }

    #box-requer {
        height: 230px;
    }

    #box-acao {
        height: 220px;
    }

    #box-mococa {
        height: 250px;
    }

    #box-def {
        height: 200px;
    }



    footer {
        padding: 50px 4%;
        box-shadow: 0 0 40px 10px #ffffff1d;
    }
    
    .footer-logo-img {
        margin-top: -20px;
        
    }

    .footer-list {
        margin-left: 150px;
    }

    .footer-localidade {
        margin-left: -55px;
    }

    .footer-logo-img {
        position: relative;
        left: 50px;
        width: 180px;
    }


}


