@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700,500);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700);
html{

}
body{
    font-family: 'Roboto', sans-serif;
    /*font-size: 80%;
    line-height: 160%;*/
}

a{
    text-decoration: none;
    color:inherit;
}
b{font-weight: bold;}

.left{float: left;}
.right{float: right;}
.clear{clear: both;}
.nomrg{margin: 0 !important;}

.padtb10{padding: 10px 0;}
.padtb20{padding: 20px 0;}
.padt20{padding: 20px 0;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.center{margin: 0 auto;}

.center-links{
    width:100%;
    text-align:center;
    display: block;
}
.center-links a{
    display: inline-block;
}

.top-bar{
    height: 50px;
    border-bottom: 1px solid #e8e8e9;
    width: 100%;
    float: left;
}
.top-bar > .container > .contactos{
    font-size: 12px;
    text-transform: uppercase;
    float: left;
    color: #727272;
    line-height: 50px;
    font-weight: 300;
}

.top-bar > .container > .contactos > span{
    margin-left: 10px;
}
.top-bar > .container > .contactos > span:first-of-type{
    margin-left: 0;
}
.top-bar > .container > .contactos > span > i{
    color: #edd5d5;
    font-size: 16px;
}

.top-bar > .container > .social-top{
    float: right;
    height: 50px;
}

.top-bar > .container > .social-top > a{
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;

    width: 46px;
    border-left: 1px solid #e8e8e9;
    border-right: 1px solid #e8e8e9;
    float: left;
    line-height: 50px;
    font-size: 20px;
    color: #b6b6b6;
    display: block;
    text-align: center;
}
.top-bar > .container > .social-top > a.facebook:hover{
    background-color: #3B5998;
    color: #fff;
}
.top-bar > .container > .social-top > a.youtube:hover{
    background-color: #E62117;
    color: #fff;
}
.top-bar > .container > .social-top > a.yellow:hover{
    background-color: #dead0d;
    color: #fff;
}

.wrapper-banner-topo{
    /*background: url("../images/bg/1.jpg") 0 center no-repeat #fff;*/
    width: 100%;
    float: left;
    min-height: 62%;
}

div.wrapper-banner-topo.vegas-container div.vegas-wrapper > .barra-logo{
    padding: 30px 0;
    background: rgba(255, 255, 255, 0.7);
}

div.wrapper-banner-topo.vegas-container div.vegas-wrapper div.barra-logo div.container div.row div.col-md-8 div.contacto-icon{
    display: table;
    text-transform: uppercase;
    margin-left: 20px;
    float: right;
}

div.wrapper-banner-topo.vegas-container div.vegas-wrapper div.barra-logo div.container div.row div.col-md-8 div.contacto-icon > .icon{
    display: table-cell;
    height: 60px;
    width: 60px;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #dead0d;
    border: 1px solid #dead0d;
    font-size: 25px;
}

div.wrapper-banner-topo.vegas-container div.vegas-wrapper div.barra-logo div.container div.row div.col-md-8 div.contacto-icon > .texto{
    display: table-cell;
    padding-left: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #960606;
    line-height: 14px;
    padding-top: 10px;
}
div.wrapper-banner-topo.vegas-container div.vegas-wrapper div.barra-logo div.container div.row div.col-md-8 div.contacto-icon > .texto > span{
    font-weight: 300;
    margin-bottom: 5px;
    display: block;
}

.menu-wrapper{
    width: 100%;
    float: left;
    height: 60px;
    border-bottom: 4px solid #d01111;
    background-color: #454545;
}

.menu-wrapper > .container > #menu{
    float: left;
}

.menu-wrapper > .container > #menu > li{
    display: inline;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 56px;
    text-transform: uppercase;
}
.menu-wrapper > .container > #menu > li > a{
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    padding: 0 15px;
}
.menu-wrapper > .container > #menu > li > a:hover{
    color: #DEAD0D;
    text-decoration: none;
}

.slicknav_menu {
    display:none;
}

