@charset "utf-8";
/*Reset CSS---------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, font, img,
ins, kbd, q, s, samp, small, strike,
 sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-weight: normal;
     font-style: normal;
     font-size: 15.5px;
     font-family: inherit;
     vertical-align: baseline
}
:focus {
     outline: 0
}
ul {
     list-style: none;
}
ol{
	 margin-left: 2rem;
}
table {
     border-collapse: collapse;
     border-spacing: 0
}
blockquote:before, blockquote:after, q:before, q:after {
     content: ""
}
blockquote, q {
     quotes: "" ""
}
input, textarea {
     margin: 0;
     padding: 0
}
hr {
     padding: 0;
     border: 0;
     color: #b1b1b1;
     background-color: #b1b1b1;
     height: 1px;
	 margin: 1.25rem 0 1.5rem;
}
a, a:link, a:visited, a:hover, a:active {  
    outline: 0;  
    text-decoration: none;  
}  
a img {  
    border: none;  
    text-decoration: none;  
}  
img {  
    border: none;  
    text-decoration: none;  
} 
header{
	background: #fff;
}
/*----FIN RESET----------*/
/*---------Grid-----------*/
.container{
	position: relative;
    width: 95%;
    margin: 0 auto;
    /*padding: 0 20px;*/
    box-sizing: border-box;
}
.row{
}
.container:after,.row:after{
	content:"";
	display:table;
	clear:both;
}
.col{
	float:left;
	height:auto;
   	padding:0 1.1%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*.row .col:first-child {
	margin-left:0;
}*/

.pull-right{
	float:right !important;
}
.offset-1 {
	margin-left:8.33% !important;
}
.offset-2 {
	margin-left:16.66% !important;
}
.offset-3 {
	margin-left:25% !important;
}
.offset-4 {
	margin-left:33.33% !important;
}
.offset-5 {
	margin-left:41.66% !important;
}
.offset-6 {
	margin-left:50% !important;
}
.offset-7 {
	margin-left:58.33% !important;
}
.offset-8 {
	margin-left:66.66% !important;
}
.offset-9 {
	margin-left:75% !important;
}
.offset-10 {
	margin-left:83.33% !important;
}
.offset-11 {
	margin-left:91.66% !important;
}
.offset-12 {
	margin-left:100%
}

/*------Estructura-------*/
.col-sec{
	float:left;
	height:auto;
   	padding:0 0.75%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
	width:100%;
}

#movil-botones{
	display:none;
}
.contenedor{
	display:block;
	width:75%;
	max-width:87.5rem;/*1400px*/
	margin:0 auto;
	position:relative;
}
/*.headerBox {
	margin-top: 1%;
}*/
/*
.headMargin{
	margin:1% 0 0 0;
}*/
.logo {
	max-width: 9.85rem;
	height: auto;
	margin-top:2%;
}
.logo-bg{
	/*background: #902c8a;
	background: url("../images/pattern-bg.png"), -moz-linear-gradient(left,  #902c8a 7%, #e71f89 40%, #e71f89 65%, #f49224 88%);
	background: url("../images/pattern-bg.png"), -webkit-linear-gradient(left,  #902c8a 7%,#e71f89 40%,#e71f89 65%,#f49224 88%);
	background: url("../images/pattern-bg.png"), linear-gradient(to right,  #902c8a 7%,#e71f89 40%,#e71f89 65%,#f49224 88%);
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#902c8a', endColorstr='#f49224',GradientType=1 );
	background-blend-mode: color-burn;*/
	/*background: url("../images/pattern-bg.png") #f2f2f2;*/
	background: #f2f2f2;
}
.color-square{
	max-width: 100px;
    margin: 0 auto;
    display: block;
}
.mobile-bar{
	/*background: #a8298a;*/
	/*background: -moz-linear-gradient(left,  #902c8a 7%, #e71f89 40%, #e71f89 65%, #f49224 88%);
	background: -webkit-linear-gradient(left,  #902c8a 7%,#e71f89 40%,#e71f89 65%,#f49224 88%);
	background: linear-gradient(to right,  #902c8a 7%,#e71f89 40%,#e71f89 65%,#f49224 88%);	*/
	/*padding: 0.75rem 1rem;*/
	position: fixed;
	right: 0;
	bottom: 1%;
	/*width: 100%;*/
	-webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,0.35);
	box-shadow: 0 0 3px 1px rgba(0,0,0,0.35);
	z-index: 100;
	border-radius: 0 0 0 10px;
}
.mobile-bar a{
	display: block;
	/*width: 205px;*/
	width: 45px;
    height: 45px;
	margin-bottom: 0;
	padding: 10px;
	border-bottom: 1px #fff solid;
	text-align: center;
	color: #fff;
	font-size: 14px;
}

.mobile-bar .icon-lg{
	width: 2.25rem !important;
	height: 2.25rem !important;
	vertical-align: middle;
}
.logo-pattern{
	/*background-image: url("../images/pattern-bg.png");	*/
}
.widgetFooter, .widgetHeader {
	display:inline-block;
	vertical-align:top;
	width: 30%;
	padding: 1%;
	position:relative;
}
.widgetHeader{
	padding-bottom:0;
	margin-top:2.5%;
}
.tituloBanda{
	display:block;
	text-align:center;	
	padding:1.5625rem 0; /*25px*/
	margin:0 0 2% 0;
	font-size:3.0rem; /*48px;*/
	color:rgb(115,115,115);
	background:#ece9e9;
	border-top:1px #bebdbd solid;
	border-bottom:1px #bebdbd solid;
}
.tituloBandaMovil{
	font-family: 'Roboto', sans-serif;
	font-size:1.6rem;
    display: block;
    text-align: center;
    padding: 1.25rem 0;
    margin: 2% 0;
    color: rgb(255, 255, 255);
    background: #e40d7e;
    line-height: 2rem;
}
.twoColumns{
	display: inline-table;
	width: 49%;
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.columnBig{
	width:56.7%;
}
.columnSmall{
	width:42.7%;
}
.quick-square-contact{
	width: 190px;
    position: fixed;
    bottom: 0;
    right: 90px;
	text-align: center;
	background: #323232eb;
	padding: 1.5rem 1rem 1rem;
    border-radius: 1rem 1rem 0 0;
}
.quick-square-contact span{
	font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}
.iconow,.iconov{
	width: 45%;
    display: inline-block;
}
footer{
	/*padding-top:1%;*/
	padding-top:70px;
	padding-bottom: 25px;
}
/*.mainColumn {
	display: inline-table;
	vertical-align: top;
	width: 72%;75%
	position: relative;	
	padding: 0 1% 0 2%;
}
.sideColumn {	
}*/
#quick-access{
	padding-top:1%;
}

/*-----------menu-----------*/
.mainMenu{
	text-align:center;
	list-style:none;
	/*min-width:52.5rem;*/ /*840px*/
	clear:both;
}
.mainMenu li{
	display:inline-block;
	margin:0 -2px;
}
.mainMenu a{
	display:block;
	padding: 0.6rem 1.5rem;	
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	border:2px solid rgba(255,255,255,0);
}
.submenuLista {
	text-align: center;
}
.main-band-menu{
	background: #35069a;	
}
/*
.submenuLista li:first-of-type{
	border-left:1px solid #bbb;	
}*/
.submenuLista li{
	display: inline-block;
	width:15%;
	height:auto;
	min-width:10rem; /*135px*/
	min-height:16rem; /*181px*/
	padding:0 1.25%;
	vertical-align:top;	
	margin:0 -2px;
}
.submenuLista a{
	background-size:contain;
	/*background-position:center 0;	*/
	background-position:center center;
	color:#fff !important;
	display:block;
	font-family: 'Roboto', sans-serif !important; 
	font-weight:400;
	font-size:1.0rem;
	padding:11.25rem 0 1rem 0;
	text-decoration: underline;
	/*padding:105% 0 5% 0;*/
	/*text-transform:uppercase;*/
	text-align:center;
	/*-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;*/
}
.submenuLista span{
	color:#fff;
}
.submenu-botones li{
	min-height: 4rem !important;
}
.submenu-botones a{
	padding-top: 1rem !important;
}
.bandmenu{
	background:#852e82;
	text-align:center;	
	position: relative;
	top: 0;
	width: 100%;
	padding: 10px 0;
}
/*
.bandmenu:before{
	content: '';
	width: 1rem;
	height: 2.5rem;
	background: #fff;
	display: block;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	animation: top-animation 8s linear infinite;
}*/
.bandmenu p, .bandmenu a{
	font-size: 16px !important;
    padding: 3px 0 !important;
    margin-bottom: 0;
    color: #fff;
	font-weight: 400;
	vertical-align: middle;
}
/*.bandmenu p:before{
	content: '';
	background: url("../images/iconos/vineta-o.png") no-repeat;
	background-size: contain;
	width: 1rem;
	height: 1rem;
	display: block;
	left: 20%;
	top: 0.5rem;
	position: absolute;
}
.bandmenu p:after{
	content: '';
	background: url("../images/iconos/vineta-c.png") no-repeat;
	background-size: contain;
	width: 1rem;
	height: 1rem;
	display: block;
	right: 20%;
	top: 0.5rem;
	position: absolute;
}*/
.bandmenu i{
	vertical-align: text-top;
	width: 1.25rem;
    height: 1.25rem;
}
.bandmenu li{	
	display: inline-block;
}
.bandmenu li a{
	font-family: 'Roboto', sans-serif; 
	font-weight:400;
	font-size:0.9rem; 
	letter-spacing:0.05rem;
	display:block;
	padding:0.15rem 0.5rem;
	color:#000;
}
.img-desaturate{
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
}
.img-desaturate:hover{
	-webkit-filter: grayscale(0);
	-webkit-filter: grayscale(0%);
	filter: gray;
	filter: grayscale(0%);
}
.banda{
	margin: 5% 0 15%;	
}
/*.banda-mensaje:hover{
	transform: scale(1.05);
}*/
.b-morado{
	background: #5f3192;
    background: linear-gradient(135deg, #953194 0%, #350233 96%);
}
/*.banda:hover{
	background: #e71f89;
}*/
.banda .banda-mensaje{
    padding: 3%;
}
.banda .banda-mensaje h3{
	font-size: 1.85rem;
	color: #fff;	
	line-height: 2.5rem;
}
.banda .banda-mensaje p{
	color: #fff;
	margin-bottom: 0;
}
.banda .banda-imagen{
	position: relative;	
}
.banda .banda-imagen img{
	width: 100%;
    position: absolute;
    top: -2rem;
}
/*----Estilo Textos------*/
h1{
  	font-family: 'Roboto', sans-serif;  
  	font-size: 3rem; /*67px*/
  	font-weight:400;
  	line-height:4.5rem; /*87px*/
  	/*color: rgb( 0, 126, 162 );*/
  	margin-bottom:0.75rem !important; /*25px*/
	padding-bottom:0 !important;
	margin-top: 1rem;
	/*text-transform: lowercase;
    font-variant: small-caps;*/
}
.titulo-f{
	font-family: 'Roboto', sans-serif !important;	
	line-height: 3rem;
	/*text-transform: uppercase;*/
}
.titulo-2{
	/*font-size: 1.8rem;*/
    line-height: initial;
    margin-bottom: 1.25rem !important;
}
.subtituloIndex{
	font-family: 'Roboto', sans-serif;  
	font-size: 1.8rem; /*67px*/
	font-weight:400;
	margin-top: 1.25rem;
}
.tituloResaltado{
	/*font-family: 'Rufina', serif !important; */
	font-family:'Roboto', sans-serif;
	font-weight:700;
	/*color: #cf2389;*/
	text-transform:none;
	font-variant:normal;
}
h2,h3,h4,h5,figcaption,th{
	font-family:'Roboto', sans-serif;
	font-weight:700;
}
h2{
	font-size:1.75rem;/*36px*/
	margin-bottom: 0.8rem;
}
h3{
	font-size: 1.3rem;
	margin-bottom: 0.5rem;
}
p, ul, span, li, ol, a, label,td{
	font-family: 'Roboto', sans-serif;
	font-weight:400;	
	color:rgb(60,60,60);
	font-size:1.1rem; /*20px*/
	line-height:1.65rem; /*28px*/
}
figcaption{
	font-size:1rem;
	text-align:center;
}
p, ul{
	
	margin-bottom:1.5rem; /*16px*/
	letter-spacing: 0.03125rem;
	line-height: 1.8rem;
}
p >a{
	/*text-decoration: underline !important;*/
	color: #0070c9;
}
p > a:visited{
	color: #740e6f;
}
.titulo-texto{
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.9rem;
    display: block;
    margin-top: 1rem;
    letter-spacing: 0.5px;
}
.justificar{
	text-align: justify;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.headerTitle{
	font-family: 'Roboto', sans-serif;
	color: rgb(230, 27, 114);
	font-weight:400;
	font-size:1.7rem; /*36px*/
	letter-spacing:0.025rem;
    /*margin-left: 2rem;*/
	text-align:right;
	line-height:2.35rem;
}
.headerText, .headerText a{
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	font-size: 1.25rem;
	margin-top: 0.6rem;
	line-height: 2.1rem;
	color:#616061;
	/*text-align:right;*/
	letter-spacing:0;
}
.headerText .resaltado{
	font-family: 'Roboto', sans-serif;
	font-weight:700;
}
.superNegritas, .index-title .resaltado{
	font-family: 'Roboto', sans-serif; 
	font-weight:900 !important;
}
.footerMenu li a{
	font-size:1rem;
}
.footerMenu li a:hover{
	color: #fff;
}
.tituloQuick{
	font-family: 'Roboto', serif;
	font-weight: 700;
	font-size: 1.1rem;
	text-align: center;
	margin-top: 15%;
	display: block;
}
strong{
	font-family: 'Roboto', sans-serif;
	font-weight: 700;	
}
.subtitulo{
	font-family: 'Roboto', serif;
	font-weight: 400;
	font-size: 1.25rem;
	margin-top: 5%;
	display: block;
	color:#000;
}
.subtitulo2{
	font-family: 'Roboto', serif;
	font-weight: 400;
	font-size: 1.25rem;
	color:#000;
}
.subtitulo3{
	line-height: 2rem;
    letter-spacing: 0.5px;
    margin-bottom: 1.5rem;
    color: #333333;
}
/*.mainColumn h2{
	font-size:1.65rem;
	margin-bottom:0.5rem;
}
.mainColumn h3{
	font-size:1.45rem;
	margin-bottom:0.5rem;
}
.mainColumn h4{
	font-size:1.35rem;
	margin-bottom:0.5rem;
}*/
#slider-wrapper h3{
	font-size: 1.75em;
    text-align: center;
    margin-top: 20%;
}
.bigTitle{
	font-family: 'Roboto', sans-serif; 
	/*color:#096b9d;*/
	font-weight:700;
	font-size:1.85rem !important;
}
.bigText, .bigText a, .bigText li{
	font-size: 1.3rem;
    line-height: 1.9rem;
}
.resaltado{
	color:#cf2389 !important;
}
h1 > .resaltado, h1.resaltado{
	color:#111 !important;
}
/*links*/
a.resaltado{
	color: #0070c9;
}
a.resaltado:hover{
	text-decoration: underline;
}
.resaltado2{
	color:#46a5ad;
}
.lightGray{
	color:#717171;
	font-size: 1.75rem;
}
.estiloTestimonio{
	font-style:italic;
	margin-bottom: 0.5rem;
}
.autorTestimonio{
	font-size: 1rem;
	line-height: 1.4rem;
}
.price-label{
	padding: .5rem 1.5rem;
    border-radius: 2rem 0;
	font-size: 2.7rem;
}
/*---Estilo Grafico------*/
body{
	/*background:#efe7ef;*/
	background:#fff;
}
.home-page{
	background:#efe7ef;	
}
footer{
	/*background:url(../images/footer-bg.png) no-repeat center top;
	background-size:cover;*/
	background: #902c8a;
	background: -moz-linear-gradient(left,  #902c8a 7%, #e71f89 40%, #e71f89 65%, #f49224 88%);
	background: -webkit-linear-gradient(left,  #902c8a 7%,#e71f89 40%,#e71f89 65%,#f49224 88%);
	background: linear-gradient(to right,  #902c8a 7%,#e71f89 40%,#e71f89 65%,#f49224 88%);
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#902c8a', endColorstr='#f49224',GradientType=1 );
	background-blend-mode: color-burn;
}
footer p, footer a, footer h3, footer strong{
	color:#fff;
}
.menu-footer a,.menu-footer p,.menu-footer h3,.menu-footer h4{
	color:#fff;	
}
.menu-footer img{
	max-width: 210px;
	margin-top: 1.15rem;
}
h3.tel-f{
	font-weight: normal;
    font-size: 1.5rem;
	margin-bottom: 2rem;
}
.text-center{
	text-align: center !important;
}
.text-right{
	text-align: right !important;
}
.responsiveImage {
	width: 100%;
	height: auto;
}
.topBotMargin{
	padding:6% 0;
}
.LeftMargin{
	padding-left: 1rem;
}
.rightMargin{
}
.sectionMargin{
	/*padding: 1.5rem 1.75rem;*/
	padding:1.0rem 1rem 2.5rem 1.75rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#MainNav{
    /*background: #efefef;*/
    background: none;
	/*
	background: #dedddd; 
	background: -moz-linear-gradient(top,  #dedddd 1%, #eeeeee 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#dedddd), color-stop(100%,#eeeeee)); 
	background: -webkit-linear-gradient(top,  #dedddd 1%,#eeeeee 100%); 
	background: -o-linear-gradient(top,  #dedddd 1%,#eeeeee 100%); 
	background: -ms-linear-gradient(top,  #dedddd 1%,#eeeeee 100%); 
	background: linear-gradient(to bottom,  #dedddd 1%,#eeeeee 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedddd', endColorstr='#eeeeee',GradientType=0 ); */
}
#head-social{
	width: 600px;
    position: absolute;
    right: 80px;
    margin-top:10px;
    text-align: right;
    padding-top: 5px;
    border-top: 1px solid #ccc;
}
#head-social a{
	background: #666;
    padding: 6px;
    border-radius: 17px;
    text-align: center;
    width: 27px;
    height: 27px;
    display: inline-block;
    box-sizing: border-box;
    margin-left: 5px;
    opacity: 0.8;
}
#head-social a:hover{
	opacity: 1;
}
#head-social span{
	font-size: 1.15rem;
    vertical-align: text-bottom;
	margin-right: 6px;
}
#head-social span strong{
	font-size: 1.2rem;
}
#head-social .icon-lg{
	width: 100%;
    height: 100%;
	margin: 0 !important;
}

