@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap');
/* font-family: 'Mukta', sans-serif;
font-family: 'Noto Sans KR', sans-serif;
*/
  *{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
html{
    scroll-behavior: smooth;
}
@font-face {
    font-family: PantonNarrow-Trial-Black;
    src: url(../FONTS/PantonNarrow-Trial-Black.ttf);
}
/* NAV */
#menu-ham{
    display: none;
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 50px;
    height: 50px;
    z-index: 200;
}
#logoham{
    display: none;
    position: absolute;
    top: 0rem;
    left: 1rem;
    width: 70px;
    height: 70px;
    cursor: pointer;
    z-index: 200;
}
    #logoham-img{
        display: none;
        width: 100%;
        height: auto;
    }
nav{
    position: absolute;
    width: 100%;
    height: auto;
    background-color: #6bb304;
    padding: 1rem 4rem;
    z-index: 1;
    transition: all 0.5s;
}
.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    transition: all 0.3s;
}
    .topnav li {
        float: left;
    }
    .topnav li a {
        color: #ffffff;
        font-weight: 800;
        font-size: 1rem;
        display: block;
        text-align: center;
        padding: 0.8rem;
        text-decoration: none;
    }
    .topnav li a:hover:not(.imagen-logo) {
        background-color: #ffffff;
        color: black;
    }
    .topnav li.right {
        float: right;
    }
    .logos{
        position: absolute;
        top: 0px;
        left: 50%;
        transform: translate(-50%, -5%);
    }
    #logoon{ 
        width: 100%; 
        height: auto;
    }


/* NAV */

/* SOMBRAS */

#sombras{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.shadow{
    position: absolute;
    left: 0rem;
    top: 1rem;
    width: 31%;
    height: 1.5rem;
    
}
.shadow::after{
    position: absolute;
    bottom: -2.8rem;
    left: -2rem;
    width: 100%;
    height: 100%;
    content: ' ';
    background: #727272;        
    border-radius: 0px 0px 500px 0px;
    filter: blur(20px); 
}

.shadow2{
    position: absolute;
    right: 0rem;
    top: 1rem;
    width: 31%;
    height: 1.5rem;
    
}
.shadow2::after{
    position: absolute;
    bottom: -2.8rem;
    right: -2rem;
    width: 100%;
    height: 100%;
    content: ' ';
    background: #727272;        
    border-radius: 0px 0px 500px 0px;
    filter: blur(20px); 
}
/* SOMBRAS */

/* HEADER */
header{
    width: 100%;
    height: auto;
    background-image: url(../MEDIA/fondo-top.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0rem -5rem;
    padding-top: 20rem;
}
    #tiutlo1{
        color: #008f28;
        text-align: center;
        font-size: 3rem;
        font-family: 'PantonNarrow-Trial-Black';
        text-transform: uppercase;
    }
    
/* HEADER */

/* HEADER SERVICIOS */
main{
    margin-top: 5rem;
    width: 100%;
    height: auto;
    padding: 1rem 5rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
}
.cardd-servicios{
    width: 30%;
    height: 400px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px #727272;
    position: relative;
    margin: 1.8rem;
}
    .cardd-titulo{
        width: 100%;
        height: 45%;
        padding: 2rem 5rem;
        background-color: #ffffff;

        display: flex;
        justify-content: center;
        align-items: center;
    }
    .cardd-titulo h2{
        color: #727272;
        text-align: center;
        text-transform: uppercase;
        
        font-size: 1.5rem;
        
        font-family: 'Mukta', sans-serif;
        font-weight: 800;

    }
    
    .cardd-imagen{
        position: absolute;
        width: 8rem;
        height: 8rem;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
        .card-imagen img{
            width: 100%;
            height: 100%;
        }
    .cardd-footer{
        width: 100%;
        height: 55%;
        
        
    }
    .cardd-footer img{
        width: auto;
        height: 100%;
    }
        #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: 509px;
    margin-top: 4rem;

    background-image: url(../MEDIA/fondo-nosotros.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 55% 0rem;
    padding: 1rem 4rem;

    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
}
    #mis-vis article{
        width: 37%;
        height: auto;
        
    }
        #mis-vis h3{
            color: black;
            font-family: 'Mukta', sans-serif;
            font-weight: 800;
            text-transform: uppercase;
            font-size: 2rem;
            margin-bottom: 0.5rem;
        }
        #mis-vis p{
            color: black;
            text-align: justify;
            font-size: 18px;
            margin-bottom: 1rem;
        }

    #anexp{
        width:40%;
        height: auto;
        background-color: #ffffff;
        box-shadow: 0px 0px 10px #727272;

        position: absolute;
        bottom: -2rem;
        left: 4rem;
        padding: 1rem 2rem;

        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
        #anexp h6{
            color: #6bb304;
            font-size: 5rem;
            
            line-height: 3rem;
            font-family: PantonNarrow-Trial-Black;
        }
        #anexp small{
            color: #727272;
            font-size: 3rem;
            font-family: 'Mukta', sans-serif;
            font-weight: 800;
        }
        

