/* ------- UNIVERSAL ------- */

@charset "utf-8";

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

ul{
    list-style: none;
}

img{
    width: 100%;
}

body{
    background-color: white;
}

main{
    width: 100%;
    font-family: 'montserrat', sans-serif;
    font-weight: 100;
}


/* ------- HEADER ------- */

.contenedora{
    width: 100%;
    padding: .5em;
    background-color: #2e482a;
    display: flex;
    justify-content:center;
    align-items: center;
}

#logomerlo{
    width: 100%;
    text-align:left;
    margin: 0 0 0 .4em;
}
    
#logomerlo img{
    width: 70%;
}


/* ------- MENU ------- */


#llamamenu{
    background-color: #2e482a;
    color: #aac28f;
    cursor: pointer;
    margin: 0 1em 0 .1em;
    padding: 0;
    width: 2.5em;
    height: 2.5em;
    display: flex;
    position: relative;
    z-index: 9999;
}

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

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

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

header nav ul li{
    margin: 1em 1em;
    padding: .5em;
    border-bottom: solid #aac28f .1em;
    width: 100%;
    text-align:left;
    align-items: center;
    align-content: center;
    justify-content: center;
}

header nav ul li a{
    color: #aac28f;
    text-align: center;
    text-decoration: none;
    font-family: 'montserrat', sans-serif;
    font-weight: 100;
}

header nav ul li a:{
    color:white;
}



/* ------- GENERALES ------- */

h1{
    background-color: #326441;
    color:white;
    margin: 1em .5em;
    padding: 1em;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
}

h4{
    background-color: #cfe579;
    margin: 1em 2em;
    padding: .4em;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.1em;
    font-family: 'Playfair Display', serif;
}

h5{
    font-weight: 400;
    text-align: center;
    font-size: 1em;
    text-decoration: underline;
}

p{
    text-align:center;
    margin: 1em;
    color: #182916;
    font-weight: 300
}

.subtitulos{
    font-family: 'montserrat', sans-serif;
    font-weight: 100;
}

.bienvenida{
    padding: .5em;
}

.bienvenida h4{
    font-family: 'montserrat', sans-serif;
    font-weight: 100;
    background-color: rgba(255, 255, 255, 0);
    font-size: 1.1em;
}

.bienvenida span{
    color:#182916;
    font-weight: bold;
}

.botones{
    display: flex;
    flex-direction: column;
    margin: 1em 1em 3em 1em;
}

.botones a{
    color:#182916;
    font-family:'montserrat', sans-serif;
    font-size: 1em;
    text-decoration:none;
}

.botones h3{
    background-color: #aac28f;
    margin: .2em;
    padding: 1em;
}


.formularios{
    margin: .5em .8em;
    display: flex;
    flex-direction: column;
}

.formularios input,
.formularios select,
.formularios .textarea9{
    border: solid #182916 .2em;
    border-radius: .8em;
    padding: .4em;
    font-family:'montserrat', sans-serif;
}

.formularios label{
    margin: 0 .8em;
    font-size: .9em;
}

input:focus{
    background-color: rgba(170, 194, 143, 0.38);
    outline: 0;
}

select:focus{
    background-color: rgba(170, 194, 143, 0.38);
    outline: 0;
}

input,
select{
    width: 80%;
    border: solid black .1em;
    border-radius: .4em;
    padding: .2em;
    margin: .3em .3em 1em;
}

select{
    width: 84%;
}

button{
    border-radius: .2em;
    margin: .5em 0 0;
    padding: .45em 2em;
    text-align: center;
    background-color: #326441;
    color: white;
    align-self:flex-start;
    font-family: 'montserrat', sans-serif;
    font-weight: 100;
    font-size: 1em;
}

button a{
    color: white;
    text-decoration: none;
}

.subir {
    text-align: right;
    margin: 0 .5em;
    text-decoration: none;
    color: #182916;
    font-weight: bold;
    padding: 1.5em 0;
}

.subir a{
    align-content: flex-end;
    align-items: flex-end;
    align-self: flex-end;
    text-align: right;
}

.subir:hover {
    text-decoration: underline;
}



/* ------- INICIO ------- */


.slider{
    width: 100%;
}

.slider p{
    font-size: .8em;
    text-align: left;
    margin: 1em 6em 1em 2em;
    color:#182916;
}

.slider h5{
    font-size: .8em;
    font-weight: 400;
    text-align: left;
    margin: 1em 6em 1em 2em;
    text-decoration: none;
    color:#182916;
}

