* {
  margin: 0;
  padding: 0%;
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
  list-style: none; }

body {
  background-image: linear-gradient(to bottom, white, red);
  text-align: center; }

footer {
  display: flex;
  background-image: linear-gradient(to bottom, red, white);
  flex-wrap: wrap;
  justify-content: space-evenly;
  text-align: center; }

h1 {
  color: black;
  font-size: 80px; }

h2 {
  font-size: 40px;
  color: black; }

p {
  font-size: 20px; }

.header {
  display: block; }

.header__title {
  color: red; }

.nav-page {
  font-size: 25px;
  text-transform: uppercase; }

.nav-page__list {
  color: black; }

.nav-page__items {
  color: black; }

.parrafo {
  font-style: italic;
  font-size: medium;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; }

.tienda {
  background-color: black;
  color: red;
  font-size: 30px; }

.tituloTienda {
  font-size: 2cm;
  color: black;
  padding: 40px;
  text-align: center; }

.logo {
  width: 200px;
  padding-top: 20px; }

.mainVideo {
  width: 560px;
  height: 315px; }

.imgTienda {
  display: flex;
  justify-content: space-evenly; }

.iconos-footer {
  width: 100px; }

.icon_footer {
  display: flex;
  justify-content: space-between; }

@media only screen and (max-width: 960px) {
  body {
    background-image: linear-gradient(to bottom, red, white); }
  .header__title {
    color: white;
    width: 100%; }
  .parrafo {
    font-size: 20px; }
  .h1 {
    font-size: 30px; }
  .nav-menu {
    display: inline-block; }
  .imagen {
    width: 100%;
    height: auto;
    margin-top: 140px; }
  .icon_footer {
    display: flex;
    justify-content: space-between; } }

@media only screen and (max-width: 480px) {
  body {
    background-color: red; }
  .menu {
    display: block; }
  .mainVideo {
    width: 400px;
    height: 240px; }
  .imgTienda {
    display: block; }
  .parrafo {
    font-size: 20px; }
  .h1 {
    font-size: 30px; }
  .imagen {
    width: 100%;
    height: auto;
    margin-top: 140px; }
  .item {
    font-size: 15px; }
  .formulario {
    width: 400px;
    height: 300px; }
  .icon_footer {
    display: flex;
    justify-content: space-evenly; }
  .iconos-footer {
    width: 50px; } }
