@media screen and (max-width: 1080px) {

	.btn-resp {
		display: block;
	}

	.nav::-webkit-scrollbar-track {
		background-color: #1f232c;
	}

	.nav::-webkit-scrollbar {
		background-color: rgba(0,0,0,0.5);
		width: 7px;
	}

	.nav::-webkit-scrollbar-thumb {
		border-radius: 100px;
		background-color: rgba(0,0,0,0.5);
	}
	.nav {
		background-color: #f2f2f2;
		height: -webkit-calc(100% - 80px);
		height: -moz-calc(100% - 80px);
		height: calc(100% - 80px);
		overflow-y: auto;
		position: fixed;
		right: -400px;
		top: 80px;
		width: 400px;
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
		.nav.active {
			right: 0px;
		}
			.nav .hmenu {
				flex-direction: column;
				justify-content: flex-start;
				width: 100%;
			}
				.nav .hmenu li a i {
					display: block;
					position: absolute;
					right: 15px;
					top: 14px;
				}
					.nav .hmenu li li a i {
						top: 12px;
						-webkit-transform: rotate(0deg);
						-ms-transform: rotate(0deg);
						-o-transform: rotate(0deg);
						transform: rotate(0deg);
					}
				.nav .hmenu > li > a,
				.nav .hmenu > li > a:not([href]):not([tabindex]) {
					color: #004f85;
				}
					.nav .hmenu > li:hover > a,
					.nav .hmenu > li:active > a,
					.nav .hmenu > li:hover > a:not([href]):not([tabindex]),
					.nav .hmenu > li:active > a:not([href]):not([tabindex]) {
						background-color: #004f85;
						color: #fff;
					}

					.nav .hmenu li.contact a {
						background-color: #b5172f;
						color: #fff;
					}
						.nav .hmenu li.contact:hover a {
							background-color: #fff;
							border-color: #fff;
							color: #b5172f;
						}

				.nav .hmenu li ul, .nav .hmenu li ul ul {
					display: none;
					left: 0px;
					margin-top: 0px;
					opacity: 1;
					position: relative;
					top: 0px;
					visibility: visible;
					max-width: 100%;
					min-width: 0%;
					-webkit-transition: none;
					-o-transition: none;
					transition: none;
				}
					.nav .hmenu li ul {
						background-color: #171d28;
					}
						.nav .hmenu li ul li a {
							border-bottom: 1px solid #191919;
						}
							.nav .hmenu li ul > li:hover > a,
							.nav .hmenu li ul > li:active > a {
								color: #fff;
							}
						.nav .hmenu li ul ul {
							background-color: #1e1e1e;
						}
							.nav .hmenu li li li a {
								padding-left: 30px;
							}
	
	.products-grid .item {
		margin-bottom: 20px;
		margin-top: 20px;
		width: -webkit-calc(50% - 40px);
		width: -moz-calc(50% - 40px);
		width: calc(50% - 40px);
	}

	.services-grid .item {
		margin-bottom: 20px;
		margin-top: 20px;
		width: -webkit-calc(50% - 60px);
		width: -moz-calc(50% - 60px);
		width: calc(50% - 60px);
	}
	
	/* slider */
	
	.home-banner {    
    height: 547px;
    
}
	.home-slider h2.text-title {
    font-size: 28pt;
    font-weight: bold;
    margin-top: 18px;
}
	
	.col-image {
    padding-top: 0%;
}
	
	.section-chatbot img {
    width: 100%;
}
	
	
}

@media screen and (max-width: 768px) {
	.title {
		font-size: 30px;
		line-height: normal;
		padding-top: 8%;
	}

	.home-banner {
		height: 435px;
	}
		.home-banner .item {
			height: -webkit-calc(100% - 40px);
			height: -moz-calc(100% - 40px);
			height: calc(100% - 40px);
			width: 90%;
		}
		
	.home-banner.parly .col-description {
        padding: 40px 20px;
        text-align: center;
    }
        .home-banner.parly .title {
            font-size: 45px;
        }
        .home-banner.parly .text-slg {
            font-size: 30px;
        }
        .home-banner.parly a.button {
            margin-left: 0px;
            margin-top: 20px;
        }
	.home-banner.parly .home-video {
		position: relative;
		left: 0;
		top: 0;
		height: auto;
		width: 100%;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		transform: translateX(0);
	}
	.home-banner.parly .row {
		flex-direction: column-reverse;
	}
	    .home-banner.parly .col-figure-parly {
            height: 400px;
        }
            .home-banner.parly img.figure-parly {
                left: -webkit-calc(50% - 145px);
                left: -moz-calc(50% - 145px);
                left: calc(50% - 145px);
                top: 30px;
                width: 290px;
            }

	.values-grid .item {
		margin-bottom: 20px;
		margin-top: 20px;
	}
	
	.about-banner {
		height: auto;
		padding-top: 40px;
	}
	
	.about-texts .title {
		text-align: center;
	}
	.about-values .grid {
		width: 100%;
	}
		.about-values .grid .item {
			border-bottom: 1px solid #efefef;
			width: 50%;
		}
			.about-values .grid .item:nth-child(3) {
				border-right: 1px solid #efefef;
			}
			.about-values .grid .item:nth-child(2),
			.about-values .grid .item:nth-child(4) {
				border-right: none;
			}
			.about-values .grid .item:nth-child(5),
			.about-values .grid .item:last-child {
				border-bottom: none;
			}
	
	.item.bg-background{
    background-image: url('https://www.chatbotzipo.com/wp-content/themes/zipo/img/slider/slider-phone.png');
    background-size: 100%;
    background-repeat: no-repeat;
}
	
	.col-image img {
    width: 100%;
}
	
	h2.title-vag {
    font-family: 'VagRound';
    font-size: 55pt;
		
	}
	
	.home-slider h2.text-title {
    font-size: 20pt;
    font-weight: bold;
    text-align: center;
    line-height: 100%;
    margin-top: 68px;
}
	
	.site-header .logo img {
    max-height: 55px;
 
}
	
	.home-slider p.text-sub {
    font-size: 12pt;
    text-align: center;
}
	
	/* section quien es */
	
	p.logo-ibm img {
	margin-top: 0px;
}
	.fixedHeader{
		height: 80px;
	}
	
	div#que-hace img {
    width: 90%;
    margin-top: 5%;
    
}
	
	.section-chatbot .padding {
    padding-right: 3%;
    padding-left: 0%;
}
	
	/* div canales */
	
	div#canales img {
    width: 100%;
}
	
	/* contacto */
	
	
	.section-contacto {
    padding-left: 5%;
    padding-top: 3%;
    padding-right: 5%;
}
	
	input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"], input[type="file"], textarea, select {
    
    width: 100%;
	}
	
	
	.section-contacto img {
   
    margin-left: -22px;
	}
	
	.footer {
    padding: 28px 5%;
}
	
	.copyright {
    display: block;
    text-align: center;
	}
	

	
}

