@media (max-width: 1280px) {
  body, html {
    font-size: 10px;
    height: 100%;
    color: #111111;
    background: url('../img/bg.jpg') center top #fcf3e2;
    background-size: cover;
  }
  header {
    padding: 20px 0px;
  }
  footer {
    border-top: 1px solid #111111;
    padding: 20px 0px;
    font-size: 1em;
  }
  ul {
    margin: 0px;
    padding: 0px 20px;
  }
  ul li {
    font-size: 1em;
  }
  a, a:hover {
    color: inherit;
    text-decoration: none;
  }
  h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
    font-weight: 700;
  }
  h1 {
    font-size: 2.6em;
    margin-bottom: 20px;
  }
  h2 {
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 5em;
  }
  h4 {
    font-size: 1.6em;
    color: #111111;
    border-bottom: 2px solid #01a55c;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 13px;
    margin-top: 25px;
  }
  p {
    font-size: 1em;
    margin-bottom: 5px;
  }
  .inline {
    display: inline-block;
    margin-top: 0px;
    line-height: 1em;
    padding-top: 0px;
  }
  /* h4>span{
    display: block;
    font-size: 0.9em;
} */
  div.menu {
    font-size: 1.4em;
    line-height: 1em;
  }
  div.menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: right;
  }
  div.menu ul li {
    display: inline-block;
  }
  div.menu ul li a {
    padding: 3px 10px;
    display: block;
    letter-spacing: 0px;
    -webkit-padding-start: 0;
    font-size: 0.9em;
    font-weight: 700;
  }
  div.menu ul li a:hover {
    color: #5da461;
    text-decoration: none;
  }
  .content {
    background: rgba(255, 255, 255, 0.90);
    padding: 20px;
  }
  section#sobre {
    height: 690px;
    min-height: 690px;
    background: url('../img/sobre.jpg') center top;
    background-size: cover;
  }
  section#exiba {
    height: 690px;
    min-height: 690px;
    background: url('../img/exiba.jpg') center top;
    background-size: cover;
  }
  section#mobilizacao {
    height: 690px;
    min-height: 690px;
    background: url('../img/mobilizacao_social.jpg') center top;
    background-size: cover;
  }
  section#calendario {
    height: 690px;
    min-height: 690px;
    background: url('../img/calendario.jpg') center top;
    background-size: cover;
  }
  section#noticias {
    height: 690px;
    min-height: 690px;
    background: url('../img/noticias.jpg');
    background-size: cover;
  }
  section#tese {
    height: 690px;
    min-height: 690px;
    background: url('../img/tese.jpg') center top;
    background-size: cover;
  }
  section#contato {
    height: 690px;
    min-height: 690px;
    background: url('../img/contato.jpg') center top;
    background-size: cover;
  }
  section#festivais {
    height: 690px;
    min-height: 690px;
    background: url('../img/festivais.jpg') center top;
    background-size: cover;
  }
  p.text-extra {
    font-size: 1.2em;
    margin-top: 10px;
  }
  /*Menu*/
  div.menu ul li a.active {
    color: #5da461;
  }
  .container {
    max-width: 768px;
  }
  .col-sm-6.my-auto.content {
    margin-left: 50px;
    margin-top: 50px !important;
    margin-right: 50px;
}
  }
  .col-sm-6.my-auto.content .col-12 {
    margin: 0px !important;
    width: 100%;
    flex: 100%;
  }
  .col-sm-4.my-auto.content {
    margin-left: 50px;
    margin-top: 100px !important;
  }
  .col-sm-4.my-auto.content .col-12 {
    margin: 0px !important;
    width: 100%;
    flex: 100%;
  }
  .col-sm-3.my-auto.content {
    margin-left: 40px;
    margin-top: 100px !important;
    max-width: 30%;
    flex: 30%;
  }
  .col-sm-3.my-auto.content .col-12 {
    margin: 0px !important;
    width: 100%;
    flex: 100%;
  }
}

/* 
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
  */

@media (min-width: 1025px) and (max-width: 1280px) {
  //CSS
}