.barra-titulo{
    width: 100%;
    float: left;
    border-bottom: 2px solid #e8e8e8;
    height: 30px;
    margin-bottom: 20px;
}
.barra-titulo > .titulo {
    height: 30px;
    float: left;
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 2px solid #dead0d;
}
.barra-titulo > a {
    float: right;
    color: #dead0d;
    font-size: 12px;
    text-transform: uppercase;
}

.noticias-home > .noticia{
    padding: 30px 0;
    border-bottom: 1px solid #e4e4e4;
    float: left;
    width: 100%;
}

.noticias-home > .noticia:first-of-type{
    padding-top: 0;
    border-top: 0;
}
.noticias-home > .noticia > .row > .col-md-4 > .imagem{
    overflow: hidden !important;
    display: block;
    width: 100%;
    max-height: 260px;
    float: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.noticias-home > .noticia > .row > .col-md-4 > .imagem > img{
    width: 100%;
    max-height: auto;
    max-width: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
}

.noticias-home > .noticia > .row > .col-md-8 > .titulo{
    color: #545454;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 3px;
}
.noticias-home > .noticia > .row > .col-md-8 > .data{
    color: #b7b7b7;
    font-size: 12px;
    margin-bottom: 20px;
}

.noticias-home > .noticia > .row > .col-md-8 > .resumo{
    color: #484848;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
}

a.bt-ler-mais, .bt-ler-mais{
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    padding: 12px 30px;
    background-color: #dead0d;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    display: block;
    float: left;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
a.bt-ler-mais.small, .bt-ler-mais.small{
    padding: 7px 15px;
    font-weight: normal;
    font-size: 12px;
}
a.bt-ler-mais:hover{
    opacity: 0.7;
}
.eventos-anteriores{
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.eventos-anteriores > .evento{
    display: table;
}
.eventos-anteriores > .evento > .imagem{
    display: table-cell;
    width: 75px;
    height: 75px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.eventos-anteriores{
    float: left;
    width: 100%;
}

.eventos-anteriores > .evento{
    display: table;
    margin-bottom: 10px;
}

.eventos-anteriores > .evento > .imagem{
    display: table-cell;
    width: 75px;
    height: 75px;
    vertical-align: top;
}
.eventos-anteriores > .evento > .imagem > a{
    width: 75px;
    height: 75px;
    overflow: hidden;
    display: block;
}
.eventos-anteriores > .evento > .imagem > a > img{
    height: 100%;
    max-width: 75px;
    width: auto;
}
.eventos-anteriores > .evento > .titulo-data{
    display:table-cell;
    padding-left: 10px;
}
.eventos-anteriores > .evento > .titulo-data > .titulo{
    font-size: 14px;
    font-weight: bold;
    color: #434343;
    display: block;
    margin-bottom: 3px;
}
.eventos-anteriores > .evento > .titulo-data > .data{
    font-size: 12px;
    text-transform: uppercase;
    color: #bbbbbb;
}
.eventos-anteriores > .evento > .titulo-data > .data > i{
    color: #434343;
    margin-right: 5px;
}

.wrapper-servicos{
    background-color: #dde5ef;
    width: 100%;
    float: left;
    padding: 50px 0;
    margin-bottom: 30px;
}

.wrapper-servicos > .container > .titulo{
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #454545;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
}
.wrapper-servicos > .container > .sep{
    width: 75%;
    max-width: 260px;
    margin: 30px auto;
    height: 1px;
    background-color: #fff;
}

.wrapper-servicos > .container .servico{
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 0 10px 33px;
    margin-bottom: 30px;
    margin-top: 40px;
    position: relative;
}

.wrapper-servicos > .container .servico > .icon{
    -webkit-box-shadow: inset 0px -5px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px -5px 5px 0px rgba(0,0,0,0.1);
    box-shadow: inset 0px -5px 5px 0px rgba(0,0,0,0.1);

    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;

    width: 100px;
    height: 100px;
    background-color: #dde5ef;
    margin: -40px auto 20px;
    font-size: 50px;
    color: #fff;
    text-align: center;
    line-height: 100px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    display: block;
}
.wrapper-servicos > .container .servico > .titulo{
    font-size: 20px;
    font-weight: bold;
    color: #454545;
    height: 46px;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 26px;
}
.wrapper-servicos > .container .servico > .intro{
    height: 320px;
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
}


.wrapper-servicos > .container .servico > .bt-solicitar{
    background-color: #DEAD0D;
    padding: 7px 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    position: absolute;
    bottom: -20px;
    right: 20px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    font-size: 16px;

    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;

}

.wrapper-servicos > .container .servico > .bt-solicitar:hover{
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.4);
}

.wrapper-servicos > .container .servico > .intro > ul{
    margin-left: 30px;
}
.wrapper-servicos > .container .servico > .intro > ul > li{
    list-style: circle;
    padding: 5px 0;
}

.wrapper-servicos > .container .servico:hover{
    -webkit-box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.23);
    -moz-box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.23);
    box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.23);
    cursor: pointer;
}
.wrapper-servicos > .container .servico:hover .icon{
    background-color: #dead0d;
}

