
*{margin: 0;}

/* */
html {font-size: 100%}
body{font-size: 1rem }



body{ background: rgb(66, 89, 186);
font-family: sans-serif;
 color:black

}


header{
    background-size: cover; color: #fff; width: 100%;
    }
nav{ color: #fff; width: 100%;}
nav ul {padding: 0; display: block; display: flex;}
nav ul li{list-style-type: none; width: 100%}

nav ul li a{ 
    color: #fff;
    text-decoration: none;
    text-align: center;
    background: rgba(255, 255, 255, 0.42);
    display: block;
    padding: 1rem; 
}

nav ul li a:hover{
    background: #9060cb; color: aqua;
}




h1{
    text-align: center;
    font-size: 2rem;
} 

h3 {
    margin-top: 2rem;
    font-size: 1.5rem;
}
.nombres a{color: #9060cb; text-decoration: none;}
.tema{color: white; font-size: 3rem; padding-top: 2rem; text-align: center;}
.subtitulo { color: #c6c6c6; font-size: 2rem; text-align: center; padding: 1rem;}

p{ font-size: 1rem;}
section article {background: #fff; text-align: center; width: 80%; margin: 10% auto 10% auto ; padding: 5%; border-radius: 1rem;}
section article img{ border-radius: 30rem; max-width: 80%;}

.logo-menu {
    background: white;
    text-align: center;
}
.boton-home {
    width: 7%;
    padding: 0.5rem;

}

footer {
    background: #2c2cf7;
    color: white;
    padding: 1rem;
    text-align: center;
}

.mapa {
    text-align: center;
    min-width: 80%;
}

.plan {
    background: #1633ad;
    margin: 2rem;
    box-shadow: 0px 0px 41px 16px rgba(0,0,0,0.15);
    border-width:10px;
    border-style:solid;
    border-color:#ffffff;
}

.plan-texto {
    color: white;
    padding: 0rem 1rem 1rem ;
}

.boton-video {
    background: #c6c6c6;
    text-align: center;
    text-decoration: none;  
    padding: 0.5rem;
}

.boton-video a {
    text-decoration: none;
    color: #9060cb;
    
}

.boton-video:hover {
    background: #eee;
}


.videoresponsive{
    text-align: center;
}

h3 a:hover {
    color: rgb(66, 89, 186);
    background: #eee;
    padding: 1rem;
}

.plan-titulo {
    padding-top: 2rem;
}