*{
	box-sizing: border-box;
}
body{
	margin:0;
	padding-top: 0px;
}



.show{
	display: inline-block;
}

.hidden{
	display: none;
}




#menuCollage{
	width: 100%; 
	height: 100%;
	display: none; 
	position: fixed; 
	z-index: 90; 
	background-color:black; 
	opacity:0.9;
}




.divglobal{
	padding-top: 10px;
	width: 100%;
	height:700px; 
	overflow: scroll;
	z-index: 110;

}


.logoInc{
	color:white;
	width: 100%; 
	height: 230px; 
	background-color: none; 
	margin-top: 0px; 
	text-align: center;
}

		.imgIni{
			display: inline-block; 
			vertical-align: top;
		}
		      
		.h3Frase{
			background-color: none; 
			width: 450px; 
			height: auto; 
			display: inline-block; 
			margin-left: 80px; 
			margin-top: 10px; 
			text-align: center;
		} 

     




.collage{
	width: 100%; 
	height: auto; 
	text-align: center;
	margin-bottom: 80px;
}





.grupoCajas{
	width: 60%; 
	height: 410px; 
	background-color: none; 
	display: inline-block; 
	vertical-align: top;
}

				.cajaUno{
					width: 37%; 
					height: 200px; 
					background-color: none; 
					display: inline-block;
					background-image: url("../img/talento.jpg");
					background-size: 100% 100%;
				}

				.cajaDos{
					width: 62%; 
					height: 200px; 
					background-color: none; 
					display: inline-block;
					background-image: url("../img/crecimientoperso.jpg");
					background-size: 100% 100%;

					
				}

				.cajaTres{
					width: 62%; 
					height: 200px; 
					background-color: none; 
					display: inline-block;
					background-image: url("../img/versebien.jpg");
					background-size: 100% 100%;
				}

				.cajaCuatro{
					width: 37%; 
					height: 200px; 
					background-color: none; 
					display: inline-block;
					background-image: url("../img/cuidatusalud.jpg");
					background-size: 100% 100%;
				}  


.cajaCinco{
	width: 250px; 
	height: 406px; 
	background-color: none;
	margin: 0 auto; 
	display: inline-block; 
	vertical-align: top;
	background-image: url("../img/sentirsebien.jpg");
	background-size: 100% 100%;
}


.contenedorCajatienda{
	width: 100%;
	height: 210px;
	background-color: none;
	margin-top: 5px;
}

#cajaTienda{
	width: 79%;
	height: 200px;
	background-color: none;
	margin: 0 auto;
	background-image: url("../img/ventas.jpg");
	background-size: 100% 100%;
	cursor: pointer;
}






.logo{
	width: 100%;
	background-color: none;
	text-align: center;
	height: 60px;
	
	padding-top: 5px;
}
.item-menu{
	width: 100%;
	background-color: none;
	text-align: center;
	height: 60px;
	padding-top: 10px;
	display: none;

}

.item{
	background-color: none;
	display: inline-block;
	font-size: 20px;
	margin-left: 10px;
}

.item-login{
	background-color: black;
	display: inline-block;
	font-size: 20px;
	width:80px;
	height: 40px;
	color: white;
	text-align: center;
	padding-top: 8px; 
	margin-left: 10px;
	
}


.banner{
	height: 310px;
	width: 100%;
	background-color: none;
	background-image: url('../img/mentoria.jpg');
	background-size: cover;

}




.vida{
	background: none;
	width: 300px;
	height: 38px;
	position: fixed;
	bottom: 0;
	z-index: 1;
	right: 20px;
	animation: latidos .9s infinite;
	transform-origin: center;
}


@keyframes latidos {
    from { transform: none; }
    50% { transform: scale(1.1); }
    to { transform: none; }
}







#videos{
	background-color: none;	
	width: 560px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin-right:100px;
}

iframe{
	margin-bottom:50px;
	width: 100%;
	height: 315px;
}

