.desktop {}

.mobile {}

.mobileHeader {}

/* Header */
.header {
    padding: 15px;
    height: 480px;
    position: relative;
    z-index: 99999999;
}

.header .container {
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 100%;
}

.header .head {
    top: 0;
    width: 100%;
    left: 0px;
    position: absolute;
    padding: 15px;
    box-sizing: border-box;
}

.header .head.fixe {
    top: 0;
    width: 100%;
    left: 0px;
    position: fixed;
    padding: 7px 15px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
}

.header .head.fixe nav .twitch {
    top: 7px;
}

.header .head.fixe .logo img {
    margin-bottom: -5px;
}

.header .head .row {
    width: 100%;
    margin: 0;
}

.header .logo {
    width: 45%;
    display: none;
}

.header .logo-mobile {
    display: block;
    width: 20%;
}

.header .logo-mobile img {
    width: 100%;
    margin-top: 5px;
}

.header .logo img {
    width: 100%;
}

.header nav ul {
    width: 100%;
    opacity: 0;
}

.header nav {
    width: 100%;
}

.header nav.fixed {
    width: calc(100%);
    height: 20px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    background: rgba(0, 0, 0, 0.73);
    flex-flow: column;
    z-index: 99999;
    -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    /* easeOutQuart */

    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165,
            0.84,
            0.44,
            1);
    /* easeOutQuart */
}

.header nav .twitch {
    font-size: 1.9em;
    position: absolute;
    right: 15px;
    top: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: right;
    height: 52px;
}

.header nav ul {
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    flex-flow: column;
    z-index: 99999;
}

.header nav.fixed ul {
    display: flex;
    opacity: 1;
    width: 100%;
}

.header nav li {
    padding: 10px;
    font-size: 1.3em;
    font-weight: bold;
}

.header nav li a {
    letter-spacing: 0.2em;
}

.header .content {}

.header .content h3 {
    font-size: 1em;
    margin-bottom: 10px;
}

.header .content h2 {
    font-size: 1.5em;
}

.header .content h2::after {}

@keyframes time {}

#particle_bg {
    width: calc(100% - 30px);
}

/* About */
.about {
    padding: 60px 30px 60px;
}

.about .headline {}

.about .headline h2 {}

.about .content {}

.about .content p {}

/* Divisor */
.divisor {
    padding: 60px 15px 60px;
}

.divisor .headline {}

.divisor .headline h2 {}

.divisor .content {
    padding: 0px 30px 0px;
    box-sizing: border-box;
}

.divisor .content p {
    text-align: center;
}

.divisor .content .divisores {
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-content: center;
    margin-top: 40px;
}

.divisor .content .box {
    /* display: none; */
    width: 100%;
    margin-bottom: 50px;
}

.divisor .content .box .icon {}

.divisor .content .box .icon img {}

.divisor .content .box .title {}

.divisor .content .box p {
    margin-bottom: 0;
}

/* DNA */
.dna {
    /* display: none; */
    height: auto;
    padding: 60px 30px;
    background-size: cover;
}

.dna .headline {}

.dna .headline h2 {
    margin: 0;
}

.dna .content {
    padding: 0 30px;
    margin-top: 500px;
}

.dna .img {
    width: 80%;
    left: 10%;
    margin-left: 0;
    background-size: contain;
    top: 305px;
}

.dna .animation_lines {
    width: 85%;
    left: 7.5%;
    margin-left: 0;
    height: 280px;
    top: 358px;
}

.dna .animation_lines .line {}

.dna .animation_lines .line:nth-child(1) {}

.dna .animation_lines .line:nth-child(2) {}

.dna .animation_lines .line:nth-child(3) {}

.dna .animation_lines .line:nth-child(4) {}

.dna .animation_lines .line:nth-child(5) {}

.dna .animation_lines .line::before,
.dna .animation_lines .line::after {}

.dna .animation_lines .line::before {}

.dna .animation_lines .line::after {}

/* @keyframes dna_animation {} */
.dna .content .box {
    /* display: none; */
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.dna .content .box:nth-child(even) svg {
    display: none;
}

.dna .content .box:nth-child(odd) svg {
    display: none;
}

.dna .content .bg_box {}

.dna .content .box:hover {}

.dna .content .box:hover .bg_box {}

.dna .content .box:nth-last-child(even) {
    margin: 0;
    text-align: center;
    margin-bottom: 20px;
}

.dna .content .box:nth-child(even)::after,
.dna .content .box:nth-child(odd)::after {
    display: none;
}

.dna .content .box:nth-child(even):hover,
.dna .content .box:nth-child(odd):hover {
    -webkit-transform: rotateY(0deg);
}

.dna .content .box:nth-last-child(odd) {
    margin: 0;
    text-align: center;
    margin-bottom: 20px;
}

.dna .content .box:last-child {
    margin-bottom: 0px;
}

.dna .content .box .title {}

.dna .content .box p {}

/* Form */
.form {
    padding: 60px 15px;
}

.form .imagem {
    width: 100%;
    border-radius: 5px;
    height: 200px;
    position: relative;
    margin-bottom: 30px;
}

.form .headline {}

.form h2 {
    font-size: 2em;
}

.form > p {
    width: 90%;
    margin-bottom: 50px;
}

.form .work p {
    text-align: center;
}

.form .content {
    text-align: center;
}

.form .content p {}

.form .content form {}

.form .content form input,
.form .content form textarea {}

.form .content form input::placeholder {}

.form .content form label {}

.form .content form > input:nth-child(1) {}

.form .content form label:nth-child(2),
.form .content form label:nth-child(3) {}

.form .content form label:nth-child(2) input,
.form .content form label:nth-child(3) input {}

.form .content form label:nth-child(3) input {
    width: calc(50% - 0px);
    margin-left: 10px;
}

.form .content .controle {
    flex-flow: column;
}

.form .content form input[type='submit'] {
    width: 100%;
    margin-top: 20px;
}

.form .content form button {
    width: 100%;
}

.form .content form button p {}

.form .content form button i {}

.form .content .note {
    margin-top: 20px;
}

/* Address */
.address {
    padding: 60px 15px 30px;
    display: block;
    justify-content: center;
    align-items: center;
}

.address .container {
    width: 100%;
}

.address .headline {
    width: 100%;
    text-align: center;
}

.address .headline h2 {
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2em;
    color: #000;
    margin: 0;
    margin-bottom: 20px;
}

.address .content {
    width: 100%;
}

.address .content .block {
    width: calc(100% - 30px);
    padding-right: 15px;
    height: 100px;
    border-radius: 5px;
    margin: 0 auto;

    margin-bottom: 20px;
    z-index: 999;
    position: relative;
    text-align: center;
}

.address .content .block h5 {
    font-weight: bold;
}

.address .content .block p {
    margin: 0;
}

.address .map {
    width: 100%;
    height: 200px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.address .map iframe {
    margin-bottom: -10px;
}

/* Footer */
footer {}

footer .row {
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

footer .logo {
    margin: 15px 0;

}

footer .logo img {
}

footer .social {
    margin: 5px 0;
}

footer .social ul {
    margin: 0;
}

footer .social li {
    padding: 15px;
}

footer .social a {}

footer .social i {}

footer .copyright {
    margin-top: 5px;
    text-align: center;
}