h2, h3, h4, h5{
	color:#0d0d0d;
	margin-bottom: 0.5rem;
	font-family: 'Roboto', sans-serif; 
	font-weight: 700;
}
h2{
	margin-bottom: 1rem;
}
h4{
	font-size:1.25rem;
}
.boton-resaltado{
	border-radius: 20px;
	color: #fff !important;
	background-color: #be2b88;
	border-width: 1px !important;
    border-style: solid !important;
}
.boton-resaltado:hover{
	background-color: #147bcd;
    background: -webkit-gradient(linear, left top, left bottom, from(#51a9ee), to(#147bcd));
    background: -webkit-linear-gradient(#51a9ee, #147bcd);
    background: linear-gradient(#51a9ee, #147bcd);
	border-color: #1482d0;
}
.mainMenu a{
	font-size:1.1rem !important; /*25px*/
	color:#fff;
	font-weight: 400;
}
.mainMenu li a:hover{
    color: #fff;
	background: #e93b6c;
    /*border: 2px solid #cf2389;
    border-radius: 30px !important;
    -webkit-border-radius: 30px !important;
	background: #00b3b9;
	color: #fff;	
	background: #ffffff; 
	background: -moz-radial-gradient(center, ellipse cover,  #ffffff 0%, #cecece 100%); 
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(100%,#cecece)); 
	background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 0%,#cecece 100%); 
	background: -o-radial-gradient(center, ellipse cover,  #ffffff 0%,#cecece 100%); 
	background: -ms-radial-gradient(center, ellipse cover,  #ffffff 0%,#cecece 100%); 
	background: radial-gradient(ellipse at center,  #ffffff 0%,#cecece 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cecece',GradientType=1 ); */
}
.fondoGotas{
	background:url(../images/gotasbg.png) center bottom no-repeat;
	background-size:contain;
}
.fondoGradiente{
	background: #fff;
	padding-bottom: 1%;
	/*
	background: #dedddd; 
	background: -moz-linear-gradient(top,  #dedddd 1%, #fbfafa 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#dedddd), color-stop(100%,#fbfafa));
	background: -webkit-linear-gradient(top,  #dedddd 1%,#fbfafa 100%); 
	background: -o-linear-gradient(top,  #dedddd 1%,#fbfafa 100%);
	background: -ms-linear-gradient(top,  #dedddd 1%,#fbfafa 100%);
	background: linear-gradient(to bottom,  #dedddd 1%,#fbfafa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedddd', endColorstr='#fbfafa',GradientType=0 ); */
}
.fondoGradiente2{
	background:url(../images/agencia-digital-bg-1.jpg) center no-repeat;
	background-size:cover;
}
.quickCall{
	display:none;
}
#slider-container{
	position: relative;
	/*background: url("../animacion/fondo-video.jpg") center no-repeat;*/
	/*text-align: center;*/
    background-size: 100% 100%;
	min-height: 70vh;
}
.informes-btn{
	background: #1abda3;
    width: 180px;
    display: block;
    text-align: center;
    padding: 10px;
    border-radius: 16px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    right: 14%;
    bottom: 10%;
}
#CotizaEnLinea a{
	/*background:url(../images/animatedbg.gif) no-repeat center #e9107b;
	background-size:cover;*/	
	/*color:#e9107b;
	border:2px solid #e9107b;
	border-radius:30px;
	-webkit-border-radius:30px;*/
}
@keyframes top-animation{
	0%{width: 100%;	
	opacity:1;}
	10%{width: 100%;
		opacity: 1;	}
	25%{width: 0%;
		opacity: 1;	}
	26%{width: 0%;
		opacity: 0;	}
	30%{width: 0%; opacity: 0;}
	35%{width: 100%; opacity: 0;}
	95%{width: 100%; opacity: 0;}	
	100%{width: 100%; opacity: 1;}
}
.animation-top{
	animation: top-animation 5s linear infinite;
}
@keyframes pulse_animation {
	0% { transform: scale(1); }
	30% { transform: scale(1); }
	40% { transform: scale(1.08); }
	50% { transform: scale(1); }
	60% { transform: scale(1); }
	70% { transform: scale(1.05); }
	80% { transform: scale(1); }
	100% { transform: scale(1); }
}
@-webkit-keyframes pulse_animation {
	0% { -webkit-transform: scale(1); }
	30% { -webkit-transform: scale(1); }
	40% { -webkit-transform: scale(1.08); }
	50% { -webkit-transform: scale(1); }
	60% { -webkit-transform: scale(1); }
	70% { -webkit-transform: scale(1.05); }
	80% { -webkit-transform: scale(1); }
	100% { -webkit-transform: scale(1); }
} 
@-moz-keyframes pulse_animation {
	0% { -moz-transform: scale(1); }
	30% { -moz-transform: scale(1); }
	40% { -moz-transform: scale(1.08); }
	50% { -moz-transform: scale(1); }
	60% { -moz-transform: scale(1); }
	70% { -moz-transform: scale(1.05); }
	80% { -moz-transform: scale(1); }
	100% { -moz-transform: scale(1); }
}
.pulso{
	-webkit-animation: pulse_animation 4s linear infinite;
	-moz-animation: pulse_animation 4s linear infinite;
	-ms-animation: pulse_animation 4s linear infinite;
	animation: pulse_animation 4s linear infinite;
}
.disenioGrafico{
	/*background:url(../images/iconos/graphic-design.svg) no-repeat center;*/
	background:url(../images/menu/diseno-grafico.png) no-repeat center;
	background-size: 145px !important;
}
/*
.disenioGrafico:hover{
	background:url(../images/iconos/graphic-design-on.svg) no-repeat center;
	background-size: contain;
    background-position: center 0;
}*/
.submenuLista li.bigB{
	width:20%;
}
.submenuLista li.smallB{
	width:17.5%;
}
.submenuLista li.magentaB{
	background:#6666cc;
	
	
}
.submenuLista li.magentaB:hover{
	/*background:#f17743;*/
	background:url("../images/menu/menu-hover-bg.png") no-repeat center;
	background-size: contain;
	
}
.submenuLista li.cyanB{
	background:#6666cc;
	
}
.submenuLista li.cyanB:hover{
	/*background:#f17743;*/
	background:url("../images/menu/menu-hover-bg.png") no-repeat center;
	background-size: contain;
	
}
.disenioWeb{
	background:url(../images/menu/web-design.png) no-repeat center;
	background-size: 130px !important;
}
/*
.disenioWeb:hover{
	background:url(../images/iconos/sitios-web-on.svg) no-repeat center;
	background-size: contain;	
    background-position: center 0;
}*/
.identidadCorporativa{
	background:url(../images/menu/logotipos.png) no-repeat center;
	background-size: 110px !important;
}
.portafolio-web{
	background:url(../images/menu/portafolio-web.png) no-repeat center top;
	background-size: 130px !important;
}
.portafolio-corporativa{
	background:url(../images/menu/portafolio-imagen-corporativa.png) no-repeat center top;
	background-size: 130px !important;
}
.seo{
	background:url("../images/menu/seo.png") no-repeat center top;
	background-size: 130px !important;
}
.portafolio-3d{
	background:url(../images/menu/portafolio-3d.png) no-repeat center top;
	background-size: 130px!important;
}
/*.identidadCorporativa:hover{
	background:url(../images/iconos/identidad-corporativa-on.svg) no-repeat center;
	background-size: contain;
    background-position: center 0;
}*/
.marketingDigital{
	background:url(../images/menu/3d.png) no-repeat center;
}
.paquetesEmprendedores{
	background:url(../images/menu/paquetes-emprendedores.png) no-repeat center;
	background-size: 60% !important;
}
.paqueteProfesional{
	background:url("../images/menu/paquetes-imagen-corporativa.png") no-repeat center;
	background-size: 60% !important;
}
.paqueteEmprendedora{
	background:url(../images/menu/paquetes-mirada-emprendedora.png) no-repeat center;
	background-size: 60% !important;
}
.paqueteGanadora{
	background:url(../images/menu/paquetes-mirada-ganadora.png) no-repeat center;
	background-size: 60% !important;
}
.paquetePublicitaria{
	background:url("../images/menu/paquetes-diseno-web.png") no-repeat center;
	background-size: 60% !important;
}
.submenu-3 span,.submenu-2 span{
	color: #fff;
    text-transform: none;
}
.paquetesWeb{
	background:url(../images/menu/paquetes-web.png) no-repeat center;
    /*background-position: center center !important;*/
}
.kitPapeleria{
	background:url(../images/menu/kit-papeleria.png) no-repeat center;
}
.igualaMensual{
	background:url(../images/menu/iguala-mensual.png) no-repeat center;
    background-size: 130px !important;
}
.paquetes-precio{
	padding: 0.75rem 0;
    color: #fff;
    font-weight: bold !important;
    font-size: 1.5rem;
}
.paquetes-titulos{
	padding: 0.75rem 0;
    color: #fff;
    font-size: 1.5rem;
	border-radius: 1.5rem 1.5rem 0 0;
    max-width: 80%;
    text-align: center;
    margin: 0 auto;
	text-transform: uppercase;
}
.paquete-elemental{
	background: #f29200;
	/*background: -moz-linear-gradient(left,  #e83b82 0%, #e83b82 65%, #eb6332 100%);
	background: -webkit-linear-gradient(left,  #e83b82 0%,#e83b82 65%,#eb6332 100%);
	background: linear-gradient(to right,  #e83b82 0%,#e83b82 65%,#eb6332 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e83b82', endColorstr='#eb6332',GradientType=1 );*/
	color: #fff;
	text-align:center;
	padding:1rem;
	/*border-radius:0.75rem 0.75rem 0 0;*/

}
.paquete-emprendedor{
	background: #662583;
	/*background: -webkit-linear-gradient(left, #c86ca8 0%, #6a4e9b 100%);
	background: -o-linear-gradient(left, #c86ca8 0%, #6a4e9b 100%);
	background: linear-gradient(to right, #c86ca8 0%, #6a4e9b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c86ca8', endColorstr='#6a4e9b',GradientType=1 );*/
	color: #fff;
	text-align:center;
	padding:1rem;
	/*border-radius:0.75rem 0.75rem 0 0;*/
	
}
.paquete-ganador{
	background: #0058a0;
	/*background: -moz-linear-gradient(left,  #00a3ab 0%,  #4f6bb1 35%, #4f6bb1 96%);
	background: -webkit-linear-gradient(left,  #00a3ab 0%,#4f6bb1 35%,#4f6bb1 96%);
	background: linear-gradient(to right,  #00a3ab 0%,#4f6bb1 35%,#4f6bb1 96%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a3ab', endColorstr='#4f6bb1',GradientType=1 );*/
	color: #fff;
	text-align:center;
	padding:1rem;
	/*border-radius:0.75rem 0.75rem 0 0;*/
}
.darken-blend{
	mix-blend-mode: darken;
}

/*
.marketingDigital:hover{
	background:url(../images/iconos/marketing-digital-on.svg) no-repeat center;
	background-size: contain;
    background-position: center 0;
}*/
/*
.impresionDigital{
	background:url(../images/iconos/impresion-digital.svg) no-repeat center;
}
.impresionDigital:hover{
	background:url(../images/iconos/impresion-digital-on.svg) no-repeat center;
	background-size: contain;
    background-position: center 0;
}*/
.submenu, .submenu-2, .submenu-3{
	background:#6666cc;
	/*background:url(../images/menu-bg.png) no-repeat center;*/
	background-size:cover;
	display:none;
	-webkit-box-shadow: inset 0 0 3px 1px rgba(0,0,0,0.25);
	box-shadow: inset 0 0 3px 1px rgba(0,0,0,0.25);
	position: sticky;
    width: 100%;
    top: 0px;
    z-index: 10;
}
.submenuLista li:hover{
	background: #ffffff; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #ffffff 0%, #cecece 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(100%,#cecece)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 0%,#cecece 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #ffffff 0%,#cecece 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #ffffff 0%,#cecece 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #ffffff 0%,#cecece 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cecece',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.linkFooter {
	font-size: 1.15rem;
    color: #fff;
    text-transform: uppercase;
    background: #0291ad;
    padding: 0.5rem 1rem;
    border-radius: 0.75rem;
}
.slider-wrapper{
	width:75%;
	max-width:87.5rem;/*1400px*/
	margin:0 auto;
}
.flex-caption {
	width: 96%;
	padding: 1% 2%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.6);
	color: #fff;
	text-align: right;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	font-size: 1.75rem;
	line-height: 1.125rem;
	margin-bottom:0;
}
.processItem {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	position: relative;
	width: 30.5%;
	padding: 1%;
	margin: 0 0.75%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.processItem p{
	font-size:1rem;
	text-align:left;
}
.processItem img{
	width: 70%;
	height: auto;
	display: block;
	margin: 0 auto;
}
#avisoAsesoria {
	text-align: center;
	background: #ff5e3c;
	margin-top: 5%;
}
.color-l{
	background: #514A99;
}
.color-e{
	background: #E6007E;
}
.color-g{
	background: #2C499A;
}
.color-b{
	background: #514A99;
}
.color-em{
	background: #644D9A;
}
.color-ec{
	background: #653077;
}
.icon {
	width: 1.25rem;
	height: 1.25rem;
	display: inline-block;
}
.icono-serv{
	width: 7.5rem;
	height: 7.5rem;
	display: inline-block;
	margin: 1rem auto;
}
.icon-lg {
	width: 1.75rem;
	height: 1.75rem;
	display: inline-block;
    vertical-align: text-top;
}
.icon-lg-h {
	width: 1.6rem;
	height: 1.6rem;
	display: inline-block;
    vertical-align: text-top;
}
.icon-xl-h {
	width: 5rem;
	height: 5rem;
	display: inline-block;
    vertical-align: text-top;
}
.g-icon-ok{
	background: url("../images/iconos/paquetes/ok.svg") no-repeat center;
	background-size: cover;	
}
.g-icon-no{
	background: url("../images/iconos/paquetes/no.svg") no-repeat center;
	background-size: cover;	
}
.g-icon-naranja{
	background: url("../images/iconos/paquetes/circulo-naranja.svg") no-repeat center;
	background-size: cover;	
	width: 0.75rem;
	height: 0.75rem;
	display: inline-block;
	margin-right: 0.75rem;
	vertical-align: baseline;
}
.g-icon-pro{
	background: url("../images/iconos/paquetes/circulo-morado.svg") no-repeat center;
	background-size: cover;	
	width: 0.75rem;
	height: 0.75rem;
	display: inline-block;
	margin-right: 0.75rem;
	vertical-align: baseline;
}
.g-icon-negro{
	background: url("../images/iconos/paquetes/circulo-negro.svg") no-repeat center;
	background-size: cover;	
	width: 0.75rem;
	height: 0.75rem;
	display: inline-block;
	margin-right: 0.75rem;
	vertical-align: baseline;
}
.g-icon-rosa{
	background: url("../images/iconos/g-icon-rosa.svg") no-repeat center;
	background-size: cover;	
}
.g-icon-morado{
	background: url("../images/iconos/g-icon-morado.svg") no-repeat center;
	background-size: cover;	
}
.g-icon-verde{
	background: url("../images/iconos/g-icon-verde.svg") no-repeat center;
	background-size: cover;	
}
.g-icon-amarillo{
	background: url("../images/iconos/g-icon-amarillo.svg") no-repeat center;
	background-size: cover;	
}
.g-icon-azul{
	background: url("../images/iconos/g-icon-azul.svg") no-repeat center;
	background-size: cover;	
}
.tel-icon{
	background:url(../images/iconos/tel-icon.png) no-repeat center;
	background-size:cover;
}
.facebook-icon{
	background:url("../images/iconos/facebook.png") no-repeat center;
	background-size:cover;
}
.twitter-icon{
	background:url("../images/iconos/twitter.png") no-repeat center;
	background-size:cover;
	margin-left:1rem;
}
.instagram-icon{
	background:url("../images/iconos/instagram.png") no-repeat center;
	background-size:cover;
	margin-left:1rem;
}
.tel-icon-b{
	background:url(../images/iconos/tel-icon-b.png) no-repeat center;
	background-size:cover;
}
.mail-icon{
	background:url(../images/iconos/mail-icon.png) no-repeat center;
	background-size:cover;
}
.mail-icon-w{
	background:url("../images/iconos/movil/mail-mov.png") no-repeat center;
	background-size:cover;
}
.whatsapp-icon{
	background:url(../images/iconos/whatsapp-icon.png) no-repeat center;
	background-size:cover;
}
.whatsapp-icon-b{
	background:url(../images/iconos/whatsapp-icon-b.png) no-repeat center;
	background-size:cover;
}
.contact-mail-icon{
	background:url(../images/iconos/contact-mail.png) no-repeat center;
	background-size:cover;
}
.contact-mail-icon-b{
	background:url(../images/iconos/contact-mail-b.png) no-repeat center;
	background-size:cover;
}
.home-icon-b{
	background:url("../images/iconos/movil/home.png") no-repeat center;
	background-size:cover;
}
.servicios-icon-b{
	background:url("../images/iconos/movil/servicios.png") no-repeat center;
	background-size:cover;
}
.whatsapp-f-icon-b{
	background:url("../images/iconos/movil/whatsapp-c.png") no-repeat center;
	background-size:cover;
}
.videocall-f-icon{
	background:url("../images/iconos/movil/videocall-c.png") no-repeat center;
	background-size:cover;
}
.tel-f-icon-b{
	background:url("../images/iconos/movil/tel.png") no-repeat center;
	background-size:cover;
}
.tel-f-icon-b-2{
	background:url("../images/iconos/movil/tel-mov.png") no-repeat center;
	background-size:cover;
}
.contact-phone-icon{
	background:url(../images/iconos/contact-phone.png) no-repeat center;
	background-size:cover;
}
.contact-whatsapp-icon{
	background:url(../images/iconos/contact-whatsapp.png) no-repeat center;
	background-size:cover;
}
.contact-whatsapp-icon-f{
	background:url(../images/iconos/movil/whatsapp.png) no-repeat center;
	background-size:cover;
}
.checkmark {
	background: url(../images/iconos/checkmark.png) no-repeat center;
	background-size: cover;
}
.check-table {
	background: url(../images/iconos/checkmark-tabla.png) no-repeat center;
	background-size: cover;
}
.check-l {
	background: url("../images/iconos/check-l.png") no-repeat center;
	background-size: cover;
}
.x-l {
	background: url("../images/iconos/x-l.png") no-repeat center;
	background-size: cover;
}
.check-e {
	background: url("../images/iconos/check-e.png") no-repeat center;
	background-size: cover;
}
.check-g {
	background: url("../images/iconos/check-g.png") no-repeat center;
	background-size: cover;
}
.hoja {
	background: url(../images/iconos/file-empty.png) no-repeat center;
	background-size: cover;
}
.user {
	background: url(../images/iconos/user-tie.png) no-repeat center;
	background-size: cover;
}
.folder {
	background: url(../images/iconos/folder.png) no-repeat center;
	background-size: cover;
}
.triptico {
	background: url(../images/iconos/map2.png) no-repeat center;
	background-size: cover;
}
.star{
	background: url(../images/iconos/star.png) no-repeat center;
	background-size: cover;
}
.checkbox{
	background: url(../images/iconos/checkbox-checked.png) no-repeat center;
	background-size: cover;
}
.proceso{
	background:url(../images/iconos/proceso_design.png) no-repeat center;
	background-size: cover;
}
.testimonios{
	background:url(../images/iconos/testimonios_clientes.png) no-repeat center;
	background-size: cover;
}
.next{
	background:url("../images/iconos/next-icon.png") no-repeat center;
	background-size: cover;
	margin-right:1rem;
}
.price{
	background:url("../images/iconos/price-i.png") no-repeat center;
	background-size: cover;
	margin-right:1rem;
}
.disenio{
	background:url(../images/iconos/sitios_web.png) no-repeat center;
	background-size: cover;
}
.paquetes{
	background:url(../images/iconos/paquetes_identidad.png) no-repeat center;
	background-size: cover;
}
.place-b{
	background:url("../images/iconos/place-b.png") no-repeat center;
	background-size: cover;
}
.avion{
	background:url("../images/iconos/avion.png") no-repeat center;
	background-size: cover;
}
.topline{
	border-top:2px solid rgb(220, 220, 220);
	padding-top: 2rem;
}
.pinkbg{
	background:#cf2389;
	color:#FFF !important;
}
.pregunta{
	display: inline-table;
	width: 45%;
	margin-right: 4%;
	margin-bottom: 3%;
}
.icon-contact-bg{
	background: #1799b4;
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
    padding: 5px;
    border-radius: 19px;
}
.mt{
	margin-top: 2rem !important;
}
.mb{
	margin-bottom: 2rem !important;
}
.mt-1{
	margin-top: 1rem !important;
}
.mb-1{
	margin-bottom: 1rem !important;
}
.lineButton{
	/*color: #cf2389 !important;*/
	color: #ffffff !important;
    background: #0070c9;
	padding: 1rem;
	/*border: 2px solid #cf2389;	*/
	display: block;
	text-align: center;
	font-weight:400 !important;
	font-size: 1.5rem;
	width: 95%;
	margin:0 auto 2% auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	border-radius: 0.25rem;
}
.lineButton:hover{
	color: #fff7fd !important;
    background: #cf236a;
}
.lineButton:visited{
	color: #902c8a;
}
.ghostButton{
	color: #0070c9;	
	font-size: 1.5em;
	font-weight:400 !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	letter-spacing: 0.05rem;
}
.ghostButton:after{
	content: '';
	display: inline-block;
	background: url("../images/iconos/link-end.png") no-repeat center;
	background-size: contain;
	width: 1.35rem;
    height: 1.35rem;
    vertical-align: bottom;
	margin-left: 0.35rem;
}
.ghostButton:hover{
	/*background: #fd0036;
	color:#fff !important;*/
	text-decoration: underline;
}
.texto-paquetes.ghostButton{
	color:#cf2389;
}
.sectionMargin a.linkButton, a.linkButton:hover{
/*	    border: 2px solid RGBA(235, 211, 0, .5);
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 25px;
    bottom: 14%;*/
}
/*.sectionMargin a.linkButton, a.linkButton{	
	position: absolute;
	bottom: 0;
    font-size: 1.15rem;
    padding: 15px 60px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid transparent;
    -webkit-box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
    outline: 2px solid;
    outline-color: RGBA(229, 51, 126, 1);
    outline-offset: 0;
    -webkit-transition: all 1.25s cubic-bezier(.19, 1, .22, 1), bottom .4s cubic-bezier(.19, 1, .22, 1);
    transition: all 1.25s cubic-bezier(.19, 1, .22, 1), bottom .4s cubic-bezier(.19, 1, .22, 1);
    cursor: pointer;
    font-weight: 700;
    opacity: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    background: #e5337d;
    -webkit-box-shadow: 0 20px 50px -20px rgba(0, 0, 0, .5);
    box-shadow: 0 20px 50px -20px rgba(0, 0, 0, .5);
    text-align: center;
	box-sizing: content-box;
}*/
.sectionMargin a.linkButton:after, a.linkButton:after{
	content: '';
    display: inline-block;
    background: url(../images/iconos/link-end.png) no-repeat center;
    background-size: contain;
    width: 1.25rem;
    height: 1.25rem;
    vertical-align: middle;
    margin-left: 0.35rem;
}
.sectionMargin a.linkButton, a.linkButton{	
    font-size: 1.25rem;
    padding: 15px 60px;
    text-decoration: none;
    color: #0070c9;
    border: none;
    -webkit-transition: all 1.25s cubic-bezier(.19, 1, .22, 1), bottom .4s cubic-bezier(.19, 1, .22, 1);
    transition: all 1.25s cubic-bezier(.19, 1, .22, 1), bottom .4s cubic-bezier(.19, 1, .22, 1);
    cursor: pointer;
    opacity: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;   
    text-align: center;
	box-sizing: content-box;
	display: block;
}
.no-after:after{
	content: ''	;
	display: none !important;
}
.button-container{
	position: relative;
    height: 5rem;
    margin: 2% auto 5% auto;
    max-width: 70%;
}
/*.sectionMargin a.linkButton:hover, a.linkButton:hover{
	border: 2px solid RGBA(229, 51, 126, .5);
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 25px;
    margin-bottom: -5px;
	color: #fff;
	-moz-transform: translateX(0px) translateY(5px);
	-webkit-transform: translateX(0px) translateY(5px);
	-o-transform: translateX(0px) translateY(5px);
	-ms-transform: translateX(0px) translateY(5px);
	transform: translateX(0px) translateY(5px);
	}*/
.sectionMargin a.linkButton:hover, a.linkButton:hover{
	text-decoration: underline;
	color: #0070c9;	
}
.columnBig ul{
	list-style:disc;
}
.scrollup {	
	background:url(../images/top_arrow.png) no-repeat;
	background-size:contain;			
	bottom: 20px;
	display: none;
	height: 3rem;
	width: 3rem;
	position: fixed;
	right: 20px;
	text-indent: -9999px;
	z-index:100;	
}
.stick{
	position:fixed;
	top:0;
	max-width:340px;
	z-index:10;
}
.estilo_web{
	display: inline-block;
	vertical-align: top;
	width: 45%;
	position: relative;
	margin: 1% 1.5% 3% 1.5%;
	border: 2px solid #fbfafa;
}
.estilo_web p{
	font-size:1rem;
}
.estilo_web:hover{
	border: 2px solid #cf2389;
}
.estilo_web a{
	display:block;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	opacity:0.8;
}
.estilo_web a:hover{
	opacity:1.0;
}
.urlStyle{
	font-size:1.3rem;
	color:#cf2389;
}
.web_info{
	padding: 0.5rem 1rem;
	/*position: absolute;
	top: 0;
	left: 0;
	z-index: -1;*/
	width: 100%;
}
/*
.telefono:after{
	content:url(../images/contacto/tel_icon.png);
	vertical-align:-webkit-baseline-middle;
	vertical-align:middle;
	
}
.direccion:after{
	content:url(../images/contacto/location_icon.png);
	vertical-align:bottom;
}
.correo:after{
	content:url(../images/contacto/mail_icon.png);
	vertical-align:bottom;
}*/
.leftImage{
	float:left;
	margin:0 0.8rem 5px 0;
}
.rightImage{
	float:right;
	margin:0 0 5px 0.8rem;
}
.iconosIdentidad{
	display: inline-table;
	width: 18%;
	margin: 0 3%;
	text-align: center;
	position:relative;
	color:#007FA5;
	font-size:1.25rem;
}
.iconosIdentidad:hover{
	color:#e10658;
}
.iconosIdentidad figure{
	width: 100%;
	padding: 0;
	margin: 0;
}
.tablaInformacion td{
	padding: 1.5% 2.5%;
    width: 25%;
    color: #000 !important;
    border: #ececec solid 0.4rem;
    background: #fcfcfc;
}
.tablaInformacion th{
	color: #fff;
    padding: 1.0% 2.5%;
    background: #a0018d;
    border: #ffffff solid 0.4rem;
    font-size: 1.25rem;
}
.tablaInformacion p, .tablaInformacion ul, .tablaInformacion li{
	font-size:1.0rem;
}
.tablaInformacion li{
	border-bottom: 1px solid #ccc;
    padding-bottom: 10px
}
#datos_contacto{
	text-align:left; 
	margin-top:20px;
}
#datos_contacto p{
	font-size:1.1rem;
}
#busqueda{
	width:80%;
	margin-top:1rem;
}
.cse .gsc-control-cse, .gsc-control-cse{
	padding:0 !important;
}
/*side menu*/
.asideMenu{
}
.asideMenu li{
	background:#8c8d8e;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.asideMenu li:hover,.asideMenu li:nth-child(2n):hover{
	background:#cf2389;
}
.asideMenu li:nth-child(2n){
	background:#616265;
}

