/*** FONT FACE ***/
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900);
@font-face {
	font-family:'myriad_set_prothin';
	src:url('../fonts/myriad-set-pro_thin-webfont.eot');
	src:url('../fonts/myriad-set-pro_thin-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/myriad-set-pro_thin-webfont.woff2') format('woff2'),url('../fonts/myriad-set-pro_thin-webfont.woff') format('woff'),url('../fonts/myriad-set-pro_thin-webfont.ttf') format('truetype'),url('../fonts/myriad-set-pro_thin-webfont.svg#myriad_set_prothin') format('svg');
	font-weight:normal;
	font-style:normal;
}
@font-face {
	font-family:'myriad_set_promedium';
	src:url('../fonts/myriad-set-pro_medium-webfont.eot');
	src:url('../fonts/myriad-set-pro_medium-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/myriad-set-pro_medium-webfont.woff2') format('woff2'),url('../fonts/myriad-set-pro_medium-webfont.woff') format('woff'),url('../fonts/myriad-set-pro_medium-webfont.ttf') format('truetype'),url('../fonts/myriad-set-pro_medium-webfont.svg#myriad_set_promedium') format('svg');
	font-weight:normal;
	font-style:normal;
}
@font-face {
	font-family:'myriad_set_protext';
	src:url('../fonts/myriad-set-pro_text-webfont.eot');
	src:url('../fonts/myriad-set-pro_text-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/myriad-set-pro_text-webfont.woff2') format('woff2'),url('../fonts/myriad-set-pro_text-webfont.woff') format('woff'),url('../fonts/myriad-set-pro_text-webfont.ttf') format('truetype'),url('../fonts/myriad-set-pro_text-webfont.svg#myriad_set_protext') format('svg');
	font-weight:normal;
	font-style: normal;
}
/*** END FONT FACE ***/
html,body {
	height:100%;
}
body {
	font-size:18px;
	font-family:'myriad_set_prothin';
	padding:0;
	line-height:1.45;
	background-color:#fff;
	overflow-x:hidden;
}
img.img-02 {
	width:99% !important;
	padding:10px !important;
}
img.img-03 {
	width:90% !important;
	padding:10px !important;
	margin:0 !important;
}
.no-scroll {
	overflow-y:hidden !important;
}
input {
	outline:none;
}
.separator-right {
	padding-right:55px !important;
}
.text-center {
	text-align:center;
}
p.angle {
	padding-right:0px !important;
	text-align:justify;
}
.spacing {
	width:100%;
	height:30px;
	float:left;
}
.alertError {
	width:30%;
	padding:20px 20px 10px 20px;
	text-align:center;
	top:15%;
	left:35%;
	right:30%;
	position:fixed;
	background-color:#fff;
	display:none;
	box-shadow:0px 2px 7px rgba(0,0,0,0.48);
	-webkit-box-shadow:0px 2px 7px rgba(0,0,0,0.48);
	-moz-box-shadow:0px 2px 7px rgba(0,0,0,0.48);
	-o-box-shadow:0px 2px 7px rgba(0,0,0,0.48);
	z-index:9999;
}
.dataError {
	text-align:center;
	display:none;
	top:40%;
	position:relative;
}
.dataError span {
	font-size:33px;
}
.back {
	color:#25A0DB;
}
.alertError span {
}
.alertError span i {
	font-size:18px;
	color:#6D6D6D;
	font-style:normal;
	position:absolute;
	right:7px;
	top:5px;
	cursor:pointer;
}
img.img-container {
	width:100%;
	box-shadow:0px 1px 3px #000;
	-webkit-box-shadow:0px 1px 3px #000;
	-moz-box-shadow:0px 1px 3px #000;
	-o-box-shadow:0px 1px 3px #000;
}
.line {
	width:100%;
	height:1px;
	margin-top:20px;
	margin-bottom:20px;
	background-color:#ccc;
	float:left;
}
.line-2 {
	width:100%;
	height:1px;
	background-color:#ccc;
	float:left;
}
.top {
	margin-top:100px;
}
.left {
	float:left;
}
.right {
	float:right;
}
p.blue {
	font-size:25px !important;
	color:#25A0DB;
}
header {
	width:100%;
	padding:0px;
	margin:0;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:8888;
	font-size:14px;
}
ul.nav-primary {
	margin:10px auto;
	padding:0;
	display:block;
	width:69%;
}
ul.nav-primary li {
	margin:0;
	padding-left:65px;
	display:inline-block;
}
ul.nav-primary li a {
	color:#fff;
	font-family:'myriad_set_promedium';
	font-size:14px;
}
ul.nav-primary li a:hover {
	text-decoration:none;
	color: #25A0DB;
}
/*** NAV SECUNDARY ***/
ul.nav-secundary {
	width:100%;
	text-align:center;
	margin:10px auto;
	padding:0;
	display:block;
}
ul.nav-secundary span {
	color:#25A0DB;
	position:absolute;
	margin-top:1px;
}
ul.nav-secundary li {
	margin:0;
	padding-left:65px;
	display:inline-block;
}
ul.nav-secundary li a {
	color:#fff;
	font-family:'myriad_set_promedium';
	font-size:14px;
}
ul.nav-secundary li a:hover {
	text-decoration:none;
	color: #25A0DB;
}
.content-nav-primary {
	/* COLOR DE LA BARRA*/
	/* background-color:#000;*/
	background-color:rgba(0,0,0,0.79);
}
.content-nav-input {
	width:100%;
	padding-top:4px;
	padding-bottom:4px;
	background-color:rgba(255,255,255,0.83);
	border-bottom:1px solid #ccc;
	display:none;
}
.content-nav-input-visible {
	width:100%;
	padding-top:4px;
	padding-bottom:4px;
	background-color:rgba(255,255,255,0.83);
	border-bottom:1px solid #ccc;
	display:block;
}
.content-nav-secundary {
	background-color:rgba(0,0,0,0.65);
}
ul.nav-secundary {
	margin:0;
	padding:5px 0 5px 0;
	display:block;
	float:left;
	position:relative;
}
ul.nav-secundary li {
	margin:0;
	padding-left:35px;
	padding-right:35px;
	display:inline-block;
}
ul.nav-secundary li a {
	font-size:14px;
	color:#fff;
	font-family:'myriad_set_promedium';
	font-weight:normal;
}
ul.nav-secundary li a:hover {
	text-decoration:none;
}
.nav-primary span {
	display:block;
	position:absolute;
	line-height:9px;
	margin:0;
	padding:0;
}
a.active {
	color:#25A0DB !important;
}
.content-input p {
	width:50%;
	margin:3px auto;
	padding:0;
}
h1.logo {
	margin:-4px 0 0 0;
	padding:0;
	display:block;
	float:left;
}
h1.logo a img {
	height:25px;
		margin-top:5px;
}
section.home-top-header {
	width:100%;
	height:100%;
	margin:0;
	padding-top:100px;
	padding-bottom:100px;
	text-align:center;
	background-attachment:fixed;
	background-image:url(../img/crea-tu-tienda.jpg);
	min-height:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	float:left;
}
.description_store {
	

}
.container2 {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;

}
.description_store h1 {
	 color:#fff;
	 font-family:'myriad_set_prothin';
	 font-size:70px;
	 font-weight:normal;
	 padding-top:180px;
	 margin:0;
	 line-height:56px;
	text-shadow:0px 1px 1px #000;
	-webkit-text-shadow:0px 1px 1px #000;
	-moz-text-shadow:0px 1px 1px #000;
	-o-text-shadow:0px 1px 1px #000;
}
.description_store h2{
	color:#fff;
	font-family:'myriad_set_prothin';
	font-size:38px;
	font-weight:normal;
	margin:0;
	line-height:90px;
	text-shadow:0px 1px 1px #000;
	-webkit-text-shadow:0px 1px 1px #000;
	-moz-text-shadow:0px 1px 1px #000;
	-o-text-shadow:0px 1px 1px #000;
}
.description_store span {
	color:#fff;
	font-size:20px;
	margin:0;
	padding:0;
	display:block;
	text-shadow:0px 1px 1px #000;
	-webkit-text-shadow:0px 1px 1px #000;
	-moz-text-shadow:0px 1px 1px #000;
	-o-text-shadow:0px 1px 1px #000;
}
.inputGroup {
	margin-top:55px;
}
.inputGroup span {
	margin:0;
	padding:0;
	display:block;
}
.inputGroup p {
	padding:0;
	margin: 0;
}
/*** INPUTS AND BUTTONS ***/
form#contentForm {
	margin-top:65px;
}
label.Label {
	width:100%;
	text-align:left;
	margin-top:10px;
	float:left;
}
.Input {
	width:100%;
	height:35px;
	margin-bottom:10px;
	line-height:38px;
	padding-left:5px;
	padding-top:4px;
	background-color:#fff;
	border:1px solid #ccc;
	border-radius:4px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	outline:none;
}
textarea#textArea {
	width:100%;
	height:200px;
	padding-left:5px;
	padding-top:5px;
	background-color:#fff;
	border:1px solid #ccc;
	border-radius:4px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	outline:none;
	resize:none;
}
input.inputSection {
	width:298px;
	padding:5px 0px 0px 5px;
	margin-right:8px;
	margin-top:4px;
	margin-bottom:6px;
	background-color:#fff;
	border:1px solid #eee;
	border-radius:4px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	outline:none;
}
.infoContact {
	width:100%;
	float:left;
	margin-top:30px;
}
.infoContact span {
	font-size:23px !important;
	color:#999;
}
.infoContact a {
	color:#25A0DB;
	text-decoration: none;
}
a.link {
	color:#25A0DB;
	/*nada*/
	text-decoration:none;
}
a.link i {
	margin-left:5px;
}
a.link:hover {
	text-decoration:underline;
}
/*a.link.link-tienda-ca{font-size:22px !important;}a.link.link-tienda-ca:hover{text-decoration: none !important;}*/
button.btn {
	line-height:24px;
	padding:8px 15px 2px 15px;
	background-color:#25A0DB;
	/* nada*/
	border:none;
	color:#fff;
}

