@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

 

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

a {
    text-decoration: none;
}

li{
    list-style: none;
}

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

#llamamenu{
    background-color: rgba(26, 124, 8, 0.28);
    color: white;
    cursor: pointer;
    padding: .3em;
    display: flex;
    position: relative;
    z-index: 9999;
}

#llamamenu:hover{
    background-color: rgba(60, 59, 59, 0);

}

#llamamenu i{
    padding: 0;
    margin: 0;
}

header nav{
    background-color: rgba(60, 59, 59, 0);
    color: white;
}

header nav a {
    font-family: "montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    color: white;
    padding: 1em 1em;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

header nav li:hover{
    background-color: rgba(149, 149, 149, 0.26);
    color: white;
}

header nav ul{
    background-color: rgba(37, 67, 10, 0.75);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 50%;
    padding-top: 6em;
    transition: all .5s ease;
}

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

header {
    background-color: #214001;
    border-radius: 0em 0em 1em 1em;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.centrar { 
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: .6em;
}

.menu{
     display: flex;
     flex-wrap: nowrap;
     justify-content: space-between;
     align-items: center;
     padding: .4em;
     }

#logo{
    width: 50%;
}

.portada {
    width: 100vw;
    height: auto;
    overflow: hidden;
    margin-top: 1.65em;
    
}

.portada img{
    max-width: 100%;
}

h1 {
    color: #214001;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.5em;
    text-align: center;
    margin-top: 1.2em;
    margin-bottom: .5em;
    text-decoration: none;
    text-transform: uppercase;
}

p {
    font-family: "Montserrat", sans-serif;
    color: #214001;
    text-align: left;
    font-size: .9em;
    margin-top: .2em;
    margin-bottom: .5em;
    letter-spacing: -0.05em;
    
}

.texto-margen{
    margin-left: 1.5em;
    margin-right: 1.5em;
}

.columnas{
    margin-left: 1.5em;
    margin-right: 1.5em;
}

.portadas-secundarias{
    width: 88vw;
    height: 30vw;
    margin-bottom: .5em;
    overflow: hidden;
}

.portadas-secundarias img{
    max-width: 100%;
}

#datos {
    display: flex;
    flex-direction: column;
    justify-items: center;
    padding: 0% 0% 3% 3%;
}

.icono img{
    width: 85%;
}

h2{
    font-family: "Montserrat", sans-serif;
    color: #02495D;
    font-size: 5em;
    
}

.mas{
    font-family: "Montserrat", sans-serif;
    color: #02495D;
    font-size: .7em;
    border-left: solid;
    border-right: solid;
    border-color: #02495D;
    padding: .2em;
    margin-top: .8em;
}

#fondo-voluntariado{
    background-color: rgba(188, 190, 81, 0.35);
    padding-top: .5em;
}

#comentarios-voluntarios img{
     max-width: 50%;
    border-radius: 1em 0em 1em 0em;
    margin: 6%;
}

#comentarios-voluntarios h6{
    font-family: "Montserrat", sans-serif;
    color:#505050 ;
    font-size: .8em;
    margin: .5em;
    text-transform: uppercase;
}

#comentarios-voluntarios li{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    list-style: none;
    align-items: center;
    max-width: 40%;
}

#comentarios-voluntarios p{
    color: #505050;
    text-align: center;
    margin-bottom: 2%;
    
}

#comentarios-voluntarios ul{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center, flex-start;
    justify-content:space-around;
}

.voluntarios{
    font-family: "Montserrat", sans-serif;
    color: #02495D;
    font-weight: 700;
    font-size: 1.2em;
    text-transform: uppercase;
}

#voluntarios{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:1em;
}

.titulo-secundario {
    color: #214001;
    font-family: "Montserrat", sans-serif;
    font-size: 1em;
    text-align: left;
    padding: .5em;
    background-color: #BCBE51;
    border-radius: .5em 0em .5em 0em;
    margin-bottom: .8em;
    
}

#margen-historia{
        margin-top: 4em;
        margin-bottom: 1em;
    }

