body, html, form {
	font-family: 'Exo 2';
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #1a1a1a;
	cursor: default;
	scroll-behavior: smooth;
}

/*COLOR NARANJA MEE
 rgba(255,153,0,1);
*/

/*
h1 {
	font-weight: 700;
}
h1 strong {
	font-weight: 800;
}
*/
h2 {
	font-size: 36px;
	margin: 0;
}
h3 {
	font-size: 16px;
	/*font-weight: 700;*/
}
h5 {
	/*text-transform: uppercase;*/
	/*font-weight: 700;*/
	line-height: 20px;
}
/*
p {
	font-size: 14px;
}
*/
a {
	color: #eee;
	transition: all 0.5s;
}
a:hover, a:focus {
	text-decoration: none;
	color: #f1c40f;
}

.fa-10x {
	font-size: 10em;
}

/*mi espacio*/
.row-centered {
    text-align: center;
}
.col-centered {
    display:inline-block;
    float:none;
    text-align:center;
    vertical-align: top;
}

.centradototal {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.totalCarrito{
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}

.iconoCarrito {
	background: url(../imgs/fondo-trans-trama-off.png) repeat;
	padding: 10px;
	margin: 0px;
	color: #f1c40f;
	border-radius: 10px;
	transition: all 0.5s;
}

.miniCardCarrito {
	position: fixed;
	top: 50%;
	right: 30px;
	margin: 10px;
	z-index: 2016;
	background: url(../imgs/fondo-trans-trama-off.png) repeat;
	padding: 10px;
	margin: 0px;
	color: #f1c40f;
	cursor: pointer;
	border-radius: 10px;
	transition: all 0.5s;
}
.miniCardCarrito:hover {
	background: #FFF;
	color: #1a1a1a;
	box-shadow: 0px 0px 30px -10px #FFB020;
}

.notifica{
	 display: inline-block;
   min-width: 10px;
   padding: 3px 7px;
   font-size: 10px;
   font-weight: bold;
   line-height: 1;
   color: #fff;
   text-align: center;
   white-space: nowrap;
   vertical-align: baseline;
   border-radius: 10px;
	 background: #FFB020;
   position:absolute;
   top:3px;
	 right:3px;
}

#supercard-green {
  border-radius: 5px 50px 5px;
  background-color: rgba(157, 231, 56, 0.3);
	padding: 10px;
	margin: 10px;
	box-shadow: 0px 0px 20px -10px #222;
}

#hacerhoy {
	width: 90%;
}

.alertaMicuenta {
	color: rgba(255,153,0,1);
}

/*primer renglon para registrar mx*/
.qqhh1 {
	min-height: 4em;
}

/*CARD::Qué Quieres Hacer Hoy*/
.qqhh {
	/*background: url(../imgs/fondo-trans-trama-blanco.png) repeat;*/
	/*background-color: rgba(0,0,0,0.05);*/
	/*background-size: cover;*/
	position: inherit;
	padding:10px;
	margin-left: 1%;
	margin-top: 1%;
	margin-bottom: 5%;
	/*min-height: 180px;*/
	color: #333;
	border-radius: 10px;
	/*box-shadow: 0px 0px 20px -10px #000;*/
	transition: all 0.5s;
	font-size: 0.5em;
	min-height: 250px;
}
.qqhh p {
	color: #333;
	font-size: 16px;
}
.qqhh:hover {
	/*background: url(../imgs/fondo-trans-trama-gris.png) repeat;*/
	background-size: cover;
	/*box-shadow: 0px 0px 20px -10px #eee;*/
	cursor: pointer;
}
.qqhh:hover p {
	color: #000;
	/*text-shadow: 1px 1px 5px #fff;*/
}
.qqhh:hover i.fa {
	/*background-color: #1a1a1a;*/
	background-color: #eee;
}
.qqhh i.fa span {
	position: absolute;
	font-size: 14px;
	color: #fff;
	top: 70px;
	left: 50%;
	margin-left: -24px;
}


.flatCard {
	background: url(../imgs/fondo-trans-trama-blanco.png) repeat;
	background-size: cover;
	position: inherit;
	padding-top:10px;
	padding-bottom: 15px;
	margin-left: 1%;
	margin-top: 1%;
	min-height: 180px;
	color: #333;
	border-radius: 10px;
	box-shadow: 0px 0px 20px -10px #000;
	transition: all 0.5s;
}
.flatCard p {
	color: #333;
	font-size: 16px;
}
.flatCard:hover {
	background: url(../imgs/fondo-trans-trama-gris.png) repeat;
	background-size: cover;
	box-shadow: 0px 0px 20px -10px #eee;
	cursor: pointer;
}
.flatCard:hover p {
	color: #000;
	text-shadow: 1px 1px 5px #fff;
}
.flatCard:hover i.fa {
	background-color: #1a1a1a;
}
.flatCard i.fa span {
	font-family: Mitr;
	position: absolute;
	font-size: 14px;
	color: #fff;
	top: 70px;
	left: 50%;
	margin-left: -24px;
}

.miniCard {
	background: url(../imgs/fondo-trans-trama-off.png) repeat;
	background-size: cover;
	position: inherit;
	padding-top:10px;
	margin: 10px;
	color: #fff;
	border-radius: 10px;
	box-shadow: 0px 17px 46px -10px #777777;
	transition: all 0.5s;
}
.miniCard:hover {
	box-shadow: 0px 0px 30px -10px #FFB020;
}

.meeCard {
	background: url(../imgs/fondo-trans-trama-off.png) repeat;
	background-size: cover;
	position: inherit;
	padding-top:10px;
	margin: 10px;
	color: #fff;
	border-radius: 10px;
	box-shadow: 0px 17px 46px -10px #222;
    transition: all 0.5s;
}
.meeCard:hover {
	box-shadow: 0px 0px 30px -10px #FFB020;
}

.cardMee {
	/*background-color: #444;*/
	background: url(../imgs/fondo-trans-trama-off.png) repeat;
	background-size: cover;
	position: inherit;
	padding:10px;

	color: #fff;
	border-radius: 10px;
	box-shadow: 0px 17px 46px -10px #777777;
	transition: all 0.5s;
}
.cardMee:hover {
	background: url(../imgs/fondo-trans-trama-on.png) repeat;
	box-shadow: 0px 0px 30px -10px #fff;
}

