/*
selector{ propiedad: valor;}
*/
*{box-sizing: border-box;margin:auto;}

body {background:#e0e0e0;font-family: Arial;margin: 0;}

h1{ font-size: 3rem;text-align:left;padding: 0;color:#4072d0;}
/* para sacarle el subrayado */
a{ color: #4072d0; text-decoration: none;font-size: 0,5rem;white-space:pre-wrap; line-height : 0.2rem;margin: 3rem 1rem 0rem 0rem; display: inline;}

footer {background: black;}
footer p{font-size: 0.8rem;color: #e0e0e0;text-align: center;padding: 0.8rem;background-color:black;width: 80%}

/* Menu Principal*/
nav {width: 100% ;background: black;}
header nav ul{ max-width: 50rem; display:flex;padding: 0; list-style:none;margin: auto;background: black;}
header nav ul li a{padding: 0.4rem;}
header nav ul li a:hover { background: #4072d0;color: #e0e0e0;border-radius: 0.5rem;}



.fadu {
    background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(0,121,162,1) 100%);
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
    font-family: 'Roboto', sans-serif; 
    font-weight: 500;
    color: white;
    font-size: 16px;
    padding-top: 7rem;
    
}

h2 {
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 0.8rem;
    
}

.fadu2 {
    display: flex;
    flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
    padding: 1rem;
    width: 30%;
    padding-bottom: 3rem;
    
}

p1 {
    text-align: center;
    font-family: 'Roboto', sans-serif; 
    font-weight: 400;
    color: white;
    font-size: 18px;
    padding-bottom: 2rem;
    
    
}

.modosdejuego {
    
    background: #1a1a1a;
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
    text-align: center;
    font-family: 'Roboto', sans-serif; 
    font-weight: 700;
    color: white;
    font-size: 30px;
    
    
}

h3 {
    padding-top: 4rem;
    text-align: center;
    font-family: 'Roboto', sans-serif; 
    font-weight: 700;
    color: white;
    font-size: 30px;
    padding-bottom: 4rem;
    
}

.modos {
    
    max-width: 1200px;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
    width: 60%;
    font-weight: 500;
    font-size: 20px;
}


h4 {
    
    padding-bottom: 1rem;
    
}


p2 {

    font-weight: 400;
    font-size: 16px;
  
    
    
}

.articleclase {
    
    width: 33.33333333%;
    
    
}

.descarga  {
    text-align: center;
    background: linear-gradient(360deg, rgba(2,0,36,1) 0%, rgba(0,121,162,1) 100%);
    padding-bottom: 3rem;
    
}

.descarga2 {

    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
    width: 33%;
    padding-bottom: 5rem;
    
}

p3 {
    text-align: center;
    font-family: 'Roboto', sans-serif; 
    font-weight: 400;
    color: white;
    font-size: 18px;

}


