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


/* colores:#85AD1C , #C7D129*/

/* 
---------------- reglas generales para celulares----------------
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;500;600&display=swap');

body {
    font-family: sans-serif;
    margin: 0;
    background-color: rgb(239, 233, 207);
    color: rgb(38, 108, 57);
    font-family: 'Poppins', sans-serif;
}


footer {
    padding-top: 1em;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
}

h1,
h2 {
    text-align: center;
    padding-bottom: 1em;
    font-weight: 700
}

h1 {
    font-size: 2em;
    color: rgb(239, 233, 207);
    position: relative;
    z-index: 999;
}

h2 {
    font-size: 1.1em;
    color: rgb(38, 108, 57);

}

p {
    font-size: 1em;
    margin-bottom: 1em;

}

section {
    margin-bottom: 5em;
    padding-top: 1em;
    padding-bottom: 2em;
}

footer {
    background-color: rgb(38, 108, 57);
    color: white;
}

/* -------------- Contenedor ---------------- */

.contenedora {
    max-width: 90vw;
    margin: 0 auto;
    align-content: center;
    text-align: center;
}

.contenedorasaber {
    max-width: 90vw;
    margin: 0 auto;
    align-content: center;
    text-align: center;
    position: relative
}

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

.iframedos {
    padding-bottom: 2em;
    position: absolute;
}


.padding-costados {
    max-width: 75em;
    padding-right: 1.8em;
    padding-left: 1.8em;
}

.flex-column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

/* ---------------- Botones ----------------*/

.boton-verde,
.boton-naranja {
    font-weight: 600;
    padding: .6em 1.5em;
    border-radius: 1em;
    text-align: center;
    margin-top: 1em;
    width: max-content;
    margin: auto;
}

.boton-naranja {
    background-color: rgb(227, 158, 25);
    color: rgb(239, 233, 207);
}

.boton-simple {
    color: rgb(227, 158, 25);
}

.boton-verde {
    color: rgb(239, 233, 207);
    background-color: rgb(38, 108, 57);
}

.margin-top {
    margin-top: 3em;
}

.titulo {
    font-size: 1.5em;
    color: rgb(38, 108, 57);
}

.bajada {
    color: rgb(239, 233, 207);
    text-align: center;
}


/* ---------------- Header Encabezado ----------------*/

header .contenedora {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

#logo {
    padding: .25em;
    border-radius: .125em;
    max-width: 7em;
}

/* ---------------- Header Menú ----------------*/

header nav {
    color: white;
    
}

header nav a {
    color: rgba(255, 255, 255, .75);
    padding: .5em 1em;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

header nav a:hover {
    
    color: rgba(227, 158, 25, 0.85);
}

/* boton que llama al menu */
#menumovil {
    color: #c7d129;
    cursor: pointer;
    height: 2.5em;
    width: 2.5em;
    display: flex;
    position: relative;
    z-index: 9999;
    background-color: rgb(239, 233, 207);
}

#menumovil:hover {
    background-color: rgba(0, 0, 0, 0.75);
    cursor: pointer;
}

#menumovil i {
    padding: 0;
    margin: auto;
    font-size: 3em;
}

.material-icons {
    color: rgb(38, 108, 57);
}

.material-icons:hover {
    color: rgb(38, 108, 57);
    background-color: rgb(239, 233, 207);
}

header nav ul li {
    min-width: 6em;
    margin: .25em .25 .25em .25em;
}

nav ul li a {
    display: block;
    color: #f6f6f6;
    font-weight: bold;
    padding: .5em 1em;
    border-radius: .25em;
    margin: .25em 0;
    text-align: right;
}

/* el menú propiamente dicho */

header nav ul {
    background-color: rgba(0, 50, 0, 0.8);
    /* el menu sale del flujo de informaciones
    y se oculta arriba */
    position: fixed;
    right: 0;
    top: -120%;
    height: 100vh;
    width: 70%;
    z-index: 9990;
    padding-top: 7.5em;
    padding-right: .3em;
    transition: all .5s ease;
}

