@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Regular'), local('Roboto-Regular'), url('fontes/roboto400.woff2') format('woff2');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url('fontes/roboto700.woff2') format('woff2');
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;

}
strong, b{
    font-weight: bold;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

html, body{
    width: 100%;
    height: 100%;
}

.centro{
    position: relative;
    width: 990px;
    margin: 0 auto;
}
.cemporcento{
    position: relative;
    width: 100%;
    float: left;
    //overflow: hidden;
}

.fancybox-prev span, .fancybox-next span {
    /* .... */
    visibility: visible;
}

#fancybox-left-ico {
    left: -7px !important;
}
#fancybox-right-ico {
    left: 108% !important;
    //right: 10px !important;
}

#fancybox-close {
    left: 105% !important;
}

#mapa_home{
    width: 100%; 
    height: 450px;
    position: relative;
    float: left;
    margin-bottom: 50px;
}

#wrapper{
    float: left;
    position: relative;
    min-width: 990px;
    margin-top: 40px;
}

#wrapper .content-box{
    width: 990px;
    height: 400px;
    position: relative;
    float: left;
    margin-top: -10px;
}

#wrapper2{
    float: left;
    position: relative;
    min-width: 990px;
    margin-top: 20px;
}

#wrapper2 .content-box{
    width: 200px;
    height: 175px;
    position: relative;
    float: left;
    border: 2px solid #E3E3E3;
    //margin: 0 auto;
    text-align: center;
    padding-top: 10px;
}

#cadastro_botao{
    position: absolute; 
    width: 140px; 
    height: 30px;
    float: left; 
    color: #626262; 
    font-family: 'Roboto', sans-serif; 
    font-size: 20px;
    font-weight: normal; 
    background-color: #ebebeb; 
    left: 81%; top: 5%; cursor: pointer
}


/*********************** PRE *******************/
.pre_logo_menu{
    vertical-align: middle; 
    background: #3e4143;
}

.links{
    float: left; 
    letter-spacing: 1.1px;
    width: 676px;
    margin-left: 245px;
    margin-top: 10px;
    text-align: left;
}

.links ul li{
    display: inline;

}
.links li:hover > .sub-menu {
    display: block;
}