.asideMenu a{
	color:#fff;
	font-size:1.125rem;
	display:block;		
	background-position:10px,0;
	background-repeat:no-repeat;
	background-size:10%;
	padding: 20px 10px;
	padding-left:50px;
}
.asideProceso{
	background-image:url(../images/iconos/proceso_design.png);
}
.asideTestimonios{
	background-image:url(../images/iconos/testimonios_clientes.png);
}
.asideDisenio{
	background-image:url(../images/iconos/papeleria_corporativa.png);
}
.asidePaquetes{
	background-image:url(../images/iconos/paquetes_identidad.png);
}
aside h3.tituloBanner,aside h3.tituloBanner span{
	font-family: 'Roboto', sans-serif;
    text-align: center;
    font-weight: 700;
    color: #cf2389;
    font-size: 1.9rem;
}
aside h4{
	font-family: 'Roboto', sans-serif;
	text-align:center;
	font-weight:400;
	font-size:1.4rem;
	color:rgb(0, 126, 162);
	margin-bottom:0.4rem;
}
aside p.web-boton{
	 padding: 1.5rem 0;
    color: #FFF;    
    border: 0;
    width: 100%;
    font-size: 1.5rem;
	text-align:center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e84392+30,e9107b+76 */
background: #e84392; /* Old browsers */
background: -moz-linear-gradient(top,  #e84392 30%, #cf2389 76%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #e84392 30%,#cf2389 76%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #e84392 30%,#cf2389 76%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e84392', endColorstr='#cf2389',GradientType=0 ); /* IE6-9 */

}
aside h3.tituloBanner span{
	font-style:italic;
}
/*responsive slider*/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
.asideTitle{
	background:#007EA2;
	color: rgb(255,255,255);
	font-family: 'Roboto', sans-serif;
	font-size: 1.3rem;
	font-weight: 700;
	max-width: 323px;
	padding-bottom: 1rem;
	text-align: center;
    line-height: 2.1rem;
	margin: 0 auto;
	margin-top: -4px;
}
#qcontact{	
	padding-bottom:1px;
	background:#f2f2f2;
}
#submenuclose, #submenuclose-2, #submenuclose-3{
	display:none;
}
#clientes img{
	margin:1%;
}
#cotizacionframe{
	height:1500px;
}

