body {
background: #f5f5f5;
}

a {
color:#C42821;
}

.footer-copyright {
background: #D14D42;
font-size: 86%;
padding: 12px 0;
}

#nav-top {
background: #3E4043;
color: #fff;
padding: 0;
font-size: 13px;
}

#nav-top a {
color: #fff;
}

#nav-top p a {
margin: 0 9px;
}

#header {
border-top: solid 4px #C42821;
border-bottom: solid 1px #e5e5e5;
}

.title-main:after {
background: #B76223;
}


#nav-top .navbar-form input {
border-radius: 0;
border: none;
background: rgba(255,255,255,1);
color: #000;
font-size: 13px;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
#nav-top .navbar-form button {
border-radius: 0;
border: solid 1px transparent;
box-shadow: none;
color: #000;
}

/*** nav-main ***/
#nav-main {
background: #fff;
box-shadow: 0px -3px 0px 0px #FAE5E5 inset;
}

#nav-main ul {
list-style: none;
margin: 0;
padding: 0;
}

.nav-menu-header li {
float: left;
width: 14.28%;
text-align: center;
}

.nav-menu-header li a {
display: block;
padding: 20px 0;
font-weight: 700;
text-transform: uppercase;
}

.nav-menu-header .dropdown i {
position: absolute;
top: 33%;
right: 10px;
}

.nav-menu-header li a {
color: #444;
}

.nav-menu-header li:hover {
background: #f5f5f5;
}
.nav-menu-header li a:hover {
background: #f5f5f5;
color: #C42821;
text-decoration: none;
}
.nav-menu-header li ul li a:hover {
background: #f5f5f5 !important;
color: #C42821 !important;
}



/*** LANDING PAGE ***/
.parallax-bg {
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

.header-lp div {
height: 280px;
text-align: center;
background: rgba(0,0,0,0.4);
}

.header-lp div h1 {
color: #fff;
text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
font-size: 40px;
position: relative;
top: 40%;
margin: 0;
}

.section-lp .container {
padding: 50px 0;
}

.section-lp .container p {
line-height: 20px;
}

.section-lp .title-section-lp {
font-weight: normal;
font-family: 'Open Sans', sans-serif;
line-height: 28px;
margin-bottom: 35px;
position: relative;
}

.section-lp h2.title-section-lp {
font-size: 30px;
}

.section-lp h3.title-section-lp {
font-size: 24px;
}

.section-lp .title-section-lp:after {
content: "";
width: 10%;
height: 2px;
background: #333333;
position: absolute;
top: 45px;
left: 0;
}

.section-lp .lb-c:after {
left: 45%;
}

.section-lp-white .title-section-lp:after {
background-color: #fff;
}
.section-lp-white a {
color: #fff;
}

#section-a {
background: #f2f2f2;
}
#section-b {
background: #fff;
}
#section-c {
color: #fff;
text-shadow: 1px 1px 1px rgba(0,0,0,0.7)
}
#section-d {
background: #f2f2f2;
}
#section-e {
color: #fff;
background: #cb2d3e;
background: -webkit-linear-gradient(to left, #cb2d3e , #ef473a);
background: linear-gradient(to left, #cb2d3e , #ef473a);
}
.section-e-text-columns p {
-moz-columns: 2;
-webkit-columns: 2;
columns: 2;
-webkit-column-gap: 30px;
-moz-column-gap: 30px;
column-gap: 30px;
}

/*** Eventos ***/
#section-eventos .box-evento {
border-bottom: dotted 1px #ddd;
padding-bottom: 16px;
margin-bottom: 16px;
}

#section-eventos .box-evento:last-child {
border-bottom: 0;
margin-bottom: 0;
}

#section-eventos .box-evento-data {
border: solid 1px #ddd;
width: 28%;
float: left;
}

#section-eventos .box-evento-data span {
display: block;
text-align: center;
color: #888;
line-height: 24px;
text-transform: uppercase;
}

#section-eventos .box-evento-data span:nth-child(1) {
font-size: 32px;
font-weight: bold;
padding-top: 10px;
color: #444;
}
#section-eventos .box-evento-data span:nth-child(2) {
font-weight: bold;
font-size: 18px;
padding-bottom: 5px;
}

#section-eventos .box-evento-info {
width: 68%;
float: right;
font-weight: bold;
line-height: 18px;
max-height: 70px;
overflow: hidden;
}
#section-eventos .box-evento-info a {
color: #B62A24;
}

.imagem-evento {
float: left;
margin: 0 15px 5px 0;
height: 150px;
border: solid 1px #EEE;
padding: 2px;
}
.info-main {
font-size: 16px;
color: #C55;
}


.list-section {
list-style: none;
margin: 0;
padding: 0;
}

.list-section li {
float: left;
width: 23%;
margin: 1%;
}

@media only screen and (max-width: 767px) {
.list-section li {
        width: 48%;
    }
}

.list-section li a {
box-shadow: inset 0px 0px 0px rgba(255,255,255, .8), 0px 0px 3px rgba(0,0,0, .2);
-moz-box-shadow: inset 0px 0px 0px rgba(255,255,255, .8), 0px 0px 3px rgba(0,0,0, .2);
-webkit-box-shadow: inset 0px 0px 0px rgba(255,255,255, .8), 0px 0px 3px rgba(0,0,0, .2);
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
height: 68px;
overflow: hidden;
padding: 10px;
display: block;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
background: #FFF;
border: solid 1px #FFF;
}
.list-section li span {
display:table-cell;
vertical-align:middle;
height: 48px;
}
.list-section li img {
height: 48px;
float: left;
margin: 0 10px 0 0;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
.list-section li a:hover {
background-color: rgba(220,220,220,.2);
-moz-opacity:.80;
-webkit-opacity:0.8;
opacity:.80;
text-decoration: none;
color: #000;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
border: solid 1px #DDD;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
}


.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
