.divContato {
    display: flex;
    width: 80%;
    height: 90vh;
    margin: auto;
    justify-content: center;
    align-items: center;
}

.seta {
    font-size: 36px;
    color: #CAB230;
}

.divImgContato {
    width: 50%;
    height: auto;
}

.divImgContato img {
    width: 50%;
}

.h1Contato {
    font-size: 32px;
    text-align: center;
    font-family: "Montserrat", "Sans-serif";
    font-weight: bold;
    color: #A3141E;
    margin-bottom: 10%;
}

.divInfoContato {
    background-color: #A3141E;
    margin-top: 2%;
    display: flex;
    width: 100%;
    align-items: center;
    border-radius: 5px;
    /* opcional, para dar um pouco de espaço interno */
}

.divInfoContato p {
    color: white;
    font-size: 17px;
    font-family: "Montserrat", "Sans-serif";
    font-weight: 350;
    width: 80%;
}


.titleInfo {
    padding-top: 4%;
    color: white;
    font-size: 22px;
    font-family: "Montserrat", "Sans-serif";
    font-weight: bold;
}

.whatsapp-icon {
    fill: #25D366 !important;
}

.whatsapp-icon:hover {
    fill: #075E54 !important;
}

@media screen and (max-width: 650px) {

    .divContato {
        display: flex;
        flex-direction: column;
        width: 90%;
        margin: auto;
        justify-content: center;
    }

    .whatsapp-link {
        position: fixed;
        bottom: 20px;
        right: 5px;
        z-index: 1000;
        cursor: pointer;
    }

    .divInfoContato {
        background-color: #A3141E;
        display: flex;
        justify-content: space-between;
        align-items: center;
        /* Alinha verticalmente */
        width: 100%;
        border-radius: 5px;
        margin: auto;
        margin-top: 2%;
        padding: 1rem;
        box-sizing: border-box;
        /* Garante que padding não estoure */
    }

    .titleInfo {
        font-size: 14px;
        width: 100%;
        margin: 0;
    }

    .divInfoContato p {
        color: white;
        font-size: 14px;
        font-family: "Montserrat", "Sans-serif";
        font-weight: 350;
        width: 100%;
    }

    .seta {
        font-size: 20px;
    }

    .divImgContato {
        width: 80%;
        height: auto;
        text-align: center;
    }

    .divImgContato img {
        width: 60%;
    }

    .h1Contato {
        font-size: 24px;
        text-align: center;
        margin-top: 4%;
    }

    .divInfoContato1 {
        margin-top: 0;
    }

    .sctContato {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #divGeralContato {
        width: 100%;
    }
}

@media screen and (min-width: 651px) and (max-width: 992px) {
    .divContato {
        display: flex;
        flex-direction: column;
        width: 90%;
        margin: auto;
        align-items: center;
        justify-content: center;
    }

    .divInfoContato {
        background-color: #A3141E;
        display: flex;
        justify-content: space-between;
        align-items: center;
        /* Alinha verticalmente */
        width: 80%;
        border-radius: 5px;
        margin: auto;
        margin-top: 2%;
        padding: 1rem;
        /* Opcional: impede crescer demais */
        box-sizing: border-box;
        /* Garante que padding não estoure */
    }

    .titleInfo {
        font-size: 20px;
        width: 100%;
        margin: 0;
    }

    .divInfoContato p {
        color: white;
        font-size: 14px;
        font-family: "Montserrat", "Sans-serif";
        font-weight: 350;
        width: 100%;
    }

    .seta {
        font-size: 20px;
    }

    #titleInfo1 {
        margin-top: 2%;
    }

    .divImgContato {
        width: 50%;
        height: auto;
        text-align: center;
        margin-top: 5%;
        margin: auto;
    }

    .divImgContato img {
        width: 55%;
    }

    .h1Contato {
        font-size: 28px;
        text-align: center;
        margin-top: 4%;
        margin-bottom: 0%;
    }

    .divInfoContato1 {
        margin-top: 0;
    }

    .sctContato {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    footer {
        margin-top: 5%;
    }

    #divGeralContato {
        width: 100%;
    }

    .whatsapp-link {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 1000;
        cursor: pointer;
    }
}

@media screen and (min-width: 993px) and (max-width: 1090px) {
    .divImgContato img {
        width: 80%;
    }

    .whatsapp-link {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 1000;
        cursor: pointer;
    }
}

@media screen and (min-width: 1091px) and (max-width: 1500px) {
    .divImgContato img {
        width: 70%;
        max-width: 80%;
        /* tamanho máximo ideal */
        height: auto;
        margin: 0 auto;
    }

    .whatsapp-link {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 1000;
        cursor: pointer;
    }
}