#letreroFormulario{
	margin-bottom:-6px;
	width:100%;
	max-width: 336px;
	height:auto;
}
.portafolio-lg{
	width:30%;
	position:relative;
	display:inline-block;
	border:#e4e4e4 1px solid;
	margin:1.25%;
	/*visibility:hidden;*/
}
.portafolio-descripcion{
	position: absolute;
    padding: 10%;
    background-color: #fff;
    width: 80%;
    height: 57%;
    padding-top: 30%;
	opacity:0;
	text-align:center;
}
.portafolio-lg:hover > .portafolio-descripcion{
	opacity:1;
}
.portafolio-descripcion p{
	font-size: 1.25rem;
    font-variant: small-caps;
    text-align: center;
}
.serv-morado{
    background: #5f3192;
    padding: 6% 0;
	background: linear-gradient(135deg, #953194 0%, #350233 96%);
}
.serv-morado h3{
	color: #fff !important;
	letter-spacing: 1px;
	margin-bottom: 2rem;
}
.serv-morado a{
	color:#fff !important;
	text-decoration: underline;
}
.serv-gris{
    background: #e5e5e5;
    padding: 6% 0;	
}
.serv-gris h3{
	letter-spacing: 1px;
	margin-bottom: 2rem;
}
.serv-gris a{
	text-decoration: underline;
}
.titulo-gradiente{
	font-weight: 700 !important;
	font-size: 4.25rem;
	line-height: 4.0rem;
	background: linear-gradient(to right, #5630ab 0%,#bd20b5 60%, #bd20b5 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	
}
.bubble{
	position: relative;
	display:inline-block;
	/*max-width:250px;*/
	min-height:1.5em;
	padding: 20px;
	background: #FFFFFF;
	border: #7F7F7F solid 4px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-bottom:4%;
}

.bubble:after{
	content: "";
	position: absolute;
	bottom: -15px;
	left: 60%;
	border-style: solid;
	border-width: 15px 15px 0;
	border-color: #FFFFFF transparent;
	display: block;
	width: 0;
	z-index: 1;
}

.bubble:before{
	content: "";
	position: absolute;
	bottom: -19.5px;
	left: calc(60% - 3px) ;
	border-style: solid;
	border-width: 18px 18px 0;
	border-color: #7F7F7F transparent;
	display: block;
	width: 0;
	z-index: 0;
}
.bubble p{
	font-size:1.0rem;
	line-height:1.5rem;
}
.texto-paquetes{
	padding:1.5%;
}
.contenido-paquete{
	background: #fff;
    padding: 2.5rem 1.25rem;
    border-radius: 2.5rem;
}
.paquetes-identidad{
	padding:1% 0;
	color:#fff;
	text-align:center;
	margin-bottom:2.5%;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.texto-paquetes p, .texto-paquetes li{
	font-size: 1rem;
    line-height: 1.5rem;
}
.titulo-paquetes{
	
}
.mirada-plus-color{
	background: linear-gradient(to right,  #ffc010 1%,#ff6d00 100%) !important;
}
.mirada-pro-color{
	background: linear-gradient(to right,  #fd1791 1%,#91399d 100%) !important;
}
.mirada-360-color{
	background: linear-gradient(to right,  #666666 1%,#000000 100%) !important;
}
.boton-paquete{
	font-size: 1.25rem !important;
	border-radius: 1.5rem;
}
.boton-paquete:hover{	
	background: linear-gradient(270deg, #f09125, #d2197e, #97277f) !important;
}
.texto-paquetes h3{
	font-size: 1.15rem;
	margin-bottom:0.5rem;
}
.paquetes-identidad h2,.paquetes-identidad span{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color:#fff;
}
.paquetes-identidad h2{
	font-size:1.25rem;
	margin-bottom:0.5rem;
}
.paquetes-tabla{	
	padding: 5px 0;
	position:relative;
	margin-top: 1.5rem;
}
.paquetes-tabla-web::before{
	content:"";
	position: absolute;
    width: 1px;
    display: block;
    background: #a8a8a8;
    height: 100%;
    left: 33%;	
	top:0;
}
.paquetes-tabla-web::after{
	content:"";
	position: absolute;
    width: 1px;
    display: block;
    background: #a8a8a8;
    height: 100%;
    right: 33%;	
	top:0;
}
.paquetes-tabla > .titles{
	padding: 3% 0.5%;
}
.linea-divisor{
	border-bottom: 1px solid;
}
.paquetes-tabla > .titles h3, .paquetes-tabla > .titles .black{
	text-align: center;
    font-size: 1.75rem;
}
.paquetes-tabla > .titles p{
	font-size: 14px;
    line-height: 20px;	
}
.paquetes-tabla h2{
	font-size: 2.5rem;
	color:#0d0d0d !important;
	margin-top: 33%;    
    margin-left: 2%;
}
.paquetes-tabla h5{
	font-size: 0.9rem;
    padding: .75rem 0.5rem;
    color: #1D1D1B;
    font-weight: 400;
	line-height: 1.35rem;
}
.paquetes-tabla .row:nth-child(2n){
	background: white;
}
.paquetes-tabla p{
    text-align: left;
    margin-bottom: 0;
    padding: .25rem 0.5rem;
	font-size:14px;
}
.paquetes-tabla p.notas{
	text-align: left;
    font-size: 13px;
    line-height: 20px;
}
.paquetes-tabla .col{
	box-sizing: border-box;
/*    padding: 0.25rem .75rem;
    min-height: 46px;*/
}
.paquetes-tabla .alta{
	min-height: 58px !important;
}
.paquetes-tabla .ghostButton{
	border: none;
}
.paquetes-tabla a{
	color: #fff !important;
	text-align: center;
}
.paquetes-tabla img{
	/*max-width: 175px;*/
	mix-blend-mode: normal !important;
}
.paquetes-tabla .yellow-button{
	border-radius: 0;
	position: relative;
	padding: 1.5rem 1.15rem;
}
.paquetes-tabla .yellow-button::before{
	content: "";
	 width: 0;
     height: 0;
     border-right: 15px solid transparent;
     border-top: 15px solid #fff;
     border-left: 15px solid transparent;
     border-bottom: 15px solid transparent;
	position: absolute;
	top: 0;
	left: 45%;
}
.paquetes-tabla .row{
	padding: 0;
}
.images-services{
	max-width: 260px;
    border-radius: 2rem;
    margin-bottom: 1.5rem;
    -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.5);
}
/*.paquetes-tabla tr.fila-sin-bordes td{
	border:0;
}
.paquetes-tabla tr td:nth-child(2){
	background: #ffedcc;
}
.paquetes-tabla tr td:nth-child(3){
	background: #d0fff5;
}
.paquetes-tabla tr td:nth-child(4){
	background: #e6f5f4;
}
.paquetes-tabla td{
	padding:1%;
	font-size:0.9rem;
	border-right:#fff 1px solid;
	border-left:#fff 1px solid;
	line-height: 1.35rem;
}
.paquetes-tabla td.titulo{
	font-size:1.15rem;
	font-weight:400;
	text-align:center;
}
.paquetes-tabla td.centrado{
	text-align:center;
}
.paquetes-tabla td.etiqueta{
    font-weight: 400;
    font-size: 0.8rem;
}
.paquetes-tabla td a, .graybutton{
	color: #fff;
    padding: 0.6rem;
	border:none !important;
    background:#f9339d;
    display: block;
    text-align: center;
    width: 75%;
    margin: 0 auto 2% auto;
	border-radius:10px;
	-webkit-border-radius:10px;
}
.paquetes-tabla tr{
	border-bottom:#ADADAD 1px solid;
}*/
.black{
	font-weight:700 !important;
}
.paquetes-identidad.profesionista{
	background:#c2994c;
}
.paquetes-identidad.emprendedores{
	background:#44b49c;
}
.paquetes-identidad.negocios{
	background:#98b4b2;
}
.icono-paquetes-web{
	max-width: 190px;
    margin: 0 auto;
    display: block;
    margin-bottom: 1rem;
}
#elementosPaquete img{
	-webkit-border-radius: 0.8rem;
	border-radius: 0.8rem;
}
.profesionista{
	background:none !important;
	color:#006db7;
}
.profesionista-title{
	color: #fff;
	background: #16b3c0 !important;
}
.emprendedores{
	background:none !important;
	color:#ea9400;
}
.emprendedores-title{
	color: #fff;
	background: #ec0e7e !important;
}
.negocios{
	background:none !important;
	color:#644C99;
}
.negocios-title{
	color: #fff;
	background: #932889 !important;
}
#PageContent{
	    /*background-color: #FBF9FA;*/
	    /*background-color: #FFF;*/
	background-color: #f2f2f2;
	
}
#PageContent img{
/*	mix-blend-mode: darken;*/
}
.sectionMargin h1,.sectionMargin h1 span{
	font-family: 'Roboto', sans-serif; 
	/*font-weight:700 !important;*/
	color: #111;
}
.sectionMargin a{
	font-weight:400;
	color:rgb( 0, 126, 162 );
}
.sectionMargin p> a{
	text-decoration: underline;
}
.sectionMargin a:hover{
	color:#ea1587;
}
.sectionMargin img{
	-webkit-border-radius: 0.8rem;
	border-radius: 0.8rem;
}
.home-slider-bg{
	background: url("../images/agencia-diseno-grafico-y-web.jpg") no-repeat center;
	background-size: contain;
}
.hover-cat{
	background: url("../images/gato-diseno-2.jpg") no-repeat center;
	background-size: contain;
	mix-blend-mode: darken;
}
.hover-cat:hover img{
	opacity: 0;
}
#servicios-header{
	/*background:#c3d5d4;*/
	padding: 6% 0 5%;
	/*background: url(../images/team-bg.jpg) no-repeat center #fff;*/
	background-size: contain;
	text-align: center;
}
#servicios-header h3{
	color: #111;
	font-size: 1.5rem;
	margin-bottom: 1rem;
}
#servicios-header p{
	color: #3d3d3d;
    font-weight: 700;
    font-size: 1.5rem;
	line-height: 2rem;
	background: rgba(255,255,255,0.6);
}
#LogoHead h3,#LogoHead h3 span{
    font-size: 1.65rem;
	color: #bd2387;
    text-align: center;	
	margin-top: 0;
	margin-bottom: 1rem;
