/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 998px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  .topBar .colHeader{
    text-align: center !important;
  }
  .colFoot{
    text-align: center !important;
  }

  /* Slider */
  .slider .areaInfo h2{
    font-size: 2em !important;
  }
  .slider .areaInfo h3{
    font-size: 1em !important;
  }
  .slider .areaInfo p{
    font-size: 0.8em !important;
  }
  .slider .areaInfo .btnSlider{
    font-size: 0.6em !important;
  }
  .areaTextoEntrada h1{
    font-size: 2.4em;
  }
  .areaTextoEntrada h2{
    font-size: 2em;
  }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	
}

/* Very Extra Small Devices */
@media only screen and (max-width : 400px) {

}