@media(max-width:800px){
	header{
		position: relative;
	}

	header .wrap{
		justify-content: left;
        display: block;
        padding: 0;
	}

	header label{
		position: absolute;
		display: block;
		width: 45px;
		height: 45px;
		top:20px;
		right: 35px;
		border-radius: 3px;
		cursor: pointer;
		outline: none;
		border-radius: 5px;

	}

	header label span{
		width: 50%;
		height: 3px;
		background: #212121;
		border-radius: 5px;
		display: block;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		transition: all .3s ease;
	}

	header label span:nth-child(1){
		top:14px;
	}

	header label span:nth-child(2){
		bottom:14px;
	}

	#btn-nav:checked ~ label span:nth-child(1){
		transform: translateX(-50%) rotate(-45deg);
		top:21px;
	}

	#btn-nav:checked ~ label span:nth-child(2){
		transform: translateX(-50%) rotate(45deg);
		top:21px;
	}

    header .wrap .top-call a{
        display: none;
    }

	header nav{
		width: 60%;
		position: absolute;
		background: #ffffff;
		z-index: 999;
		left: 0;
		top:0;
		margin:0 0 0 0;
		transform: translateY(-50%);
		opacity: 0;
		pointer-events: none;
		transition: all .3s ease;
	}

    #btn-nav:checked ~  nav{
        transform: translateX(0);
        opacity: 1;
        pointer-events: all;
    }

    header .wrap nav ul{
        display: block;
    }

    header .wrap nav ul li a{
        line-height: 50px;
    }

    header nav ul li ul{
        position: static;
        width: 100%;
        transform: translateY(0);
        max-height: 0px;
        overflow: hidden;
    }

    header nav ul li:hover ul{
        max-height: 400px;
    }

    .slider .single .containt-slide .inter-slider{
        display: block;
    }



    .slider .single .containt-slider .inter-slider h1{
        max-width: 100%;
        font-size: 1.4em;
        color: #ffffff;
        margin:0px 0 0 0;
        text-align: center;
    }

    .slider .single .containt-slider .inter-slider h2{
        max-width: 100%;
        font-size: 1em;
        font-weight:500;
        color: #ffffff;
        text-align: center;
    }

    .slider .single .containt-slider .inter-slider p a{
        position: absolute;
        width: 100%;
        height: 100%;
        top:0;
        left: 0;
        margin:0;
        opacity: 0;
    }

    .suscribe .wrap{
        display: block;
        font-size: 18px !important;
    }

    .suscribe .wrap article{
        text-align: center;
        font-size: 18px !important;
    }

    .suscribe form{
        margin:20px 0 0 0;
    }

    .wellcome .wrap{
        display: block;
        padding: 20px 0;
    }

    .wellcome .wrap section{
        display: block;
    }

    .wellcome .wrap section article,
    .wellcome .wrap section article:nth-child(2){
        height: auto;
        margin:20px 0;
    }

    .wellcome .wrap section article:hover{
        height: auto;
        width: 40px;
    }


    .wellcome .wrap section:nth-child(2) ul{
        display: block;
        width: 100%;
    }

    .wellcome .wrap section:nth-child(2) ul li{
        padding: 10px 0;
        margin:10px 0;
        display: block;
        width: 100%;
        text-align: center;
    }

    .wellcome .wrap section:nth-child(2) ul li span{
        display: block;
        text-align: center;
    }

    .showcase > img:nth-child(1),
    .showcase > img:nth-child(2){
        display: none;
    }

    .showcase .wrap:nth-child(3) h2{
        font-size: 20px;
        text-transform: uppercase;
        text-align: center;
    }
    
    .showcase .wrap:nth-child(3) h3{
        font-size: 25px;
        line-height: 50px;
        font-weight: 900;
        max-width: 100%;
        text-align: center;
        margin:0 0 50px 0;
    }

    .showcase .wrap:nth-child(4){
        display: block;
        width: 100%;
    }

    .showcase .wrap:nth-child(4) article{
        width: 90%;
        margin:50px auto;
    }

    .banner-1 .wrap section:nth-child(1){
        padding: 20px 0;
        text-align: center;
        display: block;
        width: 100%;
    }

    .banner-1 .wrap section:nth-child(1) h2{
        font-size: 20px;
    }

    .banner-1 .wrap section:nth-child(1) h3{
        font-size: 30px;
    }

    .banner-1 .wrap section:nth-child(1) article{
        display: block;
        width: 100%;
    }

    .banner-1 .image{
        text-align: center;
        padding: 0 0 30px 0;
        max-width: 300px;
        margin:auto;
    }

    .banner-1 .image img{
        display: block;
        border-radius: 600px;
        max-width: 300px;
        max-height: 300px;
    }

    .banner-1 .wrap section:nth-child(1) article ul{
        display: block;
    }

    .banner-1 .wrap section:nth-child(1) article ul li{
        width: 90%;
        margin:20px auto;
    }

    .testimonials{
        padding: 40px 0;
    }
    
    .testimonials .wrap:nth-child(1) h2{
        font-size: 16px;
        font-weight: 900;
    }
    
    .testimonials .wrap:nth-child(1) h3{
        font-size: 30px;
    }

    .testimonials .wrap:nth-child(2){
        display: block;
        padding: 20px 0;
    }

    .testimonials .wrap:nth-child(2) article{
        width: 100%;
        margin:0 0 40px 0;
    }

    .banner-1 .image{
        position: relative;
        width: 100%;
    }

    .banner-1 .image img{
        width: 100%;
    }

    .banner-1 .image:before{
        display: none;
    }

    .marcas .wrap{
        justify-content: center;
    }

    .marcas .wrap article{
        width: 45%;
        max-width: 200px;
    }


    .not-found{
        padding: 50px 0;
    }

    .not-found h2{
        font-size: 50px;
    }

    .not-found h3{
        font-size: 17px;
        width: 80%;
    }

	.sub-footer{
		padding: 50px 0;
	}

	.sub-footer .wrap{
		display: block;
		text-align: center;
        width: 80%;
	}

	.sub-footer .wrap article:nth-child(1),
	.sub-footer .wrap article:nth-child(2),
	.sub-footer .wrap article:nth-child(3),
	.sub-footer .wrap article:nth-child(4),
	.sub-footer .wrap article:nth-child(5){
		text-align: center;
		width: 100%;
		margin:0 0 50px 0;
	}

	.sub-footer .wrap article:nth-child(5){
		margin-bottom: 0;
	}

	.sub-footer .wrap article p{
		max-width: 100%;
	}

	.sub-footer .wrap article ul.social{
		justify-content: center;
	}
    

    .sub-footer .wrap article form input[type="email"]{
        text-align: center;
        color: #000;
        padding: 14px 0;
        width: 100%;
        font-size: 18px;
    }

    .sub-footer .wrap article form input[type="email"]::placeholder{
        color: #000;
    }

    .sub-footer .wrap article form input[type="submit"]{
        width: 100%;
        font-size: 18px;
        padding: 10px 0;
    }
}

