@media(max-width:800px){

    .top-banner{
        display: none;
    }
	header{
		position: relative;
	}

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

	header label{
		position: absolute;
		display: block;
		width: 45px;
		height: 45px;
		top:50%;
		transform: translateY(-50%);
		right: 25px;
		border-radius: 3px;
		cursor: pointer;
		outline: none;
		border-radius: 5px;

	}

	header label span{
		width: 50%;
		height: 3px;
		background: #006e75;
		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;
    }

    .slider .single .wrap .inter{
        display: block;
    }


    .slider .single .wrap .inter article:nth-child(1){
        width: 100% !important;
        margin:auto;
        text-align: center;
    }

    .slider .single .wrap .inter article:nth-child(1) h1{
        font-size: 18px;
        margin:30px 0 0 0;
    }

    .slider .single .wrap .inter article:nth-child(1) h2{
        font-size: 24px;
    }

    .slider .single .wrap .inter article:nth-child(1) p{
        font-size: 14px;
        line-height: 20px;
    }

    .slider .single .wrap .inter article:nth-child(1) p a,
    .slider .single .wrap .inter article:nth-child(1) p a:hover{
        position: absolute;
        top:0;
        left: 0;
        margin:0;
        width: 100%;
        padding: 0;
        line-height: 500px;
        background-color: transparent;
        color: transparent;
    }

    .slider .single .wrap .inter article img{
        width: 200%;
        height: 100%;
        position: absolute; 
        right: 0%; 
        top: 50%; 
        object-fit: cover;
        transform: translateY(-50%);
        opacity: .4;
    }

    .banner-home .wrap{
        display: block;
    }

    .banner-home .wrap article{
        margin:20px 0;
    }

    .wellcome .wrap{
        display: block;
    }

    .wellcome .wrap article:nth-child(1){
        height: auto;
    }

    .wellcome .wrap article:nth-child(1) > img:nth-child(1),
    .wellcome .wrap article:nth-child(1) > img:nth-child(2){
        position: relative;
        width: 100%;
        height: auto;
        left: 0;
        max-height: 300px;
        margin:10px 0;
    }

    .wellcome .wrap article:nth-child(1) .info{
        transform: translateX(-50%);
        top:auto;
        bottom: 0px;
    }

    .wellcome .wrap article:nth-child(2){
        padding: 50px 0 0 0;
    }

    .wellcome .wrap article:nth-child(2) h2{
        font-size: 20px;
        margin:10px 0;
    }

    .wellcome .wrap article:nth-child(2) .info-box-2 .btn-more,
    .wellcome .wrap article:nth-child(2) .info-box-2 .btn-call{
        width: 100%;
        margin:10px auto;
    }

    .stadistics{
        padding: 0;
    }
    .stadistics .wrap{
        flex-wrap: wrap;
        padding: 40px 0;
    }
    .stadistics .wrap article{
        width: 45%;
        flex:auto;
        margin:20px 0;
    }

    .news{
        padding: 40px 0;
    }

    .news h2{
        font-size: 30px;
    }

    .news h3{
        font-size: 16px;
        max-width: 100%;
    }

    .news .gallery{
        display: block;
    }

    .news .gallery article{
        width: 100%;
        margin:20px 0;
    }

    .banner-1 .wrap{
        display: block;
    }

    .banner-1 .wrap article:nth-child(1){
        height: auto;
    }

    .banner-1 .wrap article:nth-child(1) > img:nth-child(1),
    .banner-1 .wrap article:nth-child(1) > img:nth-child(2){
        width: 100%;
        left: 0;
        position: relative;
        max-height: 300px;
        margin:0;
    }
    
    .banner-1 .wrap article:nth-child(1) > img:nth-child(2){
        border-radius: 0 0 500px 500px;
        margin:-10px 0 0 0;
    }

    .banner-1 .wrap article:nth-child(2){
        padding-top:50px;
    }

    .banner-1 .wrap article:nth-child(2) h2{
        font-size: 24px;
    }

    .banner-1 .wrap article:nth-child(2) .info-box-2 .btn-more{
        width: 100%;
        text-align: center;
        display: block;
        margin:auto;
    }

    .banner-1 .wrap article:nth-child(2) .info-box-2 .btn-call{
        width: 100%;
    }

    .banner-video .wrap{
        padding: 50px 0;
    }

    .banner-video .wrap a span{
        transform: scale(.5);
    }

    .testimonials h2{
        font-size: 20px;
    }

    .testimonials h3{
        font-size: 30px;
    }

    .testimonials .gallery{
        display: block;
        justify-content: auto;
        padding: 0;
    }

    .testimonials .gallery article{
        margin:120px 0;
        padding: 20px;
    }

    .suscribe{
        padding: 50px 0;
    }

    .suscribe form input[type="email"]{
        width: 70%;
    }

    .page-banner{
        height: auto;
        padding: 100px 0 30px 0;
    }

    .page-banner h1{
        font-size: 30px;
        margin:0;
    }
    .page-banner .image img{
        width: 120%;
    }

    .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;
	}

	.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;
	}
}

