html, body{
    background-color: chocolate;
    font-size:30px;
    background-image: url('./images/fondo5.png');
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}




@media screen and (min-width:900px) {
    header{
        height: 20vh;
        width: 100vw;
        position: fixed;
        top: 0vh;
        display: flex;
        flex-direction: row;
        background-color: rgb(194, 55, 4);
        z-index: 100;
    }
    
    
    main{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
    .sections{
        width: 100%;
    }
    
    
    
    #paragraphfuturo{
        background-color: rgb(240, 170, 105);
        font-size:25px;
        position: absolute;
        height: 50vh;
        width: 40vw;
        left: 5vw;
        top: 24vh;
    }
    #foto{
        background-image: url(images/basquet2.JPG);
        height: 70vh;
        width: 50vw;
        position: absolute;
        top: 44%;
        background-size: cover;
        right: 5vw;
        transition: 1s;
    }
    
    
    #textos{
        font-size: 16px;
    }
    
    #presentacion{
        margin-top: 30vh;
        height: 100vh;
        width: 100%;
        position: relative;
    
    }
    
    
    
    #illia{
        height: 100vh;
        width: 100%;
        position: absolute;
        top: 200vh;
    }
    #futuro{
        height: 100vh;
        width: 100%;
        position: absolute;
        top: 300vh;
    }
    .lista{
        display: flex;
        flex-direction: row;
        margin-left: 11%;
        margin-right: 5%;
        
    }
    .links{
        padding: 10px 20px;
        margin: 0 20px;
        color: rgb(165, 79, 42);
        border: solid 2px;
        background-color:rgb(240, 170, 105);
        border-radius: 10px;
        text-decoration: none;
        outline: none;
        line-height: 2;
        transition: padding 0.3s;
    }
    .links:hover{
        background-color: rgb(255, 68, 0);
        color: rgb(165, 44, 0);
        border: 2px solid rgb(98, 27, 1);
        padding: 14px 24px;
    }

    #spor{
        background-image: url(images/sporting.jpg);
        z-index: 100;
        height: 16vh;
        width: 20vw;
        background-size: contain;
        background-repeat: no-repeat;
        margin: 10px;
    }
    #spor:hover{
        background-image: url(images/argentinos.png);
    }

    #textoYo{
        background-image: url(./images/basquet2.JPG);
        background-color: transparent;
        background-repeat: no-repeat;
        background-size: cover;
        font-size:25px;
        position: absolute;
        height: 70vh;
        width: 60vw;
        left: 20vw;
        top: 24vh;
        z-index: 4;
        transition: all 0.5s;
        /*color: rgb(240, 170, 105);*/
    
        
    }
    #textoYo:hover{
        background-image: url(./images/naranja.jpg);
        background-color: rgb(194, 55, 4);
    }
    #paragraphYo {
        font-size:27px;
        text-align: center;
        position: relative;
        height: 70vh;
        width: 54vw;
        left: 0vw;
        top: 3vh;
        z-index: 5;
        transition: 1s;
        opacity: 0;
        margin: 1vh 3vw;
    }
    
    #paragraphYo:hover {
        opacity: 1;
    }
    #paragraphrandom{ 
        font-size: 3;
        text-align: center;
        position: relative;
        height: 70vh;
        width: 40vw;
        left: 0vw;
        top: 0vh;
        z-index: 5;
        transition: 0.8s;
        opacity: 0;
        font-size: 15;
        }
        
        #paragraphrandom:hover{
           opacity: 1;
        }
        #textoRandom{
            background-image: url(./images/familia.JPG);
            background-color: transparent;
            background-repeat: no-repeat;
            background-size: cover;
            font-size:34px;
            position: absolute;
            height: 72vh;
            width: 40vw;
            left: 4vw;
            top: 26vh;
            z-index: 4;
            transition: all 0.5s;
        }
        #textoRandom:hover{
            background-image: url(./images/naranja.jpg);
            background-color: rgb(194, 55, 4);
           
        }
        #random{
        height: 100vh;
        width: 100%;
        position: absolute;
        top: 100vh;}
            
        #basquet{
        position: absolute;
        opacity: 0.5;
        width: 22vw;
        left: 75vw;
        top: 26vh;
        transition: 0.75s; }
        #basquet:hover{
        border-radius: 50px;
        opacity: 1;}
        #messi{
        position: absolute;
        opacity: 0.5;
        left: 50vw;
        width: 22vw;
        top: 26vh;
        transition: 0.75s;
        box-shadow: 0 80px 80px 0 rgba(255, 0, 0, 0, 1);}
        #messi:hover{
        border-radius: 50px;
        opacity: 1;}

        #paragraphillia{

            text-align: center;
            position: relative;
            height: 70vh;
            width: 40vw;
            left: 0vw;
            top: 2vh;
            z-index: 5;
            transition: 0.8s;
            opacity: 0;
            font-size: 30px;
        }
        #paragraphillia:hover{
            opacity: 1;
         }
        #textoIllia{
            background-image: url(./images/herni2.jpg);
            background-color: transparent;
            background-repeat: no-repeat;
            background-size: cover;
            font-size:34px;
            position: absolute;
            height: 74vh;
            width: 40vw;
            left: 4vw;
            top: 24vh;
            z-index: 4;
            transition: all 0.5s;
        }
        #textoIllia:hover{
            background-image: url(./images/naranja.jpg);
            background-color: rgb(194, 55, 4);
           
        }
        #vida1{
            position: absolute;
            left: 50vw;
            width: 21vw;
            top: 24vh;
            transition: 0.7s;
            z-index: 1;
        }
        #vida1:hover{
            position: absolute;
            left: 50vw;
            width: 26vw;
            z-index: 2;
        }
        #vida2{
            position: absolute;
            right: 2vw;
            width: 22vw;
            top: 24vh;
            transition: 0.7s;
            z-index: 1;
        }
        #vida2:hover{
            position: absolute;
            right: 2vw;
            width: 26vw;
            z-index: 2;
        }
        #vida3{
            position: absolute;
            left: 50vw;
            width: 21vw;
            bottom: 2vh;
            transition: 0.7s;
            z-index: 1;
        }
        #vida3:hover{
            position: absolute;
            left: 50vw;
            width: 26vw;
            z-index: 2;
        }
        #vida4{
            position: absolute;
            right: 1.7vw;
            width: 23vw;
            bottom: 2vh;
            transition: 0.7s;
            z-index: 1;
        }
        #vida4:hover{
            position: absolute;
            right: 2vw;
            width: 28vw;
            z-index: 2;
        }
        
        #textofuturo{
            background-image: url(./images/messi\ 2.JPG);
            background-color: transparent;
            background-repeat: no-repeat;
            background-size: cover;
            font-size:25px;
            position: absolute;
            height: 70vh;
            width: 60vw;
            left: 20vw;
            top: 25vh;
            z-index: 4;
            transition: all 0.5s;
            }
            #textofuturo:hover{
                background-image: url(./images/naranja.jpg);
                background-color: rgb(194, 55, 4);
            }
            #paragraphfuturo{
            font-size:30px;
            text-align: center;
            position: relative;
            height: 60vh;
            width: 60vw;
            left: 0vw;
            top: 0vh;
            z-index: 1;
            transition: 1s;
            opacity: 0;
            }
            #paragraphfuturo:hover{
                opacity: 1;
            }
        }

