
html{

    scroll-behavior: smooth;
}


.navegacion a:hover{

    color: red;
    border-bottom: 3px solid red;

}


body{
    font-family: 'Poppins';
    margin: 0;
    background: linear-gradient(100deg, rgba(2,0,36,1) 0%, rgba(39,110,134,1) 59%, rgba(0,212,255,1) 100%);
    background-size: 400% 300%;
    animation: BgGradient 5s ease infinite;

}

@keyframes BgGradient{

0% { background-position: 0% 505 ;}
50%{background-position: 100% 50%;}
100%{background-position: 0% 50%;}

}



.navegacion a{
    text-decoration: none;
    color: white;
    margin-right: 100px;
    font-size: 20px;
    
}


.navegacion li{
list-style: none;
}


nav .navegacion {
    display: flex;
    position: absolute;
    top: 10px;
}


p{
    margin-left: 30px;
    margin-right: 30px;
    font-size: 25px;
        
}

h3{
    margin-left: 30px;
    margin-right: 30px;
    font-size: 35px;
}

h2{
    margin-left: 30px;
    margin-right: 30px;
    font-size: 70px;
        
}


h4{
    margin-left: 30px;
    margin-right: 30px;
}




.titular{
    font-size: 70px;
    hyphens: auto;
}
.titular :hover{

    box-shadow: inset 0 0 20px hsla(199, 63%, 71%, 0.5), 0 0 20px rgba(36, 179, 41, 0.4);
    outline-color: rgba(49, 138, 172, 0);
    outline-offset: 80px;
    text-shadow: 1px 1px 6px rgb(255, 255, 255);
    
}



.PORTADA{
    margin-left: auto;
    margin-right: auto;
    background:  url(../images/stadium.jpg);
    height: 20vh;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 400px;
    padding-bottom: 500px;

}


#publicaciones h3{
    hyphens: auto;
    margin-right: 30px;
}



#novedades{

    background: rgb(2,0,36);
    background: -moz-linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 50%, rgba(0,212,255,1) 96%);
    background: -webkit-linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 50%, rgba(0,212,255,1) 96%);
    background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 50%, rgba(0,212,255,1) 96%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#00d4ff",GradientType=1);
    color: white;
    /* margin-bottom: 50px;
    margin-top: 20px; */
    padding-bottom: 50px;
    

}


.publicacion1{
    /* padding-top:0px; */
    width: 90%;
    border: 1px solid #DDCFCF;
    width: 500px;
    box-shadow: -13px -9px 14px rgba(0, 0, 0, 0.47);
    padding-bottom: 50px;
    margin: 0 auto;



}

.publicacion1 img{
    background-size: cover;
}

.publicacion2{
    /* padding-top: 0px; */
    width: 100%;
    border: 1px solid #DDCFCF;
    width: 500px;
    box-shadow: -13px -9px 14px rgba(29, 24, 26, 0.47);
    padding-bottom: 50px;
    

}

.publicacion2 h3{

    padding-bottom: 60px;
}



#publicaciones{
    display:grid;
    grid-template-columns: 1fr 1fr;
    /* margin: 10px auto; */

}

#publicaciones a{ 

    margin-left: 30px;
    padding-top: 0px;
}

img{
    transition: all 0.5s ease;
    border-style: solid;
    border-color: whitesmoke;
}


#publicaciones img:hover{

    transform: scale(1.3);
}
#publicaciones a{
    text-decoration: underline;
    color: lightcyan;
    background: steelblue;
    padding:14px 20px 14px 20px;
}






#historia{
    padding-top: 15px;
    background: url(../images/liv.jpg);
    margin: 35px auto;
    height: 20vh;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom:1000px;
   
    
    
}



#historia h2 {
    color: #fff;

}
#historia p {
    color: #fff;

}


#Sistema{
    background: url(../images/son.jpg);
    margin: 35px auto;
    height: 20vh;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 900px;

}
#Sistema h2{

    color: #fff;
}
#Sistema p{

    color: #fff;
}


   
#Trofeo{

background-image: url(../images/Trofeo.jpg);
margin: 0 auto;
height: 20vh;
background-repeat: no-repeat;
background-size: cover;
padding-top: 50px;
padding-bottom: 700px;




}

#Trofeo p{

color: gainsboro;
}

#Trofeo h2{

color: #fff;
font-size: 70px;
}

.bottom-container{

padding-top:70px;
margin-top: 0px;
color: white;
text-align: center;

}


.bottom-container a{
color: #11999e; 
text-decoration: none;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
margin: 10px 40px;
font-size: 40px

}

.bottom-container a:hover{

color: white;
}

.copy{
text-align: center;
padding-bottom: 20px;
font-size: 1.3em;
color: white;
}