.visible {
    /* el menú se muestra
    corriéndose a la izquierda */
    top: 0;
    transition: all .25s ease;
}


/*---------------- Main - Sección #principal ----------------*/

#principal {
    background-color: rgb(38, 108, 57);
    background-image: url("../imagenes/trama-reciclables.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.intro {
    margin-bottom: 6em;
    margin-bottom: 2em;

}

.intro p {
    color: white;

}


/*---------------- Main Intro - Puntos verdes ----------------*/

#puntos-verdes-inicio {
    margin-top: 2em;
    margin-bottom: 3em;
}

#puntos-verdes {
    justify-content: space-evenly;
}

#puntos-verdes li {
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5em;
    width: 40vw;
}

.sub-puntos-verdes {
    border: solid 2px rgb(38, 108, 57);
    padding: 0 0.5em;
    border-radius: 20px;
    height: 10em;
    justify-content: center;
}

.sub-puntos-verdes div {
    width: 2.5em;
    height: 2.5em;
}

.sub-puntos-verdes li {
    text-align: center;
    border: none;
    padding: 25px;
    border-radius: 20px;
}

/* 
---------------- index- sección: mapa-google ----------------
*/
#mapa-google {
    margin-bottom: 5em
}

.informar {
    margin-bottom: 5em;
    background-color: rgb(227, 158, 25);
    padding: 2em 1em ;
    border-radius: 10px;
}


/* ---------------- Puntos verdes ----------------*/

#puntos-verdes li a {
    margin-bottom: 1em;
    margin-top: 15px;
}

#puntos-verdes li p {
    margin-bottom: 1em;
    font-weight: bold;
}

#puntos-verdes .enlace {
    color: #666666;
}

/* 
---------------- Footer ----------------
*/
#redes {
    justify-content: center;
    padding-bottom: 0;
}

#redes div {
    margin: 1em;
    margin-top: 0;
    width: 3em;
    height: 3em;
}

#redes #icono-whatsapp {
    width: 3.2em;
    height: 3.2em;
}

.subir {
    cursor: pointer;
    display: flex;
    position: fixed;
    bottom: 3.5rem;
    right: 1rem;
    z-index: 1000;
}

.subir i {
    margin: auto;
    border: solid 2px rgb(38, 108, 57);
    padding: 0;
    border-radius: 50%;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    width: 3rem;
    height: 3rem;
    font-size: 2.7rem;
    color: rgb(38, 108, 57);
    background-color: rgb(239, 233, 207);
}

.subir .material-icons:hover {
    color: rgb(38, 108, 57);
    background-color: rgb(227, 158, 25);
}

/*---------------- Sección Puntos verdes ----------------*/



#jornadas-de-recoleccion .vota-puntos {
    margin-bottom: 5em;
}

#jornadas-de-recoleccion .vota-puntos article {
    margin-bottom: 3em;
}

.porcentaje-jornada{
    border: solid 2px rgb(38, 108, 57);
    padding: -1.5em 0.5em!important;
    border-radius: 20px;
    height: 28em;
    justify-content: center;
    margin-bottom: 2em;
}

.porcentaje-jornada li{
        border-bottom: solid 2px  rgb(38, 108, 57);
         padding: 1em;
}

.porcentaje-jornada li:last-child{
        border-bottom: none;
        padding-top: 1em;
}

#puntos-verdes-section #puntos-verdes li {
    border: solid 2px rgb(38, 108, 57);
    padding: 1em 0.5em;
    border-radius: 20px;
    width: 100%;
    align-items: center;
}

#puntos-verdes-votar #puntos-verdes li {
    width: 100%;
}

#puntos-verdes-votar #puntos-verdes .sub-puntos-verdes {
    height: 100%;
    padding: 1em 0.5em;
}

.cesto {
    width: 6em;
    height: 8em;
}

