/*
Theme Name: empresarios
Theme URI: http://emposicionamientodigital.com.mx
Description: Theme modified by fer
Author URI: fer
Version: 1
*/


@media screen {
div,h1,h2,h3,h4,p{
	margin:0;
	padding:0;
	display:block;
}
* { margin: 0; padding: 0;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

body {
	background-color:white;
	font-family: 'Roboto', sans-serif;
	overflow-x: hidden;
}
p{
	text-align:justify;
	line-height: 29px;
	font-size:20px;
}
#principal{}
/*************** Encabezado *********************/
#encabezado{
	background-color:rgba(41,14,14,0.4);
	height:100vh;
	display:block;
}
#encabezado #contenido_enc{
	max-width:1100px;
	min-width:680px;
	width:100%;
	height:100px;
	margin:auto;
	padding-top:25px;
}
#encabezado #logo{
	margin-left:20px;
	width:400px;
	float:left;
	padding-top:40px;
}
#encabezado .social{
	float:right;
}
#encabezado .social a{
	margin-left:10px;
}
#encabezado2{
	height:160px;
	display:block;
	background-image:url(images/empresarioscdmx-final_01.png);
}
#encabezado2 #contenido_enc{
	max-width:1100px;
	min-width:680px;
	width:100%;
	height:160px;
	margin:auto;
	padding-top:25px;
}
#encabezado2 #logo{
	margin-left:20px;
	width:400px;
	float:left;
	padding-top:40px;
}
#encabezado2 .social{
	float:right;
}
#encabezado2 .social a{
	margin-left:10px;
}
.f_abajo{
	position: absolute;
    	top: calc(100vh - 69px);
    	left: 50%;
}
/***************************** pagina final *****************/
#empresa{
	max-width:1100px;
	min-width: 680px;
	margin:auto;
}
.categoria{
	width:100%;
	height:61px;
	color:white;
}
.categoria a{
	width:1100px;
	margin:auto;
	text-align:right;
	display: block;
	padding-top: 20px;
	text-transform: uppercase;
}
.tecnologia{
	background-color:#000076;
	color:white;
}
.salud{
	background-color:#74a4a0;
	color:white;
}
.tecnologia_txt{
	color:#000076;
}
.empresarial{
	background-color:#1b4d99;
	color:white;
}
.empresarial_txt{
	color:#1b4d99;
}
.general{
	background-color:#ad9a80;
	color:white;
}
.general_txt{
	color:#ad9a80;
}
#empresa #col1{
	background-color: #efefef;
	width:550px;
	font-size:18px;
	padding: 20px;
	float:left;
    	height: 1181px;
}
#empresa #logo{
	width:323px;
	height:148px;
	margin:auto;
}
#empresa .frase{
	text-align:center;
	font-weight:300;
	margin-top:30px;
	margin-bottom: 30px;
}
#empresa #col1 .www{
	float:left;
	margin-bottom: 10px;
}
#empresa #col1 .www img{
	float:left;
	margin-right: 15px;
}
#empresa #col1 .www span{
	float:right;
	margin-top: 11px
}
#empresa #col1 .tel{
	float:left;
	clear:both;
	margin-bottom: 10px;
}
#empresa #col1 .tel img{
	float:left;
	margin-right: 15px;
}
#empresa #col1 .tel span{
	float:right;
	height:45px;
}
#empresa #col1 .contacto{
	float:left;
	clear:both;
	margin-bottom: 10px;
}
#empresa #col1 .contacto img{
	float:left;
	margin-right: 15px;
}
#empresa #col1 .contacto span{
	float:right;
	margin-top: 11px
}
#empresa #col1 .calificacion{
	clear:both;
	margin-top:10px;
	float:left;
	margin-bottom: 10px;
}
#empresa #col1 .social{
	clear:both;
	float:left;
}
#empresa #col1 .social img{
	margin-right: 10px;
	float:left;
}
#empresa #col2{
	width:550px;
	float: right;
	padding:20px;
}
#empresa #col2 h1,#empresa #col2 h2{
	font-family: 'Dosis', sans-serif;
	font-size: 30px;
	font-weight: 300;
	color:white;
	text-align:center;
	margin-top:10px;
	width: 580px;
	margin-left: -50px;
	clear:both;
	float:left;
	padding-left:50px;
	margin-bottom: 10px;
}
#empresa #col2 .descripcion{
	margin-top:18px;
	font-size: 20px;
	float:left;
}



