@charset "utf-8";

/*
----------------------
Parámetros generales
----------------------
*/


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif, "Roboto";
    text-decoration: none;
    list-style: none;
}

@font-face {
    font-family: "Exotc";
    src: url("../fonts/EXOT350B.ttf")
}

body {
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(to bottom, rgba(118,144,168,1) 0%, rgba(71,91,112,1) 100%);;
    font-family: "Roboto", sans-serif;
    min-height: calc(100vh - 1em);
}

main {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
    font-family: "Roboto", sans-serif;
    max-width: 100%;
    min-height: calc(100vh - 1em);
   
}

#inicial {
    justify-content: center;
    min-height: calc(100vh - 1em);
    
}

.titulo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    background: linear-gradient(135deg, rgba(224,239,249,1) 0%, rgba(224,239,249,1) 1%, rgba(181,198,208,1) 43%, rgba(216,225,231,1) 43%, rgba(242,246,248,1) 100%);
    box-shadow: 0px 4px 10px -5px rgba(0,0,0,0.68);
    color: #f0f0f0;
    padding-top: 4.5em;
    padding-bottom: 0.3em;
    max-width: 100%;
    height: 6.5em;
}

form {
    display:flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    max-width: 100%;
    padding: 2rem;
}

input {
    display: flex;
    flex-direction: column;
    font-size: 1em;
    text-align: left;
    border: none;
    padding: .4em;
    margin: .4em;

}



/*
-------------------
Estilos de fuentes
-------------------
*/



h1 {
    font-family: "Exotc";
    color: white;
    font-size: 1.5em;
}

h2 {
    font-family: "Exotc";
    color: white;
    font-size: .8em;
}

h3 {
    font-family: "Roboto";
    color: #7690a8;
    font-size: 1em;
    
}

h4 {
    font-family: "Roboto";
    color: #00bdc6;
    font-size: 1.1em;
}

h5 {
    font-family: "Roboto";
    color: white;
    font-size: 1.3em;
    padding-bottom: .4em;
}

h6 {
    font-family: "Roboto";
    color: #00bdd0;
    font-size: 1em;
}


.h7 {
    font-family: "Exotc";
    color: #00bdd0;
    font-size: 1.3em;
    padding-bottom: .4em;
}

p {
    font-family: "Roboto";
    color: white;
}

a {
    color: white;
    font-weight: bolder;
    cursor: pointer;
    text-decoration: none;
}



/*
----------------
Header general
----------------
*/



header {
    display:flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to right, rgba(28,196,182,1) 0%, rgba(35,133,237,1) 100%);;
    box-shadow: 0px 4px 9px -3px rgba(0,0,0,0.68);
    font-family: "Roboto", sans-serif;
    color: white;
    width: 100%;
    height: 3em;
	left: 0;
	top: 0;
    right: 100;
    padding: 2em;
    position: fixed;
    z-index: 9999;
}

.encabezado { 
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items: center;
}

.isologoheader {
    padding-left: 1em;
    height: 100%;
}

#logoheader{
    float: left;
    position: static;
    width: 2.5em;
    height: 2.5em;
}



/*
----------------
Menú general
----------------
*/



.botonmenu {
    display: flex;
}

header button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    width: 1.5em;
    height: 1.5em;
    z-index: 9999;
}

header nav {
    background-color: #00bdc6;
    color: white;
    transition: all .3s ease;
    position: fixed;
    right: -70%;
    top: 0;
    bottom: 0;
    min-width: 40%;
    z-index: 9998;
    opacity: 0.95;
}



/*
----------------
Menú invisible
----------------
*/



nav.menuvisible {
    width: 70%;
    padding-top: 5em;
    right: 0;
    
}

header nav a {
    display: block;
    text-decoration: none;
    font-size: .9rem;
    padding: .9em;
}

#principal ul li:hover, #secundario ul li:hover {
    color: white;
    background-color: #475b70;
}