.sub-puntos-verdes .porcentaje {
    width: 8em;
    height: 8em;
}


/*---------------- Puntos verdes habilitados ----------------*/
.jornadas-habilitadas {
   margin-bottom: 0;
   padding-bottom: 0;
}

#fechas {
    padding: 1.5em 0;
    color: rgb(239, 233, 207);
    background-color :rgb(38, 108, 57);
}

#fechas-jornadas p{
    margin-bottom: 0;
}

#fechas-jornadas li:last-child {
    border-bottom: none;
}



#fechas-jornadas .tarea {
    padding: 3em 0 2em 0;
    border-bottom: solid 2px rgb(227, 158, 25);
    margin-right: 0;
    margin-left: 0;
    width: 80vw;
}

#fechas-jornadas .tarea ul li:last-child{
    margin-left: 2em;
}

#fechas-jornadas .tarea ul li h4 {
    margin-left: .5em;
}

#fechas-jornadas .tarea article #cbox1 {
    padding-top: 2em;
}

#fechas-jornadas .tarea article p {
    margin-left: 2em;
}

#fechas {
    margin-bottom: 0; 
    padding-top: 1em;
    padding-bottom: 1em;
}

main #fechas:last-child {
    margin-bottom: 5em;
}

#fechas .subtitulo {
    font-size: 1em;
    margin-bottom: 1em;
    text-align: center;
}

#fechas .titulo-zona-tarea {
    background-color: rgb(38, 108, 57);
    color: rgb(239, 233, 207);
    padding: .6em 1.5em;
    text-align: center;
    font-size: 1.5em;

}

#fechas  .tarea article p {
    margin-left: 0;
}

#fechas  .tarea article h4 {
    margin-top: 1em;
    margin-bottom: 1em;
}
 
#fechas  .tarea div {
    width: 3em;
}

#fechas  .tarea {
    width: 80vw;
}

#fechas #soy-voluntario h4 {
    margin-left: 0;
}


.sugerir-nodo input {
    border: solid 2px rgb(38, 108, 57);
    padding: 0.8em 1.5em;
    background-color: rgb(239, 233, 207);
    border-radius: 0.5em;
    width: 80vw;
    margin-bottom: 1em;
}

.sugerir-nodo p {
    font-size: 1em;
    margin-bottom: 1em;
    text-align: center;
}

.sugerir-nodo button,
#jornada-materiales a {
    width: 80vw;
}

#jornada-materiales {
    margin-bottom: 5em;
}

#jornada-materiales div {
    align-items: flex-start;
    margin-bottom: 2em;
}

#jornada-materiales .subtitulo {
    font-size: 1.5em;
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
}

#jornada-materiales ul{
    text-align: left;
    align-items: flex-start;
    width: 80vw;
}

#jornada-materiales ul:last-child{
    margin-top: 2em;
}

/*---------------- Sección Puntos verdes ----------------*/


#jornadas-de-recoleccion .jornadas-1 {
    background-color: rgb(239, 233, 207);
    color: rgb(38, 108, 57);
}

#jornadas-de-recoleccion .jornadas-1 .tarea{
    padding-top: 0;
}

#jornadas-de-recoleccion .jornadas-1 li h3{
    margin-top: 2em;
    margin-bottom: 1em;
}

#jornadas-de-recoleccion .jornadas-1 li a{
    margin-top: 2em;
    margin-bottom: 1em;
}


/*---------------- Sección Puntos verdes nuevos nodos ----------------*/


#jornadas-de-recoleccion .jornadas-2 {
    background-color: rgb(239, 233, 207);
    color: rgb(38, 108, 57);
}

#jornadas-de-recoleccion .jornadas-2 .tarea{
    padding-top: 0;
}

#jornadas-de-recoleccion .jornadas-2 li h3{
    margin-top: 2em;
    margin-bottom: 1em;
    color: rgb(227, 158, 25);
}

#jornadas-de-recoleccion .jornadas-2 li a{
    margin-top: 2em;
    margin-bottom: 1em;
}

