/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
/* Desktop: Empuja todo el sitio web 32px */
html:has(#wpadminbar) {
    margin-top: 32px !important;
}

/* Mobile: Empuja todo el sitio web 46px */
@media screen and (max-width: 782px) {
    html:has(#wpadminbar) {
        margin-top: 46px !important;
    }
}


.mi-header {
  transition: 
    padding 0.3s ease,
    min-height 0.3s ease,
    background 0.3s ease !important;

  padding-top: 5px;
  padding-bottom: 5px;
}

.mi-header.header-small {
  padding-top: 0;
  padding-bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.95) 60%,
    rgba(0, 0, 0, 0.75) 100%
  ) !important;
}

.mi-logo img {
  width: 90px;
  max-width: 90px;
  height: auto;
  transition: width 0.3s ease, max-width 0.3s ease !important;
}

.mi-logo.logo-small img {
  width: 75px;
  max-width: 75px;
  height: auto;
}

@media (max-width: 767px) {
  .mi-logo img {
    width: 70px ;
    max-width: 70px;
  }

  .mi-logo.logo-small img {
    width: 55px;
    max-width: 55px;
  }
}