body { width: 100%;height: 100%;}
html { width: 100%;height: 100%;}
@media(min-width:767px) {
    .navbar { padding: 20px 0; -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out; -moz-transition: background .5s ease-in-out,padding .5s ease-in-out; transition: background .5s ease-in-out,padding .5s ease-in-out;}
    .top-nav-collapse {padding: 0; }


}


/* Portrait & landscape phone */
@media (max-width: 480px) {
body{overflow-x: hidden;}	
.p_topico{font-size:20px;margin:10px 0 20px;} 
h2{font-size:18px;}
h3{font-size:16px;}
.lead{font-size:14px; width:100%;}
.ico_topicos{ width:20%;}
.no_ico{ display:none;}
.img-logo{margin:0; width:70%;}
.img_topo{ margin-top:-40px;}
.f-footer{height:200px;}
}

/* Landscape phone to portrait tablet */
@media (max-width: 768px) {

}

/* Large desktop */
@media (min-width: 1200px) {
  
}



.intro-section, .about-section, .services-section, .contact-section, .nossa_equipe-section{height: 100%;padding-top: 60px;}
