
body{
    font-family: 'Noticia Text', serif;
}

 
.logo-banner{
    margin-top: 100px;
}

.logo-banner img{
    max-width: 100%;
    margin-top: -90px;

}

.section {
    padding-top: 5rem;
    padding-bottom: 1rem;
}

h1{
    color: white;
    font-size: 40px;
    font-weight: 600;
}

h4{
    font-size: 24px;
    font-weight: 400;
    margin-top: -15px;
}

.fonte-serifa-textos{
    font-family: 'Noticia Text', serif;
}

#index-banner{
    height: 500px;
}

.parallax-container{
    height: 600px;
} 

.texto-banner-segundo{
    margin-top: -30px;
}

p{
    font-size: 18px;
    font-family: 'Noticia Text', serif;
}

/* modal */

.fonte-modal{
    font-size: 20px;
    font-weight: 300;
}

#botao-modal{
    background-color: #00aeef;
}

.afastar-botao-modal{
    padding-top: 30px;
}

#modal7, #modal1, #modal2, #modal3, #modal4, #modal5, #modal6{
    width: 100%;
}

h6{
    font-size: 24px;
    font-weight:500;
}

/* pré-proposta */
.btn-large{
    background-color: white;
    color: darkblue;
}
.btn-large:hover{
    background-color:#00aeef;   
}

.pre-proposta{
    color: darkblue;
    font-weight: 500;
}

/*icon*/

i{
    color: darkblue;   
}

i .tiny{
    color: white;
    margin-right: 5px;
}

hr{
    width: 80px;
    margin-left: 0px;
}

/*footer*/

footer, .footer-geral .page-footer{
    background-color: #252731;   
}

.page-footer .footer-copyright{
    background-color: #282c45;
}



header, nav {
  background: #00aeef;
}

nav ul{
    margin: 0 25px;
}
nav li a{
    color: white;
    padding: 0 50px;
    letter-spacing: 2px;
}

nav li a:hover{
    background-color: darkblue;
}

.brand-logo{
    margin: 4px 0px -4px 34px;
}

/*  
.menu-centro a{
  margin: -2px;
line-height: 64px;
padding: 0 75px;
    color: white;
    font-size: 20px;
}
*/
.para-logo{
    margin-left: 208px;
}

.nav-wrapper .menu-centro {
    margin-right: 0px;
}

.lista-menu{
    margin-top: -8px;
}


a {color: blue;}
@media screen and (min-width: 768px) {
  a {color: yellow;}