* {
    box-sizing: border-box;
    font-size: 16px;
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}


/*

font-family: 'Roboto Condensed', sans-serif;
font-family: 'Fira Sans Extra Condensed', sans-serif;
#67AA38
*/









/*
==========================================
==========================================
            INFO
==========================================
==========================================
*/

.info {
    position: fixed;
    width: 100%;
    z-index: 30;
    bottom: -6px;
    background-color: #1DB0F4;
    text-align: center;
    padding-top: 10px;
}

.cada-info {
    display: inline-block;
}

.info p {
    display: inline-block;
    color: #fff;
    margin-right: 20px;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-weight: lighter;
    font-size: 0.9em;
}

.info img {
    height: 22px;
}




/*=============================================
=============================================
=============================================
==============  MEDIA QUERIES INFO  =============
=============================================
=============================================
=============================================*/


/*=============================================
==============  570PX  ========================
=============================================*/

@media only screen and (max-width: 570px) {
    
    .info {
        position: fixed;
        width: 100%;
        z-index: 30;
        bottom: -6px;
        background-color: #1DB0F4;
        text-align: center;
        padding-top: 10px;
    }
    
    .cada-info {
        display: block;
        margin-bottom: -10px;
    }

    .info p {
        display: inline-block;
        color: #fff;
        font-family: 'Fira Sans Extra Condensed', sans-serif;
        font-weight: lighter;
        font-size: 0.9em;
    }

    .info img {
        height: 19px;
    }
    
}











/*
==========================================
==========================================
            NAV
==========================================
==========================================
*/



nav {
    position: relative;
    background-color: #67AA38;
    height: 60px;
    padding-top: 20px;
    padding-right: 20px;
    text-align: right;
}

.nav-list {
    position: relative;
    width: 100%;
    display: inline-block;
}

.nav-item {
    position: relative;
    display: inline-block;
    height: 60px;
    width: 105px;
    padding-top: -30px;
    text-align: center;
}

.nav-item a {
    position: relative;
    display: inline-block;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.2em;
    top: -20px;
    height: 100%;
    width: 100%;
    padding-top: 15px;
    text-decoration: none;
    transition: all 0.5s;
}

.nav-item a:hover {
    background-color: #467923;
}



.ham {
  display: none;
}

.active {
    display: block;
}




/*=============================================
=============================================
=============================================
==============  MEDIA QUERIES NAV  =============
=============================================
=============================================
=============================================*/


/*=============================================
==============  660PX  ========================
=============================================*/
/*
@media only screen and (max-width: 660px) {
    
    nav {
        padding-right: 0;
    }
    
    .nav-item {
        height: 60px;
        width: 100px;
    }

    .nav-item a {
        font-size: 1.1em;
    }
}

*/

@media only screen and (min-width: 660px) {
    
    .nav-list {
        display: inline-block !important;
    }
}


@media only screen and (max-width: 660px) {
    
    .ham {
        position: relative;
        display: inline-block;
        color: #fff;
        background: #467923;
        font-style: normal;
        font-size: 1.2em;
        padding: 15px;
        height: 60px;
        top: -20px;
    }
    
    .ham:hover {
        background-color: #92e55a;
        text-decoration: none;
    }
    
    
    nav {
        z-index: 30;
        padding-top: 20px;
        text-align: right;
    }

    .nav-list {
        display: none;
        background-color: #67AA38;
        height: 320px;
        width: 90%;
        position: relative;
        padding-top: 20px;
        top: 40px;
        left: 30px;
    }

    .nav-item {
        position: relative;
        display: block;
        height: 60px;
        width: 100%;
        padding-top: -30px;
        text-align: center;
    }

    .nav-item a {
        position: relative;
        display: inline-block;
        color: #fff;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 1.2em;
        top: -20px;
        height: 100%;
        width: 100%;
        padding-top: 15px;
        text-decoration: none;
        transition: all 0.5s;
    }
    
    .open {
        display: block;
    }
    
}












/*==================================================================
====================================================================
=========================     REDES     =========================
====================================================================
==================================================================*/



#redes {
    background-color: #69A940;
    position: fixed;
    right: 0;
    top: 300px;
    width: 50px;
    height: 130px;
    z-index: 200;
    text-align: center;
    padding-top: 11px;
}