.planBas:hover {
	background-color: #333;
	background: url(../imgs/mee-planbas-00.jpg) no-repeat bottom center;
	background-size: cover;
	position: inherit;
}
.planPlus:hover {
	background-color: #333;
	background: url(../imgs/mee-planplus-00.jpg) no-repeat bottom center;
	background-size: cover;
	position: inherit;
}
.planPro:hover {
	background-color: #333;
	background: url(../imgs/mee-planpro-00.jpg) no-repeat bottom center;
	background-size: cover;
	position: inherit;
}

.cardMee p {
	font-style: italic;
	font-size: 18px;
}
.cardMee ul {
	width: 90%;
	text-align: justify;
}
.cardMee hr {
	background: #f3ca27;
	height: 1px;
	width: 100%;
	position: relative;
	border: 0;
	margin-bottom: 10px;
}
.cardMee label.fa {
	margin-top: 15px;
	font-size: 30px;
	border: 0;
	width: 60px;
	height: 40px;
	padding: 4px 17px;
	background: #1a1a1a;
	border-radius: 10%;
	color: #f3ca27;
	transition: all 0.5s;
	margin-bottom: 6px;
}
.cardMee:hover label.fa {
	background: #aaa;
	color: #1a1a1a;
	cursor: default;
}
.tablaPaquetes {
	background-color: #444;
	color: #FFF;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 10px;
}
.tablaPaquetes thead {
	border-bottom: 1px dashed #C90;
}
.tablaPaquetes td{
    text-align: left;
    padding: 4px 10px 4px 15px;
}
.tablaPaquetes tr:hover{
	color:#FC0;
	background-color: rgba(0,0,0,0.25);
}
.tablaPaquetes tr:hover span{
	color:#FC0;
}

.separador {
    border-top: 1px solid #666;
}

.btnFey {
	display: inline-block;
	padding: 5px;
	width: 110px;
	background-color: #8CCFD0;
	margin-bottom: 5px;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border: 0px solid #fff;
	border-radius: 5px;
}
.btnFey:hover {
	background-color:#BDF;
    cursor: pointer;
}

.btnMee {
	display: inline-block;
	padding: 5px;
	width: 90%;
	background-color: #337ab7;
	margin-bottom: 5;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border: 0px solid #fff;
	border-radius: 5px;
    color: #fff;
}
.btnMee:hover {
	background-color:#BDF;
    color: #333;
    cursor: pointer;
}

.btnMeeActivar {
	display: inline-block;
	padding: 5px;
	width: 90%;
	background-color: #8CCFD0;
	margin-bottom: 5;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border: 0px solid #fff;
	border-radius: 5px;
    color: #fff;
}
.btnMeeActivar:hover {
	background-color:#BDF;
    color: #333;
    cursor: pointer;
}

.btnMeeWarning {
	display: inline-block;
	padding: 5px;
	width: 90%;
	background-color: #A60;
	margin-bottom: 5;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border: 0px solid #fff;
	border-radius: 5px;
    color: #fff;
}
.btnMeeWarning:hover {
	background-color:#BDF;
    color: #333;
    cursor: pointer;
}
.colorRojoObscuro {
	color: #A00;
}
.colorNaranja {
	color: #FC0;
	/*text-shadow: 1px 1px 1px #FFF;*/
}
.colorNaranjaSombra {
	color: #FC0;
	text-shadow: 1px 1px 1px #222;
}
.colorNaranjaObscuro {
	color: #C60;
}
.colorNaranjaRGB{
	color: rgba(255,153,0,1);
}
.colorBlanco {
	color: #FFF;
}
.colorNegro {
	color: #000;
}
.colorGrisClaro {
	color: #eee;
}
.colorGrisMed {
	color: #aaa;
}
.colorGrisObscuro {
	color: #333;
}
.colorGrisObscuroSombra {
	color: #333;
	text-shadow: 1px 1px 1px #FFF;
}
.colorAmarillo {
	color: #FF0;
}
.colorAzulClaro {
	color: #337ab7;
}
.colorAzulBrillante {
	color: #9CF;
}
.colorAzulOscuro {
    color:: #337AB7;
}
.colorAzulObscuro {
    color:: #337AB7;
}
.colorVerdeClaro {
	color: #CFC;
}
.colorVerdeOscuro {
	color: #396;
}

.trans3 {
	opacity: 0.3;
}
.trans5 {
	opacity: 0.5;
}
.trans7 {
	opacity: 0.7;
}

.txtIzq {
    text-align: left;
}

.txtMed {
    text-align: center;
}

.txtDer {
    text-align: right;
}

/*Tamaños de texto*/
.txt12 {
	font-size: 12px;
}
.txt14 {
	font-size: 14px;
}
.txt16 {
	font-size: 16px;
}
.txt18 {
	font-size: 18px;
}
.txt20 {
	font-size: 20px;
}
.txt22 {
	font-size: 22px;
}
.txt24 {
	font-size: 24px;
}
.txt30 {
	font-size: 30px;
}
.txt36 {
	font-size: 36px;
}
.txt50 {
	font-size: 50px;
}
.txt80 {
	font-size: 80px;
}
.txt100 {
	font-size: 100px;
}

/*Tamaños dinámicos*/
.txt1em {
	font-size: 1em;
}
.txt15em {
	font-size: 1.5em;
}
.txt2em {
	font-size: 2em;
}
.txt25em {
	font-size: 2.5em;
}
.txt3em {
	font-size: 3em;
}
.txt35em {
	font-size: 3.5em;
}

.txtbold {
	font-weight: bold;
}