#empresa #col2 .formulario{
	float:left;
	width: 100%;
}
#empresa #col2 .formulario h3{
	font-size:20px;
	font-weight:400;
	text-align: center;
	width:100%;
	margin-bottom:7px;
	margin-top: 15px;
}
#empresa #col2 .formulario h3 span{
	font-size:20px;
	font-weight:300;
}
#empresa #col2 .formulario  input[type=text],#empresa #col2 .formulario  input[type=email],#empresa #col2 .formulario  input[type=tel],#empresa #col2 .formulario textarea{
	width:329px;
	padding:10px 14px;
	border:none;
	margin-bottom: 3px;
	font-family: 'Roboto', sans-serif;
	color:white;
}
#empresa #col2 .formulario p{
	width:329px;
}
#empresa #col2 .formulario .captcha{
	width:163px;
	float: right;
    	margin-top: -190px;
}
#empresa #col2 .formulario input::-webkit-input-placeholder,#empresa #col2 .formulario textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
#empresa #col2 .formulario input::-moz-placeholder,#empresa #col2 .formulario textarea::-webkit-input-placeholder { /* Firefox 19+ */
 color: white;
}
#empresa #col2 .formulario input:-ms-input-placeholder, #empresa #col2 .formulario textarea::-webkit-input-placeholder { /* IE 10+ */
  color: white;
}
#empresa #col2 .formulario input:-moz-placeholder, #empresa #col2 .formulario textarea::-webkit-input-placeholder { /* Firefox 18- */
  color: white;
}
#empresa #col2 .formulario.tecnologia_f input[type=text],#empresa #col2 .formulario.tecnologia_f input[type=email],#empresa #col2 .formulario.tecnologia_f input[type=tel],#empresa #col2 .formulario.tecnologia_f textarea{
	background-color:#000076;
}
#empresa #col2 .formulario.salud_f input[type=text],#empresa #col2 .formulario.salud_f input[type=email],#empresa #col2 .formulario.salud_f input[type=tel],#empresa #col2 .formulario.salud_f textarea{
	background-color:#74a4a0;
}
#empresa #col2 .formulario.empresarial_f input[type=text],#empresa #col2 .formulario.empresarial_f input[type=email],#empresa #col2 .formulario.empresarial_f input[type=tel],#empresa #col2 .formulario.empresarial_f textarea{
	background-color:#1b4d99;
}
#empresa #col2 .formulario.general_f input[type=text],#empresa #col2 .formulario.general_f input[type=email],#empresa #col2 .formulario.general_f input[type=tel],#empresa #col2 .formulario.general_f textarea{
	background-color:#ad9a80;
}
#empresa #col2 .formulario textarea{
	height: 76px;
}
#empresa #col2 .formulario .acepto{
	font-size: 12px;
	font-weight: 300;
}
#empresa #col2 .formulario input[type=submit]{
	background-color: #474747;
	font-size:16px;
	padding:10px 20px;
	color:white;
	float:left;
	border:none;
	box-shadow: 3px 3px 3px black;
	margin-left: 250px;
}
#empresa #col2 h2{
	margin-top:20px;
}
.txt_complemento{
	clear:both;
	width:1100px;
	padding:20px;
}
.txt_complemento p{
	margin-bottom:15px;
}
.txt_complemento ul{
	margin-left:30px;
	font-size:20px;
}
.txt_complemento ul li{
	margin-bottom:8px;
    list-style-type: circle;
}
.califica{
	padding:10px 20px;
	color:white;
	width:220px;
	border-radius: 5px;
	margin-top:50px;
	margin-bottom:50px;
	margin-left:30px;
}
.promo_1{
	clear:both;
	float:left;
}
/******************** galeria 1 ************/
.jssorb03 {
	position: absolute;
}
.jssorb03 div, .jssorb03 div:hover, .jssorb03 .av {
	position: absolute;
	/* size of bullet elment */
	width: 21px;
	height: 21px;
	text-align: center;
	line-height: 21px;
	color: white;
	font-size: 12px;
	background: url('images/b03.png') no-repeat;
	overflow: hidden;
	cursor: pointer;
}
.jssorb03 div { background-position: -95px -4px; }
.jssorb03 div:hover, .jssorb03 .av:hover { background-position: -35px -4px; }
.jssorb03 .av { background-position: -65px -4px; }
.jssorb03 .dn, .jssorb03 .dn:hover { background-position: -95px -4px; }
.jssort16 .p {position: absolute;    top: 0;    left: 0;    width: 200px;    height: 100px;}
.jssort16 .t {    position: absolute;    top: 0;    left: 0;    width: 200px;    height: 100px;    border: none;}
.jssort16 .p img {    position: absolute;    top: 0;    left: 0;    width: 200px;    height: 100px;    filter: alpha(opacity=55);    opacity: .55;    transition: opacity .6s;    -moz-transition: opacity .6s;    -webkit-transition: opacity .6s;    -o-transition: opacity .6s;}
.jssort16 .pav img, .jssort16 .pav:hover img, .jssort16 .p:hover img {    filter: alpha(opacity=100);    opacity: 1;    transition: none;    -moz-transition: none;    -webkit-transition: none;    -o-transition: none;}
.jssort16 .pav:hover img, .jssort16 .p:hover img {    filter: alpha(opacity=70);    opacity: .7;}
.jssort16 .title, .jssort16 .title_back {    position: absolute;    bottom: 0px;    left: 0px;    width: 200px;    height: 30px;    line-height: 30px;    text-align: center;    color: #000;    font-size: 20px;}
.jssort16 .title_back { }
.jssort16 .pav .title_back {   }
.jssort16 .pav .title {    color: #fff;}
.jssort16 .p.pav:hover .title_back, .jssort16 .p:hover .title_back {   }
.jssort16 .p.pdn img {    }
/******************* video ****************/
video{
	/*width:100vw;
	height:100vh;*/
	position: absolute;
	top: 0%;
	left: 0%;
	min-width: 100vw;
	min-height: 100vh;
	width: auto;
	height: auto;
	/*-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);*/
	background-size: cover;
}
.video-cut{
	width:100vw;
	height:100vh;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	z-index: -100;
}
.txt_video{
	position:absolute;
	top:50%;
	width:100%;
	text-align:center;
	color:white;
	font-size:80px;
	font-weight:300;
}
.txt_video span{
	font-weight:400;
}
/******************* menu ****************/
ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	width:700px;
}
#menu{
	position:relative;
	float:left;
	height:50px;
	width:100%;
}
#icon-menu{
	float:right;
}
.nav-menu{
	display:none;
}
.nav-menu li {
	display: inline-block;
	position: relative;
	width:100px;
	height:51px;
}
.nav-menu li a {
	color: #141412;
	display: block;
	font-size: 15px;
	line-height: 1;
	padding: 15px 20px;
	text-decoration: none;
}
.nav-menu li:hover{
		margin-top:-20px;
}
.nav-menu li:hover > a,
.nav-menu li a:hover{
	color: #fff;
}
.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #220e10;
	border: 2px solid #f7f5e7;
	border-top: 0;
	display: none;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
}
.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}
ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	width: 200px;
}
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
	background-color: #db572f;
}
ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
	display: block;
}
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #bc360a;
	font-style: italic;
}
/********************* contenido ****************************/
#contenido{
	width:100%;
	
	overflow:hidden;
}
section{
	width:100%;
}
.contenedor{
	margin-left:calc(50% - 550px);
	width:1100px;
	float:left;
}
/***************  animacion **********************/
#animacion{}
/************************* generales *************************/
#titulo{}
.sub-titulo{}
/**********************callto action ************************/
#servicios{
	margin-bottom:50px;
	float:left;
}
#servicios h2{
	font-size:48px;
	color:#00519d;
	font-weight:300;
	text-align:center;
	margin-top:50px;
	margin-bottom:40px;
}
#servicios .titulo{
	font-family: 'Roboto Condensed', sans-serif;
	text-align:center;
	font-size:18px;
	margin-bottom:12px;
	font-weight: bold;
}
#servicios .subtitulo{}
#servicios .texto{}
#servicios .call-img{
	margin-bottom:12px;
}
#servicios a{
	text-decoration:none;
	color:black;
	margin-bottom:10px;
	display:block;
}
#servicios a:before{
	content: "\f8226 ";
	margin-right:6px;
	color:red;
}
#servicios .vermas{
	text-align:right;
}
#call-op1,#call-op2,#call-op3,#call-op4{
	width:249px;
	color:black;
	float:left;
	margin-right:34px;
}
#call-op4{
	margin-right:0px;
}
#call-op1 .rec{
	/*background-color:#74a4a0;*/
	padding:12px;
	
}
	#call-op1 .titulo{
		color:#74a4a0;
	}	
	
