/* CORE CSS */

@font-face {
    font-family: 'sinkin_sans200_x_light';
    src: url('../fonts/SinkinSans-200XLight-webfont.eot');
    src: url('../fonts/SinkinSans-200XLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SinkinSans-200XLight-webfont.woff') format('woff'),
         url('../fonts/SinkinSans-200XLight-webfont.ttf') format('truetype'),
         url('../fonts/SinkinSans-200XLight-webfont.svg#sinkin_sans200_x_light') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sinkin_sans300_light';
    src: url('../fonts/SinkinSans-300Light-webfont.eot');
    src: url('../fonts/SinkinSans-300Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SinkinSans-300Light-webfont.woff') format('woff'),
         url('../fonts/SinkinSans-300Light-webfont.ttf') format('truetype'),
         url('../fonts/SinkinSans-300Light-webfont.svg#sinkin_sans300_light') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sinkin_sans400_regular';
    src: url('../fonts/SinkinSans-400Regular-webfont.eot');
    src: url('../fonts/SinkinSans-400Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SinkinSans-400Regular-webfont.woff') format('woff'),
         url('../fonts/SinkinSans-400Regular-webfont.ttf') format('truetype'),
         url('../fonts/SinkinSans-400Regular-webfont.svg#sinkin_sans400_regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sinkin_sans600_semibold';
    src: url('../fonts/SinkinSans-600SemiBold-webfont.eot');
    src: url('../fonts/SinkinSans-600SemiBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SinkinSans-600SemiBold-webfont.woff') format('woff'),
         url('../fonts/SinkinSans-600SemiBold-webfont.ttf') format('truetype'),
         url('../fonts/SinkinSans-600SemiBold-webfont.svg#sinkin_sans600_semibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sinkin_sans700_bold';
    src: url('../fonts/SinkinSans-700Bold-webfont.eot');
    src: url('../fonts/SinkinSans-700Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SinkinSans-700Bold-webfont.woff') format('woff'),
         url('../fonts/SinkinSans-700Bold-webfont.ttf') format('truetype'),
         url('../fonts/SinkinSans-700Bold-webfont.svg#sinkin_sans700_bold') format('svg');
    font-weight: normal;
    font-style: normal;

}



body {
	font-family:'Lato', sans-serif;
	font-size:1.6em;
	line-height:1.6em;
	overflow-x:hidden;
	
	image-rendering: -webkit-optimize-contrast;
    image-rendering: optimizequality;
}

section {
	padding:35px 0;
}

hr { border-top:#ccc 1px solid;
border-bottom:none;
border-left:none;
border-right:none;
padding-bottom:10px;
}

h2 {
	font-family:'Lato', sans-serif;
	font-size:27px;
	margin-top:0;
	margin-bottom:40px;
}

h3 {
	font-family:'Lato', sans-serif;
}

h4 {
	font-family:'Lato', sans-serif;
	font-size:21px;
	/*letter-spacing:-1px;*/
	margin-bottom:5px;	
}

.lead {
	font-family:'Lato', sans-serif;
	font-size:17px;
	letter-spacing:1px;
}

.uppercase {
	text-transform:uppercase;
}

.mt20 { margin-top:20px !important; }
.mb20 { margin-bottom:20px !important; }

.mt30 { margin-top:30px !important; }
.mb30 { margin-bottom:30px !important; }

.mt40 { margin-top:40px !important; }
.mb40 { margin-bottom:40px !important; }


/* NAVIGATION */

.navbar {
/*	-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;  */
		
				-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
		
}
.navbar2 {		
			-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.navbar-custom {
	/*font-family:'sinkin_sans700_bold';*/
	font-family:'Lato', sans-serif;
	font-size:14px;
	font-weight:600;
	border-radius:0;
	margin-bottom:0;
	padding:60px 0 35px;
}

.navbar-brand {
	padding:0 15px;
}

.navbar-custom .navbar-nav > li > a:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.top-nav-collapse {
	position:fixed;
	top:0px;
	padding: 50px 0 15px;
}


/*@media (max-width: 1024px) {
	.navbar-custom {
	font-size:10px;
}
}*/

/* PRESENTACION */

#presentacion ul li {
	margin-bottom:10px; 
}



/* INSCRIPCIÓN */


#lista2 {
    counter-reset: li; 
    list-style: none; 
    *list-style: decimal; 
   
    padding: 0;
    margin-bottom: 0em;
	font-weight:100;
	text-align:left;
	
	column-count: 2;
	column-gap: 6em;
	column-rule: rgba(0,0,0,0.2) solid 1px;

   
}



#lista2 ol {
    margin: 0 0 0 2em; 
}