.rodape{
    -webkit-box-shadow: inset 0 5px 5px 0 rgba(0,0,0,0.23);
    -moz-box-shadow: inset 0 5px 5px 0 rgba(0,0,0,0.23);
    box-shadow: inset 0 5px 5px 0 rgba(0,0,0,0.23);
    background-color: #242424;
    width: 100%;
    float: left;
    padding: 20px 0;
}

.rodape .direitos{
    color: #fff;
   
}
.rodape .direitos > span{
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 16px;
}
.rodape .direitos > img{
    display: block;
    margin-bottom: 10px;
}
.rodape .menu-rodape{
    margin: 20px 0;
    float: right;
}
.rodape .menu-rodape > a{
    padding: 0 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}
.rodape .menu-rodape > a:hover{
    color: #DEAD0D;
    text-decoration: none;
}
.creditos{
    -webkit-box-shadow: inset 0 5px 5px 0 rgba(0,0,0,0.23);
    -moz-box-shadow: inset 0 5px 5px 0 rgba(0,0,0,0.23);
    box-shadow: inset 0 5px 5px 0 rgba(0,0,0,0.23);
    background-color: #333333;
    padding: 7px 0;
    width: 100%;
    float: left;
}
.creditos > .container{
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
}

#map {
    height: 350px;
    width: 100%;
}

.wrapper-conteudo{
    float: left;
    width: 100%;
    padding: 0 0 30px;
    background-color: #f0f0f0;
}


.detalhe-noticia{

}
.detalhe-noticia > h1{
    text-transform: uppercase;
    line-height: 36px;
    margin-bottom: 0;
}
.detalhe-noticia > .data-autor{
    font-size: 12px;
    line-height: 12px;
    color: #686868;
}
.detalhe-noticia > .data-autor > i{
    margin-right: 10px;
}