.cada-red {
    
}

#redes h3 {
    color: #fff;
    margin-bottom: 20px;
    font-weight: 100;
}

#redes img {
    height: 45px;
    padding: 7px;
    transition: all 0.5s ease;
    margin-bottom: 20px;
}

#redes img:hover {
    background-color: #134525;
    padding: 7px;
    border-radius: 10px;
}

#redes p {
    color: #3dcc71;
}

























/*
==========================================
==========================================
            CARRUSEL
==========================================
==========================================
*/


.carousel-item {
    min-width: 100%;
}

.carousel-item img {
    width: 105%;
}



/*
==========================================
==========================================
            FLOTANTE
==========================================
==========================================
*/

#flotante {
    position: absolute;
    z-index: 20;
    top: 100px;
    left: 30px;
    width: 30%;
    background-color: rgba(105, 169, 64, 0.8);
    padding: 30px 20px 10px 20px;
    border-radius: 30px;
    text-align: center;
}

#flotante img {
    margin: 0 auto;
    padding: 15px;
    border-radius: 15px;
    width: 70%;
}

#flotante h1, #flotante h5 {
    color: #fff;
}

#flotante h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 2.6em;
    line-height: 1.1;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    margin-top: 20px;
}

#flotante h5 {
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    margin-bottom: 20px;
}








/*=============================================
=============================================
=============================================
==============  MEDIA QUERIES FLOTANTE  =============
=============================================
=============================================
=============================================*/


/*=============================================
==============  1014PX  ========================
=============================================*/

@media only screen and (min-width: 1014px) {
    
    #assorsa {
        display: none;
    }
}


/*=============================================
==============  1014PX  ========================
=============================================*/

@media only screen and (max-width: 1014px) {
    
    #flotante {
        position: absolute;
        z-index: 20;
        top: 100px;
        left: 30px;
        width: 30%;
        background-color: rgba(105, 169, 64, 0.8);
        padding: 30px 20px 10px 20px;
        border-radius: 30px;
    }

    #flotante img {
        padding: 15px;
        border-radius: 15px;
        width: 70%;
    }

    #flotante h1, #flotante h5 {
        color: #fff;
    }
    
    #flotante h1 {
        text-align: center;
        text-transform: uppercase;
        font-size: 2.4em;
        line-height: 1.1;
        font-family: 'Fira Sans Extra Condensed', sans-serif;
        margin-top: 20px;
    }

    #flotante h5 {
        font-family: 'Roboto Condensed', sans-serif;
        text-align: center;
        margin-bottom: 20px;
    }
    
    #assorsa {
        display: none;
    }

}


/*=============================================
==============  915PX  ========================
=============================================*/

@media only screen and (max-width: 915px) {
    
    #flotante {
        position: absolute;
        z-index: 20;
        top: 100px;
        left: 30px;
        width: 45%;
        height: 420px;
        background-color: rgba(105, 169, 64, 0.8);
        padding: 30px 20px 20px 20px;
        border-radius: 30px;
    }

    #flotante img {
        padding: 15px;
        border-radius: 15px;
        width: 70%;
    }

    #flotante h1, #flotante h5 {
        color: #fff;
    }
    
    #flotante h1 {
        text-align: center;
        text-transform: uppercase;
        font-size: 2.3em;
        line-height: 1.1;
        font-family: 'Fira Sans Extra Condensed', sans-serif;
        margin-top: 20px;
    }

    #flotante h5 {
        font-family: 'Roboto Condensed', sans-serif;
        text-align: center;
        margin-bottom: 20px;
    }
    
    #assorsa {
        display: none;
    }

}


/*=============================================
==============  830PX  ========================
=============================================*/

@media only screen and (max-width: 830px) {
    
    #flotante {
        position: absolute;
        z-index: 20;
        top: 80px;
        left: 30px;
        width: 40%;
        height: 380px;
        background-color: rgba(105, 169, 64, 0.8);
        padding: 30px 20px 20px 20px;
        border-radius: 30px;
    }

    #flotante img {
        padding: 15px;
        border-radius: 15px;
        width: 70%;
    }

    #flotante h1, #flotante h5 {
        color: #fff;
    }
    
    #flotante h1 {
        text-align: center;
        text-transform: uppercase;
        font-size: 2.1em;
        line-height: 1.1;
        font-family: 'Fira Sans Extra Condensed', sans-serif;
        margin-top: 20px;
    }

    #flotante h5 {
        font-family: 'Roboto Condensed', sans-serif;
        text-align: center;
        margin-bottom: 20px;
    }
    
    #assorsa {
        display: none;
    }

}


