@media only screen and (max-width: 600px) {
  #section_5 h2{
    font-size: 28px !important;
  }
  .bullets_menu{
    display: none;
  }
  .header_fixed.fixed{
    background: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    height: 60px;
    display: block;
    z-index: 100;
    padding: 10px;
    padding-left: 20px;
    padding-top: 15px;
  }
  .show_mobile{
    display: block;
  }
  .hide_mobile{
    display: none !important;
  }
  .logo_desktop{
    width: 150px !important;
  }
  .copy_bulls a{
    text-align: center !important;
    margin-right: 0 !important;
  }
  .img_section_2,
  .img_section_6,
  .img_section_4{
    display: none;
  }
  .pl-5{
    padding-left: 0 !important;
  }
  #section_4 .texto_area{
    padding-left: 0 !important;
  }
  #section_3 p,
  #section_5 p,
  #section_6 p,
  #section_4 .texto_area p{
    padding-right: 0px !important;
  }
  br{
    display: none;
  }
  .footer_endereco{
    position: relative !important;
    width: 100% !important;
  }

  .section_banner{
    height: 100vh;
  }
  .logo_desktop{
    position: absolute;
    top: 15em;
    left: 0;
    right: 0;
    width: 250px !important;
  }
  .mobile_saiba_mais{
    display: block;
    position: absolute;
    bottom: 3em;
    left: 0;
    right: 0;
    display: block;
    text-align: center;
  }
  .mobile_saiba_mais img{
    margin-right: 10px;
  }
  .menu_mobile{
    display: block;
    text-align: right;
    margin-right: 0;
    margin-top: -2em;
  }

  /* MODAL MENU */
  .awesome-modal {
    display: none;
    background-color: #C29861;
    box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.2);
    border-radius: 0;
    padding: 1rem;
    width: 100%;
    height: 100%;
    max-width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    overflow: hidden;
    z-index: 999;
    -webkit-animation: bounce .4s ease forwards;
    animation: bounce .4s ease forwards;
  }
  .awesome-modal * {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .awesome-overlay {
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 998;
    overflow: hidden;
    cursor: default;
  }

  .close-icon {
    position: absolute;
    width: 3rem;
    height: 3rem;
    top: 1em;
    right: 1em;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    z-index: 100000;
  }
  .close-icon::before, .close-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: inherit;
    height: 2px;
    background-color: #fff;
  }
  .close-icon::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .close-icon::after {
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
  }

  .modal-title {
    margin-top: 0;
  }

  :target {
    display: block;
  }
  :target ~ .awesome-overlay {
    display: block;
  }

  @-webkit-keyframes bounce {
    0% {
      -webkit-transform: translate3d(-50%, -50%, 0) scale(0.7);
      transform: translate3d(-50%, -50%, 0) scale(0.7);
    }
    45% {
      -webkit-transform: translate3d(-50%, -50%, 0) scale(1.05);
      transform: translate3d(-50%, -50%, 0) scale(1.05);
    }
    80% {
      -webkit-transform: translate3d(-50%, -50%, 0) scale(0.95);
      transform: translate3d(-50%, -50%, 0) scale(0.95);
    }
    100% {
      -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
      transform: translate3d(-50%, -50%, 0) scale(1);
    }
  }

  @keyframes bounce {
    0% {
      -webkit-transform: translate3d(-50%, -50%, 0) scale(0.7);
      transform: translate3d(-50%, -50%, 0) scale(0.7);
    }
    45% {
      -webkit-transform: translate3d(-50%, -50%, 0) scale(1.05);
      transform: translate3d(-50%, -50%, 0) scale(1.05);
    }
    80% {
      -webkit-transform: translate3d(-50%, -50%, 0) scale(0.95);
      transform: translate3d(-50%, -50%, 0) scale(0.95);
    }
    100% {
      -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
      transform: translate3d(-50%, -50%, 0) scale(1);
    }
  }
  #close {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  #modal1 img{
    width: 150px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-top: 5em;
  }
  #modal1 ul{
    list-style: none;
    margin-top: 50%;
    padding: 0;
  }
  #modal1 li{
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding-bottom: 1em;
    padding-top: 0.5em;
  }
  #modal1 hr{
    width: 80%;
  }
  #modal1 a{
    color:#fff;
  }
  .section, .form_mobile{
    padding-left: 2em;
    padding-right: 2em;
  }
  #section_2 h6{
    text-align: left;
  }
  #section_2 p{
    text-align: left;
  }
  #section_3 p{
    text-align: left;
  }
  #section_3 h2{
    text-align: left;
  }
  #section_2 h2{
    font-size: 30px;
    line-height: 40px;
    text-align: left;
  }
  #section_4 h6, #section_4 p, #section_4 span{
    text-align: left;
  }
  #section_4 .menu_area li{
    text-align: left;
  }
  #section_6 h6, #section_6 p{
    text-align: left;
  }
  #section_6 h4{
    text-align: left;
    font-size: 18px;
    display: block;
  }
  #footer_mobile{
    background: #212D46;
    padding: 3em;
    margin-top: 5em;
  }
  #footer_mobile img{
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .footer_contatos{
    display: inline-grid;
    width: 100%;
    text-align: center;
    margin-top: 2em;
  }
  .footer_contatos h4{
    font-size: 16px;
    font-weight: bold;
    color: #C29861;
  }
  .footer_contatos a{
    color: #CFD1DF;
    margin-bottom: 1em;
  }
  .footer_enderecos{
    display: inline-grid;
    width: 100%;
    text-align: center;
    margin-top: 2em;
  }
  .footer_enderecos h4{
    font-size: 16px;
    font-weight: bold;
    color: #C29861;
  }
  .footer_enderecos p{
    color: #CFD1DF;
    margin-bottom: 1em;
  }
  .copy{
    color: #CFD1DF !important;
    text-align: center;
  }
  .copy_bulls{
    color: #CFD1DF !important;
    margin-top: 2em;
    text-align: center !important;
  }
  footer{
    display: none;
  }
}


/* TELAS NOTEBOOK */
/* @media only screen and (max-height: 800px) {
  .linha_footer{
    margin-top: -2em !important;
   }
  #section_6 .mt-2{
    margin-top: 1em !important;
  }
  form label{
    margin-bottom: 0px;
  }
  .form-group{
    margin-bottom: 2px;
  }
  .footer_contato{
    padding-top: 3em !important;
  }
} */