.galeria-intro{
    border: 1px solid #e7e7e7;
    width: 100%;
    float: left;
    margin-bottom: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);

    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;

}
.galeria-intro:hover{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.galeria-intro > .imagem{
    display: block;
    width: 100%;
    float: left;
}
.galeria-intro > .imagem > img{
    width: 100%;
}
.galeria-intro > .detalhes{
    padding: 20px;
    width: 100%;
    float: left;
}
.galeria-intro > .detalhes > .titulo{
    display: block;
    font-weight: bold;
    font-size: 14px;
    height: 60px;
    margin-bottom: 10px;
}
.galeria-intro > .detalhes > .titulo:hover{
    text-decoration: none;
}

.imagem-galeria{
    margin-bottom: 30px;
    display: block;
    float: left;
    width: 100%;

    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;

}
.imagem-galeria:hover{
    opacity: 0.7;
}




.table{
    background-color: #fff !important;
}
.bannerRight{
    padding: 10px 0;
    float: left;
    display: block;

    overflow: hidden;
}
.bannerRight > img{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


.spinner{
    width: 35px;
    height: 35px;
    margin: 10px auto;
}
.msgEnviar{
    display: none;
}



#condicoes-servico{
    background-color: #f3f3f3;
    padding: 10px;
    -webkit-box-shadow: inset 0px 0px 10px -4px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px 0px 10px -4px rgba(0,0,0,0.3);
    box-shadow: inset 0px 0px 10px -4px rgba(0,0,0,0.3);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#condicoes-servico .titulo{
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
    color: #DEAD0D;
}
#condicoes-servico ol, #condicoes-servico ul{
    padding-left: 20px;
}
#condicoes-servico ol li,
#condicoes-servico ul li{
    list-style: lower-alpha;
    font-size: 12px;
    padding: 5px 0;
}
#condicoes-servico ul li {
    list-style: circle;
}
#condicoes-servico ul li a{
    color: #DEAD0D;
}

/*
#condicoes-servico ul li:nth-child(even) {
    background: #d2dfe9;
}
*/

.form-solicitar{

}

.form-solicitar > .titulo{
    font-size: 16px;
    font-weight: bold;
}

.form-solicitar > .titulo > #nome-servico{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    background-color: #DEAD0D;
    color: #fff;
    display: inline;
}

.form-solicitar > form{
    background-color: #f3f3f3;
    margin-top: 20px;
    padding: 20px;
}

.a-enviar-pedido, .pedido-enviado{
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 200;
    padding-top: 150px;
    display: none;
}
.pedido-enviado > strong{
    font-size: 18px;
    color: #DEAD0D;
}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

    .menu-wrapper > .container > #menu > li{
        font-size: 14px;
    }
    #map{
        margin-bottom: 30px;
    }

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .top-bar > .container > .contactos{
        display: none;
    }
    .noticias-home > .noticia > .row > .col-md-5 > .imagem{
        margin-bottom: 20px;
    }

    .slicknav_menu {
        display:block;
    }
    .menu-wrapper{
        display: none;
    }

    .barra-titulo > .titulo {
        height: 30px;
        float: left;
        width: 100%;
        font-size: 18px;
        text-transform: uppercase;
        border-bottom: 2px solid #dead0d;
    }
    .barra-titulo > a {
        float: left;
        display: block;
        margin-top: 5px;
        margin-bottom: 20px;
        color: #dead0d;
        font-size: 12px;
        text-transform: uppercase;
    }


    div.wrapper-banner-topo.vegas-container div.vegas-wrapper div.barra-logo div.container div.row div.col-md-8 div.contacto-icon{
        margin-left: 0;
        width: 100%;
        margin-bottom: 10px;
        float: left;
    }

    div.wrapper-banner-topo.vegas-container div.vegas-wrapper div.barra-logo div.container div.row div.col-md-8 div.contacto-icon > .icon{
        height: 50px;
        width: 50px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        font-size: 20px;
    }

    div.wrapper-banner-topo.vegas-container div.vegas-wrapper div.barra-logo div.container div.row div.col-md-8 div.contacto-icon > .texto{
        padding-top: 0;
    }


}


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

    .col-xs-6{
        width: 100%;
    }

    div.wrapper-banner-topo.vegas-container div.vegas-wrapper div.barra-logo div.container div.row div.col-md-8 div.contacto-icon{
        margin-left: 20px;
        float: left;
        width: auto;
        margin-top: 10px;
    }


}

@media only screen and (max-width : 480px) {
    div.wrapper-banner-topo.vegas-container div.vegas-wrapper div.barra-logo div.container div.row div.col-md-8 div.contacto-icon{
        margin-left: 0;
        float: left;
        width: 100%;
        margin-top: 10px;
    }
    div.wrapper-banner-topo.vegas-container div.vegas-wrapper div.barra-logo div.container div.row div.col-md-8 div.contacto-icon > .texto{
        font-size: 12px;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}

