  * {
  margin: 0;
  padding: 0;
  transition: 0.5s;
}

.logo{ /* Samba */
  color:#DA3D8E;
  font-family: 'Pacifico';
  font-size: 2rem;
  text-align: center;
  padding: 0 0 0.1rem 0;
  display: flex;
  justify-content: center;
  width: 100%;
  }

  body{
    font-family: 'Roboto', sans-serif;
    background: black;
    color: white; 
  }

  .semana{
    padding: 0 0.8rem 0.8rem 0.8rem;
  }

  .section p{
    font-size: 1rem;
    padding: 1.5rem;
  }

  .contenedor-iphone{
    display: flex;
    justify-content: center;
  }

 .contenedor-iphone img{
    padding: 0.5rem;
    width: 80%;
  }

  .info{
    padding: 0.8rem; 
    margin: 0.7rem;
  }

  .contenedor-abajo{
    display: flex;
    justify-content: center;
  }

   .contenedor-abajo p{
    padding: 0.2rem;
    font-size: 1rem;
   }

  .contenedor-abajo img{
      width: 40%;
      padding: 0.5rem;
  }
  .video{
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 1rem 0 1rem 0;
  }   

  .descar-cotenedor{
  display: flex;
  justify-content: center;
  align-content: space-between;
  }

  .descar-cotenedor img{
    align-content: center;
    width: 7.2rem;
  } 

  .marvel{
    text-align: center;
    padding: 0.5rem;
  }

  .marvel img{
    width: 30%;
  }

@media screen and (min-width:768px){
      .contenedor{ max-width: 768px; margin: auto; background: red;}
          
          .logo{ /* Samba */
          font-size: 3rem;
          }

          .semana {
            font-size: 1.3rem;
            text-align: center;
          }

          .info{  
            font-size: 1.3rem;
            text-align: center;
          }

             .contenedor-abajo p{
              padding: 6rem 0 0 0;
              font-size: 1.4rem;
           }

             .imagenes{
              width: 100%;
              }

          .contenedor-abajo img{
              width: 50%;
              padding: 0.5rem;  
            }

          .contenedor-abajo a{
            align-content: center;
            justify-content: center;
          }

          .descar-cotenedor img{
              width: 12rem;
            }  

          .marvel img{
              width: 25%;
       }

       .video iframe{
        width: 100%;
       }

   }

@media screen and (min-width:980px){
        .contenedor{ max-width: 1280px; margin: auto;}

          .logo{ 
            font-size: 5rem;
          }

         .semana h2{
            font-size: 3rem;
          }

            .section p{
              font-size: 1.5rem;
            }

            .info{
            text-align: center;
            padding: 0.8rem; 
             margin: 0.7rem;
            }

             .contenedor-iphone img{
                width: 35%;
              }

              .info{
                  padding: 1rem;
                  font-size: 2rem;
                }

                .contenedor-abajo{
                  display: flex;
                  justify-content: center;
                }

                 .contenedor-abajo p{
                  font-size: 2rem;
                  text-align: justify;
                  padding: 12rem 6rem 2rem 2rem;
                 }

                .contenedor-abajo img{
                    width: 28%;
                    padding: 0 0 0 20rem;
                  }


              .descar-cotenedor img{
                  width: 15rem;
                  }

              .marvel img{
                    width: 10%;
                } 

            .video iframe{
              width: 1280px;
              height: 720px;
            }
  }