*{ margin:0% ;padding: 0}

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%;
 }

@media screen and (max-width: 412px) {
header .menu .lista{
    width: 100%;
}



.main .texto .h1{
    margin-left: -215%;
    font-size: 230%;
}

.main .texto .p {
    margin-left: -390%;
    font-size: 130%;
}

.main .imagen .foto{
    width: 15%;
    margin-top: -120%;
    margin-left: 75%;
}

.main .texto .botones{
    font-size: 100%;
  margin-left: -380%;

}

}


.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%;
}

.texto{
    color:aliceblue;
    display: flex;
    padding-left: 40em;
    display: inline-block;
   
}

.imagen{
    margin-left: 3%;
    margin-top: -10%;
    
}
.texto .h1{
    font-size: 60px;
    padding-top: 50px;
    padding-left: 15%;
    padding-bottom: 7%;
    color: aqua;
    margin-bottom: 0%;
}

.texto .p{
    font-size: 40px;
    padding-top:2%;
    text-align: center;
}


.botones{
    align-items: center;
    display: flex;
    flex-direction:column;
    margin: 0%;
   
      
}

.botones .t1,.t2,.t3,.t4,.t5{
   
     margin: 1%;
    width: 300px;
    height: 60px;
    background-color: aqua;
    border: solid 5px indigo;
    border-radius: 10%;
    color: blue;
    font-size: 1em;
   
}

.imagen .foto{
    margin-left: 10%;
    margin-top: -15%;
    position: absolute;
    width: 18%;

}



body{
    height: 100%;
}

.texto .botones .t1:hover, .t2:hover, .t3:hover, .t4:hover, .t5:hover{
    background-color: indigo;
    border: solid 5px white;
}