/**

Arreglos y cambios sobre el estilo original minificado.

Se hace asi porque: se hizo los cambios de "gamba" para el maquetador anterior que nunca completó su trabajo; y nunca se obtuvo el normal/no-minificado.
*/



.visually-hidden {
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline-block;
}



.bio .bio-talks .horario {
	width: auto !important;
}

.bio .bio-talks div.description {
	margin-top: 0 !important;
}

.bio .bio-talks div.description p{
	padding: 0 !important;
}

.bio .bio-talks div.nota-title {
	padding-bottom: 0 !important;
}


.bio .the-person {
	float: left;
	width: 240px;
}
	.bio .the-person .imagen {
		width: 100% !important;
	}
	.bio .the-person .profile-socials {
		text-align: center;
	}
	
	.bio .the-person .profile-socials .network {
		border-radius: 400px;
		overflow: hidden;
		display: inline-block;
		height: 50px;
		width: 50px;
		position: relative;
		
	}
	
	.bio .the-person .profile-socials .network img {
		object-position: center;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}



.nota .imagen {
	position: relative;
	overflow: hidden !important;
}

.nota .imagen .real-image {
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	position: absolute;

	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	
	/* temporal */
	border-radius: 4px;
}


@media screen and (max-width: 600px) {
	.inscripcion-y-reserva .wrapper{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.inscripcion-y-reserva div .wrapper>div:nth-child(1) p:nth-child(1) {
	   font-size: 1.4em;
	}

	/* seccion de precio */
	.inscripcion-y-reserva div .wrapper>div:nth-child(1) p:nth-child(1) > span {
		display: block;
		margin-top: 0.6em;
	}
	/* seccion de precio: el precio-texto */
	.inscripcion-y-reserva div .wrapper>div:nth-child(1) p:nth-child(1) span span {
		font-size: 2em;
	}
	 /* formas de pago */
	.inscripcion-y-reserva div .wrapper>div:nth-child(2) div ul {
		margin: 0 -10px 20px;
	}
	.inscripcion-y-reserva div .wrapper>div:nth-child(2) div ul li {
		width: 90px;
		margin: 0 6px 8px 0 !important;
	}
}



.bio .speaker-section .title { 
	font-size: 28px;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	display: inline-block;
	position: relative;
}
.bio .title-underline {
	z-index: 0 !important;
	width: 100% !important;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
}

.bio .bio-talks .description .link-read-more{ display: block; }


.nota .link-read-more a {
    padding-left: 6px !important;
    margin: 0 0.6em 0 0 !important;
    color: inherit !important;
    font-size: 1em !important;
}
.nota .link-read-more a::before {
	background: none !important;
}



h1, h2, h3, h4, h5, h6, p {color: black; }
.promocion h1, .promocion h2, .promocion h3, .promocion h4, .promocion p {color: white; }
.iconos-verdes h1, .iconos-verdes h2, .iconos-verdes h3, .iconos-verdes h4, .iconos-verdes p {color: white; }
.inscripcion-y-reserva h1, .inscripcion-y-reserva h2, .inscripcion-y-reserva h3, .inscripcion-y-reserva h4, .inscripcion-y-reserva p {color: white; }
.ubicacion-y-alojamiento h1, .ubicacion-y-alojamiento h2, .ubicacion-y-alojamiento h3, .ubicacion-y-alojamiento h4, .ubicacion-y-alojamiento p {color: white; }
.informacion-redes h1, .informacion-redes h2, .informacion-redes h3, .informacion-redes h4, .informacion-redes p {color: white; }

@media screen and (max-width: 769px) { 
	.section-principal .wrapper .tab-content section.tab-principal-01 h4, .section-principal .wrapper .tab-content section.tab-principal-02 h4, .section-principal .wrapper .tab-content section.tab-principal-03 h4, .section-principal .wrapper .tab-content section.tab-principal-04 h4 {
		margin: 0;
	}
}

.section-principal .nota { 
	margin: 0 0 1.2em 0 !important;  
}
@media screen and (max-width: 769px) { 
	.section-principal .nota { 
		margin: 1.8em 0 !important;  
	}
	.section-principal:first-child div.nota { 
		margin: 0 0 1.2em 0 !important;  
	}
}


.section-principal .nota .nota-title > div:nth-child(2) {z-index: 3 !important; }

.section-principal .nota .nota-title a {color: inherit; }
.section-principal .nota .nota-title h4 { font-size: 1.24em !important }

.section-principal .nota .text-inner{
	color: #8b8a8a;
}
.section-principal .nota .text-inner p {
	/* overwrite content-text to avoid javascript,
	   very lame way of doing it... */
	padding: 0 0 14px 0;
	color: inherit;
	width: 100%;
	float: left;
	text-align: left;
	text-transform: none;
	padding: 0;
	margin: 0.2em 0 0 0;
}



.section-principal .nota > div, .section-principal .nota .texto, .section-principal .nota .text-inner {overflow: visible !important; }
.section-principal .nota .texto {
	font-size: 1em !important;
}

/*.bio .imagen  {overflow: hidden; }*/
.bio .imagen div {
	padding: 0 !important;
	margin: 0 !important;
	background-size: cover;
	background-position: top center;
	min-height: 237px;
}

.bio .nota-title .title {
	font-size: 28px; 
	padding: 0;
	margin: 0;
	text-transform: initial;
	letter-spacing: inherit;
	text-align: left;
	}

.bio .subtitles {padding: 0 !important; }

.bio .talk-info {
   border-top: 0 !important;
   border-bottom: dashed 1px #8b8a8a;
   padding: 0 !important;
	margin-bottom: 3em !important;
}

.bio .speaker-section {
	margin-top: 3em !important;
	padding-top: 3em !important;
}

.bio .speaker-section .title {font-size: 1.8em; }

.bio .speaker-section .speaker {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 1em 0 !important;
}

.bio .speaker .thumbnail{
	float: none !important;
	margin: 0 !important;
	margin-right: 3em !important;
	width: 100%;
	max-width: 180px !important;
	height: 160px;
	padding: 0  !important;
	border-radius: 6px;
	overflow: hidden;
	position: relative;

	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.bio .speaker .person-details .person-title {
	display: block;
	font-style: italic;
	margin-top: 0.3em;
}

.bio .speaker .person-details .person {
	padding: 0 !important;
}

.bio .speaker .person-details .bio-button {
	display: block;
	padding: 1em 1.2em;
	color: white;
	width: 140px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1em;
	border-radius: 4px;
}


.program-speaker {
	width: 100%;
	padding: 0 0 0 0px;
	margin: 0.2em 0 0 0;
	position: relative;
	z-index: 9 !important;
	overflow: visible !important;	
	display: inline-block;
	color: #606060;
	font-size: 1em;
}

@media screen and (max-width: 769px) { 
	.program-speaker {
		margin: 0.6em 0;
	}
}


.bio .program-speaker {
	font-size: 1.24em;
}

.program-speaker a{
	color: inherit;
}

.program-speaker .program-speaker-separator {
	margin: 0 0.2em;
}

.program-speaker .name, .program-speaker .title {
	padding: 0;
}
.program-speaker .name {
	padding: 0;
	position: relative;
}
.program-speaker .title {
	position: relative;
	max-width: 56%;
	min-width: 56%;
	color: #7c7c7c;
}
	@media screen and (max-width: 700px) {
		.program-speaker .title {
			max-width: 100%;
		}
		.program-speaker .title .color-primario-texto {
			color: #666666 !important;
		}
	}


.comite-photo-box {
	margin: 0 auto;
	border: 2px solid #8b8a8a;
	max-width: 167px;
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
	min-height: 168px;
}
.slide-comite-academico .wrapper .slide-comite div img {
	border: 0 solid transparent !important;
	border-radius: 0px !important;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	height: 100%;
}


.nota .time p, .nota-time p {
	width: 60px !important;
	height: 60px !important;
	float: left !important;
	display: inline-block !important;
	border-radius: 50% !important;
	padding: 14px !important;
	margin-right: 14px !important;
	text-align: center !important;
	font-size: 14px !important;
	text-transform: uppercase !important;
	color: white !important;
	line-height: 32px !important;
	padding-left: 12px !important;
}



.bio .wrapper > div:nth-child(2) div > div .actividad{
	margin-top: 10px;
	padding: 0;
}

.bio .wrapper > div:nth-child(2) div > div .actividad a {
	color: inherit;
}



@media screen and (min-width: 769px) {
	.ubicacion-y-alojamiento div a {
		min-width: 450px !important;
		max-width: none !important;
	}
}

@media screen and (max-width: 480px) {
	.ubicacion-y-alojamiento div a, .embed-container div a, .maps div a {
		background-repeat: no-repeat;
	}
}


footer div {
    max-width: 800px !important;
}
footer div p a {color: inherit; }
footer div p a:hover {color: black; }


/* hack to center text */
.ubicacion-y-alojamiento h3 {
	max-width: 300px;
}

/* fix some weird logo size */
header > div > div:nth-child(1) a img {height: auto; }

	header.header-active > div > div:nth-child(1) a img {height: auto; }

	@media screen and (min-width: 769px) {
		header > div > div:nth-child(1) a img {
			max-width: none; 
			/*max-height: 100px; */
			max-height: 60px;  
		}
		header.header-active > div > div:nth-child(1) a img {
			max-width: none; 
			/*max-height: 100px; */
			max-height: 60px; 
		}
	}
	@media screen and (max-width: 480px) {
		header > div > div:nth-child(1) {
			padding: 0;
		}
	}
/* end fix some weird logo size */

.slide-out-menu {
	-webkit-box-shadow: 0px 5px 20px 0px #000;
	box-shadow: 0px 5px 20px 0px #000;
}
/* only show header shadow when it gets smaller*/
@media screen and (min-width: 769px) {
	header {
		-webkit-box-shadow: 0px 3px 20px 0px transparent;
		box-shadow: 0px 3px 20px 0px transparent;
	}
	header.header-active {
		-webkit-box-shadow: 0px 3px 20px 0px #000;
		box-shadow: 0px 3px 20px 0px #000;
	}
}
/* end only show header shadow when it gets smaller*/

.gray-overlay {
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}


/* min height for images in program-workshops and center vertically */

.section-principal .wrapper .tab-content section.tab-principal-01 .nota .imagen a, .section-principal .wrapper .tab-content section.tab-principal-02 .nota .imagen a, .section-principal .wrapper .tab-content section.tab-principal-03 .nota .imagen a, .section-principal .wrapper .tab-content section.tab-principal-04 .nota .imagen a {
		/*left: 70px;
		bottom: 0px;
		top: auto;
		*/
}

.section-principal .nota .imagen {
	min-height: 118px;
	position: relative;
	/*overflow: hidden !important;*/
}
.section-principal .nota .imagen img {
	position: absolute;
	max-height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
			  transform: translate(-50%,-50%);
}

.section-principal .wrapper .tab-content section.tab-principal-01 .nota .imagen img, .section-principal .wrapper .tab-content section.tab-principal-02 .nota .imagen img, .section-principal .wrapper .tab-content section.tab-principal-03 .nota .imagen img, .section-principal .wrapper .tab-content section.tab-principal-04 .nota .imagen img {
	width: auto !important;
}


@media screen and (min-width: 769px) {
	.section-principal .wrapper .tab-content section.tab-principal-01 .nota .imagen, .section-principal .wrapper .tab-content section.tab-principal-02 .nota .imagen, .section-principal .wrapper .tab-content section.tab-principal-03 .nota .imagen, .section-principal .wrapper .tab-content section.tab-principal-04 .nota .imagen {
		/*overflow: hidden !important;*/
		max-width: 160px;
		margin: 0 !important;
	}
}




/* new hero */
section.promocion .wrapper {
	overflow: initial;
	padding: 40px 24px;

	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;

	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;

}
@media screen and (max-width: 600px) {
	section.promocion .wrapper {
		padding: 6em 10px 70px 10px;
	}
}
	

.promocion .bigger-promotion {
	text-transform: uppercase;
	color: white;
	text-align: center;
	/*
	margin-left: auto;
	margin-right: auto;
	*/
	}
@media screen and (min-width: 1050px) {
    .promocion .bigger-promotion {
        padding-left: 1.5em;
        display: inline-block;
        width: 780px;
        margin-bottom: 40px;
        margin-top: 60px;
    }
}

@media only screen 
    and (min-width : 1000px)
    and (max-width : 1030px)
    {
    .promocion .bigger-promotion {
        width: 760px;
        margin: 0 auto;
    }
}

	.bigger-promotion h2 {
		font-weight: bold;
		/*word-break: break-all;*/
		}

		.bigger-promotion h2 .title {
			display: block;
			font-size: 4em;
			text-transform: none;
			font-family: Signika;
			font-weight: normal;
		}
		.bigger-promotion h2 .subtitle {
			font-size: 0.89em;
			letter-spacing: 0.14em;
		}
		@media screen and (min-width: 610px) {
			.bigger-promotion h2 .title {
				margin-bottom: -0.08em;
			}
		}

		@media screen and (max-width: 600px) {
			.bigger-promotion h2 {
				line-height: 0.7em;
			}
			.bigger-promotion h2 .title {
				font-size: 2em;
				line-height: 1.1em;
			}
			.bigger-promotion h2 .subtitle {
				font-size: 0.58em;
				line-height: 1em;
			}
		}

	.bigger-promotion .event {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 1em;
		-webkit-box-pack: justify;
			 -ms-flex-pack: justify;
				  justify-content: space-between;
		}
		@media screen and (max-width: 600px) {
			.bigger-promotion .event {
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
					 -ms-flex-direction: column;
						  flex-direction: column;
			}
		}
		.bigger-promotion .event .date-box {
			background-color: rgba(0, 0, 0, 0.66);
			padding: 1em 2em;
			font-size: 0.9em;
			-webkit-box-flex: 1;
				 -ms-flex: 1 1 auto;
					  flex: 1 1 auto;
			letter-spacing: 0.04em;
		}
		@media screen and (max-width: 600px) {
			.bigger-promotion .event .date-box {
				font-size: 0.75em;
				margin-bottom: 2em;
				text-align: center;
				padding: 1em;
				letter-spacing: 0.03em;
			}
		}
		.bigger-promotion .event .date-text {
			display: block;
			font-size: 1.4em;
			letter-spacing: 0.07em;
			font-weight: bold;
		}
		.bigger-promotion .event .suscribe-button {
			background-color: orange;
			margin: 0; /*overwrite*/
			padding: 0; /*overwrite*/
			padding: 1em 2em;
			font-size: 1.2em;
			line-height: 1.9em;
			margin-left: 0.5em;
			letter-spacing: 0.08em;
			-webkit-box-flex: 1;
				 -ms-flex: 1 1 auto;
					  flex: 1 1 auto;
		}
		@media screen and (max-width: 600px) {
			.bigger-promotion .event .suscribe-button {
				padding: 0.7em 2em;
				margin-left: 0em;
				font-size: 1.1em;
			}
		}

/* end new hero */


section.slide-empresas .wrapper {
	max-width: none;
}

.slide-empresas .wrapper p {
	color: black;
	font-weight: bold;
	font-size: 1.4em;
	letter-spacing: 0.15em;
	margin: 0.8em 0 1.8em;
	}
	@media screen and (max-width: 600px) {
		.slide-empresas .wrapper p {
			font-size: 1.2em;
		}
	}

.slide-empresas-logo  {
	position: relative;
	min-height: 130px;
	max-height: 150px;
	min-width: 180px;
	background-color: white;
	-webkit-box-flex: 2;
		 -ms-flex: 2 1 auto;
			  flex: 2 1 auto;

	display: block; /* IE<11 */
	}
	@media screen and (max-width: 600px) {
		.slide-empresas-logo  {
			min-height: 120px;
			max-height: 140px;
			min-width: 160px;
		}
	}

.slide-empresas .slick-list {margin: 0 auto; }

.slide-empresas .slick-initialized .slick-slide {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		 -ms-flex-direction: column;
			  flex-direction: column;
	-webkit-box-pack: center;
		        -ms-flex-pack: center;
			  justify-content: center;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	background-color: white;

	/* IE<11 */
	position: relative;
	display: block;
	max-width: 300px;
	}

.slide-empresas-logo img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
			  transform: translate(-50%, -50%);

	width: auto !important; 
	object-fit: contain;
	}

	@media screen and (min-width: 610px) {
		.slide-empresas-logo img {
			max-width: 120px !important; 
			max-height: 120px !important;
		}
	}
	@media screen and (min-width: 1030px) {
		.slide-empresas-logo img {
			max-width: 160px !important; 
		}
	}
	@media screen and (max-width: 600px) {
		.slick-slide img ,
		.slide-empresas-logo img {
			max-width: 130px !important;
			max-height: 120px !important;
		}
	}

	/* ugly hack */
	@media screen and (max-width: 600px) {
		.slick-slide div {

			position: relative;
			min-height: 130px;
			max-height: 150px;
			min-width: 0px;
		}
		/*
		.slick-slide div img:first-of-type {
			margin: 0 2em 0 -2em;
		}
		.slick-slide div img:last-of-type {
			margin: 0 -2em 0 2em;
		}
		*/

	}
@media only screen and (max-width: 768px){
	body>div.wrapper>section.slide-empresas>div>div>div>div>div>img {
	 margin: 0 16px;
	}

	body>div.wrapper>section.slide-empresas>div>div>div {
	 margin: 0 ;
 }
}
/* end proper grid for sponsors-slider */



/* fix logo in mobile */

@media (max-width: 1107px) and (min-width: 769px){
	header {height: auto; }
}

	header .header-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		 -webkit-box-pack: center;
			 -ms-flex-pack: center;
		-webkit-box-align: center;
		 -ms-flex-align: center;
		align-items: center;
		justify-content: center;
		max-width: 1200px;
		}
		@media screen and (max-width: 1100px){
			header .header-container {
				-webkit-box-pack: start;
					 -ms-flex-pack: start;
						  justify-content: flex-start;
			}
		}

	header .header-logo {
		width: auto;
		min-width: 200px;
		}
		@media only screen and (max-width: 768px){
			header.header-active > div > div:nth-child(1) {
				padding: 0.3em 0.3em 0.3em 1em;
				
			}
			header > div > div:nth-child(1) {
				padding: 0.3em 0.3em 0.3em 1em;
				
			}
		}

		@media only screen and (min-width: 769px){
			header.header-active > div > div:nth-child(1),
			header > div > div:nth-child(1)
			 {
				width: auto;
				width: 50%;
				max-width: 200px;
			}
		}

	@media only screen and (max-width: 768px){
		header .header-logo a,
		header > div > div:nth-child(1) a {
			position: relative;
			width: 100%;
			height: 100%;
			-webkit-transform: translate(0px, -0%);
					  transform: translate(0px, -0%);
			top: 0;
		}
	}

	header > div > div:nth-child(1) {
		-webkit-box-shadow: 0px 0px 0px 0px transparent;
		        box-shadow: 0px 0px 0px 0px transparent; 
	}

	@media screen and (max-width: 600px){
		header.header-active>div>div:nth-child(1) a img,
		header >div>div:nth-child(1) a img {
			height: auto;
		}
	}

	header nav {
		-webkit-box-flex: 2;
			 -ms-flex: 2 1 auto;
				  flex: 2 1 auto;
		width: auto;
		padding: 0 0 0 20px !important;
	}
		@media (max-width: 1107px) and (min-width: 769px) {
			header > div > nav {
				padding: 0 0 0 20px !important;
			}
		}