#lista2 li{
    position: relative;
   /* display: inline-block;*/
	display:block;
   /* padding: 1em .4em 1em 2em;*/
	padding: 1em .4em 0em 2em;
    *padding: .4em;
    margin: .0em 0;
	margin-left:30px;
    color: #003147;
    text-decoration: none;
    transition: all .3s ease-out;
	text-align:left;
	/*font-weight:600;*/
	
}

#lista2 li:nth-child(2n) { break-after: column; }

#lista2 li:hover{
   /* background: #eee;*/
}

#lista2 li:hover:before{
   /* transform: rotate(360deg);  */
   background:#36F;
   
}

#lista2 li:before{
    content: counter(li);
    counter-increment: li;
	
    position: absolute; 
    left: -1em;
    top: 35px;
	/*top:50%;*/
    margin-top: -1em;
    
	
	text-decoration: none;
	border: 1px solid #003147;
	/*padding: 10px 14px;*/
	margin-right: 8px;
	color: #003147;
	font-size: 24px;
	font-weight: 300;
	background: none;
	
   border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;

 line-height: 1.7em;
  text-align: center;
  width: 1.75em;
  
  font-weight:700;

    transition: all .3s ease-out;
	
}

#lista2 li { border-color:#8b2d87; color:#2e2e2e; }
#lista2 li:before { border-color:#8b2d87; color:#8b2d87; }
#lista2 li:hover:before { background:#8b2d87; color:#FFF; }



@media (max-width: 1200px) {
	#lista2 {
		display:inline-block;
		width:auto;
		margin-left:auto;
		margin-right:auto;
	column-count: 2;
	column-gap: 8em;
}

#lista2 li:nth-child(2n) { break-after: auto; }
#lista2 li:nth-child(3n) { break-after: column; }

}

@media (max-width: 991px) {
	#lista2 {
		display:inline-block;
		width:auto;
	column-count: 2;
	column-gap: 4em;
	/*column-rule: none;*/
}

#lista2 li:nth-child(2n) { break-after: auto; }
#lista2 li:nth-child(3n) { break-after: column; }

}


@media (max-width: 767px) {
	#lista2 {
		display:inline-block;
		width:auto;
		
	column-count: 1;
	column-gap: 0em;
	column-rule: none;
}

#lista2 li:nth-child(2n) { break-after: auto; }
#lista2 li:nth-child(3n) { break-after: auto; }

}





/* TOP */

#top {
	/*background:url(../img/top-bg.jpg) bottom center no-repeat;*/
	background:#87d0ed;
	width:100%;
	max-height:auto;
	height:600px;
	margin-bottom:15px;
	position:relative;
	display:table;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
}

#top h1 {
	font-family:'Economica';
	font-size:60px;
	margin-top:2em;
}

/* Countdown */

.countdown {
	display:table-cell;
	vertical-align:middle;
}

#countdown {
	margin:40px 0 90px 0;

}

#countdown .countdown_amount {
	font-family:'Economica';
	font-size:50px;
	margin-bottom:10px;
}

#countdown .countdown_section {
	font-family:'Lato', sans-serif;
	font-size:10px;
}


/* OVERVIEW */


#overview h2 {
	margin:10px 0;
}


#overview h3 span {
	font-size:30px;
	vertical-align:middle;
}

#overview h4 {
	margin-bottom:20px;
}

#overview .lead {
	letter-spacing:0px;
}

/* Milestone */

#milestone {
	width: 100%;
	padding:30px 0;
	overflow: hidden;
	z-index: 0;
	height:auto;
	display:table;
}

.fact {
	text-transform:uppercase;
	display:table-cell;
	vertical-align:middle;

}

.fact .timer {
	font-family:'Lato', sans-serif; 
	font-size:55px;
	line-height:55px;
}

.fact p {
	font-size:13px;
	font-family:'sinkin_sans700_bold';
	letter-spacing:1px;
}

.fact i {
	vertical-align:middle;
	margin:10px 0 5px 0;
}