@media (min-width:768px) {
	.navbar-nav {
		padding:0;
		float:right;
		padding-right:290px;
		display:block;
		width:73%;
	}
	.navbar-nav>li {
	}
	.navbar-nav>li>a {
		padding-top:10px;
		padding-bottom:0px;
	}
}
@media (min-width:1400px){
	.navbar-nav {
		width:68%;
	}
}

button.btnSection {
	padding:8px 20px 3px 20px;
	background-color:#25A0DB;
	border:none;
	color:#fff;
	border-radius:4px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	outline:none;
}

div#respuesta span {
	color:#25A0DB;
	margin-top:96px;
	font-size:42px;
	display:block;
}
div#validInput span {
	color:#25A0DB;
	margin-top:96px;
	font-size:25px;
	display:block;
}
input.btnForm {
	padding:5px 10px 0px 10px;
	border:none;
	background-color:#25A0DB;
	color:#fff;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	outline:none;
}
button.nav-btn {
	height:30px;
	background-color:#25A0DB;
	color:#fff;
	border:none;
	padding-top:7px;
	/*padding-left:15px;*/
	padding-right:15px;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	outline:none;
}
button.btn-link {
	font-size:14px;
	color:#999;
	background-color:transparent;
	margin:30px 0 0 0;
	padding:8px 10px 4px 10px;
	border:1px solid #999;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	outline:none;
}
button.btn-link i {
	font-size:10px;
	font-weight:100;
}
.btn-link-tienda {
	width:30%;
	font-size:14px;
	color:#fff;
	background-color:transparent;
	margin:30px auto;
	padding:8px 10px 4px 10px;
	border:1px solid #fff;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	display:block;
	outline:none;
	text-shadow:0px 1px 1px #000;
	-webkit-text-shadow:0px 1px 1px #000;
	-moz-text-shadow:0px 1px 1px #000;
	-o-text-shadow:0px 1px 1px #000;
}
.btn-link-tienda i {
	font-size:10px;
	font-weight:100;
}
button.btn-plans {
	font-size:17px;
	font-family:'myriad_set_promedium' !important;
	font-weight:normal !important;
	color:#fff;
	background-color:#54B9EA;
	margin:30px 0 0 0;
	padding:8px 30px 4px 30px;
	border:1px solid #54B9EA;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	outline:none;
}
button.btn-plans i {
	font-size:10px;
	font-weight:100;
}
button#btn-toggle {
	font-size:22px;
	font-family:'myriad_set_promedium' !important;
	font-weight:normal !important;
	color:#999;
	background-color:transparent;
	margin:80px 0 80px 0;
	padding:8px 30px 4px 30px;
	border:1px solid #999;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	outline:none;
}
button#btn-toggle i {
	font-size:19px;
	font-weight:normal;
}
.input-create {
	width:48% !important;
}
.btn-create {
	width:97.555% !important;
	margin-top:10px;
}
.text-m {
	margin-bottom:35px;
}
span.plus {
	font-size:90px !important;
	color:#ccc !important;
	margin:40px 0 0 0 !important;
	padding:0 !important;
	display:block !important;
	line-height:120px !important;
	font-family:'myriad_set_prothin' !important;
	font-weight:normal !important;
}
.masify-01 span {
	line-height:41px !important;
}
p.box-text {
	height:70px;
}
section.section-content {
	width:100%;
	height:auto;
	color:#333;
	margin:0;
	padding:20px 0 100px 0;
	text-align:left;
	float:left;
	display:block;
}
section.section-content h1 {
	font-size:50px;
	font-family:'myriad_set_prothin';
	font-weight:normal;
	line-height:50px;
	margin:0;
	padding:0;
	color:#333;
	display:block;
	margin-bottom:35px;
}
section.section-content p {
	font-size:18px;
	font-family:'myriad_set_prothin';
	font-weight:normal;
	margin:0;
	padding:0;
}
section.section-content span {
	font-size:30px;
	font-family:'myriad_set_prothin';
	font-weight:normal;
	color:#333;
	margin:0 0 8px 0;
	padding:0;
	line-height:33px;
	display:block;
}
.img-item {
	width:100%;
	margin:50px auto 65px;
	display:block;
}
img.img-item-hands {
    width: 175px;
    margin: 160px auto;
    display: block;
}
.wrapper-content {
	width:75%;
}
.image-smart-01 {
	padding-top:0%;
	margin:0;
}
.image-smart-01 img {
	width:100%;
	min-width:100%;
	margin:0 auto;
	display:block;
	text-align:center;
}
.border {
	border:1px solid #ccc;
}
section.section-content-image-01 {
	width:100%;
	height:850px;
	color:#fff;
	margin:0;
	padding:0;
	text-align:left;
	float:left;
	background-image:url(../img/todo-lo-que-haces-con-masify.png);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
		float:left;
}
section.desc {
	width:100%;
	padding:80px 0 80px 0;
}
section.desc p {
	font-size:18px;
	text-align:center;
	margin:0;
	padding:0;
}
section.desc span {
	font-size:30px;
	font-family:'myriad_set_prothin';
	font-weight:normal;
	text-align:center;
	color:#333;
	margin:0 0 8px 0;
	padding:0;
	line-height:33px;
	display:block;
}
h1.title-tienda {
	margin-top:30% !important;
}
h1.title-business {
	margin-top:10% !important;
}
.s3-container {
	width:85%;
	margin-top:10%;
}
.s3-container h1 {
	font-size:50px;
	font-family:'myriad_set_prothin';
	font-weight:normal;
	margin:100px 0 0 0;
	padding:0;
	text-shadow:0px 1px 1px #000;
	-webkit-text-shadow:0px 1px 1px #000;
	-moz-text-shadow:0px 1px 1px #000;
	-o-text-shadow:0px 1px 1px #000;
}
.s3-container span {
	font-size:25px;
	font-family:'myriad_set_promedium';
	font-weight:normal;
	line-height:25px;
	margin:0 0 15px 0;
	padding:0;
	display:block;
}
.s3-container p {
	font-size:18px;
	font-family:'myriad_set_prothin';
	font-weight:normal;
	margin:0;
	padding:0;
	line-height:29px;
	text-shadow:0px 1px 1px #000;
	-webkit-text-shadow:0px 1px 1px #000;
	-moz-text-shadow:0px 1px 1px #000;
	-o-text-shadow: 0px 1px 1px #000;
}
/*** BOXES HOME ***/
.content-boxes {
	margin-top:100px;
}
.home-box-1,.home-box-2,.home-box-3,.home-box-4,.home-box-5,.home-box-6,.home-box-7,.home-box-8,.home-box-9 {
	width:33%;
	height:350px;
	background-color:#E8E8E8;
	float:left;
	display:block;
	margin-left:1.888px;
	margin-right:1.888px;
	margin-bottom:3.444px;
	position:relative;
	cursor:pointer;
	overflow:hidden;
}
.home-box-1 span,.home-box-2 span,.home-box-3 span,.home-box-4 span,.home-box-5 span,.home-box-6 span,.home-box-7 span,.home-box-8 span,.home-box-9 span {
	color:#fff !important;
	font-size:30px !important;
	font-family:'myriad_set_prothin' !important;
	font-weight:normal !important;
	top:45% !important;
	position:relative !important;
	text-align:center !important;
	text-shadow:0px 1px 1px #000;
	-webkit-text-shadow:0px 1px 1px #000;
	-moz-text-shadow:0px 1px 1px #000;
	-o-text-shadow:0px 1px 1px #000;
}
.home-cbi-01,.home-cbi-02,.home-cbi-03,.home-cbi-04,.home-cbi-05,.home-cbi-06,.home-cbi-07,.home-cbi-08,.home-cbi-09 {
	width:100%;
	height:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	position:absolute;
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
}
.home-cbi-01 {
	background-image:url(../img/boxes/sitios-y-moviles.jpg);
	width:100%;
}
.home-cbi-02 {
	background-image:url(../img/boxes/business-hubs.jpg);
}
.home-cbi-03 {
	background-image:url(../img/boxes/facebook.jpg);
}
.home-cbi-04 {
	background-image:url(../img/boxes/redes-sociales.jpg);
}
.home-cbi-05 {
	background-image:url(../img/boxes/puntos-de-ventas.jpg);
}
.home-cbi-06 {
	background-image:url(../img/boxes/blogs-y-medios.jpg);
}
.home-cbi-07 {
	background-image:url(../img/boxes/destinos-populares.jpg);
}
.home-cbi-08 {
	background-image:url(../img/boxes/tus-propios-business-hubs.jpg);
}
.home-cbi-09 {
	background-image: url(../img/boxes/canales-de-venta-propios.jpg);
}
.home-box-1:hover .home-cbi-01,.home-box-2:hover .home-cbi-02,.home-box-3:hover .home-cbi-03,.home-box-4:hover .home-cbi-04,.home-box-5:hover .home-cbi-05,.home-box-6:hover .home-cbi-06,.home-box-7:hover .home-cbi-07,.home-box-8:hover .home-cbi-08,.home-box-9:hover .home-cbi-09 {
	transform:scale(1.2);
	-moz-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-o-transform:scale(1.2);
	-ms-transform:scale(1.2);
	/* IE 9 */
	filter:url(filters.svg#grayscale);
	filter:gray;
	-webkit-filter:grayscale(.7);
	-webkit-transition:.3s all ease;
	-o-transition:.3s all ease;
	transition:all .3s ease-in-out;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
}
ul.social {
	margin:20px 0 0 0 !important;
	padding:0;
	display:block;
}
ul.social li {
	margin:0 12px 0 0 !important;
	padding:0;
	display:inline;
}
ul.social li a {
	color:#A0A0A0;
	font-size: 30px;
}
/*** BOXES TIENDA CARACTERISTICAS ***/
.tienda-caracteristicas-box-1,.tienda-caracteristicas-box-2,.tienda-caracteristicas-box-3,.tienda-caracteristicas-box-4,.tienda-caracteristicas-box-5,.tienda-caracteristicas-box-6,.tienda-caracteristicas-box-7,.tienda-caracteristicas-box-8,.tienda-caracteristicas-box-9,.tienda-caracteristicas-box-11,.tienda-caracteristicas-box-12,.tienda-caracteristicas-box-13,.tienda-caracteristicas-box-14,.tienda-caracteristicas-box-15,.tienda-caracteristicas-box-16 {
	width:33%;
	height:350px;
	background-color:#E8E8E8;
	float:left;
	display:block;
	margin-left:1.888px;
	margin-right:1.888px;
	margin-bottom:3.444px;
	position:relative;
	cursor:pointer;
	overflow:hidden;
}
.tienda-caracteristicas-box-10 {
	width:99.777%;
	height:300px;
	margin-bottom:3.444px;
	float:left;
	overflow:hidden;
	cursor:pointer;
	position:relative;
}
.tienda-caracteristicas-box-17 {
	width:99.777%;
	height:300px;
	margin-bottom:3.444px;
	/*float:left;*/
	overflow:hidden;
	cursor:pointer;
	position:relative;
}
.tienda-caracteristicas-box-1 span,.tienda-caracteristicas-box-2 span,.tienda-caracteristicas-box-3 span,.tienda-caracteristicas-box-4 span,.tienda-caracteristicas-box-5 span,.tienda-caracteristicas-box-6 span,.tienda-caracteristicas-box-7 span,.tienda-caracteristicas-box-8 span,.tienda-caracteristicas-box-9 span,.tienda-caracteristicas-box-11 span,.tienda-caracteristicas-box-12 span,.tienda-caracteristicas-box-13 span,.tienda-caracteristicas-box-14 span,.tienda-caracteristicas-box-15 span,.tienda-caracteristicas-box-16 span {
	color:#fff !important;
	font-size:30px !important;
	font-family:'myriad_set_prothin' !important;
	font-weight:normal !important;
	top:45% !important;
	position:relative !important;
	text-align:center !important;
	text-shadow:0px 1px 1px #000;
	-webkit-text-shadow:0px 1px 1px #000;
	-moz-text-shadow:0px 1px 1px #000;
	-o-text-shadow:0px 1px 1px #000;
}
.tienda-caracteristicas-box-10 span {
	color:#fff !important;
	font-size:50px !important;
	font-family:'myriad_set_prothin' !important;
	font-weight:normal !important;
	margin-top:78px !important;
	position:relative !important;
	text-align:center !important;
	text-shadow:0px 1px 1px #000;
	-webkit-text-shadow:0px 1px 1px #000;
	-moz-text-shadow:0px 1px 1px #000;
	-o-text-shadow:0px 1px 1px #000;
}
.tienda-caracteristicas-box-10 p {
	font-size:18px;
	color:#fff;
}
.tienda-caracteristicas-box-17 span {
	color:#fff !important;
	font-size:50px !important;
	font-family:'myriad_set_prothin' !important;
	font-weight:normal !important;
	margin-top:78px !important;
	position:relative !important;
	text-align:center !important;
	text-shadow:0px 1px 1px #000;
	-webkit-text-shadow:0px 1px 1px #000;
	-moz-text-shadow:0px 1px 1px #000;
	-o-text-shadow:0px 1px 1px #000;
}
.tienda-caracteristicas-box-17 p {
	font-size:18px;
	color:#fff;
}
.tienda-cbi-01,.tienda-cbi-02,.tienda-cbi-03,.tienda-cbi-04,.tienda-cbi-05,.tienda-cbi-06,.tienda-cbi-07,.tienda-cbi-08,.tienda-cbi-09,.tienda-cbi-10,.tienda-cbi-11,.tienda-cbi-12,.tienda-cbi-13,.tienda-cbi-14,.tienda-cbi-15,.tienda-cbi-16,.tienda-cbi-17 {
	width:100%;
	height:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	position:absolute;
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
}
.tienda-caracteristicas-box-1:hover .tienda-cbi-01,.tienda-caracteristicas-box-2:hover .tienda-cbi-02,.tienda-caracteristicas-box-3:hover .tienda-cbi-03,.tienda-caracteristicas-box-4:hover .tienda-cbi-05,.tienda-caracteristicas-box-5:hover .tienda-cbi-08,.tienda-caracteristicas-box-6:hover .tienda-cbi-09,.tienda-caracteristicas-box-7:hover .tienda-cbi-04,.tienda-caracteristicas-box-8:hover .tienda-cbi-11,.tienda-caracteristicas-box-9:hover .tienda-cbi-07,.tienda-caracteristicas-box-10:hover .tienda-cbi-10,.tienda-caracteristicas-box-11:hover .tienda-cbi-06,.tienda-caracteristicas-box-12:hover .tienda-cbi-12,.tienda-caracteristicas-box-13:hover .tienda-cbi-13,.tienda-caracteristicas-box-14:hover .tienda-cbi-14,.tienda-caracteristicas-box-15:hover .tienda-cbi-15,.tienda-caracteristicas-box-16:hover .tienda-cbi-16,.tienda-caracteristicas-box-17:hover .tienda-cbi-17 {
	transform:scale(1.2);
	-moz-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-o-transform:scale(1.2);
	-ms-transform:scale(1.2);
	/* IE 9 */
	filter:url(filters.svg#grayscale);
	filter:gray;
	-webkit-filter:grayscale(.7);
	-webkit-transition:.3s all ease;
	-o-transition:.3s all ease;
	transition:all .3s ease-in-out;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
}
.tienda-cbi-01 {
	background-image:url(../img/tienda-boxes/diseño.jpg);
}
.tienda-cbi-02 {
	background-image:url(../img/tienda-boxes/medios-de-pago.jpg);
}
.tienda-cbi-03 {
	background-image:url(../img/tienda-boxes/medios-de-envio.jpg);
}
.tienda-cbi-04 {
	background-image:url(../img/tienda-boxes/marketing.jpg);
}
.tienda-cbi-05 {
	background-image:url(../img/tienda-boxes/SEO.jpg);
}
.tienda-cbi-06 {
	background-image:url(../img/tienda-boxes/analiticas.jpg);
}
.tienda-cbi-07 {
	background-image:url(../img/tienda-boxes/productos-configurables.jpg);
}
.tienda-cbi-08 {
	background-image:url(../img/tienda-boxes/gestion-de-tiendas.jpg);
}
.tienda-cbi-09 {
	background-image:url(../img/tienda-boxes/blog-integrado.jpg);
}
.tienda-cbi-10 {
	background-image:url(../img/tienda-boxes/business-hubs.jpg);
}
.tienda-cbi-11 {
	background-image:url(../img/tienda-boxes/optimiza-conversiones.jpg);
}
.tienda-cbi-12 {
	background-image:url(../img/tienda-boxes/todo-lo-que-necesitas.jpg);
}
.tienda-cbi-13 {
	background-image:url(../img/tienda-boxes/miles-de-canales.jpg);
}
.tienda-cbi-14 {
	background-image:url(../img/tienda-boxes/aprende.jpg);
}
.tienda-cbi-15 {
	background-image:url(../img/tienda-boxes/escala.jpg);
}
.tienda-cbi-16 {
	background-image:url(../img/tienda-boxes/soporte-magistral.jpg);
}
.tienda-cbi-17 {
	background-size:cover;
	background-repeat:no-repeat;
	background-repeat:center center;
	background-image:url(../img/tienda-boxes/api.jpg);
}
a.link-tienda {
	color:#333;
	font-family:'myriad_set_prothin';
	font-weight:normal;
	font-size:18px;
	margin-top:80px;
	padding:0;
	text-align:center;
	display:inline-block;
}
a.link-tienda:hover {
	text-decoration:underline;
}
a.link-tienda img {
	margin:-6px 0 0 0;
	padding:0;
	display:inline-block;
}
.box-inner {
	padding-left:50px;
	padding-right: 50px;
}
/*** MODAL WRAPPER ***/
.modal {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background-color:#fff;
	position:fixed;
	z-index:8888;
	display:none;
	overflow:hidden;
}
.modal span {
	line-height:23px !important;
}
.modal-open-next {
	display:block;
}
.modal-open {
	display:block;
	-webkit-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-name:fadeInUp;
	animation-name:fadeInUp;
}
@-webkit-keyframes fadeInUp {
	from {
		opacity:0;
		-webkit-transform:translate3d(0,100%,0);
		transform:translate3d(0,100%,0);
	}
	to {
		opacity:1;
		-webkit-transform:none;
		transform:none;
	}
}
@keyframes fadeInUp {
	from {
		opacity:0;
		-webkit-transform:translate3d(0,100%,0);
		transform:translate3d(0,100%,0);
	}
	to {
		opacity:1;
		-webkit-transform:none;
		transform:none;
	}
}
.img-box-none {
	width:50%;
	box-shadow:0px 1px 3px #000;
	-webkit-box-shadow:0px 1px 3px #000;
	-moz-box-shadow:0px 1px 3px #000;
	-o-box-shadow:0px 1px 3px #000;
}
.img-box-content {
	margin-bottom:25px;
	display:block;
}
.scroll {
	height:100%;
	overflow-y:scroll;
	overflow-x:hidden;
}
.scroll::-webkit-scrollbar {
	width:10px;
	height:5px !important;
}
.scroll::-webkit-scrollbar-track {
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
}
.scroll::-webkit-scrollbar-thumb {
	background-color:#333;
	opacity:0.4;
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5);
}
.scroll::-webkit-scrollbar-thumb:hover {
	background-color:#777;
}
.scroll::-moz-scrollbar {
	width:10px;
	height:5px !important;
}
.scroll::-moz-scrollbar-track {
	-moz-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
}
.scroll::-moz-scrollbar-thumb {
	background-color:#333;
	opacity:0.4;
	-moz-box-shadow:inset 0 0 6px rgba(0,0,0,0.5);
}
.scroll::-moz-scrollbar-thumb:hover {
	background-color:#777;
}
.content-paragraph {
	padding-left:10% !important;
}
.modal-close {
	font-size:25px;
	color:#333;
	top:40px;
	right:44px;
	position:absolute;
	display:block;
		z-index:1;
}
.modal-close:hover {
	color:#555;
}
.modal-next {
	position:absolute;
	top:40%;
	right:44px;
		z-index:1;
}
.modal-next:hover {
	color:#333;
}
.modal-prev {
	position:absolute;
	top:40%;
	left:40px;
		z-index:1;
}
.modal-prev:hover {
	color:#333;
}
.modal-content {
	text-align:left;
	padding:20px 0 100px 0;
}
.modal-content h2 {
	margin-bottom:40px !important;
}
.modal-content h3 {
	font-size:1.50em;
	margin:20px 0 0 0;
}
.modal-content h2 em {
	font-style:normal;
	font-size:18px;
	margin:0px;
	display:block;
	color:#AFAFAF;
}
.modal-content span {
	font-size:24px !important;
	line-height:30px !important;
}
/*.modal-content p{font-size:16px !important;padding-right: 10% !important;}*/
.modal-content ul {
	text-align:left !important;
	margin:0;
	padding:0;
	display:block;
}
.modal-content ul li {
	margin:0 0 10px 0;
	padding:0;
	list-style-type:none;
}
.modal-content ul li span {
	font-size:16px !important;
	color:#333 !important;
	line-height:19px;
}
.modal-content ul li img {
	margin-top:8px;
	margin-bottom:8px;
}
.modal-content ol {
	margin-top:3px;
	color:#999;
	font-style:italic;
	list-style-type:none;
	line-height:23px;
	font-size:18px;
	padding:0;
}
.text-modal p {
	font-size:16px !important;
	text-align: justify;
}
.image-circular {
	width:150px;
	height:150px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:45px;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	display: block;
}
/*** HOME TIENDA ***/
.home-tienda {
	width:100%;
	height:100%;
	background-image:url(../img/bg-03.png);
	background-attachment:fixed;
	background-size:cover;
	background-repeat:no-repeat;
	background-repeat:center center;
}
.home-tienda h1 {
	width:77%;
	color:#fff;
	font-family:'myriad_set_prothin';
	font-weight:normal;
	font-size:70px;
	text-align:center;
	margin-top:280px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	line-height:75px;
	text-shadow:0px 1px 1px #000;
	-webkit-text-shadow:0px 1px 1px #000;
	-moz-text-shadow:0px 1px 1px #000;
	-o-text-shadow:0px 1px 1px #000;
}
.home-tienda p {
	font-size:18px;
	color:#fff;
	padding:0;
	margin:0;
	text-align:center;
	position:relative;
}
.home-tienda span {
	font-size:18px;
	font-family:'myriad_set_promedium';
	font-weight:normal;
	color:#fff;
	text-align:center;
	margin:0;
	padding:0;
	display:block;
}
section.section-content-home-tienda {
	width:100%;
	height:auto;
	color:#333;
	margin:0;
	padding:100px 0 100px 0;
	float:left;
	display:block;
}
section.section-content-home-tienda h1 {
	text-align:center;
	font-size:50px;
	font-family:'myriad_set_prothin';
	font-weight:normal;
	line-height:50px;
	margin:0;
	padding:0;
	color:#333;
	display:block;
}
section.section-content-home-tienda p {
	font-size:18px;
	text-align:center;
	margin:0;
	padding:0;
}
.negocios {
	width:100%;
	margin-top:100px;
	display:block;
}
.negocios h2 {
	font-family:'myriad_set_prothin';
	font-weight:normal;
	font-size:30px;
	margin:0 0 15px 0;
	padding:0;
	line-height:33px;
}
.negocios p {
	font-family:'myriad_set_prothin';
	font-weight:normal;
	font-size:18px;
	text-align:left !important;
}
section.section-content-home-tienda-2 {
	width:100%;
	height:auto;
	color:#333;
	margin:0;
	padding:100px 0 100px 0;
	background-image:url(../img/bg-04.png);
	background-size:cover;
	background-repeat:no-repeat;
	background-repeat:center center;
	float:left;
	display:block;
}
section.section-content-home-tienda-2 h1 {
	width:76%;
	text-align:center;
	font-size:50px;
	font-family:'myriad_set_prothin';
	font-weight:normal;
	line-height:50px;
	margin:0 auto;
	padding:0;
	color:#fff;
	display:block;
}
section.section-content-home-tienda-2 p {
	width:76%;
	font-size:18px;
	color:#fff;
	text-align:center;
	margin:100px auto;
	padding:0;
}
.graph-area {
	width:100%;
	float:left;
	padding-top:50px;
	padding-bottom:150px;
}
.graph-area img {
	max-width:100%;
}
.content-monitor {
	max-width:100%;
}
.content-monitor img {
	max-width:100%;
	min-width:100%;
}
.content-ipad {
	height:704px;
	background-image:url(../img/ipad-tienda.png);
	background-repeat:no-repeat;
	background-position:center;
}
#nav-items ul {
	margin:30px 0 0 0;
	padding:0;
	display:block;
}
#nav-items ul li {
	margin:0;
	padding:0 8px 0 8px;
	display:inline-block;
}
#nav-items ul li a {
	color:#777;
}
#nav-items ul li a:focus {
	color:#333;
}
.item {
	display:none;
	margin-top:87px;
	position:absolute;
	width:71%;
	margin-left:71px;
	color:#fff;
	padding-left:15px;
}
.activeItem {
	display: block;
}
/*** CAROUSEL HOME TIENDA ***/
#carousel-home-tienda {
	margin-top:80px;
	margin-bottom:80px;
	float:left;
	display:none;
}
.nbs-flexisel-container {
	position:relative;
	max-width:100%;
}
.nbs-flexisel-ul {
	position:relative;
	width:9999px;
	margin:0px;
	padding:0px;
	list-style-type:none;
	text-align:center;
}
.nbs-flexisel-inner {
	overflow:hidden;
	float:left;
	width:100%;
}
.nbs-flexisel-item {
	float:left;
	margin:0px;
	padding:0px;
	cursor:pointer;
	position:relative;
	line-height:0px;
}
.nbs-flexisel-item img {
	cursor:pointer;
	position:relative;
	margin-top:10px;
	margin-bottom: 10px;
}
/*** Navigation ***/
.nbs-flexisel-nav-left,.nbs-flexisel-nav-right {
	width:22px;
	height:22px;
	position:absolute;
	cursor:pointer;
	z-index:100;
	opacity:0.5;
}
.nbs-flexisel-nav-left {
	left:10px;
	background:url(../img/button-previous.png) no-repeat;
}
.nbs-flexisel-nav-right {
	right:5px;
	background: url(../img/button-next.png) no-repeat;
}
/*** BUSINESS HUBs ***/
section.home-business {
	width:100%;
	height:100%;
	background-size:cover;
	background-attachment:fixed;
	background-image:url(../img/bg-06.png);
	background-repeat:no-repeat;
	background-position:center center;
}
.title-home-business {
	margin-top:300px;
}
.title-home-business h1 {
	color:#fff;
	text-align:center;
	font-size:50px;
	font-family:'myriad_set_prothin';
	font-weight:normal;
	line-height:50px;
	margin:0 auto;
	padding:0;
	display:block;
	text-shadow:0px 1px 1px #000;
	-webkit-text-shadow:0px 1px 1px #000;
	-moz-text-shadow:0px 1px 1px #000;
	-o-text-shadow:0px 1px 1px #000;
}
.title-home-business span {
	font-size:30px;
	font-family:'myriad_set_prothin';
	font-weight:normal;
	color:#fff;
	margin:0;
	padding:0;
	text-align:center;
	line-height:35px;
	display:block;
	text-shadow:0px 1px 1px #000;
	-webkit-text-shadow:0px 1px 1px #000;
	-moz-text-shadow:0px 1px 1px #000;
	-o-text-shadow:0px 1px 1px #000;
}
.title-home-business p {
	font-size:18px;
	font-family:'myriad_set_prothin';
	font-weight:normal;
	color:#fff;
	margin:0;
	padding:0;
	text-align:center;
}
.circle-chevron i {
	margin-left:3px;
	margin-right:3px;
	margin-top:0px;
	font-size:65px;
	color:#25A0DB;
}
.content-business {
	position:relative;
	overflow:hidden;
}
.content-business p {
	text-align:left !important;
	margin-bottom:21px !important;
	display:block;
}
.content-image {
	width:340px;
	height:605px;
	margin-top:30px;
	position:relative;
	overflow:hidden;
}
.img-hubs img {
	width:100%;
	height:100%;
}
.image-content-shop img {
	margin:0 auto;
	display:block;
	margin-bottom:65px;
}
section.section-content-hubs {
	width:100%;
	height:650px;
	margin:115px 0 0 0;
	padding:150px 0 0 0;
	background-image:url(../img/bg-02.png);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	display:block;
	float:left;
}
section.section-content-hubs h1 {
	color:#fff;
	font-size:50px;
	font-family:'myriad_set_prothin';
	font-weight:normal;
	line-height:50px;
	margin:0;
	padding:0;
	display:block;
	text-shadow:0px 1px 1px #000;
	-webkit-text-shadow:0px 1px 1px #000;
	-moz-text-shadow:0px 1px 1px #000;
	-o-text-shadow:0px 1px 1px #000;
}
section.section-content-hubs p {
	color:#fff;
	font-size:18px;
	font-family:'myriad_set_prothin';
	font-weight:normal;
	margin:0;
	padding:0;
	text-shadow:0px 1px 1px #000;
	-webkit-text-shadow:0px 1px 1px #000;
	-moz-text-shadow:0px 1px 1px #000;
	-o-text-shadow:0px 1px 1px #000;
}
section.section-content-hubs span {
	color:#fff;
	font-size:30px;
	font-family:'myriad_set_prothin';
	font-weight:normal;
	margin:0;
	padding:0;
	display:block;
	text-shadow:0px 1px 1px #000;
	-webkit-text-shadow:0px 1px 1px #000;
	-moz-text-shadow:0px 1px 1px #000;
	-o-text-shadow:0px 1px 1px #000;
}
section.section-content-hubs ul {
	color:#fff;
	font-size:18px;
	font-family:'myriad_set_promedium';
	font-weight:normal;
	margin:30px 0 30px 0;
	padding:0;
	display:block;
}
section.section-content-hubs ul li {
	color:#fff;
	font-size:18px;
	font-family:'myriad_set_promedium';
	font-weight:normal;
	margin-left:15px;
	margin-right:15px;
	padding:0;
	display:inline-block;
	text-shadow:0px 1px 1px #000;
	-webkit-text-shadow:0px 1px 1px #000;
	-moz-text-shadow:0px 1px 1px #000;
	-o-text-shadow:0px 1px 1px #000;
}
.content-block-items {
	margin-top:100px;
	margin-bottom:50px;
	border-top:1px solid #ccc;
	padding-top:35px;
	float:left;
}
span.circle-item {
	font-size:14px !important;
	font-family:'myriad_set_promedium' !important;
	font-weight:normal !important;
	border:1px solid #333;
	width:34px;
	height:34px;
	text-align:center;
	margin-left:auto !important;
	margin-right:auto !important;
	margin-bottom:30px !important;
	display:block;
	border-radius:100px;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
}
section.section-content-tienda-planes {
	width:100%;
	margin:0;
	padding:200px 0 0 0;
	text-align:center;
	display:block;
	float:left;
}
section.section-content-tienda-planes h1 {
	color:#333;
	font-size:50px;
	font-family:'myriad_set_prothin';
	font-weight:normal;
	line-height:50px;
	margin:0;
	padding:0;
	display:block;
}
section.section-content-tienda-planes span {
	color:#333;
	font-size:30px;
	font-family:'myriad_set_prothin';
	font-weight:normal;
	margin:20px 0 0 0;
	padding:0;
	display:block;
}
.content-plans {
	margin-top:45px;
}
.panelPlan {
	height:450px;
	border-radius: 25px;
    border: 2px solid #0099CC;
}
.panelPlanPopular {
	height:450px;
	border-radius: 25px;
    border: 2px solid #0099CC;
	background-color:#E6F3FB;
}

