/*font-family: 'Droid Serif', serif;
font-family: 'Roboto', sans-serif;*/
html {
    font-family: 'Roboto', sans-serif;
}

body {
    font-family: 'Roboto', sans-serif;
}

p {
    font-weight: 300;
}

.header-absolute {
    position: absolute;
    top: 100px;
    z-index: 9999999999;
    width: 100%;
}

.navbar-default {
    background: transparent;
    border: 0;
    border-bottom: 1px solid;
    border-color: rgba(255,255,255,.5);
}

.navbar-brand {
    margin-top: -60px;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #bd0f0f;
}

.navbar-default .navbar-nav > li > a:focus {
    color: #bd0f0f;
}

.navbar-default .navbar-nav > li > a:focus {
    color: #bd0f0f;
}

.navbar-default .navbar-nav > li > a {
    text-align: center;
    color: #ffffff;
}

@media (max-width:767px) {
    .navbar-default .navbar-nav > li > a {
        color: white;
        border-bottom: 2px solid #f9f8f8;
    }
}

.nav > li > a {
    padding-top: 7px;
    padding-bottom: 7px;
}

.carousel-caption {
    bottom: 35%;
    color: white;
}

@media (min-width:768px) and (max-width:991px) {
    .carousel-caption {
        bottom: 20%;
    }
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
    border-radius: 0;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #bd0f0f;
    border-radius: 0;
}

.cx-branca {
    position: relative;
    background-color: #fff;
    margin-top: -50px;
}

.cx-branca-miolo {
    position: relative;
    background-color: #fff;
}

.inicial-grande {
    position: relative;
    font-size: 4.5em;
    font-weight: 500;
    float: left;
    padding-right: 5px;
    line-height: 0.5;
}

