@font-face {
	font-family: 'maisonneuebold';
	src: url('/fonts/maisonneuebold.eot');
	src: local('☺'), url('/fonts/maisonneuebold.woff') format('woff'), url('/fonts/maisonneuebold.ttf') format('truetype'), url('/fonts/maisonneuebold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'maisonneuemono';
	src: url('/fonts/maisonneuemono.eot');
	src: local('☺'), url('/fonts/maisonneuemono.woff') format('woff'), url('/fonts/maisonneuemono.ttf') format('truetype'), url('/fonts/maisonneuemono.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Galano_Grotesque_Bold';
	src: url('/fonts/Rene Bieder - Galano Grotesque Bold.eot');
	src: local('☺'), url('/fonts/Rene Bieder - Galano Grotesque Bold.woff') format('woff'), url('/fonts/Rene Bieder - Galano Grotesque Bold.ttf') format('truetype'), url('/fonts/Rene Bieder - Galano Grotesque Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Galano_Grotesque_Heavy';
	src: url('/fonts/Rene Bieder - Galano Grotesque Heavy.eot');
	src: local('☺'), url('/fonts/Rene Bieder - Galano Grotesque Heavy.woff') format('woff'), url('/fonts/Rene Bieder - Galano Grotesque Heavy.ttf') format('truetype'), url('/fonts/Rene Bieder - Galano Grotesque Heavy.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Galano_Grotesque_Medium';
	src: url('/fonts/Rene Bieder - Galano Grotesque Medium.eot');
	src: local('☺'), url('/fonts/Rene Bieder - Galano Grotesque Medium.woff') format('woff'), url('/fonts/Rene Bieder - Galano Grotesque Medium.ttf') format('truetype'), url('/fonts/Rene Bieder - Galano Grotesque Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.galano-bold-type{
	font-family: 'Galano_Grotesque_Bold';
}

.maison-mono-type{
	font-family: 'maisonneuemono';
}

.maison-bold-type{
	font-family: 'maisonneuebold'!important;
}


#about-container-1 {
	position: relative;
	width: 100%;
	color: #fff;
	--grad-start: #d580ff;
    --grad-end: #ffaa00;
	background: -webkit-linear-gradient(315deg, var(--grad-start), var(--grad-end));
	background: linear-gradient(135deg, var(--grad-start), var(--grad-end));
}



.bloque-1-divs{
	position: relative;
}

.about-ver-historia-boton{
	color: #fff;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 16px;
    border-bottom: 1px solid #fff;
    position: absolute;
    bottom: 10%;

    cursor: pointer;
    font-family: 'maisonneuemono';
}

.about-ver-historia-boton:hover, .about-ver-historia-boton:focus{
	color: #fff;
	text-decoration: none;
}


@media(max-width: 992px){
	.about-ver-historia-boton{
		left: 50%;
		transform: translateX(-50%);
		width: 225px;
	}

	#texto-about-div-2{
		text-align: center;
	}
}

@media(min-width: 993px){

	.about-ver-historia-boton{
		left: 50%;
		transform: translateX(-50%);
		width: 225px;
	}
}


#texto-about-div-2{
	font-size: 16px;
	font-family: 'maisonneuemono';
    width: 411px;
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);
}

.about-div-2-modal-botones{
	color: #fff;
	
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
	cursor: pointer;
	font-family: 'Galano_Grotesque_Bold';
}

.about-div-2-modal-botones:hover, .about-div-2-modal-botones:focus{
	color: #fff;
	text-decoration: none;
}

.about-div-2-modal-botones:hover{
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
  	color: transparent;
}

.texto-strokes{
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
  	color: transparent;
}



.mentoria-modal{
	padding: 0px !important;
}

.conocimiento-modal{
	padding: 0px !important;
}

.comunidad-modal{
	padding: 0px !important;
}

.historia-modal{
	padding: 0px !important;
}

.about-div-1-modal-content{
	height: 100%;
	border: none;
	box-shadow: none;
	border-radius: 0px;
	background-color: #2A2B2E;
	overflow: auto;
}

.modal-div{
	width: 100%;
    margin: 0px;
    height: 100%;
    border: none;
}



.about-modals-div p{
	font-size: 16px;
	font-family: 'maisonneuemono';
}

.about-modals-div h2{
	font-size: 36px;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
  	color: transparent;
  	font-family: 'Galano_Grotesque_Heavy';
  	text-transform: uppercase;
  	margin-bottom: 50px;
}



@media(min-width: 811px){
	.titulo-img{
		width: 700px;
		
	}

	.titulo-img-emprender{
		font-size: 48px;
		position: absolute;
		top: -3px;
		right: 19px;
	}

		.about-modals-div{
		width: 45%;
	    text-align: center;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%,-50%);
	}

		#x-negra-about{
		width: 100px;
		position: absolute;
		right: 20%;
		top: 100px;
	}

	#about-botones-modal-div{
		position: absolute;
    	width: 788px;
    	left: 50%;
    	bottom: 23%;
    	transform: translate(-50%,0%);
	}


	.colaboradores-modal-foto-social >img{
		width: 300px;
	}
	.about-div-2-modal-botones{
		
		font-size: 36px;
	}

	#colaboradores-titulo h2{
		font-size: 36px;

	}
}


