@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');

html {box-sizing: border-box;font-family:"Roboto", sans-serif;}
*, *:before, *:after {box-sizing: inherit;}

body {
  font-family:"Roboto", sans-serif !important;
}

section{
 margin: 2rem 0;
}

p{
  color: #393a3f;
  font-size: 15px;
}

a{
  color: #0054b3;
  font-size: 15px;
}

a:hover{ 
  color: #0054b3;
  text-decoration: none;
}

a.link{
  color: #fff;
  font-size: 15px;
  text-decoration: underline;
}

a.link:hover{ 
  color: #fff;
  text-decoration: none;
}

ul{
 font-size: 15px;
}

ul.itens li{
 margin-bottom: 20px;
 font-size: 15px;
} 

h1{
 color: #FFF;
 font-weight: bold;
 font-size: 35px;
 font-family: "Roboto", sans-serif;
 text-transform: uppercase;
 float: left;
 margin: 0;
}

h2{
  font-size: 18px;
  color: #ee4966;
  font-family:"Roboto", sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
}

.box{
 background-color: #fff0d9;
 padding: 1rem;
}

.bg-ft{
 background-color: #9ccfe4;
 padding: 2rem 0;
}

@media only screen and (max-device-width: 1024px) {

}