/*=============================================
==============  770PX  ========================
=============================================*/

@media only screen and (max-width: 770px) {
    
    #flotante {
        position: absolute;
        z-index: 20;
        top: 80px;
        left: 20px;
        width: 42%;
        height: 360px;
        background-color: rgba(105, 169, 64, 0.8);
        padding: 10px 10px 10px 10px;
        border-radius: 30px;
    }

    #flotante img {
        padding: 15px;
        border-radius: 15px;
        width: 65%;
    }

    #flotante h1, #flotante h5 {
        color: #fff;
    }
    
    #flotante h1 {
        text-align: center;
        text-transform: uppercase;
        font-size: 2em;
        line-height: 1.1;
        font-family: 'Fira Sans Extra Condensed', sans-serif;
        margin-top: 10px;
    }

    #flotante h5 {
        font-family: 'Roboto Condensed', sans-serif;
        text-align: center;
        margin-bottom: 20px;
    }
    
    #assorsa {
        display: none;
    }

}


/*=============================================
==============  660PX  ========================
=============================================*/

@media only screen and (max-width: 660px) {
    
    #flotante {
        position: absolute;
        z-index: 20;
        top: 70px;
        left: 10px;
        width: 42%;
        height: 320px;
        background-color: rgba(105, 169, 64, 0.8);
        padding: 10px 10px 10px 10px;
        border-radius: 30px;
    }

    #flotante img {
        padding: 15px;
        border-radius: 15px;
        width: 65%;
    }

    #flotante h1, #flotante h5 {
        color: #fff;
    }
    
    #flotante h1 {
        text-align: center;
        text-transform: uppercase;
        font-size: 1.8em;
        line-height: 1.1;
        font-family: 'Fira Sans Extra Condensed', sans-serif;
        margin-top: 10px;
    }

    #flotante h5 {
        font-family: 'Roboto Condensed', sans-serif;
        text-align: center;
        margin-bottom: 20px;
    }
    
    #assorsa {
        display: none;
    }

}


/*=============================================
==============  605PX  ========================
=============================================*/

@media only screen and (max-width: 605px) {
    
    #flotante {
        position: absolute;
        z-index: 20;
        top: 70px;
        left: 10px;
        width: 42%;
        height: 250px;
        background-color: rgba(105, 169, 64, 0.8);
        padding: 10px 10px 10px 10px;
        border-radius: 30px;
    }

    #flotante img {
        padding: 15px;
        border-radius: 15px;
        width: 60%;
    }

    #flotante h1, #flotante h5 {
        color: #fff;
    }
    
    #flotante h1 {
        text-align: center;
        text-transform: uppercase;
        font-size: 1.5em;
        line-height: 1.1;
        font-family: 'Fira Sans Extra Condensed', sans-serif;
        margin-top: 10px;
    }

    #flotante h5 {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 1.1em;
        text-align: center;
        margin-bottom: 20px;
    }
    
    #assorsa {
        display: none;
    }

}


/*=============================================
==============  520PX  ========================
=============================================*/

@media only screen and (max-width: 520px) {
    
    #flotante {
        display: none;
    }
    
    #assorsa {
        display: block;
    }

}






















/*
==========================================
==========================================
            ASSORSA
==========================================
==========================================
*/

