*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background:linear-gradient(rgba(15, 13, 13, 0.75),rgba(15, 13, 13, 0.75)),url(../Imagenes/Fondo.JPG) no-repeat center fixed;
    background-size: cover;
    font-family: 'Roboto', sans-serif;
}

body{
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

header{
    display: flex;
    justify-content: space-between;
}

.Seleccion{
    color: rgb(192, 17, 17);
}

.Navegador{
    color: aliceblue;
}

h1{
    margin-bottom: 1%;
    margin-top: 1%;
    width: 100%;
    height: 100%;
    color: rgb(255, 0, 0);


    font-family: 'Anton', sans-serif;
    font-size: 700%;

    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.bienvenida{
    width: 100%;
    height: 200px;
    margin-top: 1.5cm;
    
    display: flex;
    justify-content: center;
    align-items: center;
}

.bienvenida p{
    padding: 1cm;
    color: rgb(240, 248, 255);
    font-size: 200%;
    text-align: center;
}

.imagenes{
    margin-top: 1cm;
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
    height: 350px;

    display: flex;
    object-fit: cover;
    justify-content: center;
    justify-content: space-between;
    justify-content: space-around;
    align-items: center;;
}

.imagenes div{
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 2%;
}


.imagenes img{
    width: 100%;
    height: 100%;
    border-radius: 50px;
}

.imagenes h3{
    width: fit-content;
    border-radius: 5px;
    color: aliceblue;
}
#imagen1{
    width: 200%;
    height: 85%;
    object-fit: cover;
}

#imagen2{
    width: 200%;
    height: 85%;
    object-fit: cover;
}

#imagen3{
    width: 200%;
    height: 85%;
    object-fit: cover;
}

footer{
    color: #fae89a;
    padding: 1em 0;
    text-align: center;
    margin-top: auto;
}

@media screen and (max-width: 480px){
    .Seleccion{
        font-size: 90%;
    }
    .Navegador{
        font-size: 90%;
    }   
    h1{
        font-size: 400%;
    }
    .bienvenida p{
        font-size: 120%;
    }
    .imagenes{
        width: 90%;
        height: 90%;
    
        display: inline-block;
    }

    .imagenes div{
        margin-left: 20%;
    }
    .imagenes img{
        width: 250px;
        height: auto;
    }
    .imagenes h3{
        font-size: smaller;
    } 
}

@media screen and (max-width: 768px) and (min-width: 481px){
    .Seleccion{
        font-size: 100%;
    }
    .Navegador{
        font-size: 100%;
    }
    h1{
        font-size: 450%;
    }
    .bienvenida p{
        font-size: 150%;
    }
    .imagenes img{
        height: 70%;
    }
    .imagenes h3{
        font-size: smaller;
    } 
}

@media screen and (max-width: 1024px) and (min-width: 769px){
    .Seleccion{
        font-size: 150%;
    }
    .Navegador{
        font-size: 150%;
    }
    h1{
        font-size: 600%;
    }
    .bienvenida p{
        font-size: 150%;
    }
    .imagenes img{
        height: 70%;
    }
    .imagenes h3{
        font-size: medium;
    }
}
