@charset utf-8;

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;0,700;1,400&family=Source+Serif+Pro:ital,wght@0,400;0,700;1,400&display=swap');

/*reglas generales*/
    
* {
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
}

body {
    background-color: #342E37;
    color: white;
    display: flex;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}

html{
    height: -webkit-fill-available;
}

img{
    max-width: 100%;
    height: auto;
}

header{
    min-height: 100%;
    margin-bottom: 1em;
}

main {
    flex-grow: 1;
    background-color: #342E37;
    color: white;
}

footer {
    font-family: 'Source Serif Pro', serif;
    font-size: 10pt;
    background-color: white;
    color: #342E37; 
    display: block; 
    text-align: center; 
    align-items: center;
    padding: .6em;
    margin-top: 2em;
}

h1 {
    font-family: 'Source Serif Pro', serif;
    font-size: 20pt;
}

h2 {
    font-family: 'Source Serif Pro', serif;
    
}

p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12pt;
    font-weight: 400;
}

footer{
    background-color: white;
    font-size: 7pt;
    font-style: italic;
    width: 100%;
    height: auto;
    margin-top: 9.5em;
}



/*menu*/

header {
    background-color: white;
    width: 100%;
}

header .menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    padding: 0em;
    margin: 0 auto;
}

header nav {
    color: black;
}

header nav a {
    font-family: 'Source Serif Pro', serif;
    font-weight: 700;
    font-size: 13pt;
    color: white;
    padding: .5em 1em;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

header nav a:hover {
    background-color: #FF521B;
    color: white;
}


#abremenu {
    background-color: #39E736;
    color: white;
    cursor: pointer;
    margin-right: 2.5em;
    height: 2.5em;
    width: 2.5em;
    display: flex;
    position: relative;
    z-index: 9999;
}

#abremenu:hover {
    background-color: #FF521B;
}

#abremenu i { 
    padding: 0;
    margin: auto;
}


header nav ul {
    list-style: none;
    background-color: #39E736;
    position: fixed;
    left: 100%;
    top: 0;
    height: 100vh;
    width: 50%;
    z-index: 9990;
    padding-top: 5.9em;
    transition: all .5s ease;
}

.visible {
    left: 50%;
    transition: all .25s ease;
}

#emja{
    display: block;
    width: 10em;
    margin-left: 0.4em;
}

/*pag de inicio*/

.logogif img{
    padding: 5em 0;
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto;
    width: 22em;
    padding-top: 3em;
}

.logo img{
    padding: 5em 0;
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto;
    width: 22em;
}

h2 {
    font-family: 'Source Serif Pro', serif;
    text-align: center;
    font-size: 13pt;
    font-weight: 700;
    margin-top: -8em;
    margin-bottom: 2em;
}

.botones a{
    width: 20em;
    font-family: 'Source Serif Pro', serif;
    font-weight: 700;
    text-decoration: none;
    color: white;
    display: flex;
    flex-direction: column;
    background-color: #39E736;
    padding: 0.8em;
    text-align: center;
    margin: 1.1em;
    border-radius: 2em;
    box-shadow: 0 0.20em 0.5em rgba(0, 0, 0, .55);
}

.botones a:hover{
    background-color: #FF521B;
}

.botoncitos a{
    width: 10em;
    font-family: 'Source Serif Pro', serif;
    font-weight: 700;
    text-decoration: none;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #39E736;
    padding: 0.8em;
    text-align: center;
    margin: 1.1em;
    border-radius: 2em;
    box-shadow: 0 0.20em 0.5em rgba(0, 0, 0, .55);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

.botoncitos a:hover{
    background-color: #FF521B;
}

/*inicio de sesion y registro*/

.iniciarsesion {
    font-family: 'Source Serif Pro', serif;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    align-content: center;
    padding: 2em;
    margin-top: -6.3em;
    margin-bottom: 2em;
}

.sesion a{
    width: 20em;
    font-family: 'Source Serif Pro', serif;
    font-weight: 700;
    text-decoration: none;
    color: white;
    display: flex;
    flex-direction: column;
    background-color: #39E736;
    padding: 0.8em;
    text-align: center;
    margin: 0.8em;
    margin-top: -1.8em;
    margin-bottom: 8em;
    border-radius: 2em;
    box-shadow: 0 0.20em 0.5em rgba(0, 0, 0, .55);
}

.sesion a:hover{
    background-color: #FF521B;
}


/*home*/

#videoemja {
    position: relative;
    margin: 0 auto;
    height: 0;
    padding-bottom: 49%;
    margin-bottom: 1.5em;
    margin-top: 1.5em;
    margin-left: 2em;
    margin-right: 2em;
}