/* SPEAKER */

.speaker {
	margin-bottom:30px;
}

.speaker img {
	width:100%;
	display: block;
}

.speaker figure {
	overflow: hidden;
	position: relative;
	display:table;
	width:100%;
}

.speaker figcaption {
	display: table-cell;
	width:100%;
	height:100%;
	left: 0;
	opacity: 0;
	padding:15px;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 300ms;
	   -moz-transition: all 300ms;
	        transition: all 300ms;
	-webkit-transition-delay: 100ms;
	   -moz-transition-delay: 100ms;
	        transition-delay: 100ms;
}

.speaker h4 {
	font-size: 18px;
}

 
.speaker figcaption p {
	font-size: 18px;
	line-height:1.3em;
	font-weight:300;
}

#premios .speaker figcaption p {
	font-size: 15px;
	line-height:1.2em;
	font-weight:300;
}

.speaker:hover figcaption {
	opacity: 1;
}

.speaker:hover, .speaker:active {
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-user-select: none;
-webkit-touch-callout: none
}

.speaker .social {
	position:absolute;
	bottom:0px;
	right:10px;
}

.speaker a,
.speaker .social a {
	text-decoration:none;
	margin:0;
	padding:0;
}
.speaker a:hover,
.speaker .social a:hover{
	text-decoration:none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.speaker .title {
	font-family:'Lato', sans-serif;
	font-size:12px;
}


/* speaker detail popup */

/*.col-lg-offset-3 { margin-left: 15%; }*/

#speaker-detail  { width: 70%; margin-left: 15%;}


#speaker-detail {
	padding:45px 45px 35px 45px;
	

}

/* #speaker-detail .col-md-8 col-lg-8 p {	font-size:13px; } */

#speaker-detail h2 {
	color:#8b2d87;
	font-weight:400;
	font-size:23px;
	margin-bottom:10px;
}

#speaker-detail h3 {
	font-size:15px;
	line-height:19px;
	margin-top:10px;
}

#speaker-detail p {
	font-weight:300;
	
}

#speaker-detail a {
	font-size:13px;
	margin-top:5px;
}

#speaker-detail a:hover {
	text-decoration:none;
}

#speaker-detail i {
	vertical-align:middle;
}

/* COMITE */
#comites {
background:#d9d9d9;
/* margin-bottom:-75px; */

}

#comites ul {
	
	margin-left:-40px;
}

#comites ul li {
	display:inline-block;
	padding:7px 15px 7px 15px;
	margin-bottom:11px;
	margin-right:5px;
	
	background:#fff;
	border-radius:20px;
}

#comites ul li:last-child {
	margin-bottom:0px;	
	
}


#comites h2 {
	margin:10px 0;
}


#comites h3 span {
	font-size:30px;
	vertical-align:middle;
}

#comites h4 {
	margin-bottom:20px;
	
}

#comites .lead {
	letter-spacing:0px;
}

	

/* PROGRAMA */

.event h3 a, .event h3 a:visited {
	color:#8b2d87;
	font-size:13px;
}

.event h3 a:hover {
	color:#2e2e2e;
	
}

.event {
	display:table;
	width:100%;
	border-spacing: 10px 5px;
	height: 110px; 
}

.event-inner {
	display: table-row;
}

.event p {
	line-height:21px;
}

.event h3 {
	margin-top:10px;
	font-size:19px;
	line-height:24px;
}

.event ul li {
	margin-left:-20px;
}

.h3_ponente {
	margin-bottom:0px !important;
}

.event .icon {
	width:16%;
	padding:5px;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
}

.event .icon i {
	display: block;
	margin-bottom: 10px;
}

.event .icon .time {
	font-family:'Economica';
	font-size:22px;
	font-weight:700;
}

.event .description {
	padding:15px;
	display:table-cell;
	vertical-align:middle;
}

.event .description p {
	font-size:14px;
}

.event .name {
	font-family:'Lato', sans-serif; 
	font-weight:400;
	font-size:16px;

	

}

.ponente {
	color:#666;
	text-transform:uppercase;
	font-weight:400 !important;
	
	
}

.ponente2 {
	color:#2e2e2e;
	font-weight:600;
	
	
}


