    @media (max-width: 767px) {
       .btn-red {
          display:block;
          width:100%;
       }

       .hometop{
          margin-top: 55px;
       }

       .tit-box{
          font-size:1.3em;
       }

       .box-my-slider{
          height:100%;
          width:calc(100vw - 15px);
       }


       h1{
          font-size:1.7rem;
       }

h2,h3{
          font-size:1.5rem;
       }

       .tit_tamanho{
          font-size:1.7rem;
       }

       .fundo_principal {
          background: #f9ecc9 url(/imagens/bg_header_mobile.jpg?1103) center top no-repeat;
          background-size:contain;
       }

       .mobile_escuro{
          color:#000 !important;
          text-shadow:none;
       }
    }