@media screen and (max-width:899px) {
    header{
        height: 20vh;
        width: 100vw;
        position: fixed;
        top: 0vh;
        display: flex;
        flex-direction: row;
        background-color: rgb(194, 55, 4);
        z-index: 100;
    }
    
    
    main{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
    .sections{
        width: 100%;
    }
    
    
    
   
    #foto{
        height: 70vh;
        width: 50vw;
        position: absolute;
        top: 44%;
        background-size: cover;
        right: 5vw;
        transition: 1s;
    }
    
    
    #textos{
        font-size: 16px;
    }
    
    #presentacion{
        margin-top: 30vh;
        height: 100vh;
        width: 100%;
        position: relative;
    
    }
    
    
    
    #illia{
        height: 100vh;
        width: 100%;
        position: absolute;
        top: 200vh;
    }
    #futuro{
        height: 100vh;
        width: 100%;
        position: absolute;
        top: 300vh;
    }
    .lista{
        display: flex;
        flex-wrap: wrap;
        position: relative;
        top: 1vh;
        left: 2vw;
        width:70vw;
        font-size: 10px;
    }
    .links{
        padding: 5px 10px;
        margin: 0 10px;
        color: rgb(165, 79, 42);
        border: solid 2px;
        background-color:rgb(240, 170, 105);
        border-radius: 10px;
        text-decoration: none;
        outline: none;
        line-height: 2;
        transition: padding 0.3s;
    }
    .links:hover{
        background-color: rgb(255, 68, 0);
        color: rgb(165, 44, 0);
        border: 2px solid rgb(98, 27, 1);
        /*padding: 14px 24px;*/
    }

    #spor{
        background-image: url(images/sporting.jpg);
        z-index: 100;
        height: 20vh;
        width: 20vw;
        background-size: contain;
        background-repeat: no-repeat;
        margin: 10px;
    }
    #spor:hover{
        background-image: url(images/argentinos.png);
    }

    #textoYo{
        background-image: url(./images/basquet\ 4.jpeg);
        background-color: transparent;
        background-repeat: no-repeat;
        background-size: cover;
        font-size:5px;
        position: absolute;
        height: 60vh;
        width: 80vw;
        left: 10vw;
        top: 30vh;
        z-index: 4;
        transition: all 0.5s;
        /*color: rgb(240, 170, 105);*/
    }
    #textoYo:hover{
        background-image: url(./images/naranja.jpg);
        background-color: rgb(194, 55, 4);
    }
    #paragraphYo {
        font-size:12px;
        text-align: center;
        position: relative;
        height: 50vh;
        width: 70vw;
        left: 0vw;
        top: 3vh;
        z-index: 5;
        transition: 1s;
        opacity: 0;
        margin: 1vh 3vw;
    }
    
    #paragraphYo:hover {
        opacity: 1;
    }
    #paragraphrandom{ 
        text-align: center;
        position: relative;
        height: 37vh;
        width: 67vw;
        left: 0vw;
        top: 0vh;
        z-index: 5;
        transition: 0.8s;
        opacity: 0;
        font-size:14px;
        }
        
        #paragraphrandom:hover{
           opacity: 1;
        }
        #textoRandom{
            background-image: url(./images/hasbulla\ 5.JPG);
            background-color: transparent;
            background-repeat: no-repeat;
            background-size: cover;
            font-size:15px;
            position: absolute;
            height: 50vh;
            width: 67vw;
            left: 15vw;
            top: 22vh;
            z-index: 4;
            transition: all 0.5s;
        }
        #textoRandom:hover{
            background-image: url(./images/naranja.jpg);
            background-color: rgb(194, 55, 4);
           
        }
        #random{
        height: 100vh;
        width: 100%;
        position: absolute;
        top: 100vh;}
            
        #basquet{
        position: absolute;
        opacity: 0.5;
        width: 25vw;
        left: 55vw;
        top: 75vh;
        transition: 0.75s; }
        #basquet:hover{
        border-radius: 25px;
        opacity: 1;}

        #messi{
        position: absolute;
        opacity: 0.5;
        left: 19vw;
        width: 25vw;
        top: 75vh;
        transition: 0.75s;
        box-shadow: 0 80px 80px 0 rgba(255, 0, 0, 0, 1);}
        #messi:hover{
        border-radius: 25px;
        opacity: 1;}    

        #paragraphillia{
            text-align: center;
            position: relative;
            height: 40vh;
            width: 67vw;
            left: 2vw;
            top: 2vh;
            z-index: 5;
            transition: 0.8s;
            opacity: 0;
            font-size: 12px;
        
        }
        #paragraphillia:hover{
            opacity: 1;
         }
        #textoIllia{
            background-image: url(./images/herni2.jpg);
            background-color: transparent;
            background-repeat: no-repeat;
            background-size: cover;
            font-size:10px;
            position: absolute;
            height: 40vh;
            width: 70vw;
            left: 13vw;
            top: 24vh;
            z-index: 4;
            transition: all 0.5s;
        }
        #textoIllia:hover{
            background-image: url(./images/naranja.jpg);
            background-color: rgb(194, 55, 4);

        }
        #vida1{
            position: absolute;
            left: 15vw;
            width: 30vw;
            top: 70vh;
            transition: 0.7s;
            z-index: 1;
        }
        #vida1:hover{
            position: absolute;
            left: 15vw;
            width: 67vw;
            z-index: 2;
        }
        #vida2{
            position: absolute;
            right: 18vw;
            width: 33vw;
            top: 70vh;
            transition: 0.7s;
            z-index: 1;
        }
        #vida2:hover{
            position: absolute;
            right: 18vw;
            width: 67vw;
            z-index: 2;
        }
        #vida3{
            position: absolute;
            left: 15vw;
            width: 30vw;
            bottom: 5vh;
            transition: 0.7s;
            z-index: 1;
        }
        #vida3:hover{
            position: absolute;
            left: 15vw;
            width: 67vw;
            z-index: 2;
        }
        #vida4{
            position: absolute;
            right: 18vw;
            width: 33vw;
            bottom: 5vh;
            transition: 0.7s;
            z-index: 1;
        }
        #vida4:hover{
            position: absolute;
            right: 18vw;
            width: 68vw;
            z-index: 2;
        }
        
        #textofuturo{
        background-image: url(./images/campazzo\ 3.JPG);
        background-color: transparent;
        background-repeat: no-repeat;
        background-size: cover;
        font-size:25px;
        position: absolute;
        height: 60vh;
        width: 80vw;
        left: 10vw;
        top: 30vh;
        z-index: 4;
        transition: all 0.5s;
        }
        #textofuturo:hover{
            background-image: url(./images/naranja.jpg);
            background-color: rgb(194, 55, 4);
        }
        #paragraphfuturo{
        font-size:17px;
        text-align: center;
        position: relative;
        height: 50vh;
        width: 70vw;
        left: 0vw;
        top: 3vh;
        z-index: 5;
        transition: 1s;
        opacity: 0;
        margin: 1vh 3vw;
        }
        #paragraphfuturo:hover{
            opacity: 1;
        }
}