:root {
  --primary-color: #47C8F0;
  --primary-color-rgb: 71, 200, 240;
  --secondary-color: #442490;
  --secondary-color-rgb: 68, 36, 144;
}

* {
  /* body font */
  --body-font: "Manrope", Helvetica, Arial, sans-serif;
  /* heading font */
  --heading-font: "Manrope", Helvetica, Arial, sans-serif;  
  /* header logo */
  --logo-width: 160px;
  --logo-footer-width: 150px;
  /* misc */
  --bg-dark-1: #1A5496;
}

.text-justify{
	text-align: justify;
}

.text-light h1, .text-light h2, .dark-scheme h1, .dark-scheme h2{
	background: none;
	color: #FFF;
	-webkit-text-fill-color: #FFF;
}

.text-right{
	text-align: right;
}

.logo-cie{
	width: 100%;
	max-width: 850px;
}

.logos-strip img{
	max-width: 200px;
}

.logos-strip h4{
	margin: 30px 0 0;
}

#mainmenu>li{
	margin-right: 15px;
}

#section-hero h4, #section-hero i{
	font-size: 24px;
}

#section-hero h5{
	font-size: 24px;
    font-weight: 100;
    margin: 20px 0 10px;
}

a.btn-main{
	font-size: 16px
}

.countdown-s2{
	display: flex;
	justify-content: center;
}

.btn-strip{
	display: flex;
	justify-content: center;
	margin: 20px 0;
}

.dates-strip{
	margin: 20px 0;
	justify-content: center;
}

.subtitle{
	font-size: 25px;
	padding: 0;
}

.bg-light .subtitle{
	color: #1A5496 !important;
}

.hover p{
	display: none;
	font-size: 15px;
	line-height: 22px;

	transition: all 2s ease;
	-webkit-transition: all 2s ease;
}

.hover:hover p{
	display: block;
}

.hover:hover i{
	display: none;
}

.de-marquee-list-1 img, .de-marquee-list-2 img{
	max-height: 40px;
}

.marquee-1{
	background-color: #2756AC;
}

.marquee-2{
	background-color: #242464;
}
.ul-check li.no-show:before{
	display: none;
}

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

.owl-theme .owl-nav [class*=owl-]{
	background: var(--primary-color);
	font-size: 24px;
	font-weight: bold;
}

.owl-theme .owl-dots .owl-dot.active{
	background: #FFF;
}

#section-speakers h3{
	font-size: 22px;
}

#section-speakers span{
	font-size: 15px;
	line-height: 20px;
	display: flex;
	justify-content: center;
}

#section-speakers span i{
	font-size: 20px;
	margin: 5px 15px;
}

.speaker-info{
	min-height: 140px;
}

footer li{
	font-weight: normal;
}


/* countdown-begin */
.countdown-amount{
  font-size: 40px !important;
}

/* schedule */
.d-tab-nav li h3{
	padding: 0 15px;
}

.d-tab-nav li.active-tab h3{
	text-decoration: underline #47C8F0 3px;
	text-underline-offset: 10px;
}

#section-schedule .owl-prev, #section-schedule .owl-next{
	position: absolute;
	top:-5px;
}

.schedule-date{
	text-align: center;
}

@media screen and (min-width:700px) {
	.schedule-date{
		margin-left: 80px;
		text-align: left;
	}

	.schedule {
		display: grid;
		grid-gap: 1em;
		grid-template-rows:
			[time-0800] 1fr
			[time-0830] auto
			[time-0900] auto
			[time-0930] auto
			[time-1000] auto
			[time-1030] auto
			[time-1100] auto
			[time-1130] auto
			[time-1200] auto
			[time-1230] auto
			[time-1300] auto
			[time-1330] auto
			[time-1400] auto
			[time-1430] auto
			[time-1500] auto
			[time-1530] auto
			[time-1600] auto
			[time-1630] auto
			[time-1700] auto
			[time-1730] auto;
		grid-template-columns:
			[times] 4em
			[track-1-start] 1fr
			[track-1-end track-2-start] 1fr
			[track-2-end track-3-start] 1fr
			[track-3-end track-4-start] 1fr
			[track-4-end track-5-start] 1fr
			[track-5-end];
	}
}

.time-slot {
	grid-column: times;
}

/* Small-screen & fallback styles */
.session {
	margin-bottom:  1em;
}

@supports( display:grid ) {
	@media screen and (min-width: 700px) {
		.session {
			margin: 0;
		} 
	}
}

.session {
	padding: .5em;
	border-radius: 2px;
	font-size: 14px;
}

.session-title,
.session-time,
.session-track,
.session-presenter {
	display: block;
}

.session-title,
.time-slot {
	margin: 0;
	font-size: 1em;
}

.session-title{
	font-size: 18px;
}

.track-slot,
.time-slot {
	font-weight: bold;
	font-size:.75em;
}

.track-registro, .track-registro h3{
	background-color: #C9C9C9;
	color: #333;
}

.track-panel, .track-panel h3{
	background-color: #9A7DA8;
	color: #FFF;
}

.track-conferencia, .track-conferencia h3{
	background-color: #F4B084;
	color: #FFF;
}

.track-almuerzo, .track-almuerzo h3{
	background-color: #00B050;
	color: #FFF;
}

.track-1, .track-1 h3 {
	background-color: #DBDBDB;
	color: #333;
}

.track-2, .track-2 h3 {
	background-color: #9BC2E6;
	color: #fff;
}

.track-3, .track-3 h3 {
	background-color: #ACB9CA;
	color: #333;
}

.track-4 {
	background-color: #FFC000;
	color: #fff;
}

.track-5, .track-5 h3 {
	background-color: #2F75B5;
	color: #fff;
}

.track-all {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media only screen and (max-width: 600px) {
	.logos-strip img{
		max-width: 160px;
	}
	
	.countdown-s2 .countdown-show4 .countdown-section{
		width: 68px;
	}
	
	.countdown-s2 .countdown-period{
		font-size: 10px;
	}
	
	.hover p{
		display: block;
	}

	.hover i{
		display: none;
	}
	
	.subtitle{
		font-size: 22px;
	}

}

@media only screen and (max-width: 992px) {
  .countdown-amount{
    font-size: 32px;
  }

  .is-countdown .countdown-section:nth-child(4) {
      display: block;
  }
}

@media only screen and (max-width: 1366px) {
	#mainmenu >li>a{
		font-size: 14px;
	}
	
	a.btn-main{
		font-size: 14px;
	}
	
	#mainmenu>li {
    	margin-right: 10px;
	}
	
	.logo-cie{
		max-width: 760px;
	}


}