.subhorario {
	color:#2e2e2e;
	background:#87d0ed;
	font-weight:400;
	padding:1px 10px;
	border-radius:20px;
	display: inline-block;
	margin-top:10px;
	}


/* Schedule Pagination */

#days .item {
	margin:10px;
	padding:10px;
}

#days .item:hover,
#days .item:active {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#days .item h4,
#days .item h5 {
	font-family:'Lato', sans-serif; 
	font-weight:700;
	margin-bottom:10px;
	text-align:center;
	cursor:pointer;
}


#days .synced .item {
	color: #ffffff;
    background: #8b2d87;
}



/* PRESENTACIÓN */

#presentacion {
	padding:0 0 80px 0;
}

#presentacion a {
	display: inline;
	color:#8b2d87;
}

#presentacion a:hover, #presentacion a:active {
	color:#87d0ed;
}

#presentacion h3 {
	margin:30px 0;
}


#presentacion h4 {
	font-family:'Lato', sans-serif; 
	font-weight:700;
	margin-bottom:15px;
}


#presentacion i {
	margin:0 10px 0 0;
 	float:left;
	vertical-align:middle;
}

.objetivos li {
	padding-left:0px;
	padding-bottom:11px;
	margin-left:-5px;
	
}


/* VENUE */

#venue {
	padding:0 0 80px 0;
}

.venue {
	background:url(../img/venue-bg.png) bottom center no-repeat;
	width:100%;
	height:auto;
	min-height:540px;
	margin-bottom:15px;
	position:relative;
}

.venue-address {
	padding:15px;
	margin:0 15px;
	min-height:250px;
	position:absolute;
	bottom:0;
}

#venue h3 {
	margin:30px 0;
}

#venue .venue-address h2 {
	margin:0 0 15px 0;
}

#venue h4 {
	font-family:'Lato', sans-serif; 
	font-weight:700;
	margin-bottom:15px;
}

.venue .address {
	font-size:21px;
	margin-top:25px;
}

#venue i {
	margin:0 10px 0 0;
 	float:left;
	vertical-align:middle;
}


/* TESTIMONIAL */

#testimonial {
	background:url(../img/testimonial-bg.png) bottom center no-repeat fixed;
	width:100%;
	height:auto;
	min-height:225px;
	margin-bottom:15px;
	padding:10px 0 20px 0;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
}

#testimonial .item {
	margin:0 15px;
}

#testimonial img {
	margin-bottom:20px;
	vertical-align:middle;
}


#testimonial .item div {
	display:table-cell;
	vertical-align:middle;
}

#testimonial p {
	font-size:17px;
}

#testimonial h4 {
	font-family:'sinkin_sans700_bold';
	letter-spacing:1px;
	margin:0;
}

#quote {
	padding-top:30px;
}


/* SPONSOR */

#sponsors .lead {
	font-size:20px;
}

#sponsors h3 {
	font-size:20px;
}


@media (min-width: 1024px) {
	.logo {
		 padding-top:35px; padding-bottom:15px;
	}
	
	.logo2 {
		padding-bottom:15px;
		}
		
	.logoPPAA {
		width:80%; height:auto; margin-top:-5px; margin-left:10px;
		
	}
	
	
}


@media (max-width: 1024px) {	
	.logo2 {
		padding-bottom:50px;
		}
		
		.logoPPAA {
		width:75%; height:auto; margin-top:-55px; margin-left:10px;
		
	}
	
}

@media (max-width: 992px) {	
	
		.logoPPAA {
		width:75%; height:auto; margin-top:0px; margin-left:10px;
		
	}
	
}




/* SUBSCRIBE */

#subscribe {
	background:url(../img/subscribe-bg.png) bottom center no-repeat fixed;
	padding:50px 0;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
}

#subscribe h3 {
	margin-bottom:20px;
}

#subscribe input {
	border-radius:4px;
}

#subscribe .button {
	margin:0;
}


/* FAQ - GALLERY */

#faq-gallery {
	padding:70px 0;
}

#faq-gallery p {
	margin-bottom:20px;
}

#faq-gallery a:hover {
	text-decoration:none;
}

#faq i {
	margin-right:10px;
	vertical-align:middle;
}

#gallery img {
	margin-bottom:30px;
}

#gallery img:hover {
	opacity:0.5;
	filter:Alpha(opacity=50); /* IE8 and earlier */
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;	
}


