@charset "utf-8";
@import 'https://fonts.googleapis.com/css?family=Montserrat:400,700|Kreon:300,400,700';
/* holii - aguante el fernet */
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
html {
    font-size:12px;
    font-family:'Kreon', sans-serif ;
    font-weight: 400;
}
a {
    text-decoration:none;
    color:black;
}

button>a {
    text-decoration:none;
    color:#f0f1f5;
}

body {
    background-color: #f0f1f5;
    font-size:1.6rem;
}

.bodyprincipal {
    background-color: #F0F0F4;
    font-size:1.6rem;
}

nav {
    background-color: #414C58;
    height: 2em;
	color:#FFFFFF;
}

nav button {
	background-color:#414C58;
    border: none;
    color: white;
    padding: 5px 5px;
    font-size: 16px;
}

nav li{
    float:left;
    list-style: none;
    margin-left:20px;
}

#hamburguesa{
    float:right;
    margin-right:20px;
}

#botonvolver a{
    color:#f0f1f5;
    border-right:2px solid #f0f1f5;
    padding-right:12px;
}

nav a{
    color: #f0f1f5;
    font-family: "montserrat";
    font-weight: 700;
    font-size: 1.2em;
    line-height: 1.7em;
    
}

h1{
    color:#628395;
    font-family:'Kreon', sans-serif;
    font-weight: 900;
    text-align: center;
    margin-top:20px;
    font-size:2.5em;
}

h2{
    color:#414C58;
    font-family:'Kreon', sans-serif;
    font-weight: 400;
    text-align: center;
    margin-top:30px;
    font-size:1.3em;
}

h3{
    color:#4A6270;
    font-family: "Kreon";
    font-weight: 400;
    text-align: center;
    padding-top: .5em;
    font-size:1em;
}
h4{
    color:#2f303a;
    font-family: "Kreon";
    font-weight: 400;
    text-align: center;
    font-size:0.9em;
}

h5{
    color:#e8404a;
    text-align: center;
    font-size:0.7em;
}

#pagina {
    width:80%;
    margin:auto;
}

#pagina90 {
    width:85%;
    margin:auto;
}



/* index */

.elvira img{
	margin: 20px auto;
	width:100%;
}

#usuario, #contrasena {
    width: 100%;
    padding: 8px 12px;
    margin-top: 15px;
    display: inline-block;
    border: 2px solid #008EAF;
    border-radius: 15px;
    background-color: transparent;
    font-size:18px;
    font-family:'montserrat', sans-serif ;
    font-weight: 400;
    
}

.botongrande {
    width: 100%;
    background-color: #008EAF;
    color: white;
    padding: 10px 12px;
    margin: 15px 0;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    font-size:18px;
    font-family:'Montserrat', sans-serif ;
    font-weight: 400;
}

.botonchico {
    width: 100%;
    background-color:#414C58;
    color: white;
    padding: 5px; 
    margin-top:20px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    font-size:15px;
    font-family:'Montserrat', sans-serif ;
    font-weight: 400;
}

#formularioingreso {
    margin-bottom: 30px;
}

.pie {
    font-family: "montserrat";
    font-size: 0.45em;
    text-align:center;
    border-top:1px solid #b9b9b9;
    padding:15px;
    color:#8f9193;
}

.pie2 {
    font-family: "montserrat";
    font-size: 0.45em;
    text-align:center;
    border-top:1px solid #b9b9b9;
    padding:15px;
    color:#8f9193;
    margin-top: 35em;
}

footer {
	padding-top:30px;
}
.botondetexto {
    text-align: center;  
    font-size: 0.7em;
}



/* principal */

article{
    width:50%;
    float:left;
    margin-left:0;
    margin-right:0;
    background-color: #f0f1f5;
    padding-top:.8em;
    padding-bottom:.8em;
    text-align: center;
}

article p {
    font-size:0.9em;
    text-align: center;
    font-weight: 400;
}

article figure {
    width: 2.5em;
    margin: .3em auto;
}

.recordator {
    background-color:#e23d58;
	border-radius:5px;
	font-weight:400;
}
.recordator a {
	color: #252526;
}

.agenda {
    background-color:#3fb7ad;
	border-radius:5px;
	font-weight:400;
}
.agenda a {
    color: #252526;
}

.videos {
    background-color:#2783c5;
	border-radius:5px;
	font-weight:400;
}
.videos a {
    color: #252526;
}

.eventos {
    background-color:#f18d4e;
	border-radius:5px;
	font-weight:400;
}
.eventos a {
    color: #252526;
}




/* eventos */

.textoeventos {
    width:100%;
    margin:auto;
}

.proximoseventos h3 {
	font-family: 'Montserrat', sans-serif;
    background-color: #FA8E4A;
    color:#f0f1f5;
    height: 2em;
    text-align: center;
    line-height: 1em;
}

.textoeventos figure img {
    width: 15em;
}

.textoeventos figure {
    width:100%;
}

.textoeventos figure img {
    width:100%;
}

.textoeventos p{
    font-size: .8em;
    width: 95%;
    margin: auto;
    color:#454545;
}

.textoeventos h1{
    font-size: 1.2em;
}

article {
    background-color: #f0f1f5;
  
}



/* hamburguesa */


#menuhamburguesa {
	padding: 10px 5px 4px 5px;
	display:flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: space-between;
	max-width:500px;
	margin:auto;
}

#menuhamburguesa div {
	display:flex;
	flex-flow: row wrap;
	justify-content:flex-start;
	align-items:center;
	color:hsla(0,0%,0%,1.00);
	padding:20px;
}
#menuhamburguesa div a {
	color:hsla(0,0%,94%,1.00);
}