/* end fix logo in mobile */


.promocion .wrapper .promocion-desktop h4 {display: inline-block; max-width: none; }

.iconos-verdes .wrapper .slick-track{
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
			  flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-ms-flex-align: start;
	-webkit-box-align: start;
			  align-items: flex-start;
}

.promocion .promocion-mobile {margin-top: -50px; }
.promocion .promocion-mobile h2{padding-top: 10px; }
.promocion .promocion-mobile h2 b{ padding-top: 0.3em; }

@media screen and (max-width: 500px) {
	.promocion .wrapper a{ width: 100%; text-align: center; margin-top: 1em; padding: 1em 1em;}
}

.promocion .wrapper .promocion-desktop h2 { font-size: 40px; }
.promocion .wrapper .promocion-desktop h2 b { font-size: 0.85em; }


/* fix scrolling bar in menu tabs for workshops*/
.section-principal .wrapper nav {
	/* hack but works? */
	z-index: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	
	overflow-x: auto; /* only show scroll when needed -> more than 1 item */
}

.section-principal .wrapper nav ul {
	width: auto !important; 
	margin: 0 !important; 
}

@media screen and (max-width: 768px) {

	.section-principal .wrapper nav ul {min-width: 0 !important; width: 200% !important; }
	.section-principal .wrapper nav ul li:first-child {padding-left: 0 !important; }

	.section-principal .wrapper nav ul:after {
		 background: transparent;
		 content: "";
		 height: 0; width: 0;
	}

	.section-principal .wrapper nav ul {border-bottom: 2px solid #8b8a8a; }
}
/* end fix scrolling bar in menu tabs for workshops*/


.nota .titulo-parrafo {padding-top: 0.3em !important;}


/* fix workshop's title in mobile */
.section-principal .wrapper .tab-content section.tab-principal-01 .nota .titulo-parrafo .nota-title, .section-principal .wrapper .tab-content section.tab-principal-02 .nota .titulo-parrafo .nota-title, .section-principal .wrapper .tab-content section.tab-principal-03 .nota .titulo-parrafo .nota-title, .section-principal .wrapper .tab-content section.tab-principal-04 .nota .titulo-parrafo .nota-title 
	{float: none !important; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.section-principal .wrapper .tab-content section.tab-principal-01 .nota .titulo-parrafo .nota-title>div:nth-child(1), .section-principal .wrapper .tab-content section.tab-principal-02 .nota .titulo-parrafo .nota-title>div:nth-child(1), .section-principal .wrapper .tab-content section.tab-principal-03 .nota .titulo-parrafo .nota-title>div:nth-child(1), .section-principal .wrapper .tab-content section.tab-principal-04 .nota .titulo-parrafo .nota-title>div:nth-child(1) 
	{float: none !important; width: auto !important; max-width: 70px; }

.section-principal .wrapper .tab-content section.tab-principal-01 .nota .titulo-parrafo .nota-title>div:nth-child(2), .section-principal .wrapper .tab-content section.tab-principal-02 .nota .titulo-parrafo .nota-title>div:nth-child(2), .section-principal .wrapper .tab-content section.tab-principal-03 .nota .titulo-parrafo .nota-title>div:nth-child(2), .section-principal .wrapper .tab-content section.tab-principal-04 .nota .titulo-parrafo .nota-title>div:nth-child(2)
	{margin-top:  0 !important; padding-left: 1em !important; }
/* end fix workshop's title in mobile */

/* info icon in mobile */
@media screen and (max-width: 769px) {
	.informacion-redes .wrapper>div:nth-child(1) h3::before {
		left: -14px;
		top: 0px;
		width: 44px;
		height: 44px;
		background-size: 44px;
	}

	.informacion-redes .wrapper > div:nth-child(1) > h3 {
		padding: 0 0 0px 50px !important;
		line-height: 40px;
	}

	.informacion-redes .wrapper>div:nth-child(1) h3:after {
		position: relative;
		left: 0;
		bottom: -10px;
		/*margin: 0 auto;*/
		display: block;
	}
}
/* endinfo icon in mobile */


/* fix thumbnails programm-workshops */
@media screen and (max-width: 769px) {
	.section-principal .wrapper .tab-content section.tab-principal-01 .nota .imagen, .section-principal .wrapper .tab-content section.tab-principal-02 .nota .imagen, .section-principal .wrapper .tab-content section.tab-principal-03 .nota .imagen, .section-principal .wrapper .tab-content section.tab-principal-04 .nota .imagen  
		{
			width: 100% !important; 
			margin-bottom: 0.5em !important; 
			overflow: hidden;
			height: 230px;
		}
	.section-principal .wrapper .tab-content section.tab-principal-01 .nota .titulo-parrafo, .section-principal .wrapper .tab-content section.tab-principal-02 .nota .titulo-parrafo, .section-principal .wrapper .tab-content section.tab-principal-03 .nota .titulo-parrafo, .section-principal .wrapper .tab-content section.tab-principal-04 .nota .titulo-parrafo  
		{position: relative; }
}
/* end fix thumbnails programm-workshops */

/* fix navigation in flexybox/gallery */
.fancybox-controls {top: 50%; }
.fancybox-show-infobar .fancybox-infobar{width: 100%;}
.fancybox-button--left {position: absolute;left: 20%;}
.fancybox-button--right {position: absolute;right: 20%;}

.fancybox-button--left::after, .fancybox-button--right::after {
	 top: 18px;
	 width: 12px;
	 height: 12px;
	 background: transparent;
	 border-top: 6px solid currentColor;
	 border-right: 6px solid currentColor;
}

.fancybox-infobar__body,.fancybox-show-buttons .fancybox-buttons {display:none}
/* end fix navigation in flexybox/gallery */

/* center congreso */
.sobre-el-congreso .sobre-congreso-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		 -ms-flex-direction: column;
			  flex-direction: column;
	-webkit-box-pack: center;
		 -ms-flex-pack: center;
			  justify-content: center;
}

	@media screen and (min-width: 760px) {
		.sobre-el-congreso .sobre-congreso-text {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
				 -ms-flex-direction: row;
					  flex-direction: row; 
			-webkit-box-pack: center; 
				 -ms-flex-pack: center; 
					  justify-content: center;
		}
	}

.sobre-el-congreso .sobre-congreso-text p {
	-webkit-box-flex: 2;
		 -ms-flex-positive: 2;
			  flex-grow: 2;
	max-width: 600px;
	margin: 1.6em 0;
}
	@media screen and (min-width: 769px) {
		.sobre-el-congreso .sobre-congreso-text p {margin: 1.6em; }
	}
/* end center congreso */


/* sponsors new style */
.inscripcion-y-reserva div {background: white;}

section.sponsors {background-color: #f2f2f2; padding: 1em 0; }

.sponsors .sponsor-group { margin-bottom: 3em; }

.sponsors .sponsors-slide-01 .slick-slide, .sponsors .sponsors-slide-02 .slick-slide, .sponsors .sponsors-slide-03 .slick-slide, .sponsors .sponsors-slide-04 .slick-slide, .sponsors .sponsors-slide-05 .slick-slide {
	background-color: white;
	border-radius: 0.4em;
	margin: 0.6em;
	-webkit-box-shadow: 0px 0px 4px 1px #c9c9c9;
	        box-shadow: 0px 0px 4px 1px #c9c9c9;
	position: relative;
	overflow: hidden;
}
	@media screen and (min-width: 769px) {

		.sponsors .sponsors-slide-01 .slick-slide, .sponsors .sponsors-slide-02 .slick-slide, .sponsors .sponsors-slide-03 .slick-slide, .sponsors .sponsors-slide-04 .slick-slide, .sponsors .sponsors-slide-05 .slick-slide{
			width: 190px !important; 
			max-height: 190px;

		}

	}
.sponsors .sponsor-group img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
			  transform: translate(-50%, -50%);
   /*height: 100%;*/
}


	/* image in square, stretch one side until is full proportionally. Centered. */
.sponsors .sponsor-group .slide-sponsor-logo {
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    min-width: 100px;
    min-height: 100px;
    width: 100%;
    height: 100%;
    background-position: center;
}


/* end sponsors new style */

/* until we've got the proper working URL */
@media screen and (max-width: 769px) {
	.inscripcion-y-reserva .wrapper {padding: 0; }
}

.register-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
		 -ms-flex-direction: row;
			  flex-direction: row;
	-webkit-box-pack: center;
		 -ms-flex-pack: center;
			  justify-content: center;
}