/*Shadows*/
.txtShadow1 {
	text-shadow: 1px 1px 1px #333;
}
.txtShadow2 {
	text-shadow: 2px 2px 2px #333;
}
.txtShadow3 {
	text-shadow: 3px 3px 3px #333;
}
.txtShadow4 {
	text-shadow: 4px 4px 4px #333;
}
.txtShadow5 {
	text-shadow: 5px 5px 5px #333;
}
.txtShadow7 {
	text-shadow: 7px 7px 7px #333;
}
.txtShadow10 {
	text-shadow: 10px 10px 10px #333;
}
.text-shadow-white {
	text-shadow: 1px 1px 2px #fff;
}

/*VALIDACION DE FORMULARIOS*/
#meeFrm .campo-error .msg-control,
#meeFrm .campo-error .msg-ayuda,
#meeFrm .campo-error .msg-respuesta {
    color: #A00;
}

#meeFrm .campo-ok .msg-control,
#meeFrm .campo-ok .msg-ayuda,
#meeFrm .campo-ok .msg-respuesta {
    color: #00A;
}

/*VALIDACION DE FORMULARIOS*/
/*mi espacio*/



.img-centered {
	margin: 0 auto;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	/*background: #032e3a;*/
	z-index: 99999;
	height: 100%;
}
#status  {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -90px 0 0 -120px;
	/*
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	*/
	padding: 0;
}
#status img {
	width: 150px;
	height: 150px;
}
#status p {
	font-size: 30px;
}
#status label {
	font-size: 45px;
}

.section-title {
	padding: 30px 0;
}
.section-title h2 {
	font-weight: 400;
	margin-bottom: 26px;
}
hr {
	height: 3px;
	width: 60px;
	position: relative;
	background: rgba(255,153,0,0.5);
	border: 0;
	margin-bottom: 30px;
}

/* Navigation */
#menu {
	padding: 2px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgba(255,255,255, 1);
	border-color: #C60;
	/*
	background-color: rgba(3, 39, 49, 0.8);
	border-color: rgba(231, 231, 231, 0);
	*/
}
#menu a.navbar-brand {
	/*text-transform: uppercase;*/
	font-size: 22px;
	color: #eee;
	font-weight: normal;
	letter-spacing: 1px;
}
#menu a.navbar-brand .logoEspacio {
	font-size: 30px;
}
#menu a.navbar-brand i.fa {
	color: #f3ca27;
}
#menu.navbar-default .navbar-nav > li > a {
	/*text-transform: uppercase;*/
	color: #000;
	font-size: 16px;
	letter-spacing: 0px;
	font-weight: lighter;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	/*color: #f3ca27;*/
	color: rgba(255,153,0,1); /*naranja mee*/
	text-shadow: .5px .5px .1px rgba(0, 0, 0, 0.9);
}

.logomee {
	background: url(../imgs/2021-logomee-midom-gris.png) no-repeat top left;
	background-size: contain;
	background-position: 10% 50%;
	position: inherit;
	line-height: 10px;
	min-height: 80px;
	min-width: 300px;
}
.logomeeon {
	/*background: url(../imgs/2021-logomee-ico.svg) no-repeat top left;
	background-size: contain;
	position: inherit;
	line-height: 10px;*/
	min-height: 50px;
	min-width: 200px;
}

/*menu mini*/
.on {
	background-color: #fff !important;
	padding: 5px !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	/*color: #f3ca27 !important;*/
	color: rgba(255,153,0,1) !important; /*naranja mee*/
	text-shadow: .5px .5px .1px rgba(0, 0, 0, 0.9);
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: rgba(255,153,0,1);
	border-color: #999;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}

 .fullwidth {
	 width: 100%;
 }

/* Home Style */
header {
	/*background: url(../imgs/kiwirelax-mee-gb.jpg) no-repeat bottom center;*/
	/*background: url(../imgs/header02-mee-gb.jpg) no-repeat top center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
	background-size: cover;
  background-position: top;
	background-attachment: fixed;*/
	color: #d9e0e2;
	position: relative;
	/*height: 950px;*/
}
header p {
	color: #d9e0e2;
	font-size: 20px;
	/*text-transform: uppercase;*/
	letter-spacing: 1px;
}

.portada {
	position: relative;
	padding-top: 80px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 1px;
	color: #333;
	font-size: 2.5em;
}
.portada i.fa {
	font-size: 35px;
	border: 0;
	width: 100px;
	height: 80px;
	padding: 22px 25px;
	/*background: #C56B2F;*/
	margin-bottom: 6px;
	border-radius: 5px 20% 5px;
	/*color: #fff;*/
	color: #333;
	transition: all 0.5s;
}

.intro-text {
	position: relative;
	padding-top: 350px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 170px;
}
.intro-text H1 {
	font-size: 70px;
	/*text-transform: uppercase;*/
	color: #d9e0e2;
	letter-spacing: 2px;
}
.color {
	color: #f3ca27;
}
.btn-default {
	color: #294d57;
	/*font-family: 'Poppins', 'Muli', 'Lato', sans-serif;*/
	background-color: #f1c40f;
	border: 0;
	margin: 0 8px;
	font-size: 18px;
	transition: all 0.5s;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	background-color: #c1a618;
}


/* Dominios */
#regDominios {
	background: url(../imgs/mee-primer-paso.jpg) no-repeat bottom center;
	background-size: cover;
	background-position: top;
	background-attachment: fixed;
	position: relative;
	padding: 80px 0 100px 0;
	color: #eee;
	height: 950px;
}
#regDominios h2 {
	font-size: 24px;
}
.regDominiosTerms label {
	cursor: pointer;
	color: orange;
	font-size: 30px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #222;
}
.terminaciones-modal .modal-content {
	padding: 100px 0;
	min-height: 100%;
	border: 0;
	border-radius: 0;
	text-align: center;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #9DF;
}
.terminaciones-modal .modal-content h2 {
	margin-bottom: 15px;
	font-size: 2.5em;
}
.terminaciones-modal .modal-content p {
	margin-bottom: 30px;
}
.terminaciones-modal .modal-content p.item-intro {
	margin: 10px 0 30px;
	font-size: 14px;
	font-style: italic;
}
.terminaciones-modal .modal-content ul.list-inline {
	margin-top: 0;
	margin-bottom: 30px;
}
.terminaciones-modal .modal-content img {
	margin-bottom: 30px;
}
.terminaciones-modal .close-modal {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 75px;
	height: 75px;
	background-color: transparent;
	cursor: pointer;
}
.terminaciones-modal .close-modal:hover {
	opacity: .3;
}
.terminaciones-modal .close-modal .lr {
	z-index: 1051;
	width: 1px;
	height: 75px;
	margin-left: 35px;
	background-color: #222;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.terminaciones-modal .close-modal .lr .rl {
	z-index: 1052;
	width: 1px;
	height: 75px;
	background-color: #222;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.terminaciones-modal .btn-primary {
	color: #a7b6ba;
	background-color: #1d434e;
	border-color: #1d434e;
}
.terminaciones-modal .btn-primary:hover, .terminaciones-modal .btn-primary:focus, .terminaciones-modal .btn-primary.focus, .terminaciones-modal .btn-primary:active, .terminaciones-modal .btn-primary.active {
	color: #a7b6ba;
	background-color: #032e3a;
	border-color: #032e3a;
}


