@import url('http://fonts.googleapis.com/css?family=Lato:300,400,700,900'); 


/* ---------------------------------------------------------
 *	General
 *  --------------------------------------------------------- */
 
::selection {
	color: #fff;
	background: #666;
}

::-moz-selection {
	color: #fff;
	background: #666;
}

html {
	height: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.containeriframe {
  display: flex;
        flex-wrap: wrap;
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


.contenedor {
  color: #424b5c;
  text-align: center;
}
.cartel {
  width: 72px;
  height: 68px;
  padding: 10px 0px 5px 0px;
  text-align: center;
  display: inline-block;
  background-color: #fff;
  margin: 5px;
  border: none;
  border-radius: 10px;
}
.cartel>div{
 
  animation: fade 3s;
 
}
.cartel>div>h3 {
  margin-top: 15px;
 
}

.contenedor {
  margin-top: 3%;
}
.contenido {
  width: 80%;
  margin: 0 auto;
  border: 0px solid black;
  z-index: 10;
}
li {
  display: inline-block;
 
  text-transform: uppercase;
}
li span {
  display: block;
 
}
.numeros {
 
  transition: .3s;
  animation-name: fade;
  animation-duration: 3s;
}
.responsivo1 {
  display: inline-block
}
.responsivo2 {
  display: inline-block
}
@media (max-width: 450px) {  
  .contenedor {
    margin-top: 15%;
  }
  .banner {
   margin-bottom: 30px; 
  }
  .cartel {
    height: 99px;
    width: 99px;
  }
  .cartel>div{
    font-size: 1em;
  }
  .cartel>div>h3 {
    
    margin-top: 0px;
  }
}
@keyframes fade {
    0%   {
      opacity: 0;
  }
    30%   {
      opacity: 0;
  }  
    100% {
      opacity: 1;
  }
}





.modalmask {
    position: fixed;
    font-family: Arial, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modalmask:target {
    opacity:1;
    pointer-events: auto;
}
 
 .modalbox{
    width: 400px;
    position: relative;
    padding: 5px 20px 13px 20px;
    background: #fff;
    border-radius:3px;
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
     
}
.modalbox2{
    width: 51%;
    position: relative;
    padding: 5px 20px 13px 20px;
    background: #fff;
    border-radius:3px;
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
     
}

.movedown {
    margin: 0 auto;
}
.rotate {
    margin: 10% auto;
    -webkit-transform: scale(-5,-5);
    transform: scale(-5,-5);
}
.resize {
    margin: 10% auto;
    width:0;
    height:0;
 
}
.modalmask:target .movedown{       
    margin:5% auto;
	overflow-y: auto;
    max-height: 700px;
}
.modalmask:target .rotate{     
    transform: rotate(360deg) scale(1,1);
        -webkit-transform: rotate(360deg) scale(1,1);
}
 
.modalmask:target .resize{
    width:400px;
    height:200px;
}

.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: 1px;
    text-align: center;
    top: 1px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    border-radius:3px;
 
}
 
.close:hover {
    background: #FAAC58;
    color:#222;
}

 
 

 
 
 .programa li {
    clear: both;
    overflow: hidden;
    margin-bottom: 1.5rem;
    padding-left: 2.3rem;
    position: relative;
}
.hora {
    float: left;
    width: 6rem;
    text-align: right;
    color: #767676;
    font-family: Poppins, sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.4rem;
    margin-right: 3rem;
}
.titulo {
    float: left;
    color: #000;
    font-family: Poppins, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem;
}
.cuerpo {
    
	margin-left:9rem;
	clear: both;
	float: left;
    color: #767676;
    font-family: Poppins, sans-serif;
    font-size: 1.2rem;
    font-weight: 200;
    line-height: 2.4rem;
}
.panelista {
    
	margin-left:9rem;
	clear: both;
	float: left;
    color: #767676;
    font-family: Poppins, sans-serif;
    font-size: 1.2rem;
    font-weight: 200;
    line-height: 2.4rem;
}
.antecuerpo {
    margin-top:.5rem;
	margin-left:9rem; 
	clear: both;
	float: left;
    color: #000;
    font-family: Poppins, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.4rem;
}
.ponentes {
    margin-top:.2rem;
	margin-left:9rem; 
	clear: both;
	font-style: italic;
	float: left;
    color: #000;
    font-family: Poppins, sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.4rem;
}

body {
	overflow: hidden;
	height: 100%;
	max-width: 100%;
	background: #373737;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #fff;
	line-height: 1.6em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #fff;
}

h1 {
	font-size: 40px;
}

h3 {
	font-weight: 400;
}

h4 {
	font-weight: 400;
	font-size: 20px;
}

p {
	margin-bottom: 20px;
	font-size: 16px;
}

a {
	color: #bdc3c7;
	word-wrap: break-word;
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
	color: #99a2a9;
	text-decoration: none;
	outline: 0;
}

a:before,
a:after {
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}


/* ---------------------------------------------------------
 *	Bootstrap override
 * --------------------------------------------------------- */


/*
 *	Container
 *  --------------------------------------------------------- */ 
 
@media (min-width: 1200px) {
	.container {
		width: 1000px;
	} 
    
}
 
/*
 *	Buttons
 *  --------------------------------------------------------- */
 
.btn {
	display: inline-block;
	padding: 10px 20px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0;
}

.btn-theme {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	transition: all 500ms ease;
}

.btn-theme:hover {
	color: #000;
	background-color: #fff;
}
.btn-theme2 {
	width: 170px;
	color: #000;
	opacity: .6 ;
	background-color: #ededed;
	/* *background-color: transparent; */
	border-color: #fff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	transition: all 500ms ease;
}

.btn-theme2:hover {
	color: #0d0d0d;
	background-color: #fff;
	opacity: 1 ;
}


/*
 *	Forms
 *  --------------------------------------------------------- */

.form-control {
	height: 42px;
	border-radius: 0;
	border: 1px solid transparent;
}

.form-control:focus {
	outline: 0;
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-box-shadow: none;
}

.has-feedback .form-control-feedback {
	line-height: 44px;
	width: 44px;
	height: 44px;
}

.has-success .form-control,
.has-error .form-control,
.has-success .form-control:focus,
.has-error .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-box-shadow: none;
}

form.signup input[type="email"] {
	height: 42px;
	width: 250px;
	border-radius: 0;
	margin: 0 5px;
}

form.signup button.btn {
	font-weight: 700;
}

.form-group .form-control {
	display: inline-block;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.form-group .form-control {
		display: block;
	}
}


/* ---------------------------------------------------------
 *	Preloader
 * --------------------------------------------------------- */
 
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #2d2e2e;
	z-index: 9999;
}

