#contato {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.text-content-org {
    width: 64%;
    text-align: center;
    margin-left: 50px;
    height: auto;
    margin-top: 50px;
}

.text-content-org h1 {
    font-family: "Aboreto", serif;
    font-size: 3.4rem;
    font-weight: 400;
    color: #DD1111;
    margin-bottom: 20px;
}

.text-content-org p {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #000000;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

#info_btn {
    border-color: #C50B0B;
    color: #000000;
    background-color: transparent;
    border-radius: 50px;
    padding: 40px 100px;
    font-weight: bold;
}

#info_title {
    font-family: "Aboreto", serif;
    font-size: 1.3rem;
    text-align: center;
}

#info_cont {
    font-family: "Didact Gothic", serif;
    font-size: 1.23rem;
    text-align: center;
}

.endereco {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.whatsapp {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.email {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (max-width: 1170px) {
    #end-cont {
        flex-wrap: wrap;
        justify-content: center;
    }

    .text-content-org {
        width: 100%;
        text-align: center;
        margin-left: 10px;
        height: auto;
        margin-top: 50px;
    }
    
    .text-content-org h1 {
        font-family: "Aboreto", serif;
        font-size: 3rem;
        font-weight: 400;
        color: #DD1111;
        margin-bottom: 20px;
    }
    
    .text-content-org p {
        font-size: 1.3rem;
        font-weight: 400;
        line-height: 1.6;
        margin-bottom: 20px;
        color: #000000;
        text-align: justify;
        display: flex;
        flex-direction: column;
    }

    .endereco {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }

    .whatsapp {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }

    .email {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    
}

@media screen and (max-width: 600px) {
    #info_btn {
        border-color: #C50B0B;
        color: #000000;
        background-color: transparent;
        border-radius: 50px;
        padding: 20px 50px;
        font-weight: bold;
    }
    
    #info_title {
        font-family: "Aboreto", serif;
        font-size: 1.1rem;
        text-align: center;
    }
    
    #info_cont {
        font-family: "Didact Gothic", serif;
        font-size: 1rem;
        text-align: center;
    }

    .endereco {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }

    .whatsapp {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }

    .email {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
}