.usuario {
    display: block;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    text-align: center;
}

.usuario img {
    border-radius: 50%;
    border: solid 3px white;
    box-shadow: 0px 4px 9px -3px rgba(0,0,0,0.68);
    width: 20vmin;
    height: 20vmin;
    margin: .5em;
}


#principal { 
    background-color: #04a8a8;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

#principal ul li {
    list-style: none;
	text-decoration: none;
    display:flex;
    flex-direction: row;
    align-items: center;
    padding-left: 1em;
}

#principal ul li img {
    width: 22px;
}


#secundario {
    background-color: #00bdc6;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

#secundario ul li {
    list-style: none;
	text-decoration: none;
    display:flex;
    flex-direction: row;
    align-items: center;
    padding-left: 1em;
}

#secundario ul li img {
    width: 22px;
}


/*
----------------
Footer general
----------------
*/



footer {
    background: linear-gradient(to right, rgba(28,196,182,1) 0%, rgba(35,133,237,1) 100%);;
    box-shadow: inset 2px 2px 30px 2px rgba(0,0,0,0.1);
    font-family: "Roboto", sans-serif;
    font-size: .8em;
    padding: 2em;
}



/*
-----------------------------
1 y 2 - Pagina index e inicio
-----------------------------
*/


.logo {
    align-items: center;
    align-content: center;
    text-align: center;
    padding-bottom: 1em;

}

.logo img {
    max-width: 45%;
    height: auto;
}


.logo p {
    padding-top: 1em;
    padding-left: 1em;

}

.agregar, .olvido {
    display:flex;
    justify-content: center;
    text-align: center;
    color: #00bdc6;
    font-family: sans-serif; "Roboto"; 
    font-size: .9em;
    margin-top: 1em;
}

.ingreso {
    background-color: #00bdd0;
    color: white;
    border: none;
    box-shadow: 0px 3px 9px -3px rgba(0,0,0,0.69);
    font-family: sans-serif; "Roboto 600"; 
    font-size: 1.1em;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding: 1em;
    margin: .5em;
    border-radius: 2em;
    transition-duration: 0.4s;
}

.ingreso:hover {
    background-color: #7690a8;
    color: #00dbff;
    text-shadow: 1px 1px #000000;
}



/*
-------------------------
3- Página de recuperación
-------------------------
*/



.olvido1 {
    text-align: center;
    margin-top: .5em;
    color: #00bdc6;
    font-family: sans-serif; "Roboto 600"; 
    font-size: .9em;
}

.olvido2 {
    padding-left: 1.5em;
    padding-right: 1.5em;
    text-align: center;
    margin-top: .5em;
    margin-bottom: .5em;
    color: #00bdc6;
    font-family: sans-serif; "Roboto 600"; 
    font-size: .9em;
}



/*
---------------------
4- Página de registro
---------------------
*/



.terminos {
    text-align: center;
    margin: .3em;
    color: #00bdc6;
    font-family: sans-serif; "Roboto 600"; 
    font-size: .8em;
}



/*
--------------------
5- Pagina bienvenida
--------------------
*/

.bienvenidos {
    padding: .5em;
    
}

.inicio {
    justify-content: space-between;
    align-self: stretch;
    padding: 1em;
    max-width: 100%;
}

.modulosinicio {
    justify-content: space-between;
    align-self: stretch;
    padding: 1em;
    max-width: 100%;
}


.imgnota1 {
    background: linear-gradient(to bottom, rgba(168,0,119,1) 0%, rgba(54,174,217,1) 100%);
    max-width: 100%;
    text-align: center;
}
.imgnota2 {
    background: linear-gradient(to bottom, rgba(255,214,10,1) 0%, rgba(255,76,76,1) 58%, rgba(143,6,6,1) 100%);
    max-width: 100%;
    text-align: center; 
}

.imgnota3 {
    background: linear-gradient(to bottom, rgba(230,230,74,1) 0%, rgba(54,174,217,1) 100%);
    max-width: 100%;
    text-align: center; 
}