@media(max-width: 751px) and (min-width: 550px){
	.titulo-img-emprender{
		font-size: 36px !important;
    	position: absolute !important;
    	top: 53px !important;
    	right: 67px !important;
	}
}

@media(min-width: 551px) and (max-width: 810px){
	.titulo-img{
		width: 350px;
	
	}

	.titulo-img-emprender{
		font-size: 23px;
    	position: absolute;
    	top: -5px;
    	right: 13px;
	}

	.about-modals-div{
		width: 55%;
	    text-align: center;
	    padding-top: 80px;
	   	padding-bottom: 40px;
	   	margin:auto;
	
	}

	#x-negra-about{
		width: 100px;
		position: absolute;
		right: 20%;
		top: 80px;
	}

	#about-botones-modal-div{
		position: absolute;
	    left: 50%;
	    bottom: 23%;
	    transform: translate(-50%, 0%);
	    text-align: center;
	}	


	.colaboradores-modal-foto-social >img{
		width: 300px;
	}

	.about-div-2-modal-botones{
		display: block;
		text-align: center;
		margin-bottom: 20px;
		font-size: 36px;
	}

	#colaboradores-titulo h2{
		font-size: 36px;

	}
}

@media(max-width: 550px){
	#colaboradores-titulo h2{
		font-size: 30px;

	}

	.titulo-img{
		width: 300px;
	
	}

	.titulo-img-emprender{
		font-size: 34px;
    	position: absolute;
    	top: 40px;
    	right: 50px;
	}

	.about-modals-div{
		width: 65%;
	    text-align: center;
	   	padding-top: 80px;
	   	padding-bottom: 40px;
	   	margin:auto;
	}

	#texto-about-div-2{
		font-size: 17px;
	    width: 280px;
	    position: absolute;
	      top: 35%;
    	left: 50%;
    	text-align: center;
    	transform: translate(-50%,-100%);
	}

	.about-div-2-modal-botones{
		display: block;
		text-align: center;
		margin-bottom: 20px;
		font-size: 30px;
	}

	#about-botones-modal-div{
		position: absolute;
	    left: 50%;
    	transform: translate(-50%,0%);;
	    bottom: 23%;
	}

	#x-negra-about{
		width: 80px;
		position: absolute;
		right: 10%;
		top: 80px;
	}


	.colaboradores-modal-foto-social >img{
		width: 220px;
	}
}


.transition{
  	text-transform: uppercase;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
  	color: transparent;
  	margin: 0;
  	font-family: 'Galano_Grotesque_Bold';
  	text-align: center;
}

.transition span {
  display: inline-block;
  animation: jump .6s ease-in-out 0s infinite alternate;
}
.transition span:nth-child(3n+1) {
  animation-delay: 0.1s;
}
.transition span:nth-child(3n+2) {
  animation-delay: 0.2s;
}
.transition span:nth-child(3n+3) {
  animation-delay: 0.3s;
}
.transition span:nth-child(3n+4) {
  animation-delay: 0.4s;
}
.transition span:nth-child(3n+5) {
  animation-delay: 0.5s;
}
.transition span:nth-child(3n+6) {
  animation-delay: 0.6s;
}
.transition span:nth-child(3n+7) {
  animation-delay: 0.7s;
}
.transition span:nth-child(3n+8) {
  animation-delay: 0.8s;
}
.transition span:nth-child(3n+9) {
  animation-delay: 0.9s;
}
.transition span:nth-child(3n+10) {
  animation-delay: 1s;
}
.transition span:nth-child(3n+11) {
  animation-delay: 1.1s;
}
.transition span:nth-child(3n+12) {
  animation-delay: 1.2s;
}
.transition span:nth-child(3n+13) {
  animation-delay: 1.3s;
}
.transition span:nth-child(3n+14) {
  animation-delay: 1.4s;
}
.transition span:nth-child(3n+15) {
  animation-delay: 1.5s;
}
.transition span:nth-child(3n+16) {
  animation-delay: 1.6s;
}
.transition span:nth-child(3n+17) {
  animation-delay: 1.7s;
}
.transition span:nth-child(3n+18) {
  animation-delay: 1.8s;
}
.transition span:nth-child(3n+19) {
  animation-delay: 1.9s;
}