.btn-register {
	text-transform: uppercase;
	text-align: center;
	position: relative;
	padding: 14px 14px 12px 52px;
	font-size: 1.4em;
	display: block;
	color: white;
	min-width: 198px;
	border-radius: 6px;
}

.btn-register::before{
	width: 32px;
	height: 32px;
	content: "";
	left: 12px;
	top: 12px;
	position: absolute;
	background: url(../images/inscripcion-y-reserva/icon-right-02.png) left top no-repeat;
}






.bio .wrapper>div:nth-child(2) div>div.nota-time {
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	float:none !important;
}

.bio .wrapper>div:nth-child(2) div>div.nota-time p{
	margin: 0 1em 0 0 !important
}



.bio .nota-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center; 
}
.bio .wrapper>div:nth-child(2) .texto-bio>div.nota-title {
	border-top: 0 !important;
	padding-top: 0 !important;
	margin-top: 0 !important;
}

.bio .wrapper>div:nth-child(2) div>div.talk-info {
	margin: 0 0 2em 0!important;
}

.bio .wrapper>div:nth-child(2) div>div.program-speaker {
	margin: 0 !important;
}
	@media screen and (max-width: 769px) { 
		.bio .wrapper>div:nth-child(2) div>div.program-speaker {
			margin: 0.6em 0 0 !important;
		}
	}