background: #FF6673;
background: -webkit-linear-gradient(to bottom right, #FF6673 1%, #FF6673 19%, #A01DB3 50%, #6B2567 100%);
background: -moz-linear-gradient(to bottom right, #FF6673 1%, #FF6673 19%, #A01DB3 50%, #6B2567 100%);
background: linear-gradient(to bottom right, #FF6673 1%, #FF6673 19%, #A01DB3 50%, #6B2567 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
	font-weight: 700 !important;
}
#LogoHead h5{
	color: #222;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	margin-top: 2%;
	font-size: 13px;
}
#LogoHead p, #LogoHead a{
	font-family: 'Roboto', sans-serif;
    font-size: 1.3rem;
    line-height: 1.5rem;
    margin-bottom: 0.25rem;
	font-weight: 400;
}
/*
#LogoHead strong, #LogoHead a{
	font-weight: 700;
}*/
.botones-paquetes-home img{
	max-width: 150px !important;	
}
.botones-paquetes-home a{
	display: block;
    padding: 5%;
	color: #fff !important;
}
.botones-paquetes-home a h3{	
	color: #fff !important;
}
.data-header{
	padding-left: 1.5rem;
}
.data-header h4{
	text-transform: uppercase;
    font-weight: 700;
    color: #009999;
}
.data-header span{
	font-size: 0.9rem;
    font-weight: 700;
}
.data-header p{
	text-align: left !important;
}
article ul .icon{
	margin-left: -1.5rem;
    margin-right: 0.25rem;
}
article ul{
	margin-left: 1.25rem;
	list-style: initial;
}
article ul li{
	line-height: 1.65rem;
	margin-bottom: 0.5rem;
}
.atencion{
	width: 90%;
    padding: 5% 4%;
    margin: 0 auto;
    margin-top: 6%;
    background: url(../images/dots-b.gif);
	border-radius:15px;
}
.atencion p{
	color: #fff;
    margin: 5% 0;
    font-size: 1.35rem;
    line-height: 1.75rem;
    text-align: center;
}
.atencion a{
	color: #fff;
}
.cuadro-gris{
	background: rgba(241, 241, 241, 0.73);
    padding: 10px;
    border-radius: 10px;
	position:relative;
	min-height:230px;
	margin-top:5px;
	margin-bottom:10px;
}
.cuadro-gris .ghostButton{
    color: #fff;
    position: absolute;
    bottom: 0;	
	margin-left:0;
}
.center-block{
	float: none;
    display: block;
    margin: 0 auto;
}
.tituloLanding{
	font-size: 1.0rem;
    margin-top: 1%;    
	font-weight: bold;
	color: #222222;
}
.tituloLanding-2{
	font-size: 2rem;
	color: #008595;
}
.tituloLanding-3{
	font-size: 1.0rem;
    margin-top: 1%;    
	font-weight: bold;
	color: #fff;
	line-height: 1rem;
}
.tituloLanding-4{
	font-size: 2rem;
	color: #fff;
}
.tituloLanding span{
	font-size: 1.0em;
	font-weight: bold;
	color: rgb( 0, 126, 162 );
}
.footer-landing{
	background: #d6d3d3;
	padding: 2% 0 2.5% 0;
}
.footer-landing p{
	text-align: left;
	line-height: 1.5em;
}
.footer-landing p,.footer-landing a{
	color: #000;	
	font-size: 1.25rem;	
}
.hearder-landing{
	position: relative;
}
.subtitulo-landing{
	color: #8f949a;
	margin-bottom: 3%;
}
.aplicaciones-papeleria div.sm-10{
	min-height: 85px;
	margin-bottom: 1.5%;
}
.top-background-ganadora{
	background: url(../images/landing/imagen-corporativa-bg.jpg) no-repeat;
	background-size: cover;
	padding-bottom: 1.25rem;
}
.top-background-ganadora p{
	color: white;
	font-size: 1.5rem;
}
.contact-landing-bg{
	background: white;
    padding: 10px;
    border-radius: 10px;
}
.landing-list li{
	text-align: right;
	line-height: 1.75rem;
}
.band-color{
	background: #ef3c26;
    border-radius: 5px;
    color: #fff !important;
}
.ventajas-web h4{
	color: #009999;
	text-transform: uppercase;
	font-weight: 700;
}
.b-only-mobile{
	display: none;
}
.portafolio-opciones a{
	text-align: center;
    display: block;
    padding: 1rem;
    background: #009999;
    font-size: 1rem;
    border-radius: 0.25rem;
    margin-bottom: 0.5rem;
    color: #fff;
}
.portafolio-opciones a:hover{
	background: #ea1587;
	color: #fff;
}
.ejemplos-de-servicios h2{
	text-align: center;
    margin-top: 1.25rem;
    border-top: 3px solid #ccc;
    padding-top: 0.75rem;
}
.ejemplos-de-servicios .row{
	/*margin-bottom: 0.25rem;*/
}
.elemento-portafolio{
	display: block;
    padding: 10px;
    
    text-align: center;	
	min-height: 390px;
}
.elemento-portafolio p{
	font-size: 0.9rem;
	margin-bottom: 5px;
	line-height: 1.15rem;
}
.elemento-portafolio:hover{
	
}
.img-title{
	width: 100px;
    height: 100px;
    display: inline-block;
    vertical-align: middle;
}
#contact-box h1{	
    font-size: 2.25rem;
    font-weight: 700;
    margin-top: 2.5%;
    margin-bottom:4% !important;
	line-height: 2.75rem;
}
#contact-box h2{
	color: #da137d;
    font-size: 1.75rem;
}
#contact-box h3{
	margin-top: 2.75rem;
}
#contact-box p, #contact-box a{
	font-size: 1.25rem;
}
.somos-azul{
	background: url(../images/somos-equipo-bg.jpg) center #209ec1 no-repeat;
    background-size: contain;
    text-align: center;    
    padding: 15% 10% 2.5% !important;
    margin: 2.5% 0;
    border-radius: 1rem;
}
.somos-azul p{
	color: #fff;
	font-size: 1.15rem;
	border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 0 1rem;
    border-radius: 0.5rem;
}
.somos-azul h3{
	color: #fff;
	font-size: 1.9rem;
	font-weight: 700;
}
.home-icon-s{
	max-width: 200px;
    margin: 0 auto;
    display: block;
	opacity: 0;
}
.home-logos{
	background: url("../images/identidad-corporativa-papeleria.jpg") center no-repeat;
	background-size: contain;
}
.home-web{
	background: url("../images/diseno-web.jpg") center no-repeat;
	background-size: contain;
}
.home-copy{
	background: url("../images/desarrollo-copy.jpg") center no-repeat;
	background-size: contain;
}
.home-cat{
	background: url("../images/catalogos-folletos.jpg") center no-repeat;
	background-size: contain;
}
.link-top-home{
	font-size: 1.1rem !important;
    background: #0290ad;
    color: #fff !important;
    font-weight: 400 !important;
    padding: 1px 4px;
    border-radius: 4px;
}
.head-paquete{
	padding: 2.5% 0;
    margin-bottom: 2rem;
}
.head-paquete h1, .head-paquete h1 span{
	color: #fff;
	font-size: 1.75em;
    line-height: inherit;
}
.head-paquete img{
	max-width: 100px;
}
.paquetes-page h2{
	font-size: 2.5rem;	
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}
.paquetes-page p, .paquetes-page img{
	margin-bottom: 1.25rem;
}
.paquetes-page .row{
	padding-bottom: 2.25rem;
}
.paquetes-page h4{
	font-size: 1.5rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}