.imgnotas {
    background: white;
}

.imgbienvenida {
    max-width: 30%;
    padding: 1em;
}

.primeraimg {
    max-width: 100%;
}

.notas {
    background-color: white;
    box-shadow: 0px 4px 9px -3px rgba(0,0,0,0.68);
    padding: 1.8em;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.notas p {
    color: black;
    font-size: .8em;
    text-indent: .5em;
    margin-bottom: 1em;
    margin-top: 1em;
}


.next {
    background-color: #00bdd0;
    color: white;
    border: none;
    box-shadow: 0px 3px 9px -3px rgba(0,0,0,0.69);
    font-family: sans-serif; "Roboto 600"; 
    font-size: .9em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 1em;
    margin: 1em 3em 0 3em;
    border-radius: 2em;
    transition-duration: 0.4s;
}

.next:hover {
    background-color: #7690a8;
}

.videoresponsive{
    display: flex;
	position: relative;
    height: 0;
    padding-bottom: 56.25%;
}

iframe{
	position: absolute;
    width: 100%;
	height: 100%;
	top:0px;
    left:0px;
    z-index: 9997;
	
}

.leermas, .readmore{
    text-align: right;
    font-size: .9em;
}



/*
-------------------
6- Página de perfil
-------------------
*/



.perfilusuario {
    display:block;
    flex-direction: row;
    align-content: space-between;
    justify-content: center;
    text-align: center;
}

.perfilusuario img {
    border-radius: 50%;
    border: solid 4px white;
    box-shadow: 0px 4px 9px -3px rgba(0,0,0,0.68);
    max-height: 140px;
    max-width: 140px;
    margin: .5em;
}

.iconocamara img {
    border-radius: 0;
    border: none;
    box-shadow: 0px 4px 9px -3px rgba(0,0,0,0.68);
    height: 22px;
    width: 22px;
    margin-top: 8em;
    margin-left: 4em;
    position: absolute;
}

.datos {
    padding-top: 2em;
    padding-bottom: 2em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

#datos2 {
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
}

#datos2 ul li {
    border-bottom: solid 2px white;
    list-style: none;
    padding: .5em;
}


#datos3 {
    max-width: 100%;
    padding: 0;
    color: white;
}

#editable {
    font-size: 1em;
    text-align: left;
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
    background: none;
    width: 100%;
}

#editable::placeholder {
  color: white;
}

/*
--------------------------------
7- Página términos y condiciones
--------------------------------
*/



.condiciones { 
    margin: 2rem;
    font-size: small;
    font-size: .8rem;
    padding-top: 1em;
    text-align: left;
}

.condiciones_li p{
    list-style: none;
    text-align: left;
}

.aceptacion {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 2em;
}



/*
------------------------
8- Página sobre nosotros
------------------------
*/



.quienes_somos { 
    box-sizing: border-box;
    width: 100%;
    padding: 2em;
    text-align: left;
}

.quienes_somos h3{
    text-align: center;
    padding-bottom: 1rem;
    font-size: 36px;
}

.quienes_somos p {
    color: white;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
}



/*
-------------------
9- Páginas del Test
-------------------
*/



.pregunta {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    background-color:  #475b70;
    padding-left: 2em;
    padding-right: 2.5em;
    padding-top: 6em;
    padding-bottom: 1em;
    max-width: 100%;
    height: 12em;
    box-shadow: inset 2px -10px 60px -22px rgba(0,0,0,0.77);
}


#fondo_test {
     background: linear-gradient(135deg, rgba(250,250,250,1) 0%, rgba(235,232,235,1) 100%);
}

 
.container2 {
    padding: 1.8em;
}

.container2 ul li {
    display: flex;
    border: solid 1px #475b70;
    border-radius: 2em;
    padding: .9em;
    color: #475b70;
    font-size: 1em;
    margin: 1em;
   
}

