.header {
  position: relative;
  z-index: 10;
  top: 0;
  width: 100%;
  height: 60px;
  min-height: 50px;
  background-color: #18141b;
}
.scroll-down{
      margin-top: -65px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation: down 1s infinite alternate;
    animation: down 1s infinite alternate;
}
.scroll-down span{
  font-family: var(--bold);
    font-size: 18px;
    line-height: 1.61;
    color: #ffffff;
}
.scroll-down img{
      width: 25px;
    height: 25px;
    margin-right: 20px;
}

.header-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
  align-items: center;
  max-width: 1280px;
  margin: 0px auto;
}
.header-first {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ContainerLogoa{
  /*width: 67%;*/
  width: 100%;
  margin-top: 7px;
}
.img-logo {
  margin-left: 25px;
  cursor: pointer;
  width: 50%;
}
.header-second {
  display: flex;
  flex-direction: row;
  position: absolute;
  align-items: center;
  left: calc((100% - 267px) / 1);
  top: 8%;
  width: 35%;
}
.header-second p {
  color: white;
  font-size: 12px;
  margin: 0px 20px 0px 5px;
}
.header-second a {
  color: white;
  font-size: 12px;
  margin: 0px 20px 0px 5px;
}
.header-second > span {
  display: flex;
  align-items: center;
  margin-left: 20px;
  white-space: nowrap;
}
.button-primary {
  background-color: #00c9f9!important;
  outline: none;
  border: none;
  color: white!important;
  font-weight: bold;
  font-size: 12px!important;
  border-radius: 20px;
  height: fit-content!important;
  padding: 8px 20px!important;
  margin: unset!important;
  text-decoration: none;
}
.button-primary:hover{
  color: unset;
  text-decoration: none;
}
.button-primary:active{
  color: #fff;
  text-decoration: none;
}
.button-primary:visited{
  color: #fff;
  text-decoration: none;
}
.contenido2{
  width: 50%;
}
.menuWeb{
  display: flex;
  list-style: none;
  flex-direction: column;
  padding-left: 0;
  justify-content: space-between;

}
.menuWeb li{
  text-decoration:none;
  margin-right: 2%;
  font-size:13px;
}

.menuWeb li a{
    color:#fffffff2!important;
}
/* @media (max-width:1149px) and (min-width: 753px){
  .header-second {
    right: calc(50% - 640px);
  }
}

} */
@media (max-width:575px){
  .header-second {
    display: none;
  }
}
@media (max-width:1110px){
  .contenido2{
    display:none;
  }
}