#status {
	width: 150px;
	height: 150px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-repeat: no-repeat;
	background-position: center;
	margin: -75px 0 0 -75px;
}

.registro {
	color:#000000 !important;
	width: 130px;
	height: 42px;
	position: absolute;
	left: 73%;
	top:61%;
	/* *opacity:.4;
	*background-color: #ededed; */
	background-repeat: no-repeat;
	background-position: center;
	margin: -75px 0 0 -75px;
}


.spinner {
  margin: 50px auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #fff;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}


/* ---------------------------------------------------------
 *	Timer
 * --------------------------------------------------------- */

#countdown {
	font-size: 30px;
	color: #fff;
	line-height: 24px;
	margin: 0 0 25px;
}

.countdown-section {
	display: inline-block;
	padding: 5px 14px;
	border-right: 1px solid rgba(255,255,255,0.3);
}

.countdown-section:last-child {
	border-right: none;
}

.countdown-section b {
	font-size: 20px;
	display: block;
}

.countdown-section span {
	font-size: 12px;
	display: block;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	#countdown {
		font-size: 38px;
		margin: 10px 0 45px;
		line-height: 1.1em;
	}

	.countdown-section{
		padding: 0.3em 0.7em;
	}
	
	.countdown-section b {
		font-size: 1em;
	}

	.countdown-section span {
		font-size: 0.4em;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
 
	.countdown-section {
		display: inline-block;
		padding: 0.5em 0.7em;
		border-right: 1px solid rgba(255,255,255,0.3);
	}

	.countdown-section b {
		font-size: 1em;
		display: block;
	};
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.countdown-section b {
		font-size: 1.2em;
		display: block;
	}
}

/* ---------------------------------------------------------
 *	Backstretch
 * --------------------------------------------------------- */

.backstretch:after {
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	background-color: rgba(0,0,0,0.6);
	z-index: 100;
}


/* ---------------------------------------------------------
 *	Ladda
 * --------------------------------------------------------- */

.ladda-button, 
.ladda-button .ladda-label, 
.ladda-button .ladda-spinner{
	-moz-transition-property: none !important;
	-webkit-transition-property: none !important;
	-o-transition-property: none !important;
	transition-property: none !important;	
}

.ladda-button .ladda-spinner{
	margin-top: 0px;
	margin-left: 7px;
}


/* ---------------------------------------------------------
 *	Tubular
 * --------------------------------------------------------- */

#tubular-container{
	z-index: -2 !important;
} 
 
#tubular-shield{
	background-color: rgba(0,0,0,0.6);
	z-index: -1 !important;
}


/* ---------------------------------------------------------
 *	Layout
 * --------------------------------------------------------- */
 
.page {
	padding: 20px 0;
}

.wrapper {
	padding: 15px 0;
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.wrapper .container {
		width: 1050px;
	}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.page {
		display: table;
		width: 100%;
		height: 100%;
		padding: 40px 0;
	}
	
	.wrapper {
		display: table-cell;
		vertical-align: middle;
		height: 100%;
		padding: 0;
	}
}
 
 
/* ---------------------------------------------------------
 *	Body
 * --------------------------------------------------------- */

.main{
	
} 


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.main{
		
	}
}
 
 
 
/* 
 * Sections
 * --------------------------------------------------------- */
 
.section{
	z-index: 2000;
	padding: 40px 0;
} 
 
.section-title {
	margin: 0 0 20px;
	text-align: center;
}

.section-title-border {
	width: 70px;
	height: 3px;
	background: rgba(0,0,0,0.13);
	margin: 0 auto 45px;
	border-radius: 3px;
}

 
/* Home */

.heading {
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 30px 0 10px;
}

#signupForm .form-control-feedback {
	visibility: hidden;
}