.container2 ul li:hover{
    background-color: #7690a8; 
    color: white;
    box-shadow: inset 0px 0px 20px 1px rgba(0,0,0,0.2);
}


/* 
--------------------------
10- Pagina resultados test
--------------------------
*/


.resultados {
    position: absolute;
}


.porcentaje {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    position: absolute;
    top: 5.5em;
    width: 100%;
    
}

#img_resultado {
    max-height: 90px;

}

.iso_resultados {
    padding-left: 1em;
}
    
.iso_resultados h4{
    font-size: 3em;
    color: white;
}

.iso_resultados h5{
    color: white;
}

.contenedortabla{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2em;
}


#resultadotest_1,#resultadotest_2,#resultadotest_3,#resultadotest_4,#resultadotest_5,#resultadotest_6,#resultadotest_7,#resultadotest_8,#resultadotest_9,#resultadotest_10,#resultadotest_11,#resultadotest_12,#resultadotest_13,#resultadotest_14,#resultadotest_15,#resultadotest_16,#resultadotest_17,#resultadotest_18,#resultadotest_19 {  
	display:none;
	margin-left: auto;
    margin-right: auto;
    width: 100%;
}


#textotest_1, #textotest_2, #textotest_3,#textotest_4, #textotest_5, #textotest_6, #textotest_7,#textotest_8, #textotest_9, #textotest_10, #textotest_11,#textotest_12, #textotest_13, #textotest_14, #textotest_15, #textotest_16, #textotest_17, #textotest_18, #textotest_19 {
    display: none;
    padding: 2em;
    width: 100%;
    color: black;
    font-size: 1em;;
}

.subt_result {
    font-size: .9rem;
    color:  #475b70 ;
    font-weight: 600;
    padding: .2em;
}

.especificacion {
    width: 100%;
}

.especificacion ul {
    background-color: #475b70;
    width: 100%;
    box-shadow: 0px 3px 9px -3px rgba(0,0,0,0.69);
    border-radius: 2em; 
    padding: .7em;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    font-family: "Roboto";
    font-weight: 500;
}

.verde { 
    background-color: forestgreen;
    border-radius: 2em;
    color: white;
    font-weight: 400;
    font-size: .9em;
    box-shadow: inset 0px 0px 5px 2px rgba(0,0,0,0.39);
    width: 100%;
    text-align: center;
}

.verde2 { 
    background-color: forestgreen;
    border-radius: 2em;
    color: white;
    font-weight: 400;
    font-size: .9em;
    box-shadow: inset 0px 0px 5px 2px rgba(0,0,0,0.39);
    width: 90%;
    text-align: center;
}

.verde3 { 
    background-color: forestgreen;
    border-radius: 2em;
    color: white;
    font-weight: 400;
    font-size: .9em;
    box-shadow: inset 0px 0px 5px 2px rgba(0,0,0,0.39);
    width: 80%;
    text-align: center;
}

.verde4 { 
    background-color: forestgreen;
    border-radius: 2em;
    color: white;
    font-weight: 400;
    font-size: .9em;
    box-shadow: inset 0px 0px 5px 2px rgba(0,0,0,0.39);
    width: 70%;
    text-align: center;
}

.verde5 { 
    background-color: forestgreen;
    border-radius: 2em;
    color: white;
    font-weight: 400;
    font-size: .9em;
    box-shadow: inset 0px 0px 5px 2px rgba(0,0,0,0.39);
    width: 60%;
    text-align: center;
}

.amarillo { 
    background-color: #f5b71b;
    border-radius: 2em;
    color: white;
    font-weight: 400;
    font-size: .9em;
    box-shadow: inset 0px 0px 5px 2px rgba(0,0,0,0.39);
    width: 50%;
    text-align: center;
}

.amarillo2 {
    background-color:#f5b71b;
    border-radius: 2em;
    padding-left: 2em;
    color: white;
    font-weight: 400;
    font-size: .9em;
    box-shadow: inset 0px 0px 5px 2px rgba(0,0,0,0.39);
    width: 40%;
}

