@import url('https://fonts.googleapis.com/css?family=Comfortaa:300,400'); 
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');

@media screen and (min-width:640px)
*{box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}
p{ 
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    
}
body {
    margin: 0;
    padding: 0;
}
/* pantalla 1 */ 

#bodySplash{
    margin: 0;
    padding: 0;
    background-color: #C5D06A;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    min-height: 100vh;
}

.logo { 
    width: 50%;
    max-width: 20em;
    margin: auto;
}

.logo img{
    width: 100%;
    height: auto;
}

.iniciar{
    margin: auto;
    text-align: center;
    width: 10em;

}

.iniciar a {
    margin-top: 2em;
    padding: 5px;
    text-decoration: none; 
    font-family: 'Comfortaa', cursive;
    color: white;
    font-size: 20px;
    display: block;
    background-color:rgb(0,113,187);
    border-radius: 15px;
    transition: all .3s;
    
} 
.iniciar a:hover{
    background-color: white;
    color:rgb(0,113,187);
    transition: all .3s;
    
    
}
/* pantalla 2 */ 
.headerp2 {
    
    padding: .25em;
    display: flex;
    top: 0;
    width: 100%;
    justify-content: space-between;
 
    align-items: center;
    background-color:#C5D06A;
    z-index: 999; 
    position:absolute;
}


.body2{
    background: white;
     
}
.quienessomos{
    padding:5px;
    margin:5px;
   
    
}

/* video */

.contenedor{
	width: 90%;
	margin: 1em;
    padding-top: 4em;
}

.videoresponsive{
    position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow:hidden;
}

.videoresponsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*
.foto1 {
    padding-top: 3em;
    width: 100%; 
    height: auto;
    display: flex;
    justify-content: center;
}
*/
h2 {
    font-family: 'Comfortaa', cursive;
    color: #38A670;
    display: block; 
    text-align: center;
    padding: 5px;
    
}
.flecha {
    background-color:#C5D06A; 
    height: 3em;
    width: 3em;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
   
}
.flecha:hover{
   background-color: #499f8b;
    transition: all .3s;
}

.parrafo{
    text-align: center;
    margin: 10px;
}
/* MENU DESPLEGABLE /*/

.menu {
    background-color: rgba(56, 166, 112, 0.86);
    position: absolute;
    left: -50em;
    top: 0;
    height: 100vh;
    min-width: 50vw;
    transition: all .3s ease;
    
}


.menu a {
    font-family: 'Comfortaa', cursive;
    font-size: 15px;
    color: white;
    display: block;
    padding: 1em;
    text-decoration: none;
    
}

.menu a:hover {
    color: black;
}

#llamamenu {
    background-color: rgba(255, 255, 255, 0.11);
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    height: 3em;
    width: 3em;
    position: relative;
    z-index: 9999;

}

.usuario {
    margin: auto;
    font-family: 'Comfortaa', cursive;
    color: white;
    text-align: center;
    font-size: 100%;
    padding: 0em 1em 0em 1em;
    
}

.menuvisible{
   
 /*    right: 1em; */
   left:0em;
    transition: all .20s ease;
}



/* pantalla 3 */ 



.listadocursosul { list-style: none; }

.bodycursos {
  width: 100%;
  
}

.listacursos a { 
text-decoration: none;
}

