.ts-single-funfact:before {
	left: 82px;
}

.ts-footer {
	background: #243468;
	padding: 50px 0;
}

.hero-area.centerd-item .banner-item:after {
	background: #021c44de;
}

.btn {
	background: #29ABE2;
}

.btn:hover {
	background: #021C44;
	border: solid 1px #29ABE2;
}

.single-intro-text .count-number {
	background: #021C44;
}

.ts-schedule-nav ul li a.active {
	background: #243468;
}

.ts-schedule-nav ul li a:before {
	border-color: transparent #524a95 transparent transparent;
}

.ts-speaker:hover .ts-title a {
	color: #021C44;
}

.section-title, .column-title {
	color: #243468;
}

.ts-speaker .ts-title a {
    color: #014D26;
}

.ts-speaker .ts-title a:hover {
    color: #16A74F;
}

.BackTo {
	background: #D4AE40 none repeat scroll 0 0;
}

.schedule-tabs-item .schedule-listing-item .schedule-slot-time {
	color: #D4AE40;
}

.schedule-tabs-item .schedule-listing-item:after {
	border: 2px solid #D4AE40;
}

.schedule-tabs-item .schedule-listing-item:hover:before {
	background: #D4AE40;
}

.ts-map-tabs ul li a.active {
	color: #D4AE40;
	border-color: #D4AE40;
}

h1, h2, h3, h4, h5, h6 {
    color: #243468;
}

.ts-map-tabs ul li a:before {
	position: absolute;
	left: 0;
	top: 39px;
	content: '';
	width: 10px;
	height: 10px;
	display: block;
	border: 2px solid #D4AE40;
	right: 0;
	margin: auto;
	-webkit-transform: rotate(
		45deg
		);
	-ms-transform: rotate(45deg);
	transform: rotate(
		45deg
		);
	border-top: 0;
	border-left: 0;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
}

.ts-footer-social ul li a:hover {
	background: #29ABE2;
	border-color: #29ABE2;
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

html .main,
body .main {
	margin-left: 0;
}

html .main #content,
body .main #content {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	min-height: 24px;
	height: 100%;
	position: relative;
	text-align: center;
	top: 33%;
}

html .main #content p,
body .main #content p {
	color: #FFFFFF;
	font-family: "Quicksand", sans-serif;
	font-size: 1.5rem;
	margin: 0 auto;
	padding: 0;
	letter-spacing: 0.5rem;
	text-transform: uppercase;
}
html .main #content p:last-child,
body .main #content p:last-child {
	font-size: 0.75rem;
	font-weight: 700;
	margin: 3em auto;
	padding: 0;
	letter-spacing: 0.1rem;
}
html .main #content p:last-child > a,
body .main #content p:last-child > a {
	text-decoration: none;
	color: inherit;
	transition: all 0.2s ease-in;
}
html .main #content p:last-child > a:hover,
body .main #content p:last-child > a:hover {
	color: #fff;
}
html .main #content section,
body .main #content section {
	color: #fff;
	margin: 0 auto;
	line-height: 24px;
	font-size: 1rem;
	font-weight: 700;
}
html .main #content section ul,
body .main #content section ul {
	list-style-type: none;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}
html .main #content section ul li,
body .main #content section ul li {
	display: inline-block;
	width: 6rem;
}
html .main #content section .timenumbers,
body .main #content section .timenumbers {
	display: block;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.5rem;
	margin: 0 auto;
	text-align: center;
}
html .main #content section p.timedescription,
body .main #content section p.timedescription {
	font-size: 0.5rem;
	font-variant: small-caps;
	line-height: 1.5rem;
	margin: 0 auto;
	text-align: center;
	position: relative;
	top: 0px;
}

.owl-item {
	display: flex;
   align-items: center;
}

.owl-item img {
	position: absolute;
   top: 50%;
   left: 50%;
   height: 30%;
   width: 50%;
   margin: -15% 0 0 -25%;
}

.schedule-tabs-item .schedule-listing-item .schedule-slot-name {
    font-size: 14px;
    line-height: 20px;
    color: #888888;
    font-weight: 500;
    margin-bottom: 5px;
}

.bg-white {
	background-color: #FFFFFF;
}

.ts-exp-wrap .ts-exp-content {
    max-width: 700px;
}


