/*
	Theme Name: micoach Template
	Description: Monkeys Template para micoach Todos los derechos reservados
	Author: Monkeys Web
	Author URI: http://www.monkeyweb.com.mx
	Version: 1.0
*/
@import url('https://fonts.googleapis.com/css?family=Quicksand');
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url( 'css/blog.css' );
html { margin-top: 0px !important; }
img { max-width: 100%; }
body {
	margin:0;
	font-size: 14px;
	font-family: 'Quicksand', sans-serif;
}
a { text-decoration: none !important; cursor: pointer !important; }
#fb-tw-feeds { z-index: 99; }
.lineheader {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	color: #fff;
	background-color: var(--main-bg-color);
	font-size: 18px;
	text-align: right;
	font-weight: normal;
	min-height: 50px;
}
.mapa {
	border: 0;
	width: 100%;
	height: 350px;
	margin-top: 20px;
}
.lineheader i {
	border-radius: 50%;
	padding: 5px 7px;
	background-color: var(--second-bg-color);
	color: #fff;
}
.lineheader a { color: #fff; }
.lineheader .social { text-align: left; }
.cargando {
	z-index: 101;
	position: fixed;
	width: 100%;
	text-align: center;
	top: 40%;
	display: none;
}
.cargando img { width: 100px; }
.cargando h3 { text-align: center; color: #fff; }
.stelefonos {
	width: 190px;
	background: #8E3089;
	color: #fff;
	border: 1px solid #fff;
	padding: 5px;
	border-radius: 5px;
	height: 40px;
	float: right;
	margin: -7px 5px 0;
	text-align: center;
	cursor: pointer;
	transition: all 0.6s;
	position: absolute;
	z-index: 100;
	margin-left: 960px;
}
.infotel {
	text-align: right;
}
.stelefonos i { float: right; background-color: transparent; }
.stelefonos a { display: block; width: 150px; }
.stelefonos a.elegido, .stelefonos a.primero { border: 0 !important; }
header {
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	z-index: 99;
	background: #fff;
	font-family: 'Montserrat', sans-serif;
	-webkit-box-shadow: 0px 4px 4px -1px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px 4px 4px -1px rgba(0,0,0,0.20);
	box-shadow: 0px 4px 4px -1px rgba(0,0,0,0.20);
}
.logo { height: : 80px; width: auto; max-width: 250px; }
.notifyjs-corner { z-index: 999999; }
.notifyjs-wrapper { z-index: 999999; }
.menu {
	list-style: none;
	width: 100%;
	float: right;
	margin: 0;
}
.menu li {
	float: left;
	padding: 17px 11px;
	box-sizing: border-box;
	border-left: 1px solid #ccc;
	max-width: 120px;
	min-height: 75px;
	text-align: center;
}
.menu li:first-child { border: none; }
.menu li a {
	font-size: 14px;
	cursor: pointer;
	box-sizing: border-box;
	transition: all 0.6s;
	color: #000;
}
.menu li a:hover, .current_page_item a { color: #000 !important; }
.menu li ul {
	overflow-y: hidden;
	max-height: 0px;
	-webkit-transition-property: all;
	-webkit-transition-duration: .6s;
	-webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
	-moz-transition-property: all;
	-moz-transition-duration: .6s;
	-moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
	-ms-transition-property: all;
	-ms-transition-duration: .6s;
	-ms-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
	transition-property: all;
	transition-duration: .6s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
	height: auto;
	width: auto;
	position: absolute;
	z-index: 999;
	margin-left: -40px;
	list-style: none;
	max-width: 100%;
}
.menu li ul li {
	float: none;
	background-color: var(--second-bg-color);
	color: #fff;
	border-bottom: 1px solid #fff;
	transition: all 0.6s;
	height: 36px;
	box-sizing: border-box;
	padding-top: 5px;
	max-width: 100%;
	width: auto;
	min-height: 0;
	text-align: left;
	white-space: nowrap;
}
.menu li ul li:first-child { border-bottom: 1px solid #fff; }
.menu li ul li a { color: #fff; }
.menu li:hover > ul { max-height: 800px; }
.menu li ul li:hover { background-color: var(--main-bg-color); color: var(--second-bg-color); }
.corto { padding-top: 16px !important; }
h1, h3, h2 {
	margin-top: 0px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
}
.principal {
	width: 1150px;
	margin: 0 auto;
}
.fullimg { width: 100%; height: auto; }
.row { margin: 0 !important; }
#main-slide { margin-bottom: 30px; }
.boton {
	background-color: var(--second-bg-color);
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	transition: all 0.6s;
	border: 2px solid var(--main-bg-color);
	box-sizing: border-box;
	padding: 8px;
	border-radius: 10px;
	display: block;
	text-align: center;
	width: 290px;
	margin: 0 auto;
	margin-top: 20px;
	max-width: 90%;
	cursor: pointer !important;
}
.boton:hover{ background-color: var(--main-bg-color); color: #fff; }
input, textarea, select {
	padding: 8px;
	box-sizing: border-box;
	height: 35px;
	width: 100%;
	border: 1px #ccc solid;
	margin: 5px 0;
}
.tcenter { text-align: center; }
.tright { text-align: right; }
textarea { height: 100px; }
footer {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	color: #fff;
	background-color: var(--main-bg-color);
	margin-top: 30px;
}
footer input, footer textarea { color: #000; }
footer .boton { border: 1px solid #fff; }
footer a { color: #fff; }
footer a:hover { color: #97999F; }
footer .punteado { border-right: 1px dashed #fff; min-height: 340px; }
footer .punteado:first-child { border-left: 1px dashed #fff; }
footer .punteado .fullimg { width: 80%; height: auto; margin-top: 40px; }
footer .ligas { padding: 30px 20px; box-sizing: border-box; }
.punteada {
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;
	padding: 8px 0;
	box-sizing: border-box;
	width: 100%;
	font-size: 25px;
	font-family: 'Montserrat', sans-serif;
	color: #8D8D8D;
	margin-bottom: 10px;
}
.punteadol { border-right: 1px dashed #fff; }
.punteadoa {
	border-top: 1px dashed #fff;
	margin-top: 20px;
	padding-top: 20px;
}
.mtop { margin-top: 30px; }
.smtop { margin-top: 120px; }
.video { width: 100%; min-height: 200px; border: none; }
.bx-pager, .movil, .oculto, .hide { display: none !important; }
.pc { display: block; }
.capanegra {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background-color: #000;
	opacity: 0.7;
	display: none;
}
.mobile {
	position: absolute;
	padding: 8px;
	background-color: var(--main-bg-color);
	font-size: 18px;
	color: #fff;
	border-radius: 10px;
	cursor: pointer;
	display: none;
	margin-left: 5px;
}
.cbot { width: 100px; float: right; margin-right: 5px; margin-top: 10px; }
#contactus input, #contactus textarea {
	background-color: #EDEDEE;
	color: #000;
}
.mleft { margin-left: 15px; }
.posicion { margin: 8px 15px; width: 100%; font-size: 12px; }
.emes { padding-left: 15px; padding-right: 15px; }
article { min-height: 555px; margin-top: 75px; }
dt { font-weight: normal; }
.vacio {
	background: #FEE9EA !important;
	border: 1px solid #DE888A !important;
}
.espacio{	margin-top: 13px;}
.infocontact {
	background-color: #EDEDEE;
	padding: 10px;
	box-sizing: border-box;
}
.infocontact i {
	background-color: #000;
	color: #EDEDEE;
	border-radius: 50%;
}
.infocontact .fa-map-marker { padding: 8px 11px; }
.infocontact .fa-phone { padding: 8px 9px; }
.rojeado { background-color: var(--second-bg-color); color: #fff; padding: 10px; width: 270px; max-width: 100%; }
.lpunteada { width: 100%; height: 4px; border-bottom: 1px dashed #000; margin-bottom: 20px; }
.f18 { font-size: 18px; }
 .entry-content img {
	margin: 0 0 1.5em 0;
}
 .alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
}
 .alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
}
 .aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}
 .wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
}
 .wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
 .wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
 .wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
 blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
 blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
}
.corto { width: 80%; font-size: 14pt; }
.barra {
	background-color: #23282D;
	color: #fff;
	padding: 6px;
	box-sizing: border-box;
	width: 100%;
	min-height: 40px;
}
.barra .loginout, .barra .loginlink {
	color: #fff;
	padding: 5px;
	box-sizing: border-box;
	background-color: #23282D;
	transition: all 0.8s;
	float: right;
}
.barra .loginout {
	display: none;
}
.barra .loginlink:hover, .barra .loginout:hover {
	color: #23282D;
	background-color: #fff;
}
.barra .curriculum, .barra .chamba {
	background-color: #8E3089;
	padding: 5px;
	float: right;
	color: #fff;
	box-sizing: border-box;
	display: none;
}
.nombre {
	padding: 5px;
	float: right;
	color: #fff;
	box-sizing: border-box;
	display: none;
}
.login {
	position: absolute;
	width: 300px;
	border: 1px solid #ccc;
	background: #fff;
	z-index: 999;
	padding: 10px;
	box-shadow: 0 3px 14px 0 rgba(0,0,0,0.48);
	border-radius: 3px;
	margin-left: 850px;
	display: none;
}
.login .recuerda, .login .registra {
	font-size: 11px;
}
.login .recuerda { float: left; }
.login .registra { float: right; }
.botonaz {
	background: linear-gradient( to bottom, #4A73CF 0, #4873CF 100% );
	color: #fff;
	display: block;
	width: 100%;
	text-align: center;
	padding: 8px;
	box-sizing: border-box;
	cursor: pointer;
	transition: all 0.8s;
}
.botonaz:hover {
	color: #fff;
	background: linear-gradient( to bottom, #4873CF 100%, #4A73CF 0 );
}
.botonf {
	background: linear-gradient( to bottom, #ff5b00 0, #ff1e00 100% );
	color: #fff;
	display: block;
	width: 100%;
	text-align: center;
	padding: 8px;
	box-sizing: border-box;
	cursor: pointer;
	transition: all 0.8s;
}
.botonf:hover {
	color: #fff;
	background: linear-gradient( to bottom, #ff5b00 100%, #ff1e00 0 );
}
#aspirante, #empresa, .paso2 { display: none; }
.registro {
	position: absolute;
	width: 500px;
	max-width: 100%;
	border: 1px solid #ccc;
	background: #fff;
	z-index: 101;
	padding: 10px;
	box-shadow: 0 3px 14px 0 rgba(0,0,0,0.48);
	border-radius: 3px;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -800px;
	text-align: center;
	transition: all 0.6s;
}
.cierra {
	float: right;
	cursor: pointer;
}
.popup {
	width: 800px;
	max-width: 100%;
	margin: 0 auto;
	left: 0;
	right: 0;
	position: fixed;
	z-index: 999901;
	top: -2000px;
	box-sizing: border-box;
	transition: all 0.6s;
	min-height: 100px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	background-color: #fff;
}
.popup.conPadText {
	padding: 15px;
	box-sizing: border-box;
	height: 70%;
}
.popup .popContent {
	margin-top: 20px;
	position: absolute;
	width: 95%;
	height: 91%;
	overflow: auto;
}
.popup img { margin: 0; }
.popup .bx-pager { display: none; }
.popup .aclose {
	z-index: 200;
	position: absolute;
	right: 5px;
	top: 5px;
	color: #fff;
	cursor: pointer;
}
.popactivate {
	top: 100px;
}
#tarjetaInfo.popactivate { top: 10px; }
.paso1 h3, .paso2 h3 { float: left; }
.sborde { border: 0; }
.delete { display: none !important; }
.vuelve {
	float: left;
	margin: 3px !important;
	color: #000;
}
.vuelve i { font-size: 20px !important; }
.desc {
	width: 100%;
	float: left;
	margin: 0;
	text-align: left;
	margin-top: -10px;
}
.fullhimg {
	height: 100%;
	width: auto;
}
img { max-width: 100%; height: auto; }
.nogrande { width: 80%; margin: 0 auto; }
.facebookFeed {
	width: 100%;
	height: 400px;
	overflow-y: auto;
}
.facebookFeed .social-feed-main-container,
.facebookFeed .social-feed-main-container #wpsfp-item {
	width: 100% !important;
}
#divTarjeta div {
	width: 100%;
	border: 1px #ccc solid;
	background-color: var( --blanco-color );
	margin-top: 5px;
	padding-right: 5px;
}
#divTarjeta input {
	width: 90%;
	background-color: transparent;
	border: none;
	margin: 0;
}
#divTarjeta.visa div:after {
	font-family: FontAwesome;
	content: "\f1f0";
	float: right;
	margin-top: 7px;
	font-size: 20px;
}
#divTarjeta.mastercard div:before {
	font-family: FontAwesome;
	content: "\f1f1";
	float: right;
	margin-top: 7px;
	font-size: 20px;
}
#divTarjeta.amex div:before {
	font-family: FontAwesome;
	content: "\f1f3";
	float: right;
	margin-top: 7px;
	font-size: 20px;
}
@media screen and ( max-width : 1150px ) {
	.principal { width: 100%; }
	.stelefonos { margin-left: 80%; }
	#servicedetail { margin-top: 75px; }
}
@media screen and ( max-width : 1020px ) {
	.stelefonos { margin-left: 75%; }
}
@media screen and ( max-width : 998px ) {
	.achicar { font-size: 30px; }
}
@media screen and ( max-width : 864px ) {
.menu li {
    float: left;
    padding: 17px 3px;
    max-width: 100px;
 }
}
@media screen and ( max-width : 780px ) {
	.stelefonos { margin-left: 70%; }
	#main-slide { margin-bottom: 30px; margin-top: 120px;}
}
@media screen and ( max-width : 768px ) {
	#tarjetaInfo.popactivate { width: 100%; height: 100% !important; top: 0; }
	.stelefonos { margin-left: 0; position: relative; float: right; }
	.infotel { margin: 0; }
	.achicar { font-size: 36px; }
	.punteadol, .punteadom {
		border-right: 0;
		border-top: 1px dashed #fff;
		margin-top: 20px;
		padding-top: 20px;
	}
		.achicar { font-size: 25px; }
	.menu { width: 100%; display: none; }
	.menu li { width: 100%; float: none; min-height: 0; max-width: 100%; border: none; padding: 0 !important; }
	.menu li a { text-align: center; display: block; width: 100%; padding: 8px; }
	.mobile { display: block; }
	.dmenu { min-height: 35px; }
	.menu li ul, .menu li ul li { width: 100%; margin: 0; }
	.menu li ul { max-height: 800px; position: relative; margin-left: -20px; }
	article, #servicedetail { margin-top: 120px !important; }
	header { z-index: 999; }
	.tcenter div { text-align: center !important; }
	
	.punteadoa {
		border-bottom: 1px dashed #fff;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	
	.punteado { border-left: 0 !important; border-right: 0 !important; }
	footer .punteado .fullimg { width: 350px; height: auto; max-width: 90%; }
	footer .punteado { min-height: 0; height: auto; }
	
	.movil { display: block; }
	.pc { display: none; }
	#servicedetail p, #somosdetail p { width: 100%; }
	article img { margin: 0 auto; right: 0; left: 0; }
	header { text-align: center; }
	.menu { width: 520px; margin: 0 auto; float: none; }
	#servicedetail { margin-top: 145px; }
	.smtop { margin-top: 140px; }
}

@media screen and ( max-width : 550px ) {
	.menu { margin-left: -30px; width: 100%;   }
	article { margin-top: 140px; }
	.menu li { padding: 8px 15px; width: auto; }
	.nogrande { width: 100%; }
	.menu li ul li { height: auto; white-space: normal; }
}
@media screen and ( max-width : 430px ) {
	.lineheader { text-align: center; height: auto; }
	.infotel, .stelefonos { float: none; width: 100%; text-align: center; margin-top: 10px; }
	.stelefonos a { width: 80%; }
	.lineheader .social { text-align: center; }
}
@media screen and ( max-width : 395px ) {
	.achicar { font-size: 30px; }
	.menu { margin-left: -40px; }
}
@media screen and ( max-width : 330px ) {
	.menu { margin-left: -30px; }
	.achicar { font-size: 25px; }
}