/* Services Web */
#services-section {
	padding: 80px 0 100px 0;
	/* Naranja-Blanco Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eab92d+0,ffffff+50 */
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ba7800+90,ffffff+100 */
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ba7800+0,d1bf1d+100 */
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cebb10+0,c18305+63 */

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,515151+63 */
	background: rgb(242,242,242); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(81,81,81,1) 63%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(81,81,81,1) 63%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(81,81,81,1) 63%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#515151',GradientType=0 ); /* IE6-9 *	color: #333;*/
	height: 100%;

	background: url(../imgs/mee-segundopaso-00.jpg) no-repeat bottom center;
	background-size: cover;
	background-position: top;
	background-attachment: fixed;
}
#services-section h4 {
	color: #FC0;
	/*color: #0b3540;*/
	/*color: #81969c;*/
	/*text-transform: uppercase;*/
}
.space {
	margin-top: 40px;
}
#services-section i.fa {
	font-size: 40px;
	border: 0;
	width: 100px;
	height: 80px;
	padding: 22px 25px;
	background: #1a1a1a;
	margin-bottom: 6px;
	border-radius: 10%;
	color: #f3ca27;
	transition: all 0.5s;
}
#services-section .service:hover>i.fa {
	/*background: #0b3540;*/
	background: #aaa;
	color: #1a1a1a;
}
#services-section p {
	color: #eee;
}

/* Gallery Section
==============================*/
#works-section {
	padding: 80px 0;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f6f8+0,d8e1e7+50,b5c6d0+51,e0eff9+100;Grey+Gloss+%232 */
	background: #f2f6f8; /* Old browsers */
	background: -moz-linear-gradient(top, #f2f6f8 0%, #d8e1e7 50%, #b5c6d0 51%, #e0eff9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9',GradientType=0 ); /* IE6-9 */
	background: url(../imgs/mee-ayuda.jpg) no-repeat top center;
	background-size: cover;
	background-position: top;
	background-attachment: fixed;
}
#works-section i.fa {
	font-size: 30px;
	padding: 5px;
	color: #f1c40f;
}
.categories {
	padding-bottom: 30px;
	text-align: center;
}
#works-section hr {
	background: #a9971c;
}

.caja-flotante {
    float: left;
		width: 200px;
		color: #51633d;
		border: 1px solid #f7dc6f;
		padding: 8px 16px;
		margin-top: 10px;
		border-radius: 3px;
}

ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin-left: 20px;
}

ol.type li a {
	float: left;
	width: 200px;
	color: #333;
	border: 1px solid #666;
	padding: 8px 16px;
	margin-top: 10px;
	border-radius: 3px;
}
/*ol.type li a {
	color: #51633d;
	border: 1px solid #f7dc6f;
	padding: 8px 16px;
	border-radius: 3px;
}*/

ol.type li a.active {
	background: #f7dc6f;
}
ol.type li a:hover {
	background: #f7dc6f;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin-bottom: 30px;
}
.portfolio-item .hover-bg {
	height: 260px;
	overflow: hidden;
	position: relative;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #c0cbce;
	background: rgba(14, 14, 14, 0.8);
	padding: 25% 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	font-size: 20px;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}