@media screen and (max-width: 560px) {

	.nav {
		background-color: #f2f2f2;
		height: -webkit-calc(100% - 80px);
		height: -moz-calc(100% - 80px);
		height: calc(100% - 80px);
		position: fixed;
		right: -90%;
		top: 80px;
		width: 90%;
	}

	.products-grid .item {
		width: -webkit-calc(100% - 40px);
		width: -moz-calc(100% - 40px);
		width: calc(100% - 40px);
	}
	.services-grid .item {
		width: -webkit-calc(100% - 60px);
		width: -moz-calc(100% - 60px);
		width: calc(100% - 60px);
	}
	
	.about-values .grid .item {
		border-right: none;
		width: 100%;
	}
		.about-values .grid .item:last-child {
			border-bottom: none;
		}
	
	.clients-slider .slick-prev {
		left: -10px;
	}
	.clients-slider .slick-next {
		right: -10px;
	}
	
	.section-chatbot .padding {
    padding-right: 8%;
    padding-left: 8%;
}
	
	.item.bg-background{
    background-image: url('https://www.chatbotzipo.com/wp-content/themes/zipo/img/slider/slider-phone.png');
    background-size: 100%;
    background-repeat: no-repeat;
}
	
	.col-image img {
    width: 290px;
    margin-top: 25px;
}
	
	h2.title-vag {
    font-family: 'VagRound';
    font-size: 55pt;
		
	}
	
	.home-slider h2.text-title {
    font-size: 18pt;
    font-weight: bold;
    text-align: center;
    line-height: 100%;
}
	
	.site-header .logo img {
    max-height: 55px;
 
}
	
	.home-slider p.text-sub {
    font-size: 12pt;
    text-align: center;
}
	
	p.logo-ibm img {
    width: 70%;
	margin-top: 0px;
}
	
	.section-contacto {
    padding-left: 5%;
    padding-top: 3%;
    padding-right: 5%;
}
	
	input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"], input[type="file"], textarea, select {
    
    width: 100%;
	}
	
	
	.section-contacto img {
    width: 100%;
}
	
	.home-slider h2.text-title {
    margin-top: 20px;
}
	
	
}

@media screen and (max-width: 420px) {
	
	.chatbot-channels .grid .item {
		width: -webkit-calc(100% - 40px);
		width: -moz-calc(100% - 40px);
		width: calc(100% - 40px);
	}
}