.slider h4{
    font-family: 'montserrat', sans-serif;
    font-size: .8em;
    font-weight: 100;
    width: 40%;
}

.slider h4 a{
    color:black; 
    text-decoration: none;
}

/* CONTENEDORA 1 */

.textoDesktop{
    display: none;
}

.rectanguloBusqueda{
    display: none;
}

.imgCuadrado{
    object-fit:cover;
    object-position: center center;
    width: 12em;
    height: 9.5em;
    display: block;
}

.contenedora1 article{
    display: flex;
    flex-direction:row;
    justify-content:space-between;
    margin: .4em 0em;
    width: 100%;
    padding: 0em;
    align-items: center;
    background-color: #aac28f;
}

.texto{
    width: 100%;
    flex-basis: 130%;
    margin: 0 0 0 .8em;
    display: flex;
    flex-direction: column;
    justify-content:center;
}

.recorrido .texto p{
    text-align:start;
    margin: .5em .8em .4em;
}

.recorrido .texto h4{
    text-align:start;
    margin: .5em 0em .1em .7em;
}

.contenedora1 article h4{
    margin: .5em 0em .1em .7em;
    padding: 0;
    color: white;
    text-align: left;
    font-size: .9sem;
    background-color: rgba(0, 0, 0, 0);
}

.contenedora1 article p{
    text-align:left;
    margin: .5em .5em .5em .8em;
    font-size: .75em;
    padding: 0;    
}

.busqueda input{
    width: 70%;
    border: none;
    padding: .2em 1em .27em;
    border-radius: .3em;
    margin: .5em .5em 1em 1em;
    font-family: 'montserrat', sans-serif;
    font-style: italic;
    font-size: .7em;
    box-shadow: .2em .1em .5em rgba(0, 0, 0, 0.22);
}

.busqueda input:focus{
    background-color: white;
    outline: 0;
}

.contenedora1 article a{
    color: #182916;
    text-transform: uppercase;
    text-decoration: none;
}

.contenedora1 article a:hover{
    text-decoration: underline;
}

.contenedora1 .masinfo{
    align-self:flex-start;
    font-size: .8em;
    background-color: #cfe579;
    padding: .2em .2em .4em;
    margin: .5em .8em;
    text-align: center;
    margin-top: .5em;
}



/* CONTENEDORA 2 */

.contenedora2{
    margin: .5em .5em 0;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}

.contenedora2 article{
    margin-bottom: .5em;
    flex-basis: 49%;
    display: flex;
    flex-direction: column;
    background-color: #aac28f;
}

.contenedora2 img{
    width: 100%;
}

.descripcionCuadricula{
    display: flex;
    flex-direction: column;
}

.contenedora2 article h4{
    margin: .5em .5em 0;
    padding: 0;
    color: white;
    font-size: 1em;
    background-color: rgba(0, 0, 0, 0);
}

.contenedora2 article p{
    margin: .5em .3em;
    font-size: .8em;
}

.contenedora2 article a{
    color: black;
    text-transform: uppercase;
    text-decoration: none;
}

.contenedora2 .masinfo{
    align-self: center;
    font-size: .84em;
    background-color: #cfe579;
    padding: .4em .5em .6em;
    margin: .5em 1em;
}

.contenedora2 article a:hover{
    text-decoration: underline;
}






/* ------- PUNTOS ------- */