#jornadas-de-recoleccion .jornadas-2 .vota{
    color: rgb(38, 108, 57);
    font-size: 1.5em;
}

#jornadas-de-recoleccion .jornadas-2 .mas-nodos{
    color: rgb(227, 158, 25);
    font-size: 1.5em;
    margin-left: .5em;
}


/*----------------Proyecto Nuevos nodos ----------------*/
.titulo-nodo {
    margin-bottom: 1em;
    padding-bottom: 1em;
}

.titulo-nodo h1{
    padding-bottom: 0;
}

#porcentaje {
    font-size: .9em;
    padding: 1em 1em 2em 1em;
    font-style: bold;
    margin-bottom: 0;
    padding-bottom: 0;
    align-content: space-around;
}

#nuevos-nodos .nodo article h4 {
    margin-left: 0;
    font-weight: 800;
    color: rgb(227, 158, 25);
    margin-bottom: 1em;
    white-space: nowrap;
  overflow: hidden;
    white-space: initial;

}

#nuevos-nodos .nodo article p {
    margin-left: 0;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    white-space: initial;
}

#nuevos-nodos .nodo article {
    align-items: flex-start;
    margin-left: 1em;
}

#nuevos-nodos .nodo .svg-porcentaje {
    width: 12em;
}

#nuevos-nodos  .nodo {
    width: 90vw;
    justify-content: space-between;
    flex-wrap: nowrap;
}

#elegi h3 {
    color: rgb(38, 108, 57);
    margin-bottom: 1em;
    font-weight: 600;
    font-size: 1em;
}
#elegi label {
    color: rgb(38, 108, 57);
    margin-bottom: 1em;
}

.dias li {
    width: 40vw;
    margin-bottom: 2em;
}

#elegi {
    margin-top: 0em;
    padding-top: 0;
    margin-bottom: 1em;
}

#elegi fieldset {
    color: rgb(38, 108, 57);
    padding: 1em .5em 0 .5em;
    width: 90vw;
}

#elegi fieldset div {
    align-items: flex-start;
}

.sugerir-nodo p .margen {
    margin-bottom: 4em;
}

.sugerir-nodo form .margen {
    width: 25vw;
}
/*---------------- Sección Voluntariado ----------------*/

#intro-voluntariado {
    margin-bottom: 0;
}

#voluntariado {
    margin-bottom: 5em;
}

#voluntariado ul {
    justify-content: center;
}

#voluntariado ul li {
    background-color: rgb(38, 108, 57);
    padding: 1.5em 2em;
    border-radius: 20px;
    height: 22em;
    width: 80vw;
    margin-bottom: 1em;

}

#voluntariado ul li p {
    color: rgb(227, 158, 25);
    text-align: center;
}

#voluntariado ul li h2 {
    background-color: rgb(227, 158, 25);
    color: rgb(239, 233, 207);
    text-align: center;
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    padding-top: .6em;
    vertical-align: middle;
    margin-top: 1em;
    margin-bottom: 1em;
}

/*---------------- Sección Iniciar sesión ----------------*/


.iniciar-sesion .recordar-contraseña {
    color: rgb(227, 158, 25);
    margin-left: 1em;
    width: 30vw;
}

.iniciar-sesion .recordar-contraseña .recordar {
    color: rgb(227, 158, 25);
    width: 1em!important;
}

.link-iniciar-sesion{
    margin-bottom: 8em;
}

.link-iniciar-sesion a {
    color: rgb(38, 108, 57);
}


    


#puntos-verdes-inicio h2 {
    text-align: center;
}

#soy-voluntario {
    border: solid 2px rgb(227, 158, 25);
    border-radius: 10px;
    padding: 1em 1em 2em 1em;
    font-size: .6em;
}