.portfolio-modal .modal-content {
	padding: 100px 0;
	min-height: 100%;
	border: 0;
	border-radius: 0;
	text-align: center;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: rgba(255,255,255,1);
}
.portfolio-modal .modal-content .jumbotron {
	padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
	font-size: 1.4em;
}
.portfolio-modal .modal-content h2 {
	margin-bottom: 15px;
	font-size: 2.5em;
}
.portfolio-modal .modal-content h3 {
	margin-bottom: 15px;
	font-size: 2em;
}
.portfolio-modal .modal-content h4 {
	margin-bottom: 15px;
	font-size: 1.5em;
}
.portfolio-modal .modal-content p {
	margin-bottom: 30px;
	font-size: 1.2em;
}
.portfolio-modal .modal-content p.item-intro {
	margin: 10px 0 30px;
	font-size: 14px;
	font-style: italic;
}
.portfolio-modal .modal-content ul.list-inline {
	margin-top: 0;
	margin-bottom: 30px;
}
.portfolio-modal .modal-content img {
	margin-bottom: 30px;
}
/*portafolio-logomee*/
.portfolio-modal .logomeeayuda {
	background: url(../imgs/2021-logomee-midom-gris.png) no-repeat top left;
	background-size: contain;
	position: absolute;
	top: 25px;
	left: 75px;
	width: 200px;
	height: 75px;
	background-color: transparent;
}
.portfolio-modal .close-modal {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 75px;
	height: 75px;
	background-color: transparent;
	cursor: pointer;
}
.portfolio-modal .close-modal:hover {
	opacity: .3;
}
.portfolio-modal .close-modal .lr {
	z-index: 1051;
	width: 1px;
	height: 75px;
	margin-left: 35px;
	background-color: #222;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.portfolio-modal .close-modal .lr .rl {
	z-index: 1052;
	width: 1px;
	height: 75px;
	background-color: #222;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.portfolio-modal .btn-primary {
	color: #333;
	background-color: rgba(0,0,0,0.2);
	border-color: #1d434e;
	padding: 10px 50px 10px 50px;
}
.portfolio-modal .btn-primary:hover, .portfolio-modal .btn-primary:focus, .portfolio-modal .btn-primary.focus, .portfolio-modal .btn-primary:active, .portfolio-modal .btn-primary.active {
	color: rgba(255,153,0,1);
	background-color: white;
	border-color: #032e3a;
}
/* About Section */
#about-section {
	padding: 80px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#032731+0,032e3a+20,032e3a+100,032731+100 */
	background: rgb(3,39,49); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(3,39,49,1) 0%, rgba(3,46,58,1) 20%, rgba(3,46,58,1) 100%, rgba(3,39,49,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(3,39,49,1) 0%, rgba(3,46,58,1) 20%, rgba(3,46,58,1) 100%, rgba(3,39,49,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(3,39,49,1) 0%, rgba(3,46,58,1) 20%, rgba(3,46,58,1) 100%, rgba(3,39,49,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#032731', endColorstr='#032731', GradientType=0 ); /* IE6-9 */

	background: url(../imgs/mee-servicios.jpg) no-repeat top center;
	background-size: cover;
	background-position: bottom;
	background-attachment: fixed;
	color: #5b777f;
}
#about-section .subtitulo {
    color: #9cf;
    font-size: 16px;
}
#about-section h4 {
	color: #81969c;
	font-size: 20px;
}
/*#about-section li {
	margin-bottom: 6px;
	list-style: none;
	padding: 0;
}
#about-section li:before {
	content: "✓";
	color: #f3ca27;
	padding-right: 5px;
}*/
#about-section i.fa {
	font-size: 40px;
	border: 0;
	width: 100px;
	height: 80px;
	padding: 22px 25px;
	background: #1a1a1a;
	margin-bottom: 6px;
	border-radius: 10%;
	color: #f3ca27;
	transition: all 0.5s;
}
#about-section .service:hover>i.fa {
	/*background: #0b3540;*/
	background: #aaa;
	color: #1a1a1a;
}



/* Team Section */
#team-section {
	padding: 80px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c1a618+0,f1c40f+25,f1c40f+75,c1a618+100 */
	background: rgb(193,166,24); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(193,166,24,1) 0%, rgba(241,196,15,1) 25%, rgba(241,196,15,1) 75%, rgba(193,166,24,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(193,166,24,1) 0%, rgba(241,196,15,1) 25%, rgba(241,196,15,1) 75%, rgba(193,166,24,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(193,166,24,1) 0%, rgba(241,196,15,1) 25%, rgba(241,196,15,1) 75%, rgba(193,166,24,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1a618', endColorstr='#c1a618', GradientType=0 ); /* IE6-9 */
}
#team-section hr {
	background: #a9971c;
}
#team-section .item {
	padding: 0;
	margin: 15px;
	text-align: center;
}
img.img-circle.team-img {
	width: 120px;
	height: 120px;
	border: 4px solid transparent;
	transition: all 0.5s;
}
#team-section .thumbnail {
	background: transparent;
	border: 0;
}
#team-section .thumbnail .caption {
	padding: 9px;
	color: #1a1a1a;
}
#team-section i.fa {
	font-size: 16px;
	color: #faeaab;
	margin-top: 10px;
}
#team-section i.fa:hover {
	color: #1a1a1a;
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 20px;
	border-radius: 50%;
	background: #42626b;
	transition: all 0.5s;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #f1c40f;
}
.owl-theme .owl-controls .owl-page.active span {
	background: #f1c40f;
}
/* Testimonials Section */
#testimonials-section {
	padding: 80px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#032731+0,032e3a+20,032e3a+100,032731+100 */
	background: url(../img/testimonials-bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	color: #5b777f;
}
#testimonial {
	padding: 30px 0;
}
#testimonial .item {
	display: block;
	width: 100%;
	height: auto;
}
#testimonial .item p {
	font-weight: 400;
	margin: 0 0 30px 0;
}


/* Contact Section */
#contact-section {
	padding: 80px 0 20px 0;
	/*background: url(../imgs/mee-hola-cafe.jpg) rgba(255,255,255,1) no-repeat top center;*/
	background:linear-gradient(180deg, rgba(255,255,255,0.9), rgba(255,255,255,0.5), rgba(0,0,0,0.8)), url(../imgs/mee-hola-gris.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eddb8e+0,eddb8e+100&0.29+0,0.3+100 */
	/*
	background: -moz-linear-gradient(top, rgba(237,219,142,0.29) 0%, rgba(237,219,142,0.3) 100%); /* FF3.6-15
	background: -webkit-linear-gradient(top, rgba(237,219,142,0.29) 0%,rgba(237,219,142,0.3) 100%); /* Chrome10-25,Safari5.1-6
	background: linear-gradient(to bottom, rgba(237,219,142,0.29) 0%,rgba(237,219,142,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4aeddb8e', endColorstr='#4deddb8e',GradientType=0 ); /* IE6-9
	*/
	color: #1a1a1a;
}
#contact-section hr {
	background: #a9971c;
}
#contact-section h3 {
	font-size: 20px;
	font-weight: 400;
}
#contact-section form {
	padding: 30px 0;
}
#contact-section .fa {
	color: rgba(255,153,0,1);
	margin-bottom: 10px;
}
label {
	/*
	font-size: 12px;
	font-weight: 400;
	font-family: 'Muli', sans-serif;
	float: left;
	*/
}

#contact-section .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #444;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

#contact-section .form-control option {
	font-family: sans-serif;
	color: rgba(255,135,0,1);
}