/* REGISTRO */

#registro {
	padding:70px 0;
	/*background:url(../img/register-bg.png) center center no-repeat fixed;*/
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
}

.price-table-header {
	padding:30px 0;
	display:table;
	height:auto;
	cursor:pointer;
}

.price-table-header .price {
	font-family:'Economica';
	font-size:61px;
	font-weight:700;
	margin-bottom:10px;
	line-height:61px;
}

.price-table-header .title {
	font-family:'sinkin_sans400_regular';
	font-size:17px;
	padding-bottom:0px;
	line-height:22px;
}

.price-table-description {
	width:100%;
	margin:0;
	padding:0;
	height:auto;
	display:table;
	list-style-type:none;
}

.description-item {
	padding:10px 0;
}


#registro .lead {
	font-size:31px;
}

#registro .timer {
	font-size:36px;
}


/* registro form */

#registro-form {
	padding:25px;
}

#registro-form h2 {
	margin-bottom:15px;
}

.registro-form {
	margin-top:20px;
}


/* CONTACT */

#contact {
	font-size:16px;
	padding:0;
	position:relative;
}

.contact {
	padding:15px;
	margin:0 15px 0 10px;
	height:425px;
	position:absolute;
	bottom:0;
}

.contact h2 {
	margin-bottom:10px;
}

#contact p {
	float:left;
}

#contact .address {
	font-size:21px;
	margin:20px 0;
}

a {
	padding:0px;
	color:#8b2d87;
	text-decoration:none !important;
	}
	
a:visited {
	padding:0px;
	color:#8b2d87;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
	color:#87d0ed;
	
}

#contact .social {
	position:absolute;
	bottom:5px;
}

#gmap_canvas {
	position:relative;
	height:476px;
	width:100%;
}

#gmap_canvas img{
	max-width:none!important;
	background:none!important
}

.social {
	margin:10px 0;
}

.social .fa-inverse {
}

.social a {
	text-decoration:none;
	margin:0;
	padding:0;
}

.social a:hover{
	text-decoration:none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


/* MISC */

/* FORM ELEMENTS */

input[type="text"],
input[type="email"],
select {
	font-size:15px;
	font-family:inherit;
	width:100%;
	min-height:30px;
	padding:6px 5px;
	text-transform:uppercase;
	border:0;
	border:1px solid #2e2e2e;
	margin-bottom:20px;
	outline:none;
} 



/* BUTTONS */

.button {
	font-family:'Lato', sans-serif;
	font-size: 21px !important;
	font-weight:700;
	text-transform: uppercase;
	text-decoration:none;
	border: none;
	margin: 15px 0;
	padding: 5px 15px;
	display: inline-block;
	position: relative;
	outline: none;
	cursor: pointer;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
	   		border-radius:4px;
		-webkit-transition: all 0.3s;
		   -moz-transition: all 0.3s;
	            transition: all 0.3s;
}

.button:after {
	content: '';
	position: absolute;
	text-decoration:none;
	z-index: -1;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	        transition: all 0.3s;
}

.button-big {
	padding:15px 25px;
	text-decoration:none;
	font-size:18px;
	border-radius:4px;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
}

.button-light {
	padding:10px 25px;
	text-decoration:none;
	font-size:18px;
	font-weight:300;
	border-radius:4px;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
}

.button-light:hover,
.button-light:active {
	text-decoration:none;
}

.button-dark:hover,
.button-dark:active {
	text-decoration:none;
}


/* PRELOAD */

#preload {
	position: fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	width: 100%;
	height: 100%; 
	z-index: 9999;
	display:table;
}

.preload {
	display:table-cell;
	vertical-align:middle;
	width: 100%;
	height: 100%;
}

.loader {
  margin: 3em auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#idiomas {
	width:100%;
	height:100px;
	background:#2b2a27;
	
	}
	
	
/* ==========  FOOTER ========== */

#footer a { color: #fff; }
#footer a:hover { color:rgba(255,255,255,0.6); }

#footer p { font-size:16px; color: #fff; font-weight:300; }