@media (min-width:480px) and (max-width:767px){
    .navbar-nav {
        background-color: #ccc;
    }

    .carousel-caption {
        bottom: 10%;
    }

    .mt-xs-40 {
        margin-top: 40px;
    }

    .mt-xs-60 {
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .header-absolute {
        top: 50px;
    }

    .navbar-nav {
        background-color: #ccc;
    }

    .navbar-brand {
        margin-top: -50px;
    }

    .carousel-caption {
        bottom: 20%;
    }

    .carousel-caption h1 {
        font-size: 1.5em;
    }

    .mt50xs {
        margin-top: 50px!important;
    }
}

@media (max-width:479px) {
    .carousel-caption {
        bottom: 12%;
    }

    .carousel-caption H1 {
        font-size: 1.2em;
    }

}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt50 {
    margin-top: 50px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb50 {
    margin-bottom: 50px;
}

.mtb20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mt110 {
    margin-top: 110px;
}

.mb110 {
    margin-bottom: 110px;
}

.mtb110 {
    margin-top: 110px;
    margin-bottom: 110px;
}

.mr10 {
    margin-right: 10px;
}

.mr30 {
    margin-right: 30px;
}

.pr10 {
    padding-right: 10px;
}

.media-heading {
    font-family: 'Droid Serif', serif;
    font-style: italic;
}

.mt40 {
    margin-top: 40px;
}

.sub-titulo {
    font-family: 'Droid Serif', serif;
    font-style: italic;
    color: #be2526;
    margin-top: 0;
}

.media-body p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
    font-weight: 300;
    text-align: justify;
}

@media (max-width:479px) {
    .media-heading {
        text-align: center;
    }
}

.leia-mais {
    font-family: 'Droid Serif', serif;
    font-style: italic;
    color: #be2526;
    font-size: 1.2em;
    position: relative;
    float: right;
}

.topicos-media-objeto {
    margin-left: 100px;
}

.topicos-media-objeto span {
    color: #be2526;
}

.cargo {
    font-weight: 300;
    font-size: .90em;
    height: 30px;
    text-align: center;
}

/*efeito galeria home*/
.cx-foto-efeito {
    position: relative;
    width: 85%;
    margin: 0 auto;
}

.overlay {
    
}

.text {
    color: #be2526;
    font-size: 1.1em;
    margin: 0 10px;
    position: relative;
    text-align: center;
    top: 60%;

    /*transform: translate(-50%, -50%);*/
    -ms-transform: translate(-50%, -50%);
}

/**/
.title {
    font-family: 'Droid Serif', serif;
    font-style: italic;
}

@media (max-width:479px) {
    .text {
        top: 55%;
        left: 00px;
        font-size: 0.9em;
    }
}

.contem-contato {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 9999999;
    padding-left: 50px;
    padding-right: 30px;
}

.contem-contato h3 {
    font-family: 'Droid Serif', serif;
    font-style: italic;
    color: white;
    font-size: 1.4em;
    margin-top: 20px;
}

/*formulario*/
.form-control {
    font-weight: 300;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    color: white;
    border-bottom: 1px solid white;
    -webkit-box-shadow: none;

    /*inset 0 0px 0px rgba(0, 0, 0, .0);*/
    box-shadow: none;

    /*inset 0 0px 0px rgba(0, 0, 0, .0);*/
}

.form-control::-moz-placeholder {
    color: white;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: white;
}

.form-control::-webkit-input-placeholder {
    color: white;
}

.form-control-v1 {
    font-weight: 300;
    width: 100%;
    background-color: #f0f0f0;
    border-radius: 0;
    border: 0;
    color: #555;
    padding: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid white;
    -webkit-box-shadow: none;

    /*inset 0 0px 0px rgba(0, 0, 0, .0);*/
    box-shadow: none;

    /*inset 0 0px 0px rgba(0, 0, 0, .0);*/
}

.check {
    position: relative;
    left: 10px;
}

label {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.mensagem {
    width: 100%;
    margin-bottom: 20px;
    background-color: #f0f0f0;
    border: none;
}

.p-rodape {
    font-weight: 300;
}

.p-rodape span {
    line-height: 3;
}

.btn-default {
    color: white;
    background-color: transparent;
    border-color: white;
    border-radius: 0;
}

.btn-default:focus,
.btn-samdefault.focus {
    color: white;
    background-color: transparent;
    border-color: white;
}

.btn-default:hover {
    color: white;
    background-color: transparent;
    border-color: white;
}

.icone-rodape {
    float: left;
    padding: 5px;
}

.bg-rodape {
    background-color: #34343c;
}

a:hover,
a:focus {
    text-decoration: none;
}

.cor1 {
    color: white;
}

.link-rodape {
    color: orange;
    text-decoration: none;
}

.link-rodape a {
    color: white;
    text-decoration: none;
}

.link-rodape a:active {
    color: white;
    text-decoration: none;
}

.link-rodape :hover {
    color: white;
    text-decoration: none;
}

.link-rodape :focus {
    color: white;
    text-decoration: none;
}

.link-contato {
    color: #333;
    text-decoration: none;
}

.link-contato a {
    color: #333;
    text-decoration: none;
}

.link-contato :active {
    color: #333;
    text-decoration: none;
}

.link-contato :hover {
    color: #333;
    text-decoration: none;
}

.link-contato :focus {
    color: #333;
    text-decoration: none;
}

.ativo li > a {
}

.ativo li > a:active,
 {
    background-color: #fff;
}

.ativo li a:hover {
    background-color: #fff;
}

.ativo li a:focus {
    background-color: #fff;
}

.veja-tambem {
    color: #555;
    padding: 10px 20px;
}

.veja-tambem a {
    color: #555;
    padding: 10px 20px;
}

.veja-tambem :hover {
    color: white;
    background-color: #bd0f0f;
    padding: 10px 20px;
}

.veja-tambem :focus {
    color: white;
    background-color: #bd0f0f;
    padding: 10px 20px;
}

.active {
}

.maior {
    font-size: 1.3em;
}

@media (max-width:479px) {
    .topicos-media-objeto {
        margin-left: 20px;
    }

    .contem-contato {
        padding-left: 0px;
    }

    .form-control {
        margin-bottom: 5px;
    }

    .contem-contato h3 {
        margin-top: 5px;
    }
}

@media (min-width:480px) and (max-width:767px){
    .topicos-media-objeto {
        margin-left: 40px;
    }
}

.listas {
    margin-left: 20px;
    font-weight: 300;
}

.btn-voltar-servicos {
    background-color: #b5b5b5;
    border: none;
    color: white;
}

.btn-voltar-servicos:hover {
    background-color: #c52727;
}

@media (min-width:768px) and (max-width:991px) {
    .carousel-caption h1 {
        font-size: 2.3em;
    }
}

@media (max-width:479px) {
    .media-heading h1 {
    }
}

@media (max-width:479px) {
    .form-group {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}