html, body{
    overflow-x: hidden;
}
        
body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    background-color: white;
}
        
a, a:hover{
    color: #149dcc;
}

.cid-qsnnY7Lkmg .navbar-toggleable-sm .navbar-collapse{
    /* border: solid #dfd6d6; */
    border-radius: 33px;
    background-color: #006088;
    padding-right: 0rem;

}

.img-fluid {
    max-width: 60%;
    height: auto;
}

.element.style {
    color: white;
}


.nav-link{
    border-radius: 5px;
    /*background-color: white;*/
}

.img_banner {
    width: 100%;
    overflow: hidden;
    background-color: #eeeeee;
}

.btn-menu{
    color: #006088;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}
        
@media (max-width: 768px) {
    .imagens-container {
    flex-direction: column;
}
            
    .texto-destaque h1 {
    font-size: 2rem;
}
}

/* FORMULÁRIO */
.call-container {
    width: 100%;
    max-width: 400px;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.call-container h2 {
    color: #023770;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.call-container p {
    font-size: 16px;
    color: #555;
    margin-bottom: 15px;
}

.div-container {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center; /* Centralizar verticalmente */
    min-height: 100vh;
    padding: 20px;
    gap: 40px; /* Espaço entre o formulário e a chamada */
    margin-top: 80px; /* Adiciona espaço acima do formulário */
    padding-top: 50px; /* Espaço interno no topo */
    padding-bottom: 30px; /* Espaço interno na base */
}

.form-container {
    width: 100%;
    max-width: 500px;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.info-container {
    width: 100%;
    max-width: 400px;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    text-align: center; /* Centralizar texto */
}

.info-container h2 {
    color: #023770;
    font-size: 20px; /* Tamanho da fonte reduzido */
    font-weight: 600;
    margin-bottom: 15px;
}

.info-container p {
    font-size: 14px; /* Tamanho da fonte reduzido */
    color: #555;
    margin-bottom: 15px;
}

.form-group-container{
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.form-group {
        display: flex;
        flex-direction: column;
    }

    .form-group label {
        margin-bottom: 5px; /* Espaçamento entre o label e o input */
    }

    .form-group input {
        width: 100%; /* Faz com que o input ocupe toda a largura disponível */
    }

    /* Ajuste para o campo de DDD */
    #inputDDD {
        width: 50px; /* Define uma largura fixa para o campo DDD */
    }

.form-title h2 {
    /*color: #023770;*/
    /*font-size: 24px;*/
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    font-size: 28px;
    color: #006088; /* Cor alinhada com seu tema */
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    font-size: 14px;
    color: #555;
    margin-bottom: 8px;
    font-weight: 600;
}

.form-group input {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 14px;
    box-sizing: border-box;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-group input:focus {
    outline: none;
    border-color: #023770;
    box-shadow: 0 0 0 3px rgba(2, 55, 112, 0.1);
}

.form-group input::placeholder {
    color: #999;
}

.submit-button {
    text-align: center;
    margin-top: 25px;
    margin-top: 35px;
    margin-bottom: 15px;
}

.submit-button button {
    padding: 12px 30px;
    background: linear-gradient(135deg, #023770, #022a5e);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
}

.submit-button button:hover {
    background: linear-gradient(135deg, #022a5e, #023770);
    transform: translateY(-2px);
}

.submit-button button:active {
    transform: translateY(0);
}

.mensagem-sucesso {
    display: none;
    text-align: center;
    margin-top: 20px;
    padding: 15px;
    background-color: #e8f5e9;
    color: #28a745;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
}
/* Restante do seu CSS permanece o mesmo */

/* Restante do seu CSS permanece o mesmo */

/* FIM DO FORMULÁRIO */

/*FOOTER*/
.div_footer{
    text-align:center;
}
        
.div_footer h5{
    color:#1a73e8;
    font-size: 20px;
}
        
.div_footer a{
    color:#05b6c6;
}
        
.contato{
    color: black;
    font-size: 24px;
}
        
.icon_footer i{
    font-size: 30px;
    color: #000;
}
        
.icon_footer a{
    margin:5px;
}
        
.div_contact_footer{
    display:grid;
}
        
.div_contact_footer a{
    cursor:pointer;
}
        
.div_contact_footer a, .div_contact_footer p{
    color:#292b2c;
    text-decoration:none;
}
        
.row_footer{
    display:flex;
    justify-content: space-around;
}

.cool_endereco{
    width:50%;
    text-align: center;
}

.col_footer{
    width:50%;
    text-align: center;
}

.footer_endereco{
    display:flex;
    justify-content: space-around;
}
        
.div_copirayt{
    text-align:center;
}

/*FIM FOOTER*/




/* MENU RESPONSIVO */
@media (max-width: 768px) {
    .cid-qsnnY7Lkmg .navbar {
        padding: 10px 0;
    }
    
    .cid-qsnnY7Lkmg .navbar-brand {
        margin-right: auto;
    }
    
    .cid-qsnnY7Lkmg .navbar-toggler {
        margin-left: 15px;
    }
    
    .cid-qsnnY7Lkmg .navbar-nav {
        flex-direction: column;
        padding: 15px 0;
    }
    
    .cid-qsnnY7Lkmg .nav-item {
        margin: 5px 0;
    }
    
    .btn-menu {
        display: none; /* Esconde os botões NF-E, NFS-E e Teste Grátis em mobile */
    }
    
    .menu-logo {
        flex-grow: 1;
        display: flex;
        justify-content: center;
    }
    
    .navbar-collapse {
        background-color: #006088;
        margin-top: 10px;
        border-radius: 10px;
        padding: 10px;
    }
}

/* FOOTER RESPONSIVO */
@media (max-width: 768px) {
    .row_footer {
        flex-direction: column;
        align-items: center;
    }
    
    .col-sm-1 {
        width: 100%;
        margin-bottom: 30px;
    }
    
    .div_footer {
        margin-bottom: 20px;
    }
    
    .icon_footer {
        justify-content: center;
        display: flex;
    }
    
    .div_copirayt {
        margin-top: 20px;
    }
}

/* AJUSTES GERAIS PARA MOBILE */
@media (max-width: 768px) {
    /* Ajuste do banner */
    .img_banner img {
        padding-top: 70px;
    }
    
    /* Ajuste dos cards */
    .card {
        flex: 1 1 100%;
        margin-bottom: 20px;
        flex-direction: column;
        text-align: center;
    }
    
    /* Ajuste do formulário */
    .div-container {
        flex-direction: column;
        padding: 20px 10px;
    }
    
    .form-container, .info-container {
        width: 100%;
        max-width: 100%;
    }
    
    /* Ajuste da seção de notas/API */
    .conteudo {
        flex-direction: column;
        gap: 10px;
    }
    
    .principal_txt {
        width: 100%;
    }
    
    /* Ajuste do carousel */
    .container {
        padding: 20px 0;
    }
    
    .fixed-image img {
        width: 100px;
    }
    
    .carousel-item img {
        width: 100px;
    }
    
    /* Ajuste dos títulos */
    .div_h1 {
        font-size: 28px;
        text-align: center;
        padding: 0 10px;
    }
    
    .titulo-chamada {
        font-size: 20px;
    }
}

@media (min-width: 768px){
    .navbar-toggleable-sm .navbar-collapse{
        width: 70%;
        font-size: 17px;
    }
}

