/*BOOT*/
body {
    background-color: #1f1f1f;
}

.content {
    width: 90%;
    margin: 0 5%;
}

.fontzero {
    font-size: 0px;
}

.section_title {
    margin-bottom: 20px
}

.section_title .tagline {
    font-size: 14px;
    font-weight: 800;
    color: #132548;
    margin-bottom: 0px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section_title h1 {
    font-size: 2em;
    position: relative;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    color: #14100c;
    text-transform: uppercase;
    font-weight: 800;
    /*letter-spacing: 3px;*/
}

.title_border {
    margin-top: 15px;
    margin-bottom: 25px;
    width: 60px;
    height: 2px;
    background-color: #111111;
    border: none;
}

.section_title h1 span {
    font-size: 45px;
    position: relative;
    margin-bottom: 0;
    animation-delay: .4s;
    letter-spacing: 2px;
    color: transparent;
    font-weight: 700;
    -webkit-text-stroke: 1px #111111;
}

.title_logo {
    font-size: 1.8em;
    /*font-weight: 300;*/
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'Calibri Light';
}

.studio_btn {
    display: inline-block;;
    background: rgba(255, 255, 255, 0.35);
    border: 2px solid #FFFFFF;
    color: #fff;
    padding: 20px 24px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-top: 50px;
    text-decoration: none;
    transition: 0.4s;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.1em;
}

.studio_btn:hover {
    transform: scale(105%);
}


/*.section_title:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: -10px;*/
/*    left: 0;*/
/*    width: 150px;*/
/*    height: 3px;*/
/*    border-bottom: 3px solid #01afee;*/
/*}*/

/*CHAT WHATSAPP*/
.chat_online {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
    transition: 0.2s;
    z-index: 999;
}

.chat_online:hover {
    box-shadow: 0 0px 10px 1px rgba(0, 0, 0, 0.36);
}

/*MENU MOBILE*/
.mobile_action {
    position: absolute;
    top: 25px;
    right: 5%;
    z-index: 99;
    display: block;
}


.nav-icon {
    width: 40px;
    height: 45px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.nav-icon span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.mobile_action:hover .nav-icon span {
    background: #fff;
}

.nav-icon span:nth-child(1) {
    top: 0px;
}

.nav-icon span:nth-child(2) {
    top: 13px;
}

.nav-icon span:nth-child(3) {
    top: 26px;
}

.nav-icon.open span:nth-child(1) {
    background: #fff;
    top: 13px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.nav-icon.open span:nth-child(2) {
    background: #fff;
    opacity: 0;
    left: -60px;
}

.nav-icon.open span:nth-child(3) {
    background: #fff;
    top: 13px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}


@media (max-width: 59.99em) {
    .mobile_action.mobile_fixed {
        position: fixed;
        display: none;
    }

    .main_header_nav {
        position: fixed;
        left: -100%;
        top: 0;
        width: 76%;
        height: 100%;
        min-width: 200px;
        max-width: 360px;
        z-index: 99;
        background: #fff;
        overflow: hidden;
        overflow-y: auto;
        border-right: 10px solid #132548;
    }

    .main_header_nav_item {
        float: left;
        width: 100%;
        position: relative;
    }

    .main_header_nav_item > a {
        float: left;
        width: 100%;
        padding: 15px;
        text-transform: uppercase;
        text-decoration: none;
        color: #111;
        font-size: 1em;
        font-weight: 500;
    }

    .main_header_nav_item:hover, .main_header_nav_item > a:hover {
        background: #132548;
        color: #fff;
    }
}

/*FIM MENU MOBILE*/

/*HEADER*/

.main_header {
    background: #132548;
    border-bottom: 1px solid #fff;
}

.main_header_logo {
    padding: 0;

}

.main_header_logo img {
    height: 80px;
}


/*FIM HEADER*/

/*DESTAQUE*/
.main_destaque {
    background-image: linear-gradient(to bottom, rgba(17, 17, 17, 0.5) 0%, rgba(17, 17, 17, 0.5) 50%), url(images/destaque.png);
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    color: #625c56;
    padding: 40px 0;
    text-align: left;
    position: relative;
}

.main_destaque .conteudo {
    margin: 30px 0 80px;
}

.main_destaque p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 20px;
    margin-bottom: 30px;
}

.main_destaque .tagline {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 20px;
}

.main_destaque h1, .main_destaque h1 span {
    font-size: 50px;
    position: relative;
    margin-bottom: 30px;
    text-transform: uppercase;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    color: #fff;
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 55px;
}

.main_destaque h1 span {
    color: #FFBC13;
    font-weight: 900;
}

.main_destaque .studio_btn {
    margin-top: 10px;
    display: inline-block;
}

.main_destaque .link {
    margin: 0;
}

/*FIM DESTAQUE*/

/*DIFERENCIAIS*/
.main_diferenciais {
    padding: 40px 0;
    background-color: #F6F6F6;
    overflow: visible;
    position: relative;
    min-height: 200px;
}

.diferenciais_itens {
    background: #132548;
    display: flex;
    flex-wrap: wrap;
    margin-top: -80px;
}

.diferencial_item {
    padding: 20px;
    text-align: center;
    color: #fff;
    width: 50%;
    border-right: 1px solid #7c2523;
    border-bottom: 1px solid #7c2523;
}

.diferencial_item:nth-of-type(2), .diferencial_item:nth-of-type(4) {
    border-right: none;
}
.diferencial_item:nth-of-type(3), .diferencial_item:nth-of-type(4) {
    border-bottom: none;
}

.diferencial_item img{
 margin-bottom: 15px;
    height: 52px;
}

.diferencial_item h1{
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 700;
}

.diferencial_item p{
    font-size: 15px;
    font-weight: 400;
}
/*FIM DIFERENCIAIS*/

/*SOBRE*/
.main_sobre {
    background-color: #132548;
    padding: 90px 0;
    color: #fff;
}

.main_sobre .section_title h1, .main_sobre .section_title .tagline{
    color: #fff;
}

.main_sobre .sobre_content {
    margin-bottom: 50px;
}

.main_sobre p {
    margin-bottom: 15px;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.4em;
    color: #fff;
}

.main_sobre .sobre_desc {
    margin-bottom: 5px;
}


.main_sobre .sobre_desc:first-of-type {
    margin-bottom: 15px;
}

.main_sobre .sobre_desc span {
    color: #111111;
}

.main_sobre img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

/*FIM SOBRE*/

/*PRODUTOS*/
.main_produtos {
    background-color: #F6F6F6;
    padding: 90px 0;
}

.main_produtos .section_title{
    margin-bottom: 40px;
}

.produto {
    background-color: #eeeeee;
    margin-bottom: 5px;
    padding: 30px 20px;
    text-align: center;
}


.produto h1{
    margin-bottom: 10px;
}

.produto p{
    margin-bottom: 6px;
    text-align: left;
}

.produtos_img { 
    text-align: center;
    width: 100%;
    margin-top: 20px;
}
/*FIM PRODUTOS*/


/*CTA*/
.main_call {
    background-image: linear-gradient(to bottom, rgba(17, 17, 17, 0.5) 0%, rgba(17, 17, 17, 0.5) 50%), url(images/call.png);
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-position-x: center;
    background-position-y: center;
    padding: 100px 0;
    text-align: left;
}

.main_call .tagline {
    font-size: 15px;
    font-weight: 400;
    color: #FFBC13;
    margin-bottom: 10px;
    -webkit-animation-delay: .2s;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    text-transform: uppercase;
    letter-spacing: 5px;
    max-width: 900px;
}

.main_call h1 {
    font-size: 35px;
    display: block;
    text-transform: uppercase;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    color: #fff;
    font-weight: 900;
    letter-spacing: 3px;
    line-height: 45px;
}

.main_call h1 span {
    font-size: 40px;
    margin-bottom: 0;
    animation-delay: .4s;
    letter-spacing: 1px;
    font-weight: 900;
    color: #FFBC13;
}

.main_call .call_desc {
    color: #fff;
    /*display: block;*/
    margin: 40px 0 0;
    max-width: 550px;
    font-size: 18px;
}

.main_call .call_desc span {
    color: #FFBC13;
}

/*FIM CTA*/

/*CONTATO*/
.main_contato {
    background-color: #F6F6F6;
    padding: 90px 0;
}

.main_contato .section_title{
    margin-bottom: 50px;
}

.contato_itens {
    background-color: #FFFFFF;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.contato_item {
    padding: 50px 22px;
    text-align: center;
}
.contato_item:nth-of-type(2) {
    background-color: #132548;
    color: #fff;
}

.contato_item h1 {
 text-transform: uppercase;
    font-size: 23px;
    font-weight: 900;
    margin-bottom: 15px;
}

.contato_item p {
    font-size: 17px;
    margin-bottom: 10px;
}

.contato_item a {
    display: inline-block;
    background: #000;
    border: 2px solid #FFFFFF;
    color: #fff;
    padding: 20px 24px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    transition: 0.4s;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.1em;
    margin: 25px auto 0;
}

.contato_item a:hover {
    transform: scale(105%);
}

/*FIM CONTATO*/


/*DEPOIMENTOSS*/
/*DEPOIMENTOS*/
.main_depoimentos {
    background-color: #fff;
    padding: 120px 0;
    color: #999;
}

.main_depoimentos .section_title {
    margin-bottom: 100px;
    text-align: center;
}

.depoimentos_itens {
    position: relative;
    display: block;
    max-width: 650px;
    margin: 40px auto 0;
}

.depoimento_item .avaliacao {
    color: #ffd606;
    margin-bottom: 20px;
}

.depoimento_item {
    padding-bottom: 20px;
    text-align: center;
    display: none;
}

.depoimento_item.first {
    display: block;
}

.depoimento_item p {
    min-height: 100px;
}

.depoimento_slide_pager {
    position: absolute;
    bottom: -40px;
    right: calc(50% - 78px);
    display: block;
    text-align: center;
}

.depoimento_slide_pager span {
    display: inline-block;
    width: 25px;
    height: 25px;
    font-size: 1em;
    background: rgba(19, 37, 72, 0.3);
    cursor: pointer;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0 6px;
}

.depoimento_slide_pager span:hover {
    background: rgb(19, 37, 72, 0.7);
}

.depoimento_slide_pager span.active {
    background: rgba(19, 37, 72);
}

/*FIM DEPOIMENTOS*/

.contato_mapa iframe {
    width: 100%;
    height: 500px;
    margin-bottom: -10px;
    background-color: #eee;
}


/*FOOTER*/

.main_footer {
    padding: 100px 0 20px;
    background-color: #14100c;
    color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    font-size: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.footer_title {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2em;
    margin: 0 0 15px 0;

}

.footer_title_border {
    margin-bottom: 40px;
    background-color: #111111;
    border: none;
    width: 60px;
    height: 2px;
}

.main_footer p a {
    color: #fff;
}

.main_footer_logo a img {
    display: block;
    width: 200px;
    margin: 0 auto 20px;
}

.main_footer_logo p {
    text-align: justify;
    margin-bottom: 15px;
    color: #c2c2c2;
    font-size: 1em;
    line-height: 1.625rem;
}

.main_footer_nav_item {
    margin-bottom: 15px;
}

.main_footer_nav_item a {
    text-decoration: none;
    color: #c2c2c2;
}

.main_footer_nav_item a:hover {
    text-decoration: underline;
    color: #c2c2c2;
}

.main_footer nav, .main_footer .main_footer_logo, .main_footer_contact .main_footer_contact_item {
    margin-bottom: 40px;
    max-width: 400px;
}

.main_footer_contact_item a {
    color: #c2c2c2;
    text-decoration: none;
}

.main_footer_contact_item ul {
    margin: 0;
    padding: 0;
}

.main_footer_contact_item ul li {
    margin-bottom: 15px;
    font-size: 15px;
}

.main_footer_contact_item ul li .tit {
    padding-right: 10px;
    color: #c2c2c2;
    display: table-cell;
    white-space: nowrap;
}

.main_footer_contact_item ul li .dots {
    height: 4px;
    width: 100%;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    position: relative;
    top: -7px;
    display: table-cell;
    white-space: nowrap;
}

.main_footer_contact_item ul li span {
    white-space: nowrap;
    padding-left: 10px;
    font-family: 'Barlow', sans-serif;
    color: #c2c2c2;
    display: table-cell;
}

.main_footer_contact p {
    margin-bottom: 15px;
    color: #c2c2c2;
}


.contact_info {
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
}

.contact_info p {
    margin-bottom: 10px;
    color: #c2c2c2;
    font-size: 1em;
    font-weight: 400;
}

.contact_info span {
    font-size: 1em;
    color: #c2c2c2;
}

.main_footer_contact_item .phone {
    font-size: 24px;
    color: #fff;
    font-weight: 800;
}

.main_footer_contact_item p .no_icon {
    color: #c2c2c2;
}

.main_footer_contact_item .contact_buttom {
    display: inline-block;;
    background: rgba(255, 255, 255, 0.35);
    border: 2px solid #FFFFFF;
    color: #fff;
    padding: 20px 24px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-top: 10px;
    text-decoration: none;
    transition: 0.4s;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1em;
    display: inline-block;
}

.main_footer_contact_item .contact_buttom:hover {
    transform: scale(105%);
}

.footer_social {
    margin-bottom: 20px;
}

.footer_social .fab {
    color: #fff;
    margin-right: 10px;
    font-size: 30px !important;
}

.fa-facebook-square:hover {
    color: #FFBC13;
}

.fa-instagram:hover {
    color: #FFBC13;
}

.icon-twitter:hover {
    color: #FFBC13;
}

.copy {
    background-color: #14100c;
    /*border-top: 1px solid rgba(255, 255, 255, 0.05);*/
    padding: 30px 0;
}

.copy p {
    font-size: 16px;
    font-weight: 400;
    color: #c2c2c2;
    margin: 0;
}

.copy p a {
    color: #FFBC13;
    text-decoration: none;
}

.copy p a:hover {
    color: #c2c2c2;
    text-decoration: underline;
}

/*FIM FOOTER*/


/*592px*/
@media (min-width: 37em) {

    .content {
        width: 80%;
        margin: 0 10%;
    }

    .diferenciais_itens {
        margin-top: -80px;
    }

    .main_footer .main_footer_itens {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .main_footer_logo, .main_footer nav, .main_footer_contact {
        width: 48%;
    }

    .main_footer nav, .main_footer_contact {
        width: 48%;
        padding-top: 10px
    }

    .main_footer_contact {
        margin-bottom: 30px;
    }
}

/*768px*/
@media (min-width: 48em) {

    /*.main_destaque .tagline {
        font-size: 30px;
        font-weight: 700;
        margin-top: 80px;
    }*/
    /*  .main_destaque h1 {
          font-size: 75px;
          line-height: 80px;
      }*/
    .main_sobre .content {
        display: flex;
        justify-content: space-between;
        /*align-items: center;*/
    }

    .main_sobre .sobre_content {
        width: 48%;
        max-width: 600px;
    }

    .main_sobre .sobre_img {
        width: 48%;
    }

    .main_frase .content {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .main_frase h1 {
        font-size: 30px;
        line-height: 1.2em;
        font-weight: 800;
        max-width: 500px;
    }

    .main_frase .frase_img {
        width: 40%;
    }

    .main_frase .frase_content {
        width: 58%;
    }

    .main_call h1 {
        font-size: 55px;
        line-height: 60px;
    }

    .main_call h1 span {
        font-size: 62px;
    }

}

/*960px*/
@media (min-width: 60em) {

    .mobile_action, .mobile_fixed {
        display: none !important;
    }

    .main_header {
        position: fixed;
        z-index: 999;
    }

    .main_header .content {
        display: flex;
        justify-content: space-between;
    }


    .main_header_contact .content p:last-of-type {
        margin-right: 0px;
    }


    .main_header_logo img {
        height: 85px;
    }


    .main_header_nav {
        color: #000;
        display: flex;
        justify-content: space-between;
        font-weight: 300;
    }

    .main_header_nav_item {
        position: relative;
        padding: 35px 15px;
    }

    /*.main_header_nav_item:last-of-type {*/
    /*    background-color: #111111;*/
    /*}*/

    .main_header_nav_item > a {
        font-size: 1em;
        font-weight: 400;
        text-transform: uppercase;
        color: #fff;
        margin: 1px;
        -webkit-transition: all .4s;
        transition: all .4s;
        padding-right: 7px;
        padding-left: 7px;
        text-decoration: none;
    }

    /*.main_header_nav_item:first-of-type > a {*/
    /*    color: #111111;*/
    /*}*/
    .main_header_nav_item:hover > a, .main_header_nav_item > a:hover {
        color: #fff;
        text-decoration: underline;
    }


    .main_destaque .conteudo {
        margin: 120px 0;
    }

    .main_destaque p {
        font-size: 20px;
        line-height: 20px;
    }

    .main_destaque .link {
        font-size: 13px;
    }

    .main_destaque .tagline {
        font-size: 24px;
        line-height: 20px;
    }

    .main_destaque h1, .main_destaque h1 span {
        font-size: 80px;
        line-height: 85px;
    }

    .diferenciais_itens {
        margin-top: -120px;
    }

    .diferencial_item {
        width: 25%;
        border-bottom: none;
        border-right: 1px solid #7c2523;
    }

    .diferencial_item:nth-of-type(2){
        border-right: 1px solid #7c2523;
    }

    .diferencial_item:nth-of-type(3), .diferencial_item:nth-of-type(4) {
        border-bottom: none;
    }

    .main_produtos .produtos_itens {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .produtos {
        width: 50%;
    }
    .produtos_img {
        width: 47%;
        margin: 0;
    }

    .contato_itens {
        display: flex;
        justify-content: flex-start;
    }

    .contato_item {
        width: 33.33%;
    }

    .contato_item h1 {
        min-height: 60px;
    }

    .contato_item p {
        min-height: 106px;
    }

    /*.main_call {*/
    /*    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 40%), url(images/call.jpg);*/
    /*    color: #fff;*/
    /*    background-size: cover;*/
    /*    background-repeat: no-repeat;*/
    /*    background-position: center center;*/
    /*    background-attachment: fixed;*/
    /*    padding: 100px 0;*/
    /*    text-align: left;*/
    /*}*/


    .main_footer {
        /*background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.75) 50%), url(images/footer_bg.png);*/
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

    .main_footer_logo {
        width: 36%;
    }

    .main_footer_contact {
        width: 24%;
    }

}

/*1248*/
@media (min-width: 78em) {
    .content {
        max-width: 1200px;
        margin: 0 auto;
    }

    .diferenciais_itens {
        margin-top: -120px;
    }

    .contato_item p {
        min-height: 50px;
    }

    .main_header_nav_item > a {
        padding: 10px 20px;
        font-size: 1.1em;
    }
}

@media (max-width: 48em) {
    .foto_none {
        display: none;
    }
}