.amarillo3 {
    background-color:#f5b71b;
    border-radius: 2em;
    padding-left: 2em;
    color: white;
    font-weight: 400;
    font-size: .9em;
    box-shadow: inset 0px 0px 5px 2px rgba(0,0,0,0.39);
    width: 35%;
}

.rojo { 
    background-color: red;
    padding-left: 1em;
    border-radius: 2em;
    color: white;
    font-weight: 400;
    font-size: .9em;
    box-shadow: inset 0px 0px 5px 2px rgba(0,0,0,0.39);
    width: 30%;
}

.rojo2 { 
    background-color: red;
    padding-left: 1em;
    border-radius: 2em;
    color: white;
    font-weight: 400;
    font-size: .9em;
    box-shadow: inset 0px 0px 5px 2px rgba(0,0,0,0.39);
    width: 20%;
}

.rojo3 { 
    background-color: red;
    padding-left: 1em;
    border-radius: 2em;
    color: white;
    font-weight: 400;
    font-size: .9em;
    box-shadow: inset 0px 0px 5px 2px rgba(0,0,0,0.39);
    width: 10%;
}



.especificacion ul li {
    color: white;
    margin:0;
    list-style: none;
}
    
.res_especif { 
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding: 1em;
    
}

.res_especif ul {
    font-size: .9rem;
    color:  #475b70 ;
    font-weight: 500;
    padding: .2em;
    border-radius: .6em;
    border-bottom: solid 1px black;
}

.res_especif ul li { 
    color: black;
    list-style: none;
    font-size: .9em;
    font-weight: 300;

}

.res_especif2 { 
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding: 1em;
    
}

.res_especif2 ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: .9rem;
    color:  #475b70 ;
    font-weight: 500;
    padding: .2em;
    border-radius: 2em;
    background: linear-gradient(180deg, rgba(224,239,249,1) 0%, rgba(224,239,249,1) 1%, rgba(181,198,208,1) 3%, rgba(216,225,231,1) 43%, rgba(242,246,248,1) 100%);
}

.res_especif2 ul li { 
    color: black;
    list-style: none;
    font-size: .8em;
    font-weight: 300;
    margin: .3em;
}

.recomendacion { 
    color: black;
    font-weight: 500;
    font-size: .8em;
    text-align: center;
    padding: .4em;
    border-radius: .7em;
    border-bottom: solid 1px black;
}
/* 
--------------------------
10- Pagina mis resultados
--------------------------
*/



.modulo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    color: black;
    border: none;
    box-shadow: 0px 3px 9px -3px rgba(0,0,0,0.69);
    font-family: sans-serif; "Roboto 600"; 
    font-size: .8em;
    text-decoration: none;
    text-align: center;
    padding: 1em;
    margin: 1em;
    transition-duration: 0.4s;
}

.modulo h4 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    color: black;
    border: none;
    box-shadow: 0px 3px 9px -3px rgba(0,0,0,0.69);
    font-family: sans-serif; "Roboto 600"; 
    font-size: 1em;
    text-decoration: none;
    text-align: center;
    padding: 1em;
    transition-duration: 0.4s;
}



.modulo:hover {
    background-color: aliceblue;
}


.porc_result{
    font-family: "Roboto";
    color: green;
    font-size: 1rem;
    text-align: center;   
}

.porc_result_45{
    font-family: "Roboto";
    color: #FFE036;
    font-size: 1rem;
    text-align: center; 
}

.porc_result_25{
    font-family: "Roboto";
    color: red;
    font-size: 1rem;
    text-align: center;      
}

.contenidoresultado{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2em;
}

.porcentajeres {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color:  #475b70;
    padding-left: 2em;
    padding-right: 2.5em;
    padding-top: 6em;
    padding-bottom: 1em;
    max-width: 100%;
    height: 12em;
    box-shadow: inset 2px -10px 60px -22px rgba(0,0,0,0.77);
    
}