@-webkit-keyframes arrowBounce {
  0% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-moz-keyframes arrowBounce {
  0% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-ms-keyframes arrowBounce {
  0% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes arrowBounce {
  0% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.arrow-down{
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 40px;
	display: none;
}

.scroll{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	font-size: 35px;
	padding: 10px;
	color: #fff;
	
	-webkit-animation: arrowBounce 2.5s infinite;
	-moz-animation: arrowBounce 2.5s infinite;
	-ms-animation: arrowBounce 2.5s infinite;
	animation: arrowBounce 2.5s infinite;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.heading {
		font-size: 50px;
		margin: 45px 0 10px;
	}

	#signupForm .form-control-feedback {
		visibility: visible;
	}

	#signupForm  .form-group {
		vertical-align: top;
	}
	
	.arrow-down{
		display: block;
	}
}


/* About */

#about{
	background: #ededed;
	color: #626262;
}

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


.feature-box-container{
	margin: 60px 0;
}

.feature-box-container:last-child{
	margin-bottom: 0;
}

.feature-box {
	text-align: center;
	background: #e4e4e4;
}

.feature-box .icon {
	width: 100px;
	height: 55px;
	color: #fff;
	position: relative;
	background: #bbbcbc;
	margin: 35px auto 20px;
}

.feature-box .icon:before {
	content: "";
	position: absolute;
	top: -25px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-bottom: 25px solid #bbbcbc;
}

.feature-box .icon:after {
	content: "";
	position: absolute;
	bottom: -25px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 25px solid #bbbcbc;
}

.feature-box .icon i {
	font-size: 35px;
	padding-top: 12px;
	display: block;
}

.feature-box .description {
	padding: 20px 15px 10px;
}

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

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
	.feature-box-container{
		margin: 0;
	}
}
 
/* Team */

#team{
	background-color: rgba(0,0,0,0.6);
}

.team-member-container{
	max-width: 250px;
	display: inline-block;
	margin: 20px 0;
}

.team-member-container:first-child{
	margin-top: 0;
}

.team-member-container:last-child{
	margin-bottom: 0;
}

.team-member {
	max-width: 220px;
	padding-bottom: 25px;
	background: rgba(255,255,255,0.2);
}

.team-member-profession{
	color: #ccc;
	font-size: 12px;
	margin-top: -3px;
	display: block;
	margin-bottom: 5px;
}

.team-member .social a {
	font-size: 12px;
	width: 26px;
	height: 26px;
	line-height: 25px;
	margin: 0 7px;
	border: 1px solid rgba(255,255,255,0.7);
}

.team-member h4 {
	margin-bottom: 0;
	margin-top: 15px;
}

.team-member p{
	font-size: 12px;
	line-height: 18px;
	margin: 5px 0;
}

.team-member h4,
.team-member p {
	padding: 0 15px;
}
 
.owl-pagination{
	margin-top: 25px;
}

.owl-theme .owl-controls .owl-page.active span {
	background: #fff;
}

.owl-theme .owl-controls .owl-page span {
	border-radius: 0;
	height: 6px;
	width: 25px;
	margin: 5px 3px;
	background: transparent;
	border: 1px solid #fff;
}
 
@media (min-width: 1000px) { 
	.owl-carousel .owl-item{
		width: 220px !important;
		margin: 0 15px;
	}
	.carousel-container{
		max-width: 1000px;
		margin: 0 auto;
	}
}  
 
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
	.team-member-container{
		margin: 0;
	}
}
 
/* Contact */ 
 
#contact{
	background: #003366;
} 
 
.list-contacts {
	list-style: none;
	padding-left: 0;
	margin: 2em 0;
}

.list-contacts li {
	margin-bottom: 10px;
	display: table;
}

.list-contacts [class*="fa-"] {
	margin-right: 15px;
	display: table-cell;
	width: 30px;
}

#contactForm .form-control[name="name"] {
	margin-bottom: 14px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.list-contacts {
		list-style: none;
		padding-left: 0;
		margin-top: 2em;
	}

	#contactForm .form-control[name="name"] {
		margin-bottom: 0;
	}
}


/* ---------------------------------------------------------
 *	Footer
 * --------------------------------------------------------- */

footer .pull-left, 
footer .pull-right {
	text-align: center;
	float: none !important;
}

footer {
	margin-top: 40px;
}

p.copyright {
	margin-top: 20px;
	color: #fff;
	text-align: center;
	font-size: 14px;
}

/* 
 * Social icons
 * --------------------------------------------------------- */

.social {
	margin-top: 20px;
	font-size: 14px;
}

.social a {
	font-size: 1.1em;
	padding: 0 0.3em;
	border: 1px solid #fff;
	margin: 0 5px;
	width: 30px;
	height: 30px;
	display: inline-block;
	line-height: 28px;
}	


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	footer {
		margin-top: 70px;
	}

	footer .pull-left {
		float: left !important;
	}

	footer .pull-right {
		float: right !important;
	}
}
/* 
 * Social icons
 * --------------------------------------------------------- */




.section-title {
    font-family: 'Exo 2', sans-serif !important;
    font-size: 2.2em !important;
    font-weight: 300 !important;
    color: #ffffff !important;
    text-align: center !important;
    margin-bottom: 30px !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5) !important;
    letter-spacing: 2px !important;
}
.section-title-white {
    font-family: 'Exo 2', sans-serif !important;
    
    font-weight: 300 !important;
    color: #003366 !important;
    text-align: center !important;
    margin-bottom: 30px !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3) !important;
    letter-spacing: 2px !important;
}