.bio .wrapper>div:nth-child(2) div>div.name {
	padding: 0 !important;
	margin: 20px 16px 0 0 !important;
	width: auto;
}


.bio .wrapper>div:nth-child(2) div.name>h5, .bio .wrapper>div:nth-child(2) div.title>h5 {
	font-size: 20px;
}

footer div p {
	display: block;
	float: none;
}


@media screen and (max-width:769px) {	
	.home .nota .imagen {
		/*margin-top: 2em !important;*/
		
	}
}

@media screen and (max-width:769px) {	
	.bio .imagen {
		max-width: 240px  !important;
		height: 200px  !important;
		min-height: 180px  !important;
		margin: 10px auto 2em  !important;
		overflow: hidden;
	}
	
	.bio .speaker-section .speaker	{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.bio .speaker-section .speaker .thumbnail {
		margin-right: 0 !important;
	}
	.bio .speaker-section .speaker .person-details {
		text-align: center;
	}
}


@media screen and (max-width:769px) {
	
	.bio {
		padding-top: 7em !important;
	}
	.bio .wrapper>div:nth-child(2) div>div.description {
		margin-top: 1.4em !important;
	}
	.bio .wrapper>div:nth-child(2) div>div h4 {
		margin-bottom: 0 !important;
	}
}


@media only screen and (min-width: 769px) {
	header > div > nav > ul > li {
		padding: 24px 12px 16px !important; /* center vertically. Had different padding in all directions */
	}
	header > div > nav > ul > li:nth-child(4) {
		padding: 24px 26px 14px 28px  !important;
	}
}
/* shrink header */
header, header.header-active {
	padding: 0 !important;
}
body > .wrapper {
	padding: 70px 0 0 0;
}

@media screen and (max-width: 768px) {
    body > .wrapper {
        padding: 100px 0 0 0;
    }
}
@media screen and (min-width: 769px) and (max-width: 1172px) {
    body > .wrapper {
        padding: 130px 0 0 0;
    }
}

header.header-active > div > nav > ul {
	height: auto !important;
}




.inscripcion-y-reserva {
	margin-top: 2em;
}


.inscripcion-y-reserva h3::before {
	display: none;
}

.inscripcion-y-reserva .title  {
	padding: 28px 0;
	max-width: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-line-pack: center;
	    align-content: center;
}
.inscripcion-y-reserva .title span {
	position: relative;
}
.inscripcion-y-reserva .title span::before {
	width: 54px;
	height: 54px;
	content: "";
	position: absolute;
	background: url(../images/inscripcion-y-reserva/icon-right.png) left top no-repeat;
	top: -8px;
	left: -60px;
}


/* form inscripcion listado precios */

.inscripcion-y-reserva .list-prices {
	display: flex;
	flex-direction: column;
	align-items: center;
}
	@media screen and (max-width: 400px) {
		.inscripcion-y-reserva .list-prices  {
		    padding: 34px 0;
		}
	}
.inscripcion-y-reserva .register-row {
	margin-top: 2em;
}
@media screen and (max-width: 400px) {
	.inscripcion-y-reserva .register-row {
		margin-top: 0em;
	}
}


	/*    overwrite pretty dropdown.js */
	#prettydropdown-register-list-prices {
		width: 90% !important; /*otherwise it takes plugin's inline*/
	}
		@media screen and (max-width: 400px) {
			#prettydropdown-register-list-prices {
				width: 100% !important; 
			}
		}
	#prettydropdown-register-list-prices ul {
		width: 100%; /*otherwise it takes plugin's inline*/
		overflow: hidden; /*weird bug that sometimes happens */
		border-width: 2px;
		font-size: 1.2em;
		font-weight: bold;
		border-radius: 0.4em;
		font-family: inherit;
	}
	@media screen and (max-width: 400px) {
		#prettydropdown-register-list-prices ul {
			max-height: none !important;
			position: relative;
		}
	}

	#prettydropdown-register-list-prices li  {
		width: 100% !important;
		height: auto !important;

		min-height: 3em;
		padding-top: 0.8em;
		padding-bottom: 0.8em;
	}
	#prettydropdown-register-list-prices li > span.holder {
		display: flex;
		justify-content: space-between;
		padding-right: 3em;
		width: 100% !important; /*otherwise it takes plugin's inline*/
	}
	#prettydropdown-register-list-prices li > span.holder span {
		line-height: 1.6em;
	}

	#prettydropdown-register-list-prices > ul.active.reverse {
	  bottom: auto; /* bug? it doent detect non-reverse*/
	}
		