#videoemja iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-radius: 2em;
    box-shadow: 0 0.20em 0.5em rgba(0, 0, 0, .55);
    border: solid 2px #39E736;
    border-radius: 2em 2em 2em 2em;
}

.menuinferior {
    display: flex;
    height: auto;
    justify-content: center;
    background-color: white;
    position: fixed;
    overflow: hidden;
    bottom: 0;
    left: 0;
    right: 0;
    align-content: center;
}

.menuinferior ul{
    display: inline-flex;
}

.menuinferior img{
    width: 55%;
    height: auto;
}

.titulo {
    font-family: 'Source Serif Pro', serif;
    font-size: 20pt;
    font-weight: 700;
    color: white;
    margin-left: 1.3em;
    
}

.bienvenidxs img{
    max-width: 100%;
    height: auto;
    justify-content: center;
    
}

.fecha {
    font-weight: 400;
    font-size: 10pt;
    font-style: italic;
    margin-left: 2.6em;
}

.texto {
    margin-left: 2em;
    margin-right: 2em;
}

#fotoescuela {
    padding: 1em;
    max-width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    text-decoration-line: 1em;
}

.cajaoculta1 {
    overflow: hidden;
    position: relative;
}

.cajaoculta1 .opacidad {
    position: absolute; 
    bottom: 0; 
    left: 0;
    width: 100%; 
    text-align: center; 
    margin: 0; 
    padding: 40px 0;
    background-image: linear-gradient(to bottom, transparent, #342E37);
}

.opacidad a{
    opacity: 0;
    text-decoration: none;
    color: #39E736;
}

.vermas {
    font-family: 'Source Serif Pro', serif;
    font-size: 13pt;
    font-weight: 700;
    margin-left: 2em;
    margin-right: 2em;
    margin-top: 1em;
    margin-bottom: 2em;
    border-bottom: solid 2px #39E736;
}

.vermas a {
    text-decoration: none;
    color: #39E736;
}

.galeria {
    padding: 1em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0.5em;
}

.galeria img{
    display: block;
    width: 30vmin;
    height: 30vmin;
    object-fit: cover;
    object-position:center;
    border: solid 2px #39E736;
    border-radius: 0 0 0 3em;
    margin: 0.6em;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.galeria img:hover{ 
    height: 200px;
    width: 200px; 
}

/*calendario*/

#calendario {
    display: flex;
    justify-content: center;
}

#calendario img{
    width: 100%;
    height: auto;
    margin-bottom: 1.5em;
    margin-top: 1.5em;
    padding: 2em;
    padding-top: 0em;
    padding-bottom: 0em;
}

/*horario*/

.horario {
    font-family: 'Source Serif Pro', serif;
    font-size: 15pt;
    font-weight: 700;
    color: white;
    display: flex;
    justify-content:flex-start;
    border-radius: 2em;
    padding-left: 0.5em;
    border: solid 2px;
    border-color: #39E736;
    width: 20em;
}

#hora {
    display: flex;
    justify-content: center;
    padding-bottom: 1.5em;
    padding-top: 1.5em;
    margin-left: 4em;
    margin-right: 4em;
}

.modhorario {
    font-family: 'Source Serif Pro', serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 2em;
    margin-right: 2em;
    margin-bottom: 1.5em;
    margin-top: 1.5em;
}

.solotexto {
    font-family: 'Source Serif Pro', serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 2em;
    margin-right: 2em;
    margin-bottom: 1.5em;
    margin-top: 1.5em;
}

.agregarhorarios {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: auto;
    background-color: #39E736;
    border-radius: 2em;
    padding: 0.5em;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    width: 20em;
    box-shadow: 0 0.20em 0.5em rgba(0, 0, 0, .55);
    margin-left: auto;
    margin-right: auto;
}

.agregarhorarios a{
    font-family: 'Source Serif Pro', serif;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    color: white;
}

.notis {
    margin-right: 2em;
    margin-left: 2em;
    margin-bottom: 1.5em;
    margin-top: -0.8em
}

.notis h4{
    font-weight: 400    
}


h3 {
    font-family: 'Source Serif Pro', serif;
    font-size: 13pt;
    padding-top: 2em;
    
           
}

h4{
    font-family: 'Source Serif Pro', serif;
    font-size: 12pt;
    padding-bottom: 2em;
    border: solid 2px;
    border-style: none none solid none;
    border-color: #39E736;
}

h5{
    font-family: 'Source Serif Pro', serif;
    font-size: 13pt;
}

/*cursos*/

#mas {
    margin-left: auto;
    margin-bottom :2em;
    margin-top: -2.5em;
    width: 3em;
    height: 3em;
    padding-left:
    
}

