body {
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    background: rgb(90, 165, 135);
    background: linear-gradient(135deg, rgba(90, 165, 135, 1) 0%, rgba(61, 80, 78, 1) 100%);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

body * {
    font-family: Montserrat;
}

h2 {
    color: #fff;
    font-weight: 300;
}

.section-inicio {
    margin-top: 5vh;
}

.section-inicio .mensagem {
    background-color: rgba(255, 255, 255, .8);
    color: rgba(76, 123, 107, 1);
    text-align: center;
    padding: 10px;
    border-radius: 3px;
}

.section-inicio h4 {
    color: #fff;
    text-align: center;
    font-weight: 600;
}

.logo {
    background-image: url('/assets/landing/imgs/logoLekko_branco.png');
    width: 350px;
    height: 76px;
    margin: 5% auto;
    transform: scale(.5);
}

#formulario {
    background-color: rgba(255, 255, 255, .2);
    width: 100%;
    border-radius: 3px;
    color: #fff;
    margin-top: 2vh;
}

#formulario h3,
#formulario p {
    text-align: center;
}

#formulario h3 {
    color: #fff;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 1.7rem;
}

#formulario .form-group label,
#formulario .form-group span {
    font-weight: 300;
    font-size: 15px;
    line-height: 22.5px;
    margin-bottom: 5px;
}

#formulario .formularioErrado {
    border: 2px solid red;
}

#formulario .form-group input::placeholder {
    color: rgba(0, 0, 0, .2);
    font-size: 12px;
}

#formulario .form-group .form-check label {
    font-weight: 600;
}

#formulario button {
    width: 100%;
    height: 50px;
    border: 3px solid rgba(255, 255, 255, .8);
    border-radius: 3px;
    color: #fff;
    background: rgb(90, 165, 135);
    background: linear-gradient(151deg, rgba(90, 165, 135, 1) 0%, rgba(76, 123, 107, 1) 53%, rgba(61, 80, 78, 1) 100%);
    transition: 0.2s;
}

#formulario button:hover {
    transform: scale(1.02);
    transition: 0.2s;
}

#formulario [type=checkbox]:checked+label:before {
    background-color: #000;
}

.fundoBranco {
    background-color: #fff;
    width: 100vw;
    padding-top: 3vh;
}

::selection,
::-moz-selection {
    background-color: rgba(76, 123, 107, .8);
    color: #fff;
}

.fundoBranco h2 {
    color: rgba(0, 0, 0, .9);
    text-align: center;
    font-weight: 300;
    margin-bottom: 3vh;
}

.fundoBranco h2 b {
    font-weight: 700;
}

.fundoBranco ul {
    list-style: none;
    margin-left: -15px;
}

.fundoBranco ul li {
    font-weight: 300;
    color: rgba(76, 123, 107, 1);
    cursor: pointer;
}

.fundoBranco h4 {
    font-size: 22px;
}

.fundoBranco ul li:hover {
    font-weight: 400;
}

.fundoBranco ul li::before {
    content: '→';
    margin-right: 10px;
}

.fundoBranco .descobrirMais {
    color: #fff;
    background: linear-gradient(90deg, rgba(76, 123, 107, 1) 0%, rgba(90, 165, 135, 1) 100%);
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 3px;
    text-align: center;
}

.fundoBranco .descobrirMais:hover {
    background: linear-gradient(0deg, rgba(76, 123, 107, 1) 0%, rgba(90, 165, 135, 1) 100%);
}

#facaSeuOrcamento h2 {
    margin-top: 15px;
    text-align: center;
}

#facaSeuOrcamento .botaoParaFormulario {
    max-width: 100%;
    padding: 1rem 1rem;
    display: block;
    margin: 0 auto;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    border: 3px solid rgba(255, 255, 255, .8);
    background: rgb(76, 123, 107);
    background: linear-gradient(0deg, rgba(76, 123, 107, 1) 0%, rgba(90, 165, 135, 1) 100%);
    transition: .2s;
    font-size: 20px;
    font-weight: 600;
}

#facaSeuOrcamento .botaoParaFormulario:hover {
    transform: scale(1.02);
    transition: .2s;
    text-decoration: none;
}

.footer {
    color: #fff;
    text-align: center;
    font-weight: 300;
}

.imgPrincipal {
    z-index: 9;
    width: 100%;
    height: auto;
    margin-bottom: -5.3vh;
}

.slogan {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 3px;
    color: rgb(76, 123, 107);
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    padding: 10px 20px;
}

#whatsappFlutuante {
    z-index: 900;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 1px 2px #888;
}

#whatsappFlutuante i {
    margin-top: 15px;
}
