@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

* {
        box-sizing: content-box;
    }

    html, body {
        margin: 0;
        height: 100%;
        width: 100%;
        overflow: hidden;
        position: relative;
        font-family: 'Montserrat', sans-serif;
    }

    .title {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 50%;
        color: #fff;
        font-weight: 100;
        font-size: 3em;
        font-family: 'Pacifico', cursive;
    }

    .title .avatar {
        width: 40px;
        height: 40px;
        background-image: url(../img/avatar.jpg);
        display: inline-block;
        border-radius: 50%;
        background-size: 100%;
    }

    .noite {
        background: linear-gradient(to bottom, #020111 40%,#3a3a52 100%);
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
    }

    .constelacao {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        animation: rotate 600s infinite linear;
    }

    .estrela {
        background-color: white;
        border-radius: 50%;
        position: absolute;
        animation-name: estrela;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
    }

    .estrela.style1 { animation-duration: 0.5s; animation-name: estrela; }
    .estrela.style2 { animation-duration: 1s; animation-name: estrela; }
    .estrela.style3 { animation-duration: 1.5s; animation-name: estrela; }
    .estrela.style4 { animation-duration: 2s; animation-name: estrelaDestacada; }

    .estrela.tam1 { width: 1px; height: 1px; }
    .estrela.tam2 { width: 2px; height: 2px; }
    .estrela.tam3 { width: 3px; height: 3px; }

    .estrela.opacity1 { opacity:  1; }
    .estrela.opacity2 { opacity: .5; }
    .estrela.opacity3 { opacity: .1; }

    .meteoro {
        position: absolute;
        background-color: #fff;
        width: 2px;
        height: 2px;
        border-radius: 50%;
        transform: rotate(-35deg);
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        animation-duration: 1s;
    }

    .meteoro:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        width: 0;
        height: 0;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
        border-left: 85px solid white;
        position: absolute;
        left: 2px;
        top: 0;
    }

    .meteoro.style1 { animation-name: meteoroStyle1; }
    .meteoro.style2 { animation-name: meteoroStyle2; }
    .meteoro.style3 { animation-name: meteoroStyle3; }
    .meteoro.style4 { animation-name: meteoroStyle4; }

    .lua {
        position: absolute;
        right: 200px;
        top: 150px;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        box-shadow: 0 0 160px 0px #fff, 0 0 30px -4px #fff, 0 0 8px 2px rgba(255, 255, 255, 0.26);
        background-color: #fff;
        animation-name: lua;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        animation-duration: 10s;
    }

    .lua .textura {
        background-image: url(https://raw.githubusercontent.com/interaminense/starry-sky/master/src/img/bgMoon.png);
        background-position: center;
        background-size: 100%;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 50%;
        overflow: hidden;
        opacity: 0.4;
    }

    .floresta {
        position: fixed;
        left: 0;
        top: 0px;
        bottom: 0;
        width: 100%;
        background-size: cover !important;
    }

    .floresta img {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    @keyframes escurecer {
        0%   { top: 0; }
        100% { top: 100%; }
    }

    @keyframes estrelaDestacada {
        0% {
            background-color: #FFFFFF;
            box-shadow: 0 0 10px 0px rgba(255, 255, 255, 1);
        }
        20% {
            background-color: #FFC4C4;
            box-shadow: 0 0 10px 0px rgb(255, 196, 196, 1);
        }
        80% {
            background-color: #C4CFFF;
            box-shadow: 0 0 10px 0px rgb(196, 207, 255, 1);
        }
        100% {
            background-color: #FFFFFF;
            box-shadow: 0 0 10px 0px rgba(255, 255, 255, 0.2);
        }
    }

    @keyframes meteoroStyle1 {
        0% { opacity: 0; right: 300px; top: 100px; }
        30% { opacity: .3; }
        60% { opacity: .3; }
        100% { opacity: 0; right: 1000px; top: 600px; }
    }

    @keyframes meteoroStyle2 {
        0% { opacity: 0; right: 700px; top: 100px; }
        30% { opacity: 1; }
        60% { opacity: 1; }
        100% { opacity: 0; right: 1400px; top: 600px; }
    }

    @keyframes meteoroStyle3 {
        0% { opacity: 0; right: 300px; top: 300px; }
        30% { opacity: 1; }
        60% { opacity: 1; }
        100% { opacity: 0; right: 1000px; top: 800px; }
    }

    @keyframes meteoroStyle4 {
        0% { opacity: 0; right: 700px; top: 300px; }
        30% { opacity: 1; }
        60% { opacity: 1; }
        100% { opacity: 0; right: 1400px; top: 800px; }
    }

    @keyframes lua {
        0%{
            box-shadow: 0 0 160px 0px #fff, 0 0 30px -4px #fff, 0 0 8px 2px rgba(255, 255, 255, 0.26);
        }
        50% {
            box-shadow: 0 0 80px 0px #fff, 0 0 30px -4px #fff, 0 0 8px 2px rgba(255, 255, 255, 0.26);
        }
        100% {
            box-shadow: 0 0 160px 0px #fff, 0 0 30px -4px #fff, 0 0 8px 2px rgba(255, 255, 255, 0.26);
        }
    }

    @keyframes rotate {
        0% {
            -webkit-transform: rotate(0deg);
        }
        50% {
            -webkit-transform: rotate(40deg);
        }
        100% {
            -webkit-transform: rotate(0deg);
        }
    }

.container {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    display: flex
}

.side {
    height: 100%;
    width: 570px;
    display: flex;
    flex-direction: column;
    padding: 4rem;
    box-sizing: border-box;
    text-align: left;
    /* background: rgb(0 0 0 / 47%); */
}


img.logo {
    height: 80px;
    margin-bottom: 50px;
    margin-right: auto;
}

.side h1 {
    color: #fff;
    font-weight: 400;
    margin: 0px 0px 20px 0px;
    font-size: 45px;
    line-height: 56px;
    text-transform: uppercase;
}

.side p {
    color: #ffff;
    font-size: 1.12rem;
    font-weight: 300;
    /* font-size: 18px; */
    margin-bottom: 0px;
}

.input-group {
    margin-top: 40px;
    position: relative;
}

.footer {
    margin-top: auto;
}

.footer a {
    color: #fff;
    display: inline-block;
    width: 100%;
    text-decoration: none;
}

.input-group input {
    width: 100%;
    font-size: 1.12rem;
    padding: 12px 10px;
    box-sizing: border-box;
    color: #2d2d2d;
    outline: none;
}

.input-group a.btn {
    position: absolute;
    right: 0px;
    font-size: 1rem;
    color: #fff;
    background: rgba(113, 191, 68, 1);
    padding: 15px 15px;
    text-decoration: none;
}

.input-group a.btn:hover {
    background: rgba(76, 156, 31, 1);
}

a.phone img, .footer a img {
    width: 17px;
    filter: invert(1);
    margin-right: 10px;
    display: inline-block;
    float: left;
}

.footer a{
    margin-top: 15px;
    font-weight: 500
}

input#formPhone {
    font-family: 'Montserrat', sans-serif !important;
}

@media(max-width: 1440px) {
    .side {
        width: 500px;
    }

    .floresta img {
        top: auto;
        bottom: 0px;
    }
}

@media(max-width: 425px) {
    .side {
        padding: 2rem;
    }
    
    .input-group {
        margin-top: 30px;
    }

    .side h1 {
        font-size: 2.2rem;
        line-height: 1.4;
        margin-bottom: 0px;
    }

    img.logo {
        margin-bottom: 25px;
        height: 60px;
    }

    .floresta {
        background-position-x: -130px !important;
    }
.lua {
    right: -25px;
    top: 75px;
}
}@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

* {
        box-sizing: content-box;
    }

    html, body {
        margin: 0;
        height: 100%;
        width: 100%;
        overflow: hidden;
        position: relative;
        font-family: 'Montserrat', sans-serif;
    }

    .title {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 50%;
        color: #fff;
        font-weight: 100;
        font-size: 3em;
        font-family: 'Pacifico', cursive;
    }

    .title .avatar {
        width: 40px;
        height: 40px;
        background-image: url(../img/avatar.jpg);
        display: inline-block;
        border-radius: 50%;
        background-size: 100%;
    }

    .noite {
        background: linear-gradient(to bottom, #020111 40%,#3a3a52 100%);
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
    }

    .constelacao {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        animation: rotate 600s infinite linear;
    }

    .estrela {
        background-color: white;
        border-radius: 50%;
        position: absolute;
        animation-name: estrela;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
    }

    .estrela.style1 { animation-duration: 0.5s; animation-name: estrela; }
    .estrela.style2 { animation-duration: 1s; animation-name: estrela; }
    .estrela.style3 { animation-duration: 1.5s; animation-name: estrela; }
    .estrela.style4 { animation-duration: 2s; animation-name: estrelaDestacada; }

    .estrela.tam1 { width: 1px; height: 1px; }
    .estrela.tam2 { width: 2px; height: 2px; }
    .estrela.tam3 { width: 3px; height: 3px; }

    .estrela.opacity1 { opacity:  1; }
    .estrela.opacity2 { opacity: .5; }
    .estrela.opacity3 { opacity: .1; }

    .meteoro {
        position: absolute;
        background-color: #fff;
        width: 2px;
        height: 2px;
        border-radius: 50%;
        transform: rotate(-35deg);
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        animation-duration: 1s;
    }

    .meteoro:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        width: 0;
        height: 0;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
        border-left: 85px solid white;
        position: absolute;
        left: 2px;
        top: 0;
    }

    .meteoro.style1 { animation-name: meteoroStyle1; }
    .meteoro.style2 { animation-name: meteoroStyle2; }
    .meteoro.style3 { animation-name: meteoroStyle3; }
    .meteoro.style4 { animation-name: meteoroStyle4; }

    .lua {
        position: absolute;
        right: 200px;
        top: 150px;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        box-shadow: 0 0 160px 0px #fff, 0 0 30px -4px #fff, 0 0 8px 2px rgba(255, 255, 255, 0.26);
        background-color: #fff;
        animation-name: lua;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        animation-duration: 10s;
    }

    .lua .textura {
        background-image: url(https://raw.githubusercontent.com/interaminense/starry-sky/master/src/img/bgMoon.png);
        background-position: center;
        background-size: 100%;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 50%;
        overflow: hidden;
        opacity: 0.4;
    }

    .floresta {
        position: fixed;
        left: 0;
        top: 0px;
        bottom: 0;
        width: 100%;
        background-size: cover !important;
    }

    .floresta img {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    @keyframes escurecer {
        0%   { top: 0; }
        100% { top: 100%; }
    }

    @keyframes estrelaDestacada {
        0% {
            background-color: #FFFFFF;
            box-shadow: 0 0 10px 0px rgba(255, 255, 255, 1);
        }
        20% {
            background-color: #FFC4C4;
            box-shadow: 0 0 10px 0px rgb(255, 196, 196, 1);
        }
        80% {
            background-color: #C4CFFF;
            box-shadow: 0 0 10px 0px rgb(196, 207, 255, 1);
        }
        100% {
            background-color: #FFFFFF;
            box-shadow: 0 0 10px 0px rgba(255, 255, 255, 0.2);
        }
    }

    @keyframes meteoroStyle1 {
        0% { opacity: 0; right: 300px; top: 100px; }
        30% { opacity: .3; }
        60% { opacity: .3; }
        100% { opacity: 0; right: 1000px; top: 600px; }
    }

    @keyframes meteoroStyle2 {
        0% { opacity: 0; right: 700px; top: 100px; }
        30% { opacity: 1; }
        60% { opacity: 1; }
        100% { opacity: 0; right: 1400px; top: 600px; }
    }

    @keyframes meteoroStyle3 {
        0% { opacity: 0; right: 300px; top: 300px; }
        30% { opacity: 1; }
        60% { opacity: 1; }
        100% { opacity: 0; right: 1000px; top: 800px; }
    }

    @keyframes meteoroStyle4 {
        0% { opacity: 0; right: 700px; top: 300px; }
        30% { opacity: 1; }
        60% { opacity: 1; }
        100% { opacity: 0; right: 1400px; top: 800px; }
    }

    @keyframes lua {
        0%{
            box-shadow: 0 0 160px 0px #fff, 0 0 30px -4px #fff, 0 0 8px 2px rgba(255, 255, 255, 0.26);
        }
        50% {
            box-shadow: 0 0 80px 0px #fff, 0 0 30px -4px #fff, 0 0 8px 2px rgba(255, 255, 255, 0.26);
        }
        100% {
            box-shadow: 0 0 160px 0px #fff, 0 0 30px -4px #fff, 0 0 8px 2px rgba(255, 255, 255, 0.26);
        }
    }

    @keyframes rotate {
        0% {
            -webkit-transform: rotate(0deg);
        }
        50% {
            -webkit-transform: rotate(40deg);
        }
        100% {
            -webkit-transform: rotate(0deg);
        }
    }

.container {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    display: flex
}

.side {
    height: 100%;
    width: 570px;
    display: flex;
    flex-direction: column;
    padding: 4rem;
    box-sizing: border-box;
    text-align: left;
    position: relative;
}

.side:before {
    content: '';
    position: absolute;
    top: 0;
    left: -300px;
    right: -30px;
    bottom: 0;
    background: rgb(0 0 0 / 47%);
    z-index: -1;
    filter: blur(30px);
}


img.logo {
    height: 80px;
    margin-bottom: 50px;
    margin-right: auto;
}

.side h1 {
    color: #fff;
    font-weight: 400;
    margin: 0px 0px 20px 0px;
    font-size: 45px;
    line-height: 56px;
    text-transform: uppercase;
}

.side p {
    color: #ffff;
    font-size: 1.12rem;
    font-weight: 300;
    /* font-size: 18px; */
    margin-bottom: 0px;
}

.input-group {
    margin-top: 40px;
    position: relative;
}

.footer {
    margin-top: auto;
}

.footer a {
    color: #fff;
    display: inline-block;
    width: 100%;
    text-decoration: none;
}

.input-group input {
    width: 100%;
    font-size: 1.12rem;
    padding: 12px 10px;
    box-sizing: border-box;
    color: #2d2d2d;
    outline: none;
}

.input-group a.btn {
    position: absolute;
    right: 0px;
    font-size: 1rem;
    color: #fff;
    background: rgba(113, 191, 68, 1);
    padding: 15px 15px;
    text-decoration: none;
}

.input-group a.btn:hover {
    background: rgba(76, 156, 31, 1);
}

a.phone img, .footer a img {
    width: 17px;
    filter: invert(1);
    margin-right: 10px;
    display: inline-block;
    float: left;
}

.footer a{
    margin-top: 15px;
    font-weight: 500
}

input#formPhone {
    font-family: 'Montserrat', sans-serif !important;
}

@media(max-width: 1440px) {
    .side {
        width: 500px;
    }

    .floresta img {
        top: auto;
        bottom: 0px;
    }
}

@media(max-width: 425px) {
    .side {
        padding: 2rem;
    }
    
    .input-group {
        margin-top: 30px;
    }

    .side h1 {
        font-size: 2.2rem;
        line-height: 1.4;
        margin-bottom: 0px;
    }

    img.logo {
        margin-bottom: 25px;
        height: 60px;
    }

    .floresta {
        background-position-x: -130px !important;
    }
.lua {
    right: -25px;
    top: 75px;
}
}