.pagina {
    background: url("../imagens/braga-boys.svg") no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100vw;
}

.principal {
    min-height: inherit;
}

.container-superior {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.logo-principal {
    margin-left: 220px;
}

.redes-sociais {
    margin-right: 220px;
    display: flex;
}

.box-redes-sociais {
    background-color: white;
    margin-right: 20px;
    width: 67px;
    height: 67px;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(3.53329px 3.53329px 10.5999px rgba(0, 0, 0, 0.5));
    border-radius: 16px;
    cursor: pointer;
}

.box-redes-sociais:last-child {
    margin-right: 0;
}

.box-redes-sociais:hover {
    background-color: #fbdada;
}

.container-inferior {
    display: flex;
    position: absolute;
    bottom: 30px;
    width: calc(100% - 8px);
    align-items: flex-end;
    justify-content: space-between;
}

.secao-direita {
    margin-right: 170px;
}

.secao-esquerda {
    margin-left: 220px;
}

.link-whatsapp {
    text-decoration: none;
    cursor: pointer;
}

.btn-whatsapp:hover {
    background-color: #53d464;
}

.btn-whatsapp {
    background-color: #40C351;
    width: 340px;
    height: 60px;
    border-radius: 62px;
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    display: flex;
    align-items: center;
    /* justify-content: space-evenly; */
    text-decoration: none;
    cursor: pointer;
    border: none;
}

.icone-whatsapp {
    margin-right: 7px;
    margin-left: 7px;
}

@media (max-width: 768px) {
    .container-superior {
        justify-content: space-evenly !important;
    }

    .container-inferior {
        justify-content: space-around !important;
    }

    .secao-direita {
        margin-right: unset !important;
    }

    .secao-esquerda {
        margin-left: unset !important;
    }

    .logo-principal {
        margin-left: unset !important;
    }

    .redes-sociais {
        margin-right: unset !important;
    }
}

.logo-braga-boys {
    height: 150px;
}

.hero-chamada-simples {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hero-chamada-simples h1 {
    font-size: 4rem;
    font-family: "Arial Black", sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 0px 4px 10px rgba(0,0,0,0.7);
}