/* MIS VIS */

/* CLIENTES */
#clientes{
    width: 100%;
    height: 500px;

    margin-top: 5rem;
}
#sec1{
    width: 50%;
    height: 100%;
    float: left;
    padding: 1rem 3rem;
}
    .carousel{
        width: 100%;
        height: 100%;
    }
    .carousel-inner{
        position: relative;
        width: 100%;
        height: 100%;

        display: flex;
        justify-content: start;
        align-items: center;
    }
    .carousel-item{
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
        text-align: center;
    }
    .img-slider{
        width: 30%;
        height: auto;
        margin: 1rem;
    }
#sec2{
    width: 50%;
    height: 100%;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
}
    #sec2 h3{
        font-size: 5rem;
        
        text-align: center;
        color: #6bb304;
        font-family: PantonNarrow-Trial-Black;
    }
/* CLIENTES */

/* CONTACTO */
#contacto{
    width: 100%;
    height: 500px;
    background-color: #008f28;
    margin-top: 1rem;
}
    #img-contacto{
        width: 50%;
        height: 100%;
        float: left;
        background-image: url(../MEDIA/nosotros.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 55%, 50%;
    }
        #img-contacto img{
            width: 140px;
            height: 140px;

        }
    #info-contacto{
        width: 50%;
        height: 100%;
        float: right;

        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;

        padding: 2rem 3rem;
        
        position: relative;
    }
        #info-contacto h3{
            font-size: 2.7rem;
            color: #92c495;
            font-family: PantonNarrow-Trial-Black;
        }
        #info-contacto img{
            width: 140px;
            height: 140px;
        }
        #info-contacto h2{
            font-size: 4rem;
            color: #ffffff;
            font-family: PantonNarrow-Trial-Black;
        }
        #btnn-accion{
            width: auto;
            height: fit-content;
            background-color: #6bb304;
            padding: 1rem;

            text-decoration: none;
            color: #ffffff;
            font-size: 2rem;
            font-weight: 700;

            position: absolute;
            bottom: -10px;
            text-align: center;
            line-height: 32px;

            border: solid #ffffff 2px;
            box-shadow: 0px 5px 15px 0px #727272;
        }
        #btnn-accion:hover{
            background-color: #ffffff;
            color: #6bb304;
            border: solid #6bb304 2px;

        }
/* CONTACTO */

/* FOOTER */
footer{
    width: 100%;
    height: 700px;

    display: flex;
    align-items: center;
    flex-wrap: wrap;

    padding: 2.5rem 0rem;
}   
    #info-empresa{
        background-color: #6bb304;
        width: 25%;
        height: 55%;
        color: #FFFFFF;
        

        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;

        position: relative;
    }
        #info-empresa h2{
            font-size: 2rem;
            text-align: left;
            position: relative;
            left: -3%;
            font-family: PantonNarrow-Trial-Black;
        }
        #info-empresa p{
            margin: 10px 0px 20px 0px;
            font-weight: 400;
            font-size: 0.9rem;
            text-align: left;
        }

    #detalle-empresa{
        width: 75%;
        height: 45%;
        position: relative;

        display: flex;
        justify-content: space-around;
        align-items: center;

        padding: 1rem 1rem;

        /* ff 3.6+ */
        background:-moz-linear-gradient(90deg, #F7F4F5 63%, #FFFFFF 100%); 
        /* safari 5.1+,chrome 10+ */
        background:-webkit-linear-gradient(90deg, #F7F4F5 63%, #FFFFFF 100%);
        /* opera 11.10+ */
        background:-o-linear-gradient(90deg, #F7F4F5 63%, #FFFFFF 100%);
        /* ie 6-9 */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F7F4F5', GradientType=0 );
        /* ie 10+ */
        background:-ms-linear-gradient(90deg, #F7F4F5 63%, #FFFFFF 100%);
        /* global 94%+ browsers support */
        background:linear-gradient(90deg, #F7F4F5 63%, #FFFFFF 100%);
    }

        #logo-empresa{
            width: 17%;
            height: auto;
        }
            #logo-empresa img{
                width: 100%;
                height: 100%;
            }

        #rs-empresa{
            width: 17%;
            height: auto;   

            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;

            padding: 1rem;
            color: #727272;
            font-weight: 500;
        }
            #rs-empresa figure{
                width: 100%;
                height: auto;
                
                text-align: center;
            }
            #rs-empresa img{
                width: 35%;
                height: auto;
            }

        #camion-empresa{
            width: 50%;
            height: auto;
        }
            #camion-empresa img{
                width: 100%;
                height: auto;
            }
