@media screen and (max-width: 1350px) {

    /* Menu Responsivo index*/
    .navbar {
        position: relative;
    }

    .menu {
        display: none;
    }

    .logo {
        margin: 0 auto;
        text-align: center;
    }

    /* Cabeçalho */
    .header {
        padding-top: 50px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .headline {
        flex: 100%;
        margin: 5%;
        text-align: center;
    }

    .headline h2,
    .headline p,
    #frase {
        text-align: center;
        margin: 10px 0;
    }

    .plano-destaque {
        margin: 15px 0;
        text-align: center;
        display: inline-block;
    }

    .img-headline {
        flex: 100%;
        margin: 5%;
        text-align: center;
    }

    .img-headline img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    .btnorc {
        display: block;
        margin: 20px auto;
        padding: 10px;
        background-color: #180f4a;
        color: white;
        text-decoration: none;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        transition: background-color 0.3s;
        width: 200px;
        text-align: center;
    }

    .btnorc:hover {
        background-color: #fa0505;
    }

    /* WhatsApp flutuante */
    .whats {
        display: none;
    }

    /* Cartões de serviços */
    .card {
        width: 100%;
        margin-bottom: 20px;
    }

    /* Seção "Sobre" */
    .sobre {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .img-sobre {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-bottom: 20px;
    }

    .img-sobre img {
        max-width: 100%;
        height: auto;
    }

    .text-sobre {
        padding: 0 20px;
    }

    /* Seção "Ferramentas" */
    .ferramentas {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .img-ferramentas {
        text-align: center;
        margin-bottom: 15px;
    }

    .img-ferramentas img {
        max-width: 100%;
        height: auto;
    }

    .text-ferramentas {
        text-align: center;
        padding: 0 15px;
    }

    .link-inss, .decSal {
        margin: 10px 0;
    }

    .link-inss img,
    .decSal img {
        vertical-align: middle;
        margin-right: 8px;
    }

    /* Rodapé */
    .footer-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-logo img {
        display: flex;
        max-width: 100px;
        margin-bottom: 15px;
        margin-left: 0;
    }

    .footer-menu, .footer-contact {
        margin-bottom: 20px;
        font-size: 5px;
        margin: 0;

    }

    .footer-menu ul,
    .footer-contact ul {
        padding: 0;
        list-style: none;
    }

    .footer-menu ul li,
    .footer-contact ul li {
        margin: 5px 0;
        font-size: 10px;
    }

    .footer-contact img {
        width: 16px;
        vertical-align: middle;
        margin-right: 1px;
    }

    .rodape p {
        margin: 10px 0;
        font-size: 12px;
    }

    .footer-logo {
    margin-bottom: 15px;
}


/* responsivo inss.index */

.calculator-container{
    width: 90%;
    margin-top: 100px;
    margin-bottom: 100px;

}   
.resultado-titulo{

        text-align: center;
        width: 100%;
        font-size: 20px;
}


/* responsivo decimo.index */

.main-container{
   
    width: 90%;
    margin-top: 50px;
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;

}

.lateral {
    margin: auto;  
}

/*responsivo obrigado.html  */

body{
    
    margin:0;
    text-align: center;
    max-width: 100%;
    

}
        
body h1{

    font-size: 30px;
    text-align: center;
    width: 100%;
}

body p{

    font-size: 15px;
    text-align: center;
    width: 100%;
}

body a{
    
    width: auto;
    font-size: 10px;
    


}



}