@keyframes jump {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0.22em);
  }
}



.transitionMovil{
  	text-transform: uppercase;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
  	color: transparent;
  	margin: 0;
  	font-family: 'Galano_Grotesque_Bold';
  	text-align: center;
}

.transitionMovil span {
  display: inline-block;
  animation: jump .6s ease-in-out 0s infinite alternate;
}
.transitionMovil span:nth-child(3n+1) {
  animation-delay: 0.1s;
}
.transitionMovil span:nth-child(3n+2) {
  animation-delay: 0.2s;
}
.transitionMovil span:nth-child(3n+3) {
  animation-delay: 0.3s;
}
.transitionMovil span:nth-child(3n+4) {
  animation-delay: 0.4s;
}
.transitionMovil span:nth-child(3n+5) {
  animation-delay: 0.5s;
}
.transitionMovil span:nth-child(3n+6) {
  animation-delay: 0.6s;
}
.transitionMovil span:nth-child(3n+7) {
  animation-delay: 0.7s;
}
.transitionMovil span:nth-child(3n+8) {
  animation-delay: 0.8s;
}
.transitionMovil span:nth-child(3n+9) {
  animation-delay: 0.9s;
}
.transitionMovil span:nth-child(3n+10) {
  animation-delay: 1s;
}
.transitionMovil span:nth-child(3n+11) {
  animation-delay: 1.1s;
}
.transitionMovil span:nth-child(3n+12) {
  animation-delay: 1.2s;
}
.transitionMovil span:nth-child(3n+13) {
  animation-delay: 1.3s;
}
.transitionMovil span:nth-child(3n+14) {
  animation-delay: 1.4s;
}
.transitionMovil span:nth-child(3n+15) {
  animation-delay: 1.5s;
}
.transitionMovil span:nth-child(3n+16) {
  animation-delay: 1.6s;
}
.transitionMovil span:nth-child(3n+17) {
  animation-delay: 1.7s;
}
.transitionMovil span:nth-child(3n+18) {
  animation-delay: 1.8s;
}
.transitionMovil span:nth-child(3n+19) {
  animation-delay: 1.9s;
}


#colaboradores-titulo h2{

	font-family: 'Galano_Grotesque_Heavy';
	text-transform: uppercase;
}

#about-titulo{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

@media(max-width: 750px){
	#about-titulo{
		display: none;
	}
}

@media(min-width: 751px){
	#about-titulo-movil{
		display: none;
	}
}

#about-titulo-movil{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.new{
	position: absolute;
    top: 0;
}

.x-blanca-modals{
	position: absolute;
    width: 25px;
    top: 40px;
    right: 40px;
    cursor: pointer;
    z-index: 10;
}

#colaboradores-about svg{
	width: 100%;
}

#colaboradores-titulo{
	margin:0px;
	margin-top: 40px;
	margin-bottom: 40px;
}



.colab-background{
	width: calc(100% - 10px);
	position: absolute;
	bottom: 0px;
	background-color: red;
	height: 100%;
	opacity: 0;
	z-index: -1;

	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.colab-background-escojido{
	opacity: 1;
	z-index: 5;


}

.colab-background:hover{
	cursor: crosshair;
}

.colaboradores-div{
	position: relative;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	width: 300px;
}

.colaboradores-div img{
	max-width: 100%;
}


#colaboradores-container{
	width: 70%;
}


@media(min-width: 1001px){
	#colaboradores-container{
		width: 900px;
	}
}

@media(min-width: 874px) and (max-width: 1000px){
	#colaboradores-container{
		width: 600px;
	}
}

@media(max-width: 873px){
	#colaboradores-container{
		width: 300px;
	}
}


#perfil-nosotros-1{
	background-color: rgba(234, 46, 25, .8);
}

#perfil-nosotros-2{
	background-color: rgba(253, 91, 28, .8);
}

#perfil-nosotros-3{
	background-color: rgba(249, 238, 50, .8);
}

#perfil-nosotros-4{
	background-color: rgba(147, 244, 130, .8);
}

