@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

@media (min-width: 1024px) and (max-width: 3000px) {
  header {
    position: sticky;
    z-index: 999;
    top: 0;
  }
}

.header-redes {
  padding: 2vh clamp(1px, 7vw, 6.3rem);
  font-size: clamp(1px, 1.7vw, 1.53rem);
  background-color: #f4f4f6;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 320px) and (max-width: 900px) {
  .header-redes {
    border-bottom: 1px solid #000000;
  }
}

.link-admin {
  text-decoration: none;
  font-family: "Work Sans", sans-serif;
  font-size: clamp(1px, 0.5vw, 0.45rem);
  color: #000000;
  margin: 0 clamp(1px, 1vw, 0.9rem);
  display: none;
}
@media (min-width: 320px) and (max-width: 900px) {
  .link-admin {
    display: none;
  }
}

.carrito:visited,
.carrito:after,
.carrito:link {
  display: flex;
  text-decoration: none;
  color: #000000;
}

.carrito p {
  font-family: "Work Sans", sans-serif;
  font-size: clamp(1px, 1.4vw, 1.26rem);
  color: #000000;
}
@media (min-width: 320px) and (max-width: 900px) {
  .carrito p {
    font-size: 4.4vw;
  }
}

.carrito i {
  font-size: clamp(1px, 1.4vw, 1.26rem);
  color: #000000;
}
@media (min-width: 320px) and (max-width: 900px) {
  .carrito i {
    font-size: 4.4vw;
  }
}

.header-redes li {
  padding-right: clamp(1px, 1vw, 0.9rem);
}
@media (min-width: 320px) and (max-width: 900px) {
  .header-redes li {
    padding-right: clamp(1px, 4vw, 3.6rem);
  }
}

.header-redes li i {
  color: #000000;
  transition: all 0.8s ease;
}

.header-redes li i:hover {
  color: #000000;
}

.header-logo-busqueda {
  background-color: #000000;
  display: flex;
  justify-content: space-between;
  padding: 1vh clamp(1px, 3vw, 2.7rem);
  align-items: center;
  height: 110px;
}
@media (min-width: 320px) and (max-width: 900px) {
  .header-logo-busqueda {
    flex-direction: column;
    height: 20%;
  }
}

.busqueda-carrito {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (min-width: 320px) and (max-width: 900px) {
  .busqueda-carrito {
    justify-content: space-between;
    width: 100%;
  }
}

.header-barra-menu {
  display: flex;
  justify-content: center;
  width: 70%;
}
@media (min-width: 320px) and (max-width: 900px) {
  .header-barra-menu {
    width: 100%;
    padding: 0;
  }
}

.div-logo {
  height: 100%;
}
@media (min-width: 320px) and (max-width: 900px) {
  .div-logo {
    width: 50%;
  }
}

.titulo-logo {
  font-size: clamp(1px, 3.1vw, 2.79rem);
  font-family: "Work Sans", sans-serif;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  color: #FBD300;
}

.img-empresa {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
ul {
  list-style: none;
}

/*
.menu_bar {

    display:none;

    @include respon(320px, 767px){
        display: flex;
        width: 100%;
        position: absolute;
        justify-content: flex-start;
        align-items: center;
        height: 68px;
    }
}

.menu_bar .bt-menu {

    @include respon(320px, 767px){
        display: block;
        padding-left: 20px;
        color: #fff;
        overflow: hidden;
        font-size: 25px;
        font-weight: bold;
        text-decoration: none;
    }

}*/
header nav {
  color: #FBD300;
  width: 95%;
  font-family: "Work Sans", sans-serif;
  transition: all 1s ease;
}
@media (min-width: 1024px) {
  header nav {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 320px) and (max-width: 900px) {
  header nav {
    width: 100%;
  }
}

header nav ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (min-width: 320px) and (max-width: 900px) {
  header nav ul {
    width: 100%;
    flex-wrap: nowrap;
    justify-content: center;
  }
}

header nav ul li {
  display: inline-block;
  position: relative;
}
@media (min-width: 1024px) {
  header nav ul li:hover {
    font-weight: 800;
  }
}

header nav ul li a {
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 20px 20px;
}
@media (min-width: 320px) and (max-width: 900px) {
  header nav ul li a {
    display: block;
    font-size: clamp(1px, 4vw, 3.6rem);
    text-align: center;
    padding: 20px 10px;
  }
}

/*
header nav ul li:hover .children {
	display:block;

    @include respon(320px, 767px){
        display: none;
    }

}

header nav ul li .children {
	display: none;
    background-color: transparent;
	position: absolute;
	width: 250%;
	z-index:1000;

    @include respon(320px, 767px){
        width: 100%;
		position: relative;
    }

}

#primeroLista{
    border-radius: 0 20px 0 0;
}

#ultimoLista{
    border-radius: 0 0 0 20px; 
}

header nav ul li .children li:hover {
    opacity: 1;

    @include responMin(1024px){
        text-decoration: none;
        background-color: $color2;
        font-weight: 600;   
    }

}

header nav ul li .children li {
	display:block;
	overflow: hidden;
    transition: all .5s ease;
    background: $color1;
    opacity: .8;

    @include respon(320px, 767px){
        border-bottom: 1px solid rgba(255,255,255,.5);
    } 

}

header nav ul li .children li a {
	display: block;

    @include respon(320px, 767px){
        margin-left:20px;
    } 
}*/
.barra-busqueda {
  display: flex;
  margin-right: clamp(1px, 3vw, 2.7rem);
}
@media (min-width: 320px) and (max-width: 900px) {
  .barra-busqueda {
    width: 70%;
  }
}

.barra-busqueda button {
  border: none;
  background: transparent;
}
@media (min-width: 320px) and (max-width: 900px) {
  .barra-busqueda button {
    margin-left: clamp(1px, 2.5vw, 2.25rem);
  }
}

.barra-busqueda i {
  color: #000000;
  font-size: clamp(1px, 1.4vw, 1.26rem);
}
@media (min-width: 320px) and (max-width: 900px) {
  .barra-busqueda i {
    font-size: 3.4vw;
  }
}

.buscador {
  background-size: 24px;
  background-color: rgba(118, 120, 125, 0.25);
  border-radius: 5px;
  width: 100%;
  border: transparent;
  padding: 10px 10px 10px 30px;
  outline: none;
  margin-right: clamp(1px, 1vw, 0.9rem);
  color: #000000;
  border-bottom: 2px solid #FBD300;
  font-family: "Work Sans", sans-serif;
}
@media (min-width: 320px) and (max-width: 900px) {
  .buscador {
    width: 90%;
    padding: 10px 10px 10px 5px;
  }
}

#infoCliente-header {
  display: flex;
  flex-direction: column;
  width: 100%;
  z-index: 2000;
}
@media (min-width: 320px) and (max-width: 900px) {
  #infoCliente-header {
    flex-direction: column-reverse;
  }
}

.header-redes ul {
  display: flex;
}
@media (min-width: 320px) and (max-width: 900px) {
  .header-redes ul {
    display: none;
  }
}/*# sourceMappingURL=header.css.map */