#footer {
  padding: 0;
  margin: 0;
}
#footer .bottom-menu,
#footer .bottom-menu-inverse {
  padding: 48px 0 36px;
}
#footer .bottom-menu p,
#footer .bottom-menu-inverse p {
  margin-bottom: 0;
}
/*#footer .bottom-menu ul.bottom-icons,
#footer .bottom-menu-inverse ul.bottom-icons {
  float: right;
}
#footer .bottom-menu ul.bottom-icons li,
#footer .bottom-menu-inverse ul.bottom-icons li {
  text-align: right;
}*/
#footer .bottom-menu ul.bottom-icons li a,
#footer .bottom-menu-inverse ul.bottom-icons li a {
  font-size: 21px;
  padding-top: 6px;
  font-weight:300;
  color: #fff;
}
#footer .bottom-menu ul.bottom-icons li a:hover,
#footer .bottom-menu-inverse ul.bottom-icons li a:hover {
  color: rgba(255,255,255,0.6);
}

  #footer {
    text-align: center;
  }
  #footer .social {
    text-align: center;
    margin: 0 auto;
    display: table;
    /*padding-bottom: 48px;*/
  }	
  
  .bottom-menu .bottom-links:after,
.bottom-menu .bottom-icons:after {
  clear: both;
}
.bottom-icons {
  font-size: 21px;
  line-height: 1;
  margin:15px;
}

ul.bottom-icons  {

	padding:0px;
}

ul.bottom-icons li {
	list-style:none;
	display:inline-block;
	margin:0 15px;
}

.bottom-menu-inverse {
  background-color: #0481c4;
}
	
	
/* PPAA */

#ppaa {
	background:#87d0ed;
	padding:40px 0 50px;
}
	
#ppaa img {
	width:100%;
	max-width:375px;
	height:auto;
	position:relative;
	left:-20px;
}

@media (max-width: 992px) {	
#ppaa img {
	max-width:275px;
	left:0px;
}

}


/* ==========  LEGAL ========== */

.legal {
	padding-top:150px;
	background:#f3f3f3;
}

.legal a {
	color:#0481c4;
}

.legal a:hover {
	color:#0481c4;
}


.legal h1 {
	text-align:left;
	color:#0481c4;
	}
	
.legal h2 {
background:none;
font-size:24px;
text-align:left !important;
color:#000;
padding:0px;
margin:25px 0 15px 0;
display:block;
}
	 
.legal p {
	font-size:18px;
	text-align:left;
	margin:0px;
	}	 
	 
.legal ul {
	font-size:18px;
	text-align:left;
	font-weight:300;
	margin-bottom:35px;
}

/*.legal ul li {
	margin-top:0px !important;
	padding-top:0px;
}*/

/* AVISO COOKIES */