#perfil-nosotros-5{
	background-color: rgba(56, 255, 225, .8);
}

#perfil-nosotros-6{
	background-color: rgba(49, 81, 244, .8);
}



.color-fondo-opacity-rojo{
	background-color: rgba(234,46,25,0.8);
	color: white;
}

.color-fondo-opacity-naranja{
	background-color: rgba(253,91,28,0.8);
	color: white;
}

.color-fondo-opacity-amarillo{
	background-color: rgba(249,238,50,0.8); 
	color: #2A2C2D;
}

.color-fondo-opacity-verde{
	background-color: rgba(147,244,130,0.8); 
	color: #2A2C2D;
}

.color-fondo-opacity-aqua{
	background-color: rgba(56,255,225,0.8); 
	color: #2A2C2D;
}

.color-fondo-opacity-azul{
	background-color: rgba(49,81,244,0.8);
	color: white;
}

.color-fondo-opacity-rosa{
	background-color: rgba(235,0,225,0.8);
	color: white;
}

.color-fondo-opacity-morado{
	background-color: rgba(112,46,121,0.8);
	color: white;
}



.color-fondo-rojo{
	background-color: rgb(234,46,25);
	color: white;
}

.color-fondo-naranja{
	background-color: rgb(253,91,28);
	color: white;
}

.color-fondo-amarillo{
	background-color: rgb(249,238,50); 
	color: #2A2C2D;
}

.color-fondo-verde{
	background-color: rgb(147,244,130); 
	color: #2A2C2D;
}

.color-fondo-aqua{
	background-color: rgb(56,255,225); 
	color: #2A2C2D;
}

.color-fondo-azul{
	background-color: rgb(49,81,244);
	color: white;
}

.color-fondo-rosa{
	background-color: rgb(235,0,225);
	color: white;
}

.color-fondo-morado{
	background-color: rgb(112,46,121);
	color: white;
}


.perfiles-social-div{
	position: absolute;
    width: 100%;

    bottom: 20px;
    text-align: center;
  
}

.perfiles-social-links{
	margin-left: 5px;
	margin-right: 5px;
}

.perfiles-social-links:focus, .perfiles-social-links:hover{
	color: #fff;
	text-decoration: none;
}

.perfiles-social-links img{
	width: 32px;
}




.colaboradores-modal{
	padding: 0px !important;
	height: 100%;
	border: none;
	box-shadow: none;
	border-radius: 0px;
}

.colaborador-2-modal-div{
	background-color: #FD5B1C;
}

.colaborador-3-modal-div{
	background-color: #F9EE32;
}

.colaborador-4-modal-div{
	background-color: #93F482;
}

.colaborador-5-modal-div{
	background-color: #38FFE1;
}

.colaborador-6-modal-div{
	background-color: #3151F4;
}

.modal-divs-colab{
	position: relative;

}

.colaboradores-modal-foto-social{
	position: absolute;
	left: 50%;
	top: 50%;

}

.fecha-eventos-titulo{
    font-size: 12px;
    margin-left: 5px;
}


.perfiles-social-div-colab{
	    margin: auto;
    display: table;
    margin-top: 40px;
}

.colab-texto-modals-div{
	position: absolute;
	left: 50%;
	top: 50%;
	
}
.colab-texto-modals-div h2{
	font-family: 'Galano_Grotesque_Bold';
	font-size: 22px;
	margin-bottom: 30px;
}

@media(min-width: 993px){
	.colab-texto-modals-div{
		width: 65%;
		transform: translate(-70%,-50%);

	}
	.colaboradores-modal-foto-social{
		transform: translate(-30%,-42%);
	}
}

@media(max-width: 992px){
	.colab-texto-modals-div{
		width: 75%;
		transform: translate(-50%,-50%);

	}

	.colaboradores-modal-foto-social{
		transform: translate(-50%,-40%);
	}
}

}

.colab-texto-modals-div h2{
	font-size: 35px;
}

.colab-texto-modals-div p{
	font-size: 16px;
	font-family: 'maisonneuemono';
}

.nombres-colab-preview{
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-80%);
	font-family: 'Galano_Grotesque_Bold';
	font-size: 22px;
}

.footer-about{
	height: 400px;
	background-color: white;
	color: black;
	position: relative;
}

.footer-eventos{
	height: 400px;
	background-color: #2C2C2C;
	color: black;
	position: relative;
}



#colaboradores-about{
	position: relative;
	padding-bottom: 100px;
	overflow: hidden;
	background-image: url('/svg/dots-negros-2.svg');
	background-repeat: repeat;
	background-position: center;

}


