/*RESET*/
*, *:before, *:after{
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/*MENSAGENS DO SISTEMA*/
.trigger{padding: 15px 15px 15px 40px; background: #eee; font-size: 14px; margin-bottom: 15px;}
.trigger a{font-weight: 600; font-size: 12px; text-transform: uppercase; padding: 5px 15px; background: #069; color: #fff;}
.trigger a:hover{background: #09f; color: #fff;}
.accept{background: #71ca73 center left 10px no-repeat;}
.infor{background:  #c8dbfd center left 10px no-repeat;}
.alert{background:  #faf7b7 center left 10px no-repeat;}
.error{background:  #ffafaf center left 10px no-repeat;}
.notfound{min-height: 320px;}

/*PAGINATOR*/
.paginator{padding: 10px; background: #fff; text-align: center}
.paginator li{display: inline;}
.paginator a, .paginator span{margin: 0 5px; padding: 3px 8px; font-size: 14px; color: #333; font-weight: 600}
.paginator a:hover{background: #09f; color: #fff;}
.paginator .active{background: #333; color: #fff;}

h1{ font-size: 2em; font-weight: 400; }
h2{ font-size: 1.8em; font-weight: 600; }
h3{ font-size: 1.5em; font-weight: 800; }
p{ margin-bottom: 15px; text-align: justify; }
b, strong{ font-weight: bold; }
mark{ padding: 5px 10px; background: #eee; }
ul{ list-style: none; }
img{ border: none; max-width: 100%; vertical-align: middle; }
small{ font-size: 0.75em; color: #555; }
a{ text-decoration: none; color: #09f; }
a img{ border: 0; }

/*MEDIAS*/
object,
embed,
video,
iframe,
iframe['style']{
    max-width: 100%;
    height: auto;
}

.backtop{
    position: fixed;
    cursor: pointer;
    bottom: 25px;
    right: 25px;
    text-transform: uppercase;
    color: #fff;
    font-size: 0.8em;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.backtop:hover{
    background: #09f;
}
.clear{ clear: both; }
.fontzero{ font-size: 0; }

/* CONFIGs */
.title{ font-size: 2em; color: #aaa; text-transform: uppercase; font-weight: bold; border-bottom: 2px solid #eee; }
.title[id="servicos"]{ font-weight: 500; border-bottom: 2px solid #ccc; }

/*CONTAINER & CONTENT*/
.container{ float: left; width: 100%; }
.content{
    display: block;
    margin: 0 auto;
    padding: 20px 0;
    width: 90%;
}
/* BACKGROUNDS */
.bg-white{ background-color: #ffffff; }
.bg-grey{ background-color: #eeeeee; }
.bg-grey-1{ background-color: #363636; }
.bg-grey-2{ border: 1px solid #dddddd; }
.bg-black{ background-color: #292929; }
.bg-red{ background-color: #990000; }
.bg-red-transp{ background-color: rgba(196, 0, 0, 0.8); }
/* BOXES PELA ESQUERDA */
.box-full{ width: 100%; float: left; padding: 0 10px; margin: 0 auto; }
.box{ width: 99%; float: left; padding: 0 10px; margin: 0 0.5%; }
.box-l{ width: 98%; float: left; padding: 0 10px; margin: 5px 1%; }
.box-20-l{ width: 23%; float: left; padding: 0 10px; margin: 5px 1%; }
.box-30-l{ width: 31.3%; float: left; padding: 0 10px; margin: 5px 1%; }
.box-40-l{ width: 38%; float: left; padding: 0 10px; margin: 5px 1%; }
.box-50-l{ width: 48%; float: left; padding: 0 10px; margin: 5px 1%; }
.box-60-l{ width: 58%; float: left; padding: 0 10px; margin: 5px 1%; }
/* BOXES PELA DIREITA */
.box-20-r{ width: 23%; float: right; padding: 0 10px; margin: 5px 1%; }
.box-30-r{ width: 31.3%; float: right; padding: 0 10px; margin: 5px 1%; }
.box-40-r{ width: 38%; float: right; padding: 0 10px; margin: 5px 1%; }
.box-50-r{ width: 48%; float: right; padding: 0 10px; margin: 5px 1%; }
.box-60-r{ width: 58%; float: right; padding: 0 10px; margin: 5px 1%; }

/*INPUT DEFAULT*/
.input_default{ width: 100%; }

.input_default input,
button{
    font-family: 'Arial', sans-serif;
    padding: 5px;
    margin: -2px;
}

.btn{
    border: none;
    background-color: #990000;
    padding: 15px 25px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.875em;
    margin-top: 10px;
    cursor: pointer;
    color: #fff;
}
.btn:hover{ background-color: #ba0000; }

/*RATIO*/
.ratio{
    position: relative;
    padding-bottom: 56.25%;
    float: left;
    width: 100%;
    height: 0;
}

.media{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

/*HEADER*/
.main_header{ font-size: 0.875em; }

.main_header_fixed{
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    border-bottom: 2px solid #ccc;
    z-index: 99;
}

.main_header .content{ padding: 20px 0; }

.main_logo{ float: left; width: 200px; }

.main_menu{ float: right; margin-top: 15px; }

.main_menu li{ display: inline-block; }

.main_menu a{
    display: inline-block;
    padding: 10px 15px;
    color: #888;
    text-transform: uppercase;
    font-weight: 600;
}

.main_menu .spc{ color: #ce0000; }

.main_menu a:hover{
    background: #f5f5f5;
}

.header-info{ float: left; color: #fff; }
.header-info h1{ font-size: 1.5em; font-weight: bold; }
.header-info h3{ font-size: 1.0em; font-weight: bold; }

/*CONTATO*/
.contato{}
.contato header{
    float: left;
    width: 100%;
}
.contato header h1{
    font-size: 2em;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}
.contato header p{
    color: #fff;
    text-align: center;
}
.contato_form{
    float: right;
    width: 100%;    
}
.contato_form label{
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.contato_form span{
    color: #fff;
    font-size: 0.7em;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}

.contato_form .medium{
    float: left;
    width: 48%;
}

.contato_form .medium:nth-of-type(2n + 1){
    margin-right: 4%;
}

.contato_form input,
.contato_form textarea{
    width: 100%;
    border: none;
    background: #eee;
    padding: 10px;
    font-family: 'Arial', sans-serif;
}

.contato_form .btn{
    border: none;
    background: #289cb5;
    padding: 15px 25px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.875em;
    /*float: right;*/
    margin-top: 10px;
    cursor: pointer;
    color: #fff;
}

.contato_form .btn:hover{   
    background: #51c109;
}

/* GALLERY */
.link{ float: left; margin-top: 270px; margin-left: 305px; }

/* CONTENT APRESENTATION */
.ul-content-apresentation { text-align: center; }
.ul-content-apresentation li{ margin: 5% 0; }
.content-header-apresentation{ float: left; }
.content-footer-apresentation p{ text-align: center; }
.content-footer-apresentation-2 p{ text-align: left; }

/* CONTATO */
.contato-footer { float: left; margin-top: 5%; }
.contato-footer header { width: 20%; float: left; }
.contato-footer article { width: 80%; float: left; padding: 0 2%; text-align: center; }
.contato-footer article h1 { font-size: 1.5em; color: #fff; }
.contato-footer article p { text-align: center; color: #ccc; }
.contato-footer footer { float: left; margin-top: 5%; }
.contato-footer footer p { margin: 1% 0; font-size: 0.875em; font-weight: bold; color: #fff; }
.contato-footer footer .spc { color: #ccc; text-transform: uppercase; margin: 5px 0; }

.content-footer-apresentation .spc{ font-size: 0.875em; }
.content-footer-apresentation .spc-2{ font-size: 1.2em; font-weight: 600; }
.content-container-apresentation{ float: left; }
.content-footer-apresentation{ text-align: center; }

/* FOOTER-CONTENT */
.footer-content{  }

/* FOOTER */
.footer { padding: 20px 0; }
.footer h1 { font-size: 1em; color: #ccc; text-align: center; }



/* resolução menor que 1024px */
@media screen and (min-width: 1040px){  
    .btn_menu{ display: none; }
}

/* ********** */
/* SMALL DEVICES - TABLETS and SMARTPHONES */
/* ********** */

@media screen and (max-width: 1039px){

    /* menu */
    .j_activeMenu{ display: none; }
    .main_menu a{ display: block; }
    .main_menu li{ display: block; }
    .btn_menu{ float: right; }

    /* box */
    .box-30-l{ width: 99.3%; text-align: center; }
    .box-50-r{ width: 98%; }
    .bloco_informativo{ display: none; }


}

@media screen and (max-width: 640px){
    .content{  }
    .contato_informativo{ width: 100%; float: left; }
    .contato_form_infor{ width: 100%; float: left; }
}

@media screen and (max-width: 480px){
    .infor_inf{ width: 100%; }
    .contato_form .medium{ width: 100%; }
    .box{ padding: 0; margin: 0; }
    .contato-footer article{ width: 100%; }
}