* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    /* Colors - Primary */
    --color-azul-escuro: #002b59;
    --color-azul-claro: #e6f2ff;
    --color-background: #F2F2F2;

    /* Breakpoints */
    --mobile: 320px;
    --tablet: 768px;
    --desktop: 1024px;

    /* Spacing */
    --spacing-xs: 0.25rem;
    --spacing-sm: 0.5rem;
    --spacing-md: 1rem;
    --spacing-lg: 1.5rem;
    --spacing-xl: 2rem;

    /* Container */
    --container-max-width: 1200px;
    --container-padding: 1rem;

    --color-azul-secundario: #005cbf;
    --color-azul-secundario-hover: #004999;
    --color-azul-secundario-active: #003773;
    --color-cinza: #373737;
    --color-cinza-claro: #B0B0B0;
    --color-azul-primario: #007aff;
    --color-azul-hover: #006ee6;
    --color-azul-active: #0062cc;
    --color-azul-claro-active:#b0d6ff;
    --color-azul-light-active:#d6eaff;
}


main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    width: 100%;
    max-width: var(--container-max-width);
    margin: 0 auto;
    padding: var(--spacing-md);
    height: 56.7vh;
}

/* NAV */

.logoalvap {
    width: 80vw;
    max-width: 300px;
}

.em_breve {
    background-color: var(--color-background);
    flex-direction: column;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    gap: 1rem;
    align-items: center;
}

.icon_contato{
    fill: var(--color-azul-claro);
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 1rem;
    text-decoration: none;
}

li a:hover:not(.active) {
    background-color: var(--color-azul-secundario-hover);
    border-radius: 10px;
}

.active {
    background-color: var(--color-azul-active);
}

/* Mobile */

.link_email_suporte {

    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
align-items: center;
}

.navbar {
    background-color: var(--color-azul-secundario);
    padding: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.menu {
    background-color: var(--color-azul-secundario);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.todas_as_empresas {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    align-items: center;
}

.nav_links {
    visibility: hidden;
    display: none;
}

.banner_princial {
    padding: 1rem;
    height: auto;
    background-image: linear-gradient(to right, rgb(36, 53, 23), rgba(83, 112, 60, 0)), url("img/banner_principal_onstation.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.container_text_banner {
    width: 50%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    color: white !important;

}
.fulllogo {

    width: 150px;
}
.button_whatsapp{
    background-color: var(--color-azul-primario);
    border: none;
    border-radius: 8px;
    color: var(--color-azul-claro);
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
    gap: 1rem;
    align-items: center;
    font-weight: bolder;
    letter-spacing: 1px;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
}

.button {
    background-color: var(--color-azul-primario);
    border: none;
    border-radius: 8px;
    color: var(--color-azul-claro);
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-weight: bolder;
    letter-spacing: 1px;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
}

.button:hover {
    background-color: var(--color-azul-hover);
    box-shadow: var(--color-azul-escuro);
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19)
}

.button:active {
    background-color: var(--color-azul-active);
    transform: translateY(3px);
}

/* FONTS */

h1 {
    /* Titulo bold verde claro */
    color: var(--color-cinza);
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    /* 20px */
    letter-spacing: 1px;
}

h2 {
    /* Titulo bold verde escuro */
    color: var(--color-cinza);
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 125%;
    /* 25px */
    letter-spacing: 1px;
}

h3 {
    /* Titilo paragrafo cinza */
    color: var( --color-azul-escuro);
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 17px;
    /* 121.429% */
}

h4 {
    /* Titulo banner */
    color: var(white);
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    /* 20px */
    letter-spacing: 1px;
}

h5{
    background-color: var(--color-azul-primario);
    color: var(--color-azul-claro);
    text-align: center;
    text-decoration: none;
    font-size: 14px;
}

p {
    color: var(--Cinza-01, --color-cinza);
    font-family: Montserrat;
    font-size: 12px;
    font-style: bold;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 15px;
    /* 150% */
}

a1 {
    /* fotter */
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    text-decoration: none;
    font-weight: 400;
    line-height: 15px;
    /* 125% */
}

a {
    /* fotter */
    font-family: Montserrat;
    color: var(--color-azul-claro);
    font-size: 12px;
    font-style: normal;
    text-decoration: none;
    font-weight: 400;
    line-height: 15px;
    /* 125% */
}

.titulo_conheca {
    display: flex;
    flex-wrap: wrap;
    font-weight: 900;
    color: var(--color-azul-primario);
}

.titulo_box_app {
    color: white !important;
}

/* MAIN */

.content_section01{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
}

.text_section_01 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: auto;
}

.section_grid_01 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1rem;
    padding: 0.5rem;
}

.section_grid_02 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1rem;
    padding-left: 0.5rem;
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: none;
}

.text_grid {
    justify-content: left;
}

.text_grid_02 {
    display: flex;
    align-items: center;
}

.img_grid_01 {
    justify-content: left;
    background-image: url(img/solutions_mobile_gerador01.gif);
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    max-height: 300px;
}

