@font-face {
    font-family: 'Gilroy';
    src: url('../../fonts/geekie/Gilroy-Medium.woff2') format('woff2'),
        url('../../fonts/geekie/Gilroy-Medium.woff') format('woff'),
        url('../../fonts/geekie/Gilroy-Medium.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('../../fonts/geekie/Muli-Medium.woff2') format('woff2'),
        url('../../fonts/geekie/Muli-Medium.woff') format('woff'),
        url('../../fonts/geekie/Muli-Medium.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli-bold';
    src: url('../../fonts/geekie/Muli-ExtraBold.woff2') format('woff2'),
        url('../../fonts/geekie/Muli-ExtraBold.woff') format('woff'),
        url('../../fonts/geekie/Muli-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../../fonts/geekie/Quicksand-Regular.woff2') format('woff2'),
        url('../../fonts/geekie/Quicksand-Regular.woff') format('woff'),
        url('../../fonts/geekie/Quicksand-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand-Medium';
    src: url('../../fonts/geekie/Quicksand-Medium.woff2') format('woff2'),
        url('../../fonts/geekie/Quicksand-Medium.woff') format('woff'),
        url('../../fonts/geekie/Quicksand-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy-Extrabold';
    src: url('../../fonts/geekie/gilroy-extrabold.woff2') format('woff2'),
        url('../../fonts/geekie/gilroy-extrabold.woff') format('woff'),
        url('../../fonts/geekie/gilroy-extrabold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

*:focus {
    outline: none !important;
}

option {
    font-family: 'Gilroy' !important;
}

small {
    font-family: 'Gilroy' !important;
}

p {
    font-family: 'Gilroy' !important;
}

strong {
    font-family: 'Gilroy' !important;
}

span {
    font-family: 'Gilroy' !important;
}

a {
    font-family: 'Gilroy' !important;
}

label {
    font-family: 'Gilroy' !important;
}

input {
    font-family: 'Gilroy' !important;
}

input::placeholder {
    font-family: 'Gilroy' !important;
}

button {
    font-family: 'Gilroy';
}

h1 {
    font-family: 'Gilroy-Extrabold';
}

h2 {
    font-family: 'Gilroy-Extrabold';
}

h3 {
    font-family: 'Gilroy-Extrabold';
}

h4 {
    font-family: 'Gilroy-Extrabold';
}

h5 {
    font-family: 'Gilroy-Extrabold';
}

h6 {
    font-family: 'Gilroy-Extrabold';
}

@media only screen and (min-width: 1800px) {
    h1 {
        font-family: 'Gilroy-Extrabold';
        color: white;
        font-size: 6vh;
    }

    .descricao {
        font-size: 2.75vh;
        color: white;
        font-family: 'Gilroy';
        margin-bottom: 3rem;
        margin-top: 3rem;
    }

}

@media only screen and (max-width: 1800px) {
    h1 {
        font-family: 'Gilroy-Extrabold';
        color: white;
        font-size: 8vh;
    }

    .descricao {
        font-size: 3vh;
        color: white;
        font-family: 'Gilroy' !important;
        margin-bottom: 3rem;
        margin-top: 3rem;
    }
}

@media only screen and (max-width: 700px) {
    .invisivel-mobile {
        display: none !important;
    }
}

@media only screen and (min-width: 700px) {
    .invisivel-desktop {
        display: none !important;
    }

    body {
        width: 100%;
        height: 100%;
        position: fixed;
    }
}

.invisivel {
    display: none;
}

.btn.focus,
.btn:focus,
.btn:hover {
    text-decoration: none;
    outline: none;
}

.centralizar {
    text-align: center !important;
}

.btn-whats {
    position: fixed !important;
    width: 60px;
    height: 60px;
    bottom: 40px !important;
    right: 40px !important;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    transition: all .225s ease-in-out;
}

.btn-whats:hover {
    color: #FFF;
    box-shadow: 0 1rem 1.5rem rgba(0, 0, 0, 0.75) !important;
    z-index: 1050 !important;
    bottom: 50px !important;
}

.btn-whats:focus {
    color: #FFF !important;
}

.whats {
    margin-top: 16px;
}

.email {
    text-transform: lowercase !important;
}

.email::placeholder {
    text-transform: none !important;
}