body {
    margin: 0;
    min-width: 280px;
    max-width: 100%;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

.margin {
    padding: 0px;
    margin: 0px;
    color: white;
    font-weight: 550;
    font-size: 13px;
}

.alinhaCnpj {
    display: flex;
    align-items: center;
    justify-content: center;
}

body,
html {
    overflow-x: hidden;
}

.logoPromotora {
    width: 20%;
    height: auto;
    margin: 2%;
}

.container {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #332C89;
    flex-wrap: wrap;
    justify-content: space-between;
}

p {
    font-family: Arial, Helvetica, sans-serif;
}

.home {
    padding: 10px;
    font-weight: 700;
    color: white;
    font-size: 27px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.servicos {
    padding: 10px;
    font-weight: 700;
    color: white;
    font-size: 27px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;

}

.quemSomos {
    padding: 10px;
    font-weight: 700;
    color: white;
    font-size: 27px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;

}

.duvidas {
    padding: 10px;
    font-weight: 700;
    color: white;
    font-size: 27px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;

}

.faleConosco {
    background-color: #FFA500;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: black;
    border-radius: 14px;
    padding: 14px;
    text-decoration: none;
}

.container-slide {
    position: relative;
    width: 100vw;
    overflow: hidden;
}

.paginas-slide {
    display: flex;
    align-items: center;
    width: max-content;
    animation: anima 30s linear infinite;
}

@keyframes anima {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.paginas-slide img {
    margin: 20px;
}

.imgBradesco,
.imgSantander {
    width: 230px;
    padding-left: 5px;
}

.imgDaycoval {
    width: 220px;
}

.imgBMG {
    width: 160px;
}

.imgBrasil,
.imgMaster {
    width: 150px;
}

.imgSafra {
    width: 140px;
}

.imgCaixa,
.imgCapitalConsig,
.imgNeoCredito,
.imgSaninvest {
    width: 130px;
}

.imgFacta {
    width: 120px;
}

.imgPan,
.imgBRG,
.imgBanrisul,
.imgDigio,
.imgInsurba {
    width: 100px;
}

.imgItau {
    width: 90px;
}

.atendimento {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 50px;
    margin-top: 10px;
}

.aBaixo {
    margin-left: 6%;
    margin-right: 6%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.escritaAtendimento {
    color: black;
    font-weight: 900;
    font-size: 2.5rem;
}

.descricaoAtendimento {
    color: black;
    font-weight: 800;
    font-size: 1.5rem;
    white-space: normal;
    word-wrap: break-word;
    line-height: 1.5;
}

.faleConoscoAtendimento {
    background-color: #FFA500;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    color: black;
    border-radius: 14px;
    padding: 20px 14px;
    width: 40%;
    text-align: center;
    text-decoration: none;
    display: block;
}

.imgAtendimento {
    border-radius: 50px;
    width: 42%;
    height: 500px;
    object-fit: cover;
    margin-left: 10px;
    margin-right: 10px;
}

/*-------------------------------------------------------------------PT 2 PT 2-------------------------------------------------------------------------------*/
.alinhaCards {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    background: linear-gradient(180deg, #d3f5f8, #fff);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.container-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 20px;
    border-radius: 15px;
}

.card {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: transform 0.3s;
    width: 400px;
}

.card:hover {
    transform: scale(1.05) translateY(-10px);
}

.card-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.card h2 {
    color: #1d2d69;
    font-size: 1.2em;
    margin: 0;
}

.card p {
    color: #606f7b;
    font-size: 0.8em;
}

.card a {
    color: #606f7b;
    font-weight: bold;
    text-decoration: none;
}

.card img {
    max-width: 150px;
    max-height: 300px;
    border-radius: 10px;
}

/*formulario formulario formulario formulario formulario*/

.alinhaForm {
    display: flex;
    align-items: center;
    justify-content: center;
}

.containerCards {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #d3f5f8, #fff);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.form-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(211, 211, 211, 0.389);
    padding: 30px 10px 50px 10px;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 900px;
    height: 350px;
    margin-bottom: 100px;
    margin-top: 40px;
}

.form-content {
    display: flex;
    flex-direction: column;
    margin-right: 30px;
}

label {
    font-weight: bold;
    margin-top: 80px;
}

input[type="text"] {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 16px;
    outline: none;
}

input[type="number"] {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 16px;
    outline: none;
}

#convenio {
    width: 100%;
    border: 1px solid lightgray;
}

.convenio-input {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.add-button {
    background-color: #FFA500;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin-left: 10px;
    font-size: 20px;
}

.submit-button {
    background-color: #FFA500;
    color: black;
    padding: 10px;
    font-weight: bold;
    border: 1px solid;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 20px;
    width: 100%;
}

.form-image img {
    width: 300px;
    height: auto;
    margin-left: 200px;
}

/*Dúvidas Dúvidas Dúvidas Dúvidas Dúvidas Dúvidas Dúvidas Dúvidas Dúvidas Dúvidas Dúvidas Dúvidas  Dúvidas Dúvidas Dúvidas Dúvidas Dúvidas Dúvidas Dúvidas*/

.logoPromotoraDuvidas {
    width: 300px;
    height: auto;
    position: absolute;
    bottom: 2rem;
    left: 2rem;/
}

.duvidasContainer {
    background-image: url('Imagens/FundosDeTela/imgDuvidasFrequentes.jpeg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 100vh;
    position: relative;
    height: auto;
    display: flex;
    align-items: center;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.respostaCard {
    display: none;
    padding: 10px;
    background-color: #f9f9f9;
    border-top: 1px solid #ccc;
    text-align: center;
}

.containerCardsDuvidas {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    right: 0;
    top: 10px;
    width: 400px;
    margin: 80px 20px 20px 20px;
    justify-content: center;
    gap: 0;
}

.cardDuvidas.active {
    background-color: #1766EF;
    color: white;
}

.cardDuvidas {
    margin-bottom: 10px;
    border: 1px solid #000;
    border-bottom: 4px solid #000;
    border-radius: 36px;
    cursor: pointer;
    background-color: #fff;
    width: 400px;
    height: auto;
    display: flex;
    align-items: center;
    text-align: left;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-direction: column;
    color: black;
}

.cardDuvidas:hover {
    background-color: #1766EF;
    color: white;
}

.cardTitulo {
    display: flex;
    height: 70px;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    gap: 5px;
}

.numeroCard {
    font-weight: bold;
    font-size: 18px;
    font-weight: 900;
    margin-left: 15px;
}

.texto_cards {
    font-weight: bold;
    background-color: transparent;
}

#icon1,
#icon2,
#icon3,
#icon4,
#icon5 {
    margin-right: 20px;
}

.duvidasTitulo {
    margin: 0;
    padding: 10px;
    color: white;
    background-color: #1766ef70;
    font-size: 1.5rem;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    width: auto;
    position: absolute;
    top: 10px;
    left: 2rem;
    white-space: nowrap;
    display: inline-block;
    border-radius: 10px;
}

/*footer footer footer footer footer footer footer footer footer footer footer footer*/

.contact-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.contact-info p {
    color: white;
    font-weight: 700;
    font-size: 1rem;
}

.contact-info a {
    text-decoration: none;
}

.telefonePhone {
    display: flex;
    color: white;
    text-decoration: none;
}

.telefonePhone a {
    color: white;
    text-decoration: none;
}

.telefonePhone a:hover {
    color: white;
}

.tagFooter {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
}

.divFooter {
    background-color: #1a2a71;
}

.espacoFooter {
    margin: 0px 100px 0px 100px;
}

header nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* Distribui os itens igualmente */
    width: 100%;
    padding: 10px 20px;
    /* Espaçamento das laterais */
}

header nav a {
    color: #fff;
    font-weight: bold;
    padding: 10px;
    text-decoration: none;
}

header nav a:hover {
    text-decoration: underline;
}

.icons {
    display: flex;
    gap: 10px;
}

.icons img {
    width: 40px;
    height: auto;
}

.menu-items {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
}

.menu-items a {
    color: white;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
}

.menu-items a:hover {
    text-decoration: underline;
}

.testee {
    position: absolute;
    bottom: 0px;
    right: 20px;
}

.testee img {
    width: 300px;
}

.alinhaTextoFoto {
    position: relative;
    display: flex;
}


.alinhaTextoFoto img {
    border-radius: 14px;
}

main {
    text-align: center;
    padding: 20px;
}

.falaConoscoFooter {
    background-color: #ffac00;
    color: black;
    border: none;
    padding: 20px;
    font-size: 1.5rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    width: 200px;
    border-radius: 14px;
}

footer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    border-top: solid 1px white;
    margin-top: 60px;
    font-size: 16px;
    font-weight: 700;
    font-weight: bold;
}

.posicionaItensFooter {
    display: flex;
    flex-direction: column;
}

.posicionaItensFooter a {
    margin-top: 40px;
}

.linkInstagramFooter {
    color: white;
    font-weight: 700;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 40px;
}

.divTagsFooter {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
}

.divTagsFooter a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
}

.divTagsFooter a:hover {
    text-decoration: underline;
}


/*logos logos logos logos logos logos logos logos logos logos logos logos logos logos logos logos logos logos logos logos logos logos logos logos logos */

.CONTAINER {
    max-width: 900px;
    padding: 20px;
    text-align: center;
}

header h1 {
    color: #1a2a71;
    font-size: 2rem;
    margin-bottom: 10px;
}

header p {
    color: #888;
    font-size: 1rem;
    margin-bottom: 20px;
}

.CAIXA-CONTAINER {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.CAIXA {
    background: #ffffff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.CAIXA:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.CAIXA img {
    max-width: 100px;
    max-height: 50px;
    margin: auto;
    transition: transform 0.3s ease;
}

.CAIXA:hover img {
    transform: scale(1.05);
}

.INFO-BTN {
    position: absolute;
    left: 10px;
    top: 10px;
    background: #f0f1f3;
    border: none;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 0.8rem;
    color: #333;
    cursor: pointer;
}

.FOOTER {
    margin-top: 30px;
    margin-bottom: 15px;
}

.saqueVoceMesmo {
    padding: 15px 30px;
    border: 2px solid #332C89;
    background: none;
    color: #1a2a71;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 700;
}

.saqueVoceMesmo:hover {
    background: #332C89;
    color: white;
}

/*------------------------------------------------------------------------------------------------------------------------------*/

@media (max-width: 923px) {

    .logoPromotora {
        width: 30%;
    }

    .home,
    .servicos,
    .quemSomos,
    .duvidas,
    .faleConosco {
        font-size: 0.7rem;
        padding: 2px;
    }

    .imgBradesco,
    .imgSantander {
        width: 10rem;
    }

    .imgDaycoval,
    .imgMaster,
    .imgSafra {
        width: 7rem;
    }

    .imgCaixa,
    .imgCapitalConsig,
    .imgNeoCredito,
    .imgSaninvest,
    .imgBMG,
    .imgBrasil,
    .imgFacta,
    .imgPan,
    .imgBRG,
    .imgDigio,
    .imgInsurba {
        width: 6rem;
    }

    .imgBanrisul {
        width: 5rem;
    }

    .imgItau {
        width: 4.5rem;
    }

    .escritaAtendimento {
        color: black;
        font-weight: 900;
        font-size: 1.5rem;
    }

    .descricaoAtendimento {
        color: black;
        font-weight: 800;
        font-size: 1rem;
        white-space: normal;
        word-wrap: break-word;
        line-height: 1.5;
    }

    .faleConoscoAtendimento {
        background-color: #FFA500;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1rem;
        font-weight: 800;
        color: black;
        border-radius: 14px;
        padding: 20px 14px;
        width: 40%;
        text-align: center;
        text-decoration: none;
        display: block;
    }

    .imgAtendimento {
        border-radius: 50px;
        width: 30%;
        height: 250px;
        object-fit: cover;
        margin-left: 10px;
        margin-right: 10px;
    }

    .container-card {
        gap: 10px;
        padding: 10px;
    }

    .card {
        padding: 15px;
        width: 300px;
    }


    .card h2 {
        font-size: 1rem;
    }

    .card p {
        font-size: 0.6em;
        font-weight: bold;
    }

    .card img {
        max-width: 100px;
        max-height: 200px;
    }

    /*DUVIDAS DUVIDAS DUVIDAS DUVIDAS DUVIDAS DUVIDAS DUVIDAS DUVIDAS DUVIDAS DUVIDAS*/

    .logoPromotoraDuvidas {
        width: 300px;
        height: auto;
        position: absolute;
        bottom: 2rem;
        left: 2rem;/
    }

    .duvidasContainer {
        background-image: url('Imagens/FundosDeTela/imgDuvidasFrequentes.jpeg');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        min-height: 100vh;
        position: relative;
        height: auto;
        display: flex;
        align-items: center;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .respostaCard {
        display: none;
        padding: 10px;
        background-color: #f9f9f9;
        border-top: 1px solid #ccc;
        text-align: center;
    }

    .containerCardsDuvidas {
        display: flex;
        flex-wrap: wrap;
        position: absolute;
        right: 0;
        top: 10px;
        width: 400px;
        margin: 80px 20px 20px 20px;
        justify-content: center;
        gap: 0;
    }

    .cardDuvidas.active {
        background-color: #1766EF;
        color: white;
    }

    .cardDuvidas {
        margin-bottom: 10px;
        border: 1px solid #000;
        border-bottom: 4px solid #000;
        border-radius: 36px;
        cursor: pointer;
        background-color: #fff;
        width: 400px;
        height: auto;
        display: flex;
        align-items: center;
        text-align: left;
        line-height: 1.5;
        overflow: hidden;
        text-overflow: ellipsis;
        flex-direction: column;
        color: black;
    }

    .cardDuvidas:hover {
        background-color: #1766EF;
        color: white;
    }

    .cardTitulo {
        display: flex;
        height: 70px;
        align-items: center;
        width: 100%;
        justify-content: space-between;
        gap: 5px;
    }

    .numeroCard {
        font-weight: bold;
        font-size: 18px;
        font-weight: 900;
        margin-left: 15px;
    }

    .texto_cards {
        font-weight: bold;
        background-color: transparent;
    }

    #icon1,
    #icon2,
    #icon3,
    #icon4,
    #icon5 {
        margin-right: 20px;
    }

    .duvidasTitulo {
        margin: 0;
        padding: 10px;
        color: white;
        background-color: #1766ef70;
        font-size: 1.5rem;
        font-weight: 700;
        font-family: Arial, Helvetica, sans-serif;
        width: auto;
        position: absolute;
        top: 10px;
        left: 2rem;
        white-space: nowrap;
        display: inline-block;
        border-radius: 10px;
    }

    /*form form form form form form form form form form form form*/

    .form-container {
        width: 700px;
    }

    .form-image img {
        width: 200px;
    }

    /*footer footer footer footer footer footer footer footer footer footer footer footer*/

    .tagFooter {
        font-size: 22px;
        font-family: Arial, Helvetica, sans-serif;
    }

    .espacoFooter {
        margin: 0px;
    }

    header nav {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 10px 0;
    }

    header nav a {
        color: #fff;
        font-weight: bold;
        padding: 10px;
    }

    header nav a:hover {
        text-decoration: underline;
    }

    .icons {
        display: flex;
        gap: 10px;
        margin-left: 100px;
    }

    .icons img {
        width: 40px;
        height: auto;
    }

    .alinhaTextoFoto img {
        border-radius: 14px;
    }

    main {
        text-align: center;
        padding: 20px;
    }

    .contact-info {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-info p {
        color: white;
        font-weight: 700;
        font-size: 1rem;
    }

    .contact-info a {
        text-decoration: none;
    }

    .falaConoscoFooter {
        background-color: #ffac00;
        color: black;
        border: none;
        padding: 20px;
        font-size: 1.5rem;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-weight: 700;
        cursor: pointer;
        text-decoration: none;
        width: 200px;
        border-radius: 14px;
    }

    footer {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        text-align: center;
        padding: 10px;
        color: #fff;
        font-size: 14px;
        border-top: solid 1px white;
        margin-top: 60px;
        font-size: 16px;
        font-weight: 700;
        font-weight: bold;
    }

    .posicionaItensFooter {
        display: flex;
        flex-direction: column;
    }

    .posicionaItensFooter a {
        margin-top: 40px;
    }

    .linkInstagramFooter {
        color: rgb(176, 173, 230);
        font-weight: 700;
        font-size: 18px;
        font-family: Arial, Helvetica, sans-serif;
        margin-bottom: 40px;
    }

    /*logos logos logos logos logos logos logos logos logos logos logos logos logos logos logos logos logos logos logos logos logos logos logos logos logos */

    header h1 {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }

    .CAIXA-CONTAINER {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .INFO-BTN {
        position: absolute;
        left: 10px;
        top: 10px;
        background: #f0f1f3;
        border: none;
        padding: 5px 10px;
        border-radius: 15px;
        font-size: 0.8rem;
        color: #333;
        cursor: pointer;
    }

    .FOOTER {
        margin-top: 30px;
    }

    .WORK-WITH-US-BTN {
        padding: 15px 30px;
        border: 2px solid #332C89;
        background: none;
        color: #1a2a71;
        font-size: 1rem;
        cursor: pointer;
        border-radius: 25px;
    }

    .testee img {
        width: 250px;
    }
}

/*------------------------------------------------------------------------------------------------------------------------------*/

@media (max-width: 800px) {

    .container-card {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .card {
        padding: 15px;
        width: 300px;
    }

    .card h2 {
        font-size: 1rem;
    }

    .card p {
        font-size: 0.6em;
    }

    .card img {
        max-width: 100px;
        max-height: 200px;
    }

    .logoPromotoraDuvidas {
        width: 200px;
    }

    .respostaCard {
        padding: 10px;
    }

    .containerCardsDuvidas {
        display: flex;
        flex-wrap: wrap;
        position: absolute;
        right: 0;
        top: 10px;
        width: 400px;
        margin: 80px 20px 20px 20px;
        justify-content: center;
        gap: 0;
    }

    .cardDuvidas.active {
        background-color: #1766EF;
        color: white;
    }

    .cardDuvidas {
        margin-bottom: 10px;
        border: 1px solid #000;
        border-bottom: 4px solid #000;
        border-radius: 36px;
        cursor: pointer;
        background-color: #fff;
        width: 400px;
        height: auto;
        display: flex;
        align-items: center;
        text-align: left;
        line-height: 1.5;
        overflow: hidden;
        text-overflow: ellipsis;
        flex-direction: column;
        color: black;
    }

    .cardDuvidas:hover {
        background-color: #1766EF;
        color: white;
    }

    .cardTitulo {
        display: flex;
        height: 70px;
        align-items: center;
        width: 100%;
        justify-content: space-between;
        gap: 5px;
    }

    .numeroCard {
        font-weight: bold;
        font-size: 18px;
        font-weight: 900;
        margin-left: 15px;
    }

    .texto_cards {
        font-weight: bold;
        background-color: transparent;
    }

    #icon1,
    #icon2,
    #icon3,
    #icon4,
    #icon5 {
        margin-right: 20px;
    }

    .duvidasTitulo {
        margin: 0;
        padding: 10px;
        color: white;
        background-color: #1766ef70;
        font-size: 1.5rem;
        font-weight: 700;
        font-family: Arial, Helvetica, sans-serif;
        width: auto;
        position: absolute;
        top: 10px;
        left: 2rem;
        white-space: nowrap;
        display: inline-block;
        border-radius: 10px;
    }

    .form-container {
        width: 600px;
    }

    /*footer footer footer footer footer footer footer footer footer footer footer footer*/

    .tagFooter {
        font-size: 16px;
        font-family: Arial, Helvetica, sans-serif;
    }

    .espacoFooter {
        margin: 0px;
    }

    header nav {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 10px 0;
    }

    header nav a {
        color: #fff;
        font-weight: bold;
        padding: 10px;
    }

    header nav a:hover {
        text-decoration: underline;
    }

    .icons {
        display: flex;
        gap: 10px;
        margin-left: 50px;
    }

    .icons img {
        width: 35px;
        height: auto;
    }

    .alinhaTextoFoto img {
        border-radius: 14px;
    }

    .contact-info {
        margin-top: 10px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-info p {
        color: white;
        font-weight: 700;
        font-size: 0.8rem;
        display: flex;
    }

    .falaConoscoFooter {
        background-color: #ffac00;
        color: black;
        border: none;
        padding: 20px;
        font-size: 1.5rem;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-weight: 700;
        cursor: pointer;
        text-decoration: none;
        width: 200px;
        border-radius: 14px;
    }

    footer {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        text-align: center;
        padding: 10px;
        color: #fff;
        font-size: 14px;
        border-top: solid 1px white;
        margin-top: 60px;
        font-size: 16px;
        font-weight: 700;
        font-weight: bold;
    }

    .posicionaItensFooter {
        display: flex;
        flex-direction: column;
    }

    .posicionaItensFooter a {
        margin-top: 40px;
    }

    .linkInstagramFooter {
        color: rgb(176, 173, 230);
        font-weight: 700;
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif;
        margin-bottom: 40px;
    }

    .CAIXA {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        border-radius: 8px;
        padding: 10px;
        /* Espaço interno ao redor das imagens */
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        /* Sombra para destaque */
        width: 85px;
        /* Tamanho fixo do contêiner */
        height: 45px;
        /* Tamanho fixo do contêiner */
    }

    .CAIXA img {
        max-width: 100%;
        /* Ajusta a largura sem ultrapassar o contêiner */
        max-height: 100%;
        /* Ajusta a altura sem ultrapassar o contêiner */
        object-fit: contain;
        /* Garante que a imagem se ajuste completamente */
        display: block;
        /* Remove espaços extras */
    }

    .CAIXA-CONTAINER {
        grid-template-columns: repeat(3, 1fr);
    }

    .testee img {
        width: 200px;
    }

}

/*------------------------------------------------------------------------------------------------------------------------------*/

@media (max-width: 700px) {


    .logoPromotora {
        width: 20%;
    }

    .home,
    .servicos,
    .quemSomos,
    .duvidas,
    .faleConosco {
        font-size: 0.6rem;
    }

    .imgBradesco,
    .imgSantander {
        width: 9rem;
    }

    .imgDaycoval {
        width: 7rem;
    }

    .imgMaster,
    .imgSafra,
    .imgFacta {
        width: 6rem;
    }

    .imgBMG,
    .imgBrasil,
    .imgCaixa,
    .imgCapitalConsig,
    .imgNeoCredito,
    .imgSaninvest,
    .imgPan,
    .imgBRG,
    .imgDigio,
    .imgInsurba {
        width: 5rem;
    }

    .imgBanrisul,
    .imgItau {
        width: 4rem;
    }

    .paginas-slide img {
        margin: 20px;
    }

    .escritaAtendimento {
        color: black;
        font-weight: 900;
        font-size: 1.1rem;
    }

    .descricaoAtendimento {
        font-size: 0.7rem;
        line-height: 1.0;
        white-space: normal;
        word-wrap: break-word;
    }

    .faleConoscoAtendimento {
        background-color: #FFA500;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.7rem;
        font-weight: 800;
        color: black;
        border-radius: 14px;
        padding: 10px;
        width: 40%;
        text-align: center;
        text-decoration: none;
        display: block;
    }

    .imgAtendimento {
        border-radius: 50px;
        width: 35%;
        height: 180px;
        object-fit: cover;
        margin-left: 10px;
        margin-right: 10px;
    }

    .logoPromotoraDuvidas {
        width: 150px;
    }

    .cardDuvidas {
        margin-bottom: 10px;
        border: 1px solid #000;
        border-bottom: 4px solid #000;
        border-radius: 36px;
        cursor: pointer;
        background-color: #fff;
        width: 350px;
        height: auto;
        display: flex;
        align-items: center;
        text-align: left;
        line-height: 1.5;
        overflow: hidden;
        text-overflow: ellipsis;
        flex-direction: column;
        color: black;
    }

    .alinhaCards {
        overflow: hidden;
        width: 100vw;
    }

    .container-card {
        display: flex;
        gap: 15px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding: 10px;
        width: 100%;
    }

    .card {
        flex: 0 0 auto;
        scroll-snap-align: center;
        min-width: 300px;
        max-width: 85vw;
        height: 130px;
    }

    /*formulario formulario formulario formulario formulario*/

    .form-container {
        width: 550px;
    }

    .form-image img {
        width: 150px;
        margin-left: 50px;
    }

    /*footer footer footer footer footer footer footer footer footer footer footer footer*/

    .tagFooter {
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif;
    }

    .espacoFooter {
        margin: 0px;
    }

    header nav {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 10px 0;
    }

    header nav a {
        color: #fff;
        font-weight: bold;
        padding: 10px;
    }

    header nav a:hover {
        text-decoration: underline;
    }

    .icons {
        display: flex;
        gap: 5px;
        margin-left: 50px;
    }

    .icons img {
        width: 25px;
        height: auto;
    }

    .alinhaTextoFoto img {
        border-radius: 14px;
    }

    .contact-info {
        margin-top: 10px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-info p {
        color: white;
        font-weight: 700;
        font-size: 0.7em;
        display: flex;
    }

    .falaConoscoFooter {
        background-color: #ffac00;
        color: black;
        border: none;
        padding: 10px;
        font-size: 1rem;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-weight: 700;
        cursor: pointer;
        text-decoration: none;
        width: 150px;
        border-radius: 14px;
    }

    footer {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        text-align: center;
        padding: 10px;
        color: #fff;
        font-size: 14px;
        border-top: solid 1px white;
        margin-top: 60px;
        font-size: 16px;
        font-weight: 700;
        font-weight: bold;
    }

    footer p {
        font-size: 0.8rem;
    }

    .posicionaItensFooter {
        display: flex;
        flex-direction: column;
    }

    .posicionaItensFooter a {
        margin-top: 40px;
    }

    .linkInstagramFooter {
        color: rgb(176, 173, 230);
        font-weight: 700;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
        margin-bottom: 40px;
    }

    .CAIXA {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        border-radius: 8px;
        padding: 10px;
        /* Espaço interno ao redor das imagens */
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        /* Sombra para destaque */
        width: 85px;
        /* Tamanho fixo do contêiner */
        height: 45px;
        /* Tamanho fixo do contêiner */
    }

    .CAIXA img {
        max-width: 100%;
        /* Ajusta a largura sem ultrapassar o contêiner */
        max-height: 100%;
        /* Ajusta a altura sem ultrapassar o contêiner */
        object-fit: contain;
        /* Garante que a imagem se ajuste completamente */
        display: block;
        /* Remove espaços extras */
    }

    .CAIXA-CONTAINER {
        grid-template-columns: repeat(3, 1fr);
    }

    .testee img {
        width: 150px;
    }

    .margin {
        font-size: 10px;
    }

}


/*------------------------------------------------------------------------------------------------------------------------------*/


@media (max-width: 600px) {

    .margin {
        font-size: 8px;
    }

    .logoPromotora {
        width: 20%;
    }

    .home,
    .servicos,
    .quemSomos,
    .duvidas,
    .faleConosco {
        font-size: 0.6rem;
    }

    .imgBradesco,
    .imgSantander {
        width: 9rem;
    }

    .imgDaycoval {
        width: 7rem;
    }

    .imgMaster,
    .imgSafra,
    .imgFacta {
        width: 6rem;
    }

    .imgBMG,
    .imgBrasil,
    .imgCaixa,
    .imgCapitalConsig,
    .imgNeoCredito,
    .imgSaninvest,
    .imgPan,
    .imgBRG,
    .imgDigio,
    .imgInsurba {
        width: 5rem;
    }

    .imgBanrisul,
    .imgItau {
        width: 4rem;
    }

    .paginas-slide img {
        margin: 20px;
    }

    .escritaAtendimento {
        color: black;
        font-weight: 900;
        font-size: 1.1rem;
    }

    .descricaoAtendimento {
        font-size: 0.7rem;
        line-height: 1.0;
        white-space: normal;
        word-wrap: break-word;
    }

    .faleConoscoAtendimento {
        background-color: #FFA500;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.7rem;
        font-weight: 800;
        color: black;
        border-radius: 14px;
        padding: 10px;
        width: 40%;
        text-align: center;
        text-decoration: none;
        display: block;
    }

    .imgAtendimento {
        border-radius: 50px;
        width: 35%;
        height: 180px;
        object-fit: cover;
        margin-left: 10px;
        margin-right: 10px;
    }

    /*formulario formulario formulario formulario formulario*/

    .form-container {
        width: 350px;
    }

    .form-image img {
        width: 150px;
        margin-left: 20px;
    }

    #contactForm p {
        font-size: 16px;
    }

    /*footer footer footer footer footer footer footer footer footer footer footer footer*/

    .tagFooter {
        font-size: 11px;
        font-family: Arial, Helvetica, sans-serif;
    }

    .espacoFooter {
        margin: 0px;
    }

    header nav {
        display: flex;
        align-items: center;
        width: 100%;
    }

    header nav a {
        color: #fff;
        font-weight: bold;
        padding: 5px;
    }

    header nav a:hover {
        text-decoration: underline;
    }

    .icons img {
        width: 20px;
        height: auto;
    }

    .alinhaTextoFoto img {
        border-radius: 14px;
    }

    .contact-info {
        margin-top: 10px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-info p {
        color: white;
        font-weight: 700;
        font-size: 9px;
        display: flex;
    }

    .falaConoscoFooter {
        background-color: #ffac00;
        color: black;
        border: none;
        padding: 7px;
        font-size: 0.8rem;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-weight: 700;
        cursor: pointer;
        text-decoration: none;
        width: 100px;
        border-radius: 14px;
    }

    footer {
        margin-top: 0px;
    }

    footer p {
        font-size: 0.7rem;
    }

    .posicionaItensFooter {
        display: flex;
        flex-direction: column;
    }

    .posicionaItensFooter a {
        margin-top: 10px;
    }

    .linkInstagramFooter {
        color: rgb(176, 173, 230);
        font-weight: 700;
        font-size: 9px;
        font-family: Arial, Helvetica, sans-serif;
        margin-bottom: 20px;
    }

    main {
        padding-bottom: 10px;
        padding-top: 0px;
        height: 100%;
    }



    /*logos logos logos logos logos logos logos logos logos logos logos logos logos logos logos logos logos logos logos logos logos logos logos logos logos */

    header h1 {
        font-size: 1.5rem;
    }

    .CAIXA-CONTAINER {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .INFO-BTN {
        position: absolute;
        left: 10px;
        top: 10px;
        background: #f0f1f3;
        border: none;
        padding: 5px 10px;
        border-radius: 15px;
        font-size: 0.8rem;
        color: #333;
        cursor: pointer;
    }

    .FOOTER {
        margin-top: 30px;
    }

    .WORK-WITH-US-BTN {
        padding: 15px 30px;
        border: 2px solid #332C89;
        background: none;
        color: #1a2a71;
        font-size: 1rem;
        cursor: pointer;
        border-radius: 25px;
    }

    .CAIXA {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        border-radius: 8px;
        padding: 10px;
        /* Espaço interno ao redor das imagens */
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        /* Sombra para destaque */
        width: 85px;
        /* Tamanho fixo do contêiner */
        height: 45px;
        /* Tamanho fixo do contêiner */
    }

    .CAIXA img {
        max-width: 100%;
        /* Ajusta a largura sem ultrapassar o contêiner */
        max-height: 100%;
        /* Ajusta a altura sem ultrapassar o contêiner */
        object-fit: contain;
        /* Garante que a imagem se ajuste completamente */
        display: block;
        /* Remove espaços extras */
    }

    .CAIXA-CONTAINER {
        grid-template-columns: repeat(3, 1fr);
    }

    .testee img {
        width: 100px;
    }
}

/*------------------------------------------------------------------------------------------------------------------------------*/

@media (max-width: 345px) {
    .logoPromotora {
        width: 18%;
    }

    .home,
    .servicos,
    .quemSomos,
    .duvidas,
    .faleConosco {
        font-size: 0.5rem;
        padding: 1px;
    }

    .imgBradesco,
    .imgSantander {
        width: 8rem;
    }

    .imgDaycoval {
        width: 6rem;
    }

    .imgMaster,
    .imgSafra,
    .imgFacta {
        width: 5rem;
    }

    .imgBMG,
    .imgCaixa,
    .imgCapitalConsig,
    .imgNeoCredito,
    .imgSaninvest,
    .imgBrasil,
    .imgPan,
    .imgBRG,
    .imgDigio,
    .imgInsurba {
        width: 4rem;
    }

    .imgBanrisul,
    .imgItau {
        width: 3rem;
    }

    .paginas-slide img {
        margin: 20px;
    }

    .escritaAtendimento {
        color: black;
        font-weight: 900;
        font-size: 0.7rem;
    }

    .descricaoAtendimento {
        font-size: 0.4rem;
        line-height: 1.0;
        white-space: normal;
        word-wrap: break-word;
    }

    .faleConoscoAtendimento {
        background-color: #FFA500;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.4rem;
        font-weight: 800;
        color: black;
        border-radius: 14px;
        padding: 10px;
        width: 40%;
        text-align: center;
        text-decoration: none;
        display: block;
    }

    .imgAtendimento {
        border-radius: 30px;
        width: 40%;
        height: 140px;
        object-fit: cover;
    }
}