.cookies { color:#eee; font-size:14px; position: fixed; bottom:50px;  width:50%; height:auto; margin-left: 50px; left: 0%; padding:20px 130px 10px 30px; background:#444; z-index:2000; }
.cookies p { width:100%; font-size:14px; display:block; margin:0 auto; position:relative; float:left; }
.cookies a { color:#0481c4; }
.cookies a:hover { color:#fff; }
.cookies_aceptar { float:right;  position: absolute; right:30px; display:block; cursor:pointer; background:#fff; padding:5px 9px 6px; border-radius:2px;  }
.cookies_aceptar:hover { background:#cbcbcb; color:#444 !important; }


@media (max-width: 500px) {
	
	
	.cookies { font-size:12px; position: fixed; bottom:15px;  margin-left: 15px; width:90%; min-width:300px; padding:20px 30px 10px 30px; }
	.cookies_aceptar { float:none; position:relative; left:0px; display:inline-block; }
	
}

/* */


.mb40 { margin-bottom:40px !important; }

.mancheta_1 { width:100%; height:auto; margin-top:50px; }

.mancheta_2 {
	width:100%; height:auto; margin-top:205px;
}

.mancheta_premio {
	width:auto; height:525px; margin-top:150px; margin-left:115px;
}

.autor { font-size:12px; color:rgba(0,0,0,0.5); display:block; width:100%; max-width:425px; line-height:normal; text-align:left; }


#ganadores { font-weight:300; }

#ganadores img { margin-bottom:20px; }

#ganadores h3 { color:#fff; font-size:15px; font-weight:400; background:#8b2d87; padding:4px 14px 5px; display:inline-block; border-radius:15px; margin-top:15px; }

#ganadores .premiados { color:#8b2d87; }

#ganadores span { text-transform:uppercase; }

#ganadores p { border-bottom:#ccc 1px dotted; min-height:95px; display:block; }

#ganadores p:last-child { border-bottom:none; min-height:40px; }


#ganadores_resumen { background:#f8f8f8; }


#ganadores_resumen h1 { font-size:25px; font-weight:400; margin-bottom:20px; }

#ganadores_resumen p { font-weight:300; margin-bottom:60px; }



@media (max-width: 768px) {
.mancheta_2 {
	width:100%; height:auto; margin-top:50px;
}
.mancheta_premio {
	width:100%; height:auto; margin-top:150px !important; margin-left:0px;
}

#ganadores p { min-height:145px !important; }

}

@media (max-width: 990px) {
	
	#ganadores p { min-height:1000px; }
}

.aviso_programa { display:none; line-height:normal; }

@media (max-width: 500px) {
.aviso_programa { display:block; width:auto; height:50px; color:#d9d9d9; }

.mancheta_1 { margin-top:0px; }

.mancheta_premio {
	width:100%; height:auto; margin-top:25px !important; margin-left:0px;
}

#ganadores p { min-height:auto !important; height:auto !important; padding-bottom:20px; }

}


@media (max-width: 1199px) {
	
.mancheta_premio {
	width:100%; height:auto; margin-top:125px; margin-left:0px;
}

#ganadores p { min-height:120px; }

}

/*--------------------------------------------*/
/*Colapsa el menu al llegar "max-width: 1040px"*/
/*--------------------------------------------*/

@media (max-width: 1040px) {
	
.mancheta_premio {
	width:100%; height:auto; margin-top:125px; margin-left:0px;
}

.autor { max-width:600px; }

#ganadores p { min-height:120px; }
	
.logoPPAA {
    margin-top: 0px;
}
	
.navbar-header {
float: none;
}
.navbar-left,.navbar-right {
float: none !important;
}
.navbar-toggle {
display: block;
}
.navbar-collapse {
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.navbar-collapse.collapse {
display: none!important;
}
.navbar-nav {
float: none!important;
margin-top: 7.5px;
}
.navbar-nav>li {
float: none;
}
.navbar-nav>li>a {
padding-top: 10px;
padding-bottom: 10px;
}
.collapse.in{
display:block !important;
}
}

/* JORNADAS */


.jornada {
	margin-top:50px;
	margin-bottom:40px;
	background:#fff;
	padding:20px;
	box-sizing:content-box;
}


.jornada img {
	width:100%;
	max-width:100%;
	height:auto;
}

.jornada h1, .jornada a h1 {
	font-family: 'Lato', sans-serif;
	font-size:31px;
	font-weight:700;
	color:#2c3e50;
	
		-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/*.jornada a:hover h1 {
	opacity:0.7;
}*/


.jornada.c014 a:hover h1 { color:#b83a60; }
.jornada.c019 a:hover h1 { color:#DB366D; }
.jornada.c021 a:hover h1 { color:#8b2d87; }
.jornada.c023 a:hover h1 { color:#eb5b5c; }

.jornada h2 {
	font-family: 'Lato', sans-serif;
	font-size:21px;
	font-weight:400;
	color:#2c3e50;
	margin:0px;
	margin-top:20px;
}

.jornada h2.c014 { color:#b83a60; } 
.jornada h2.c019 { color:#DB366D; } 
.jornada h2.c021 { color:#8b2d87; } 
.jornada h2.c023 { color:#eb5b5c; } 

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

.jornada h1, .jornada a h1 {
	font-size:25px;
}

.jornada h2 {
	font-size:18px;
}

}


/* Mediateca */

@media (max-width: 768px) {
  .titu_mediateca {
    float: right; /* Aseguramos que el estilo del float se mantenga */
    margin: 0px;
    color: #0481c4;
	text-align:right;
  }

  .titu_mediateca span {
    display: block; /* Fuerza el salto de línea después de "Mediateca" */
  }
  
   .banner.c023 { margin-top:30px; }
  
  
}



@media (max-width: 500px) {
  .titu_mediateca {
	  font-size:27px;
	  float:left !important;
	  text-align:left !important;
	  padding-top:20px;
  }

  
   .banner.c023 { margin-top:70px; }
  
  
}


 .row-equal {
            display: flex;
            flex-wrap: wrap;
        }
		
.mb45 { margin-bottom:45px; }	
.mb80 { margin-bottom:80px; }	

.mediateca { background:#fff; padding:20px 20px 10px; box-sizing:border-box; /*box-shadow: 0px 0px 10px -4px rgba(0,0,0,0.2); border-radius:10px;*/ /*margin-bottom:45px;*/  flex: 1 1 auto; height:100%; }
.mediateca h1 { font-size:20px; line-height: normal; margin-bottom:5px; }
.mediateca p { color:#2c3e50 !important; font-size:17px; line-height: normal; opacity:0.7; transition: all 0.3s ease-in-out; }
.mediateca a { color:#2c3e50 !important; transition: all 0.3s ease-in-out; }
.mediateca a:hover p { opacity:0.9; color:#2c3e50 !important; }
.mediateca i.tipo { display:inline-block; padding:10px 20px; color:#fff; position: absolute; top:-19px; font-size:20px; border-radius:20px; }
img.mediateca { width:auto; max-width:100%; height:auto; background:none; padding:0px; }

 .banner {
	  		/*display:inline-block;*/
	
            color: white;
            padding: 20px 40px;
            border-radius: 0px;
            font-size: 3rem;
            font-weight: 400;
            position: relative;
			z-index: 99;
        }		
		
		
         .banner::after {
            content: "";
            position: absolute;
            bottom: -20px;
            left: 15px;
            width: 0;
            height: 0;
            border-left: 45px solid transparent;
            /*border-top: 40px solid #b83a60;*/
			z-index:-1;
        }
		
.banner span { font-weight:300; }		

h1.tema {
	
	padding:40px 0px 20px;
	color:#2c3e50;
	font-size: 41px;
    font-weight: 900;
	line-height:normal;
	margin:0px;
}

h1.tema span {
	font-weight:500;
}


/*.mediateca.c014 a { color:#2c3e50 !important; }  */
.mediateca.c014 a:hover { color:#b83a60 !important; }
.mediateca.c014 i.tipo { background:#b83a60; }

.banner.c014 { background: linear-gradient(to right, #b83a60 70%, rgba(232, 91, 91, 0.1)), url('../img/Ciudadania-Conectada-2014.png') no-repeat right;
			background-blend-mode: normal, hard-light;
            background-size: cover, 70%;
            background-color: #b83a60;
  }
  
 .banner.c014::after { border-top: 40px solid #b83a60; } 

 
/*.mediateca.c019 a { color:#2c3e50 !important; } */ 
.mediateca.c019 a:hover { color:#DB366D !important; }
.mediateca.c019 i.tipo { background:#DB366D; }

.banner.c019 { background: linear-gradient(to right, #DB366D 60%, rgba(232, 91, 91, 0.1)), url('../img/Ciudadania-Conectada-2019.png') no-repeat right;
			/*background-blend-mode: normal, multiply;*/
            background-size: cover, 60%;
            background-color: #DB366D;
  }
  
 .banner.c019::after { border-top: 40px solid #DB366D; } 


/*.mediateca.c021 a { color:#8b2d87 !important; } */ 
.mediateca.c021 a:hover { color:#8b2d87 !important; }
.mediateca.c021 i.tipo { background:#8b2d87; }

.banner.c021 { background: linear-gradient(to right, #8b2d87 70%, rgba(232, 91, 91, 0.1)), url('../img/Ciudadania-Conectada-2021.png') no-repeat right -15% bottom 20%;
			/*background-blend-mode: normal, multiply;*/
            background-size: cover, 60%;
            background-color: #8b2d87;
  }
  
 .banner.c021::after { border-top: 40px solid #8b2d87; } 
 
 
 /*.mediateca.c023 a { color:#eb5b5c !important; } */ 
.mediateca.c023 a:hover { color:#eb5b5c !important; }
.mediateca.c023 i.tipo { background:#eb5b5c; }

.banner.c023 { background: linear-gradient(to right, #eb5b5c 75%, rgba(232, 91, 91, 0.1)), url('../img/Ciudadania-Conectada-2023.png') no-repeat right 79%;
			/*background-blend-mode: normal, multiply;*/
            background-size: cover, 40%;
            background-color: #eb5b5c;
			
  }
  
 .banner.c023::after { border-top: 40px solid #eb5b5c; } 