#assorsa {
    padding: 70px 0;
    background-color: #F2E972;
    background-image: url(../img/back-top.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.reciclaje {
    text-align: center;
    padding-top: 30px;
}

.reciclaje img {
    width: 90%;
}

.textos-up-2 {
    text-align: center;
}

.textos-up-2 img {
    width: 80%;
}

.textos-up-2 h1 {
    color: #1BA7E0;
    text-align: center;
    text-transform: uppercase;
    font-size: 3em;
    line-height: 1;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    margin-top: 50px;
}

.textos-up-2 h5 {
    color: #29A8DE;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    margin-bottom: 50px;
}

.textos-up-2 a {
    color: #fff;
    border: 2px solid #fff;
    padding: 20px 40px;
    background-color: #29A8DE;
    border-radius: 30px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    transition: all 0.4s;
}

.textos-up-2 a:hover {
    background-color: #2591bf;
    text-decoration: none;
}




/*
==========================================
==========================================
            CLASIFICACION
==========================================
==========================================
*/

#assorsa-clasificacion {
    background-image: url(../img/back-eco.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding: 60px 0;
}

.clasificacion {
    text-align: center;
}

.clasificacion h2 {
    text-align: center;
    background-color: #33A9DC;
    padding: 10px 0;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 4em;
}

.clasificacion h5 {
    color: #6a6a6a;
    margin-top: 40px;
    padding: 0 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.1em;
}

.final {
    background-color: #69A940;
    padding: 10px;
    color: #fff;
    margin-top: 30px;
}





/*
==========================================
==========================================
            BUSCAMOS
==========================================
==========================================
*/

#buscamos {
    padding: 60px 0;
    text-align: center;
}

#buscamos img {
    height: 80px;
    margin-bottom: 20px;
}

#buscamos h2 {
    text-align: center;
    color: #69A940;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 3em;
    text-transform: uppercase;
    margin-bottom: 50px;
}

#buscamos h5 {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    color: dimgray;
    margin-bottom: 40px;
}



/*
==========================================
==========================================
            QUEREMOS
==========================================
==========================================
*/

#queremos {
    text-align: center;
}

.imagen-queremos {
    background-image: url(../img/caneca-reciclaje.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom left;
}

.queremos-txt {
    padding: 30px 20px;
}

#queremos h2 {
    text-align: center;
    color: #33A9DC;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 3em;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: left;
}

#queremos h4 {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    color: darkslategray;
    margin-bottom: 30px;
    text-align: left;
}

#queremos p {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    color: dimgray;
    text-align: left;
}





/*
==========================================
==========================================
            VEMOS
==========================================
==========================================
*/

#vemos {
    padding: 60px 0;
    text-align: center;
    background-color: #69A940;
    background-image: url(../img/back-vemos-01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right;
}

#vemos h2 {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 3em;
    color: #fff;
}

#vemos p {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    color: #fff;
    font-size: 1.2em;
}




/*
==========================================
==========================================
            VALIENTES
==========================================
==========================================
*/

#valientes {
    height: 700px;
    padding: 80px 0;
    text-align: center;
    background-image: url(../img/valientes-nueva.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-attachment: fixed;
    background-position: center center;
}

.valientes-txt {
    background-color: rgba(105, 169, 64, 0.8);
    padding: 50px 20px;
    border-radius: 30px 0 0 30px;
}

#valientes h2 {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 3em;
    color: #fff;
}

#valientes p {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    color: #fff;
    font-size: 1.2em;
}





/*
==========================================
==========================================
            OFRECEMOS
==========================================
==========================================
*/

#ofrecemos {
    height: 700px;
    padding: 60px 0;
    text-align: center;
    background-image: url(../img/ofrecemos2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.ofrecemos-txt {
    background-color: rgba(51, 169, 220, 0.75);
    padding: 50px 20px;
    border-radius: 0 30px 30px 0;
}

#ofrecemos h2 {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 3em;
    color: #fff;
}

#ofrecemos p {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    color: #fff;
    font-size: 1.2em;
}




/*
==========================================
==========================================
            HACEMOS
==========================================
==========================================
*/

#hacemos {
    padding: 60px 0;
    text-align: center;
}

.cada-hacemos {
    margin-bottom: 50px;
}

.cada-icono {
    text-align: right;
}

#hacemos img {
    height: 60px;
}

.hacemos-titulo {
    text-align: center;
}

#hacemos h2 {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 3em;
    color: #69A940;
    margin-bottom: 50px;
}

#hacemos p {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 1.2em;
    text-align: left;
}























/*
==========================================
==========================================
            FOOTER
==========================================
==========================================
*/

#footer {
    background-color: #2f2f2f;
    padding: 50px 0;
    margin-top: 30px;
}

.cada-foot {
    margin: 20px auto;
}

#footer p {
    color: #B5B5B5;
    text-align: center;
    margin: -2px auto;
    font-weight: 100;
}

.footer-logo {
    text-align: center;
}

.footer-logo img {
    width: 60%;
}
