﻿/* Configuração Geral */
body{
    font-size: 15px;
    color: #000; 
    font-family: 'Lato', sans-serif;
    transition: all .25s linear;
    background: transparent !important;
}

html{
    overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Roboto Condensed', sans-serif;
}
h1{
    font-size: 25px;
    font-weight: bold;
    color: #287EAF;
}
span{
    font-size: 18px;
}
a{
    transition: 0.5s ease;
}
a:hover{
    text-decoration: none;
}
.container{
    max-width: 1170px;
}
#espaco{
    height:50px;
}
#botao{
    border-color: #85352e;
}
.btn-primary{    
    background: #278bbd;
    border: 5px solid #278bbd;
    border-radius: 5px;
    color: white;
}
.btn-primary:hover{    
    background: transparent;
    border: 5px solid #278bbd;
    color: #278bbd;
}
.icon-bar{
    color: #391F11;
    background: #E8DED7;
}
.navbar-default .navbar-toggle {
    border-color: #111233;
    color: white;
    background: #111233;    
}
.image{
    transition: 0.5s ease;
}
.image:hover{    
     transform: scale(1.07);
}
.btn-padrao{
    color: #FFFFFF !important;
    background: #f38d0c;
    padding: 10px 60px 10px 60px;
    transition: 0.5s ease;
    border: 1px solid transparent;
    border-radius: 20px;
    font-size: 14px;
}
.btn-padrao:hover{
    background: transparent;
    color: #f38d0c !important;
    border: 1px solid #f38d0c;
}
.btn-padrao:hover img{
    -webkit-filter: brightness(0.30);
    filter: brightness(0.30);
}
.grayscale{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: 0.5s ease;
}
.grayscale:hover{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);    
}
/* Fim Configuração Geral */






/* Topo  */
.topo{
    padding: 15px 0 0px 0;
    background: #eb8707;

}
.topo a{
    color: #fff !important;
}
.topo span{
    font-size: 16px !important;
}
@media only screen and (min-width: 800px) and (max-width: 1100px){  
    .topo span{
        font-size: 12px !important;
    }
    
}
.pesquisa input {
    width: 100%;
    float: left;
    /*background: url("layout/lupa.png") no-repeat 7% center;*/
    background-size: auto 20px;
    background-color: #d27c0d;
    color: #FFFFFF;
    border-radius: 15px;
    outline: none;
    border: none;
}
::placeholder {
    color: #ffffff;
    opacity: 1; /* Firefox */
}
/* Fim Topo  */


/* Cabeçalho Header */
.cabecalho{
    padding-top: 30px;
    padding-bottom: 30px;
}
.link_assemmar{
    padding: 0 15px 0 15px;
    transition: 0.5s ease;
    border-bottom: 3px solid transparent;
    color: #383838 !important;
}
.link_assemmar:hover{
    border-bottom: 3px solid #4d60b3; 
    font-weight: bold;
    background: transparent !important;
}
@media (min-width: 768px){
    .navbar-nav {
        float: none;
        display: inline-block;
        text-align: center;
    } 
    #position-menu{
        text-align: center;
    }
}
/* Fim Cabeçalho Header */






/* Serviços */
.servicos{
    text-align: center;
    padding: 30px 0 30px 0;
}
.servicos a{
    background: transparent;
    border: 1px solid #fff;
    padding: 5px 12px 3px 12px;
    color: #fff;
    transition: 0.5s ease;
}
.servico1{
    background: #3854c8;
    max-width: 260px;
    padding: 15px 15px 15px 15px;
    float: none;
    display: inline-block;
    margin-right: 15px;
}
.servico1 a:hover{
    background: #fff;
    color: #374BBE;
}
.servico2{
    background: #f38d0c;
    max-width: 260px;
    padding: 15px 15px 15px 15px;
    float: none;
    display: inline-block;
    margin-right: 15px;
}
.servico2 a:hover{
    background: #fff;
    color: #EF8324;
}
.servico3{
    background: #ba2929;
    max-width: 260px;
    padding: 15px 15px 15px 15px;
    float: none;
    display: inline-block;
}
.servico3 a:hover{
    background: #fff;
    color: #030005;
}