.contenedor {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1s ease-out 0.5s forwards;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.contenido {
    background: linear-gradient(135deg, rgba(13, 71, 161, 0.95), rgba(1, 87, 155, 0.9), rgba(0, 131, 143, 0.85));
    backdrop-filter: blur(20px);
    border-radius: 25px;
    padding: 30px 20px;
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.contenido::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    animation: shimmer 3s infinite;
}

@keyframes shimmer {
    0% { left: -100%; }
    100% { left: 100%; }
}

.contador {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
    width: 100%;
}

.responsivo1, .responsivo2 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

.cartel {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 15px 12px;
    text-align: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    min-width: 120px;
    animation: float 6s ease-in-out infinite;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cartel:nth-child(1) { animation-delay: 0s; }
.cartel:nth-child(2) { animation-delay: 1.5s; }

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-8px); }
}

.cartel::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 229, 255, 0.1), transparent);
    transition: left 0.5s ease;
}

.cartel:hover::before {
    left: 100%;
}

.cartel:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 229, 255, 0.3);
    background: rgba(255, 255, 255, 0.15);
}

#dias, #horas, #minutos, #segundos {
    font-family: 'Orbitron', monospace !important;
    font-size: 2.2em !important;
    font-weight: 900 !important;
    color: #00e5ff !important;
    text-shadow: 0 0 20px rgba(0, 229, 255, 0.5) !important;
    display: block !important;
    margin-bottom: 8px !important;
    animation: glow 2s ease-in-out infinite alternate !important;
    transition: transform 0.3s ease !important;
    line-height: 1 !important;
    text-align: center !important;
    width: 100% !important;
}

@keyframes glow {
    from { 
        text-shadow: 0 0 20px rgba(0, 229, 255, 0.5);
        color: #00e5ff;
    }
    to { 
        text-shadow: 0 0 30px rgba(0, 229, 255, 0.8), 0 0 40px rgba(0, 229, 255, 0.3);
        color: #40e0d0;
    }
}

.txt {
    font-family: 'Exo 2', sans-serif !important;
    font-size: 1em !important;
    font-weight: 600 !important;
    color: rgba(255, 255, 255, 0.9) !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin: 0 !important;
    text-align: center !important;
    width: 100% !important;
}

/* Barra de progreso agregada */
.progress-bar-container {
    width: 100%;
    height: 6px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    margin: 25px 0;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #00e5ff, #00acc1, #0277bd);
    border-radius: 10px;
    width: 0%;
    transition: width 0.5s ease;
    box-shadow: 0 0 15px rgba(0, 229, 255, 0.5);
    animation: progressGlow 2s ease-in-out infinite alternate;
}

@keyframes progressGlow {
    from { box-shadow: 0 0 15px rgba(0, 229, 255, 0.5); }
    to { box-shadow: 0 0 25px rgba(0, 229, 255, 0.8); }
}

/* Decoraciones marítimas */
.anchor-decoration {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 3em;
    color: rgba(255, 255, 255, 0.1);
    animation: anchorFloat 4s ease-in-out infinite;
    z-index: 1;
}

@keyframes anchorFloat {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-10px) rotate(5deg); }
}

.wave-decoration {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z' opacity='.15' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E") repeat-x;
    background-size: 1200px 120px;
    animation: waveMove 8s linear infinite;
    z-index: 1;
}

@keyframes waveMove {
    0% { background-position-x: 0px; }
    100% { background-position-x: 1200px; }
}

/* Mensaje de bienvenida mejorado */
.welcome-message {
    text-align: center;
    padding: 60px 30px;
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.95), rgba(67, 160, 71, 0.9));
    backdrop-filter: blur(20px);
    border-radius: 25px;
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    animation: welcomeAnimation 2s ease-out;
    position: relative;
    overflow: hidden;
}

.welcome-message::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    animation: welcomeShine 3s infinite;
}

@keyframes welcomeShine {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes welcomeAnimation {
    0% {
        opacity: 0;
        transform: scale(0.5) rotateY(180deg);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.1) rotateY(90deg);
    }
    100% {
        opacity: 1;
        transform: scale(1) rotateY(0deg);
    }
}

.welcome-title {
    font-family: 'Exo 2', sans-serif;
    font-size: 3.5em;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 20px 0;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    letter-spacing: 2px;
    line-height: 1.2;
    position: relative;
    z-index: 1;
}

.welcome-subtitle {
    font-family: 'Exo 2', sans-serif;
    font-size: 1.3em;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
}

/* Responsive */
@media (max-width: 768px) {
    .contador {
        flex-direction: column;
        gap: 12px;
    }
    
    .responsivo1, .responsivo2 {
        justify-content: center;
        gap: 12px;
    }
    
    .cartel {
        min-width: 100px;
        padding: 12px 10px;
    }
    
    #dias, #horas, #minutos, #segundos {
        font-size: 1.8em !important;
        margin-bottom: 6px !important;
    }
    
    .section-title {
        font-size: 1.2em !important;
    }
    
    .welcome-title {
        font-size: 2.5em;
    }
}

@media (max-width: 480px) {
    .responsivo1, .responsivo2 {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    
    .cartel {
        width: 90px;
        min-width: 90px;
        padding: 10px 8px;
    }
    
    .contenido {
        padding: 20px 15px;
    }
    
    #dias, #horas, #minutos, #segundos {
        font-size: 1.6em !important;
        margin-bottom: 5px !important;
    }
    
    .txt {
        font-size: 0.85em !important;
    }
    
    .welcome-title {
        font-size: 2em;
    }
}

