
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    box-sizing: border-box;}

body {
  font-family: "montserrat", "trebuchet ms", helvetica, arial, sans-serif;
  width: 100%;
  padding: 0px;
  margin: 0px;
  background-color: #4a4756;
  font-family: montserrat;
}
header{
    background-image: url("../imagenes/jardineria.jpg");
    background-repeat: no-repeat;
    background-size: 190vw;
    background-position: 100%;
    
}


.fondoescuela{
    background-image: url("../imagenes/fondoinscripcion.png");
    background-repeat: no-repeat;
    background-size: 190vw;
    background-position: 60% 80%; 
    background-repeat: repeat-y;
    
}

#logo {
    display: inline-flex;
    width: 100%;
    padding-bottom: 2em; 
    
}

ul {
    list-style: none;
}




.material-icons {
    padding-right: .25em;
}

h3,
h4,
.subir {
    display: flex;
    align-items: center;
}


.contenedor {
    max-width: 60rem;
    margin: 0 auto;
    padding: 1em;
}

header .contenedor {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

header nav {
    color: white;
    
    
}

header nav a {
    color: #e8e8e8;
    padding: .5em 1em;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

header nav a:hover {
    background-color: #07e096;
    color: #4a4756;
}


#llamamenu {
    background-color: #07e096;
    color: white;
    cursor: pointer;
    height: 2.5em;
    width: 2.5em;
    /* caja flexible */
    display: flex;
    position: relative;
    z-index: 9999;
    border-radius: 100%;    
}

#llamamenu:hover {
    background-color: #07e096;
}

#llamamenu i { 
    padding: 0;
    /* centrado en la horizontal y en la vertical */
    margin: auto;
}

header nav ul {
    background-color: #3e3e3e;
    position: fixed;
    left: 100%;
    top: 0;
    height: 45vh;
    width: 50%;
    z-index: 9990;
    padding-top: 5em;
    transition: all .5s ease;
}

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

.titulo {
    display: flex;
    color: #04d924;
    font-weight: 900;
    font-size: 50pt;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.contenedor_subtitulo{
    display: flex;
    text-align: center;
    width: 90vw;
    margin: auto;
    margin-bottom: 20px;

}
.contenedor_texto{
    display: flex;
    text-align: center;
    width: 90vw;
    margin: auto;
}
.subtitulo { 
	font-weight: 800;
    font-size: 26pt;
    letter-spacing: 1px;
    color: #07e096;
    display: flex;
    text-align: center;
    margin: auto;

}

.inscripciones {
    display: flex;

    justify-content: center; 
    padding-bottom: 3em;
}

.inscrpciones ul{ 
   list-style: none;
}

.inscripciones ul li {
    display: flex;
    width: 18em;
    height: 3.2em;
    margin-top: 1em;
    justify-content: center;
    align-content: center; 

}
.inscripciones ul li a {
    width: 100%;
    height: 100%;
    background-color: #07e096;
    color: #4a4756;
    text-decoration: none;
    font-weight: bold;    
    display: flex;
    justify-content: center;
    align-items: center;    
    font-size: 100%;
    border-radius: 30px;
    margin-top: 3em;
}



footer{
    background: #07e096;

    padding-bottom: 5px;
}

.contenidos {
    display: flex;
    justify-content: center;
    font-weight: 400;
    align-content: center;
    text-align: center;
    font-size: 0.6em;
    color: #4a4756;  
    margin: 0 10%;
    margin-bottom: 15px;

}

.contenedor_texto {
    width: 90%;
    font-size: 1em;
    justify-content: center;

    margin-bottom: 20px;
    color: #e8e8e8;
}

.contenedor_texto p {
    text-align: center;
    margin-top: 20px;

    color: #e8e8e8;
}

.info {
    display: block;
    font-weight: 100;
    align-items: center;
    text-align: center;
    font-size: 0.6em;
    padding-top: 2em;
}

#iconosinscripcion {
    display: flex;
    flex-direction: column;
    margin-top: 1em;
    width: 100vw;
    justify-content: center;
}

figcaption {
    width: 12em;
    color: #e8e8e8;
    text-align: center;
} 

#iconosinscripcion figure img {
    margin: auto; 
    align-items: center; 
    margin-bottom: 0.5em;
    margin-top: 2.5em; 
    display: block;
}

main {
  padding-bottom: 2em;
}


@media (min-width: 39em) {
    
    header{
        height: 15em;
    }
    #llamamenu {
        display: none;
    }
    
    /* se muestran el menu horizontal */
header nav ul {
        display: flex;
        flex-wrap: nowrap;
        
        /* para que el menú vuelva al "fondo" */
        position: fixed;
        top: 0;
        left: 0;
        align-items: center;
        height: 3em;
        width: 100vw;
        padding-top: 0;
        justify-content: space-around   
    }
    
    header nav ul.visible {
        left: auto;
    }

}

.fondoescuela{
    background-image: url("../imagenes/fondoinscripcion.png");
    background-size: 90vw;
    background-position: 50% 25%; 
    background-repeat: repeat-y;
 }


#iconosinscripcion {
    flex-direction: row;
    flex-wrap: wrap;
    width: 58vw;
    margin: auto;
}


@media (min-width: 50em) {
#logo{
    display: flex;
    margin: auto;
    margin-top: 2em;
    width: 25%
}
}
.inscripciones ul{
    display: flex;
    flex-direction: row;
    width: 58vw;
    justify-content: space-around;
}


@media (min-width: 75em) {

    .fondoescuela{
    background-image: url("../imagenes/fondoinscripcion.png");
    background-size: 97vw;
    background-position: 70% 25%; 
    background-repeat: repeat-y;
 }
#logo{
    width: 20%;
}
    