#img_resultado {
    max-height: 90px;

}

.iso_resultados {
    padding-left: 1em;
}
    
.iso_resultados h4{
    font-size: 3em;
    color: white;
}

.iso_resultados h5{
    color: white;
}


#tabla {
    background: linear-gradient(135deg, rgba(250,250,250,1) 0%, rgba(235,232,235,1) 100%);

}

/*
-----------------------
11- Página información
-----------------------
*/


.informacion {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    color: black;
    border: none;
    box-shadow: 0px 3px 9px -3px rgba(0,0,0,0.69);
    font-family: sans-serif; "Roboto 600"; 
    font-size: .9em;
    text-decoration: none;
    text-align: center;
    padding: 1em;
    margin: 1em;
    border-radius: 2em;
    transition-duration: 0.4s;
}

.informacion:hover {
    background-color: aliceblue;
}

.masinfo {
    padding: 2em;
}


/*
----------------------
12- Página de contacto
----------------------
*/
.contacto  {
    display: flex;
    flex-direction: column;
}

textarea {
    display: flex;
    flex-direction: column;
    font-size: 1em;
    text-align: left;
    border: none;
    padding: .9em;
    margin: .4em;
    text-decoration: none;
}

.aceptoterminos {
    display: flex;
    flex-direction: row-reverse;
    border: none;
    font-size: .8em;
    text-decoration: none;
    text-align: center;
    color: white;
    border-radius: 2em;
    padding: 1em;
}


form button {
    background-color: #00bdc6;
    border: white;
    box-shadow: 0px 4px 9px -3px rgba(0,0,0,0.68);
    font-size: 1.1em;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    border-radius: 2em;
    padding: 1em;
    margin: 1em;
    transition-duration: 0.4s;

}

form button:hover{
    background-color: #475b70;
    color: white;
}


/*
------------------------------
13- Contacto Redes
------------------------------
*/

.redes {
    background-color: white;
    box-shadow: 0px 4px 9px -3px rgba(0,0,0,0.68);
    padding: 1em;
    margin-top: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.seguinos p {
    font-family: sans-serif; "Roboto 600"; 
    font-size: .9em;
    text-align: center;
    color: black;
    padding: 1em;
 }

.logos {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-left: 2em;
    padding-right: 2em;
}




/*
---------------------
14- Mediaquire >640px
---------------------
*/


@media (min-width: 640px) {
    
    
    #inicial {
    justify-content: flex-end;
    }
    
    nav.menuvisible {
    width: 30%;
    padding-top: 5em;
    right: 0;
    }
    
    form {
        padding-top: 3em;
        padding-bottom: 3em;
        padding-left: 30%;
        padding-right: 30%;
    }
    
    header {
        height: 5em;
    }
    
    .titulo {
        padding-top: 7em;
        padding-bottom: 2em;
    }
    
    
    .datos {
        padding-top: 3em;
        padding-bottom: 3em;
        padding-left: 30%;
        padding-right: 30%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .bienvenidos {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        align-content: center;
    }
    
    .imgbienvenida {
        max-width: 100px;
        max-height: 100px;
        padding: 1em;
    }
    
    .inicio {
        display: flex;
        flex-direction: column;
        max-width: 60%;
        
    }
    
    .modulosinicio {
        display: flex;
        flex-direction: column;
        max-width: 33%;
        
    }
    
    .notas {
        justify-content: space-between;
        align-self: stretch;
        flex-grow: 1;
    }
    
    .masinfo {
        padding-top: 3em;
        padding-bottom: 3em;
        padding-left: 30%;
        padding-right: 30%;
    }    
    
    .modulo h4 {
    margin-right: 1em;
    }
    
    .modulo {
        padding: 2em;
        margin: 2em;
    }
    
    .contenedortabla {
        padding-top: 3em;
        padding-bottom: 3em;
        padding-left: 30%;
        padding-right: 30%;
    }

    
}