/* if only one and free, special case */
.inscripcion-y-reserva .list-prices.single-free p.textbox {
	border-bottom: 0px !important;
	margin-bottom: 0px !important;
	margin-top: 20px !important;
}
	.inscripcion-y-reserva .list-prices.single-free p.textbox span {
		padding: 1em !important;
		margin-left: 1em !important;
	}

.informacion-redes .wrapper > div:nth-child(1) > div:nth-child(2) form .wpcf7-response-output.wpcf7-mail-sent-ok::before {
    background: url(../images/informacion-redes/form-icon-04.png) left top no-repeat;
}


/* download icon for program */
.download-attachment {
	display: flex;
	align-items: center;
}
	.nota .download-attachment {
		display: inline-block;
		border-radius: 5px;
		padding: 0.2em 0.5em;
		margin: 0.3em;
	}

	/* deprecated 2021.02. */
	.download-attachment .icon {
		background: url(../images/descargar-icon-orange.png) center center no-repeat;
		content: "";
		width:  16px;
		height: 16px;
		display: inline-block;
		overflow: hidden;
		margin-right: 0.3em;
		vertical-align: text-bottom;
	}

	.download-attachment a:hover { 
		text-decoration: none; 
	}





/* ediciones anteriores */ 
.ediciones-anteriores .gallery-wrapper {
	padding: 70px 0;
}

