/* Media Query */
@media only screen and (max-width:1199px) {

}


@media only screen and (max-width:991px) {
  .container--content-home h1 {
    font-size: 130px
  }
}



@media only screen and (max-width:767px) {
  main {
    overflow: hidden
  }
}
  

@media only screen and (max-width:575px) {
  header .d-flex {
    flex-direction: column
  }
  header .logotipo {
    text-align: center;
    margin-bottom: 20px
  }
  .container--info-header h1 {
    font-size: 32px !important
  }
}


@media only screen and (max-width:480px) {

}


@media only screen and (max-width:380px) {

}