@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

body {
    background-color: #fff;
    overflow-y: scroll;
}

:root {
    font-family: 'helveticamedium';
    font-size: 18px;
}

::selection {
    background: #3377e5;
    color: #eee;
}

::placeholder {
    color: #777;
}

a {cursor: pointer;}

nav#menu {
    position: fixed;
    top: 0;
    width: 100%;
    height: 12vh;
    background-color: #eee;
    box-sizing: border-box;
    padding: 0 5% 0 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 9999;
    transition: .4s;
}

nav#menu img {
    width: 90px;
}

nav#menu span {
    color: #ff7300;
    text-transform: capitalize;
}

main {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

form#formulario {
    background-color: #ff7300;
    padding: 30px;
    margin-top: -100px;
}

form#formulario h2 {
    font-family: 'helveticamedium';
    font-weight: normal;
    font-size: 2rem;
    line-height: 1.2em;
    margin-bottom: 50px;
    color: #ffab66;
}

form#formulario h2 span {
    color: #fff;
}

form#formulario input.campo {
    font-family: 'helveticamedium';
    font-size: .9rem;
    border: none;
    border-bottom: 3px solid #ff8f33;
    background-color: #ff7300;
    color: #fff !important;
    padding: 10px 20px 10px 0;
    margin-right: 10px;
    outline: none;
}

form#formulario input.campo:active {
    border-bottom: 3px solid #fff;
    transition: .4s;
}

form#formulario input.campo:hover {
    border-bottom: 3px solid #fff;
    transition: .4s;
}

form#formulario input.campo::placeholder {
    color: #fff !important;
}

form#formulario .btn {
    font-family: 'helveticamedium';
    font-size: .9rem;
    padding: 10px 0;
    margin-top: 20px;
    width: 100px;
    display: flex;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0);
    border: 3px dashed #ff8f33;
    color: #fff;
    cursor: pointer;
    transition: .4s;
}

form#formulario .btn:hover {
    border: 3px dashed #fff;
    background-color: rgba(255, 255, 255, 1);
    color: #ff7300;
    transition: .4s;
}

footer#info {
    position: absolute;
    left: 10vw;
    bottom: 16vh;
    display: flex;
}

footer#info p {
    width: 300px;
    color: #777;
    font-size: .95rem;
    line-height: 1.2em;
}

footer#info p span {
    color: #ff7300;
}

footer#info .btn {
    position: relative;
    width: 90px;
    height: 45px;
    background-color: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 30px;
}

footer#info .btn span {
    position: absolute;
    font-size: .9rem;
    color: #ff7300;
    z-index: 1;
    transition: .4s;
}

footer#info .btn div {
    position: absolute;
    background-color: #ff7300;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 0;
    transition: .4s;
}

footer#info .btn:hover div {
    height: 100%;
    cursor: pointer;
    transition: .2s;
}

footer#info .btn:hover span {
    color: #fff;
    cursor: pointer;
    transition: .2s;
}

footer#categorias {
    position: relative;
    background-color: #eee;
    width: 100%;
    height: auto;
    padding: 100px 5% 100px 5%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 400px;
    z-index: 1;
}

footer#categorias section {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 7px;
}

footer#categorias ul {
    position: relative;
    background-color: rgba(255, 255, 255, 0) !important;
    border: 2px solid #ff7300;
    padding: 3% 5% 3% 5%;
    width: 400px;
    height: auto;
    box-sizing: border-box;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    transition: .4s;
}

footer#categorias ul:hover {
    background-color: #ff7300 !important;
    cursor: pointer;
    transition: .4s;
}

footer#categorias ul.empty {
    background: none !important;
    border: none !important;
}

footer#categorias li h2 {
    font-family: 'helveticabold';
    font-weight: normal;
    text-transform: uppercase;
    color: #ff7300;
    margin-bottom: 50px;
    transition: .4s;
}

footer#categorias ul:hover li h2 {
    color: #eee;
    transition: .4s;
}

footer#categorias li.lista {
    display: flex;
    flex-direction: column;
}

footer#categorias li span {
    font-family: 'helveticamedium';
    color: #ff7300;
    margin: 5px 0 5px 0;
    transition: .4s;
}