.paquetes-page h3{
	font-size: 1.85rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}
.profesional-bg{
	background: #01b6c2;
	color: #fff;
}
.profesional-color{
	color: #01b6c2;
}
.emprendedora-bg{
	background: #d11c79;
	color: #fff;
}
.emprendedora-color{
	color: #d11c79;
}
.ganadora-bg{
	background: #a0018d;
	color: #fff;
}
.ganadora-color{
	color: #a0018d;
}
.profesional-boton:hover{
	background: #13b4fb;
}
.profesional-boton{
	background: #0099dc;
}
.emprendedora-boton{
	background: #1e53ff;
	background: -moz-linear-gradient(45deg, #1e53ff 50%, #1e53ff 50%, #0035df 51%);
	background: -webkit-linear-gradient(45deg, #1e53ff 50%,#1e53ff 50%,#0035df 51%);
	background: linear-gradient(45deg, #1e53ff 50%,#1e53ff 50%,#0035df 51%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e53ff', endColorstr='#0035df',GradientType=1 );
}
.ganadora-boton{
	font-weight: 400 !important;
	background: #ed8e00;
background: -moz-linear-gradient(45deg, #ed8e00 50%, #f49f00 50%);
background: -webkit-linear-gradient(45deg, #ed8e00 50%,#f49f00 50%);
background: linear-gradient(45deg, #ed8e00 50%,#f49f00 50%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed8e00', endColorstr='#f49f00',GradientType=1 );
}
.boton-paquetes{
	color: #fff;
	border-radius: 1rem;
	max-width: 380px;
	margin: 0.5rem auto;
}
.emp-emp-bg{
	background: url(../images/emprendedores-empresas-bg.jpg) no-repeat center;
	background-size: contain;
	padding: 1% 0 15% 0;
}
.emp-emp-bg p,.emp-emp-bg a{
	font-weight: 400;
}
.vertical-margin-l{
	margin: 8% 0;
}
.top-blue-line{
	border-top:2px solid #01b6c2; 
	padding-top:5%;
}
.yellow-button{
	padding: 1.15rem;
	color: #fff;
    border-radius: 2rem;
    display: block;
    margin: .5rem auto;
    font-weight: 400;
    box-sizing:border-box;
	font-size: 1.25rem;
}
.next-button{
	padding: 1.15rem;
	border-radius: 1rem;
    border-radius: 2rem;
    display: block;
    margin: .5rem auto;
    font-weight: 400;
	border: 1px solid #0070c9;
    box-sizing:border-box;
	font-size: 1.25rem;
}
.big-list li{
	font-size: 1.3rem;
	margin-bottom: 0.5rem;
}
.call-color{
	background: #eb307c;
	background: -moz-linear-gradient(left,  #eb307c 0%, #f48363 74%, #fcd951 100%);
	background: -webkit-linear-gradient(left,  #eb307c 0%,#f48363 74%,#fcd951 100%);
	background: linear-gradient(to right,  #eb307c 0%,#f48363 74%,#fcd951 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb307c', endColorstr='#fcd951',GradientType=1 );
}
.call-color:hover{
	background: #f71a59;
}
.numero-lista-b{
	font-size: 1.5em;
    color: #a4a8a9;
    display: inline-block;
    padding: 2px;
    text-align: right;
    margin-right: 5px;    
}
.circulo-titulo{
	color: #fff !important;
    background: #cf2389;
    text-align: center;
    padding: 150px 50px;
    width: 365px;
    height: 365px;
    box-sizing: border-box;
    border-radius: 182px;
    font-size: 1.75rem;
}
.texto-circulo{
	margin-left: 4rem;
    font-size: 1.25rem;
}
.section360{
	background: url(../images/360s.png) no-repeat;
	background-position: 6px bottom;	
}
.ejemplo-logos .col{
	padding: 2.5% !important;
}
.servicon-home a{
	display: block;	
	-webkit-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
-ms-transition: all 0.25s linear;
-o-transition: all 0.25s linear;
transition: all 0.25s linear;
}
.servicon-home a:hover{
	-moz-transform: translateX(0px) translateY(-15px);
-webkit-transform: translateX(0px) translateY(-15px);
-o-transform: translateX(0px) translateY(-15px);
-ms-transform: translateX(0px) translateY(-15px);
transform: translateX(0px) translateY(-15px);
}
.chat-btn{
	display: block;
    width: 165px;
    text-align: center;
    position: fixed;
    bottom: 0;
	/*background: #007da2;*/
    background: #54ca62;
    border-color: #54ca62;
	color:#fff !important;
	border-width: 1px !important;
    border-style: solid !important;
    padding: 0.5rem 1rem;
    font-size: 15px;
    border-radius: 8px 8px 0 0;
    z-index: 100;
    right: 8%;
	/*font-weight: 700;*/
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.chat-btn:hover{
	background: #32bb46;
	color:#fff !important;
	/*background: -moz-linear-gradient(top,  #1daddc 0%, #32beeb 40%, #058be0 100%);
	background: -webkit-linear-gradient(top,  #1daddc 0%,#32beeb 40%,#058be0 100%);
	background: linear-gradient(to bottom,#1daddc 0,#32beeb 40%,#058be0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03c1ff', endColorstr='#058be0',GradientType=0 );*/
}
.chat-btn i{
	vertical-align: bottom;
    margin-right: 0.25rem;
}
.index-title .resaltado{
	font-size: 1.85em;	
}
.servicon-home h5{
	font-size: 14px;
    letter-spacing: 0.5px;
}
.no-lista{
	list-style: none !important;
	margin-left: 0;
}
.no-lista li{
	margin-left: 0;
	margin-bottom: 1rem;
}
.no-lista .numero-lista-b{
	margin-left: -1.75rem;
	margin-right: 0;
}
#web-banner{
	text-align: center;
}
.no-flecha:after{
	content: '';
	display: none !important;
	
}
#web-banner a:after, .follow-btn:after{
	content: '';
    display: inline-block;
    background: url(../images/iconos/link-end.png) no-repeat center;
    background-size: contain;
    width: 1.15rem;
    height: 1.15rem;
    vertical-align: middle;
    margin-left: 0.35rem;
}
#web-banner a, .follow-btn{
	display: block;
	text-align: center;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	color: #0070c9;
    font-weight: 700;
	border-bottom: 1px solid #e9e9e9;
}
#web-banner a:hover, .follow-btn:hover{
	text-decoration: underline;
}
#web-banner .responsiveImage{
	max-width: 55%;	
}
#ultimos-trabajos{
	background: url("../images/logotipos-cdmx-ultimos-trabajos-bw.jpg") no-repeat center;
	background-size: contain;
}
.opacityButton{
	display: block;
}
.opacityButton img{
	opacity: 0;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.opacityButton:hover >img{
	opacity: 1;
}
.icon-serv{
	display: block;
}
.icon-serv img{
	max-width: 180px;
	display: block;
	margin: 1.5rem auto;
}
.icon-serv h5{
	text-align: center;
	opacity: 0;
	-webkit-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
-ms-transition: all 0.25s linear;
-o-transition: all 0.25s linear;
transition: all 0.25s linear;
}
.icon-serv:hover >h5{
	opacity: 1;
}
.green-text{
	color: #22cec2;
}
.plantilla-trabajos{
	/*background: url("../images/agencia-digital-diseno-grafico-bg.jpg") no-repeat top;
	background-size: contain;*/
}
.plantilla-trabajos .row{
	margin-bottom: 1.6% !important;
}
.black-link{
	color: #0070c9 !important;
}
.icono-faq{
	max-width: 170px;
    display: block;
    margin: 0 auto;
}
#mg-logo{
	display: block;
    padding: 0.75rem;
    padding-left: 0;
}
.head-social-btn{
	margin-bottom: 0.5rem;
}
.head-social-btn a,.head-social-btn li{
	font-size: 1.1rem !important;
    color: #222;
    /*font-weight: bold !important;	*/
	line-height: 2.2rem;
}
.head-social-btn .icon{
	width: 1.2rem;
    height: 1.2rem;
    margin-right: 0.5rem;
	vertical-align: middle;
}
.footer-p-l{	
   	border-right: 1px solid #fff;
   	padding-right: 2rem;
}
.footer-p-r{
	padding-left: 2rem;	
}
.footer-p-l h3,.footer-p-l h4, .footer-p-l li{
	text-align: right;
}
.footer-p-r h4, .footer-p-r li{
	text-align: left;
}
.enlace-blog{
	font-size: 1.15rem;
	font-weight: normal;
}
.enlace-blog a{
	font-size: 1.35rem;
	font-weight: normal;
	text-decoration: underline;
}
.flexslider .slides > li{
	margin-left: 0 !important;
}
.whatsapp-float{
	display: block;
    width: 90px;
    position: fixed;
    bottom: 65px;
    right: 1.5%;
    z-index: 20;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.whatsapp-float img{
	width: 100%;
	height: auto;
}
.whatsapp-float:hover{
	transform: scale(1.25);
}
.titulo-pagina{
	/*background: #770b5a;
	margin-bottom: 2%;*/
	background: linear-gradient(270deg,#f09125 , #d2197e, #97277f);
   /* background-size: 600% 600%;

    -webkit-animation: titulobg 15s ease infinite;
    -moz-animation: titulobg 15s ease infinite;
    animation: titulobg 15s ease infinite;*/
}
@-webkit-keyframes titulobg {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes titulobg {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes titulobg {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
.titulo-pagina img{
	mix-blend-mode: normal !important;
}
.boton-index{
	font-size: 1.3rem;
	display: block;
    /*border: 2px solid #d9d9d9;*/
    padding: 5px;
    border-radius: 10px;
    margin-bottom: 1rem;
	text-decoration: underline !important;
}
.boton-index img{
	max-width: 100px;
    opacity: 0.9;
    vertical-align: middle;
    margin-right: 0.5rem;
	background: #f3991d;
    border-radius: 1.5rem;
	padding: 0.25rem;
}
.boton-index:hover img{
	opacity: 1;
	background: #e71f89;
}
/*
.fly {
  opacity: 0;
  transition: all 600ms ease-in-out;
  transform: translateY(100px) scale(1.05) translate3d(0, 0, 0);
}

.show-block {
  opacity: 1;
  transform: translateY(0) scale(1) translate3d(0, 0, 0);
}*/
/*fin-scroll anim*/
/*---------Responsive--------*/

@media (min-width: 75rem){ /*1200px*/
	/*GRID*/
	.lg-1 {
		width:8.33%;
	}
	.lg-2 {
		width:16.66%;
	}
	.lg-3 {
		width:25%;
	}
	.lg-4 {
		width:33.33%;
	}
	.lg-5 {
		width:41.66%;
	}
	.lg-6 {
		width:50%;
	}
	.lg-7 {
		width:58.33%;
	}
	.lg-8 {
		width:66.66%;
	}
	.lg-9 {
		width:75%;
	}
	.lg-10 {
		width:83.33%;
	}
	.lg-11 {
		width:91.66%;
	}
	.lg-12 {
		width:100%;
	}
	.lg-hidden{
		display:none !important;
	}
	.offset-lg-1 {
		margin-left:8.33% !important;
	}
	/*FIN Grid*/
	/*grid-interno*/
	/*.int-lg-1{
		width:10%;
	}
	.int-lg-2{
		width:20%;
	}
	.int-lg-3{
		width:30%;
	}
	.int-lg-4{
		width:40%;
	}
	.int-lg-5{
		width:50%;
	}
	.int-lg-6{
		width:60%;
	}
	.int-lg-7{
		width:70%;
	}
	.int-lg-8{
		width:80%;
	}
	.int-lg-9{
		width:90%;
	}
	.int-lg-10{
		width:100%;
	}*/
	/*fin grid interno*/
	h1,h1 span{
		font-size:2.3rem;
		/*line-height:2.5rem;*/
		font-family: 'Roboto', sans-serif;
		font-weight: 700;
		color: #111;
		letter-spacing: 0.3px;
		
	}
	h2{
		font-size:2rem;
	}
	h3{
		font-size:1.4rem;
	}
	.tituloResaltado{
		font-size: 1.85rem;
    	/*line-height: 2.5rem;*/
		/*text-transform: uppercase;*/
	}
	.titulo-chico{
		font-size: 1.9rem;
		font-weight: 400;
	}
	.tituloResaltado .resaltado{
		color: #cf2389;
		font-size:2.5rem;
	}	
	#resaltadoIndex{
		font-size:2.5rem;
	}
	.margin-header{
		margin-top:2%;
	}
	.headerText, .headerText a{
		font-size: 1.0rem;
	}
	.tituloLanding{
		font-size: 1.5rem;
    	margin-top: 3.5%;
    	margin-left: 1.75rem;
    	line-height: 1.5rem;
	}
	.tituloLanding-2{
		font-size: 3.75rem;
    	margin-left: 1.75rem;
    	margin-bottom: 0;	
	}
	.tituloLanding-3{
		font-size: 1.5rem;
		font-weight: bold;
		color: #fff;
		margin-top: 3.2rem;
	}
	.tituloLanding-4{
		font-size: 3.5rem;
		font-weight: bold;
		color: #fff;
	}
	.contact-landing-bg {
	    margin-top: -7rem;
	}
	header{
		background: transparent;
	    background-size: contain;
		padding-bottom: 0;
	}
	.bandmenu p, .bandmenu a{
		font-size: 20px;
	}
	.titulo-pequeno{
		font-size: 1.85rem;
	}
	.index-title {
		line-height: 2.5rem;
		margin-top:0.35rem;
		font-size: 1.85rem;
		display: block;
	}

}
@media (min-width: 87.5rem){ /*1300px*/
	.container{
		max-width:90rem;
	}
	.index-title{
		font-size: 1.9rem;
		line-height: 2.75rem;
    	display: block;
		margin-top:0.35rem;
		margin-bottom: 1.25rem;
	}
	h1{
		font-size:2rem;
		line-height:2.5rem;
	}
	h2{
		font-size:2rem;
	}
	h3{
		font-size:1.5rem;
		line-height: 2rem;
    	margin-bottom: 1.75rem;
	}
	.title-1{
		font-size: 1.9rem !important;
	}
	.title-2{
		font-size: 1.5rem !important;
	}
	.titulo-seccion{
		font-size: 3.25rem !important;
		line-height: 4rem !important;
	}
	.titulo-texto{
		font-size: 1.25rem !important;
	}
	.tituloResaltado{
		font-size: 2.5rem;
		/*font-size: 1.9rem;*/
    	/*text-transform: uppercase;*/
		margin-bottom: 1.5rem !important;
	}
	.tituloResaltado .resaltado{
		color: #cf2389;
	}
	#resaltadoIndex{
		font-size:2.6rem;
	}
	.margin-header{
	    margin-top: 1.0%;
    	margin-bottom: 0.5rem;
	}
	.headerText, .headerText a{
		font-size: 1.5rem;
	}
	header{
		background: transparent;
	    background-size: contain;
	    background-position: 38% 0;
	    padding-bottom: 0;
	}
}
/*@media (max-width: 62rem){
	
}*/
@media (min-width: 62rem) and (max-width: 75rem){ /*992px-1200*/
	/*GRID*/
	.md-1 {
		width:8.33%;
	}
	.md-2 {
		width:16.66%;
	}
	.md-3 {
		width:25%;
	}
	.md-4 {
		width:33.33%;
	}
	.md-5 {
		width:41.66%;
	}
	.md-6 {
		width:50%;
	}
	.md-7 {
		width:58.33%;
	}
	.md-8 {
		width:66.66%;
	}
	.md-9 {
		width:75%;
	}
	.md-10 {
		width:83.33%;
	}
	.md-11 {
		width:91.66%;
	}
	.md-12 {
		width:100%;
	}
	.md-hidden{
		display:none !important;
	}
	.offset-md-0{
		margin-left:0 !important;	
	}
	/*FIN Grid*/
	/*grid-interno*/
	/*.int-md-1{
		width:10%;
	}
	.int-md-2{
		width:20%;
	}
	.int-md-3{
		width:30%;
	}
	.int-md-4{
		width:40%;
	}
	.int-md-5{
		width:50%;
	}
	.int-md-6{
		width:60%;
	}
	.int-md-7{
		width:70%;
	}
	.int-md-8{
		width:80%;
	}
	.int-md-9{
		width:90%;
	}
	.int-md-10{
		width:100%;
	}*/
	/*fin grid interno*/
	h1{
		font-size:1.9rem;
		line-height:2.95rem;
	}
	h2{
		font-size:1.4rem;
	}
	.titulo-f, .tituloResaltado{
		font-size:1.8rem;
	}
	.index-title {
		line-height: 1.8rem;
		margin-top: 0.35rem;
		font-size: 1.85rem;
		display: block;
		font-weight: 700;
	}
	#resaltadoIndex{
		font-size:2.25rem;
	}
	
	/**/
	.mainMenu a {
		font-size: 1.0rem !important;
	}
	.headerTitle{
		font-size:1.7rem;
	}
	.headerText, .headerText a {
		font-size: 1.0rem;
		margin-top: 0.9375rem;
		line-height: 1.875rem;
	}
	.headerBox {
		width: 22rem;
		margin-top: 1%;
	}
	.tituloQuick{
		font-size:1.25rem;
	}	
	.submenuLista a{
		font-size:0.9rem;
		padding:14rem 0 1rem 0;
	}
	.margin-header{
		margin-top:2rem;
	}
	.headerText, .headerText a{
		font-size: 1.2rem;
	}
	.titulo-seccion{
		font-size: 2.75rem !important;
		line-height: 3.25rem !important;
	}
	
}
/*@media (max-width: 48rem){
	.sm-hidden{
		display:none;
	}
}*/
@media (min-width: 48rem) and (max-width: 62rem){ /*768-992px*/
	/*GRID*/
	.sm-1 {
		width:8.33%;
	}
	.sm-2 {
		width:16.66%;
	}
	.sm-3 {
		width:25%;
	}
	.sm-4 {
		width:33.33%;
	}
	.sm-5 {
		width:41.66%;
	}
	.sm-6 {
		width:50%;
	}
	.sm-7 {
		width:58.33%;
	}
	.sm-8 {
		width:66.66%;
	}
	.sm-9 {
		width:75%;
	}
	.sm-10 {
		width:83.33%;
	}
	.sm-11 {
		width:91.66%;
	}
	.sm-12 {
		margin-left:0;
		width:100%;
	}
	.sm-hidden{
		display:none !important;
	}
	/*FIN Grid*/
	/*grid-interno*/
	/*.int-sm-1{
		width:10%;
	}
	.int-sm-2{
		width:20%;
	}
	.int-sm-3{
		width:30%;
	}
	.int-sm-4{
		width:40%;
	}
	.int-sm-5{
		width:50%;
	}
	.int-sm-6{
		width:60%;
	}
	.int-sm-7{
		width:70%;
	}
	.int-sm-8{
		width:80%;
	}
	.int-sm-9{
		width:90%;
	}
	.int-sm-10{
		width:100%;
	}*/
	/*fin grid interno*/
	.index-title{
		line-height:3.25rem;
		font-size: 1.5rem;
	}
	#resaltadoIndex{
		font-size:2.25rem;
	}
	.titulo-f,.tituloResaltado{
		font-size:2.0rem;
	}
	.tituloResaltado .resaltado{
		color: #cf2389;
		font-size:2.0rem;
	}	
	h1{
		font-size:1.2rem;
		line-height:3rem;
	}
	.mainMenu a {
		font-size: 1.2rem;
	    padding: 0.8375rem 1.3rem;
	}
	.submenuLista a{
		font-size:1.0rem;
	}
	.submenuLista li{
		padding: 0.5% 1.0%;
	}
	p,ul{
	    font-size: 1.0rem;
	    line-height: 1.6rem;
	}
	h2{
		font-size:1.6rem;
	}
	h3{
		font-size:1.4rem;
	}
	.subtitulo{
		font-size:1.0rem;
	}
	.margin-header{
		margin-top:2rem;
	}
	.submenuLista a{
		padding:11rem 0 1rem 0;
	}
	#slider-wrapper h3{
		margin-top:4%;
	}
	
}

@media (min-width: 768px){
	h1,h2,h3,.tituloResaltado, h1 span,sectionMargin h1{
		font-weight: 600 !important;
	}
	.paquetes-tabla .col{
		min-height: 55px;
	}
	/*scroll anim*/
.scroll-animation-element {
  opacity: 0;
  position: relative;
}
.scroll-animation-element.slide-left {
  opacity: 0;
  transition: all 500ms ease;  
  transform: translate3d(-100px, 0px, 0px);
}
.scroll-animation-element.slide-left.in-view {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px); 
}
.scroll-animation-element.slide-right {
  opacity: 0;
  transition: all 500ms ease;
  transition-delay: 0.35s;
  transform: translate3d(100px, 0px, 0px);
}
.scroll-animation-element.slide-right.in-view {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px); 
}
.scroll-animation-element.slide-bottom {
  opacity: 0;
  transition: all 500ms ease;
  transition-delay: 0.15s;
  transform: translate3d(0px, 100px, 0px);
}
.scroll-animation-element.slide-bottom.in-view {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px); 
}
.scroll-animation-element.slide-up {
  opacity: 0;
  transition: all 500ms ease;
  transition-delay: 0.15s;
  transform: translate3d(0px, -100px, 0px);
}
.scroll-animation-element.slide-up.in-view {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px); 
}
.titulo-seccion{
	font-size: 2.75rem !important;
	line-height: 3.5rem !important;
}
.static-menu{
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    background: #1d1d1d !important;
}
	.margen-texto-header{
		margin-top: clamp(45px, 10%, 140px);
	}
}
@media (max-width: 47.93rem){ /*768px*/
	/*GRID*/
	.xs-1 {
	width:8.33%;
	}
	.xs-2 {
		width:16.66%;
	}
	.xs-3 {
		width:25%;
	}
	.xs-4 {
		width:33.33%;
	}
	.xs-5 {
		width:41.66%;
	}
	.xs-6 {
		width:50%;
	}
	.xs-7 {
		width:58.33%;
	}
	.xs-8 {
		width:66.66%;
	}
	.xs-9 {
		width:75%;
	}
	.xs-10 {
		width:83.33%;
	}
	.xs-11 {
		width:91.66%;
	}
	.xs-12 {
		margin-left:0;
		width:100%;
	}
	.xs-hidden{
		display:none !important;
	}
	.container{
		width:100%;
		min-width:18rem;/*320px*/
	}
	.col{
		padding:0 2.5%;
	}
	/*FIN Grid*/
	.icon-serv{
		max-width: 150px;
		height: 225px;
		display: block;
	}
	.icon-serv h5{
		opacity: 1;
	}
	#wi{
		display:block;
		width:100%;
		text-align:center;
		margin-bottom: 2rem;
	}
	.main-band-menu{
		background: #912b8b;
		background: -moz-linear-gradient(top,  #912b8b 39%, #dc1d8a 81%, #f49225 100%);
		background: -webkit-linear-gradient(top,  #912b8b 39%,#dc1d8a 81%,#f49225 100%);
		background: linear-gradient(to bottom,  #912b8b 39%,#dc1d8a 81%,#f49225 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#912b8b', endColorstr='#f49225',GradientType=0 );		
	}
	#movil-botones{
		/*display:block;*/
		display: none;
		width:100%;
		padding-bottom:10px;
		padding-top:5px;
		text-align:center;
		position: fixed;
		z-index: 1000;
		background: #fff;
		bottom: 0;
	}
	#contact-box a{
		font-size: 1rem;
	}
	#movil-botones a{
		display: inline-block;
  		width: 20%;
		margin:0;
		padding-top:5px;
  		height: 70px;
		text-align:center;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	article{
		margin-top: 1rem;
	}
	#resaltadoIndex{
		font-size:1.65rem;
		font-weight: 400;
	}
	.subtituloIndex{
		font-size: 1.4rem;
	}
	.subtitulo2{
		font-size: 1.0rem;
	}
	#slider-wrapper, .bandmenu{
		/*display:none;*/
	}
	.logo{
		width:10rem;
		margin: 0 auto;
		display: block;
		/*margin-left:66%;*/
	}
	.titulo-gradiente{
		font-size: 2.5rem;
		line-height: 2.75rem;
	}
	h1{
		font-size:1.4rem;
		line-height: 1.65rem;
		margin-bottom:0.8rem;
	}
	h2{
		font-size:1.35rem;
	}
