
/* Estilos de idiomaRedesSociales Header */
/* Barra superior */
    .content-socialicons {
      align-items: center;
      padding: 0;
      margin: 12px 0px;   
    }
         
    .social-icons a > i {
      font-size:  3.3em;
      margin-left: 10px;
      margin-right:6px;
      color: #000;
      &:hover{
        color:#cca853;
       }
        &:active {
         color: #2f4356 ;
        }
    }

     
 /*   #logo_kw-keller{
      width: 100%;
      max-width: 180px;
    }
*/
    

  /*** Responsividad ***/

  /* Extra small devices (portrait phones, less than 992px) */ 
  @media (max-width: 992px) {  
   
    .content-socialicons {     
      padding: 0;
      margin: 20px 0px;
    }

     #logo_kw-keller{
    
      max-width: 220px;
    }

   }

/* Extra small devices (portrait phones, less than 576px) */ 
@media (min-width:250px) and (max-width: 575.98px) {
         .social-icons a > i {
      font-size:  2.5em;
      }    

       #logo_kw-keller{
      width: 100%;
      max-width: 120px;
    }
    }


   /* Small devices (landscape phones, 576px and up) */
    @media (min-width: 576px) and (max-width: 767.98px) {
 
   
      } 

  /* Large devices (desktops, 992px and up) */
    @media (min-width: 768px) and (max-width: 991.98px) {
         }   



  /* Large devices (desktops, 992px and up) */
    @media (min-width: 992px) and (max-width: 1199.98px) {
          }


 /* Extra large devices (large desktops, 1200px and up) */
    @media (min-width: 1200px) and (max-width: 1399.98px) {   
      }


    /* XXL devices (larger desktops, 1400px and up) */
    @media (min-width: 1400px) {  
      }




    /* 🔹 Buscador Primera opción - borrar */
    /*
    ---------------------------------------
    .search-box {
    display: flex;
    align-items: center;
    }

    .search-box input {
      border: none;
      border-bottom: 1px solid #333;
      outline: none;
      margin-left: 5px;
    }
    .search-box input:focus {
      border-color: #f44336;
    }
    /*-------------------------------------
    */