footer#categorias ul:hover li span {
    color: #eee;
    transition: .4s;
}

footer#categorias img.caixa {
    position: absolute;
    bottom: 0;
    right: 5%;
    margin: 0 auto;
    width: 350px;
}

img.aviao {
    position: absolute;
    right: 10vw;
    bottom: 15vh;
    width: 300px;
}

img.nuvem03 {
    position: absolute;
    bottom: 0;
    right: 40vw;
    width: 100px;
}

img.nuvem02 {
    position: absolute;
    bottom: 50vh;
    left: 15vw;
    width: 100px;
}

img.nuvem01 {
    position: absolute;
    bottom: 40vh;
    right: 8vw;
    width: 100px;
}

div#whatsapp {
    position: fixed;
    right: 30px;
    bottom: 50px;
    width: 40px;
    height: 40px;
    background-color: #25d366;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
}

footer#rodape {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 400px;
    padding: 100px 10vw 70px 10vw;
    background-color: #121212;
    display: none;
    justify-content: space-between;
    box-sizing: border-box;
    z-index: 0;
}

footer#rodape div.coluna {
    display: flex;
}

footer#rodape div.coluna img {
    width: 60px;
    margin-top: -30px;
    opacity: .1;
}

footer#rodape div.coluna h2 {
    color: #323232;
    font-family: 'helveticamedium';
    font-weight: normal;
    font-size: 2rem;
    margin-bottom: 30px;
}

footer#rodape div.coluna nav ul li {
    margin-bottom: 15px;
}

footer#rodape div.coluna nav ul:nth-child(2) li:first-child a {
    text-decoration: underline;
    color: #777 !important;
    cursor: default;
}

footer#rodape div.coluna nav ul li a {
    text-transform: capitalize;
    color: #323232;
    transition: color .4s;
}

footer#rodape div.coluna nav ul li a:hover {
    color: #777;
    transition: color .4s;
}

footer#rodape div.coluna nav ul:first-child {
    margin-right: 40px;
}

footer#rodape div.coluna:nth-child(2) div:first-child {
    margin-right: 100px;
}

footer#rodape div.coluna nav {
    display: flex;
    margin-bottom: 50px;
}

footer#rodape span {
    position: absolute;
    bottom: 50px;
    margin: 0 auto;
    font-family: 'helveticamedium';
    font-size: .8rem;
    color: #323232;
    white-space: nowrap;
}

footer#rodape div.coluna div .btn {
    position: relative;
    width: 140px;
    height: 55px;
    background-color: #212121;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    overflow: hidden !important;
    cursor: pointer;
}

footer#rodape div.coluna div .btn a {
    position: absolute;
    font-size: .85rem;
    color: #3377e5;
    z-index: 9;
    transition: .6s;
}

footer#rodape div.coluna div .btn div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #3377e5;
    transition: .4s;
}

footer#rodape div.coluna div .btn:hover div {
    height: 100%;
    transition: .2s;
}

footer#rodape div.coluna div .btn:hover a {
    color: #212121;
    transition: .2s;
}

footer#rodape div.coluna div .btn:active div {
    background-color: #ff8f33;
    transition: .1s;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.sucesso {
    width: 100%;
    height: 100%;
    background-color: #3377e5;
    flex-direction: column;
    margin-top: 30px;
}

.sucesso h2 {
    font-family: 'helveticamedium';
    font-weight: normal;
    font-size: 2rem;
    line-height: 1.2em;
    text-align: center;
    margin-bottom: 30px;
    color: #8eb4f0;
}

.sucesso h2 span {
    color: #fff;
}

.sucesso .btn {
    position: relative;
    width: 90px;
    height: 45px;
    background-color: rgba(255, 255, 255, 0);
    border: 3px dashed #6196ea;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s;
}

.sucesso .btn span {
    position: absolute;
    font-size: .9rem;
    color: #fff;
    z-index: 1;
    transition: .4s;
}

.sucesso .btn:hover {
    background-color: rgba(255, 255, 255, 1);
    border: 3px dashed #fff;
    transition: .2s;
}

.sucesso .btn:hover span {
    color: #3377e5;
    cursor: pointer;
    transition: .2s;
}