#call-op2 .rec{
	/*background-color:#000076;*/
	padding:12px;
}
	#call-op2 .titulo{
		color:#000076;
	}	
#call-op3 .rec{
	/*background-color:#ad9a80;*/
	padding:12px;
}
	#call-op3 .titulo{
		color:#ad9a80;
	}	
#call-op4 .rec{
	/*background-color:#1b4d99;*/
	padding:12px;
}
	#call-op4 .titulo{
		color:#1b4d99;
	}
	
#nosotros{
	margin-top:40px;
	float:left;
	padding-bottom:60px;
	padding-top:40px;
	background-color: #eaeaea;
}
#nosotros h2{
	font-size:48px;
	font-weight:300;
	text-align:center;
	margin-bottom:34px;
}
#nosotros p{
	font-size:18px;
	font-weight:300;
	margin-bottom:20px;
	line-height:24px;
	text-align:justify;
}
#noticias{
	float:left;
	
	background-color:#94aaec;
}
#noticias h2{
	font-size:48px;
	font-weight:300;
	text-align:center;
	margin-bottom:34px;
	color:black;
	margin-top:25px;
}
.noticia{
	width:330px;
	color:black;
	font-family: 'Dosis', sans-serif;
	float:left;
	margin-right:55px;
	margin-bottom:40px;
}
.margen2{
	margin-right:0px;
}
.noticia .titulo{
	font-size:27px;
	margin-bottom: 15px;
}
.noticia-img img{
	width:330px;
	height:180px;
}
.noticia .titulo a{
	color:white;
	text-decoration:none;
}
.noticia .texto{
	font-size: 20px;
  	line-height: 27px;
	text-align:justify;
}
.noticia .vermas{
	color:white;
	float:right;
}
.noticia_f{
	margin-top:40px;
}
.noticia_f .col1{
	width:800px;
	float:left;
}
.noticia_f .col2{
	width:250px;
	float:right;
}
.noticia_f h1{
	font-size:30px;
	font-weight:600;
	margin-bottom:20px;
}
.noticia_f img{
	margin-bottom:20px;
}
#sidebar h2{
	font-weight:300;
	margin-bottom:15px;
	background-color:darkgray;
	text-align:center;
	padding:5px 20px; 
}
#sidebar ul{
	margin-left:20px;
}
#sidebar .widget{
	margin-bottom:20px;
}
/********************** footer *********************************/
#footer{
	background-color:#828282;
	float:left;
	width:100%;
}
#footer .col1,#footer .col2,#footer .col3{
	width:33%;
	float:left;
}
#footer .col3{
	padding-top: 20px;
}
#footer .social{
	float:left;
	margin-left:calc(50% - 104px);
}
#footer .social a{
	float:left;
	margin-right:20px;
}
#footer .logof{
	margin-top:20px;
	margin-bottom:30px;
}
#footer ul li{
	list-style-image:url(images/empresarioscdmx_36.png);
	margin-bottom:30px;
}
#footer ul{
    margin-left: 50px;
    margin-top: 50px;
}
#footer ul a{
	color:white;
	font-size:18px;
	font-weight:100;
}
#footer .col3 h2{
	font-weight:300;
	color:white;
	margin-top:25px;
	margin-bottom:20px;
}
#footer .col3 input[type=text],#footer .col3 input[type=email],#footer .col3 input[type=tel],#footer .col3 textarea{
	padding:10px;
	border:none;
	background-color:#3a4d87;
	font-size:16px;
	color:white;
	width:100%;
	margin-bottom:5px;
}

