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

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

.fontzero {
    font-size: 0px;
}

.backtop {
    display: none;
    height: 40px;
    position: fixed;
    cursor: pointer;
    bottom: 10px;
    right: 10px;
    font-variant: small-caps;
    color: #fff;
    font-size: 1em;
    padding: 7px;
    background: rgba(0, 0, 0, 0.3);
    z-index: 150;
    box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0 7px #000;
}

.backtop:hover {
    background: rgb(193, 168, 86);
    font-weight: 500;
    padding: 6px;
}

.fontzero {
    font-size: 0px;
}

.section_title {
    margin-bottom: 20px
}

.section_title .tagline {
    font-size: 14px;
    font-weight: 800;
    color: #355fa0;
    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: #355fa0;
    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 #355fa0;
}

.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: #f4c300;
    border: none;
    color: #000;
    padding: 20px 24px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-top: 30px;
    text-decoration: none;
    transition: 0.4s;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.1em;
    display: inline-block;
}

.studio_btn:hover {
    background-color: #b89300;
    color: #fff;
}


/*.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);
}


/*DESTAQUE*/
.main_destaque {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 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: center;
    position: relative;
}

.main_destaque .conteudo {
    margin: 10px 0 60px;
}

.main_destaque img {
    width: 150px;
    margin-bottom: 30px;
}

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

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

.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: #f4c300;
    font-weight: 900;
}

.main_destaque p span  {
    color: #f4c300;
}

/*FIM DESTAQUE*/

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


/


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

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

    /*  .main_destaque h1 {
          font-size: 60px;
      }*/
    .main_galeria .content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .portifolio_item {
        width: 49%;
    }

    .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;
    }
}



}

/*960px*/
@media (min-width: 60em) {
   
    .main_destaque .conteudo {
        margin: 150px 0;
    }

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

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

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

    .cobertura_item {
        width: 32%;
    }

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

    .servicos_itens {
        justify-content: space-between;
    }

    .servico_item {
        width: 24%;
        margin-right: 0;
    }

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

    .plano_item {
        width: 32%;
    }

    .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%;
    }

    .portifolio_content {
        width: 90%;
        max-width: 90%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .portifolio_desc {
        width: 38%;
        order: 1;
    }

    .portifolio_images {
        width: 58%;
        order: 0;
        max-height: 800px;
        overflow-y: scroll;
    }

    .portifolio_images::-webkit-scrollbar {
        width: 10px;
        height: 10px;
        background-color: #CCCCCC;
    }

    .portifolio_images::-webkit-scrollbar-button {
        /*border: 1px #FF0000 dashed;*/
    }

    .portifolio_images::-webkit-scrollbar-track {
        background: #CCCCCC;
    }

    .portifolio_images::-webkit-scrollbar-track-piece {
        background: #CCCCCC;
    }

    .portifolio_images::-webkit-scrollbar-thumb {
        background: #333333;
        border-radius: 5px;
    }

    .portifolio_images::-webkit-scrollbar-corner {
        /*background: #FF0000;*/
        border-radius: 5px;
    }

    .form-comment textarea::-webkit-resizer {
        /*border: 1px #FF0000 dashed;*/
    }

}

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

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

    .service_content .section_title {
        width: 50%;
    }

    .service_content .service_desc {
        width: 45%;
    }

    .service_item {
        width: 24%;
    }

    .service_item p {
        font-size: 1em;
    }


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

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