.puntosreciclaje li{
    background-color: #aac28f;
    margin: 1em;
    padding: .8em;
    font-size: .8em;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.puntosreciclaje img{
    display: none;
}

.direccionubicacion p{
    text-align: left;
    margin: 0;
}

.puntosreciclaje .direccionpuntos{
    font-weight: bold;
    font-size: 1.3em;
    line-height: 2em;
    color: #182916;
}

.puntosreciclaje .material-icons{
    color:white;
    font-size: 3.5em;
    margin: .1em;
}

.puntosreciclaje .subtextodireccion{
    color: #182916;
}


.textofinalpuntos a{
    color: black;
    cursor:pointer;
    font-weight: 400;
}

.mapapuntos{
    display: none;
}



/* ------- RECORRIDO ------- */

.cajarecolectores{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cajarecolectores li{
    width: 40%;
    margin: .5em;
    text-align: center;
    background-color: #aac28f;
    padding: .5em;
}

.fechasRecoleccion ul li{
    margin: .1em 1em 0em 1em;
    padding: .5em;
    padding-left: 1.5em;
    margin-bottom: 1em;
    list-style: none;
    display: block;
    line-height: 1.5em;
    background-color: #2e482a;
    color: white;
}

.fechasRecoleccion ul li a{
    color:white;
}

.fechasRecoleccion ul li span{
    font-weight: bold;
    color: #cfe579;
}


.recolectores span{
    display: block;
    font-weight: bold;
    line-height: 2.3em;
}

.recolectores span img{
    width: 80%;
}

.datosrecolectores li{
    margin: 0;
    padding: 0;
    width: 100%;
}

/* ------- SE PARTE ------- */


.listapuestos{
    display: none;
}


.textoPuestosDonar a{
    color:black;
    font-weight: 400;
}

.banco{
    border: solid #c7c7c7 .3em;
    margin: 1em 2em;
    padding: 1em;
}




/* ------- ENVIAR ------- */


.mainenviar{
    text-align: center;
    margin: 2em;
}

.mainenviar h2{
    margin-bottom: 1em;
    color:#182916;
    line-height: 2em;
}

.mainenviar figure{
    width: 100%;
}

.contenedoraseguinavegando{
    margin: .5em .5em 0;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}

.contenedoraseguinavegando h2{
    width: 100vw;
    text-align: center;
    margin-bottom: 1em;
    font-weight: 500;
    color:#182916;
    border: solid .1em rgba(170, 194, 143, 0.65);
    padding: .2em;
}

.contenedoraseguinavegando article{
    margin-bottom: .5em;
    flex-basis: 49%;
    background-color: #aac28f;
}

.contenedoraseguinavegando img{
    width: 100%;
}

.descripcionCuadriculaEnviar{
    margin: 0 0 1em 0;
}

.contenedoraseguinavegando article h4{
    margin: .5em .5em 0;
    padding: 0;
    color: white;
    font-size: 1em;
    background-color: rgba(0, 0, 0, 0);
}

.contenedoraseguinavegando article a{
    color: black;
    text-transform: uppercase;
    text-decoration: none;
}

.contenedoraseguinavegando article a:hover{
    text-decoration: underline;
}


/* ------- LOGROS ------- */
    
.recaudado p{
    margin: .3em;
    margin-bottom: 1em;
    line-height: 3.5em;
}

.recaudado span{
    background-color: #cfe579;
    border-radius: 2em;
    text-decoration: underline;
    padding: .3em 3.5em;
    font-size: 1.5em;
    box-shadow: .2em .1em .5em rgba(0, 0, 0, 0.22);
}

.recaudado form{
    text-align: center;
}

progress{
    margin: 1em 0;
    width:20em;
    height:2em; 
}
    
progress::-webkit-progress-bar {
    background:#ccc8c8;
    border-radius: 1em;
}
progress::-webkit-progress-value {
    background:#cfe579;
    border-radius: 1em;
    border-bottom-right-radius: 0em;
    border-top-right-radius: 0em;
}

.galeria{
    width: 100%;
    margin: .5em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.galeria figure{
    width: 90%;
    margin: 1em;
    text-align: center;
    background-color: #aac28f;
}

.galeria figcaption{
    font-weight: bold;
    margin: 1em;
    text-transform: uppercase;
}

.galeria a{
    color: black;
    text-decoration: none;
}

.galeria a:hover{
    text-decoration: underline;
}

.galeria figcaption span {
    font-weight: 100;
    display: block;
    margin-top: .5em;
    margin-bottom: 1em;
    text-transform: none;
}


/* GALERIA*/

.galeriaColectas{
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
}

.subtitulogaleria{
    display: flex;
    flex-wrap: wrap;
    margin-left: 1em;
    margin-bottom: 1em;
    align-items: center;
}

.galeriaColectas h3 {
    font-size: .9em;
    padding-left: 1em;
    width: 70%;
}

.galeriaColectas .material-icons{
    color: #326441;
}

.galeriaColectas figure{
    width: 70%;
    margin: .2em;
    position: relative;
}

.galeriaColectas img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 40vmin;
    display: block;
}

.galeriaColectas figcaption {
    background-color: rgba(0, 41, 0, 0.5);
    color: white;
    padding: .5em;
    text-transform: uppercase;
    font-weight: 300;
    font-size: .6em;
    position: absolute;
    width: 96.5%;
    height: 6.5%;
    top: calc( 100% - 2em );
}

.textoColectas{
    margin: 1em 2em;
}

.textoColectas a{
    color: black;
}

/* ------- TUTORIALES Y TIPS ------- */

.quereciclar li{
    margin: .2em 2em;
    padding: 0.5em;
    font-weight: 300;
}

.quereciclar li span{
    font-style: italic;
}

.quereciclar ul{
    margin: 0 0 2em 0;
}

.quereciclar p{
    margin: .2em 2em;
    padding: 0.5em; 
}

.poreso{
    text-decoration: underline rgba(170, 194, 143, 0.77) .2em;
    font-size: 1.2em;
}

.comoreciclar p{
  margin: .2em 2em;
  padding: 0.5em;
}

.contenedormateriales{
    text-align: center;
}

.contenedormateriales h3{
    text-align: center
}

.contenedormateriales img{
    width: 50%;
}

.pasos{
    margin: .5em 2em ;
    border: solid .2em rgba(170, 194, 143, 0.73); 
    padding: 0.5em ;
    flex-direction: column;
    margin-top: 2em;
    border-radius: .5em;
    flex-basis:  18%;
}

.pasos h3{
    text-decoration: underline .2em rgba(170, 194, 143, 0.73);
}

.botellasamor h5{
    margin: .2em 2em;
    padding: 0.5em; 
}

.botellasamor p{
    margin: .2em em;
    padding: 0.5em; 
}

.botellasamor span{
    margin: .0.5em 0.5em;
    padding: 2em;
}


#contenedorvideo {
    position: relative;
    width: 80vw;
    margin: 0 auto;
    background-color: aliceblue;
    padding-bottom: 56.25%;
}

#contenedorvideo iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
    
.objetosreciclados h5{
   margin: .2em 2em;
   padding: 0.5em; 
}

.objetosreciclados p{
   margin: .2em 2em;
   padding: 0.5em; 
}

.comoreciclar .span{
    margin: .2em;
}


.objetosreciclados strong{
    font-size: 1.4em;
}

.yvos{
    font-size: 1.2em;
}

.mesa figure p{
    font-size: 0.9em;
}

.maderas figure p{
    font-size: 0.9em;
}

.ecoladrillos figure p{
    font-size: 0.9em;
}

.parque figure p{
    font-size: 0.9em;
}

/* ------- NOVEDADES ------- */

.bienvenida form,
.bienvenida button{
    align-items: center;
    align-self: center;
}

.novedades{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    margin: 1em;
    border: solid .1em rgba(172, 172, 172, 0.63);
    margin: 1em;
    padding: 1em;
}

.novedades h4{
    background-color: rgba(255, 255, 255, 0);
    text-align: start;
    margin: .5em 0;
    padding: 0;
    font-size: 1.3em;
}

.novedades p{
    text-align: start;
    margin: 0;
}

.novedades .textonotas{
    margin-bottom: .5em;
}

.novedades h4:first-of-type{
    color:#182916;
}

.novedades a{
    color: #182916;
}

 .novedades img{
    width: 100%;
}

.novedades figure{
    text-align: start;
}

.novedades .cajamasinfo{
    align-self:flex-start;
    font-size: .9em;
    background-color: #cfe579;
    padding: .2em .2em .4em;
    text-align: center;
    margin-top: auto;
    width: 30%;
    text-transform: uppercase;
}


/* ------- ARTICULOS ------- */

.articulosNovedades{
    width: 100%;
    text-align: center;
}

.articulosNovedades img{
    width: 90%;
}

.firmaaca a{
    color: black;
    text-transform: uppercase;
}

.firmaaca img{
    width: 60%;
}

.contenedorVideoArticulos{
    position: relative;
    width: 90vw;
    margin: 0 auto;
    padding-bottom: 56.25%;
}

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

.listareciclablespadua{
    margin: 0 1em;
    padding: 0;
}

.listareciclablespadua li{
    line-height: 1.5em;
    margin: 1em;
    text-align: left;
}

.listareciclablespadua li span{
    font-size: 1.2em;
}
    
.textoArticulosNovedades .listareciclablespadua li::before{
    content: "\2022";
    color:rgba(170, 194, 143, 0.77);
    font-size: 3em;
    margin-right: .1em;
    display: inline-block;
    vertical-align: -.15em;
}


.textoArticulosNovedades a{
    color: black;
}




/* ------- QUIENES SOMOS ------- */

.quienessomos a{
    color:black;
    font-weight: 400;
}


.fotoDosHistoria{
    margin-bottom: 1.5em;
}


/* ------- CONTACTO ------- */



.datos li{
  margin: .2em 2em;
  padding: 0.5em; 
  padding-top: 1em;
}

.bienvenida h3{
    text-align: center;
}

.datos a,
.manucipalidad a{
    color:black;
    text-decoration: none;
}

.formularioContacto input,
.formularioContacto textarea,
.formularioContacto button{
    align-self: center;
}

.formularioContacto label{
    margin-left: 2.8em;
}

.textarea9{
    height: 7em;
    width: 21em;
    margin-left: .5em;
}


/* ------- FOOTER ------- */

footer{
    background-color: #2e482a;
    padding: 1em;
    font-family: 'montserrat', sans-serif;
    font-weight: 100;
}

footer h5{
    color: white;
    text-decoration:underline;
    text-align: start;
    font-size: .9em;
}

.navFooter{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.seccionesFooter nav ul li{
    border: none;
    padding: 0;
}

.seccionesFooter nav ul li a{
    color:white;
    font-size: .65em;
    text-decoration: none;
}

.seccionIzq{
    flex-basis: 70%;
}

.seccionDer{
    flex-basis: 40%;
}

.seccionDer ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:center;
    text-align:center;
}

.seccionDer img{
    width: 30%;
    margin: 1em .5em;
}

footer figure{
    display: none;
}

.seccionDerDesktop{
    display: none;
}



/* ------------- ESCRITORIO -------------  */


@media all and (min-width: 992px){

    

/* ------------- GENERALES -------------  */   
    
    main{
        width: auto;
        margin: 0 2em 1em;
        min-height: calc(100vh - 100px - 230px);
    }
    
    h1{
        width: 30%;
    }
    
    #active{
        background-color: white;
    }
    
    .formularios{
        justify-content: space-around;
    }
    
    .formularios input{
        width: 90%;
    }
    
    select{
        width: 92%;
    }
    
    .bienvenida p{
        text-align: left;
        width: 50%;
    }
    
    .bienvenida h4{
        width: 50%;
        text-align: left;
    }
    
    .botones{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .botones h3{
        padding: 2em 1em 1em 1em;
        margin: .5em .5em;
        width: 13%;
        max-width: 13%;
        min-width: 16%;
        font-size: 1.5em;
        font-weight: 900;
        border-radius: .2em;
        display:inline-block;
        position: relative;
    }
    
    .botones h3::after{
        content: " ";
        position: absolute;
        width: 5%;
        height: .08em;
        background-color: #182916;
        top: 1.3em;
        left: 1em;
    }
    
    
    
    
/* ------------- HEADER -------------  */
    
    #llamamenu{
        display: none;
    }
    
    header nav .visible a {
        justify-content: center;
        padding: .5em 1em;
    }
    
    .contenedora{
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        padding: 0;
        margin: 0;
        left:30%;
        align-items:stretch;  
    }
    
    .contenedora > div{
        justify-content:center;
        text-align: center;
    }
    
    #logomerlo img{
        width: 20%;
        padding: .5em;
    }
    
    .secciones nav ul{
        background-color: rgb(207, 229, 121);
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content:center;
        background-color: #cfe579;
        height: auto;
        width:auto;
        position:static;
        transition: none;
        padding: .5em;
        margin: 0;
    }
    
    .secciones nav ul.visible{
        left: auto;
    }

    .secciones nav ul li{
        margin: .2em;
        width: 11.3em;
        text-align: center;
        font-size: .8em;
        padding: 1em .1em;
        border: none;
    }
    
    .secciones nav ul li:hover{
        background-color: white;
    }
    
    .secciones nav ul li a{
        color: black;
        text-decoration: none;
    }
    
   
    
    
 /* ------------- INICIO -------------  */
    
    .slider{
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        margin: 0 2em;
    }
    
    .slider figure{
        max-width: 100%;
        height: auto;
    }
    
    .slider figure img{
        width: 60%;
    }
    
    .slider figcaption{
        flex-basis: 30%;
        font-size: 1em;
    }
    
    .slider h5{
        margin-bottom: 2em;
        margin-top: 2em;
    }
    
    .slider h4{
        margin-bottom: 0;        
    }
    
    .slider h4 a{
        color:black; 
        text-decoration: none;
    }
    
    
    
