/**
 * Branding styles
 *  - Drupal core branding block.
 ============================================================================ */
.block-plugin-id--system-branding-block {
  margin: 1.25rem 0;
}

.site-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.site-branding__text, .site-branding__name, .site-branding__slogan {
  display: block;
}

.site-branding__logo-link {
  background-image: url('/themes/pronatura/images/icono-pronatura.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 50%;
  border: 2.5px solid;
  border-color: #fff !important;
  height: 40px;
  width: 40px;
  text-indent: -990000px;
  position: absolute;
  top: -5px;
  left: 0;
  z-index: 200;
}
@media screen and (min-width: 720px) {
  .site-branding__logo-link {
    background-color: #272727;
    background-image: none;
    border-radius: 0;
    border: none;
    display: block;
    width: 120px;
    height: auto;
    padding: 1rem;
    top: -10px;
    text-indent: unset;
  }
}
@media screen and (min-width: 1000px) {
  .site-branding__logo-link {
    width: 180px;
  }
}

.site-branding__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0;
}

.site-branding__name {
  font-size: 1.25rem;
  padding-right: 1rem;
  font-weight: 400;
}

@media screen and (min-width: 60.0625em) {
  .site-branding__name {
    font-size: 1.625rem;
  }
}

.site-branding__name-link:hover, .site-branding__name-link:focus {
  text-decoration: none;
}

.site-branding__slogan {
  font-weight: 400;
}


.minilogo {
  left: 0;
  top: -5px;
  display: none;
}
.minilogo a.menu__link {
  background-image: url('/themes/pronatura/images/icono-pronatura.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 50%;
  border: 2.5px solid !important;
  border-color: #fff !important;
  height: 50px;
  width: 50px;
  text-indent: -990000px;
}
@media screen and (min-width: 1000px) {
  .minilogo {
    left: 75px;
    top: 10px;
    display: block;
  }
}