#footer .col3 textarea{
	height:80px;
}
#footer .col3 .acepto{
	color:white;
	font-weight: 100;
    font-size: 14px;
}
#footer .col3 input[type=submit]{
	background-color:#474747;
	border:none;
	padding:10px 15px;
	color:white;
	float:right;
}
#footer a{}
#footer img{}
#footer .footer-created{}
#footer .aviso-privacidad{}

	article {
		font-size:18px;
		font-weight:300;
	}
	article h1{
		font-weight:600;
	}
	article p{
		margin-bottom:15px;
		line-height: 24px;
	}
	article ul {
		margin-left:25px;
	}
	article ul li{
		margin-bottom:10px;
		font-size:20px;
		line-height: 24px;
	}
	article .shareaholic-share-buttons-container{
		margin-bottom:20px;
	}
	.historial{
		margin-top:40px;
	}
	.historial h1{
		margin-bottom:10px;
	}
	.historial .col1{
		width:800px;
		float:left;
	}
	.historial .col2 {
    width: 250px;
    float: right;
	}
	.historial .entry{
		margin-bottom:45px;
	}
	.historial .navigation{
		margin:20px 0px;
	}
	.historial .shareaholic-share-buttons-container{
		display:none;
	}
} /******* media screen *****************/

@media screen and (max-width: 69.813em) {
	.fondo_mobil{
		background-image:url(http://empresarioscdmx.com.mx/wp-content/uploads/foto_estatica_resp.jpg);
		background-size:cover;
	}
	.txt_video{
		font-size:8vw;
		top:41%;
	}
	.f_abajo {
    		left: calc(50% - 65px);
	}
	#encabezado #contenido_enc{
		max-width: 100%;
    		min-width: 100%;
	}
	#encabezado .social{
		margin-top:20px;
	}
	.contenedor{
		width:100%;
		margin-left: 0px;
		padding:10px;
	}
	#nosotros{
		padding-left: 10px;
    		padding-right: 10px;
	}
	
	.noticia{
		width:290px;
		margin-right:22px;
	}
	#encabezado2 #contenido_enc{
		width:100%;
		max-width: 100%;
    		min-width: 100%;
	}
	#empresa,body,#principal,.txt_complemento {
		width:100%;
	}
	#empresa #col1{
		width:100%;
		height:auto;
	}
	#empresa #col2 {
		width:100%;
		float:left;
	}
	.categoria a{
		width:100%;
	}
	div.nav-menu > ul {
    		width: 100%;
	}
	#footer .col1, #footer .col2, #footer .col3 {
    		width: 100%;
	}
	#empresa {
    		max-width: 100%;
    		min-width: 100%;
	}
	#empresa #col1,#empresa #col2{
		padding:10px;
	}
	#empresa #col2 h1, #empresa #col2 h2{
		width:100%;
		margin-left:0px;
	}
	.promo_1,.promo_1 img{
		width:100%;
	}
	.categoria a {
    		width: 100%;
    		padding-right: 10px;
		}
}
@media screen and (max-width: 70em) {
	#call-op1, #call-op2, #call-op3, #call-op4{
		margin-right:1vw;
	}
	#encabezado2 #contenido_enc{
		min-width:100%;
		max-width:100%;
	}
	.noticia_f .col1{
		width:100%;
	}
}
@media screen and (max-width: 67.03em) {
	#call-op1, #call-op2, #call-op3, #call-op4{
		margin-right:-16px;
	}
	.noticia_f .col1{
		width:100%;
	}
}

