
@media (min-width: 480px) {

.filter-list li,
.filter-list li.grid-3 {
		width:50%;
}
.stat-box {
	width:370px;
}
.social-links li {
	margin:0px 3px;
}

}

@media (max-width: 767px) {
	.kaize-div {
display: none;
	}
 .texto-libre
 { margin-top: 100px
 }
}
@media (min-width: 768px) {

	
.nav-sticky,
.navbar.nav-sticky {
	width:100%;
	position:fixed;
	left:0px;
	top:0px;
}
.scroll-handle {
	width:15px;	
	height:25px;
	margin-left:-7.5px;
	display:block;
	margin:-75px auto auto auto;
	border:2px solid #fff;
}
.scroll-handle:before {
	width:3px;
	height:6px;
	background-color:#ffffff;
	border-radius:3px;
	content:'';
	position:absolute;
	top:5px;
	left:4px;
}
.scroll-handle:after {
	left:-2px;
	bottom:-20px;
}

.section {
	position:relative;
}
.scroll-handle {
	margin:auto;
	position:absolute;
	top:-74px;
	left:50%;
}

.out {
	opacity:0;
	filter:alpha(opacity=0);
}
.in {
	opacity:1;
	filter:alpha(opacity=100);
}


.section .heading-upper {
	padding:90px 0px 55px 0px;

}
.section .content-section {
		padding-bottom:90px;
}

.heading {
	width:90%;
}
.services-section {
	padding:40px 0px;
}
.service-box {
	margin-bottom:50px;
}
.stat-box:hover .stat-hover {
	opacity:1;
	filter:alpha(opacity=100);
	visibility:visible;
	
	transform:translate(0px, 0px);
	-moz-transform:translate(0px, 0px);
	-webkit-transform:translate(0px, 0px);
}

.stat-box,
.team-box {
	width:auto;
	
}


.portfolio-detail .image {
	width:30%;
	float:left;
}
.portfolio-detail .detail {
	width:70%;
	float:left;
}
.portfolio-detail .detail {
	padding:20px;
}
.portfolio-detail .detail-btm .options li.port-like {
	margin-right:0px;
	float:right;
}
.portfolio-detail .meta {
	font-weight:600;
	margin-bottom: 40px;
}


/*** Teambox ***/
.team-box .image {
	width:auto;
	float:none;
}
.team-box .detail {
	padding:30px 5px 50px 5px;
	margin-left:0px;
	text-align:center;

	background-image:url(../images/resource/team-bg.png);
	background-position:center center;
	background-repeat:no-repeat;

	background-size:0;
	-moz-background-size:0;
	-webkit-background-size:0;
	
	transition:all 0.4s ease-in;
}
.team-box:hover .detail {
	background-size:100%;
	-moz-background-size:100%;
	-webkit-background-size:100%;
}
.team-box .detail .social-links {
	opacity:0;
	filter:alpha(opacity=0);
	
	transform:scale(0.5, 0.5);
	-moz-transform:scale(0.5, 0.5);
	-webkit-transform:scale(0.5, 0.5);
	
	transition:0.2s ease-in 0.4s;
	-moz-transition:0.2s ease-in 0.4s;
	-webkit-transition:0.2s ease-in 0.4s;
}
.team-box:hover .detail .social-links {
	opacity:1;
	filter:alpha(opacity=100);
	
	transform:scale(1, 1);
	-moz-transform:scale(1, 1);
	-webkit-transform:scale(1, 1);
}
.team-box:hover .detail * {
	color:#fff;
}
.team-box h4 {
	margin-bottom:0px;
}

.social-links li {
	margin:0px 9px;
	font-size:24px;
	display:inline-block;
}
.team-box .social-links li a {
	color:#212526;
}
.contactForm .form-control {
	padding:6px 150px 6px 15px;
	margin-bottom:0px;
	text-align:left;
}
.contactForm input[type="submit"] {
	position:absolute;
	top:15px;
	right:15px;
}
.contact-form textarea.form-control {
	height:170px;
}
form.contact-form .btn {
	width:80%;
}

.heading-upper + .portfolio-area {
	margin-top:0px;
}
.filter-tabs {
	display:block;
}
.social-section .social-links li {
	font-size:35px;
}
.social-section .social-links li a {
	padding:25px 22px 20px 22px;
}

/**** projects Posts ****/
.projects-area:hover .projects-box {
	opacity:.5;
	filter:alpha(opacity=50);
}

.projects-box {
	transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
}
.projects-area:hover .projects-box:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

.projects-box p {
	margin-bottom:25px;
}
.projects-box p.meta {
	margin-bottom:10px;
}

.projects-detail {
	padding:50px 0px;
}

.comment-box p {
	margin-bottom:0px;
}
.user-area {
	margin-bottom:35px;
}

}