/* -- CONTENEDORA 1 -- */    
    
    .textoDesktop{
        display: block;
    }

    .contenedora1 article{
        margin: 1em 4em;
        width: auto;
        height: 18em;
        align-items:center;
    }
    
    .contenedora1 article h4{
        font-size: 1.5em;
        margin: .1em;
    }
    
     .imgCuadrado{
        object-fit: cover;
        object-position: center center;
        width: 50%;
        max-width: auto;
        min-width: 21em;
        max-height: 18em;
        min-height: 18em;
        display: block;
        margin: 0;
        padding: 0;
    }
    
    /* PUNTOS */

    .puntos .texto{
        margin: 0 1em 0 4em;
        height: 16em;
        display: flex;
        justify-content:space-around;
        flex-basis: 100%;
    }
    
    .contenedora1 .puntos p{
        width: 66%;
        font-size: .9em;
    }
    
    .busqueda input{
        padding: .6em;
        margin: 0em 1em .5em;
        font-size: 1em;
        width: 64%;
    }
    
    .rectanguloBusqueda{
        display: flex;
        flex-direction: row;
        width: 65%;
        background-color: #2e482a;
        color: white; 
        font-size: .9em;
        padding: .5em;
        margin: 0 1em;
        border-radius: .3em;
        box-shadow: .2em .1em .5em rgba(0, 0, 0, 0.22);
    }
    
    .rectanguloBusqueda p{
        color: white;
    }
    
    /* RECTANGULOS */
    
    .rectangulos{
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    
    .recorrido .texto,
    .seParte .texto{
        margin: 1em;
        height: 90%;
        justify-content: space-around;
        width: 50%;
        max-width: 50%;
        min-width: 20%;
        max-height: 15em;
        min-height: 16em;
    }
    
    .contenedora1 .rectangulos p{
        font-size: .9em;
        width: 90%;
    }
    
    .contenedora1 .rectangulos .masinfo{
        font-size: .9em;
    }
    
    .rectangulos .imgCuadrado{
        object-fit: cover;
        object-position: center center;
        width: 50%;
        max-width: auto;
        min-width: 11em;
        max-height: 18em;
        min-height: 18em;
        display: block;
        margin: 0;
        padding: 0;
    }
    
    /* RECORRIDO */
    
    .recorrido .texto h4{
        margin: .1em;
    }
    
    .rectangulos .recorrido{
        margin: 1em 0.5em 1em 4em;
        width: 100%;
    }
    
    /* SE PARTE */
    
    .rectangulos .seParte{
        width: 100%;
        margin: 1em 4em 1em 0.5em;
    }
    
    
    
    
/* -- CONTENEDORA 2 -- */
    
    .contenedora2 article{
        flex-basis: 24%;
    }
    
    .contenedora2{
        margin: 1em 4em;
    }
    
    .contenedora2 figcaption{
        font-size: 1.3em;
        background-color: rgba(46, 72, 42, 0.81);
        position:absolute;
        width: 100%;
        height: 100%;
        top: calc(100% - 1.9em);
        transition: all .6s ease;
    }
    
    .contenedora2 figure{
        position:relative;
        overflow: hidden;
    }
    
    .imagenesCuadricula img{
        display: block;
    }
    
    .contenedora2 figure:hover figcaption{
        top: 0;
        transition: all .3s ease;
        justify-content:space-around;
    }
    
    .contenedora2 figure figcaption p{
        color: white;
    }


  
    
/* ------------- PUNTOS -------------  */
    
    .fotopuntos{
        display: none;
    }
    
    .mapapuntos{
        display: block;
        align-self:stretch;
    }
    
    .fotocuadradopuntos{
        object-fit: cover;
        object-position: center center;
        width: 100%;
        height: 33em;
    }
    
    .puntosreciclaje,
    .mapapuntos{
        flex-basis: 50%;
        margin: 1em;
    }
    
    .puntoscontenedora{
        display: flex;
    }
    
    .puntosreciclaje ul li{
        height: 8em;
    }
    
    .direccionubicacion{
        flex-basis: 75%;
    }
    
    .direccionubicacion p{
        font-size: 1.2em; 
        margin-left: 1em;
        text-align: left;
    }
    
    .puntosreciclaje ul li img{
        display: block;
    }

    .imgPuntosCuadrado{
        object-fit: cover;
        object-position: center center;
        min-width: 35%;
        height: 8.1em;
        flex-basis: 5%;
    }
    
/* ------------- RECORRIDO -------------  */
    
    .recolectores ul{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    
    .cajarecolectores li{
        width: 40%;
        height: 20%;
        font-size: 1em;
        text-align: start;
    }
    
    .recolectores figure{
        display: flex;
        flex-direction: row;
    }
    
    .recolectores figure figcaption{
        margin: 0 1em;
    }
    
    .recolectores figure figcaption span{
        font-size: 1.5em;
    }
    
    .datosrecolectores li{
        display: flex;
        flex-direction: column;
        width: 100%;
        line-height: 1.5em;
    }
    
    .recolectores img{
        width: 28%;
        height: 28%;
    }
    
    .recolectores span img{
        width: 20%;
    }
    
    .fechasRecoleccion p{
        text-align: start;
        padding-left: 3em;
    }
    
    .fechasRecoleccion ul{
        display: flex;
        flex-direction: row;
        justify-content:space-between;
        flex-wrap: wrap; 
        padding-left: 4em;
        padding-right: 4em;
    }
    
    .fechasRecoleccion ul li{
        width: 20%;
        margin: 1em 0;
    }
    
    .formularioRecoleccion .formularios{
        align-items: center;
    }
    
    .formularioRecoleccion input,
    .formularioRecoleccion select{
        width: 50%;
    }
    .formularioRecoleccion button{
        align-self: center;
    }
    
    
    
/* ------------- SE PARTE -------------  */
    
    .puestosDonar{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
    
    .puestosDonar h4{
        width: 195%;
    }
    
    .puestosDonar p{
        padding: 1em 5em 0 3em;
        text-align: left;
    }
    
    .listapuestos{
        display: block;
        padding: 0 5em 1em 4.5em;
    }
    
    .listapuestos span{
        font-weight: 500;
    }
    
    .textoPuestosDonar .listapuestos li::before{
        content: "\2022";
        color:rgba(170, 194, 143, 0.77);
        font-size: 3em;
        margin-right: .1em;
        display: inline-block;
        vertical-align: -.15em;
    }
    
    .textoPuestosDonar p{
        margin-bottom: 0em;
    }
    
    .textoPuestosDonar,
    .formularios{
        flex-basis: 50%;
    }
    
    .puestosDonar .formularios{
        margin-top: 5em;
    }
    
    .puestosDonar .formularios button{
        align-self: baseline;
    }
    
    .banco{
        width: 50%;
        margin: 2em 4em 1em;
    }
    
/* ------- ENVIAR ------- */    
    
    .mainenviar figure img{
        width: 30%;
    }
    
    .mainenviar h2{
        font-size: 2em;
    }
    
    .contenedoraseguinavegando h2{
        width: 100vw;
        text-align: center;
        margin-bottom: 1em;
        border-top:none;
        border-left: none;
        border-right: none;
    }
    
    .contenedoraseguinavegando article{
        flex-basis: 15%;
    }
    
    .contenedoraseguinavegando{
        margin: 1em 4em;
    }
    
    .contenedoraseguinavegando figcaption{
        font-size: 1.3em;
        background-color: rgba(46, 72, 42, 0.81);
        position:absolute;
        width: 100%;
        height: 100%;
        top: calc(100% - 1.9em);
        transition: all .6s ease;
    }
    
    .contenedoraseguinavegando figure{
        position:relative;
        overflow: hidden;
    }
    
    .imagenesCuadricula img{
        display: block;
    }
    
    .contenedoraseguinavegando figure:hover figcaption{
        top: 0;
        transition: all .3s ease;
        justify-content:center;
    }
    
    
    
/* ------- LOGROS ------- */
    
    progress{
        width:40em;
    }

    .galeria{
        justify-content: center;
    }
    
    .galeria figure{
        width: 20%;
    }
    
    
    
/* GALERIA */
    
    
    .galeriaColectas {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 1em;
    }
    
    .subtitulogaleria{
        width: 100vw;
    }

    .galeriaColectas h3 {
        padding-left: 1em;
        font-size: 1em;
    }

    .galeriaColectas figure {
        width: 30vmin;
    }

    .galeriaColectas img {
        width: 30vmin;
        height: 30vmin;
    }

    .galeriaColectas figcaption {
        font-size: .7em;
        width: 28.7vmin;
        height: 4%;
    }
    
    .textoColectas{
        width: 54%;
        margin: 1em auto;
        margin-bottom: 2em;
        text-align: center;
    }
    
    
    
    

/* ------- TUTORIALES Y TIPS ------- */

    .bienvenida h4{
        margin: .1em;
    }
    
    .listaobjetos{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .listaobjetos li{
        flex-basis: 30%;
    }
    
    .quereciclar{
        width: 100%;
    }
    
    .textoentutoriales{
        margin: 0 15em 0 15em;
    }
    
 
    
    .contenedormateriales{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    
    .pasos{
        margin: ;
        border-radius: .4em;
        padding: ;
    }
    
    #contenedorvideo{
        position: relative;
        margin: 0 auto;
        width: 40vw;
        height: 20vw;
        padding-bottom: 0;
    }
    
    #contenedorvideo iframe{
        position: absolute;
        width: 40vw;
        height: 20vw;
        top: 0px;
        left: 0px;
    }
    
 /* ------- NOVEDADES ------- */   
    
    
    .bienvenida form,
    .bienvenida button{
        align-items: flex-start;
        align-self: flex-start;
        width: 35%;
    }
    
    .bienvenida button{
        margin-left: .4em;
        width: 25%;
    }
    
    .notasnovedades{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .novedades{
        width: 100%;
        flex-basis: 25%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
        margin: 1em 2em;
    }
    
    .novedades h4{
        background-color: rgba(255, 255, 255, 0);
        text-align: start;
        margin: 1em 0;
        padding: 0;
    }
    
    .novedades h4 a{
        text-decoration: none;
    }
    
    .novedades h4:hover{
        text-decoration: underline;
    }
    
    .novedades p{
        width: 90%;
        flex-basis: 50%;
        text-align: start;
        margin: 0;
    }
    
    .novedades figure{
        text-align: start;
    }
    
    .fotonotas{
        display: block;
        align-self:stretch;
    }
    
    .imgfotonotas{
        object-fit: cover;
        object-position: center center;
        width: 100%;
        height: 19em;
    }
    
    .novedades .cajamasinfo{
        margin-top: auto;
    }
    
    .novedades .cajamasinfo{
        text-decoration: none;
    }
    
    .novedades .cajamasinfo:hover{
        text-decoration:underline;
    }

/* ------- ARTICULOS ------- */

    .articulosNovedades{
        width: 100%;
        text-align: left;
        display: flex;
        justify-content: space-around;
    }

    .articulosNovedades img{
        width: 30%;
        object-fit: cover;
    }
    
    .articulosNovedades p{
        text-align: left;
        width: 90%;
    }
    
    .firmaaca{
        text-align: center;
    }

    .firmaaca img{
        width: 10%;
    }
    
    .contenedorVideoArticulos{
        position: relative;
        margin: 0 auto;
        width: 45vw;
        height: 20vw;
        padding-bottom: 0;
    }
    
    .contenedorVideoArticulos iframe{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
    }
    
    
/* ------- QUIENES SOMOS ------- */


    .articulosNovedades{
        margin: 1em;
    }
    
    .articulosNovedades img{
        width: 32.7%;
        margin-left: .3em;
    }
    
    .fotoDosHistoria{
        margin-bottom: 0;
    }
    
    
/* ------- CONTACTO ------- */
   
    .bienvenida h3{
        text-align: left;
        margin: 1em;
    }
    
    .datos{
        display: flex
    }
    
    .nuestrosdatos,
    .municipalidad{
        flex-basis: 50%
    }
    
    .formularioContacto input,
    .formularioContacto textarea{
        width: 30%;
    }

    .formularioContacto label{
        text-align: center;
    }
    
    .infomerlorecicla a:hover{
        text-decoration: underline;
    }
    
    .municipalidad a:hover{
        text-decoration: underline;
    }
    
    
/* ------- FOOTER ------- */
    
    footer{
        padding: .5em 2em 0;
    }
    
    .seccionesFooter a:hover{
        text-decoration: underline;
    }
    
    .navFooter{
        align-items: center;
        width: 100%;
        font-size: 1.3em;
    }
    
    .seccionIzq{
        flex-basis:20%;
        align-self:stretch;
        padding: .5em 0;
    }
    
    .seccionIzq ul{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .seccionIzq ul li{
        flex-basis:50%;
    }
    
    footer figure{
        display: block;
        flex-basis:auto;
    }
    
    .logoacumar{
        width: 10em;
        max-width: 10em;
        min-width: 10em;
    }
    
    .seccionDer{
        display: none;
    }
    
    .seccionDerDesktop{
        display: block;
        flex-basis: auto;
    }
    
    .seccionDerDesktop ul{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content:center;
        text-align:center;
        padding: .5em 0;
        width: 100%;
    }
    
    .seccionDerDesktop ul li{
        text-align: start;
        font-size: 1em;
        width: 100%;
    }
     
    .seccionDerDesktop img{
        width: 1.2em;
    }

    
    
}
