@media only screen and (min-width:320px){
.contenedor-header{
  height:200px;
  width:100%;
  background: -moz-linear-gradient(left,#07060b,#000024);
  background: -webkit-linear-gradient(left,#07060b,#000024);
  background: -ms-linear-gradient(left,#07060b,#000024);
  background: -o-linear-gradient(left,#07060b,#000024);
  background: linear-gradient(to right,#07060b,#000024);

}

.iconos-header{

}

.contenedor-logo{
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  width: auto;
  }

  .contenedor-logo img{
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;


  }

.iconos-menu{
  width: 100%;
}

.iconos-header{
  display:flex;
  padding-top: 0px;
  justify-content: center;
}

.icono-whatsapp{

}

.icono-whatsapp a img{
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  width: 80%;
  height: 80%;
}

.icono-facebook{

}

.icono-facebook img{
  width: 80%;
  height: 80%;
}

.icono-instagram{


}

.icono-instagram img{

  width: 80%;
  height: 80%;
}

.menu-header{




}







.hr-header{
  height: 5px;
  background: #fff;
}
}


@media only screen and (min-width:1024px){
.contenedor-header{
  height: 120px;
  width: 100%;
  background: -moz-linear-gradient(left,#07060b,#000024);
  background: -webkit-linear-gradient(left,#07060b,#000024);
  background: -ms-linear-gradient(left,#07060b,#000024);
  background: -o-linear-gradient(left,#07060b,#000024);
  background: linear-gradient(to right,#07060b,#000024);
  display: flex;
}

.iconos-header{

}

.contenedor-logo{
  padding-left: 40px;
  padding-top: 10px;
  width: 20%;
  }

.iconos-menu{
  width: 80%;
}

.iconos-header{
  display:flex;
  padding-top: 10px;
  justify-content: right;
  padding-right: 70px;
}

.icono-whatsapp{
  margin-right: 15px;
}

.icono-whatsapp a img{
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  width: 100%;
  height: 100%;

}

.icono-facebook{
  margin-right: 15px;
}

.icono-facebook img{
  width: 100%;
  height: 100%;

}

.icono-instagram{


}

.icono-instagram img{
  width: 100%;
  height: 100%;



}

.menu-header{
  display: flex;
  justify-content: right;
  margin-right: 50px;



}

.menu_cel{
  display:none;
}









.hr-header{
  height: 5px;
  background: #fff;
}
}


@media only screen and (max-width:1023px){
  .menu{
    display:none;
  }

}