#masprimero { 
    margin-left: 23em;
    margin-bottom :2em;
    margin-top: -2.5em;
    width: 3em;
    height: 3em;

  
}
.cursostitulo {
    font-family: 'Source Serif Pro', serif;
    font-size: 15pt;
    font-weight: 700;
    color: white;
    margin-left: 0.em;
    display: flex;
    justify-content:flex-start;
    border-radius: 2em;
    padding-left: 0.5em;
    border: solid 2px;
    border-color: #39E736;
    width: 20em;   
}


.cursosfotos {
    
    display: flex;
    flex-direction: column;
    align-content: center;
    padding: 2em;
    
    
   
}

.cursosfotos figure {
    position: relative;
    overflow: hidden;
    border-radius: 0 0 0 3em;
    margin-bottom: 3em;
    text-decoration: none;
}

.cursosfotos img {
    object-fit: cover;
    object-position: left center;
    height: 47vmin;
    width: 
    display: block;
    text-decoration: none;
}

.cursosfotos figcaption {
    background-color: #39E736;
    color: white;
    padding: 0.5em;
    padding-left: 2em;
    padding-bottom: 2em;
    padding-right: 2em; 
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    width: 100%;
    height: 100%;
    top: calc( 100% - 2em );
    font-family: 'Source Serif Pro', serif;
    font-size: 15pt;
    transition: all .3s ease-out;
    text-decoration: none;}

.cursosfotos figure:hover figcaption {
    background-color:rgba(52, 46, 55, 0.92);
    top: 0;
    transition: all .1s ease-out ;
    
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-decoration: none;
}

.cursosfotos figcaption span {
    display: block;
    font-size: 12pt;
    color: white;
    margin-top: .5em;
    text-transform: none;
    text-decoration: none;

}

#hidroponia {
    border: solid 2px;
    border-style: solid;
    border-color: #39E736;
    border-radius: 0 0 0 3em;
   
   
}

#huertaorganica {
    border: solid 2px;
    border-style: solid;
    border-color: #39E736;
    border-radius: 0 0 0 3em;
   
}

#jardinvertical {
    border: solid 2px;
    border-style: solid;
    border-color: #39E736;
    border-radius: 0 0 0 3em;
    
}

#semillas {
    border: solid 2px;
    border-style: solid;
    border-color: #39E736;
    border-radius: 0 0 0 3em;
    
}

#poda {
    border: solid 2px;
    border-style: solid;
    border-color: #39E736;
    border-radius: 0 0 0 3em;
   
}

#techosverdes {
    border: solid 2px;
    border-style: solid;
    border-color: #39E736;
    border-radius: 0 0 0 3em;
}

/*inscripción*/

#hidrocurso {
    padding: 0em;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
   margin-bottom: 1.5em;
    margin-top: 1.5em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
    }

#hidrocurso img {
    border: solid 2px;
    border-style: solid;
    border-color: #39E736;
    border-radius: 1em;
    height: 100%;
    width:100%;
   
}

.caracteristicasdelcurso {
    margin-left: 2em;
    margin-right: 2em;
    margin-bottom: 1.5em;
    margin-top: 1.5em;
    border-style: none none solid none;
    padding-bottom: 2em;
    border-color: #39E736
       
    
}

.textito {
    margin-left: 2em;
    margin-right: 2em;
    margin-bottom: 1.5em;
    margin-top: 1.5em;
}

/*perfil*/

#fotoperfil {
    width: 50%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
}

.textoperfil h3{
    padding: 0;
    text-align: center;
    font-size: 20px;
}

.textoperfil2 h3{
    padding: 0;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 1.5em;
}

.botoncitos1 {
    width: 10em;
    font-family: 'Source Serif Pro', serif;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #39E736;
    padding: 0.8em;
    text-align: center;
    margin: 1.1em;
    border-radius: 2em;
    box-shadow: 0 0.20em 0.5em rgba(0, 0, 0, .55);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
    margin-top: -1.5em;
    position: sticky;
}

.botoncitos1 a{
    text-decoration: none;
    color: white;
}

.botoncitos1:hover{
    background-color: #FF521B;
}

.sobremi p{
    margin-top: 1.5em;
    margin-left: 2em;
    margin-right: 2em;
}

#talleres {
    margin-left: 2em;
    margin-bottom: 1.5em;
}

#talleres h3{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12pt;
    font-weight: 400;
    padding: 0em;
    margin-bottom: 1em;
    margin-top: 1.5em;
}

#iconosperfil {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#iconosperfil img{
    width: 5em;
    margin-bottom: 1.5em;
    margin-top: 1.4em;
    margin-bottom: 0em;
}

/*editar perfil*/