@media only screen and (max-width: 700px){  
    .servico1{
        max-width: 330px;
    width: 100%;
    margin-bottom: 50px;
    }
    .servico2{
        max-width: 330px;
    width: 100%;
    margin-bottom: 50px;
    }
    .servico3{
        max-width: 330px;
    width: 100%;
    margin-bottom: 50px;
    }
}
/* Fim Serviços */




/* Notícias */
.noticias{
    background: #f7f7f7;
    color: #858585;
    font-size: 11px;
    padding-bottom: 50px;
}
.noticias a{
    color: #858585;
}
.noticias h2{
    color: #864e9f;
    font-size: 16px;
}
.noticias h3{
    color: #864e9f;
    font-size: 14px;
}

.noticias_home{
    width: 555px;
    height: 370px;
    background-position: top;
    background-size: cover;
    margin-bottom: 7px;
    background-color: transparent;
    background-repeat: no-repeat;
    z-index: 3000;
}
.noticias_menores{
    width: 250px;
    height: 160px;
    background-position: top;
    background-size: cover;
    margin-bottom: 7px;
    background-color: transparent;
    background-repeat: no-repeat;
    z-index: 3000;    
}


.noticia_item_foto{    
    width: 264px;
    height: 175px;
    background-position: top;
    background-size: cover;
    margin-bottom: 7px;
    background-color: transparent;
    background-repeat: no-repeat;
}
@media only screen and (min-width: 800px) and (max-width: 1100px){    
    .noticias_home{
        width: 333px;
        height: 222px;
    }
    
    .noticias_menores{
        width: 156px;
        height: 96px;
    }
}

@media only screen and (max-width: 700px){  
    .noticias_home{
        width: 250px;
        height: 200px;
    }
    
    .noticias_menores{
        width: 250px;
        height: 200px;
    }
}
/* Fim Notícias */



/* Multimídia */
.multimidia{
    padding-top: 110px;
    padding-bottom: 50px;
    margin-bottom: 30px;
}
@media only screen and (min-width: 1500px){
    .multimidia{
        background-image: url("layout/fundo_videos.jpg");
        background-size: cover;
    }
}
@media only screen and (max-width: 1490px){
    .multimidia{
        background: #EF8325;
    }
}
.fotos_home{
    width: 250px;
    height: 250px;
    background-position: top;
    background-size: cover;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: 0.5s ease;
}
.fotos_home:hover{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.video_tamanho{
    width: 440px;
    height: 320px;
}
.titulo-video{
    border-bottom: 1px solid #fff;
    margin-bottom: 80px;
    margin-top: 90px;
    min-height: 44px;
    font-size: 20px;
    line-height: 0.9;
    color: #fff;
}
.titulo-video a{
    color: #fff;
    font-size: 14px;
}
@media only screen and (min-width: 800px) and (max-width: 1100px){  
    .video_tamanho{
        width: 350px;
        height: 240px;
    }
}

@media only screen and (max-width: 700px){
    .video_tamanho{
        width: 250px;
        height: 180px;
    }
}
/* Fim Multimídia */




/* Rodapé */
.rodape{
    height: 300px;
}
.mapa{
    width: 100%;
    height: 300px;
    -webkit-filter: brightness(0.30);
    filter: brightness(0.30);
    transition: 0.3s ease;
}
.mapa:hover{
    -webkit-filter: brightness(1);filter: brightness(1);
}
.texto-rodape{
    text-align: center;
    font-size: 16px;
}
.texto-rodape span{
    text-align: center;
    font-size: 20px;
}
.rodape hr{
    background: #6375d3;
    height: 4px;
    width: 30px;
}
.masterix{
    padding: 12px 0 12px 0;
    background: #ebebeb;
    color: #6a6a6a;
    text-align: center;
}
.masterix a{
    color: #6a6a6a;
    font-weight: bolder;
}
/* Fim Rodapé */