.hoverClase{
  background: $blanco;
  border-bottom: 1px solid rgba(29, 29, 27, 0.10);
  position: sticky;
  z-index: 10;
  top: 0;
  img{
    // content: url("../../images/logonegro.png")
  }
  a{
    color: $negro!important;

  }
}
.Menupegajoso{
  position: fixed;
  top: 0;
  width: 100%;
}

.header{
  padding: 22px 0;
  padding-bottom: 25px;
  &__menu{
    margin-left: 45px;
    margin-top: 12px;
    ul{
      padding: 0;
      list-style: none;
      display: flex;
      margin: 0;
      li{
        margin-right: 28px;
        a{
          font-size: $link;
          font-style: normal;
          font-weight: 500;
          line-height: normal;
          letter-spacing: 1.95px;
          text-transform: uppercase;
          color: $blanco;
          position: relative;
          &:before{
            width: 0%;
            height: 1px;
            position: absolute;
            bottom: -5px;
            content: "";
            background: #fff;
            left: 0;
            transition: all .5s;
          }
          &:hover{
            &:before{
              width: 100%;
              height: 1px;
              position: absolute;
              content: "";
            }

          }
        }
      }
    }
  }
  &__right{
    &__social{
      select{
        background: transparent;
        border: 0;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 1.95px;
        text-transform: uppercase;
        color: $blanco;
        font-size: $link;
        cursor: pointer;
        option{
          color: $negro;
        }
      }
    }
    ul{
      justify-content: end;
      li{
        &:nth-child(3){
          margin-left: 20px;
        }
      }
    }
    &__social{
      margin-right: 0!important;
      margin-left: 0;
      position: relative;
      &:before{
        width: 1px;
        height: 13px;
        position: absolute;
        left: -3px;
        content: "";
        background: #ffffff87;
        top: 0;
        bottom: 0;
        margin: auto;
      }
      ul{
        li{
          margin-right: 0;
          margin-left: 20px;
          padding-top: 3px;
          a{
            font-size: 1.25rem;

          }
        }
      }
    }
  }
}
.ml-0{
  margin-left: 0;
}
.boton{
  display: block;
  font-size: $link!important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.95px!important;
  text-transform: uppercase;
  color: $verde!important;
  background: $blanco;
  padding: 14px 23px;
}
