html,
    body {
        margin: 0;
        padding: 0;
        background-image: url("assets/img/bg.png");
        background-size: cover;
        background-repeat: no-repeat;
        width: 101vw;
        font-family: 'Archivo', sans-serif;
        text-align: center;
        overflow-x: hidden;
    }
    .icons_header{
        padding-top: 10vh;
    }
    .logo{
        width: 200px;
        padding-top: 5vh;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }
    .textos{
        text-align: center;
        color: #FABF28;
        font-size: 16px;
        text-transform: uppercase;
        text-shadow: 0.5px 0.5px #000000;
    }
    .foto{
        width: 150px;
        z-index: 0;
    }
    .secao3{
        margin-top: 10px;
        position: sticky;
    }
    .redes{
        margin-top: 0;
    }
    .icon{
        color: #ffffff;
        width: 50px;
        margin: 10px;
    }
    .icon:hover{
        cursor: pointer;
        transform: scale(1.1);
    }
    .botao{
        margin-top: -120px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: auto;
        display: flex;
        background: linear-gradient(#172B3F, #2E3D5B);
        width: 300px;
        justify-content: center;
        border-radius: 50px;
    }
    .botao_txt{
        color: #ffffff;
        font-size: 16px;
        text-transform: uppercase;
        margin: 5px 0;
        padding: 5px;
    }
    .botao_txt_variacao{
        color: #ffffff;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        margin: 5px 0;
        padding: 5px;
    }
    .maps{
        margin-top: 100px;
        margin-bottom: 40px;
    }
    .mapa{
        width: 25px;
    }
    .mapa:hover{
        transform: scale(1.1);
        cursor: pointer;
    }
    .mapa1{
        margin-left: 20px;
    }
    
@media screen and (min-width: 769px){
    html,
    body {
        height: 101vh;
        overflow-y: hidden;
    }
    .logo{
        width: 300px;
        margin-bottom: 10px;
    }
    .conteudo{
        display: flex;
        justify-content: center;
    }
    .textos{
        margin-top: 20px;
        align-self: center;
        text-align: start;
        font-size: 20px;
    }
    .foto{
        width: 250px;
    }
    .secao3{
        display: flex;
        margin-top: -20px;
    }
    .redes{
        margin-left: 30%;
        margin-top: 0;
    }
    .botao{
        width: 400px;
        margin-top: auto;
        margin-left: 10px;
        margin-right: auto;
        margin-bottom: auto;
        display: flex;
        background: linear-gradient(#172B3F, #2E3D5B);
        justify-content: center;
        border-radius: 50px;
    }
    .botao_txt{
        font-size: 20px;
    }
    .botao_txt_variacao{
        font-size: 20px;
    }
    .maps{
        margin-top: 40px;
    }
}