.text_ozoniogerado{
    padding: 0.5rem;
    padding-top: none;
}

.img_grid_02 {
    justify-content: left;
    background-image: url(img/solutions_desktop_agricultura.png);
    background-position: top;
    background-size: cover;
    border-radius: 10px;
    max-height: 300px;
}

.img_grid_03 {
    background-image: url(img/solutions_desktop_setor_leiteiro.png);
    background-position: left;
    background-size: cover;
    border-radius: 10px;
    max-height: 300px;
}
.img_grid_04 {
    background-image: url(img/ovosferteis.png);
    background-position: left;
    background-size: cover;
    border-radius: 10px;
    max-height: 300px;
}

.section_01 {
    display: flex;
    flex-wrap: wrap;
}


/* Footer */

footer {
    background-color: var(--color-azul-secundario);
    padding: 2rem;
}

.footer_content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
}

.logo_social {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    flex-direction: column;
}

.social {
    display: flex;
    gap: 2rem;
}

.links {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    flex-direction: column;
}

#bt_acessar{
    display: none;
}

/* WEB */

@media only screen and (min-width: 568px) {

    .link_email_suporte {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        gap: 1rem;
        align-items: center;
    }

    .img_grid_01 {
        background-image: url(img/solutions_desktop_gerador.gif);
        background-position: center;
        background-size: cover;
        border-radius: 10px;
        max-height: 300px;
    }

    /* combate */

    .img_virus { 
      width: 150px;
      height: 150px;
    }
    .img_bacteria { 

        width: 150px;
        height: 150px;
    }
    .img_acaro { 
        width: 150px;
        height: 150px;
    }
    .img_fungo { 
        width: 150px;
        height: 150px;
    }




    #bt_acessar{
        display: flex;
    }

    h1,
    h2,
    h3 {
        font-size: 22px;
        line-height: 24px;
    }

    a {
        font-size: 14px;
        line-height: 20px;
    }

    p {
        font-size: 16px;
        line-height: 20px;
    }

    .icon_menu_mobile {
        display: none;
    }

    .nav_links {
        display: flex;
        visibility: visible;
        flex-wrap: wrap;
        align-items: center;
    }
    
    .menu {
        background-color: var(--color-azul-secundario);
        display: flex;
        flex-direction: column;
        gap: 1rem;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        max-width: 1250px;
    }

    .todas_as_empresas {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 2rem;
        align-items: center;
    }

    .navbar {
        /* padding: 1% 15% 1% 15%; */
        justify-content: center;
    }

    .banner_princial {
        margin: 1rem;
        padding: 3rem;
        border-radius: 16px;
        max-width: 900px;
        height: 250px;
        background-image: linear-gradient(to right, rgb(36, 53, 23), rgba(83, 112, 60, 0)), url("img/banner_principal_onstation_web.png");
        background-position: right top;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        align-content: center;
    }

    /* Section 01 */

    .content_section01 {
        max-width: 1000px;
    }

    .section_01 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .text_section_01 {
        height: 100%;
        justify-content: center;
    }

    .img_grid_01,
    .img_grid_02,
    .img_grid_03_app,
    .img_grid_03_relatorio,
    .img_grid_03_historico {
        width: auto;

        background-position: top 10px;
    }

/* YOUTUBE */

    #solucoes{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 400px;
    }
    .embed{
        padding: 0.5rem;
        height: 100%;
        max-width: 985px;
        width: 100%;
    }

/* APP */

    #sobreaempresa,
    icons_app {
        padding: 3rem;
        gap: 2rem;
        max-width: 900px;
        border-radius: 10px;
    }

/* Contato */

#contato {
        display: flex;
        justify-content: center;
    }

    .contatos {
        max-width: 1000px;
        width: 100%;
        display: flex;
        flex-direction: row;
    }

    .contato_onagro {
        width: 100%;
    }

    .forms {
        width: 100%;
    }

    /* FOOTER */
    footer {
        display: flex;
        justify-content: center;
    }

    .footer_content {
        display: flex;
        width: 1250px;
        justify-content: space-between;
    }

    .teste_grid_contato {
        height: auto;
        width: 100%;
        display: flex;
        background-color: var(--color-azul-active);
        justify-content: center;
    }

    .grid_contato_test {
        width: 100%;
        max-width: 1000px;
        display: flex;
        background-color: #f0140c;
    }

    .contato_teste {
        width: 100%;
        background-color: #44ff00;
    }

    .forms_teste {
        width: 100%;
        background-color: #B0B0B0;
    }

}


/* Sobre */

.section_sobre {
    display: flex;
    flex-wrap: wrap;
    margin: 0.5rem;
}

.img_sobre {
    height: 230px;
    background-image: url(img/featured_image.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 10px;
}

.sobre_onagro {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.grid-container {
    max-width: 1000px;
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto;
    background-color: #2196F3;
    padding: 10px;
  }
  .grid-item {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.8);
    padding: 20px;
    font-size: 30px;
    text-align: center;
  }