/*	h1,h2,h3,h4,h5{
		text-align:center;
	}*/

	.offset-xs-0{
		margin-left:0 !important;
	}
	.titulo-f, .tituloResaltado{
		font-size: 1.5rem;
		line-height: 1.9rem;
	}
	.sectionMargin {
		padding: 1.0rem 0.75rem;
	}
	.pulso{
		-webkit-animation:none;
		animation:none;
	}
	.headerText{
		font-size:1.3rem;
	}
	.mainMenu a{
		font-size: 1.15rem !important;
		letter-spacing: 0.75px;
		text-align: left;
		padding: 1.3rem 1.5625rem;
		padding-left: 7rem;
		background: #8f308a;
		margin-bottom: 3px; 
		color: #fff;
		font-style: italic;
	}
	.mainMenu li:nth-child(1) a{
		background: url("../images/iconos/movil/g-icon.png") transparent no-repeat;
		background-size: 40px;
    	background-position: 50px center;
	}
	.mainMenu li:nth-child(2) a{
		background: url("../images/iconos/movil/g-icon.png") transparent no-repeat;
		background-size: 40px;
    	background-position: 50px center;
	}
	.mainMenu li:nth-child(3) a{
		background: url("../images/iconos/movil/g-icon.png") transparent no-repeat;
		background-size: 40px;
    	background-position: 50px center;
	}
	.mainMenu li:nth-child(4) a{
		background: url("../images/iconos/movil/g-icon.png") transparent no-repeat;
		background-size: 40px;
    	background-position: 50px center;
	}
	.mainMenu li:nth-child(5) a{
		background: url("../images/iconos/movil/g-icon.png") transparent no-repeat;
		background-size: 40px;
    	background-position: 50px center;
	}
	/*.mainMenu li:nth-child(5) a{
	
		background: #0099cc;
		padding: 1.3rem 1.5625rem;
		text-align: center;
		background-size: 40px;
    	background-position: 50px center;
	}*/
	.mainMenu li:nth-child(6) a{
		/*background: url("../images/iconos/movil/g-icon.png") #0099cc no-repeat;*/
		background: #0099cc;
		padding: 1.3rem 1.5625rem;
		text-align: center;
		background-size: 40px;
    	background-position: 50px center;
	}
	.mainMenu li{
		display:block;
		margin:0;
		border-bottom: 1px solid #90999a;
	}
	#CotizaEnLinea a{
		border-radius:0;
		-webkit-border-radius:0;
	}
	.mainMenu {
		min-width: 100%;
	}
	.navicon{
		display:block;
		width:2.5rem;
		height:2.5rem;
		background:url(../images/icon-menu.png) no-repeat;
		background-size:contain;
		position: absolute;
		right: 5%;
		top: 1rem;
		z-index:100;
	}
	.closeButton{
		background:url(../images/cross-black.png) no-repeat;
		background-size:contain;
	}
	/*#MainNav,#wc,#wd,#we{
		display:none;
	}*/
	#MainNav{
		display:none;
	}
	.showMenu{
		display:block !important;
	}
	.iconosIdentidad {
		width:40%;
	}
	.processItem{
		width:100%;
		text-align:center;
	}
	/*.mainColumn h2 {
		font-size: 1.2rem;
	}*/
	.tituloBanda{
		font-size:1.75rem;
	}
	.quickCall{
		display: block;
		width: 90%;
		padding: 5% 2.5%;
		margin: 0 auto;
		text-align: center;
		font-size: 1.75rem;
		background:#e10658;
		color:#fff;
		opacity: 0;
	}	
	.estilo_web{
		width:100%;
	}
	p, ul,a {
	  	font-size: 1.0rem;
		line-height: 1.6rem;
		margin-bottom: 1rem;
		letter-spacing: 0.5px;
		/*text-align: center;*/
	}	
	li{
		font-size:1.0rem;
	    text-align: left;
	    margin-left: 1rem;
	}
	.btn-movil-xs{
		/*width:100% !important;*/
		width: 60% !important;
		margin: 0 auto;
	}
	.cuadro-gris .ghostButton{
		width:100%;
		position:relative;
	}
	.atencion p{
		font-size:1.1rem;
	}
	.atencion a{
		font-size:0.9rem;
	}
	.center-block-xs{
		float: none;
		display: block;
		margin: 0 auto;
	}
	.LeftMargin{
		padding-left:0;
	}
	.submenu, .submenu-2, .submenu-3{
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	    background: rgba(255,255,255,0.95);
		z-index:200;
	}
	.submenuLista{
		margin-top:8rem;
		margin-left:0;
	}
	.submenu-paquetes{
		margin-top:1rem !important;
	}
	.submenuLista li{
		display: block;
		width:100% !important;
		padding:0;
		height: 20%;
		height: calc(100% / 4);
		min-height: 54px;
		border:none !important;
	}
	.submenuLista a{
		padding: 60px 0 5px 0;
		font-size:1.0rem;
		color:#fff;		
	}
	
	.paquetesEmprendedores,.paquetesWeb,.kitPapeleria,.igualaMensual,.disenioWeb, .identidadCorporativa, .marketingDigital, .disenioGrafico, .impresionDigital{
		/*background:none;*/
		background-size: 55px !important;
    	background-position: center 10px !important;
	}
	#submenuclose,#submenuclose-2,#submenuclose-3{
		display:block;
		width: 80px;
		height: 80px;
		position: absolute;
		right: 5%;
		top: 1.75rem;
		overflow: hidden;
		border: none;
		background: url(../images/cross.png) no-repeat center center;
		text-indent: 200%;
		color: transparent;
		outline: none;
		z-index: 100;
	}
	.linkButton{
		width: 90%;
	}
	#cotizacionframe{
		height:1950px;
	}
	.twoColumns{
		display:block;
		width:100%;
	}
	.paquetes-tabla td.titulo{	
	font-size:0.9rem;
	}
	header{
		position: fixed;
		top: 0;
		background: #f9f9f9;
		width: 100%;
		z-index: 200;
	}
	#movil-botones{
		margin-top:8rem;
	}
	.top-movil-head{
		color:#e40d7e;
		display: none;
	}
	.top-movil-head:before{
		content:"";
	    background: #e40d7e;
		display: inline-block;
		width: 20px;
		height: 5px;
		vertical-align: middle;
		margin-right: 5px;
	}
	.top-movil-head:after{
		content:"";
	    background: #e40d7e;
		display: inline-block;
		width: 20px;
		height: 5px;
		vertical-align: middle;
		margin-left: 5px;
	}
	.submenu-2 span{
		display:block;
		text-transform: none;
		font-size: 0.9rem;
		color: #fff;
	}
	.paqueteProfesional{
	    background: url("../images/menu/paquetes-imagen-corporativa.png") #c7167f no-repeat;
    	background-size: 55px !important;
    	background-position: center 8px !important;
	}
	.paqueteEmprendedora{
		background: url(../images/menu/paquetes-mirada-emprendedora.png) #d11c79 no-repeat;
    	background-size: 55px !important;
    	background-position: center 8px !important;
	}
	.paqueteGanadora{
		background: url(../images/menu/paquetes-mirada-ganadora.png) #a0018d no-repeat;
    	background-size: 55px !important;
    	background-position: center 8px !important;
	}
	.paquetePublicitaria{
		/*background: #da860b;*/
		background: url("../images/menu/paquetes-diseno-web.png") #932280 no-repeat;
    	background-size: 55px !important;
    	background-position: center 8px !important;
	}
	h3{
		font-size:1.15rem;
	}
	h4{
		font-size:1.1rem;
	}
	footer{
		padding-top:20px;
		display: block;
		background: #e71f89;
		/*margin-bottom: 110px;*/
		/*margin-top: -150px;*/
	}
	.gradiente-titulo{
		background: #E62A8B;
		background: -webkit-linear-gradient(to bottom right, #E62A8B 0%, #8F3189 100%);
		background: -moz-linear-gradient(to bottom right, #E62A8B 0%, #8F3189 100%);
		background: linear-gradient(to bottom right, #E62A8B 0%, #8F3189 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.portafolio-corporativa, .portafolio-web, .portafolio-3d{
		/*background: transparent;*/
	    background-size: 60px !important;
    	background-position: center 5px !important;
	}
	.bigText, .bigText a, .bigText span, .bigText li{
		font-size: 1.1rem;
	}
	.index-title .resaltado{
		font-size: 1.75em;
	}
	.index-title,.index-title span{
		margin-bottom: 1rem !important;
		font-size: 1.25rem;
		font-family: 'Roboto', sans-serif;
		font-weight: 700 !important;
		color: #3c3c3c;
		margin-top: 1rem;
    	line-height: 1.85rem;
		display: block;
	}
	.home-icon-s {
    	max-width: 110px;
	}
	.emp-emp-bg{
		padding: 1%;
		background: none;
	}
	.index-emprendedores{
		padding: 2rem 1rem !important;
		/*background: #ffd2e9;*/
		/*background: url(../images/emprendedores-bg.jpg) no-repeat center;
		background-size: cover;*/
		margin-bottom: 1rem;
	}
	.index-empresas{
		padding: 2rem 1rem !important;
		/*background: #dac1d7;*/
		/*background: url(../images/empresas-bg.jpg) no-repeat center;
		background-size: cover;*/
		margin-bottom: 1rem;
	}
	.home-icon-s{
		opacity: 1;
		background: #fff;
	}
	.botones-paquetes-home a h3{			
		font-size: 0.8rem;
    	line-height: 1rem;
	}
	.big-list{
		font-size: 1.1rem;
		
	}
	.big-list li{
		margin-bottom: 0.5rem;
	}
	.no-lista li{
		margin-left: 1rem;
		/*text-align: center;*/
	}
	.button-container{
		padding: 5px 0;
		max-width: 100% !important;
		height: 6rem;
	}
	.sectionMargin a.linkButton, a.linkButton{
		font-size: 1.0rem;
    	padding: 10px 50px;
		position: relative;
	}
	#ultimos-trabajos{
		background: none;
	}
	.opacityButton img{
		opacity: 1;
	}
	.plantilla-trabajos .col{
		padding: 0 2% !important;
	}
	.footerMenu li{
		margin-left: 0;
	}
	.footerMenu li a{
		font-size: 13px;
	}
	.menu-footer h3{
		font-size: 1.1rem;
		margin-top: 1.1rem;
		text-align: left;
	}
	#mg-logo {
		display: block;
		padding: 0.75rem;
		padding-left: 0;
		padding-bottom: 0;
	}
	#LogoHead h3, #LogoHead h3 span{		
    	text-align: center;
    	color: #fff;
    	margin-top: 1rem;
    	font-weight: 400;
    	font-size: 13px;
		text-transform: uppercase;
		background: transparent;
    	-webkit-text-fill-color: white;
	}
	.mobile-bar a{
		background: #e93982;
	}
	a.whast{
		background:#45c655; 
		border-bottom: none;
		border-radius: 0 0 0 10px;
	}
	.banda{
		margin: 7% 0;	
		padding: 1.75rem 0;
	}	
	.banda .banda-mensaje h3{
		font-size: 1.45rem;
		color: #fff;	
	}	
	.banda .banda-mensaje{
		padding: 3% 15%;
	}
	article p, article h1, article h2, article h3, article h4, article h5,article ul{
		padding-left: 9%;
		padding-right: 9%;
	}
	.titulo-seccion{
		font-size: 2rem !important;
		line-height: 2.75rem !important;
	}
	#slider-container{
		min-height: 43vh;
	}
}
@media (max-width: 42rem){
	.portafolio-lg{
		width:100%;
		visibility:visible !important;
	}
	.scrollup{
		display:none !important;
	}
	.col{
		padding:0 4%;
	}
	.submenuLista a{
		font-weight:400;
	}
	.logo{
		width:3.75rem;
		padding-bottom: 0.75rem;
	}
	#PageContent{
		background:#f7f7f7;
		margin-top: 70px;
	}
	h2{
		font-size:1.25rem;
	}
	.lineButton{
		font-size: 1.25rem;
	}
	.linkButton{
		margin-bottom:5%;
		font-size:1.1rem;
	}
	.no-float-xs{
		float: none !important;
		width: 100% !important;
	}
	.logo-bg {
		/*background: #f2f2f2;*/
		background: linear-gradient(270deg,#f09125,#d2197e,#97277f);
		box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	}
	.logo-bg .color-square{
		display: none;
	}
	
}
@media (max-width: 54.375rem){/*870px*/	
	#qcontact{
		display:none;
	}
	#quick-access{
		display:none;
	}
	.submenuLista li{
		min-width: 7.5rem;
	}
	.tituloResaltado{
		font-size:1.4rem;
	}
	.titulo-f, h1 .tituloResaltado{
		font-size:1.8rem;
		/*text-transform: uppercase;*/
	}
	.titulo-chico{
		font-size: 1.4rem;
		font-family: 'Roboto', sans-serif;
		font-weight: 700;
	}
	.tituloResaltado .resaltado{
		color: #cf2389;
		font-size:1.65rem;
	}
	h2.resaltado{
		font-size: 1.4rem;
	}
	.b-only-mobile{
		display: block;
		width: 90%;
		margin: 1.5rem auto;
    	background: #c00a84;
    	padding: 1.5rem 0;
    	color: #fff !important;
    	border-radius: 1rem;
    	text-align: center;
	}
	.servicon-home h5{
		font-size: 13px;
		font-weight: 400 !important;
	}
	.plantilla-trabajos{
		/*background: url("../images/agencia-digital-diseno-grafico-bg-movil.jpg") no-repeat top;
		background-size: contain;*/
	}
}
@keyframes rotar {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(20deg);
  }
 /* 60% {
    transform: rotate(0deg);
  }*/
  80% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.baile {
  animation: rotar 5s infinite linear;
}
/*PASADAS*/
/*-----------------*/