#menuhamburguesa img {
    margin-right:1em;
}
#listitadelmenuquenoanda {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.texto {
	display:flex;
	flex-direction: row;
}

.titulomenu p {
    font-family: 'Montserrat', sans-serif;
    background-color: #414C58;
    color:#f0f1f5;
    height: 2em;
    text-align: center;
    line-height: 1.9em;
}

#fotoperfil  {
	display:flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}

#fotoperfil h4{
	font-size:24px;
}

#fotoperfil img {
	width:20%;
}



/* perfil */

.miperfil p {
    font-family: 'Montserrat', sans-serif;
    background-color: #a89bde;
    color:#f1f2eb;
    height: 2em;
    text-align: center;
    line-height: 1.9em;
} 


/* video */

.titulovideo p {
    font-family: 'Montserrat', sans-serif;
    background-color: #2783c5;
    color:#f0f1f5;
    height: 2em;
    text-align: center;
    line-height: 1.9em;
} 



.articleborder article {
    border:1px solid #cccccc;
}


article h1 {
    color:#FA8E4A;
    font-size:1.2em;
    font-family: 'Montserrat', sans-serif;
	margin:0;
}

article h2 {
    color:#628395;
    font-size:.9em;
    font-family: 'Kreon', sans-serif;
    font-weight: 900;
    margin-top:0.3em;
}

article h3 {
    color:#414C58;
    margin:0;
    margin-top:0.5em;
    font-weight: 400;
}

.siguiente {
    color:#b4a9a9;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: .9em;
}

#titulo {
	width:100%;
	justify-content:center;
	padding:20px 0;
	color:hsla(0,0%,100%,1.00);
}




/* recordatorios */

.recordatorios p {
    font-family: 'Montserrat', sans-serif;
    background-color: #e23d58;
    color:#f0f1f5;
    height: 2em;
    text-align: center;
    line-height: 1.9em;
} 

#recordatorio {
	width:90%;
	color:hsla(0,0%,100%,1.00);
	background-color:#e23d58;
	margin: 10px auto;
	padding: 10px;
	display:flex;
	align-items:center;
	border-radius:10px;
}

#recordatorio h4 {
	color:#FFFFFF;
	font-size:16px;
    font-weight:400;
}

#recordatorio img {
	margin:auto;
    width: 100%;


}

#recordatorio p {
	font-size:14px;
    font-weight: 300;
}




/* videos1 */

#videotorio {
	width:90%;
	color:hsla(0,0%,100%,1.00);
	background-color:#00c3dd;
	margin: 10px auto;
	padding: 15px;
	display:flex;
	flex-direction: column;
	justify-content: space-around;
	border-radius:10px;
}
#cont {
	margin-bottom:10px;
	display:flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
#videotorio h4 {
	color:#FFFFFF;
	font-size:18px;
}

#videotorio p {
	font-size:14px;
}

#videotorio img {
	margin-right:20px;
}

#line {
	display:flex;
	justify-content: space-around;
	align-items: center;
}

#line p {
	font-size:10px;
	font-weight:700;
}

.videotorios p {
    font-family: 'Montserrat', sans-serif;
    background-color: #2783c5;
    color:#f1f2eb;
    height: 2em;
    text-align: center;
    line-height: 1.9em;
} 



/* agenda */

.tituloagenda p {
    font-family: 'Montserrat', sans-serif;
    background-color: #3fb7ad;
    color:#f0f1f5;
    height: 2em;
    text-align: center;
    line-height: 1.9em;
}

#contagen {
	display:flex;
	flex-direction:row;
	width:100%;
}

#fechas {
	width:19%;
	display:flex;
	flex-direction:column;
	background-color:rgba(0, 124, 201, 0.33);
}

#lol {
	border-bottom:2px solid rgba(235, 235, 235, 0.97);
	padding: 20px 0;
}

#lol a {
	color:#414C58;
	font-size:20px;
	font-weight:400;
}

#actividades {	
	width:80%;
	padding:6px;
}

#actividades h3{
	margin-bottom:10px;
}

#act {
	background-color:#3fb7ad;
	padding:10px;
	border-top-right-radius:10px;
	border-top-left-radius:10px;
}

#act p {
	color:white;
    font-weight: 300;
    font-size:.9em;
}

#act h3 {
	font-size:24px;
	color:#0b4588;
	margin:0;
	padding:0;
	margin-bottom:5px;
	font-weight:400;
}

#agendar {
	background-color:#CFCFD1;
    color:#414C58;
    font-size: .8em;
	padding:10px;
	margin-bottom:10px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
}
#agendar input[type='checkbox'] {
    width:20px;
    height:20px;
    border-radius:5px;
    border:2px solid #555;
}
.numeroagenda{
    font-size:1.7em;
    font-weight: 300;
}



/* no se que son */

.rojo {background-color:hsla(357,84%,62%,1.00);}

.palabramenu {
	color:#95C0AA;
	text-align:center;
}

/* ESTE EH EL MENUH */
.slicknav_menu {
	display:none;
}

.js #menu {
	display:none;
}
	
.js .slicknav_menu {
	display:block;
}



/* juego */

.juego p {
    font-family: 'Montserrat', sans-serif;
    background-color:#2783c5;
    color:#f1f2eb;
    height: 2em;
    text-align: center;
    line-height: 1.9em;
} 

#juego {
	width:90%;
	color:#1f6fbe;
    font-weight: 700;
    text-align: center;
	margin: 10px auto;
	padding: 10px;
	display:flex;
	align-items:center;
	border-radius:1px;
}
.botonjuego {
    width: 100%;
    background-color: #3fb7ad;
    color: white;
    padding: 5px; 
    margin-top:20px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size:15px;
    font-family:'Montserrat', sans-serif ;
    font-weight: 400;
}