*{
    font-size: 16px;
}

h1,h3 {
    font-family: 'Roboto', sans-serif;
    text-align: center;
}


h2 {
    font-family: 'Bebas Neue', cursive;
    color: #D90404;
    margin-top: 20px;
    text-align: center;
}



h4, h5, h6 {
    font-family: 'Bebas Neue', cursive;
    color: #D90404;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}


h1{
    font-size: 200%;
}

h2{
    font-size: 200%;
}

h3{
    font-size: 150%;
}


p, li , a{
    font-family: 'Roboto', sans-serif;
}



p.destaque {
    font-size: 130%;
    line-height: 1.8;
    font-weight: 300;
    text-align: center;
    width:60%;
}


/*--------------SERVIÇOS------------*/
section#servicos-principal h4 {
    color: red;
    opacity: 0.8;
    font-size: 125%;
}

section#servicos-principal ul {
    margin-top: 25px;
}

section#servicos-principal ul li {
    font-size: 85%;
    text-align: left;
    margin-left: 30px;
    line-height: 2;
    text-decoration: none;
}

section#servicos-principal div.servicos-bottom p {
   color:#FFF;
   font-weight: 600;
   text-transform: uppercase;
   text-align: center;
   padding:15px; 
}