.box-free,.box-plans {
	height:228px;
	padding-top:50px !important;
	position:relative;
	border-bottom:1px solid #ccc;
}
.box-popular {
	height:228px;
	padding-top:50px !important;
	position:relative;
	border-bottom:1px solid #C9EAFA;
}
.box-free p,.box-plans p,.box-popular p {
	padding-left:30px;
	padding-right:30px;
}
.popular-badge {
	width:100%;
	font-size:18px !important;
	color:#52B8EA !important;
	padding-top:10px;
	border-bottom:1px solid #C9EAFA;
	font-family:'myriad_set_promedium' !important;
	font-weight:normal !important;
	position:absolute;
	left:0;
	top:0;
}
.box-free span {
	color:#54B9EA !important;
	font-size:30px;
	font-family:'myriad_set_promedium' !important;
	font-weight:normal !important;
}
.box-plans span {
	color:#333 !important;
	font-size:30px;
	font-family:'myriad_set_promedium' !important;
	font-weight:normal !important;
}
.box-popular {
	/*background-color:#E6F3FB;*/
}
.content-popular {
	width:100%;
	padding-bottom:50px;
	/*background-color:#E6F3FB;*/
	float:left;
}
.box-popular span {
	color:#333 !important;
	font-size:30px;
	font-family:'myriad_set_promedium' !important;
	font-weight:normal !important;
}
span.price-plans {
	font-size:18px !important;
	color:#52B8EA !important;
	 font-family:'myriad_set_promedium' !important;
	font-weight:normal !important;
}
span.price-plans big {
	font-size:50px !important;
}
.table-detail {
	width:100%;
	margin-top:150px;
	float:left;
	display:block;
}
.table-detail span {
	width:100%;
	color:#333 !important;
	font-size:18px !important;
	font-family:'myriad_set_promedium' !important;
	font-weight:normal !important;
	float:left;
	display:block;
}
.table-detail strong {
	width:100%;
	color:#333 !important;
	font-weight:100% !important;
	padding-top:15px;
	padding-bottom:15px;
	display:block;
	float:left;
}
.table-detail p {
	width:100%;
	border-bottom:1px solid #ccc;
	margin:0;
	padding-top:16px;
	padding-bottom:10px;
	float:left;
	display:block;
}
#table-toggle {
	display:none;
}
.content-table-toggle {
	width:100%;
	text-align:left !important;
	margin-bottom:80px;
	float:left;
}
.content-table-toggle p {
	border:none !important;
}
section.solucion-a-medida {
	width:100%;
	height:550px;
	margin:0;
	padding:180px 0 0 0;
	background-image:url(../img/bg-02.png);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	float:left;
}
section.solucion-a-medida h1 {
	color:#fff;
	font-size:50px;
	font-family:'myriad_set_prothin';
	font-weight:normal;
	line-height:50px;
	margin:0;
	padding:0;
	display:block;
	text-shadow:0px 1px 1px #000;
	-webkit-text-shadow:0px 1px 1px #000;
	-moz-text-shadow:0px 1px 1px #000;
	-o-text-shadow:0px 1px 1px #000;
}
section.solucion-a-medida p {
	color:#fff;
	font-size:18px;
	font-family:'myriad_set_prothin';
	font-weight:normal;
	margin:0;
	padding:0;
	text-shadow:0px 1px 1px #000;
	-webkit-text-shadow:0px 1px 1px #000;
	-moz-text-shadow:0px 1px 1px #000;
	-o-text-shadow:0px 1px 1px #000;
}
.dataInfo {
	width:100%;
	margin:80px 0 0 0;
	padding:0;
	display:block;
	float:left;
}
.dataInfo span {
	margin-bottom:10px !important;
}
.number {
	color:#53B8EA;
	font-size:30px;
	font-family:'myriad_set_prothin';
	font-weight:normal;
	margin-top:20px;
}
section.modelos-negocios-bg {
	width:100%;
	background-size:cover;
	background-attachment:fixed;
	background-image:url(../img/modelos-negocios-bg.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	padding-top:50px;
	height:650px;
	padding-bottom:350px;
}
section.modelos-negocios-bg h1 {
	color:#fff;
	text-align:center;
	font-size:50px;
	font-family:'myriad_set_prothin';
	font-weight:normal;
	line-height:50px;
	margin:0 auto;
	padding:0;
	display:block;
	text-shadow:0px 1px 1px #000;
	-webkit-text-shadow:0px 1px 1px #000;
	-moz-text-shadow:0px 1px 1px #000;
	-o-text-shadow:0px 1px 1px #000;
}
section.modelos-negocios-bg span {
	font-size:30px;
	font-family:'myriad_set_prothin';
	font-weight:normal;
	color:#fff;
	margin:0;
	padding:0;
	text-align:center;
	line-height:35px;
	display:block;
	text-shadow:0px 1px 1px #000;
	-webkit-text-shadow:0px 1px 1px #000;
	-moz-text-shadow:0px 1px 1px #000;
	-o-text-shadow:0px 1px 1px #000;
}
section.modelos-negocios-bg p {
	text-align:center !important;
	color:#fff;
	font-size:20px !important;
	font-family:'myriad_set_prothin';
	font-weight:normal;
	margin:0;
	padding:0;
	text-shadow:0px 1px 1px #000;
	-webkit-text-shadow:0px 1px 1px #000;
	-moz-text-shadow:0px 1px 1px #000;
	-o-text-shadow:0px 1px 1px #000;
}
section.modelos-negocios {
	width:100%;
	margin:0;
	padding:200px 0 0 0;
	display:block;
	float:left;
}
section.modelos-negocios h1 {
	color:#333;
	font-size:50px;
	font-family:'myriad_set_prothin';
	font-weight:normal;
	line-height:50px;
	margin:0;
	padding:0;
	display:block;
}
section.modelos-negocios span {
	color:#333;
	font-size:30px;
	font-family:'myriad_set_prothin';
	font-weight:normal;
}
section.modelos-negocios p {
	color:#333;
	font-size:18px;
	font-family:'myriad_set_prothin';
	font-weight:normal;
	margin:0;
	padding:0;
}
.content-negocios {
	width:100%;
	margin:80px 0 80px 0;
	padding:0;
	display:block;
	float:left;
}
.modelos-negocios em {
	color:#444;
	font-family:'myriad_set_promedium';
	font-weight:normal;
	font-style:normal;
	font-size: 22px;
}
/*** BOXES Formatos de negocios ***/
img.content-box-img {
	width:89%;
	border:2px solid #E6E5E5;
	margin-top:16px;
}
.content-modelos-negocios-boxes {
	margin-top:10px;
}
.modelos-negocios-box-1,.modelos-negocios-box-6 {
	width:66.333%;
	height:350px;
	background-color:#E8E8E8;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	float:left;
	display:block;
	margin-left:1.888px;
	margin-right:1.888px;
	margin-bottom:3.444px;
	cursor:pointer;
	overflow:hidden;
	position:relative;
}
.modelos-negocios-box-11 {
	width:99.666%;
	height:350px;
	background-color:#E8E8E8;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	float:left;
	display:block;
	margin-left:1.888px;
	margin-right:1.888px;
	margin-bottom:3.444px;
	cursor:pointer;
	overflow:hidden;
	position:relative;
}
.modelos-negocios-box-12,.modelos-negocios-box-13 {
	width:49.666%;
	height:350px;
	background-color:#E8E8E8;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	float:left;
	display:block;
	margin-left:1.888px;
	margin-right:1.888px;
	margin-bottom:3.444px;
	cursor:pointer;
	overflow:hidden;
	position:relative;
}
.modelos-negocios-box-2,.modelos-negocios-box-3,.modelos-negocios-box-4,.modelos-negocios-box-5,.modelos-negocios-box-7,.modelos-negocios-box-8,.modelos-negocios-box-9,.modelos-negocios-box-10 {
	width:33%;
	height:350px;
	background-color:#E8E8E8;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	float:left;
	display:block;
	margin-left:1.888px;
	margin-right:1.888px;
	margin-bottom:3.444px;
	cursor:pointer;
	overflow:hidden;
	position:relative;
}
.modelos-negocios-box-1 span,.modelos-negocios-box-2 span,.modelos-negocios-box-3 span,.modelos-negocios-box-4 span,.modelos-negocios-box-5 span,.modelos-negocios-box-6 span,.modelos-negocios-box-7 span,.modelos-negocios-box-8 span,.modelos-negocios-box-9 span,.modelos-negocios-box-10 span,.modelos-negocios-box-12 span,.modelos-negocios-box-13 span {
	color:#fff !important;
	font-size:30px !important;
	font-family:'myriad_set_prothin' !important;
	font-weight:normal !important;
	top:45% !important;
	position:relative !important;
	text-align:center !important;
	text-shadow:0px 1px 1px #000;
	-webkit-text-shadow:0px 1px 1px #000;
	-moz-text-shadow:0px 1px 1px #000;
	-o-text-shadow:0px 1px 1px #000;
}
.modelos-negocios-box-11 span {
	color:#fff !important;
	font-size:30px !important;
	font-family:'myriad_set_prothin' !important;
	font-weight:normal !important;
	top:35% !important;
	position:relative !important;
	text-align:center !important;
	text-shadow:0px 1px 1px #000;
	-webkit-text-shadow:0px 1px 1px #000;
	-moz-text-shadow:0px 1px 1px #000;
	-o-text-shadow:0px 1px 1px #000;
}
.modelos-cbi-01,.modelos-cbi-02,.modelos-cbi-03,.modelos-cbi-04,.modelos-cbi-05,.modelos-cbi-06,.modelos-cbi-07,.modelos-cbi-08,.modelos-cbi-09,.modelos-cbi-10,.modelos-cbi-11,.modelos-cbi-12,.modelos-cbi-13 {
	width:100%;
	height:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	position:absolute;
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
}
.modelos-negocios-box-1:hover .modelos-cbi-01,.modelos-negocios-box-2:hover .modelos-cbi-02,.modelos-negocios-box-3:hover .modelos-cbi-03,.modelos-negocios-box-4:hover .modelos-cbi-04,.modelos-negocios-box-5:hover .modelos-cbi-05,.modelos-negocios-box-6:hover .modelos-cbi-06,.modelos-negocios-box-7:hover .modelos-cbi-07,.modelos-negocios-box-8:hover .modelos-cbi-08,.modelos-negocios-box-9:hover .modelos-cbi-09,.modelos-negocios-box-10:hover .modelos-cbi-10,.modelos-negocios-box-11:hover .modelos-cbi-11,.modelos-negocios-box-12:hover .modelos-cbi-12,.modelos-negocios-box-13:hover .modelos-cbi-13 {
	transform:scale(1.2);
	-moz-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-o-transform:scale(1.2);
	-ms-transform:scale(1.2);
	/* IE 9 */
	filter:url(filters.svg#grayscale);
	filter:gray;
	-webkit-filter:grayscale(.7);
	-webkit-transition:.3s all ease;
	-o-transition:.3s all ease;
	transition:all .3s ease-in-out;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
}
.modelos-cbi-01 {
	background-image:url(../img/boxes/tienda-online.jpg);
}
.modelos-cbi-02 {
	background-image:url(../img/boxes/emprendedores.jpg);
}
.modelos-cbi-03 {
	background-image:url(../img/boxes/retail.jpg);
}
.modelos-cbi-04 {
	background-image:url(../img/boxes/venta-directa-demo2.jpg);
}
.modelos-cbi-05 {
	background-image:url(../img/boxes/clasificados-demo1.jpg);
}
.modelos-cbi-06 {
	background-image:url(../img/boxes/medios.jpg);
}
.modelos-cbi-07 {
	background-image:url(../img/boxes/blogger.jpg);
}
.modelos-cbi-08 {
	background-image:url(../img/boxes/franquicias.jpg);
}
.modelos-cbi-09 {
	background-image:url(../img/boxes/mayoristas.jpg);
}
.modelos-cbi-10 {
	background-image:url(../img/boxes/brokers.jpg);
}
.modelos-cbi-11 {
	background-image:url(../img/boxes/ferias-cooperativas.jpg);
}
.modelos-cbi-12 {
	background-image:url(../img/boxes/soluciones-escala.jpg);
}
.modelos-cbi-13 {
	background-image: url(../img/boxes/medios-alto-trafico-demo2.jpg);
}
/*** BOXES BUSINESS CARACTERISTICAS ***/
.content-business-boxes {
	margin-bottom:100px;
}
.business-box-1,.business-box-2,.business-box-3,.business-box-4,.business-box-5,.business-box-6,.business-box-7,.business-box-8,.business-box-9,.business-box-10,.business-box-11,.business-box-12,.business-box-13,.business-box-14,.business-box-15,.business-box-16 {
	margin-bottom:4.9px;
}
.business-box-1,.business-box-2,.business-box-6,.business-box-7,.business-box-9,.business-box-10,.business-box-11,.business-box-12,.business-box-13,.business-box-14,.business-box-15,.business-box-16 {
	width:49.555%;
	height:250px;
	background-color:#E8E8E8;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	float:left;
	display:block;
	margin-left:2.559px;
	margin-right:2.559px;
	cursor:pointer;
	overflow:hidden;
	position:relative;
}
.business-box-3,.business-box-4,.business-box-5,.business-box-8 {
	width:99.6%;
	height:250px;
	float:left;
	margin-left:2px;
	overflow:hidden;
	cursor:pointer;
	position:relative;
}
.business-box-1 span,.business-box-2 span,.business-box-3 span,.business-box-4 span,.business-box-5 span,.business-box-6 span,.business-box-7 span,.business-box-8 span,.business-box-9 span,.business-box-10 span,.business-box-11 span,.business-box-12 span,.business-box-13 span,.business-box-14 span,.business-box-15 span,.business-box-16 span {
	color:#fff !important;
	font-size:30px !important;
	font-family:'myriad_set_prothin' !important;
	font-weight:normal !important;
	top:45% !important;
	position:relative !important;
	text-align:center !important;
	text-shadow:0px 1px 1px #000;
	-webkit-text-shadow:0px 1px 1px #000;
	-moz-text-shadow:0px 1px 1px #000;
	-o-text-shadow:0px 1px 1px #000;
}
.business-cbi-01,.business-cbi-02,.business-cbi-03,.business-cbi-04,.business-cbi-05,.business-cbi-06,.business-cbi-07,.business-cbi-08,.business-cbi-09,.business-cbi-10,.business-cbi-11,.business-cbi-12,.business-cbi-13,.business-cbi-14,.business-cbi-15,.business-cbi-16 {
	width:100%;
	height:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	position:absolute;
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
}
.business-box-1:hover .business-cbi-01,.business-box-2:hover .business-cbi-02,.business-box-3:hover .business-cbi-03,.business-box-4:hover .business-cbi-04,.business-box-5:hover .business-cbi-05,.business-box-6:hover .business-cbi-06,.business-box-7:hover .business-cbi-07,.business-box-8:hover .business-cbi-08,.business-box-9:hover .business-cbi-09,.business-box-10:hover .business-cbi-10,.business-box-11:hover .business-cbi-11,.business-box-12:hover .business-cbi-12,.business-box-13:hover .business-cbi-13,.business-box-14:hover .business-cbi-14,.business-box-15:hover .business-cbi-15,.business-box-16:hover .business-cbi-16 {
	transform:scale(1.2);
	-moz-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-o-transform:scale(1.2);
	-ms-transform:scale(1.2);
	/* IE 9 */
	filter:url(filters.svg#grayscale);
	filter:gray;
	-webkit-filter:grayscale(.7);
	-webkit-transition:.3s all ease;
	-o-transition:.3s all ease;
	transition:all .3s ease-in-out;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
}
.business-cbi-01 {
	background-image:url(../img/tienda-boxes/diseño.jpg);
}
.business-cbi-02 {
	background-image:url(../img/boxes/tu-business-hubs.jpg);
}
.business-cbi-03 {
	background-image:url(../img/boxes/sitios-y-moviles.jpg);
}
.business-cbi-04 {
	background-image:url(../img/boxes/imagen-inventarios.jpg);
}
.business-cbi-05 {
	background-image:url(../img/boxes/drop-ful.jpg);
}
.business-cbi-06 {
	background-image:url(../img/boxes/business-hubs-genericos-tematicos.jpg);
}
.business-cbi-07 {
	background-image:url(../img/boxes/gestion-categorías.jpg);
}
.business-cbi-08 {
	background-image:url(../img/boxes/sitios-y-moviles.jpg);
}
.business-cbi-09 {
	background-image:url(../img/boxes/chekcout-simplificado.jpg);
}
.business-cbi-10 {
	background-image:url(../img/tienda-boxes/marketing.jpg);
}
.business-cbi-11 {
	background-image:url(../img/tienda-boxes/blog-integrado.jpg);
}
.business-cbi-12 {
	background-image:url(../img/tienda-boxes/analiticas.jpg);
}
.business-cbi-13 {
	background-image:url(../img/boxes/acuerda-comisiones.jpg);
}
.business-cbi-14 {
	background-image:url(../img/tienda-boxes/medios-de-pago.jpg);
}
.business-cbi-15 {
	background-image:url(../img/tienda-boxes/aprende.jpg);
}
.business-cbi-16 {
	background-image:url(../img/tienda-boxes/soporte-magistral.jpg);
}
.col-boxes {
	padding-bottom:80px;
}
.col-boxes img {
	width:460px;
	margin:0 auto;
	display:block;
}
.venta-online {
	width:100%;
	height:100%;
	background-image:url(../img/venta-online-bg.jpg);
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center center;
	color:#fff !important;
	padding-top:12%;
}
.venta-online h1 {
	font-family:'myriad_set_prothin';
	font-size:70px;
	font-weight:normal;
	line-height:65px;
	text-shadow:0px 1px 1px #000;
	-webkit-text-shadow:0px 1px 1px #000;
	-moz-text-shadow:0px 1px 1px #000;
	-o-text-shadow:0px 1px 1px #000;
}
.venta-online span {
	font-size:18px;
	margin:0;
	padding:0;
	display:block;
	text-shadow:0px 1px 1px #000;
	-webkit-text-shadow:0px 1px 1px #000;
	-moz-text-shadow:0px 1px 1px #000;
	-o-text-shadow:0px 1px 1px #000;
}
.tienda-online {
	width:100%;
	height:100%;
	background-image:url(../img/tienda-online-bg.jpg);
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center center;
	color:#fff !important;
	padding-top:12%;
}
.tienda-online h1 {
	font-family:'myriad_set_prothin';
	font-size:70px;
	font-weight:normal;
	line-height:65px;
	text-shadow:0px 1px 1px #000;
	-webkit-text-shadow:0px 1px 1px #000;
	-moz-text-shadow:0px 1px 1px #000;
	-o-text-shadow:0px 1px 1px #000;
}
.tienda-online span {
	font-size:18px;
	margin:0;
	padding:0;
	display:block;
	text-shadow:0px 1px 1px #000;
	-webkit-text-shadow:0px 1px 1px #000;
	-moz-text-shadow:0px 1px 1px #000;
	-o-text-shadow:0px 1px 1px #000;
}
.business-hub {
	width:100%;
	height:100%;
	background-image:url(../img/business-hub-bg.jpg);
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center center;
	color:#fff !important;
	padding-top:12%;
}
.business-hub h1 {
	font-family:'myriad_set_prothin';
	font-size:70px;
	font-weight:normal;
	line-height:65px;
	text-shadow:0px 1px 1px #000;
	-webkit-text-shadow:0px 1px 1px #000;
	-moz-text-shadow:0px 1px 1px #000;
	-o-text-shadow:0px 1px 1px #000;
}
.business-hub span {
	font-size:18px;
	margin:0;
	padding:0;
	display:block;
	text-shadow:0px 1px 1px #000;
	-webkit-text-shadow:0px 1px 1px #000;
	-moz-text-shadow:0px 1px 1px #000;
	-o-text-shadow:0px 1px 1px #000;
}
.solucion-empresarial {
	width:100%;
	height:100%;
	background-image:url(../img/solucion-empresarial-bg.jpg);
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center center;
	color:#fff !important;
	padding-top:12%;
}
.solucion-empresarial h1 {
	font-family:'myriad_set_prothin';
	font-size:70px;
	font-weight:normal;
	line-height:65px;
	text-shadow:0px 1px 1px #000;
	-webkit-text-shadow:0px 1px 1px #000;
	-moz-text-shadow:0px 1px 1px #000;
	-o-text-shadow:0px 1px 1px #000;
}
.solucion-empresarial span {
	font-size:18px;
	margin:0;
	padding:0;
	display:block;
	text-shadow:0px 1px 1px #000;
	-webkit-text-shadow:0px 1px 1px #000;
	-moz-text-shadow:0px 1px 1px #000;
	-o-text-shadow:0px 1px 1px #000;
}
.footer-nav {
	width:100%;
	padding:0;
	display:block;
	float:left;
}
.footer-nav ul {
	margin:0;
	padding:0;
	display:block;
}
.footer-nav ul li {
	margin:21px;
	padding:0;
	display:inline-block;
}
ul.spacing-links-foot {
	margin-top:100px !important;
	margin-bottom:50px !important;
}
.footer-nav ul li i {
	font-size:14px;
	margin-left:8px;
}
footer {
	width:100%;
	height:260px;
	color:#fff;
	margin:0;
	padding:30px 0 0 0;
	background-color:#F1F1F1;
	float:left;
	display:block;
	clear:both;
}
footer span {
	font-size:15px;
	color:#333;
	margin-bottom:5px;
	padding:0;
	font-family:'myriad_set_promedium';
	font-weight:normal;
	display:block;
}
ul.extras {
	margin:0;
	padding:0;
	display:block;
}
ul.extras li {
	margin:0;
	padding:0;
	display:block;
}
ul.extras li a {
	color:#25A0DB;
	font-size:14px;
}
ul.foot-social {
    margin: 8px 0px 0px 0px;
    padding: 0;
    display: block;
}
ul.foot-social li {
    margin: 0 5px 0 0;
    padding: 0;
    display: inline-block;
}
a.icon-fb,a.icon-tw,a.icon-yt{
	font-size: 30px !important;
	color: #9c9c9c;
}
a.icon-fb:hover{
	color: #3b5998;
}
a.icon-tw:hover{
	color: #55acee;
}
a.icon-yt:hover{
	color: #bb0000;
}
.layer-loading {
	width:100%;
	height:100%;
	top:0;
	left:0;
	bottom:0;
	position:fixed;
	background-color:#fff;
	z-index:9999;
	display:none;
}
ul.textInfo {
	margin:0;
	padding:0;
	text-align:center;
	display:block;
}
ul.textInfo span {
	font-family:'myriad_set_prothin';
	font-size:35px;
	font-weight:normal;
}
ul.textInfo li {
	font-family:'myriad_set_prothin';
	font-size:30px;
	font-weight:normal;
	list-style-type:none;
	display:none;
}
.create-tenant {
	width:100%;
	height:100%;
	top:0;
	left:0;
	bottom:0;
	position:fixed;
	background-color:#fff;
	z-index:9998;
	display:none;
}
.content-create-tenant {
	width:50%;
	margin:15% auto;
}
.content-create-tenant h1 {
	text-align:center;
	color:#333;
	font-size:50px;
	font-family:'myriad_set_prothin';
	font-weight:normal;
	line-height:50px;
	margin:0 0 15px 0;
	padding:0;
	display:block;
}
.box-tenant {
	width:50%;
	float:left;
}
.close {
	right:25px;
	top:35px;
	position:absolute;
}
.close i {
	cursor:pointer;
}
.bg-silver {
	background-color:#F1F1F1;
}
.section-content-fusiona {
	width:100%;
	height:auto;
	padding-top:150px;
	padding-bottom:150px;
	background-image:url(../img/bg-05.png);
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	float:left;
}
.section-content-fusiona h1 {
	font-size:48px;
	font-family:'myriad_set_prothin';
	font-weight:normal;
	line-height:50px;
	text-align:center;
	margin:0;
	padding:0;
	color:#fff;
	display:block;
	margin-bottom:5px;
	text-shadow:0px 1px 1px #000;
	-webkit-text-shadow:0px 1px 1px #000;
	-moz-text-shadow:0px 1px 1px #000;
	-o-text-shadow:0px 1px 1px #000;
}
.section-content-fusiona p {
	color:#fff;
	font-size:18px;
	font-family:'myriad_set_prothin';
	font-weight:normal;
	text-align:center;
	margin:0;
	padding:0;
	text-shadow:0px 1px 1px #000;
	-webkit-text-shadow:0px 1px 1px #000;
	-moz-text-shadow:0px 1px 1px #000;
	-o-text-shadow:0px 1px 1px #000;
}
input.inputTenant {
	width:99%;
	padding-left:8px;
	padding-top:5px;
	border:1px solid #999;
	background-color:#eee;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	outline:none;
}
.btn-tenant {
	width:100%;
	margin-top:5px;
	border:none;
	color:#fff;
	background-color:#25A0DB;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	outline:none;
	padding-top:8px;
}
.alignCenter {
		text-align:center;
}
.alignJustify {
		text-align:justify;
}
.content-animation {
	width:80%;
	height:300px;
	margin:150px auto;
	position:relative;
}
.content-animation-image {
	width:100%;
	height:284px;
	float:left;
	overflow:hidden;
	position:relative;
}
.loading-1 {
	position:absolute;
	top:28%;
	left:48%;
	width:151px;
	height:151px;
	-webkit-animation:spin-uno 4s linear infinite;
	-moz-animation:spin-uno 4s linear infinite;
	animation:spin-uno 4s linear infinite;
}
.loading-2 {
	position:absolute;
	top:49%;
	left:41%;
	width:107px;
	height:107px;
	-webkit-animation:spin-dos 3s linear infinite;
	-moz-animation:spin-dos 3s linear infinite;
	animation:spin-dos 3s linear infinite;
}
section.section-content-term{
	width: 100%;
    margin: 0;
    padding: 80px 0 80px 0;
    display: block;
    float: left;
}
section.section-content-term p{
	font-size: 14px;
}
.title-term {
    text-align: center;
}
.title-term h2 {
    margin: 0;
    padding: 0;
    display: block;
}
ul.list-term {
    font-size: 14px;
    list-style-type: none;
}
ul.list-term li{
	margin-bottom: 10px;
}

@-moz-keyframes spin-uno {
	100% {
		-moz-transform:rotate(360deg);
	}
}
@-webkit-keyframes spin-uno {
	100% {
		-webkit-transform:rotate(360deg);
	}
}
@keyframes spin-uno {
	100% {
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg);
	}
}
@-moz-keyframes spin-dos {
	100% {
		-moz-transform:rotate(360deg);
	}
}
@-webkit-keyframes spin-dos {
	100% {
		-webkit-transform:rotate(360deg);
	}
}
@keyframes spin-dos {
	100% {
		-webkit-transform:rotate(360deg);
		transform: rotate(360deg);
	}
}
/*** MEDIA ****/

@media (max-width:1024px){
	.description_store{
		width: 100% !important;
	}
	.navbar-nav{
		width: auto;
	}
}
@media (max-width:1200px) {
	.home-box-1,.home-box-2,.home-box-3,.home-box-4,.home-box-5,.home-box-6,.home-box-7,.home-box-8,.home-box-9 {
			width:100%;
			margin-left:1px;
		margin-right:1.888px;
		margin-bottom:3.444px;
	}
	.tienda-caracteristicas-box-1,.tienda-caracteristicas-box-2,.tienda-caracteristicas-box-3,.tienda-caracteristicas-box-4,.tienda-caracteristicas-box-5,.tienda-caracteristicas-box-6,.tienda-caracteristicas-box-7,.tienda-caracteristicas-box-8,.tienda-caracteristicas-box-11,.tienda-caracteristicas-box-12,.tienda-caracteristicas-box-13,.tienda-caracteristicas-box-14,.tienda-caracteristicas-box-15,.tienda-caracteristicas-box-16 {
			width:49%;
			margin-left:1.888px;
		margin-right:1.888px;
		margin-bottom:3.444px;
	}
	.tienda-caracteristicas-box-17,.tienda-caracteristicas-box-10,.tienda-caracteristicas-box-9 {
			width:98.444%;
			margin-left:1.888px;
		margin-right:1.888px;
		margin-bottom:3.444px;
	}
	.modelos-negocios-box-1,.modelos-negocios-box-2,.modelos-negocios-box-3,.modelos-negocios-box-4,.modelos-negocios-box-5,.modelos-negocios-box-6,.modelos-negocios-box-7,.modelos-negocios-box-8,.modelos-negocios-box-9,.modelos-negocios-box-10,.modelos-negocios-box-11,.modelos-negocios-box-12 {
			width:100%;
			margin-left:1.888px;
		margin-right:1.888px;
		 margin-bottom:3.444px;
	}
	.modelos-negocios-box-13 {
			width:98.666%;
			margin-left:1.888px;
		margin-right:1.888px;
		margin-bottom:3.444px;
	}
	.business-box-1,.business-box-2,.business-box-3,.business-box-4,.business-box-5,.business-box-6,.business-box-7,.business-box-8,.business-box-9,.business-box-10,.business-box-11,.business-box-12,.business-box-13,.business-box-14,.business-box-15,.business-box-16 {
			width:100%;
	}
	.overlay {
			width:100%;
	}
	.overlay-right,.overlay-middle {
			left:0;
	}
	section.home-top-header {
		width:100%;
		height:auto;
		background-attachment:inherit;
		background-image:url(../img/crea-tu-tienda.jpg);
		background-size:cover;
		background-repeat:no-repeat;
		background-position:center center;
		float:left;
	}
	.description_store {
		position:relative;
		width:60%;
		margin:0 auto;
		top:15%;
		position:relative;
	}
	.description_store h1 {
		 font-size:49px;
		 	 text-align:center;
		 padding-top:220px;
		 line-height:56px;
	}
	.content-input p {
		width:100%;
	}
	input.inputSection {
		width:35%;
	}
	.footer-nav ul li a {
		font-size:15px;
	}
}
@media (min-width:1000px) {

	input.nav-input {
		width:43%;
		height:30px;
		
		padding-top:7px;
		padding-left:5px;
		border:1px solid #999;
		background-color:#eee;
		border-radius:2px;
		-webkit-border-radius:2px;
		-moz-border-radius:2px;
		-o-border-radius:2px;

	}
}

@media (max-width:990px) {
	.row {
	  margin-bottom:50px;
	}
	.wrapper-content {
		width:100%;
		padding-bottom:50px;
	}
}
@media (max-width:768px) {
	input.nav-input{
		width: 45%;
	}
    section.section-content{
		padding: 100px 0 100px 0;
	}
	input.nav-input {
		height:30px;
		
		padding-top:7px;
		padding-left:5px;
		border:1px solid #999;
		background-color:#eee;
		border-radius:2px;
		-webkit-border-radius:2px;
		-moz-border-radius:2px;
		-o-border-radius:2px;

	}
	.negocios span {
			color:#fff;
			font-size:18px;
			margin:0;
			padding:0;
			text-shadow:0px 1px 1px #000;
			-webkit-text-shadow:0px 1px 1px #000;
			-moz-text-shadow:0px 1px 1px #000;
			-o-text-shadow:0px 1px 1px #000;
	}
	section.section-content-hubs {
		width:100%;
		height:850px;
			background-image:url(../img/bg-02.png);
		background-size:cover;
		background-repeat:no-repeat;
		background-position:center center;
		display:block;
		float:left;
	}
	.inputGroup {
			margin-top:5px;
	}
		footer {
		 width:100%;
		 height:510px;
		 color:#fff;
		 margin:0;
		 background-color:#F1F1F1;
		 float:left;
		 display:block;
		 clear:both;
	}
	.titulo {
			width:90%;
			padding-left:20px;
			text-align:center;
	}
	.wrapper-content h1 {
			width:100%;
			padding-bottom:50px;
			text-align:center;
	}
		.wrapper-content p {
			text-align:justify;
	}
		span.plus {
		font-size:90px !important;
		color:#ccc !important;
		margin:40px 0 0 0 !important;
		padding-bottom:60px !important;
		display:block !important;
		line-height:120px !important;
		font-family:'myriad_set_prothin' !important;
		font-weight:normal !important;
	}
	.description_store {
			position:relative;
			text-align:justify;
			width:80%;
			margin:0 auto;
			position:relative;
	}
			.description_store span {
			color:#fff;
			font-size:18px;
			margin:0;
			padding:0;
			text-shadow:0px 1px 1px #000;
			-webkit-text-shadow:0px 1px 1px #000;
			-moz-text-shadow:0px 1px 1px #000;
			-o-text-shadow:0px 1px 1px #000;
	}
	.s3-container p {
			 font-size:18px;
			 font-family:'myriad_set_prothin';
			 font-weight:normal;
			 margin:0;
			 text-align:justify;
			 padding-left:30px;
			 padding-top:20px;
			 line-height:29px;
			 text-shadow:0px 1px 1px #000;
			 -webkit-text-shadow:0px 1px 1px #000;
			 -moz-text-shadow:0px 1px 1px #000;
			 -o-text-shadow:0px 1px 1px #000;
	}
	.s3-container h1 {
			 font-size:48px;
			 font-family:'myriad_set_prothin';
			 font-weight:normal;
			 text-align:center;
			 padding-left:30px;
			 text-shadow:0px 1px 1px #000;
			 -webkit-text-shadow:0px 1px 1px #000;
			 -moz-text-shadow:0px 1px 1px #000;
			 -o-text-shadow:0px 1px 1px #000;
	}
	.description_store h1 {
		 color:#fff;
		 font-family:'myriad_set_prothin';
		 font-size:44px;
		 font-weight:normal;
		 padding-top:0px;
		 margin:0;
		 text-shadow:0px 1px 1px #000;
		 -webkit-text-shadow:0px 1px 1px #000;
		 -moz-text-shadow:0px 1px 1px #000;
		 -o-text-shadow:0px 1px 1px #000;
	}
		h1.title-tienda {
		margin-top:50% !important;
		font-size: 39px;
		line-height: 48px;
	}
	a.link {
			 color:#25A0DB;
		/*nada*/
		font-size:14px;
		 text-decoration:none;
	}
		 .inputGroup p {
				padding:0;
				margin:15px 0 15px 0;
	}
		 input.inputSection {
				width:100%;
	}
	h1.logo a img {
				height:25px;
			margin-left:-10px;
			margin-top:20px;
	}
		button.btnSection {
				width: 100%;
	}
}
@media (max-width:360px){
   .description_store h1{
	font-size: 49px;
    line-height: 46px;
    margin-bottom: 22px;
	}
  .description_store h2{
  	font-size: 28px;
  	line-height: 34px;
    margin-bottom: 22px;
    text-align: center;
  }
  .description_store span{
  	display: none;
  	line-height: 22px
  }
  .panelPlan{
  	margin-bottom: 10px;
  }
  section.section-content-home-tienda h1{
  	  font-size: 30px;
  	  line-height: 42px;
  }
  section.section-content h1{
  	margin: 35px 0 0 0;
  }
  .tienda-caracteristicas-box-1, .tienda-caracteristicas-box-2, .tienda-caracteristicas-box-3, .tienda-caracteristicas-box-4, .tienda-caracteristicas-box-5, .tienda-caracteristicas-box-6, .tienda-caracteristicas-box-7, .tienda-caracteristicas-box-8, .tienda-caracteristicas-box-11, .tienda-caracteristicas-box-12, .tienda-caracteristicas-box-13, .tienda-caracteristicas-box-14, .tienda-caracteristicas-box-15, .tienda-caracteristicas-box-16{
  	width: 100%;
  }
  .btn-link-tienda{
  	width: 80%;
  }
  .loading-1{
  	top: 18%;
    left: 41%;
  }
  .loading-2{
  	top: 37%;
    left: 8%;
  }
  .content-animation{
  	 margin: 0px auto;
  }
  ul.textInfo span{
  	line-height: 37px;
  }
}