/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxContent{margin-top:20px;background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #000; background:#fff;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
        
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}


/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

#logos-carrusel .item{
  margin: 3px;
}
#logos-carrusel .item img{
  display: block;
  width: 100%;
  height: auto;
}
.celda-tabla-paq{
	min-height: 69px !important;
}
.brand-lite{
	background: #eb8224;
	color:#fff;
}
.brand-star{
	background: #d6266f;
	color:#fff;
}
.brand-pro{
	background: #7a297b;
	color:#fff;
}
.brand-max{
	background: #101318;
	color:#fff;
}
.brand-lite p, .brand-star p,.brand-pro p, .brand-max p{
	color:#fff;
}
@media (min-width: 769px) and (max-width: 1240px){
	.celda-tabla-paq{
		min-height: 111px !important;
	}
	.celda-tabla-tipo2{
		 min-height: 125px !important;
	}
	.celda-tabla-tipo3{
		 min-height: 90px !important;
	}
	.celda-tabla-tipo4{
		 min-height: 70px !important;
	}
}
/*Animacion boton Scroll down*/
.scroll-down {
  opacity: 1;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s;
}

.scroll-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -16px;
  display: block;
  width: 40px;
  height: 40px;
  border: 4px solid #e8158a;
  background-size: 14px auto;
  border-radius: 50%;
  z-index: 2;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.scroll-down:before {
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 8px);
    transform: rotate(-45deg);
    display: block;
    width: 14px;
    height: 14px;
    content: "";
    border: 4px solid #e8158a;
    border-width: 0px 0 4px 4px;
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}