/*---------------- Sección Soy voluntario ----------------*/
#soy-voluntario {
    border: solid 2px rgb(227, 158, 25);
    border-radius: 10px;
    padding: 1em 1em 2em 1em;
    font-size: .5em;
}
#soy-voluntario .titulo-flotante {
    background-color: rgb(38, 108, 57);
    color: rgb(239, 233, 207);
    font-weight: 600;
    padding: .6em 1.5em;
    border-radius: 1em;
    text-align: center;
    font-size: 2em;
}
#soy-voluntario p{
    margin-bottom: 0;
}

#soy-voluntario li:last-child {
    border-bottom: none;
}

#soy-voluntario h4{
    margin-left: .8em;
}

#soy-voluntario .tarea article,
#soy-voluntario .tarea ul {
    align-items: flex-start;
}

#soy-voluntario .tarea {
    padding: 1em 0 1em 0;
    border-bottom: solid 2px rgb(227, 158, 25);
}

#soy-voluntario .tarea ul{
    margin-left: 2em;
}

#soy-voluntario .tarea article #cbox1 {
    padding-top: 2em;
}

#soy-voluntario .tarea article p {
    margin-left: 2em;
}

#elegir-tareas {
    margin-bottom: 0; 
    padding-top: 1em;
    padding-bottom: 1em;
}

.subtitulos {
    text-align: center;
    font-size: 1em;
    margin-bottom: 1em;
    margin-top: 2em;
}

main #elegir-tareas:last-child {
    margin-bottom: 5em;
}

#elegir-tareas #soy-voluntario {
    border: none;
    padding: 0;
}

#elegir-tareas .titulo-zona-tarea {
    background-color: rgb(38, 108, 57);
    color: rgb(239, 233, 207);
    font-weight: 600;
    padding: .6em 1.5em;
    text-align: center;
    font-size: 2em;
    width: 100vw;
    margin-bottom: 1em;
}

#elegir-tareas  .tarea article p {
    margin-left: 0;
}

#elegir-tareas  .tarea div {
    width: 3em;
}

#elegir-tareas  .tarea {
    width: 90vw;
    justify-content: center;
}

#elegir-tareas .tarea div {
    margin-left: 2em;
}

#elegir-tareas #soy-voluntario h4 {
    margin-left: 0;
}


/*---------------- Sección Soy voluntario ----------------*/




/---------------- Sección Materiales ----------------/

.materiales {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
   
}

.materiales div {
    justify-content: center;
    
}
.materiales  {
    padding: 1em;
    width: 100%;
}


.materiales figure {
    width: 40vmin;
    margin: .125em;
    position: relative;
    overflow: hidden;
}


.materiales img {
    object-fit: cover;
    object-position: left center;
    width: 40vmin;
    height: 40vmin;
    display: block;
}

.materiales figcaption {
    background-color: rgba(0, 41, 0, 0.5);
    color: white;
    padding: .5em;
    line-height: 1em;
    text-transform: uppercase;
    
    position: absolute;
    width: 100%;
    height: 100%;
    top: calc( 100% - 2em );
    transition: all .6s ease-out;
}

.materiales figure:hover figcaption {
    background-color:  rgb(227, 158, 25);
    top: 0;
    transition: all .2s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.materiales  figcaption span {
    display: block;
    font-size: .75em;
    color: #ddd;
    margin-top: .5em;
    text-transform: none;
}

/*---------------- Sección Materiales - Materiales reciclables ----------------*/




/*---------------- Sección Materiales - ateriales para reutilizar ----------------*/




/*---------------- Sección Sumate (formulario de inscripción) ----------------*/

.checks label {
    display: inline-block;
    margin: 0;
    color: rgb(239, 233, 207);
    text-align: left;
}

.checks li {
    width: 80vw;
    margin-bottom: 2em;
}

.checks li input {
    margin-left: 2em;
}

.checks h4 {
    color: rgb(227, 158, 25);
    margin-bottom: 1em;
}

.checks #checkbox1,
.checks #checkbox2,
.checks #checkbox3,
.checks #checkbox4,
.checks #checkbox5,
.checks #checkbox6,
.checks #checkbox7 {
    width: 1em;
}