/* Responsive para pantallas grandes */
@media (min-width: 1200px) {
    .cartel {
        min-width: 140px;
        padding: 18px 15px;
    }
    
    #dias, #horas, #minutos, #segundos {
        font-size: 2.4em !important;
    }
    
    .txt {
        font-size: 1.05em !important;
    }
}

/* Estilos para el preloader del countdown */
.countdown-preloader {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    background: linear-gradient(135deg, rgba(13, 71, 161, 0.95), rgba(1, 87, 155, 0.9), rgba(0, 131, 143, 0.85));
    border-radius: 25px;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.maritime-loader {
    text-align: center;
    color: #ffffff;
}

.anchor-spin {
    font-size: 4em;
    animation: spin 2s linear infinite;
    color: #00e5ff;
    margin-bottom: 20px;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.loading-text {
    font-family: 'Exo 2', sans-serif;
    font-size: 1.2em;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.9);
}

.wave-loader {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.wave {
    width: 8px;
    height: 8px;
    background: #00e5ff;
    border-radius: 50%;
    animation: waveAnimation 1.5s ease-in-out infinite;
}

.wave:nth-child(1) { animation-delay: 0s; }
.wave:nth-child(2) { animation-delay: 0.2s; }
.wave:nth-child(3) { animation-delay: 0.4s; }

@keyframes waveAnimation {
    0%, 60%, 100% { transform: scale(1); opacity: 1; }
    30% { transform: scale(1.5); opacity: 0.7; }
}
/* Mejoras para el fondo de video/imagen */
body {
    position: relative;
    overflow-x: hidden;
}

/* Asegurar que el contenido esté por encima del fondo */
.container, .section {
    position: relative;
    z-index: 10;
}

/* Mejoras específicas para móviles */
@media (max-width: 768px) {
    .backstretch img {
        opacity: 0.3 !important;
        filter: blur(1px) brightness(0.7);
    }
    
    /* Asegurar legibilidad en móvil */
    .section-title {
        text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8) !important;
        background: rgba(0, 0, 0, 0.3);
        padding: 10px 20px;
        border-radius: 10px;
        margin-bottom: 30px !important;
    }
   
    
    /* Mejorar contraste del countdown en móvil */
    .contenido {
        background: linear-gradient(135deg, rgba(13, 71, 161, 0.98), rgba(1, 87, 155, 0.95), rgba(0, 131, 143, 0.92)) !important;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6) !important;
    }
}

/* Mejoras para desktop */
@media (min-width: 769px) {
    video {
        object-fit: cover;
        filter: brightness(0.6) contrast(1.1);
    }
    
    .section-title {
        text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.7) !important;
    }
}

/* Asegurar que overlays no interfieran con interacciones */
.mobile-overlay, .desktop-overlay {
    pointer-events: none !important;
}
/* Estilos para video en móvil */
@media (max-width: 768px) {
    /* Video de fondo optimizado para móvil */
    video {
        filter: brightness(0.4) contrast(1.2) blur(0.5px) !important;
        object-fit: cover;
    }
    
    /* Container para video decorativo adicional */
    .mobile-video-container {
        margin-top: 40px;
        padding: 20px;
        background: rgba(0, 51, 102, 0.1);
        border-radius: 20px;
        backdrop-filter: blur(10px);
    }
    
    .video-wrapper {
        position: relative;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    }
    
    .video-wrapper video {
        width: 100%;
        height: 200px;
        object-fit: cover;
        filter: brightness(0.8) contrast(1.1) !important;
        border-radius: 15px;
    }
    
    .video-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(transparent, rgba(0, 51, 102, 0.9));
        color: white;
        padding: 20px;
        text-align: center;
    }
    
    .video-overlay h4 {
        font-family: 'Exo 2', sans-serif;
        font-size: 1.2em;
        margin: 0 0 5px 0;
        font-weight: 600;
    }
    
    .video-overlay p {
        font-family: 'Exo 2', sans-serif;
        font-size: 0.9em;
        margin: 0;
        opacity: 0.9;
    }
    
    /* Mejorar legibilidad con video de fondo */
    .section-title {
        background: rgba(0, 51, 102, 0.8) !important;
        backdrop-filter: blur(10px) !important;
        padding: 15px 25px !important;
        border-radius: 15px !important;
        border: 1px solid rgba(255, 255, 255, 0.1) !important;
    }
    .section-title-white {
        background: rgba(0, 51, 102, 0.8) !important;
        color: #ffffff !important;
        backdrop-filter: blur(10px) !important;
        padding: 15px 25px !important;
        border-radius: 15px !important;
        border: 1px solid rgba(255, 255, 255, 0.1) !important;
    }
    
    .contenido {
        background: linear-gradient(135deg, rgba(13, 71, 161, 0.95), rgba(1, 87, 155, 0.92), rgba(0, 131, 143, 0.90)) !important;
        backdrop-filter: blur(15px) !important;
    }
}

/* Optimizaciones para desktop */
@media (min-width: 769px) {
    video {
        filter: brightness(0.6) contrast(1.1);
    }
}

/* Animación de entrada para el video móvil */
.mobile-video-container {
    opacity: 0;
    transform: translateY(30px);
    animation: videoFadeIn 1s ease-out 0.5s forwards;
}