#contact-section .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
#contact-section .social {
	margin-top: 60px;
}
#contact-section .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#contact-section .social i.fa {
	font-size: 26px;
	padding: 4px 5px;
	color: #f8e287;
	transition: all 0.5s;
}
#contact-section .social i.fa:hover {
	color: #032731;
}
#contact-section .btn {
	background: transparent;
	/*border: 2px solid #fef9e7;
	border: 2px solid rgba(255,153,0,1);
	border: 2px solid #fef9e7;*/
	background: white;
	border-radius: 4px;
	padding: 6px 14px;
	margin-top: 20px;
	/*color: #fef9e7;
	color: rgba(255,153,0,1);*/
	color: black;
	/*text-shadow: 0.3px 0.2px 0.2px #000;*/
	font-size: 16px;
	transition: all 0.5s;
}
#contact-section .btn:hover, #contact-section .btn:focus {
	/*background: #fef9e7;
	border: 2px solid #fef9e7;
	color: #5b777f;*/
	color: rgba(255,153,0,1);
}
#contact-section .text-danger {
	color: #cc3300;
	text-align: left;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}

/* error400 */
.error400 {
	font-size: 10em;
	color: red;
}

#error400 {
	padding: 80px 0 20px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c1a618+0,f1c40f+25,f1c40f+75,c1a618+100 */
	background: rgb(193,166,24); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(193,166,24,1) 0%, rgba(241,196,15,1) 25%, rgba(241,196,15,1) 75%, rgba(193,166,24,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(193,166,24,1) 0%, rgba(241,196,15,1) 25%, rgba(241,196,15,1) 75%, rgba(193,166,24,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(193,166,24,1) 0%, rgba(241,196,15,1) 25%, rgba(241,196,15,1) 75%, rgba(193,166,24,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1a618', endColorstr='#c1a618', GradientType=0 ); /* IE6-9 */

	background: url(../imgs/mee-hola.jpg) no-repeat top center;
	background-size: cover;
	background-position: top;
	background-attachment: fixed;
	color: #1a1a1a;
}

#error400 .fa {
	color: #f8e287;
	margin-bottom: 10px;
}

/*Pepe 20161109*/
.muestra-pie {
    margin-bottom: 250px;
}
/*Pepe 20161109*/


/* Footer */
#footer {
	background: #141414;
	padding: 15px 0 10px 0;
	color: #eee;
	text-align: center;
	font-size: 14px;
	font-weight: lighter;

	/*Pepe 20161109
	height: 250px;
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: -10;
	Pepe 20161109*/
}
#footer hr {
	background: #333;
	height: 1px;
	width: 50%;
	position: relative;
	border: 0;
	margin-bottom: 10px;
}
#footer p {
	margin-top: 10px;
	font-size: 12px;
	font-weight: normal;
}
#footer label {
	text-align: left;
	width: 320px;
	font-weight:  normal;
	margin-top: 10px;
	font-size: 14px;
}



/*
@media (max-width: 768px) {
.content {
	padding: 40% 0 0;
}
}

@media (max-width: 603px) {
#menu.navbar-default {
	background-color: rgba(0, 0, 0, 0.7);
}
label {
	float: none !important
}
.hover-bg .hover-text {
	padding: 12% 10%;
}
}

.btnTLDS {
	border: 1px solid #333;

}
*/
/*
#banner {
	position: relative;
	height: 550px;
	background: rgba(180, 120, 60, 0.3);
}
#banner .element {
	display: inline-block;
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 300px;
  font-size: 18px;
  color: white;
  margin-right: 0px;
  margin-left: 0px;
	transform: skew(20deg);
	*/
	/*
	animation: sbs 10s infinite;
	animation-direction: alternate;
	*/
	/*
	animation: skew 3s infinite;
  transform: skew(20deg);
  animation-direction: alternate;
  opacity: .7;

}

@keyframes sbs {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(20px, 0px);
  }

@keyframes skew {
  0% {
    transform: skewX(20deg);
  }
  100% {
    transform: skewX(-20deg);
  }
}
*/

/*BANNER MX*/
#bannerMX {
	position: relative;
	background: url(../banners/mx210401.jpg) no-repeat top center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
	background-size: cover;
	height: 800px;
}
#bannerMX22 {
	position: relative;
	background: url(../banners/mx2209.png) no-repeat top center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
	background-size: cover;
	height: 800px;
}
/*BANNER MX*/



/*BANNER GORILA*/
#bannerGorilla {
	position: relative;
	background: url(../banners/banner-stud.jpg) no-repeat top right;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
	background-size: cover;
	height: 800px;
}
#bannerGorilla .gorilaAmarillo {
	display: flex;
  justify-content: flex-start;
  flex-direction: column;
  height: 100%;
	width: 100%;
	min-width: 800px;
	margin-left: -50%;
	background: rgba(255, 220, 0, 0.8);
	/*position: relative;*/
	top: 0px;
	/*transform: translateX(-50%);*/
	transform: skewX(-15deg);
	color: #fff;
	border: 1px solid black;
	/*border-radius: 3px 15px 3px;*/
	box-shadow: 5px 5px 5px rgba(0,0,0,0.6);
	text-align: right;
	padding-right: 50px;
}
#bannerGorilla .capaInver {
	transform: skewX(15deg);
}
#bannerGorilla .capaInver img {
	width: 80%;
	min-width: 250px;
	margin-top: 35px;
	margin-bottom: 50px;
}
#bannerGorilla .interweb {
	width: 35%;
	min-width: 250px;
	max-width:400px;
}
#bannerGorilla h1 {
	font-size: 32px;
	padding-right: 20px;
}
#bannerGorilla h2 {
	font-size: 26px;
	padding-right: 35px;
}
#bannerGorilla h3 {
	font-size: 22px;
	padding-right: 50px;
}
#bannerGorilla .miniSlideDer {
	position: absolute;
	top: 450px;
	background: rgba(0, 0, 0, 0.5);
	font-size: 0.5em;
	/*font-style: italic;*/
	color: #fff;
	width: 100%;
	padding: 25px;
	text-align: center;
}
#bannerGorilla a {
	font-size: 14px;
	color: #333;
	background-color: transparent;
	border: 1px solid white;
	border-radius: 2px 10px 2px;
	padding: 3px 15px 3px 15px;
	margin-right: 50px;
}
#bannerGorilla a:hover {
	background-color: rgba(255, 255, 255, 0.3);
}
/*BANNER GORILA*/


