﻿body, html {
    height: 100%;
}

body {
    background-image: url('../imagens/background-home.webp') !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.gw-container {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    min-width: 100vw;
    display: flex;
    flex-direction: column;
    padding: 10px;
    align-items: center;
    justify-content: center;
}

    .gw-container img {
        opacity: 1;
        max-width: 60vw;
        margin-top: -30vh;
    }

    .gw-container h1 {
        font-size: 28px;
        margin-top: 0px;
    }

.gw-redes-sociais a {
    color: #333;
}

.gw-redes-sociais i {
    font-size: 35px;
    cursor: pointer !important;
}

    .gw-redes-sociais i::before {
        cursor: pointer !important;
        z-index: 999;
    }

@media (max-width: 575.98px) {
    .gw-container img {
        max-width: 100vw;
    }

    .gw-container h1 {
        font-size: 20px;
    }

    .gw-redes-sociais i {
        font-size: 30px;
    }

    .mx-3 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .gw-container img {
        max-width: 90vw;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .gw-container img {
        max-width: 80vw;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .gw-container img {
        max-width: 70vw;
    }
}