.imagenes-ldt{
    max-width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 2em;
    margin-top: .8em;
}

#testimonios li img {
    max-width: 50%;
    border-radius: 10% 0% 10% 0%;
    margin: 6%;    
}

#testimonios ul{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    justify-items: center;
}

.destacado{
    font-weight: 500;
    font-size: 1.2em;
    margin-top: 1.2em;
}

#sumate {
    background-color: #02495D;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1em;
    text-align: center;
    text-decoration:none;
    border-radius: .5em 0em .5em 0em;
    padding: .5em;
    margin: 1.5em;
    text-transform: uppercase;
    
}

.centro{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 2em;;
    
}

.fotos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    list-style: none;
}

.calendario{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content:center;
    margin-bottom: .5em;
    margin-top: .5em;
    max-width: 20em;
}

.dias {
    background-color: #02495D;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.3em;
    text-align: center;
    text-decoration:none;
    border-radius: .5em 0em .5em 0em;
    padding: .4em;
    margin-right: 15%;
    text-transform: uppercase;
}

.dias-curso{
    background-color: #02495D;
    width: 100%; 
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1em;
    text-align: center;
    border-radius: .5em 0em .5em 0em;
    padding: 10%;
    margin: 3%;
    text-transform: uppercase;
}

.datos-fecha{
    margin-left: 1em;
}

h4{
    color: #02495D;
    font-family: "Montserrat", sans-serif;
    font-size: .8em;
    text-align: left;
    
}

.elementos{
    font-family: Montserrat;
    color: #606060;
    text-align: left;
    font-size: .8em;
}

#proximasfechas{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.portada-curso{
    max-width: 100vw;
    height: 50vw;
    overflow: hidden;
    display: flex;
    align-content:center;
    
}

#compost {
     background-image: url(../imagenes/portadas_cursos-01.jpg);
     background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#plastico {
     background-image: url(../imagenes/portadas_cursos-03.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#papel {
     background-image: url(../imagenes/portadas_cursos-02.jpg);
     background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.nombre-curso{
    color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
    font-size: 1.3em;
    text-transform: uppercase;
    
}

.cursos{
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    text-align: left;
    font-size: .8em;
}

.contenido{
    max-width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin:1em;
    justify-content: space-between;
    align-items: flex-end;
}

.fechas{
    max-width: 50%;
    margin: .5em;
}

#contenido-historia{
    margin: .6em;
}

.ldt{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    
}

.fecha img{
    display: block;
    width:3em;
    height: auto;
      margin-right: .8em;
    
    }

.tamano-fecha{
    max-width: 50%;
    height: auto;
    margin-bottom: 1em;
    margin-top: 1em;}

.imagenes-compost{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-items:center;
    justify-content: space-around;
    margin-bottom: 2%;
    margin-top: 2%;
}

.imagenes-compost img{
    width: 100%;
    height: auto;
    border-radius: 1em 0em 1em 0em;

}

.fecha-curso{
    max-width: 30%;
    background-color: #02495D;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.3em;
    text-align: center;
    text-decoration:none;
    border-radius: .5em 0em .5em 0em;
    padding: .8em;
    margin-top: 1.5em;
    text-transform: uppercase;
    
}

.form{
    font-family: "Montserrat", sans-serif;
    color: #02495D;
    font-size: 1.5em;
    text-transform: uppercase;
    margin-bottom: .5em;
    margin-top: 2em;
}

label {
    display: block;
    margin-top: 1em;
    font-family: "montserrat", sans-serif;
    font-weight: 700;
    color: #02495D;
}

input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="range"] {
    width: 20em;
    max-width: 15em;
    margin: .3em 0;
    background-color: rgba(29, 101, 139, 0.17);
    border-radius: .6em;
    font-size: 1.2em;
    padding: .5em .3em;
}

#evento{
    width: 100%;
    margin-right: 1em ;
    border-radius: .6em;
    font-size: 1em;
    padding: .5em;
    border-color: none;

}

#buscar {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    max-width: 100%;
    margin-bottom: 2em;
    margin-top: 2em;
}