.listacursos figure {
    
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.listacursos img {
    display: block;
    width: 100%;
}

.listacursos figcaption {
    background-color: #C5D06A;
    font-family: 'Comfortaa', cursive;
    color: white;
    padding: .5em;
    line-height: 1em;
    
    position: absolute;
    height: 100%;
    width: 100%;
    top: calc(100% - 2em);
    transition: all .5s ease;
    }

.listacursos figure:hover figcaption {
    background-color: rgba(0,60,60,.5);
    top: 50%;
    transition: all .5s ease; }

.listacursos figcaption span {
    display: block;
    font-size: .75em;
    color: #ddd;
    padding-top: 1em;
    font-family: 'Roboto Condensed', sans-serif;
    
}

.cursos {
    margin: 0 auto;
    padding-top: 3.5em;
    height: 100%;
    width: auto;
    
}

ul {
    margin: 0;
    padding: 0;
}

.listacursos .figcap1 {
background-color: #C5D06A;
    }

.listacursos .figcap2 {
background-color: #38A670;
    }

.listacursos .figcap3 {
background-color: #448987;
    }

.listacursos .figcap4 {
background-color: #20407c;
    }

/* pantalla 4 */ 


.pasador figure {
    
    position: absolute;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.titulo {
    font-family: 'Comfortaa', cursive;
    font-size: 20px;
    background-color: white;
    color: #38A670;
    display: flex; 
    justify-content: space-between;
    margin-top: 20px;
    
}
h7{
  
     padding-top: 3em;
    margin-left:  0.3em;
}
.iconos a {
    font-family: 'Comfortaa', cursive;
    font-size: 30px;
    color: #38A670;
    display: block;
    padding: 10px;
    text-decoration: none;   
}
.iconos {
    padding-top: 2.4em;
   align-items: flex-end;
    justify-content: flex-end;
    display: flex;
}
.iconos a:hover {
    color: rgb(0,113,187);
}

.datos {
    font-family: 'Comfortaa', cursive;
    font-size: 16px;
    color: white;
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
    margin-left: 1em;
    
    
}

h8, h9, h10, h11, h12 {
    font-family: 'Comfortaa', cursive;
    font-size: 20px;
    color: white;
}
.info, .destinatario, .temario, .ubicacion, .docente {
    background-color:rgba(255, 255, 255, 0.42);
    margin-top: 1em;
    padding-top: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 0.5em;
    border-radius:1em
}
#bodyp4{
    background: #C5D06A;
    
 
}

.ubicacion a {
    font-family: 'Comfortaa', cursive;
    font-size: 20px;
    color: #38A670;
    display: block;
    text-decoration: none;   
}
.ubicacion a:hover {
    color: rgb(0,113,187);
}

.paddingbody {
    padding: 0.5em;
}

.comprar {
    margin-bottom: 2em;
    }
.fecha, .hora, .money {
    margin-bottom: 1em;
}
/* pantalla 5 */ 

#bodyp5 {
    background-color: #38A670;
 
}


/* pantalla 6 */ 
#bodyp6 {
    background: #448987;
 
}
.titulo6 {
    font-family: 'Comfortaa', cursive;
    font-size: 20px;
    background-color: white;
    color: #448987;
    display: flex; 
    justify-content: space-between;
    margin-top: 20px;
    
}
.iconos6 a {
    font-family: 'Comfortaa', cursive;
    font-size: 30px;
    color: #448987;
    display: block;
    padding: 10px;
    text-decoration: none;   
}
.iconos6 {
    padding-top: 2.4em;
   align-items: flex-end;
    justify-content: flex-end;
    display: flex;
}
.iconos6 a:hover {
    color: rgb(14, 217, 217);
}


/* pantalla 7 */ 
#bodyp7 {
    background: #20407c;
 
}

.titulo7 {
    font-family: 'Comfortaa', cursive;
    font-size: 20px;
    background-color: white;
    color: #20407c;
    display: flex; 
    justify-content: space-between;
    margin-top: 20px;
    
}
.iconos7 a {
    font-family: 'Comfortaa', cursive;
    font-size: 30px;
    color: #20407c;
    display: block;
    padding: 10px;
    text-decoration: none;   
}
.iconos7 {
    padding-top: 2.4em;
   align-items: flex-end;
    justify-content: flex-end;
    display: flex;
}
.iconos7 a:hover {
    color: rgb(14, 217, 217);
}

.google7 a {
    font-family: 'Comfortaa', cursive;
    font-size: 20px;
    color: #20407c;
    display: block;
    text-decoration: none;   
}
.google7 a:hover {
    color: rgb(0,113,187);
}
/* pantalla 10 */ 

.pantalla10 {
    padding-top: 6em;
    padding-right: .7em;
    }

.favoritosmul{
    
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: baseline;
	align-content: stretch;
    
    margin-left: 1em;
    
        }
.favoritosmul a {
    
    text-decoration: none;
    font-family: 'Comfortaa', cursive;
    color: black;
    width: 100%;
    
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
    }

.favoritosmul a i{
    
    color: red;
    font-size: 2em;
    padding: 1em;
    
    
    }

.favoritosmul a:hover {
    
    color: #C5D06A;
    
    
    }
h50 {
    margin-left: 1em;
    font-family: 'Comfortaa', cursive;
    color: #38A670;
    font-size: 1.5em;
    
    
    
    }