/*BANNER UNO*/
#bannerUno {
	position: relative;
	display: flex;
	justify-content: center;
  flex-direction: row;
	height: 800px;
	/*
	background: url(../banners/banner-aniversario.jpg) no-repeat top center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
	background-size: cover;
	*/
	background-color: white;
	/*border-bottom: 8px solid #d4d4d4;*/
}
#bannerUno .capaIzq {
	display: flex;
  justify-content: flex-start;
  flex-direction: column;
  height: 100%;
	padding: 10px;
	width: 50%;
	margin-left: -200px;
	margin-right: 0px;
	background: rgba(30, 60, 150, 0.2);
	/**/
	background: url(../banners/mee-enmarcha-00.jpg) no-repeat top left;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
	background-size: cover;
	opacity: 0.3;
	/**/
	position: relative;
	top: 0px;
	left: -150px;
	/*transform: translateX(-50%);*/
	transform: skewX(-15deg);
	color: #fff;
	border: 1px solid black;
	/*border-radius: 3px 15px 3px;*/
	/*box-shadow: 5px 0px 7px 1px #000;*/
	text-align: right;
}
#bannerUno .bannerMeeLogoTxt {
	min-width: 250px;
	max-width: 500px;
	width: 75%;
}
#bannerUno .txtMiEspacioEmpresarial {
	color: #1a1a1a;
	font-size: 1em;
}
#bannerUno .txtMiEspacioEmpresarial label {
	color: #C60;
	text-shadow: 1px 1px 1px #111;
	font-size: 1.3em;
}

#bannerUno .capaDer {
	display: flex;
  justify-content: center;
	text-align: left;
  flex-direction: column;
  height: 100%;
	padding: 20px;
	width: 100%;
	margin-left: -100px;
	margin-right: -250px;
	background: rgba(30, 60, 90, 0.8);
	background: rgba(255,255,255,1);
	position: relative;
	top: 0px;
	left: auto;
	/*transform: translateX(-50%);*/
	transform: skewX(-15deg);
	color: #fff;
	border: 1px solid rgba(255,153,0,0.3);
	/*border-radius: 3px 15px 3px;*/
	/*box-shadow: 5px 0px 7px 1px #000;*/
}
#bannerUno .capaDer .midominioeninternet {
	background: rgba(0,0,0,1);
	font-size: .6em;
	/*font-style: italic;*/
	color: rgba(255,153,0,1);
	width: inherit;
	padding: 25px;
	padding-left: 10%;
	padding-right: 20%;
	transform: skewX(-15deg);
	border-radius: 10px;
}
#bannerUno .capaInver {
	transform: skewX(15deg);
}
#bannerUno a {
	color: black;
	background-color: white;
	border: 1px solid white;
	border-radius: 3px 10px 3px;
	padding: 5px 20px 5px 20px;
	margin-left: 50px;
	text-align: center;
	width: 300px;
}
#bannerUno a:hover {
	background-color: rgba(255, 255, 255, 0.3);
}
/*BANNER UNO*/

/*PROMOS MX 2025*/
.promosmx {
	background: rgba(0,0,0,1);
	background: rgba(0,85,255,1);
	font-size: .6em;
	/*font-style: italic;*/
	color: rgba(255,153,0,1);
	color: rgba(255,255,255,1);
	text-shadow: 1px 1px 1px #000;
	width: inherit;
	padding: 25px;
	padding-left: 10%;
	padding-right: 20%;
	transform: skewX(-15deg);
	border-radius: 10px;
}

/*BANNER PROMO*/
#bannerPromo {
	position: relative;
	display: flex;
	justify-content: center;
  flex-direction: row;
	height: 800px;
	/*
	background: url(../banners/banner-aniversario.jpg) no-repeat top center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
	background-size: cover;
	*/
	background-color: white;
	/*border-bottom: 8px solid #d4d4d4;*/
}
#bannerPromo .capaIzq {
	display: flex;
  justify-content: flex-start;
  flex-direction: column;
  height: 100%;
	padding: 10px;
	width: 50%;
	margin-left: -200px;
	margin-right: 0px;
	background: rgba(30, 60, 150, 0.2);
	/**/
	background: url(../mx/imgs/mx.svg) repeat top left;
	-webkit-background-size: 100px;
  -moz-background-size:  80px;
  -o-background-size:  80px;
	background-size:  80px;
	opacity: 0.3;
	/**/
	position: relative;
	top: 0px;
	left: -150px;
	/*transform: translateX(-50%);*/
	transform: skewX(-15deg);
	color: #fff;
	border: 1px solid black;
	/*border-radius: 3px 15px 3px;*/
	/*box-shadow: 5px 0px 7px 1px #000;*/
	text-align: right;
}
#bannerPromo .bannerMeeLogoTxt {
	min-width: 250px;
	max-width: 500px;
	width: 75%;
}
#bannerPromo .txtMiEspacioEmpresarial {
	color: #1a1a1a;
	font-size: 1em;
}
#bannerPromo .txtMiEspacioEmpresarial label {
	color: #C60;
	text-shadow: 1px 1px 1px #111;
	font-size: 1.3em;
}

#bannerPromo .capaDer {
	display: flex;
  justify-content: center;
	text-align: left;
  flex-direction: column;
  height: 100%;
	padding: 20px;
	width: 100%;
	margin-left: -100px;
	margin-right: -250px;
	background: rgba(30, 60, 90, 0.8);
	background: rgba(255,255,255,1);
	position: relative;
	top: 0px;
	left: auto;
	/*transform: translateX(-50%);*/
	transform: skewX(-15deg);
	color: #fff;
	border: 1px solid rgba(255,153,0,0.3);
	/*border-radius: 3px 15px 3px;*/
	/*box-shadow: 5px 0px 7px 1px #000;*/
}
#bannerPromo .capaDer .midominioeninternet {
	background: rgba(0,0,0,1);
	background: rgba(0,85,255,1);
	font-size: .6em;
	/*font-style: italic;*/
	color: rgba(255,153,0,1);
	color: rgba(255,255,255,1);
	text-shadow: 1px 1px 1px #000;
	width: inherit;
	padding: 25px;
	padding-left: 10%;
	padding-right: 20%;
	transform: skewX(-15deg);
	border-radius: 10px;
}
#bannerPromo .capaDer .midominioeninternet .basespromo {
	font-size: .6em;
	color: white;
	/*text-shadow: 1px 1px 1px white;*/
	width: inherit;
	padding: 5px;
	transform: skewX(-30deg);
}
#bannerPromo .capaInver {
	transform: skewX(15deg);
}
#bannerPromo a {
	color: black;
	background-color: white;
	border: 1px solid white;
	border-radius: 3px 10px 3px;
	padding: 5px 20px 5px 20px;
	margin-left: 50px;
	text-align: center;
	width: 300px;
}
#bannerPromo a:hover {
	background-color: rgba(255, 255, 255, 0.3);
}
/*BANNER PROMO*/



