*{ margin:0% ;padding: 0}

body{
    background-color: black;
}

@media screen and (max-width: 412px){
    .main .h1{
        margin-top: 20%;
        font-size: 10%;
    }

    .contenedor .item .foto{
        width: 25%;
        margin-left: 40%;
    }

    .contenedor .item .p {
        font-size: 110%;
        margin-left: -15%;
    }

   
    .item button{
        margin-left: 45%;
    }


}

header .menu{
    background-image: url(imagenes/fondo1.jpg);
  
 }

.menu .lista .logo{
    width: 5%;
    height: 5%;
    padding-right: 73%;
    padding-top: 1%;

 }

.menu ul {
    list-style: none;
    display: flex;
    margin: 0%;
    padding: 0%; 
    justify-content:flex-end; 
    font-size: 25px;   
    font-style:;
}

.menu li a {
    display: block;
    color:rgb(4, 4, 107);
    padding: 30px;
    text-decoration: none;
}

main {
  background-color: black;
  height: 120%;
    overflow: hidden;
 
}

 .main .h1{
    text-align: center;
    font-size: 60px;
    color:aqua;
    padding-top: 2%;
}


.item{
    float: left;
}

.item .foto{
    width: 80%;
    margin-left: 30%;
}

.item .p{
    color:aliceblue;
    font-size: 180%;
    padding: -10%;
    margin-top: 7%;
    margin-right: -85%;
   text-align: center;
}

button{
    display:flex;
    width: 200px;
    height: 60px;
    background-color: aqua;
    border: solid 5px indigo;
    border-radius: 10%;
    color: blue;
    font-size: 1em;
    margin-top: 8%;
    text-align: center;
    padding: 4%;
   margin-left: 70%;
}

/* .items :hover{
    color: aliceblue;
    background-color:indigo;
    border-radius: 10%;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    -ms-border-radius: 10%;
    -o-border-radius: 10%;
}


.botones .t1,.t2{
    margin: 1%;
    width: 200px;
    height: 60px;
    background-color: aqua;
    border: solid 5px indigo;
    border-radius: 10%;
    color: blue;
    font-size: 1em;
   margin-left: 210%;
   margin-top: 40%;
}

body{
    height: 130%;
    
}

.texto .botones .t1:hover, .t2:hover, .t3:hover, .t4:hover, .t5:hover{
    background-color: indigo;
    border: solid 5px white;
}



.p{
    margin: 0% 3% -30%;
}

.imagenes{
    margin-top: -30%;
    height: 10%;
}