@media (min-width: 992px) {
	.imagenes-qs {
	padding-bottom: 65px;
	margin: 0 auto;
	display: table;
}

	.imagenes-productos {
	padding: 20px;
	margin: 0 auto;
	display: table;
} 
.filter-list li {
		width:25%;
}
.filter-list li.grid-3 {
	width:33.333%;
}
.stat-box .stat-hover p {
	display:block;
}

.portfolio-detail .image,
.portfolio-detail .detail {
	width:50%;
	float:left;
}
.portfolio-detail .detail {
	padding:16px 50px;
}
.image-hover figcaption .h4 {
  font-size: 25px;
}

.projects-options {
	margin-bottom:30px;
}
.projects-options .options li {
	margin-right:25px;
}

}
@media (min-width: 1200px) {


	
	
.portfolio-detail .image,
.portfolio-detail .detail {
	width:50%;
	float:left;
}
.portfolio-detail .detail {
	padding:60px 100px;
}

.team-box .detail {
	padding: 10px 8px 25px;
}
/*** Stat boxes ***/
.stat-box .iconic {
	font-size:45px;
}
.stat-box .image figcaption .iconic {
	bottom:85px;
}
.stat-box .stat-hover .h4 {
	font-size:25px;
}

/*** pricing tables ***/
.pricing-detail {
	padding:30px 40px;
}
ul.pricing-list {
	width:100%;
	float:left;
}
.pricing-table .price-amount {
	padding:20px 30px;
	color:#212526;
	font-size:48px;
	line-height:1.2;
	text-align:center;
	font-weight:700;
	position:absolute;
	right:0px;
	bottom:0px;
}
.pricing-table .price-amount small {
	font-size:14px;
}

.social-section .social-links li {
	font-size:40px;
}

.social-section .social-links li a {
	
}

}


@media (min-width: 768px) and (max-width:1200px){
	.navbar-brand > img {
		width: 98px ! important;
	}
	
	.navbar .container {
		width: 100%;
			
	}
	
	.navbar-idioma{
		margin-left:24px;
	
	}
	.navbar-nav > li > a
	{
		font-size:10px:
		}
	.imagenes-qs {
	padding-bottom: 65px;
	margin: 0 auto;
	display: table;
}
	.imagenes-qs ul img {
border-radius: 100%;
width: 150px;
height: 150px;
	}
	
	.imagenes-productos {
	padding-top: 20px;
	margin: 0 auto;
	display: table;
}
	.imagenes-productos ul img {
border-radius: 100%;
width: 150px;
height: 150px;
	}
	
	.imagenes-productos ul li {
margin: 10px;
float:left;
	}
	
}

@media (min-width: 469px) and (max-width:767px) {
	.imagenes-qs{
		display:none !important;
	}
	
	.imagenes-productos{
		display:none !important;
	}
	
	
	.about-us-box-imagen{
		width:150px;
		float:left;
	}
	
		
	.service-box{
	 margin: 10px;
}
.pricing-area {
	width:100%;
	
}
.list-style-2 {
	width: 200px !important;
	}


	 
}

@media (max-width: 468px) {
	
	.mfp-close:before {
	line-height:0px !important;
}
	
	#enviado, #error{
		margin-top:50px;
		}
	
.pricing-area {
	width:100%;
	
}
.desc-proyecto{
	margin-bottom:10px;
	}
.pricing-table .price-btm{
	width: 100%;
	clear:both;
	float:none;
	}

.contact-form ul{
	margin-top:50px;
	}

.imagenes-qs{
	display: none !important;
}

	.imagenes-productos{
		display:none !important;
	}
	
.col-sm-services{		
		
		margin: 0 auto !important;
		width: 100%;
}

.service-box{
	 margin: 10px;
}
	 
.services-section{
	margin-top: 20px;		 
}
	
	
.image-hover figcaption {
	opacity:1;
	filter:alpha(opacity=100);
	visibility:visible;
}
.image-hover figcaption .h4,
.image-hover figcaption p {
	opacity:1;
	filter:alpha(opacity=100);
	
	transform:translateY(0px);
	-moz-transform:translateY(0px);
	-webkit-transform:translateY(0px);
}
.portfolio-box .image-hover .link-pop,
.portfolio-box .image-hover .link-zoom {
	opacity:1;
	filter:alpha(opacity=100);
	
	transform:rotate(-45deg) scale(1);
	-moz-transform:rotate(-45deg) scale(1);
	-webkit-transform:rotate(-45deg) scale(1);
}

.projects-detail .projects-box {
	padding:0px 20px;
}
.projects-detail .projects-box .image {
	margin-left:-20px;
	margin-right:-20px;
}
.projects-detail .projects-box p {
	text-align:justify;
}
.mfp-close {
	top:-5px !important;
	right:0px !important;
}
.mfp-arrow-left {
	left:-20px !important;
}
.mfp-arrow-right {
	right:-20px !important;
}

}