.carousel-control {
	top: 20%;
}

@media all and (min-width: 1201px) and (max-width: 1400px) {
	#status img {
		width: 120px;
		height: 120px;
	}
	#status p {
		font-size: 25px;
	}
	#status label {
		font-size: 35px;
	}
	.miniCardCarrito {
		position: fixed;
		top: 50%;
		right: 20px;
	}
	.navbar-brand {
	  padding: 10px 10px;
	}
	.section-title {
		padding-top: 50px;
	}
	.regDominiosTerms label {
		cursor: pointer;
		color: orange;
		font-size: 18px;
		font-weight: bold;
	}
	.portada {
		padding-top: 80px;
		font-size: 2.5em;
	}

}

@media all and (min-width: 991px) and (max-width: 1200px) {

	#status img {
		width: 120px;
		height: 120px;
	}
	#status p {
		font-size: 25px;
	}
	#status label {
		font-size: 35px;
	}
	.miniCardCarrito {
		position: fixed;
		top: 50%;
		right: 20px;
	}
	.navbar-brand {
	  padding: 10px 10px;
	}
	.section-title {
		padding-top: 50px;
	}
	.regDominiosTerms label {
		cursor: pointer;
		color: orange;
		font-size: 18px;
		font-weight: bold;
	}
	.portada {
		padding-top: 80px;
		font-size: 2.5em;
	}

}

@media all and (min-width: 481px) and (max-width: 990px) {
	/*BANNER MX*/
	#bannerMX {
		background: url(../banners/mx210401m.jpg) no-repeat top center;
		background-size: contain;
	}
	/*BANNER MX*/
	#status img {
		width: 120px;
		height: 120px;
	}
	#status p {
		font-size: 25px;
	}
	#status label {
		font-size: 35px;
	}
	.miniCardCarrito {
		position: fixed;
		top: 50%;
		right: 20px;
	}
	.navbar-brand {
	  padding: 10px 10px;
	}
	.section-title {
		padding-top: 50px;
	}
	.regDominiosTerms label {
		cursor: pointer;
		color: orange;
		font-size: 18px;
		font-weight: bold;
	}
	.carousel-control {
		top: 10%;
	}
	.portada {
		padding-top: 80px;
		font-size: 2.5em;
	}
	#bannerUno .bannerMeeLogoTxt {
		min-width: 250px;
		max-width: 300px;
		width: 75%;
	}

	.qqhh {
		background-color: rgba(0,0,0,0.05);
	}
}

@media all and (max-width: 600px) {
	/*BANNER MX*/
	#bannerMX {
		background: url(../banners/mx210401m.jpg) no-repeat top center;
		background-size: contain;
	}
	/*BANNER MX*/

	/*bannerGorillaAmarillo*/
	#bannerGorilla .gorilaAmarillo {
		margin-left: -420px;
	}
	#bannerGorilla .capaInver img {
		width: 70%;
		min-width: 200px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	#bannerGorilla .interweb {
		width: 35%;
		min-width: 250px;
		max-width:400px;
	}
	#bannerGorilla h1 {
		font-size: 30px;
		padding-right: 0px;
	}
	#bannerGorilla h2 {
		font-size: 22px;
		padding-right: 0px;
	}
	#bannerGorilla h3 {
		font-size: 20px;
		padding-right: 15px;
	}
	#bannerGorilla .miniSlideDer {
		top: 380px;
	}
	/*bannerGorillaAmarillo*/

	.carousel-control {
		top: 10%;
	}
	#bannerUno .bannerMeeLogoTxt {
		min-width: 200px;
		max-width: 250px;
		width: 75%;
	}
	.portada {
		padding-top: 80px;
		font-size: 2.5em;
	}
	.carousel-inner {
	  height: 700px;
	}

	.qqhh {
		background-color: rgba(0,0,0,0.05);
	}
}

@media all and (min-width: 240px) and (max-width: 480px) {
	.hover-bg .hover-text {
		padding: 22% 10%;
	}
	#status img {
		width: 100px;
		height: 100px;
	}
	#status p {
		font-size: 35px;
	}
	#status label {
		font-size: 45px;
	}
	.miniCardCarrito {
		position: fixed;
		top: 85%;
		right: 10px;
	}
	#menu .navbar-brand {
	  padding: 10px 10px;
	}
	#menu a.navbar-brand {
		font-size: 16px;
	}
	#menu a.navbar-brand .logoEspacio {
		font-size: 20px;
	}
	#menu .navbar-header .navbar-collapse .collapse{
		margin-left: 10px;
		margin-top: 10px;
		padding: 10px 0 0 10px;
	}
	.section-title {
		padding-top: 50px;
	}
	.regDominiosTerms label {
		cursor: pointer;
		color: orange;
		font-size: 12px;
		font-weight: bold;
	}

	.carousel-control {
		top: 3%;
	}
	#bannerGorilla .gorilaAmarillo {
		margin-left: -500px;
	}
	#bannerUno .capaIzq {
		width: 30%;
		margin-right: 0px;
	}
	#bannerUno .bannerMeeLogoTxt {
		min-width: 150px;
		max-width: 200px;
		width: 75%;
	}
	.logomee {
		min-height: 50px;
		min-width: 250px;
	}

	.portada {
		padding-top: 50px;
		font-size: 2.5em;
	}
	.carousel-inner {
	  height: 600px;
	}

	.qqhh {
		background-color: rgba(0,0,0,0.05);
	}
}