@media screen and (max-width: 42.5em) {
	.txt_video {
    		font-size: 6vw;
 	}
	#call-op1, #call-op2, #call-op3, #call-op4{
		margin-bottom:35px;
	}
	#call-op2{
		margin-right:0px;	
	}
	#call-op1,#call-op3{
		margin-left:60px;
	}
	.noticia{
		width:100%;
	}
	#footer .logof {
		width:100%;
	}
	#call-op1, #call-op3 {
    		margin-left: 20px;
	}
	#call-op1, #call-op2, #call-op3, #call-op4 {
    		margin-right: 15px;
	}
	#footer .col1, #footer .col2, #footer .col3{
		width:100%;
	}
	#footer .logof {
		width:100%;
	}
}
@media screen and (max-width: 33.750em) {
	
	#call-op1, #call-op3 {
    		margin-left: 0px;
	}
	#call-op1, #call-op2, #call-op3, #call-op4{
		margin-right:11px;
	}
	#footer .social a {
      		margin-right: 0px;
    		margin-left: 14px;
	}
	#empresa #col2 .formulario .captcha {
    		width: 163px;
    		float: right;
    		margin-top: 0px;
	}
	#empresa #col2 .formulario .acepto{
		float:left;
	}
	#empresa #col2 .formulario p{
		width:100%;
		float:left;
	}
	#empresa #col2 .formulario input[type=submit]{
		float:right;
		margin-left:0px;
	}
	.txt_complemento ul,p {
    		line-height: 20px;
    		font-size: 18px;
	}
}

