@media only screen and (min-width: 1024px) { 
      div.primary-class{
        width:970px;
        margin: 0 auto; 
      }

      div.box-1{
        width:295px;
        height:330px;
        display: inline-block;
        margin: 0 13px;
      }


      div.box-2{
        width:295px;
        height:295px;
        padding: 12px;
      }

      div.box-2 div{
        height: 90;
        width: 270px;
        padding: 0 20px;

      }

      div.box-2 div p.texto-6{
        font-size: 24px;
        display: block;
        position: absolute;
        width: 230px;
        text-align: center;
        font-weight: bold;
      }

      div.box-2 div p.texto-7{
        font-size: 24px;
        display: block;
        position: absolute;
        width: 230px;
        text-align: center;
        font-weight: bold;
        color: #f2b5c4;
        vertical-align: center;
      }

      .box-4{
        width:300px;
        display: inline-block;
      } 

      .box-5{
        width:660px;
        display: inline-block;
        float:right;
      }

      .box-6{
        width: 660px;
        height: 40px;
        display: block;
      }

      div.separador{
        width: 140px;
        height: 30px;
        margin: 40 auto 0 auto;
      }

      div.separador-invertido{
        width: 140px;
        height: 30px;
        margin: 0 auto 40 auto;
      }

  




      #phrase_encomenda{
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        margin: 10px 15px;
      }
      #phone_encomenda{
        width: 181px;
        height: 43px;
        margin: 0 24px;
      }
      #texto{
        width: 160px !important; 
        height: 26px !important;
        padding: 0 !important;
        font-size: 10px;
        padding-right: 10px;
        display: inline-block;
        vertical-align: middle;
      }
      #links{
        margin: 0 auto; 
        text-align: center;
      }
      .texto-1{
        font-size: 12px;
        font-weight: normal;
        text-align: center;
        padding: 0 15px;
        
      }
      .texto-2{
        font-size: 13px;
        font-weight: bold;
        text-align: center;
        padding: 0 15px;
      }
      .texto-3{
        font-size: 14px;
        font-weight:normal;
        text-align: center;
        padding-top: 10;  
      }
      .texto-4{
        width: 485px;
        margin: 0 auto;
      }
      .texto-4 p{
        font-size: 18px;  
      }
      .texto-5{
        width: 600px;
        margin: 0 auto;
      }
      .texto-5 p{
        font-size: 35px;  
      }

      .box-6 a{
        display: inline;
        float: right;
        margin: 0 5px;
      }

      .box-6 a.opcoes{
        font-size: 18px;
        font-weight: bold;
      }

      .box-6 a.social-btn{
        font-size: 12px;
        
      }

      .box-6 a.opcoes:before {
        display: inline-block;
        content: "";
        width: 20px;
        height: 15px;
        margin-right: 0.3rem;
        background: transparent url('../img/dot.png') no-repeat;
      }

      #first:before{
        display:none;
      }

      p.texto-footer{
        margin-bottom: 2px;
        font-size: 14px !important;
      }
    }

    @media only screen and (max-width: 1024px) {
      div.box-1{
        width:280px;
        height:280px;
        margin: 50px auto;
      }


      .box-4{
        margin: 20 auto;
        text-align: center;
      }

      .box-6 {
        margin: 10px auto;
        text-align: center;
      }
      .box-6 a{
        margin: 5px 10px;
        font-weight: bold;

      }

      .box-6 a.opcoes{
        font-size: 20px;
      }
  
  
      #texto{
        width: 160px !important; 
        height: 26px !important;
        padding: 0 !important;
        font-size: 10px;
        padding-right: 10px;
        display: inline-block;
        vertical-align: middle;
      }
      #links{
        margin: 0 auto; 
        text-align: center;
      }
      .texto-1{
        font-size: 12px;
        font-weight: normal;
        text-align: center;
        padding: 0 15px;
        
      }
      .texto-2{
        font-size: 13px;
        font-weight: bold;
        text-align: center;
        padding: 0 15px;
      }
      .texto-3{
        font-size: 14px;
        font-weight:normal;
        text-align: center;
        padding-top: 10;  
      }
    
   
    }