/* FOOTER */


/* FORMULARIO */
#formulario{
    width: 100%;
    height: 600px;
    padding: 0rem 8rem;
    
    color: #008f28;
}
    #cont-mapita{
        text-align: center;
        overflow: hidden;
    }
        #for-t1{
            font-size: 3rem;
            font-weight: bold;
        }
        #for-t2{
            font-size: 2rem;
            font-weight: bold;
            
        }

        #btnn-formulario{
            background-color: #008f28;
            width: 100%;
            height: 3rem;
            color: #FFF;
            border-radius: 5px;
            border: solid #008f28 1px; 
            padding: 0.5rem 2rem;
            margin: auto;
            font-family: PantonNarrow-Trial-Black;
        }
            #btnn-formulario:hover{
                background-color: #ffffff;
                color: #6bb304;
                border: solid #6bb304 2px;

            }
            #mail-oculto{
                opacity: 0;
            }
/* FORMULARIO */



/* WHATS FLOTANTE */
    .whats-flotante{
        width: 7%;
        height: auto;

        position: fixed;
        bottom: 1rem;
        right: 1rem;
    }
        .whats-flotante img{
            width: 100%;
            height: auto;
            filter: drop-shadow( 4px 4px 0px #727272);
        }
/* WHATS FLOTANTE */

/* TOP */
#flecha{
    width: 100%;
    height: 70px;
    padding: 1rem;
    text-align: center;
}
    #flecha img{
        width: auto;
        height: 35px;
    }
/* TOP */

/* FINAL */
#final{
    background-color: #727272;
    width: 100%;
    height: 40px;
    color: #FFFFFF;

    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 40px;
}
/* FINAL */

/* NAUTILUS */
.fondo-nau{
	background-color:#000;
    width: 100%;
    height: 50px;
	padding:10px;
	color:#FFF;
    text-align: center;
}	
    .fondo-nau img{
        width: auto;
        height: 100%;
    }	
/* NAUTILUS */


@media screen and (max-width: 1429px) {
    #anexp{
        width:41%;
        position: absolute;
        bottom: -4rem;
        left: 4rem;
        padding: 1rem 2rem;
    }
    .cardd-titulo{
        width: 100%;
        height: 45%;
        padding: 2rem 4rem;
        background-color: #ffffff;

        display: flex;
        align-items: center;
    }
    .cardd-titulo h2{
        color: #727272;
        text-align: center;
        text-transform: uppercase;
        
        font-size: 1.5rem;
        font-family: 'Mukta', sans-serif;
    }
    #titu-grande{
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 990px) {
    #anexp{
        width:50%;
        position: absolute;
        bottom: -6rem;
        left: 4rem;
        padding: 1rem 2rem;
    }
    .cardd-titulo{
        width: 100%;
        height: 45%;
        padding: 2rem 4rem;
        background-color: #ffffff;

        display: flex;

        align-items: center;
    }
    .cardd-titulo h2{
        color: #727272;
        text-align: center;
        text-transform: uppercase;
        
        font-size: 1.3rem;
        font-family: 'Mukta', sans-serif;

    }
    #titu-grande{
        font-size: 1.2rem;
    }
}