.botonEnviar {
    width: 14em;
    max-width: 8em;
    cursor: pointer;
    text-decoration: none;
    font-weight: 500;
    background-color: #02495D;
    color: #fff;
    border: 0;
    border-radius: .6em;
    font-size: 1.3em;
    margin: .7em 0;
    padding: .5em 0;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0em;
    padding: 0em;
}

.datos{
    color: #606060;
    font-family: montserrat;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 2em;
}

button {
    background-color: #02495D;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: .8em;
    text-align: center;
    text-decoration: none;
    border-radius: 1em 0em 1em 0em;
    padding: .5em;
    margin-top: 1em;
    margin-bottom: 1em;
    text-transform: uppercase;
}

#puntos{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .5em;
    max-width: 60%;
    
}

.estrella{
    max-width: 4em;
    height: auto;
}

#usuario{
    width: 8em;
    border-radius: 50%;
    margin-top: 5em;
}

.nombre-usuario{
    text-align: center;
}

#progreso{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
}

.completo{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 70%;
    margin: .5em;
}

.iconos{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.iconos img{
    max-width: 25%;
    margin-right: .5em;
}

.progreso{
    color:  #254a00;
    font-size: 4em;
}

.instancias{
    text-transform: uppercase;
    color: #254a00;
    text-align: center;
}

.fondo-puntos{
    max-width: 90%;
    height: auto;
    background-color: rgba(0, 114, 145, 0.21);
    margin-bottom: 1em;
    margin-top: 1em;
    width: 100vw;
    border-radius: 1em;
    padding-bottom: .5em;
}

.fondo{
    max-width: 100%;
    height: auto;
    background-color: #b7c1ae;
    margin-bottom: 1em;
    width: 100vw;
}

#cantidadpuntos {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;    
}

.puntos{
    background-color: #214001;
    color: #ffffff;
    padding: .8em;
    font-family: "Montserrat", sans-serif;
    font-size: 1em;
    margin-bottom: 1.3em;
    
}

.canje{
    background-color: #02495D;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: .8em;
    text-align: center;
    text-decoration:none;
    border-radius: .5em 0em .5em 0em;
    padding: .5em;
    margin: 1.5em;
    text-transform: uppercase;
}

.canje-none{
    background-color: #70787b;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: .8em;
    text-align: center;
    text-decoration:none;
    border-radius: .5em 0em .5em 0em;
    padding: .5em;
    margin: 1.5em;
    text-transform: uppercase;
}

.beneficio{
    color: #234301;
    font-family: "Montserrat", sans-serif;
    font-size: 1.1em;
    text-align: center;
    text-decoration: none;
    padding-left: .8em;
    padding-right: .8em;
    text-transform: uppercase;
    margin-top: .5em;
}

.video-responsive{
    width: 80%;
    height:auto;
    position:relative;
    padding-bottom: 56.25%;
    
}

.video-responsive iframe {
    position:absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
}

input:required {
  border: none;
  cursor: no-drop;
}

.galeria{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.galeria li{
    width: 40%;
    height: 40%;
    margin: .5em;
   
}

.galeria li a figure img{
    width: 100%;
    height: 100%;
    display:block;
    min-width: 150px;
    
}

.galeria li a figure {
    width: 100%;
    
}

/*-------------------------------------------------*/

footer{
    max-width: 100vw;
    height: auto;
    background-color: rgba(209, 190, 143, 0.57);
    margin-top: 2em;
    border-radius: 2em 2em 0em 0em;
    
}

#redes {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 1em;
    margin-bottom: 1em;
    border-bottom-style: solid;
    border-bottom-color: #02495D;
    border-bottom-width:thin;
   
}

.margenes {
    max-width: 90%;
    padding: .5em;
    
}

h3{
    color: #02495D;
    font-size: .9em;
    font-family: "Montserrat", sans-serif;
}

.footer li{
    font-size: .9em;
}

.footer { 
    color: #02495D;
    font-family: "Montserrat", sans-serif;
    color: #02495D;
    margin-left: 1.2em;
}

.footer li { 
    text-decoration: none;
    list-style: none;
    padding-top: 1.6em;
        
}

