@font-face {
    font-family: 'Nexa';
    src: url('../fonts/Nexa-Heavy.woff2') format('woff2'),
        url('../fonts/Nexa-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('../fonts/Nexa-Thin.woff2') format('woff2'),
        url('../fonts/Nexa-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('../fonts/Nexa-Light.woff2') format('woff2'),
        url('../fonts/Nexa-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

body {
    background: black;
    background: linear-gradient(45deg, black 0%, rgba(61,61,63,1) 100%);
    font-family: 'Nexa', Arial, Helvetica, sans-serif;
    color: white;
    padding: 0;
    margin: 0;
}

.loader-wrapper {
    background: black;
    background: linear-gradient(45deg, black 0%, rgba(61,61,63,1) 100%);
    font-family: 'Nexa', Arial, Helvetica, sans-serif;
    color: white;
    padding: 0;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
}

.container {
    position: relative;
    box-sizing: border-box;
}

#footer {
    overflow: hidden;
    position: relative;
    display: block;
    background: rgba(61,61,63,0.35);
    padding: 120px 0;
}

#footer .label-conversar {
    font-family: 'Rock Salt', cursive;
    line-height: 110%;
    margin: 15px 0;
    text-align: left;
    display: inline-block;
    font-size: 14px;
}

#footer .phone,
#footer .email {
    font-size: 22px;
    line-height: 140%;
    font-weight: 100;
    display: block;
}

#footer .phone a,
#footer .email a {
    color: white;
    text-decoration: none;
}

#footer .phone a:hover,
#footer .email a:hover {
    color: #00FF66;
}

#footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

#footer ul li a:hover {
    filter: brightness(100%) sepia(100) saturate(100) hue-rotate(61deg);
}

#footer .logo {
    width: 100%;
    max-width: 230px;
}

#footer .line {
    display: block;
    height: 6px;
    width: 100%;
    max-width: 728px;
    background: #00FF66;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

#footer .footer-row {
    display: flex;
    flex-wrap: wrap;
}

#footer .col-01 {
    width: 8%;
}

#footer .col-02 {
    width: 240px;
}

#footer .col-03 {
    width: 15%;
    text-align: center;
}

#footer .col-04 {
    width: 28%;
}

#footer .col-05 {
    width: 13%;
    text-align: center;
}

#footer .col-06 {
    width: 10%;
}

#main {
    padding: 60px 0 100px;
    overflow: hidden;
}

#main .foto {
    display: block;
    width: calc( 100% + 100px );
    height: auto;
    margin-left: -100px;
    position: relative;
    z-index: 10;
    box-shadow: rgba(0, 0, 0, 0.2) 15px 30px 20px;
}

#main #scene {
    position: absolute;
}

#main .bg-01 {
    position: absolute;
    margin-left: 42%;
    margin-top: -5%;
    top: 0;
    width: 75%;
    height: auto;
    z-index: 5;
}

#main .bg-02 {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -30%;
    margin-left: -50%;
    width: 70%;
    height: auto;
    z-index: 3;
}

#main .graph {
    position: absolute;
    height: 108%;
    margin-top: -3%;
    margin-left: 3%;
    z-index: 100;
}

#main .bg-logo {
    position: absolute;
    margin-left: -16%;
    margin-top: -20%;
    width: 140%;
    height: auto;
    opacity: 0.4;
    z-index: 2;
}

#main .const-icon-area {
    margin-bottom: 40px;
    text-align: right;
    position: relative;
    z-index: 100;
}

#main .const-icon-area .icon {
    display: inline-block;
    position: relative;
}

#main .const-icon-area .icon-01 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#main .const-icon-area .icon-02 {
    -webkit-animation: rotating 12s linear infinite;
    -moz-animation: rotating 12s linear infinite;
    -ms-animation: rotating 12s linear infinite;
    -o-animation: rotating 12s linear infinite;
    animation: rotating 12s linear infinite;
}

#main .chamada {
    position: relative;
    z-index: 50;
    color: #00FF66;
    font-weight: 900;
    font-size: 115px;
    margin-left: -50px;
    line-height: 100%;
    padding-top: 50px;
    min-height: 250px;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#intro {
    padding: 60px 0 160px 0;
}

#intro .bora {
    position: relative;
    width: 100%;
    max-width: 380px;
}

#intro .bora img {
    width: 100%;
}

#intro .bora-01 {
    position: relative;
    width: 100%;
}

#intro .bora-02 {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    height: 0%;
    transition: all 800ms cubic-bezier(0.65, 0, 0.35, 1);
}

#intro .bora-02 img {
    bottom: 0;
    position: absolute;
}

#intro .container:hover .bora-02 {
    height: 100%;
}

#intro .texto {
    font-size: 30px;
    font-weight: 100;
    line-height: 175%;
}

.text-center {
    text-align: center;
}

@media (max-width:575px){


}

@media (max-width:767px){

}

@media (max-width:991px){

    .container {
        padding-right: 30px;
        padding-left: 30px;
    }

    #footer {
        padding: 100px 0;
    }

    #footer .logo {
        margin: 0 0 10px 0;
    }

    #footer .label-conversar {
        margin-top: 20px;
    }

    #footer .label-conversar br {
        display: none;
    }

    #main {
        padding: 50px 0 50px;
    }

    #main .chamada {
        padding: 0;
        margin: 20px 0 30px 0;
    }

    #main .bg-01 {
        margin-top: 70%;
        width: 100%;
    }

    #main .bg-02 {
        margin-top: -40%;
        margin-left: -60%;
        width: 80%;
    }

    #main .bg-logo {
        margin-top: -40%;
        margin-left: 8%;
        width: 140%;
    }

    #intro .bora {
        max-width: 420px;
        margin: 0 0 50px 0;
    }

    #footer .footer-row {
        display: block;
    }

    #footer .col-01,
    #footer .col-02,
    #footer .col-03,
    #footer .col-04,
    #footer .col-05,
    #footer .col-06 {
        display: block !important;
        width: 100% !important;
        text-align: left !important;
    }

    #intro {
        padding: 40px 0 90px 0 !important;
    }

}

@media (max-width:1199px){

    #main {
        padding: 50px 0 60px;
    }

    #intro {
        padding: 50px 0 140px 0;
    }

    #intro .texto {
        font-size: 24px;
    }

    #intro .texto br {
        display: none;
    }

    #footer .col-01 {
        display: none;
    }

    #footer .col-03 {
        width: 17%;
    }

    #footer .col-04 {
        width: 32%;
    }

}

@media (max-width:1399px){

    #intro .texto {
        font-size: 28px;
    }

}