#colaboradores-about-fondo{
	position: absolute;
    top: 60px;
    left: 0px;
    z-index: -1;
    transform: scale(1.2);

}

.eventos-container{
	width: 45%;
}

.eventos-header{
	margin: 70px 0px;
}

.eventos-header h1{
	text-transform: uppercase;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
  	color: transparent;
  	font-family: 'Galano_Grotesque_Heavy';
}

.collapse-titulo{
	display: block;
	width: 100%;
	padding: 0px;
	text-align: center;
	font-size: 16px;
	color: white;
	text-transform: uppercase;
}



.separa-imagen-div{
	
    width: 160px;
    vertical-align: middle;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.collapse-titulo:hover > .separa-imagen-div{
	opacity: 1;
}

.collapse-titulo:hover, .collapse-titulo:focus  {
	color: white;
	text-decoration: none;
}

.panel-heading.eventos-collapse{
	padding: 0px;
    background-color: #2C2C2C;
    border: none;
    padding-bottom: 15px;
    padding-top: 10px;
}

.panel-default{
	border:none;
}

.collapse-contenido-div{
	background-color: #F9EE32;
	position: relative;
}

.modal-open .modal{
	z-index: 99999999999;
}

@media(min-width: 1200px){
	.collapse-contenido-div > .container{
		width: 60%;
	}

	.separa-imagen-div{
		opacity: 0;
		display: inline-block;
    	margin-left: 60px;
	}

	.eventos-collapse-titulo h2{
		font-size: 36px;
		font-family: 'Galano_Grotesque_Heavy';
	}

	.eventos-collapse-subtitulo p{
		font-size: 16px;
		font-family: 'maisonneuemono';
	}

	.inputs-labels{
		padding:0px;
		font-family: 'maisonneuemono';
		font-size: 16px;
	}
}

@media(min-width: 769px) and (max-width: 1199px){
	.collapse-contenido-div > .container{
		width: 70%;
	}

	.separa-imagen-div{
		opacity: 0;
		display: inline-block;
    	margin-left: 60px;
	}

	.eventos-collapse-titulo h2{
		font-size: 36px;
		font-family: 'Galano_Grotesque_Heavy';
	}

	.eventos-collapse-subtitulo p{
		font-size: 16px;
		font-family: 'maisonneuemono';
	}

	.inputs-labels{
		padding:0px;
		font-family: 'maisonneuemono';
		font-size: 16px;
	}
}

@media(max-width: 768px){
	.collapse-contenido-div > .container{
		width: 90%;
	}

	.separa-imagen-div{
		opacity: 1;

		display: block;
   		margin: auto;
    	margin-top: 10px;
	}

	.eventos-collapse-titulo h2{
		font-size: 23px;
		font-family: 'Galano_Grotesque_Heavy';
	}

	.eventos-collapse-subtitulo p{
		font-size: 12px;
		font-family: 'maisonneuemono';
	}

	.inputs-labels{
		padding:0px;
		font-family: 'maisonneuemono';
		font-size: 12px;
	}
}

.container.container-titulo{
	padding: 0px;
}

.eventos-collapse-titulo{
	text-transform: uppercase;
	
	margin-top: 60px;

}


.eventos-description{
	font-family: 'maisonneuemono';
	font-size: 14px;
	margin-top: 20px;
	text-align: justify;
}

.eventos-registro-titulos{
	text-transform: uppercase;
	font-size: 22px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: 'Galano_Grotesque_Heavy';
}


.eventos-collapse-subtitulo{
	margin-bottom: 20px;
	margin-top: 15px;
}



.radio-inline, .checkbox-inline{
	font-family: 'maisonneuemono';
}

.input-cajas{
	border:none;
	border-radius: 0px;
	height: 25px;

}
.form-group{
	margin-bottom: 25px;
}

.boton-separar-class{
	border: none;
    background: none;
    width: 160px;
    padding: 0px;
    display: block;
    margin: auto;
}

.boton-separar-class:hover,.boton-separar-class:focus{
	border: none;
    background: none;
   width: 160px;
    padding: 0px;
    display: block;
}

.boton-separar-div{
	margin-top: 60px;
	margin-bottom: 40px;
}


.cerrar-collapsible{
	cursor: pointer;
	width: 25px;
    position: absolute;
    top: 40px;
    right: 10%;
}

.fotos-eventos{
	width: 100%;
	height: 350px;

	margin-bottom: 40px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.mapas-eventos{
	height: 350px;
	width: 100%;
}