/*---------------- Sección Contacto ----------------*/
#contacto {
    margin-bottom: 0;

}

#formulario {
    margin-top: 0;
}

#formulario fieldset {
    background-color: rgb(38, 108, 57);
    padding: 2em .5em 2em .5em;
    width: 90vw;
    border-radius: 1em;
    margin-bottom: 1em;
}

#formulario fieldset h2 {
    color: rgb(239, 233, 207);
}

#formulario ul li {
    margin-bottom: 1em;
}

#formulario ul li input,
#formulario ul li textarea {
    padding: 0.8em 1.5em;
    background-color: rgb(239, 233, 207);
    border-radius: 0.5em;
    width: 80vw;
}

#formulario ul li textarea {
    height: 10em;
}

::placeholder {
    color: rgb(227, 158, 25);
}

/* Pop Up */
.overlay { 
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}

.overlay:target{
  visibility: visible;
  opacity: 1;
}

#popupBody{

    width: 46%;
    padding: 2%;
    border-radius: 15px;
    box-shadow: 0 0 5px #CCC;
    background: #FFF;
    position: relative;
    margin: 20% auto;
    transition: all 5s ease-in-out;
}

#cerrar {
position: absolute;
top: 20px;
right: 30px;
font-size: 30px;
font-weight: bold;
text-decoration: none;
color: rgb(227, 158, 25);
transition: all 200ms;
}


/* Tamaños para pantallas PC */

@media screen and (min-width: 35em) {
    header .contenedora {
    justify-content: center;
    }

    #menumovil {
        display: none;
    }

    header nav ul {
        display: flex;
        flex-wrap: wrap;
        background-color: rgb(239, 233, 207);
        justify-content: center;
        position: relative;
        top: auto;
        left: auto;
        height: auto;
        width: 100%;
        padding-top: 0;
    }

    nav ul li a {
        color: rgb(38, 108, 57);
    }

    header nav ul.visible {
        left: auto;
    }

    h1 {
        font-size: 40px;
        color: aliceblue;
        position: relative;
        z-index: 9999;
    }

    /* Main - Sección #principal ----------------*/

    #principal {
        position: relative;
        align-content: center;
    }

    #principal > div {
        position: absolute;
        top: 0em;
        width: 100%;
        align-content: center
    }

    #navPrincipal {
        display: flex;
        color: #698E02;
    }

    /* Main Intro - Puntos verdes ----------------*/

    #puntos-verdes li {
        width: 27vw;
    }

    .sub-puntos-verdes {
        height: 10em;
    }



    .intro {
        align-content: space-around;
    }

    .intro article {
        max-width: 48%;

    }


    /* Sección Puntos verdes ----------------*/

    #puntos-verdes-section #puntos-verdes,
    #puntos-verdes-votar #puntos-verdes {
        flex-direction: row;
    }

    #puntos-verdes-section #puntos-verdes li {
        width: 27vw;
        height: 16em;

    }

    #puntos-verdes-votar #puntos-verdes li {
        width: 27vw;
        height: 20em;

    }






    .porcentaje-jornada .nodo {
    width: 30vw;
    justify-content: center;
}

    /* Puntos verdes habilitados ----------------*/

    #fechas-jornadas .tarea {
        justify-content: center;
    }

    #fechas-jornadas {
    padding: 1.5em 1em;
    font-size: 1em;
    }  

    #fechas .tarea div {
    width: 3em;
    }

    /* Puntos verdes bloqueados ----------------*/


    .sugerir-nodo input {
    width: 25vw;
    }

    .sugerir-nodo button, #jornada-materiales a {
    width: 25vw;
    }

    /* Sección Jornada de recoleccion ----------------*/

    .recoleccion .porcentaje-jornada .nodo .svg-porcentaje {
    width: 5em;
    } 

    .recoleccion .porcentaje-jornada .nodo {
    width: 30vw;
    justify-content: center;
     }

    /* Sección Soy voluntario ----------------*/

    

    /* Sección Voluntariado - La importancia del reciclaje----------------*/




    /* Sección Voluntariado - Quiero ser voluntario ----------------*/




    /* Sección Iniciar sesión ----------------*/
    .link-iniciar-sesion ul {
    justify-content: space-evenly;
    align-items: center;

    }



    /* Sección Materiales ----------------*/

    #materiales ul {
        flex-direction: row;
    }

    #materiales ul li {
        width: 40vw;
    }


    /* Sección Materiales - Materiales reciclables ----------------*/


    /* Sección Materiales - ateriales para reutilizar ----------------*/

    .materiales figure {
    width: 30vmin;
    }
    
    .materiales img {
    width: 30vmin;
    height: 30vmin;
    }

    .materiales:last-child {
    margin-bottom: 5em;
    }


    /* Sección Soy voluntario ----------------*/
    
    
    /* Sección Sumate (formulario de inscripción) ----------------*/

    .checks li {
    width: 40vw;
    margin-bottom: 2em;
    }
    /* Sección Contacto ----------------*/

    #formulario ul li input,
    #formulario ul li textarea {
        width: 40vw;
    }

    #formulario fieldset {
        width: 50vw;
    }



}