#posts{
	background-color: none;
	display: inline-block;
	width: 50%
	margin-top-top -40px;
	vertical-align: top;
}

.contenedor-post{
	margin-top: 40px;
}

.imagen-post{
	background-color: none;
	width:150px;
	height:150px;
	display: inline-block;
	vertical-align: top;
}

.titulo-post{
	background-color: none;
	width:350px;
	height:150px;
	display: inline-block;
	vertical-align: top;
	text-align: justify;
	margin-right: 10px;
}

.titulo-post h4{
	margin-top: 5px;
}

.leer-mas{
	background-color: black;
	color: white;
	border-radius: 1px;
	border:0;
	height: 25px;
}




.footer-left{
	background-color: black;
	height: 300px;
	color: gray;
	font-size: 14px;
	text-align: justify;
	padding: 50px;
	float:left; 
	width: 50%;
}

.footer-right{
	background-color: black;
	height: 300px;
	color: white;
	font-size: 15px;
	text-align: center;
	padding: 50px;
	float:left; 
	width: 50%;
}

.avisos-legales{
	width:200px; 
	background-color:black; 
	border-left:solid 1px gray;
	display: inline-block;
	color:gray;
}





.caja-queBuscas{
	height: 50px;
	padding-top: 10px;
	background-color: #b30000;
	font-size: 20px;
	cursor: pointer;
	text-align: center;
	padding-right: 55px;
}

.que-buscas{
	color:white;
	text-decoration-line: white;
	text-align: center;
}



#departamento-caja {
	list-style: none;
	width: 200px;
	margin: 0 auto;
	background-color: red;
	display: inline-block;
	margin-right: 50px;
	margin-top: 30px;
}


.btn-que-buscas{
	border: none;
	color: #007bff;
	background-color:white;
}

.btn-que-buscas-dos{
	border: none;
	color: #007bff;
	background-color:#f1f1f1;
}






/*
.contenido{
	display: none;
	height: auto; 
	width: 165px; 
	background-color: none;
	margin: 0 auto;
}
*/


.main-content{
	width: 80%;
	background-color: none;
	display: inline-block;
}

.videosRecientes{
	padding-top: 80px;
	padding-left: 50px;
	color: #b30000;
	
}


.marcoVideostop{
	width: auto;
	height: 450px;
	margin-right: 50px;
	display: inline-block;
	margin-left: 20px;
	
	
}

.video {
    width: 100%;
    height: 100%;
}


.marcoVideos{
	width: 450px;
	display: inline-block;
	margin-left: 20px;
	margin-bottom: -20px;
	vertical-align: top;
}

.marcoVideosTumbail{
	width: 300px;
	display: inline-block;
	margin-left: 20px;
	margin-bottom: 20px;
	vertical-align: top;
}

.postRecientes{
	padding: 50px;
	color: #b30000;
}


.aside-banner{
	width: 19%;
	height: 1500px;
	background-color: blue;
	display: inline-block;
	vertical-align: top;
	background-image: url(../img/artemis.jpg);
	background-size: 100%;
}














/***********PERFILES DE LAS MENTORAS***********/

.perfil{
	margin-top:60px;
	text-align: center;
}


.fotoPerfil{
	width: 150px;
	height: 150px;
	background-image:url("../mentoras/fotos/laura.jpg");
	background-position: -30px -10px;
	display: inline-block;
	border-radius: 80px;
	vertical-align: top;
}

.bioPerfil{
	text-align: justify;
	height: 180px;
	max-width: 700px;
	min-width: 300px;
	display: inline-block;
	background-color: none;
	vertical-align: top;
	padding-left:30px;
}



.tabsPostVideo{
	height: 30px; 
	width: 49.5%; 
	padding-top: 5px;
	background-color: #d8d8d4; 
	display: inline-block;
	text-align: center; 
	cursor: pointer;
	box-sizing: border-box;
	color: #b30000;
}


