*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
.ocultar{
    display: none;

}

/* NAV */
nav{
    position: absolute;
    width: 100%;
    height: 230px;
    background-color: #6bb304;
    padding: 1rem 4rem;
    z-index: 1;
    transition: all 0.3s;
}
.limp{
    height: 80px;
   
}
.giro{
    transform: rotate(-45deg);
}

#menu-ham{
    display: block;
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 200;
    transition: all 0.3s;
}
#logoham{
    display: block;
    position: absolute;
    top: 0rem;
    left: 1rem;
    width: 70px;
    height: 70px;
    cursor: pointer;
    z-index: 200;
    
}
    #logoham img{
        display: block;
        width: 100%;
        height: auto;
    }
.showw{

    transform: translateY(-200px);
}
/*
.topnav {
    
    transform: translateY(-200px);
}
*/
ul.topnav li.right, ul.topnav li {
    float: none;
}
/* NAV */

/* HEADER */
header{
    width: 100%;
    height: auto;
    background-image: url(../MEDIA/fondo-top.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20rem;
}
/* HEADER */


/* HEADER SERVICIOS */
main{
    margin-top: 5rem;
    width: 100%;
    height: auto;
    padding: 1rem 1rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
}
.cardd-servicios{
    width: 95%;
    height: 400px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px #727272;
    position: relative;
    margin: 1rem auto;
}
    .cardd-footer{
        width: 100%;
        height: 55%;
        overflow: hidden;
    }
    #ca-foo-1{
        background-image: url(../MEDIA/residuos-solidos.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    #ca-foo-2{
        background-image: url(../MEDIA/manejo-especial.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    #ca-foo-3{
        background-image: url(../MEDIA/destruccion-fiscal.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    #ca-foo-4{
        background-image: url(../MEDIA/asesoria.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
/* HEADER SERVICIOS */

/* MIS VIS */
#mis-vis{
    width: 100%;
    height: auto;
    background-image: none;
    padding: 1rem 1rem;
    flex-direction: column;
}
#mis-vis2{
    width: 100%;
    height: 509px;
    margin-top: 4rem;
    background-image: url(../MEDIA/fondo-nosotros-movil.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 60% 0rem;
}
    #mis-vis article{
        width: 100%;
        height: auto;
        padding: 0rem 0rem;
    }
        #mis-vis h3{
            text-align: center;
        }
        #mis-vis p{
            font-size: 1.3rem;
        }

    #anexp{
        width: 100%;
        margin-top: 1rem;
        position: relative;
        bottom: 0rem;
        left: -0.5rem;
    }
        #anexp h6{
            color: #6bb304;
            font-size: 3.8rem;
            font-weight: bold;
        }
        #anexp small{
            color: #727272;
            font-size: 2.4rem;
            font-weight: bold;
        }
/* MIS VIS */


/* CLIENTES */
#clientes{
    width: 100%;
    height: 400px;
    margin-top: 0rem;
}
#sec1{
    width: 100%;
    height: 100%;

    padding: 1rem 1rem;
}
    .img-slider{
        width: 40%;
        height: auto;
        margin: 0.5rem;
    }
#sec2{
    display: none;
}
/* CLIENTES */

/* CONTACTO */
#contacto{
    width: 100%;
    height: 700px;
    margin-top: 2rem;
    
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
#img-contacto{
    width: 100%;
    height: 50%;
    background-image: url(../MEDIA/nosotros.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 60% 0rem;
}
#info-contacto h3{
    font-weight: bolder;
    font-size: 2.4rem;
    color: #92c495;
}
#info-contacto h2{
    font-weight: bold;
    font-size: 2.8rem;
    color: #ffffff;
}
    #info-contacto{
        width: 100%;
        height: 50%;

        display: flex;
        justify-content: center;
        align-items: center;
        
        flex-direction: column;

        padding: 1rem 2rem;
    }
    #btnn-accion{
          position: absolute;
        bottom: -50px;
        text-align: center;
        line-height: 32px;

    }

/* CONTACTO */

/* FOOTER */
footer{
    width: 100%;
    height: 820px;
    flex-direction: column-reverse;
    padding: 1rem 0rem;
}   
    
    #detalle-empresa{
        width: 100%;
        height: 60%;
        position: relative;

        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;

        padding: 1rem 1rem;

        /* ff 3.6+ */
        background:-moz-linear-gradient(0deg, #F7F4F5 55%, #FFFFFF 100%); 
        /* safari 5.1+,chrome 10+ */
        background:-webkit-linear-gradient(0deg, #F7F4F5 55%, #FFFFFF 100%);
        /* opera 11.10+ */
        background:-o-linear-gradient(0deg, #F7F4F5 55%, #FFFFFF 100%);
        /* ie 6-9 */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F7F4F5', endColorstr='#FFFFFF', GradientType=1 );
        /* ie 10+ */
        background:-ms-linear-gradient(0deg, #F7F4F5 55%, #FFFFFF 100%);
        /* global 94%+ browsers support */
        background:linear-gradient(0deg, #F7F4F5 55%, #FFFFFF 100%);
    }

        #logo-empresa{
            width: auto;
            height: 30%;
        }
            #logo-empresa img{
                width: 100%;
                height: 100%;
            }
        #rs-empresa{
            width: auto;
            height: 25%;   

            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;

            padding: 1rem;
            color: #727272;
            font-weight: 500;
        }
        #camion-empresa{
            width: 70%;
            height: auto;
        }

    #info-empresa{
        width: 100%;
        height: 40%;
    }
/* FOOTER */


/* FORMULARIO */
#formulario{
    height: 1200px;
    padding: 1rem 2rem;
    margin-bottom: 2rem;
}
/* FORMULARIO */


/* WHATS FLOTANTE */
.whats-flotante{
    width: 80px;
    height: auto;

    position: fixed;
    bottom: 1rem;
    right: 1rem;
}
    .whats-flotante img{
        width: 100%;
        height: auto;
        filter: drop-shadow( 4px 4px 0px #727272);
    }
/* WHATS FLOTANTE */

/* FINAL */
#final{
    background-color: #727272;
    width: 100%;
    height: 80px;
    color: #FFFFFF;
    padding: 0rem 10px;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 40px;
}
/* FINAL */