@media screen and (min-width: 45em) {
    #elegir-tareas  .tarea {
    width: 40vw;
    justify-content: center;
    }

    .seleccionar-tareas {
    justify-content: center;
    }

    #jornadas-de-recoleccion .jornadas-1 .tarea,
    #jornadas-de-recoleccion .jornadas-2 .tarea {
    height: 28em;
    }

    #jornadas-de-recoleccion .jornadas-2 .tarea div {
    width: 6em;
    }

    #fechas-jornadas {
    flex-direction: row;
    justify-content: space-evenly;

    }

    #fechas-jornadas .tarea {
    width: 40vw;
    height: 20em;
    }

    #fechas-jornadas .sin-borde{
        border-bottom: none;
    }

    #jornada-materiales ul {
    width: 40vw;
    }

    #jornada-materiales ul:last-child {
    margin-top: 0;
}

    #jornada-materiales div {
    flex-direction: row;
    width: 80vw;

    }

    #jornada-materiales li {
    }


    #elegir-tareas .titulo-zona-tarea {
    width: 40vw;
    }

    #soy-voluntario {
    padding: 2em 1em 2em 1em;
    font-size: .8em;
    width: 42vw;
    }

    #soy-voluntario .tarea:first-child {
    padding-top: 2em;
    
    }


    #nuevos-nodos .nodo {
    width: 50vw;
    justify-content: center;
    }

    .dias li {
    width: 20vw;
    margin-bottom: 2em;
    }

    #elegi fieldset div {
    justify-content: center;
    }

    #elegi fieldset {
    color: rgb(38, 108, 57);
    padding: 1em .5em 0 .5em;
    width: 47vw;
    }

    #elegi fieldset ul:last-child {
    margin-left: 2em;
    }

    /* Sección Voluntariado ----------------*/
    #voluntariado ul {
        flex-direction: row;
        justify-content: space-evenly;
    }

    #voluntariado ul li {
        width: 45vw;
    }
    header nav {
    color: white;
    border-bottom: 6px solid rgba(227, 158, 25, 0.85);
    }

       .porcentaje-jornada .nodo {
    width: 30vw;
    justify-content: center;
}


}

@media screen and (min-width: 60em) {


    /* Sección Voluntariado ----------------*/
    #voluntariado ul li {
        width: 40vw;
    }

    #jornada-materiales ul {
    width: 30vw;
    }

    #jornada-materiales div {
    flex-direction: row;
    width: 65vw;

    }

    #fechas-jornadas .tarea {
    width: 26vw;
    }

    #fechas-jornadas {
    width: 60vw;
    }


}