/* 
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
  */

@media (min-width: 768px) and (max-width: 1024px) {
  //CSS
}

/* 
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  //CSS
}

/* 
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */

@media (max-width: 767px) {
  body, html {
    font-size: 10px;
    height: 100%;
    color: #111111;
    background: url('../img/bg.jpg') center top #fcf3e2;
    background-size: cover;
  }
  header {
    padding: 40px 0px;
  }
  footer {
    border-top: 1px solid #111111;
    padding: 20px 0px;
    font-size: 1em;
  }
  ul {
    margin: 0px;
    padding: 0px 20px;
  }
  ul li {
    font-size: 1em;
  }
  a, a:hover {
    color: inherit;
    text-decoration: none;
  }
  h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
    font-weight: 700;
  }
  h1 {
    font-size: 2.6em;
    margin-bottom: 20px;
  }
  h2 {
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 3em;
  }
  h4 {
    font-size: 1.6em;
    color: #111111;
    border-bottom: 2px solid #01a55c;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 13px;
    margin-top: 25px;
  }
  p {
    font-size: 1em;
    margin-bottom: 5px;
  }
  .inline {
    display: inline-block;
    margin-top: 0px;
    line-height: 1em;
    padding-top: 0px;
  }
  /* h4>span{
    display: block;
    font-size: 0.9em;
} */
  div.menu {
    font-size: 1.4em;
    line-height: 1em;
    padding: 25px 0px 0px;
  }
  div.menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: right;
  }
  div.menu ul li {
    display: inline-block;
  }
  div.menu ul li a {
    padding: 3px 10px;
    display: block;
    letter-spacing: 0px;
    -webkit-padding-start: 0;
    font-size: 0.9em;
    font-weight: 700;
  }
  div.menu ul li a:hover {
    color: #5da461;
    text-decoration: none;
  }
  .content {
    background: rgba(255, 255, 255, 0.90);
    padding: 20px;
  }
  section#sobre {
    height: 100%;
    min-height: 690px;
    background: url('../img/sobre.jpg') center top;
    background-size: cover;
    padding: 40px 0px;
  }
  section#exiba {
    height: 100%;
    min-height: 690px;
    background: url('../img/exiba.jpg') center top;
    background-size: cover;
    padding: 40px 0px;
  }
  section#mobilizacao {
    height: 690px;
    min-height: 690px;
    background: url('../img/mobilizacao_social.jpg') center top;
    background-size: cover;
  }
  section#calendario {
    height: 690px;
    min-height: 690px;
    background: url('../img/calendario.jpg') center top;
    background-size: cover;
  }
  section#noticias {
    height: 690px;
    min-height: 690px;
    background: url('../img/noticias.jpg');
    background-size: cover;
  }
  section#tese {
    height: 690px;
    min-height: 690px;
    background: url('../img/tese.jpg') center top;
    background-size: cover;
    padding: 40px 0px;
  }
  section#contato {
    height: 690px;
    min-height: 690px;
    background: url('../img/contato.jpg') center top;
    background-size: cover;
  }
  section#festivais {
    height: 690px;
    min-height: 690px;
    background: url('../img/festivais.jpg') center top;
    background-size: cover;
  }
  p.text-extra {
    font-size: 1.2em;
    margin-top: 10px;
  }
  /*Menu*/
  div.menu ul li a.active {
    color: #5da461;
  }
  .container {
    max-width: 768px;
  }
  .col-6.my-auto.content {
    margin-left: 50px;
    margin-top: 100px !important;
  }
  .col-sm-4.my-auto.content {
    margin-left: 50px;
    margin-top: 50px !important;
    margin-right: 50px;
  }
  .col-sm-3.my-auto.content {
    margin-left: 40px;
    margin-top: 50px !important;
    max-width: 100%;
    flex: 100%;
    margin-right: 50px;
  }
  .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 80%;
    max-width: 90%;
    margin: 0 auto !important;
  }
}

/* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */

@media (min-width: 320px) and (max-width: 480px) {
  //CSS
}