@media screen and (max-width: 30.000em) {
	#encabezado #logo{
		padding-top:0px;
	}
	#encabezado .social {
    		margin-top: 10px;
	}
	.txt_video{
		    top: 49%;
	}
	#call-op1, #call-op2, #call-op3, #call-op4{
		margin-right:0px;
		margin-left:calc(50% - 124px);
		margin-bottom:35px;
	}
	#footer .col1, #footer .col2, #footer .col3{
		width:100%;
	}
}

@media screen and (max-width: 27.188em) {
	#encabezado #logo,#encabezado #logo img{
		width:100%;
		margin-left:0px;
		padding-top:0px;
	}
	#call-op1, #call-op2, #call-op3, #call-op4{
		margin-right:0px;
		margin-left:calc(50% - 124px);
		margin-bottom:35px;
	}
	#nosotros{
		margin-top:0px;
	}
	.noticia {
    		width: 100%;
		padding:10px;
	}
	.noticia-img img{
		width:100%;
	}
	#footer .col1, #footer .col2, #footer .col3{
		width:100%;
	}
	#footer .logof {
		width:100%;
	}
	#encabezado2 #logo,#encabezado2 #logo img{
		width:100%;
		margin-left:0px;
	}
}

@media screen and (max-width: 320px) {
	#encabezado #logo,#encabezado #logo img{
		width:100%;
		margin-left:0px;
		padding-top:0px;
	}
	#empresa,#body,#principal{
		width:100%;
	}
	#empresa #logo {
    		width: 100%;
    		height: 148px;
    		margin: auto;
	}
	#empresa #logo img{
		width:100%;
	}
	#empresa #col1 {
		font-size:12px;
	}
	
}