@charset "utf-8";
/* CSS Document */
body {
    font-size: 2em;
}

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

.navbar-nav {
    background: #fff !important;

}

.bg-index1 {
    background: url(../img/img1.jpg) top center no-repeat;
    background-size: cover;
    height: 900px;
    background-attachment: fixed;
    color: #fff;
}

.bg-index1 h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 3.1em;
    margin-top: 200px;
    color: #fff;
}

.bg-index1 p, .bg-index2 p {
    display: inline;
    /*background: rgba(0, 0, 0, 0.2);*/
    color: #fff;
    padding: 5px;
}

.bg-index1 p, .bg-index1 h2, .bg-index2 p, .bg-index2 h2 {

    text-shadow: 2px 2px 100px #000;
}

@media screen and (max-width: 500px) {
    .bg-index1 h2 {
        font-size: 2em;
        margin-top: 100px;
    }
}

.margem100 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.tituloH2 {
    font-family: 'Roboto', sans-serif;
    color: #177bd8;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.2em;

}

.titulo1-H2 {
    font-family: 'Roboto', sans-serif;
    color: #d49132;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 2em;
    margin: 100px 0;

}

.bg-index2 {
    background: url(../img/img2.jpg) top center no-repeat;
    background-size: cover;
    min-height: 900px;
    padding-bottom: 40px;
    color: #fff;
    background-attachment: fixed;
}

.bg-index2 h2 {
    color: #fff !important;
    font-size: 3em;
    text-transform: none;
    margin-top: 200px;
}

.bg-index3 {
    background: #666;
    background-size: cover;
    height: 400px;
    color: #fff;
    background-attachment: fixed;
}

.btn {
    /*background: #ff7c02;*/
    border: none;
    width: 150px;
}

.navbar {
    background: #fff;
    border: none;
    height: 70px;
}

.navbar ul li a:link {
    text-transform: uppercase;
    font-weight: 900;
    font-size: .9em;
    font-family: 'Roboto', sans-serif;
    margin-left: 10px;
    margin-right: 10px;

}

.menusite.active a:link {
    color: #f89219 !important;
    background: none !important;
}

.equipe-img {
    float: left;
    margin-right: 20px;
}

.espaco {

    margin-top: 50px;
}

section#contact {
    background-color: #222;
    padding: 50px 0;
}

section#contact .section-heading {
    color: #fff;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 236px;
}

section#contact .form-control:focus {
    border-color: #d01f27;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}

section#contact .text-danger {
    color: #e74c3c;
}

footer {
    background: #F3ECCE url(../img/bg-footer.jpg) repeat-x;
    height: 500px;
    color: #000;
    padding-top: 100px;
}

footer h3 {
    border-bottom: 2px solid #000;
}

a.noticia {
    color: #00a090;
}

.pagination > li > a {
    background-color: white;
    color: #5cb85c;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #5cb85c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a {
    color: white;
    background-color: #5cb85c;
    border: solid 1px #5cb85c;
}

.pagination > .active > a:hover {
    background-color: #5cb85c;
    border: solid 1px #5cb85c;
}

.txt-inicial {
    background: rgba(0, 0, 0, 0.4);
    padding: 4px;
    line-height: 24pt
}