*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-attachment: fixed;
  
    
}



body{
    background: url('../img/maquillaje.jpg');
    background-size: cover;
    font-family: sans-serif;
    height: 100vh;
    
    
}

.contenedor{
    background: #ff4f81;
    padding: 30px 0;
    color: white;
    
    
}

header h1{
    text-align: center;
}

/* FORMULARIO */

.formulario{
    width: 320px;
    background: black;
    padding: 20px 20px;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10%;
    
}

input[type="email"]{
  width: 130%;
  border-radius: 10px;
  outline: none;
  padding: 6px 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
  border: 3px solid pink;
  /* -webkit-transition: 0.5s; */
  /* transition: 0.5s; */
  outline: none;
  background: white;
  color: black;
  /* transform: translate(40px, 10px); */
  
}

.formulario p{
    color: #ffffff;
    text-align: center;
    padding-bottom: 20px;
    font-family: sans-serif;
    font-size: 25px;
    font-weight: bold;
}


/* BOTON */
input[type = "submit"]{
    background-color: #f1f1f1;
    color: black;
    font-size: 16px;
    padding: 10px 30px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    border-radius: 20px;
    cursor: pointer;
    width: 130%;
    
    /* transform: translate(40px, 10px); */
    
   
}



input[type = "submit"]:hover{
    background: #ff4f81;
    color: white;
    transition: .6s;
}


/* BOTON ENVIAR A HOTMART */
input[type = "button"]{
    background-color: #f1f1f1;
    color: black;
    font-size: 16px;
    padding: 10px 30px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    border-radius: 20px;
    cursor: pointer;
    width: 130%;
    
    /* transform: translate(40px, 10px); */
    
   
}



input[type = "button"]:hover{
    background: #ff4f81;
    color: white;
    transition: .6s;
}

/* FOOTER */


footer .redes-sociales{
    background: #00d2f3;
    /* padding: 60px 5; */
    
    /* width: 100%; */

    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;
    
}

footer .redes-sociales .contenedor2{
    flex-wrap: wrap;
}

footer .contenedor2{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

footer .redes-sociales a{
    color: white;
    text-align: center;
    width: 100px;
    display: block;
    padding: 15px 0;
    border-radius: 3px;
    font-size: 30px;
    margin: 0 20px;
}

footer .redes-sociales .twitter:hover{ background: #1da1f2;}
footer .redes-sociales .facebook:hover{ background: #3b5998;}
footer .redes-sociales .instagram:hover{ background: #e1306c;}

@media screen and (max-width:500px){

    footer .redes-sociales .contenedor2{
        flex-wrap: wrap;
        position: absolute;
    }
}



@media screen and (max-width:315px){

    .contenedor .formulario{
        flex-wrap: wrap;
        position: absolute;
    }
}


.parrafo{
    text-align: center;
    font-size: 100px;
    font-weight: bold;
    color: white;
    background: turquoise;
    /* padding: 20px; */
    width: 500px;
    margin: auto;
    
    
}


img{
    width: 60px;
    padding: 10px 10px;
    margin-top: 30px ;
    margin: auto;
    margin-left: 100px
}

.formulario .espera{
    color: #ff4f81;
    
}