@keyframes videoFadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* Estilos para video en móvil */
@media (max-width: 768px) {
    /* Video de fondo optimizado para móvil */
    video {
        filter: brightness(0.4) contrast(1.2) blur(0.5px) !important;
        object-fit: cover;
    }
    
    /* Container para video decorativo adicional */
    .mobile-video-container {
        margin-top: 40px;
        padding: 20px;
        background: rgba(0, 51, 102, 0.1);
        border-radius: 20px;
        backdrop-filter: blur(10px);
    }
    
    .video-wrapper {
        position: relative;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    }
    
    .video-wrapper video {
        width: 100%;
        height: 200px;
        object-fit: cover;
        filter: brightness(0.8) contrast(1.1) !important;
        border-radius: 15px;
    }
    
    .video-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(transparent, rgba(0, 51, 102, 0.9));
        color: white;
        padding: 20px;
        text-align: center;
    }
    
    .video-overlay h4 {
        font-family: 'Exo 2', sans-serif;
        font-size: 1.2em;
        margin: 0 0 5px 0;
        font-weight: 600;
    }
    
    .video-overlay p {
        font-family: 'Exo 2', sans-serif;
        font-size: 0.9em;
        margin: 0;
        opacity: 0.9;
    }
    
    /* Mejorar legibilidad con video de fondo */
    .section-title {
        background: rgba(0, 51, 102, 0.8) !important;
        backdrop-filter: blur(10px) !important;
        padding: 15px 25px !important;
        border-radius: 15px !important;
        border: 1px solid rgba(255, 255, 255, 0.1) !important;
    }
    
    .section-title-white {
        background: rgba(0, 51, 102, 0.8) !important;
        color: #ffffff !important;
        backdrop-filter: blur(10px) !important;
        padding: 15px 25px !important;
        border-radius: 15px !important;
        border: 1px solid rgba(255, 255, 255, 0.1) !important;
    }
    .contenido {
        background: linear-gradient(135deg, rgba(13, 71, 161, 0.95), rgba(1, 87, 155, 0.92), rgba(0, 131, 143, 0.90)) !important;
        backdrop-filter: blur(15px) !important;
    }
}

/* Optimizaciones para desktop */
@media (min-width: 769px) {
    video {
        filter: brightness(0.6) contrast(1.1);
    }
}

/* Animación de entrada para el video móvil */
.mobile-video-container {
    opacity: 0;
    transform: translateY(30px);
    animation: videoFadeIn 1s ease-out 0.5s forwards;
}

@keyframes videoFadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.download-button-container {
    text-align: center;
    margin: 30px 0;
}

.maritime-download-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: linear-gradient(135deg, rgba(13, 71, 161, 0.95), rgba(1, 87, 155, 0.9), rgba(0, 131, 143, 0.85));
    color: #ffffff;
    padding: 18px 35px;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 
        0 8px 25px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    letter-spacing: 0.5px;
}

.maritime-download-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

.maritime-download-btn:hover::before {
    left: 100%;
}

.maritime-download-btn:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 
        0 15px 35px rgba(0, 131, 143, 0.4),
        0 5px 15px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    background: linear-gradient(135deg, rgba(13, 71, 161, 1), rgba(1, 87, 155, 0.95), rgba(0, 131, 143, 0.9));
    border-color: rgba(255, 255, 255, 0.3);
    color: #ffffff;
}

.maritime-download-btn:active {
    transform: translateY(-1px) scale(1.01);
    transition: all 0.1s ease;
}

.download-icon {
    font-size: 18px;
    animation: bounce 2s ease-in-out infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-3px);
    }
    60% {
        transform: translateY(-2px);
    }
}

.download-text {
    position: relative;
    z-index: 1;
}

/* Responsive */
@media (max-width: 768px) {
    .maritime-download-btn {
        padding: 15px 25px;
        font-size: 14px;
        border-radius: 25px;
    }
    
    .download-icon {
        font-size: 16px;
    }
    
    .download-text {
        font-size: 16px !important;
    }
}

 /* Embed original para web - NO cambiar nada */
 /* PDF Web - sin cambios */
.pdf-web-container {
    display: block;
    text-align: center;
}

/* PDF Móvil */
.pdf-mobile-container {
    display: none;
    text-align: center;
}

/* Embed móvil */
.mobile-embed-container {
    margin: 20px 0;
}