.general {
    font-family: 'Source Serif Pro', serif;
    font-size: 15pt;
    font-weight: 700;
    color: white;
    margin-left: 0.em;
    display: flex;
    justify-content: center;
    border-radius: 2em;
    padding-left: 0.5em;
    border: solid 2px;
    border-color: #39E736;
}

.fotodeperfil {
    
    font-family: 'Source Serif Pro', serif;
    font-size: 15pt;
    font-weight: 700;
    color: white;
    margin-left: 0.em;
    display: flex;
    justify-content:flex-start;
    border-radius: 2em;
    padding-left: 0.5em;
    border: solid 2px;
    border-color: #39E736;
}

.descripcion {
    font-family: 'Source Serif Pro', serif;
    font-size: 15pt;
    font-weight: 700;
    color: white;
    margin-left: 0.em;
    display: flex;
    justify-content:flex-start;
    border-radius: 2em;
    padding-left: 0.5em;
    border: solid 2px;
    border-color: #39E736;
    width: 20em;
}

.cambiodedatos {
    font-family: 'Source Serif Pro', serif;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    align-content: center;
    margin-left: 2.5em;
    margin-right: 2.5em;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    
}

.cambioperfil {
    display: flex;
    justify-content: center;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.cambioperfil img{
    width: 40%;
}

.cajadetexto {
    display: flex;
    justify-content: center;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    height: 10em;
}

/*quienes somos*/

.subtitulo {
    padding: 1em;
    padding-bottom: 0em;
    padding-top: 0em;
    padding-left: 0em;
    padding-right: 0em;
    margin-top: 0.5em;
    margin-left: 2em;
    margin-right: 2em;
    border-radius: 2em;
    box-shadow: 0 0.20em 0.5em rgba(0, 0, 0, .55)
}

.subtitulo p{
    font-size: 11pt;
    padding: 0.5em;
    padding-left: 1em;
}

#fotoescuela {
    margin-top: 1.5em;
    margin-left: 2em;
    margin-right: 2em;
    margin-bottom: 1.5em;
    padding: 0em;
    box-shadow: 0 0.20em 0.5em rgba(0, 0, 0, .55);
    border-radius: 2em 2em 2em 2em;
}

#fotoescuela img{
    width: 100%;
    height: auto;
    border: solid 2px #39E736;
    border-radius: 2em 2em 2em 2em;
    
}

.textosomos1{
    margin-top: 1em;
    margin-left: 2em;
    margin-right: 2em;
    padding: 0em;
}

.textosomos2 {
    margin-left: 2em;
    margin-right: 2em;
    padding: 0em;
}

/*contacto*/

#iconosmarca {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#iconosmarca img{
    width: 4em;
    margin-bottom: 1.5em;
    margin-top: 1.4em;
}

#mapagoogle iframe{
    display: block;
    justify-content: center;
    height: 500px;
    width: 410px;
    padding: 0em;
    padding-top: 0em;
    padding-bottom: 1.5em;
    margin-top: 1.5em;
    margin-left: auto;
    margin-right: auto;
}

.textocon{
    margin-left: 2em;
    margin-right: 2em;
    padding: 0em;
}

#formuenviar {
    width: 10em;
    background-color: #39E736;
    padding: 0.8em;
    text-align: center;
    border-radius: 2em;
    box-shadow: 0 0.20em 0.5em rgba(0, 0, 0, .55);
    margin-bottom: 1.5em;
}

#formuenviar:hover{
    background-color: #FF521B;
}

#formuenviar a{
    font-family: 'Source Serif Pro', serif;
    font-weight: 700;
    color: white;
    text-decoration: none; 
}

/*como minimo 560px*/

@media (min-width: 35em) {
    
    #abremenu {
        display: none;
    }
    
    
    header nav ul {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        top: auto;
        left: auto;
        height: auto;
        width: 100%;
        padding-top: 0;
        background-color: white;
        margin-right: 2em;
    }
    
    header nav a{
        color: #342E37;
    }
    
    header nav ul.visible {
        left: auto;
    }
    
    #calendario img{
        width: 56em;
        height: auto;
    }
    
    #hora img{
        width: 56em;
        height: auto;
        
    }
    
    #mapagoogle {
        width: 56em;
    }
    
    #mapagoogle iframe{
        width: 92%;
    }
    
    #fotoperfil {
        width: 15em;
    }
    
    .cambiodedatos {
        padding-left: 1em;
        padding-right: 1em;
    }

    .textocon {
        text-align: center;
    }
    
     
    #masprimero { 
    margin-left: 49em;
    margin-bottom :2em;
    margin-top: -2.5em;
    width: 3em;
    height: 3em;

  
}
    
}