#informacion {
    max-width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 
}

#imagenes{    
    display: flex; 
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center; 
    list-style: none; 
    padding: 1em;
}

#imagenes img{
    max-width: 100%;
    
}

/*-----------------------------------------------*/

@media screen and (min-width: 1200px) {
    
    
    
    #usuario{
    width: 10em;
    border-radius: 50%;
    margin-top: 5em;
}
    
    .fondo{
    height: auto;
    background-color: #b7c1ae;
    margin-bottom: 1em;
    margin: 1em;
}
    
    #cantidadpuntos {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    max-width: 80%;
}
    
    .fondo-puntos{
    max-width: 40%;
    height: auto;
    background-color: rgba(0, 114, 145, 0.21);
    margin-bottom: 1em;
    margin-top: 1em;
    width: 100vw;
    border-radius: 1em;
    padding-bottom: .5em;
}
    
    .fecha img{
    display: block;
    width:100%;
    height: auto;
    margin-right: .8em;
    
    }
    
   .fecha{
   margin-right: 1em;
   max-width: 5em;
    
}

    .fecha img{
    display: block;
    width:100%;
    height: auto;
    
    }
    
    .margin{
        margin: .5em;
    }
    
    #cursos{
        max-width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .portada-curso{
    max-width: 50vw;
    height: 15vw;
    overflow: hidden;
    display: flex;
    align-content:center;
    
}
    
    .calendario{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content:center;
    margin-bottom: .5em;
    margin-top: .5em;
    max-width: 25em;
}
    
    h4{
    color: #02495D;
    font-family: "Montserrat", sans-serif;
    font-size: .85em;
    text-align: left;
    
}

    .elementos{
    font-family: Montserrat;
    color: #606060;
    text-align: left;
    font-size: 1em;
}
    
    #proximasfechas{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
    
    .galeria{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    max-width: 75em;
}
    
    .galeria li{
    width: 20%;
    margin-top: 1em;;
    margin-bottom: 1.5em;
    }
    
    .menu{
     padding-top: 2em 2.5em 2em 2.5em ;
   
     }
    
    h1 {
    color: #214001;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.8em;
    text-align: center;
    margin-top: 1.2em;
    margin-bottom: .5em;
    text-decoration: none;
    text-transform: uppercase;
}
    
    p {
    font-family: "Montserrat", sans-serif;
    color: #214001;
    text-align: left;
    font-size: 1.1em;
    margin-top: .2em;
    margin-bottom: .5em;
    letter-spacing: -0.05em;
    
}
    
    .columnas{ 
    width: 60em;
    column-count: 2;
    font-size: 1.1em;
    }
    
    #comentarios-voluntarios ul{
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    align-items: center, flex-start;
    justify-content:center;
    }
    
    #imagenes img{
    max-width: 70%;
    
    }

    .ldt{
     max-width: 50em;
    }
    
    .fecha{
    margin-right: 1em;
    width:100%;
    height: auto
    
    }
    
    .beneficio{
    color: #234301;
    font-family: "Montserrat", sans-serif;
    font-size: 1.2em;
    text-align: left;
    text-decoration: none;
    padding-left: .8em;
    padding-right: .8em;
    text-transform: uppercase;
    margin-top: 1em;
}
    
    .fondo{
    background-color: #b7c1ae;
    margin-bottom: 1em;
    width: 30em;
}
    
    .calendario{
    width: 30em;
}
    
    #llamamenu{
        display: none;
    }
      
    header nav ul li{
    display:inline-block;
    margin-left: 1em;
    margin-right: 1em;
   
}
    
    header nav ul{
    display: flex;
    flex-wrap: nowrap;
    background: none; 
    padding-top: 0;
    position: relative;
    left: auto;
    width: 100%;
    height: 25%;
    transition: all ;
}

    header nav a{
        color: #ffffff;
        font-size: .8em;
    }
    
    #margen-historia{
        margin-top: 4em;
        margin-bottom: 1em;
    }
    
    #texto-historia{
        width: 55em;
    }
}   
