@charset "utf-8";

.titulo { float: left; width: 100%;}
.titulo h1 { float: left; width: 100%; font-weight: bold; font-size: 2.5em; line-height: 1;}
.titulo h2 { float: left; width: 100%; font-weight: bold; font-size: 2.5em; line-height: 1;}
.titulo h3 { float: left; width: 100%; font-size: 1.2em;}

@media only screen and (max-width: 700px){
  .titulo h1 { font-size: 1.7em;}
  .titulo h2 { font-size: 1.7em;}
  .titulo h3 { font-size: 1.1em;}
}