.ediciones-anteriores .gallery-wrapper .slick-prev{
	left: 0;
}

.ediciones-anteriores .gallery-wrapper .slick-next {
	right: 0;
}

.ediciones-anteriores .gallery-wrapper div a {
	cursor: default;
	display: inline-block;
	border: 2px solid #d2d2d2;
	background: #d2d2d2;
	overflow: hidden;
	max-height: 142px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.ediciones-anteriores .gallery-wrapper div a img {
	margin: 0 auto;
	width: 100%;
	max-width: 168px;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	min-height: 141px;
}


@media only screen and (min-width: 769px){
	.ediciones-anteriores .gallery-wrapper .slick-slide {
			max-height: 170px;
	}
}






@media only screen and (min-width: 769px) {
    .inscripcion-y-reserva div .wrapper>div:nth-child(1) p:nth-child(1) span {
        font-size: 30px;
    }
}







.tab-social-media-content div[data-tab="3"] {
	background-color: white;
	padding: .5em;
}
.tab-social-media-content .wis-feed-header {
	 width: 100%;
    text-align: center;
    padding: 1em;
    height: 140px;
}

.tab-social-media-content .wis-box  {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.tab-social-media-content .wis-box div {
    vertical-align: middle;
        line-height: 1.6em;
}

.tab-social-media-content .wis-box .wis-header-img  {
	margin-right: 3em;
}

	.tab-social-media-content .wis-box .wis-header-img img {
		width: 100px !important;
	   height: 100px !important;
	}


.tab-social-media-content .wis-box .wis-header-info * {
	color: #262626 !important;
}

.tab-social-media-content .tab-instagram {
	position: relative !important;
}

.tab-social-media-content .follow-instagram-link {
	top: 100px;
    position: absolute;
    right: 48%;
    font-size: 0.9em;
    border: 1px solid grey;
    padding: 0.4em;
}

.tab-social-media-content .follow-instagram-link a {
	color: #262626;
}



.slide-comite-academico .wrapper .slide-comite div h2 {
    height: 6.5em;
    overflow: hidden;
}


@media screen and (min-width: 600px){
    .slide-comite .slick-prev {
    	left: -24px;
    }
    
    .slide-comite .slick-next {
    	right: -24px;
    }
}




@media screen  and (min-width: 600px){
	body.home .promocion {
		min-height: 524px;
	}
}



	body.home .promocion .background {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
		background-image: url(../images/promocion.jpg);
		background-position: center top;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}


	
/* @media only screen and (max-width: 600px){
    body.home .promocion .bigger-promotion {
        line-break: anywhere;
    }
} */


.inscripcion-y-reserva div .wrapper > div:nth-child(1) p:nth-child(2)::before,
.inscripcion-y-reserva .btn-register::before {
	background: none;
	position: relative;
}
.inscripcion-y-reserva div .wrapper > div:nth-child(1) p:nth-child(2) {
	padding: 0;
}
.inscripcion-y-reserva div .wrapper > div:nth-child(1) p:nth-child(1) {
	border: 0;
	font-size: 16px;
}

.inscripcion-y-reserva div .wrapper div p {
	text-transform: none;
}
.inscripcion-y-reserva div .wrapper > div:nth-child(1) p:nth-child(1) {
	margin: 0;
	padding: 0;
}

.inscripcion-y-reserva div .wrapper > div:nth-child(2) {
	width: 100% !important;
}
.inscripcion-y-reserva div .wrapper > div:nth-child(1) p:nth-child(4) {
	float: none;
}





.inscripcion-y-reserva .wrapper {
	flex-direction: column;
	max-width: none;
   margin: 0 4em;
}
@media screen and (max-width: 600px){
	.inscripcion-y-reserva .wrapper {
		margin: 0  !important;
	}
}





.inscripcion-y-reserva .list-prices  {
	width: 100%  !important;
	float: none !important;
}

.inscripcion-y-reserva .prices-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1500px;
	width: 100%;
}

.inscripcion-y-reserva .price-box {
	max-width: 300px;
	width: 300px;
	min-width: 300px;
	background-color: #fff;
	margin: 1em 0.7em;
	box-shadow: 0 0 1em 0em #0000002b;
	padding-bottom: 2em;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 420px;
}
@media screen and (max-width: 600px){
	.inscripcion-y-reserva .price-box {
		margin: 2em 0.7em;
	}
}

.inscripcion-y-reserva .price-box .header {
   background-color: transparent;
	border: 1px solid;
   border-bottom: 6px solid;
	padding: 3em 1em;
}

.inscripcion-y-reserva .price-box .header p {
	padding: 0;
	margin: 0;
}

.inscripcion-y-reserva .price-box .price {
	text-align: center;
	font-size: 2.5em;
}
.inscripcion-y-reserva .price-box .title {
	text-align: center;
}

.inscripcion-y-reserva .price-box .description {
	text-align: center;
  padding: 0.5em;
  font-size: 0.9em;
}

.inscripcion-y-reserva .price-box .description p {
   border-bottom: 1px dotted silver;
	margin: 0.5em 0;
  padding: 0.6em 0 !important;

}

.inscripcion-y-reserva .price-box .btn-register {
	display: block !important;
	float: none !important;
	width: 230px;
	margin: 0 auto;
	padding: 1em;
	font-size: 0.9em;
	font-weight: bold;

}



.inscripcion-y-reserva #payments-methods-wrapper {
	text-align: center;
}

