*{ margin:0% ;padding: 0}

header .menu{
    background-image: url(imagenes/fondo1.jpg);
  
 }
@media screen and (max-width: 412px){
.body {   
    height: 120%;
}

.contenedor .botones button{
    width: 90%;
    margin-left: 40%;
}

.contenedor .botones .p{
    width: 40%;
}

.contenedor .imagenes{
    width: 120%;
  margin-top: -80%;
  margin-left: 22%;
}
}

.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%;
 
 }


.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;
}

.main .h1{
    text-align: center;
    font-size: 60px;
    color:aqua;
    padding-top: 2%;
}

.botones{
    display:inline-block;
    margin: 2% 5%;
}

.p{
    margin: 0% 3% -30%;
}

.imagenes{
    margin-top: -30%;
    height: 10%;
}

.imagenes .fotos .foto{
    width: 8%;
    float: left;
    padding: 4%;
}

.contenedor{
    margin-top: 5%;
}