.hola2 {
    border-radius: 1em;
        padding: 0.5em;
    
    }
.curso01 {
    padding-right: 1em;
    padding-top: .2em
    }

.favvv {
    padding-bottom: 2em;
     }   
        
.curso1m, .curso2m, .curso3m {
    border-bottom: solid;
    border-bottom-color: #C5D06A;
    padding-top: 1em;
        
    }

.curso4m {
    
    padding-top: 1em;
        
    }

/* pantalla 11 */ 


.pantalla11 {
    margin-top: 6em;
    margin-left: 1em;
    margin-right: 1em;
    
    }

.perfildiv {
    
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	align-content: center;
    }

.nombreperfil {
    
    padding-left: 2em;
    
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: baseline;
	align-content: center;
    
    }

h52 {
    padding-bottom: .4em;
     font-family: 'Comfortaa', cursive;
    font-size: 20px;   
    color: #38A670 ;    
    }    

h53 {
    
     font-family: 'Comfortaa', cursive;
    font-size: 15px;  
    color: #38A670 ;
        
    }   

.infoperfil {
    
    font-size: 15px;  
    border-bottom: solid;
    border-top: solid;
    border-bottom-color: #C5D06A;
    border-top-color: #C5D06A;
    padding-top: 1em;
    padding-bottom: 1em;
        
    } 

/* pantalla 12 */ 

.datos2 {

font-family: 'Comfortaa', cursive;
    font-size: 16px;
    
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
    
     } 
.cursomasinfo {
    display: flex;
	flex-direction: column;
    
    border-bottom: solid;
    border-top: solid;
    border-bottom-color: #C5D06A;
    border-top-color: #C5D06A;
    padding-top: 1em;
    padding-bottom: 1em;
	
    }

h54 { padding-bottom: .4em;
     font-family: 'Comfortaa', cursive;
    font-size: 20px;   
    color: #38A670 ;   
    
    }

h55 { padding-bottom: 1em;
     font-family: 'Comfortaa', cursive;
    font-size: 16px;   
    color: #38A670 ;   
    }

.cursomasinfodiv {
    padding-top: 2em
    
    }
/* pantala 13*/ 
.main13 {
    margin-top: 6em;
    padding:10px;
}
h130, h131{
    font-family: 'Comfortaa', cursive;
    font-size: 20px;
    color: #38A670;
    padding: 5px;
    padding-bottom: 10px;
}

.datosmediopg {
    font-family: 'Comfortaa', cursive;
    font-size: 16px;
    color: #38A670;
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
    
    
    
}
.fotocurso{
   margin-bottom: .5em; 
}
h132 {
   
    font-family: 'Comfortaa', cursive;
    font-size: 20px;
    color: rgb(0,113,187);
    margin-left: 10px;
    margin-top: 1em;
    
    display: block;
    text-align: center;
   
    
}

.mediosdepago{
    border-top: solid;
    border-top-color: #C5D06A;
    width: 100%;
    
}
input[type="checkbox"]{
    padding: 5px;
}
.cheks {
    text-align: center;
    padding: 1em;
}
label {
    font-family: 'Comfortaa', cursive;
      font-size: 12px;
    color: #38A670;
}
.iniciarcomprar {
    margin: auto;
    text-align: center;
    width: 10em;

}

.iniciarcomprar a {
    margin-top: 2em;
    padding: 5px;
    text-decoration: none; 
    font-family: 'Comfortaa', cursive;
    color: white;
    font-size: 20px;
    display: block;
    background-color:rgb(0,113,187);
    border-radius: 15px;
    transition: all .3s;
    
} 
.iniciarcomprar a:hover{
    background-color: #38A670;
    transition: all .3s;
    
    
}
/* pantalla 15 */

.bodyp15 {
    background-color: #C5D06A;
    
}
h115{
    font-family: 'Comfortaa', cursive;
    color: white;
    font-size: 30px;
	display: block;
    text-align: center;
    margin-top: 8em;
}
h116 a{
    text-decoration: none; 
    color: white; 
    font-size: 30px; 
    margin-right: 1em;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-end;
	align-content: stretch;
}

/* pantalla 16*/
.bodyp16 {
    background-color: #38A670;
    
}
.gracias{
    display: block;
    margin-left: auto;
    margin-right: auto; 
}