.inscripcion-y-reserva #payments-methods {
	max-width: 600px;
	margin: 0 auto;
}




@media screen  and (min-width: 600px){
	.promocion.tiene-video {
		height: 600px  !important;
	}
}
	



@media screen  and (max-width: 400px){
	.promocion.tiene-video {
		height: 700px;
	}
}


body.home .promocion.tiene-video .bigger-promotion {
	position: absolute; 
	bottom: 0%;
}




.promocion .video {
	position: relative;
	overflow: hidden;
	width: 100vw;
	height: 100vh;


}


@media screen  and (min-width: 600px){
	.promocion .video {
		height: 100%  !important;
	}
}

@media screen  and (max-width: 600px){
	.promocion .video {
		display: none;
	}
}



.promocion .video iframe, .promocion .video video { 
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100vw;
	height: 100vh;
	transform: translate(-50%, -50%);
}


 
 @media (min-aspect-ratio: 16/9) {
	.promocion .video iframe, .promocion .video video {
	  /* height = 100 * (9 / 16) = 56.25 */
	  height: 56.25vw;
	}
 }
 @media (max-aspect-ratio: 16/9) and (min-width: 700px) {
	.promocion .video iframe, .promocion .video video {
	  /* width = 100 / (9 / 16) = 177.777777 */
	  width: 177.78vh;
	}
 }

@media screen and (max-width: 500px) {
	body.home .promocion .bigger-promotion .title {
		font-size: 1.6em !important;
	}
	body.home .promocion .bigger-promotion .subtitle {
		font-size: 1.2em !important;
	}
}



body.home .section-principal .wrapper .tab-content section.tab-principal-01 h4 {
	margin-top: 3em;
	font-weight: bold;
	font-size: 1.6em;
}