/* Header base ya existente */
.header {
  width: 100%;
  padding: 150px 0 0 0;
}




/* -------------------- Media Queries -------------------- */



/* Tablets más pequeñas y móviles grandes (≤768px) */
@media screen and (max-width: 768px) {
 
}

/* Móviles pequeños (≤480px) */
@media screen and (max-width: 480px) {
  
}

/* Móviles pequeños (≤480px) */
@media screen and (max-width: 340px) {

 
}
