/*
Theme Name: O8Partners
Theme URI: http://o8partners.com.br/
Author: Alisson Carneiro
Author URI: http://comitt.com/
Description: Tema personalizado para o site O8Partners
Version: 1.0
*/

/*
  1. Use a more-intuitive box-sizing model.
*/



@media (max-width: 768px) {

  /* .header {
    width: 100%;
    max-width: var(--content-width);
    display: flex;
    justify-content: space-between;
    padding: 1rem 0rem;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: nowrap;
}
   #main_container #section_dark, #main_container #section_light {
      flex-direction: column; 
      align-items: center; 
      padding: 20px 0;
  }
  #section_dark > div, #section_light > div {
    width: 100%; 
    max-width: 100%;
    box-sizing: border-box;
    display: flex; 
    flex-direction: column;
    flex-wrap: nowrap; 
    align-content: stretch; 
  }

  #main_container #section_dark > div > div, #main_container #section_light > div > div {
    width: 100%;
    box-sizing: border-box;
  }
  #main_container #section_light > div > div:nth-child(1):has(img),
  #main_container #section_dark > div > div:nth-child(1):has(img) {
      order: 0; 
  }


  #main_container #section_light > div > div:nth-child(2):has(img),
  #main_container #section_dark > div > div:nth-child(2):has(img) {
      order: 0;
  }


  #main_container #section_light > div > div:not(:has(img)),
  #main_container #section_dark > div > div:not(:has(img)) {
      order: 1;
  }

  #main_container #section_light > div > div:nth-child(2):has(img),
  #main_container #section_dark > div > div:nth-child(2):has(img) {
      order: 0; 
  }

  
  #section_movie_rodape {
    width: calc(100vw) !important;
    height: 240px !important;
 }
 
  #header-page-bg {
    position: relative;
    width: 100%;
    height: calc(-124px + 100vh);
    top: 0;
    bottom: 0;
    z-index: 10;
    background: rgb(166, 166, 166);
  }
  #header-page-bg .header-home {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  #header-page-bg .header-title {
    position: absolute;
    width: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: center;
    align-items: center;
    height: 100%;
  }
  #header-page-bg .header-title h1 {
    font-size: 28px !important;
    font-weight: 500 !important;
    line-height: 0px;
    color: #fff;
    top: 17%;
    position: relative;
    left: 0%;
  }
  #header-page-bg .header-title p{
    width: 100% !important;
  }
  #header-page-bg .header-title img {
    height: 3.25rem;
    margin-left: 0rem;
    aspect-ratio: 5 / 1;
    display: inline-block;
    position: relative;
    filter: invert(1) brightness(0) invert(1);
    top: 148px;
    left: 16px;
    display: inline-block;
    width: auto;
  }
  .footer-bottom{
    position: sticky;
    width: 100%;
    background-color: var(--light-grey);
    bottom: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    z-index: 996;
  }
  .footer-bottom div{
    width: 100%;
    max-width: var(--content-width);
    z-index: 996;
    bottom: 0px;
    display: flex;
    justify-content: space-between;
    padding: 2rem;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
    background: var(--light-grey);
   
  } 

  h2 {
    font-size: var(--font-xl) !important;
    line-height: 30px !important;
    padding: 20px !important;
  }
  p, span {
      font-size: 16px;
      line-height: 16px;
  } */
}