/*---------------------------------------------------------------------
                        Mouse cursor
-----------------------------------------------------------------------*/
.theBall,
.theBall-outer {
  width: 20px;
  height: 20px;
}
.theBall-outer {
  position: fixed;
  top: -20px;
  left: -20px;
  z-index: 9999999999999999999;
  pointer-events: none !important;
}
.theBall {
  position: absolute;
  background-color: rgba(255, 114, 114, 0.8);
  border-radius: 50%;
  -webkit-transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform-origin: center center;
}
.zooming.theBall {
  background-color: #ff7272;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}

/*---------------------------------------------------------------------
                        Mouse Effect
-----------------------------------------------------------------------*/
.mouse-move {
  position: absolute;
  bottom: -130px;
  left: 50%;
  width: 65px;
  margin-left: -50px;
}
.mouse-move a {
  letter-spacing: 2px;
  font-size: 12px;
  text-transform: uppercase;
  height: 65px;
  width: 65px;
  line-height: 65px;
  display: inline-block;
  border-radius: 900px;
  text-align: center;
}
.mouse-move .boom::before,
.mouse-move .boom::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mouse-move .boom::before,
.mouse-move .boom::after {
  content: "";
  z-index: -1;
  margin: 0;
  border-radius: 900px;
  box-shadow: inset 0 0 0 2px;
  animation: clipMe 8s linear infinite;
}
.mouse-move .boom::before {
  animation-delay: -4s;
}
@keyframes clipMe {
  0%,
  100% {
    clip: rect(0px, 220px, 2px, 0px);
  }
  25% {
    clip: rect(0px, 2px, 220px, 0px);
  }
  50% {
    clip: rect(218px, 220px, 220px, 0px);
  }
  75% {
    clip: rect(0px, 220px, 220px, 218px);
  }
}
.banner_canvas {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.ts-title {
    font-size: 19px;
}

.ts-speaker-info p {
	font-size: 13px!important;
}

.escritorio-no {
	display: none;
}

.ts-exp-wrap:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: url(../images/banner-web-4-2.jpg) no-repeat 100%/cover;
}

.ts-speaker {
    position: relative;
    background: rgb(36 100 85);
    text-align: center;
    margin-bottom: 55px;
}

.icono-numero {
	margin-top: 20px;
	margin-bottom: -25px;
	margin-right: -25px;
}

.ts-exp-wrap:after {
    opacity: 0;
}

#youtube-icon {
	position: absolute;
	z-index: 9999;
	margin-left: 19%!important;
  margin-top: -20px;
}

#youtube-player {
	margin-top: 12%;
	width: 100%;
}

#myVideo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	margin-top: -285px;
}

.schedule-tabs-item .schedule-listing-item.schedule-right {
    padding: 60px 20px 0px 35px;
    text-align: left;
}

.schedule-tabs-item .schedule-listing-item.schedule-left {
    padding: 60px 35px 20px 0;
    text-align: right;
    margin-top: 245px;
}

.img-horarios {
	margin-left: 6px;
}

.pantalla {
	position: absolute;
	background-color: #00000017;
	width: 100%;
	height: 1095px;
	margin-top: -1036px;
}

.pantalla-video {
	background-color: #00000085;
	position: relative;
	width: 100%;
	height: 34vw;
}

.fondo1 {
	background-color: #000;
}

.gallery {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	margin: 0 auto;
	text-align: center;
}	
.gallery img{
	width: 100%;
	padding: 7px 0;
	transition: .5s;
}
.gallery img:hover {
	opacity: .5;
	transition: .3s;
	width: 90%;
}

#header {
	z-index: 999999;
  position: relative;
}

.btn-outline-warning {
    color: #D4AE40!important;
    background-color: transparent!important;
    background-image: none;
    border-color: #D4AE40!important;
    cursor: pointer!important;
}


.responsive-iframe {
	position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media screen and (min-width: 2290px) {

	.pantalla-video {
    height: 29vw;
	}

}

@media screen and (max-width: 2289px) and (min-width: 2000px) {

	.pantalla-video {
    height: 39vw;
	}

}

@media screen and (max-width: 1999px) and (min-width: 1860px) {

	.pantalla-video {
    height: 30.2vw;
	}

}

@media screen and (max-width: 1859px) and (min-width: 1751px) {


	.pantalla-video {
    height: 32vw;
	}

}

@media screen and (max-width: 1750px) and (min-width: 1500px) {

	.pantalla-video {
    height: 40vw;
	}

}

@media screen and (max-width: 1499px) and (min-width: 1370px) {

	.pantalla-video {
    height: 52vw;
	}
}


@media screen and (max-width: 1299px) and (min-width: 1100px) {

	#page {
		height: 49vw
	}
}

@media screen and (max-width: 1099px) and (min-width: 900px) {

	#page {
		height: 54vw
	}
}

/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 700px) {
  .movil-no {
  	display: none;
  }
  .escritorio-no {
		display: block;
		width: 160px;
	}

	#youtube-player {
    margin-top: -90px;
    width: 100%;
    height: auto;
    margin-bottom: 149px;
	}

	#myVideo {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		margin-top: 0px;
	}

	#youtube-icon {
		margin-left: 19%!important;
    height: 50px;
    margin-top: -190px;
	}

	.schedule-tabs-item .schedule-listing-item.schedule-left {
    padding: 0px 0px 20px 0!important;
	}

	.schedule-tabs-item .schedule-listing-item.schedule-left {
    text-align: center;
	}

	.schedule-tabs-item .schedule-listing-item.schedule-right {
    padding: 0px 20px 0px 0px!important;
	}

	.schedule-tabs-item .schedule-listing-item.schedule-right {
    text-align: center;
	}

	.img-horarios {
		margin-left: auto;
    margin-right: auto;
	}

	.ts-exp-wrap:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-image: none!important;
    background-color: #014D26;
	}

	.ts-exp-wrap .ts-exp-content .column-title {
    text-align: center;
	}

	.ts-footer {
    padding: 50px 0 60px;
	}

	#page {
		height: 180vw;
	}
}

@media (min-width: 577px) and (max-width: 768px) {
	.gallery {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}
@media (max-width: 576px) {
	.gallery {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}
