﻿/*============================================= TELAS XS =============================================*/
@media(max-width: 767px) {
    /*============== MENU DE PRODUTOS =============*/
    .btnSearch 
    {
        padding:6px 22px ;
        margin-left: 140px;
        line-height:1.5;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        font-size: 14px;
    }

    .fundoSearch {top: -22px;}
 }

/*============================================= TELAS SM =============================================*/
@media(min-width:768px) and (max-width:991px)
{
    /*============== MENU DE PRODUTOS =============*/
    .left_menu li a   
    {
        padding:15px 10px 23px 10px;  /* --top, right bottom, left--*/  
        height:48px; 
        text-decoration:none; 
        background-color:#d4847f;
        font-size: 14px;
        color:#FFFFFF;
        border-bottom:1px #da9591 solid;
    }

    .left_menu li a:hover {
        text-decoration: none;
        color: #ff00ff;
        transition: all 2.8s;
        background: #000000;
        background: rgba(0, 0, 0, 0.6);
    }

    .btnSearch 
    {
        padding: 8px 15px;            
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        font-size: 14px;
    }
}

/*============================================= TELAS MD =============================================*/
@media(min-width: 992px) and (max-width:1199px){
    /*============== MENU DE PRODUTOS =============*/
    .left_menu li a   
    {
        padding:15px 10px 23px 30px;  /* --top, right bottom, left--*/  
        height:48px; 
        text-decoration:none; 
        background-color:#d4847f;
        font-size: 14px;
        color:#FFFFFF;
        border-bottom:1px #da9591 solid;
    }

    .left_menu li a:hover {
        text-decoration: none;
        color: #ff00ff;
        transition: all 2.8s;
        background: #000000;
        background: rgba(0, 0, 0, 0.6);
    } 
    
    .btnSearch 
    {
        padding:8px 22px ;
        margin-left: 40px;
        line-height:1.5;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        font-size: 14px;
    }
  }
  
  /*============================================= TELAS LG =============================================*/
  @media(min-width: 1200px) {
      /*============== MENU DE PRODUTOS =============*/
      .left_menu li a 
      {
          padding:15px 15px 23px 45px;  /* --top, right bottom, left--*/            
          height:48px; 
          text-decoration:none; 
          background-color:#d4847f; 
          color:#FFFFFF;
          font-size: 14px;
          border-bottom:1px #da9591 solid;
      }

      .left_menu li a:hover {
          text-decoration: none;
          color: #ff00ff;
          transition: all 2.8s;
          background: #000000;
          background: rgba(0, 0, 0, 0.6);
      } 

      .btnSearch 
      {
          padding:9px 25px ;
          margin-left: 50px;
          line-height:1.5;
          -moz-border-radius: 6px;
          -webkit-border-radius: 6px;
          font-size: 14px;
      }
  }