.links a{
    text-decoration: none;
    font-size: 12px;
    margin-left: 14px;
    padding-left: 3px;
    color: white;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.links a:hover{
    text-decoration: none;
    background: #FADE03;
    color: black;
}

.pre_telefone{
    position: absolute; 
    top: 30%; 
    left: 750px;
    float: left; 
    color: #9e9e9e; 
    font-family: 'Roboto',sans-serif; 
    font-size: 16px;
    font-weight: bold;
}

.pre_botao_orcamento{
    position: absolute; 
    top: 0%; 
    left: 870px;
    float: left; 
    width: 120px;
    height: 50px;
    color: white; 
    font-family: 'Roboto',sans-serif; 
    font-size: 15px;
    font-weight: bold;
    background: #39f;
    background-image: linear-gradient(to bottom, #39f, #3b6ac6);
    text-align: center;
    padding-top: 10px;
    cursor: pointer;
    text-decoration: none;
}

.pre_botao_orcamento:hover{
    background: #3b6ac6;
}

/*********************** HOME *******************/
.home_titulo{
    position: relative;
    float: left;
    background: white;
    color: #4f5256;
    width: 990px;
    height: 80px;
    padding-top: 30px;
    text-align: center;
    font-family: 'Oswald',sans-serif;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 50px;
}

.home_lista_servicos{
    position: relative;
    float: left;
    width: 990px;
    min-height: 480px;
}

.home_area_imagem_servico{
    position: relative;
    float: left;
    color: #4f5256;
    max-width: 230px;
    max-height: 169px;
}

.home_area_titulo_servico{
    position: relative;
    float: left;
    color: #1c1d1f;
    width: 220px;
    height: 70px;
    margin-left: 5px;
    padding-top: 20px;
    text-align: center;
    word-wrap: break-word;
    font-family: 'Oswald',sans-serif;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
}

.home_area_titulo_servico a{
    text-decoration: none;
    color: #1c1d1f;
}

.home_area_titulo_servico a:hover{
    color: #f26b39;
}

.home_area_descricao_servico{
    position: relative;
    float: left;
    color: #858585;
    width: 230px;
    height: 80px;
    max-height: 80px;
    margin-bottom: 20px;
    text-align: center;
    word-wrap: break-word;
    font-family: 'Roboto',sans-serif;
    font-size: 13px;
    font-weight: normal;
}

.home_area_descricao_servico a{
    text-decoration: none;
    color: #1c1d1f;
}

.home_servicos_area_botao{
    position: relative;
    float: left;
    width: 990px;
    height: 50px;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
    text-decoration: none;
}

.home_servicos_btn_mais{
    position: absolute;
    width: 180px;
    height: 40px;
    left: 41%;
    border-radius: 6px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    text-align: center;
    padding-top: 10px;
    background: #fed136;
    color: black;
    font-family: 'Oswald',sans-serif;
    font-size: 20px;
    font-weight: normal;
    cursor: pointer;
    text-decoration: none;
}


.home_servicos_btn_mais:hover{
   color: white;
}

.home_frotas{
    position: relative;
    float: left;
    width: 990px;
    height: 400px;
    background: red;
    margin-bottom: 20px;
    margin-top: 30px;
    background: #eff2f3;
}

.home_frotas_area_imagem{
    position: relative;
    float: left;
    width: 515px;
    height: 375px;
    text-align: center;
}

.home_frotas_area_titulo{
    position: relative;
    float: left;
    width: 450px;
    padding-left: 20px;
}

.home_frota_area_descricao{
    position: relative;
    float: left;
    width: 450px;
    height: 190px;
    max-height: 190px;
    padding-left: 20px;
    margin-top: 50px;
}

.home_frotas_btn_orcamento{
    position: relative;
    float: left;
    width: 180px;
    height: 40px;
    border-radius: 6px;
    text-align: center;
    padding-top: 10px;
    margin-top: 10px;
    margin-left: 20px;
    background: #fed136;
    color: black;
    font-family: 'Oswald',sans-serif;
    font-size: 20px;
    font-weight: normal;
    cursor: pointer;
    text-decoration: none;
}

.home_frotas_btn_orcamento:hover{
  color: white;
}



.home_contato_titulo{
    position: relative;
    float: left;
    width: 990px;
    height: 100%;
    text-align: center;
    color: white;
    font-family: 'Oswald',sans-serif;
    font-size: 40px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px;
}

.home_contato_formulario{
    position: relative;
    float: left;
    width: 990px;
    height: 210px;
    background: transparent;
}

.home_contato_input{
    width: 310px;
    height: 45px;
    border: none;
    border-radius: 8px;
    padding-left: 20px;
    border: none;
}

.home_contato_textarea{
    position: relative;
    float: left; 
    width: 470px;
    height: 180px; 
    margin-left: 20px;
    border-radius: 8px;
}

.home_contato_label_input{
    padding-left: 20px;
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #9e9e9e;
}

.home_contato_campo{
    position: relative;
    float: left; 
    width: 456px; 
    margin-left: 20px;
    height: 50px;
    background: white;
    border-radius: 8px;
}

input:focus {
    outline: 0 none
}

textarea:focus {
    outline: 0 none
}

.home_contato_area_enviar{
    position: relative;
    float: left; 
    width: 990px; 
    height: 60px;
    text-align: center;
}

.home_contato_btn_enviar{
    position: relative;
    border: none;
    float: left;
    width: 180px;
    height: 50px;
    border-radius: 6px;
    text-align: center;
    margin-top: 10px;
    margin-left: 20px;
    background: #fed136;
    color: black;
    font-family: 'Oswald',sans-serif;
    font-size: 20px;
    font-weight: normal;
    cursor: pointer;
}

.home_contato_btn_enviar:hover{
    color: white;
}
/***************** RODAPÉ *******************/

.rodape_logo_menu{
    position: relative;
    float: left;
    width: 990px;
    height: 100px;
    margin-top: 30px;
}

.rodape_endereco{
    position: relative;
    float: left;
    width: 990px;
    height: 100px;
    margin-top: 30px;
    font-family: 'Roboto',sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: black;
}

.links_rodape{
    float: left; 
    letter-spacing: 1.1px;
    width: 676px;
    margin-left: 280px;
    margin-top: 10px;
    text-align: left;
}

.links_rodape ul li{
    display: inline;

}
.links_rodape li:hover > .sub-menu {
    display: block;
}

.links_rodape a{
    text-decoration: none;
    font-size: 12px;
    margin-left: 14px;
    padding-left: 3px;
    color: black;
    font-family: "Roboto",sans-serif;
    font-size: 17px;
    font-weight: normal;
}

.links_rodape a:hover{
    text-decoration: none;
    background: #FADE03;
    color: black;
}

.rodape_ul li{
    display: inline;
}

/* = DETALHES TEXTO.PHP
------------------------------------------------------------------------------*/
.detalhes_texto_titulo{
    float: left;
    position: relative;
    text-align: left;
    margin-top: 50px;
    color: #4a4a4a;
    padding-left: 20px;
    width: 950px;
    font-weight: bold;
    font-size: 20px;
}
.detalhes_texto_descricao{
    float: left;
    position: relative;
    text-align: justify; 
    padding-left: 20px;
    color: #848080; 
    width: 650px;
    margin-top: 30px;
    word-wrap: break-word;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: normal;
}

.detalhes_texto_area_imagem{
    position: relative;
    float: left;
    width: 225px;
    margin-top:30px;
    padding-left: 10px;
}

.detalhes_botao_orcamento{
    position: absolute;
    float: left; 
    width: 120px;
    height: 50px;
    color: white; 
    font-family: 'Roboto',sans-serif; 
    font-size: 15px;
    font-weight: bold;
    background: #39f;
    background-image: linear-gradient(to bottom, #39f, #3b6ac6);
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    top: 61%;
    left: 5%;
}

.detalhes_botao_orcamento:hover{
    background: #3b6ac6;
}

/* ********************** CSS PAGINACAO ************************ */
.paginacao{
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
}

.paginacao a{
    color: #626262;
    text-decoration: none;
}
.paginacao table td{
    vertical-align: top;
}

.numeros_paginacao{
    cursor: pointer;
    clear: left;
    vertical-align: middle;
    width: 28px; 
    height: 28px;
    text-decoration: none;
    background: #e3e3e3;
    float:left; 
    border: 1px solid #848080;  
    margin-right: 4px;
}

/* ********************** CSS PAGINA CONTATO ************************ */
.area_contato{
    position: relative;
    float: left;
    color: #1c1d1f;
    font-family: 'Oswald',sans-serif;
    font-size: 20px;
    font-weight: normal;
    min-height: 650px;
}
.contato_endereco_mapa{
    position: relative;
    float: left; 
    width: 490px; 
    min-height: 650px;
    
}
.contato_area_form{
    position: relative;
    float: left; 
    width: 500px; 
    height: 720px;

}

.input_form {
    border: 1px solid #BBB;
    width: 350px;
    height: 30px;
    color: black;;
    font-family: 'Oswald',sans-serif;
    font-size: 16px;
    font-weight: lighter;
    padding-left: 5px;
    margin-left: 10px;
}

.input_form2 {
    border: 1px solid #BBB;
    height: 30px;
    color: black;
    font-family: 'Oswald',sans-serif;
    font-size: 16px;
    font-weight: lighter;
    margin-top: 10PX;
    padding-left: 5px;
}

.input_form_mensagem{
    border: 1px solid #BBB;
    color: black;;
    font-family: 'Oswald',sans-serif;
    font-size: 18px;
    font-weight: lighter;
    max-width: 455px; 
    max-height: 240px;
    width: 455px;
    height: 240px;
    float: left; 
    text-align: left;
    margin-top: 5px;
}


.input_form_mensagem2{
    border: 1px solid #BBB;
    color: black;;
    font-family: 'Oswald',sans-serif;
    font-size: 18px;
    font-weight: lighter;
    max-width: 910px; 
    max-height: 150px;
    width: 910px;
    height: 150px;
    float: left; 
    text-align: left;
    margin-top: 5px;
}

.input_estado {
    border: 1px solid #BBB;
    text-transform: uppercase; 
}

.endereco_contato{
    text-align: center;
    position: relative;
    float: left;
    width: 100%;
    color: black;
    font-family: 'Oswald',sans-serif;
    font-size: 16px;
    font-weight: normal;
    padding-top: 20px;
}

/* = FROTA
------------------------------------------------------------------------------*/
.frota{
    width:  988px; 
    height: 280px;
    border: 1px solid;
    //margin: 10px;
    margin-bottom: 15px;
    padding: 10px; 
    border-color: #e3e3e3;  
    position: relative;
    float: left;
    background: #EFF2F3;
}
.frota_area_imagem{
    width: 230px; 
    height: 230px; 
    vertical-align: middle; 
    float: left;
    text-align: center;
    padding-top: 5px;
    position: relative;
}
.frota_titulo{
    margin-top: 5px;
    text-align: left;
    padding-bottom: 40px;
    color: #4a4a4a; 
    font-family: "Roboto",sans-serif;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    float: left;
    text-indent: 20px;
    width:600px;
    margin-left: 20px;
}

.frota .texto {
    position: relative;
    float: left; 
    width: 700px;
    height: 150px;
    margin-right: 5px;  
    text-align: justify;
    color: #5c5c5c;
    padding-left: 40px;     
}

.frota .texto a{
    text-decoration: none;
    color: #5c5c5c;
}

.ret-detalhes{
    position: absolute;
    float: left;
    //margin: 10px 20px 0px 0;
    overflow: hidden;
    top: 84%;
    left: 90%;
    border-left: solid 3px #CCC;
    padding-left: 2px;
}

.frota .link-detalhes{
    position: relative;
    float: left;
    background: #CCC;
    //padding: 10px;
    color: #EFF2F3;
    cursor: pointer;
    border: none;
    margin: 0px;
    margin-left: 2px;
    height: 30px;
}


.frota .link-detalhes:hover{
    background: #959595;
    color: #EFF2F3;
}

.frota_btn_orcamento{
    position: absolute;
    float: left;
    width: 225px;
    height: 40px;
    border-radius: 6px;
    text-align: center;
    background: #fed136;
    padding-top: 10px;
    top: 80px;
    left: 74%;
    color: black;
    font-family: 'Oswald',sans-serif;
    font-size: 20px;
    font-weight: normal;
    cursor: pointer;
    text-decoration: none;
}

.frota_btn_orcamento:hover{
   color: white;
}

/*** EMPRESA ***/
.empresa_texto{
    color: #1c1d1f; 
    word-wrap: break-word;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
}

/**** FORMULARIO *****/
.orcamento_form_label{
    vertical-align: middle; 
    color: #2A2A2A;
    font-weight: bold;
}