.mobile-embed {
    width: 100%;
    height: 400px;
    border: none;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Object móvil */
.mobile-object-container {
    margin: 20px 0;
}

.mobile-object {
    width: 100%;
    height: 400px;
    border: none;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Card de descarga */
.mobile-pdf-card {
    background: linear-gradient(135deg, rgba(13, 71, 161, 0.95), rgb(15, 51, 78), rgba(31, 38, 105, 0.979));
    color: white !important;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin: 20px 0;
}

.pdf-icon {
    font-size: 4em;
    margin-bottom: 20px;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

.mobile-pdf-card h4 {
    font-size: 1.4em;
    font-weight: 600;
    margin: 0 0 15px 0;
}

.mobile-pdf-card p {
    font-size: 1em;
    opacity: 0.9;
    margin: 0 0 25px 0;
    line-height: 1.5;
}

.mobile-actions {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 250px;
    margin: 0 auto;
}

.mobile-btn {
    background: rgba(255, 255, 255, 0.15);
    color: white;
    padding: 15px 25px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: none;
    cursor: pointer;
}

.mobile-btn:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
    color: white;
}

.mobile-btn.tertiary {
    background: rgba(255, 193, 7, 0.2);
    border-color: rgba(255, 193, 7, 0.3);
}

/* Solo en móvil */
@media (max-width: 768px) {
    .pdf-web-container {
        display: none;
    }
    
    .pdf-mobile-container {
        display: block;
    }
}

 .sponsors-section {
            background-color: rgba(0, 0, 0, 0.6);
            padding: 60px 0;
            position: relative;
            overflow: hidden;
        }

        .sponsors-title {
            text-align: center;
            color: #ffffff;
            font-size: 2.5rem;
            font-weight: 600;
            margin-bottom: 50px;
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.8s ease;
        }

        .sponsors-title.animate {
            opacity: 1;
            transform: translateY(0);
        }

        .sponsors-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 40px;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .sponsor-card {
            background: rgba(255, 255, 255, 0.5);
            border-radius: 15px;
            padding: 30px 20px;
            text-align: center;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            opacity: 0;
            transform: translateY(50px) scale(0.9);
        }

        .sponsor-card.animate {
            opacity: 1;
            transform: translateY(0) scale(1);
        }

        .sponsor-card:hover {
            background: rgba(255, 255, 255, 0.15);
            transform: translateY(-10px) scale(1.05);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
        }

        
        .sponsor-card:hover .sponsor-logo {
            transform: scale(1.1) rotate(2deg);
        }

        .sponsor-name {
            color: #ffffff;
            font-size: 1.1rem;
            font-weight: 500;
            margin-bottom: 8px;
        }

        .sponsor-category {
            color: #cccccc;
            font-size: 0.9rem;
            opacity: 0.8;
        }

        /* Animaciones de entrada escalonadas */
        .sponsor-card:nth-child(1) { transition-delay: 0.1s; }
        .sponsor-card:nth-child(2) { transition-delay: 0.2s; }
        .sponsor-card:nth-child(3) { transition-delay: 0.3s; }
        .sponsor-card:nth-child(4) { transition-delay: 0.4s; }
        .sponsor-card:nth-child(5) { transition-delay: 0.5s; }
        .sponsor-card:nth-child(6) { transition-delay: 0.6s; }

        /* Responsive */
        @media (max-width: 768px) {
            .sponsors-title {
                font-size: 2rem;
                margin-bottom: 40px;
            }
            
            .sponsors-grid {
                grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
                gap: 25px;
                padding: 0 15px;
            }
            
            .sponsor-card {
                padding: 20px 15px;
            }
            
            .sponsor-logo {
                width: 100px;
                height: 60px;
                font-size: 12px;
            }
        }

       
/* Fix para imágenes dentro de .sponsor-logo - VERSIÓN MÁS GRANDE */
.sponsor-logo {
    width: 160px;  /* Aumentado de 120px */
    height: 100px; /* Aumentado de 80px */
    background: transparent;
    border-radius: 10px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px; /* Aumentado de 14px para texto */
    color: #003366;
    transition: transform 0.3s ease;
    overflow: hidden;
    padding: 0px;
}

/* Estilos específicos para las imágenes dentro de sponsor-logo */
.sponsor-logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
}

/* Para logos que son solo texto (sin imagen) */
.sponsor-logo:not(:has(img)) {
    padding: 15px; /* Aumentado padding para texto */
    text-align: center;
    line-height: 1.2;
}

/* Responsive para móviles */
@media (max-width: 768px) {
    .sponsor-logo {
        width: 130px; /* Aumentado de 100px */
        height: 80px;  /* Aumentado de 60px */
        font-size: 14px; /* Aumentado de 12px */
        padding: 5px;
    }
}

/* Timeline Enterprise CSS - IA APIL Integration */

/* CONTAINER PRINCIPAL */
.agenda-timeline-container {
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 0;
    margin: 20px 0;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

/* NAVIGATION TABS */
.timeline-nav {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-tabs {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 15px;
}

.tab-btn {
    background: linear-gradient(135deg, #76b1f0, #5484b8);
    border: 2px solid rgba(255, 255, 255, 0.2);
    color: white;
    padding: 15px 25px;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    min-width: 120px;
    font-family: inherit;
}

.tab-btn:hover {
    background: linear-gradient(135deg, #76b1f0, #5484b8);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-2px);
}

.tab-btn.active {
    background: linear-gradient(135deg, #007bff, #0056b3);
    border-color: #007bff;
    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
}

.tab-title {
    font-weight: 600;
    font-size: 2rem;
}

.tab-date {
    font-size: 1.4rem;
    opacity: 0.8;
}

/* PROGRESS INDICATOR */
.timeline-progress {
    margin-top: 15px;
}

.progress-track {
    height: 4px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #007bff, #28a745);
    border-radius: 2px;
    width: 33%;
    transition: width 0.3s ease;
}

/* TIMELINE CONTENT */
.timeline-content {
    position: relative;
}

.day-timeline {
    display: none;
    padding: 10px 20px;
}

.day-timeline.active {
    display: block;
    animation: fadeInUp 0.5s ease;
}

.timeline-header {
    text-align: center;
    margin-bottom: 20px;
    color: white;
}

.timeline-header h4 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: white;
}

.day-subtitle {
    font-size: 1rem;
    opacity: 0.8;
    color: rgba(18, 71, 141, 0.658);
}

/* TIMELINE TRACK */
.timeline-track {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.timeline-line {
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #007bff, #28a745, #ffc107, #dc3545);
    border-radius: 2px;
}

/* TIMELINE ITEMS */
.timeline-item {
    position: relative;
    margin-bottom: 25px;
    padding-left: 80px;
}

.timeline-marker {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 30px;
    height: 30px;
    background: #007bff;
    border: 3px solid white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.timeline-marker i {
    font-size: 0.8rem;
    color: white;
}

/* TIMELINE CARDS */
.timeline-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-left: 4px solid #007bff;
    transition: all 0.3s ease;
    position: relative;
}

.timeline-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.card-time {
    font-size: 1.6rem;
    font-weight: 700;
    color: #007bff;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.card-content h5 {
    font-size: 1.6rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.4;
}

.speakers-preview {
    margin-bottom: 12px;
}

.speaker-name {
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
    display: block;
    margin-bottom: 3px;
}

.speaker-more {
    font-size: 0.8rem;
    color: #007bff;
    font-weight: 600;
}

.event-type {
    display: inline-block;
    background: #007bff;
    color: white;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.card-actions {
    position: absolute;
    top: 15px;
    right: 15px;
}

.action-btn {
    background: none;
    border: none;
    color: #007bff;
    cursor: pointer;
    padding: 5px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.action-btn:hover {
    background: rgba(0, 123, 255, 0.1);
    transform: scale(1.1);
}

/* TIPOS DE EVENTO - COLORES */
.timeline-item.keynote .timeline-marker {
    background: #dc3545;
}
.timeline-item.keynote .timeline-card {
    border-left-color: #dc3545;
}
.timeline-item.keynote .event-type {
    background: #dc3545;
}

.timeline-item.conference .timeline-marker {
    background: #007bff;
}

.timeline-item.panel .timeline-marker {
    background: #28a745;
}
.timeline-item.panel .timeline-card {
    border-left-color: #28a745;
}
.timeline-item.panel .event-type {
    background: #28a745;
}

.timeline-item.break .timeline-marker {
    background: #ffc107;
}
.timeline-item.break .timeline-card {
    border-left-color: #ffc107;
}
.timeline-item.break .event-type {
    background: #ffc107;
    color: #333;
}

.timeline-item.lunch .timeline-marker {
    background: #fd7e14;
}
.timeline-item.lunch .timeline-card {
    border-left-color: #fd7e14;
}
.timeline-item.lunch .event-type {
    background: #fd7e14;
}

.timeline-item.registration .timeline-marker {
    background: #6f42c1;
}
.timeline-item.registration .timeline-card {
    border-left-color: #6f42c1;
}
.timeline-item.registration .event-type {
    background: #6f42c1;
}

.timeline-item.closing .timeline-marker,
.timeline-item.final .timeline-marker {
    background: #e83e8c;
}
.timeline-item.closing .timeline-card,
.timeline-item.final .timeline-card {
    border-left-color: #e83e8c;
}
.timeline-item.closing .event-type,
.timeline-item.final .event-type {
    background: #e83e8c;
}

/* QUICK ACTIONS */
.timeline-actions {
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: center;
    gap: 15px;
}

.action-button {
    background: linear-gradient(135deg, #76b1f0, #5484b8);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    padding: 12px 20px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: inherit;
    text-decoration: none;
}

.action-button:hover {
    background: linear-gradient(135deg, #76b1f0, #5484b8);
    transform: translateY(-2px);
    color: white;
    text-decoration: none;
}

/* RESPONSIVE MOBILE */
@media (max-width: 768px) {
    .agenda-timeline-container {
        margin: 10px -15px;
        border-radius: 0;
    }
    
    .timeline-nav {
        padding: 15px;
    }
    
    .nav-tabs {
        gap: 8px;
    }
    
    .tab-btn {
        padding: 12px 15px;
        min-width: 90px;
        font-size: 1.4rem;
    }
    
    .tab-title {
        font-size: 1.4rem;
    }
    
    .tab-date {
        font-size: 1.0rem;
    }
    
    .day-timeline {
        padding: 10px 15px;
    }
    
    .timeline-header h4 {
        font-size: 1.4rem;
    }
    
    .timeline-item {
        padding-left: 60px;
        margin-bottom: 20px;
    }
    
    .timeline-line {
        left: 20px;
    }
    
    .timeline-marker {
        left: 5px;
        width: 25px;
        height: 25px;
    }
    
    .timeline-marker i {
        font-size: 0.7rem;
    }
    
    .timeline-card {
        padding: 15px;
    }
    
    .card-content h5 {
        font-size: 1.6rem;
    }
    
    .speaker-name {
        font-size: 1.3rem;
        line-height: normal;
    }
    
    .timeline-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .action-button {
        width: 100%;
        max-width: 200px;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .nav-tabs {
        flex-direction: column;
        gap: 10px;
    }
    
    .tab-btn {
        flex-direction: row;
        min-width: auto;
        width: 100%;
        justify-content: center;
    }
    
    .timeline-header h4 {
        font-size: 1.2rem;
    }
    
    .day-subtitle {
        font-size: 0.9rem;
    }
}

/* ANIMACIONES */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* SCROLL SUAVE */
html {
    scroll-behavior: smooth;
}

/* FALLBACK HIDE */
.pdf-fallback {
    display: none !important;
}