*{
 margin:0;
 padding:0;
}

.encabezado
{
 position: fixed;
 width: 100%;
 height: 12vh;
 background: #F0F8FF;
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
 z-index: 99999;
}
.buscador
{
 display: block;
 float: left;
 margin-left: 25%;
 width: calc(50%);
 height: 100%;
 /* background: lightcoral; */
}
.conte_logo
{
 display: block;
 float: left;
 margin-right: 0.5%;
 width: 20%;
 height: 100%;
 /* background: lightcyan; */
}
.conte_logo img#logocli
{
 display: block;   
 float: right;
 width: calc(95%);
 height: calc(50%);
 margin-top: 15%;
}
.input-buscador
{
 position: relative;
 float: left; 
 width: 50%;
 margin-top: 1.5%;
 /* background: lightseagreen; */
}
.icono-busqueda 
{
 position: absolute;
 top: 61%; /* Centrar verticalmente */
 right: 10px; /* Ajustar la posición horizontal */
 transform: translateY(-50%); /* Corregir el centrado vertical */
 cursor: pointer;
 color: black; /* Color del icono */
}
.input-buscador input[type="text"] 
{
  padding-right: 25px; /* Espacio para el icono */
  padding-left: 10px; /* Opcional: para el texto inicial */
}
.buscador input#lala
{
 display: block;
 float:left; 
 box-sizing: border-box;
 color: #191919;
 margin-top: 3%;
 margin-left: 0.5%;
 width: 99%;
 height: 30px;
 padding-left: 5px;
 font-size: 10pt;
 font-family: "Open Sans", sans-serif;
 font-optical-sizing: auto;
}

.lupita
{
 display: block; 
 cursor:pointer; 
}

.buscador a#btn_cliente
{
 display: block;   
 float: left;
 width: 120px;
 height: 30px;
 margin-left: 0.5%;
 margin-top: 3%;
 text-align: center;
 line-height: 30px;
 padding: 0;
 font-family: "Open Sans", sans-serif;
 font-optical-sizing: auto;
}

.buscador a#btn_menu,a#btn_carro,a#btn_sesion,a#btn_filtros
{
 display: block;   
 float: left;
 width: 30px;
 margin-left: 0.5%;
 margin-top: 3%;
 height: 30px;
 text-align: center;
 line-height: 30px;
 font-family: "Open Sans", sans-serif;
 font-optical-sizing: auto;
 font-size: 12pt;
 font-weight: 400;
 padding: 0;
}
.buscador a#btn_sesion:hover,a#btn_menu:hover,a#btn_carro:hover,a#btn_filtros:hover
{
 color:#FF8C00;
 background: transparent;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px)
{
 .encabezado
 {
  height: 90px;
 }
 .buscador
 {
  display: flex;
  margin-left: 0%;
  margin-top: 0%;
  width: calc(99%);
  height: 100%;
 }
 .conte_logo 
 {
  display: block;
  float: left;
  width: 99%;
  height: 40%;
  order: 2;
  /* background: green; */
 }
 .conte_logo img#logocli
 {
  float:left;
  margin-left: 25%;
  margin-top: 3px; 
  width: calc(50%);
  height: calc(99%);
  /* background: pink; */
 }
 .input-buscador
 {
  position: absolute;
  display: flex;
  order:4;
  margin-top: 11%;
  width: calc(99%);
  height: 40px;
  margin-left: 1%;
  /* background: lightgray; */
 }
 .buscador input#lala
 {
  margin: 0;
  width: 99%;
  height: 100%;
  
 }

 .buscador a#btn_carro,a#btn_sesion,a#btn_filtros
 {
  margin-top: 0.8%;
 }

 .conte_botones1
 {
  display: flex;
  order:1;
  width: 10%;
  height: 40%;
  padding: 5px;
  /* background: red; */
 }
 .conte_botones2
 {
  display: flex;
  order:3;
  height: 40%;
  padding: 5px;
  /* background:rgb(213, 192, 255); */
 }
 .conte_botones1 a#btn_menu
 {
  margin-top: 0.8%;
  order:1;
 }

 .icono-busqueda 
 {
  right: 15px; /* Ajustar la posición horizontal */
  transform: translateY(-65%); /* Corregir el centrado vertical */
 }
}