a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}







/***********POST  DE LAS MENTORAS***********/




.imgen-post{
	min-width: 30%;
	max-width: 100%;
}

.postContent{
	padding-left: 100px;
	padding-right: 100px;
	text-align: justify;
	font-size: 17px;
}








@media (max-width:1100px){

	body{		
		padding-top: 0px;
	}


	.item-menu{
	display: block;
	}

	

	#posts{
		display: none;
	}


	.contenido{
	display: block;

}
}





/***********************************************************************************/















@media (max-width:900px){
	.aside-banner{
		width: 19%;
		height: 1500px;
		background-color: blue;
		display: inline-block;
		vertical-align: top;
		display: none;
	}

	.main-content{
		width: 100%;
		background-color: none;
		display: inline-block;
	}

	.marcoVideos{
		width: 85%;
		display: inline-block;
		margin-left: 20px;
		margin-bottom: 20px;
	}

	.marcoVideostop{
		height:400px;
	}
	
}













@media (max-width:870px){
.divglobal{

	height:700px; 
	margin-bottom: 200px;

}


.logoInc{
	width: 100%; 
	height: auto; 
	margin-top: 50px; 
	text-align: center
}
      
		.imgIni{
					display: block; 
					vertical-align: top;
				}

		.h3Frase{
			display: block; 
			margin-left: 0px; 
			margin-top: 0px; 
			margin:80px auto;
		} 

     

.grupoCajas{
	width: 100%; 
	height: auto; 
	display: block; 
	vertical-align: top;
	text-align: center;
}

				.cajaUno{
					width: 400px; 
					height: 200px;  
					display: inline-block;
				}

				.cajaDos{
					width: 400px; 
					height: 200px; 
					display: inline-block;
				}

				.cajaTres{
					width: 400px; 
					height: 200px; 
					display: inline-block;
				}

				.cajaCuatro{
					width: 400px; 
					height: 200px;  
					display: inline-block;
				}  

.cajaCinco{
	width: 400px; 
	height: 200px; 
	background-image: url("../img/senti.jpg"); 
	display: inline-block; 
	vertical-align: top;
	margin-bottom: 5px;
}

.contenedorCajatienda{
	width: 400px;
	height: 200px; 
	display: inline-block; 
	margin-top: 0px;
}

.cajaTienda{
	width: 100%;
	height: 200px;
	margin: 0 auto;

}


}











@media (max-width:700px){


	.marcoVideosTumbail{
		width: 450px;
		display: inline-block;
		margin-left: 20px;
		margin-bottom: 20px;
		vertical-align: top;
	}


.banner{
	height: 140px;
	background-size: 100%;
	background-repeat: no-repeat;
}



.logo{
	width: 100%;
}
.item-menu{
	width: 100%;
}



.footer-left{	
	float:left; 
	width: 100%;
	height: 250px;
}

.footer-right{
	float:left; 
	width: 100%;
	height: 250px;
}

.marcoVideos{
	width: auto;
	display: inline-block;
	margin-left: -50px;
	margin-bottom: -20px;
	vertical-align: top;
}

.marcoVideostop{
	width: auto;
	height:250px;
	margin-right: 0px;
	text-align: justify;
	margin-left: -50px;
	background-color: none;
}



}/**END 700**/











@media (max-width:600px){

	.tabsPostVideo{

		width: 49%; 

	}

	.bioPerfil{
		height: auto;
		margin-left:-30px;
	}


.banner{
	height: 120px;
	background-size: 100%;
	background-repeat: no-repeat;
}


#videos{
	width: 100%;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

.podcast{
	width:300px;
	height: 300px;
	background-color:red;
	/*
	background-image: url('../img/podcast.jpg');
	background-size: 100% 100%;
	
	*/

}


#posts{
	background-color: none;
	display: none;
	width: 50%
	margin-top-top -40px;
	vertical-align: top;
}



}


