

body{

    font-size: 14px;
    font-weight: normal;

    font-family: "Lato",arial,sans-serif;
}

.inicio{
    background: #212425 url("../img/base-header-5.jpg") no-repeat fixed center top / cover;
}

header{
    background: #fff none repeat scroll 0 0;
    padding: 0 0;
}


header h1.logo {
    font-size: 28px;
    font-weight: bold;
    margin-top: 10px;
    text-transform: uppercase;
}

a {
    color: #FFEE44;
    text-decoration: none;
}

a:focus, a:hover{
    text-decoration: underline;
    color: #FDFF6D;
}

.contact-text{
    font-size: 12px;
}

.navbar{
    border-radius: 0;
    margin-bottom: 0px;
}

.navbar {
    border-radius: 0px;
    margin-bottom: 0px;
}

.navbar-default {
    border-color: transparent;
    border-bottom: 1px solid #c6c6c6;
}

.jumbotron{

    background-size: cover;
    color: #ffffff;
    margin-bottom: 0px;
}


.meio{
    padding-top: 30px;

}

.text-white {
    color: #fff;

}

.text-black {
    color: #0000000;
}

.mb20 {
    padding-bottom: 20px;
    margin-bottom: 20px !important;
    border-bottom: 1px solid #FCE714;
    font-weight: 600;
}

.bg-custom {
    color: #000000;
    background-color: #FCE714;
}

.bg-custom2 {
    color: #000000;
    background-color: #FFEE44;
}

.bg-geral{
    background-color: #FDFF6D;
}

html, body {
    height: 100%;
}

#wrap {
    min-height: 90%;
}

#main {
    overflow:auto;
    padding-bottom:150px; /* this needs to be bigger than footer height*/
}

.footer {
    padding-top:20px;
    background-color: #0f0f0f;
}

.colored-box p{
    color: #ffffff;
}

hr {
    margin-bottom: 10px;
    margin-top: 10px;
}

.rodape-endereco{
    color: #ffffff;
}

.rodape-telefone{
    color: #ffffff;
}
.amarelo{
    color: #FFEE44;
}

.verde{
    color: #5cb85c;
}

.header .main-nav .nav .nav-item a{
    color: #444444;
    font-size: 16px;
    transition: none 0s ease 0s ;
}

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

.link-importante ul{

    margin-left: 10px;
    padding: 0;
}

.link-importante li{
    margin-bottom: 10px;
    color: white;
}

.link-importante a{
    color: #ffffff;
}


.page-title {
    margin-top: 0;
}
.text-center {
    text-align: center;
}
h1 {
    font-size: 33px;
    font-weight: 700;
    text-transform: uppercase;
}
.page-title {
    margin-top: 0;
}
.text-center {
    text-align: center;
}

.separator {
    height: 1px;
    margin: 20px auto 15px;
    position: relative;
    width: 100%;
}

.separator::after {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

.dark-translucent-bg .separator::after, .default-bg .separator::after, .default-translucent-bg .separator::after, .light.separator::after {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0;
}

h1 {
    font-size: 33px;
    font-weight: 700;
    text-transform: uppercase;
}

.pv-20 {
    padding-bottom: 20px;
    padding-top: 20px;
}

.banner{
    min-height: 250px;
    padding-bottom: 20px;
    padding-top: 60px;
    color: #ffffff;
}


.dark-translucent-bg::after {
    background-color: rgba(0, 0, 0, 0.5);
}
.dark-translucent-bg, .default-translucent-bg, .light-translucent-bg, .two-col-translucent-bg {
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.dark-translucent-bg, .dark-translucent-bg h1, .dark-translucent-bg h2, .dark-translucent-bg h3, .dark-translucent-bg h4, .dark-translucent-bg h5, .dark-translucent-bg h6 {
    color: #fff;

}
.banner.dark-translucent-bg, .banner.default-translucent-bg, .banner.light-translucent-bg, .banner.parallax {
    min-height: 250px;
    padding-bottom: 20px;
    padding-top: 60px;
}
.dark-translucent-bg::after, .default-translucent-bg::after, .light-translucent-bg::after, .two-col-translucent-bg::after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
    z-index: 2;
}

.text-amarelo {
    color: #FCE714;
}