@media screen and (max-width:1200px) {
	header {
		width: 90%;
		margin: 0 auto;
	}

	.intro-content {
		display: inline-block;
		width: 70%;
	}

	.hero .hero-content {
		padding-top: 28%;
	}
	.descrip {
    overflow-y: scroll;
    width: 100%;
    height: 340px;
}

}

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

/* Responsive nav kicks in */
@media screen and (max-width:991px) {
	header {
		width: 90%;
		padding-left: 25px;
	}

	.hero .hero-content {
		padding-top: 32%;
	}



.hero-three .hero-content {
    padding-top: 30%;
}

	.hero-recursos {
    padding-top: 20%;
}
.descrip {
    overflow-y: scroll;
    width: 100%;
    height: 340px;
}


	.header-nav {
		position: fixed;
		background-color: #000;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 99999;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
		transition: opacity 0.5s, visibility 0s 0.5s;
	}

	ul.member-actions {
		position: static;
	}

	.navicon {
		visibility: visible;
	}

	header .nav-wrapper {
		display: absolute;
	}

	header nav {
		position: relative;
		top: 45%;
		-moz-transform: translatey(-45%);
		-ms-transform: translatey(-45%);
		-o-transform: translatey(-45%);
		-webkit-transform: translatey(-45%);
		transform: translatey(-45%);
	}

	nav ul li a {
		color: #fff;
		font-size: 25px;
		text-transform: uppercase;
		font-weight: 600;
		-moz-transition: all 300ms ease-in-out;
		-o-transition: all 300ms ease-in-out;
		-webkit-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out
	}

	nav ul li {
		margin-bottom: 25px
	}

	nav ul.primary-nav li {
		display: block;
	}

	nav ul.member-actions li {
		display: block;
	}

	nav a.login {
		margin-right: 0px;
	}

	nav ul.primary-nav {
		margin: 0;
		padding: 0;
		text-align: center;
	}

	nav ul.primary-nav li a {
		padding-right: 0;
	}

	nav .member-actions {
		position: static;
		padding: 0;
		text-align: center;
	}

	nav ul.primary-nav li,
	nav ul.member-actions li {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
		-moz-transform: translate3d(0, -80px, 0);
		-ms-transform: translate3d(0, -80px, 0);
		-o-transform: translate3d(0, -80px, 0);
		-webkit-transform: translate3d(0, -80px, 0);
		transform: translate3d(0, -80px, 0);
		-moz-transition: -moz-transform 0.5s, opacity 0.5s;
		-o-transition: -o-transform 0.5s, opacity 0.5s;
		-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
		transition: transform 0.5s, opacity 0.5s;
		-moz-transition: -moz-transform 0.5s, opacity 0.5s;
		-o-transition: -o-transform 0.5s, opacity 0.5s;
		-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
		transition: transform 0.5s, opacity 0.5s
	}

	header .header-nav.open ul.primary-nav li,
	header .header-nav.open ul.member-actions li {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	nav ul.primary-nav li:first-child {
		-moz-transition-delay: 0.05s;
		-o-transition-delay: 0.05s;
		-webkit-transition-delay: 0.05s;
		transition-delay: 0.05s
	}

	nav ul.primary-nav li:nth-child(2) {
		-moz-transition-delay: 0.1s;
		-o-transition-delay: 0.1s;
		-webkit-transition-delay: 0.1s;
		transition-delay: 0.1s
	}

	nav ul.primary-nav li:nth-child(3) {
		-moz-transition-delay: 0.15s;
		-o-transition-delay: 0.15s;
		-webkit-transition-delay: 0.15s;
		transition-delay: 0.15s
	}

	nav ul.primary-nav li:nth-child(4) {
		-moz-transition-delay: 0.2s;
		-o-transition-delay: 0.2s;
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s
	}

	nav ul.member-actions li:first-child {
		-moz-transition-delay: 0.25s;
		-o-transition-delay: 0.25s;
		-webkit-transition-delay: 0.25s;
		transition-delay: 0.25s
	}

	nav ul.member-actions li:nth-child(2) {
		-moz-transition-delay: 0.30s;
		-o-transition-delay: 0.30s;
		-webkit-transition-delay: 0.30s;
		transition-delay: 0.30s
	}

	.intro-content {
		display: inline-block;
		width: 75%;
		margin-bottom: 30px;
	}

	.last {
		margin: 0;
	}

	.features {
		padding-bottom: 0;
	}

	.features .device-showcase,
	.features-extra .macbook-wrap {
		display: none;
	}

	.features .responsive-feature-img,
	.features-extra .responsive-feature-img {
		display: block;
		width: 85%;
		margin: 15% auto 0;
	}

	.features .responsive-feature-img img,
	.features-extra .responsive-feature-img img {
		width: 100%;
	}

	.hero-strip {
		margin-top: 0;
	}

	.blog-intro .leftcol {
		padding: 0 15px;
		margin-bottom: 15px;
		border-right: none;
	}

	.blog-intro .rightcol {
		padding: 0 20px;
	}

	footer .footer-links {
		margin: 120px 0 120px 0;
	}

	@media screen and (max-width:640px) {
	
	.testimonial-slider .avatar {
    margin-bottom: 35px;
    margin-top: 35px;
    height: 65%;
    width: 85%;
    float: left;
    vertical-align: middle;
}

.center {
    width: 40%;
    margin: 0 auto;
}
.testimonial-slider p {
    color: #5d5c5c;
    font-size: 1.5em;
    width: 80%;
    text-align: left;
    /* margin: 10%; */
    display: inline-block;
}

	.hero-recursos {
    padding-top: 25%;
}
	

	
.hero p.intro-two {
    color: #5D5C5C;
    font-size: 2em;
    font-weight: 300;
    margin: 0;
    padding: 0;
    line-height: 1em;
    letter-spacing: 0.15em;
}

.hero-three p.intro-two {
    color: #5D5C5C;
    font-size: 1.5em;
    font-weight: 300;
    margin: 0;
    padding: 0;
    letter-spacing: 0.2em;
}
		.hero p.intro {
    color: #5D5C5C;
    font-size: 1.5em;
    font-weight: 300;
 
    letter-spacing: 0.2em;
}

.down-arrow {
    
  bottom: -40px;}

		.col-md-6.left {
    padding: 0em 2em 0em 2em;
}

.hero-three p.intro-two-nosotros {
    color: #5D5C5C;
    font-size: 1.2em;
   
    text-align: justify;
}
.hero-four p.intro-two-h2 {
    color: #5D5C5C;
    font-size: 2em;
  
    line-height: 1em;
}
.hero-four .text-center li {
    color: #5D5C5C;
    font-size: 1em;
    margin: 0;
    padding: 0;
    text-align: justify;
}


.hero-four p.intro-two-servicios1 {
    color: #5D5C5C;
    font-size: 1.1em;
    margin: 0;
    padding: 0;
    text-align: justify;
}



.hero-three .hero-content-contactos {
    padding-top: 35%;
  
}

.hero-four .hero-content-servicios {
    margin: 10em 0% 10% 32%;
        
}

		.hero-content-servicios {
    border-bottom: 1px solid #000;
    width: 35%;
}


.hero-three .hero-content-nosotros {
    padding-top: 40%;

}
		.hero-three .hero-content {
    padding-top: 45%;
}

		footer ul.footer-group {
			border-top: none;
		}

		footer ul.footer-group li a {
			font-size: 13px;
			text-transform: uppercase;
			padding: 20px 0;
			display: block;
			border-bottom: dashed 1px #4E566C;
		}

		footer ul.footer-group li {
			display: block;
		}

		footer .footer-links {
			margin: 50px 0 50px 0;
		}

	}

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

.center {
    width: 40%;
    margin: 0 auto;
}
.scrollup {
bottom: 20px;
    right: 32px;
    height: 81px;
    width: 66px;
background: url(../images/icon_top.png) no-repeat!important;
position: fixed;
display: none;
   }

		.hero-recursos {
    padding-top: 35%;
}

.testimonial-slider p {
    color: #5d5c5c;
    font-size: 1.5em;
    text-align: left;
    margin: 0;
    display: inline-block;
}



p.intro-two-inicios {
    color: #5D5C5C;
    font-size: 1.5em;
    font-weight: 300;
    margin: 0;
    padding: 0;
    letter-spacing: 0.15em;
}


.nbs-flexisel-item img {
    max-width: 100%;
   
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;

      float: left;
}


.btn {
    font-size: 15px;

    border-radius: 22px;
    display: inline-block;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
}

p.intro-two-inicio {
    color: #5D5C5C;
    font-size: 1.7em;
    font-weight: 300;
    margin: 0;
    padding: 0;
    display: inline-block;
    line-height: 1.4em;
    letter-spacing: 0.15em;
    border-bottom: 1px solid #000;
      width: 100%!important;
    text-align: center;
}


.hero .hero-content {
			padding-top: 41%;
		}

		.hero .btn {
			display: block;

			margin: 0 auto;
		}

		.hero .btn:first-of-type {
			margin-bottom: 20px;
		}

		.hero h1 {
			font-size: 22px;
		}

		.btn-margin-right {
			margin-right: 0px;
		}

		.features .device-showcase-left {
			position: absolute;
			bottom: -392px;
			left: 41%;
			right: auto;
			transform: translateX(-50%);
		}

		.features .ipad-wrap {
			width: 706px;
			height: 1002px;
			background: url("../img/ipad-device.png") no-repeat center center;
			z-index: 1;
			background-size: 40%;
		}

		.features .iphone-wrap {
			width: 304px;
			height: 617px;
			background: url("../img/iphone6.png") no-repeat center center;
			position: absolute;
			left: 350px;
			bottom: 129px;
			z-index: 2;
			background-size: 40%;
		}

		.features {
			padding-bottom: 0;
		}

		.down-arrow {
			bottom: -40px;
		}

	}

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

		.center {
    width: 80%;
    margin: 0 auto;
}

header {
    width: 90%;
    padding-left: 10px;
}
.logo img {
    width: 70%;
}

.nbs-flexisel-item {
    float: left;
    padding: 5px;
    margin: 0px 13px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
}

.nav-toggle {
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 999999;
    padding: 10px 29px 8px 0;
    cursor: pointer;
}

.hero .hero-content {
    padding-top: 59%;
}

.btn-large {
    padding: 15px 11px;
}
.btn {
    font-size: 12px;
    border-radius: 22px;
    display: inline-block;
    text-transform: uppercase;
    color: #680f2a;
    font-weight: bold;
}

		h3 {
    font-size: 17px;
    margin-bottom: 20px;
    color: #3D4351;
}


.testimonial-slider p {
        color: #5d5c5c;
    font-size: 1em;
    text-align: left;
    display: inline-block;
}

		.scrollup {
bottom: 20px;
    right: 32px;
    height: 81px;
    width: 66px;
background: url(../images/icon_top.png) no-repeat!important;
position: fixed;
display: none;
   }


.hero p.intro-two {
    color: #5D5C5C;
    font-size: 1.7em;
    font-weight: 300;
    margin: 0;
    padding: 0;
    line-height: 1em;
    letter-spacing: 0.15em;
}



		.hero-four .hero-content-servicios {
    margin: 10em 0% 10% 27%;
}


.hero-content3 {
    padding-top: 15%;
    border-bottom: 1px solid #000;
    width: 65%;
    margin: 0 auto;
}


p.intro-two-inicios {
    color: #5D5C5C;
    font-size: 1.5em;
    font-weight: 300;
    margin: 0;
    padding: 0;
    letter-spacing: 0.15em;
}

p.intro-two-inicio {
    color: #5D5C5C;
    font-size: 1.5em;
    font-weight: 300;
    margin: 0;
    padding: 0;
    display: inline-block;
    line-height: 1.4em;
    letter-spacing: 0.15em;
    border-bottom: 1px solid #000;
     width: 100%!important;
    text-align: center;
}
.hero-content-servicios {
    border-bottom: 1px solid #000;
    width: 45%;
}

.testimonial-slider h2 {
    color: #290a0a;
    font-size: 1.4em;
    font-weight: bold;
    margin: 0 0 3% 0;
}

	}