
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

header.main_header .left_side
{
    display: flex;
    align-items: center;
}

header.main_header .left_side img
{
    width: 40px;
}

header.main_header .left_side h1 {
    font-size: 16pt;
    padding: 15px;
    font-style: italic;
}

/* SECTION CONTATOS E INFORMACOES */

section.contatos-info {
    padding: 0 10%;
    padding-top: 5%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

section.contatos-info .box {
    padding: 40px;
    margin: 30px 0;
    background-color: #f9f9f9; 
    border-radius: 20px; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

section.contatos-info .box .container {
    display: flex;
    flex-direction: column;
    height: 100%; 
}

section.contatos-info .box .container h1 {
    font-size: 18pt;
    margin-bottom: 10px;
    font-weight: 500;
}

section.contatos-info .box .container h2 {
    font-size: 14pt;
    margin: 10px 0;
    font-weight: 400;
}

section.contatos-info .box .container p,
section.contatos-info .box .container a {
    font-size: 12pt;
    margin-bottom: 15px;
    font-weight: 300;
}

section.contatos-info .box .container iframe {
    width: 100%;
    height: 300px;
    border: none;
    margin-top: auto;
    border-radius: 8px;
}

section.contatos-info button {
    display: none;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
}

section.contatos-info a {
    text-decoration: none;
}

section.contatos-info button:hover {
    background-color: #0056b3;
}

section.contatos-info img.whatsapp_button
{
    width: 25px; height: auto;
}
