body {
    font-family: 'pure_joyregular';
    src: url('/fonts/pure_joy-webfont.woff2') format('woff2'),
    url('/fonts/pure_joy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    /* color: #404142; Original color */
    background: #016cc7;
    font-size: 16px;
	letter-spacing: 0.8px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 200;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	-webkit-transition: all 0.3s;
  	-moz-transition: all 0.3s;
  	transition: all 0.3s;
}
a:hover, a:focus, a:active, a:visited {
    text-decoration: none;
}

/* Buttons override */
.btn {
	text-transform: uppercase;
    font-weight: 600;
}
.btn-lg {
	padding: 15px 40px;
    font-size: 16px;
    line-height: none;
    border-radius: 4px;
}
.btn-red {
	background-color: #dd5138;
	color: #fff;
}
.btn-yellow {
	background-color: #fcd93b;
	color: #2a2a2a;
	opacity: 0.8;
}
.btn-yellow:hover {
	opacity: 1;
}
.btn-yellow.disabled:hover,
.btn-yellow[disabled]:hover {
    opacity: 0.65;
}
.content-ct {
	text-align: center;
}

/* ------------------
	Navigation 
------------------ */
.side-menu {
	position: fixed;
	right: 30px;
	top: 50%;
    transform: translateY(-73px);
    z-index: 99;
}
.side-menu ul li {
    text-align: right;
    margin: 10px 0;
}
.side-menu ul li a span {
	display: inline-block;
}
.side-menu ul li a span.menu-title {
	color: #fff;
    position: relative;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 12px;
    background-color: #dd5138;
    padding: 3px 10px;
    font-weight: 600;
    border-radius: 3px;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    opacity: 0;
}
.side-menu ul li a:hover span.menu-title {
    opacity: 1;
}
.side-menu ul li a span.dot {
    position: relative;
    background-color: #dd5138;
    border-radius: 2em;
    height: 10px;
    width: 10px;
    -webkit-transition: all 0.3s;
  	-moz-transition: all 0.3s;
  	transition: all 0.3s;
}
.side-menu ul li a:hover span.dot {
	transform: scale(1.8);
}


.hero-header {
	background: #016cc7;
	min-height: 600px;
	padding: 5em;
	color: #fff;
}
.hero-header h1 {
	margin: 1em 0 0 0;
}
.hero-header h4 {
	font-weight: normal;
	opacity: 0.6;
    letter-spacing: 1px;
    margin: 2em 0;
}
.hero-header .logo {
	max-width: 360px;
}
.hero-header .btn {
	margin-top: 3em;
}
.hero-header .rocket {
	max-width: 100%;
}
.me-row {
	padding: 30px 0;
}
.row-title {
	font-weight: 400;
}
.feature {
	padding: 20px;
	margin-top: 30px;
}
.feature span {
	font-size: 5em;
    color: #016cc7;
}

.speaker .feature {
	width: 31.333333%;
	-webkit-transition: all 0.3s;
  	-moz-transition: all 0.3s;
  	transition: all 0.3s;
  	margin-right: 20px;
  	border: 3px solid #f6f6f6;
    border-radius: 5px;
}
.speaker .feature:hover {
    box-shadow: 3px 3px 10px #ccc;
    transform: translateY(-10px);
}
.speaker-img {
	max-width: 40%;
    border: 4px solid #efefef;
    border-radius: 50%;
}
ul.speaker-social li {
	list-style: none;
	display: inline-block;
	margin: 10px 5px;
}
ul.speaker-social li a {
	font-size: 0.2em;
	padding: 0 10px;
}
ul.speaker-social li a:hover {
	text-decoration: none;
}
a span.ti-facebook {
	color: #3b5998;
}
a span.ti-twitter-alt {
	color: #4099ff;
}

.tickets {
	background-color: #fcd93b;
}
.tickets .price {
	font-size: 4em;
	color: #dd5138;
    font-weight: 100;
}
.tickets .price sup {
	font-size: 0.4em;
}


.nav-tabs {
    margin-top: 20px;
}
.schedule .media {
	margin-top: 4em;
}
.schedule .media-object {
	max-width: 100px;
}
.schedule .media-heading {
	font-weight: 600;
    border-bottom: 2px solid #efefef;
    padding-bottom: 10px;
}
.schedule .media-body h5 {
	text-transform: uppercase;
	font-weight: 600;
}


.footer {
    background-color: #2a2a2a;
    margin-top: 30px;
    color: #fff;
}
.footer p {
    margin-bottom: 0;
}
.footer-credit {
    padding: 40px;
}
ul.footer-menu {
    text-align: right;
}
ul.footer-menu li {
    display: inline-block;
}
ul.footer-menu li a {
    font-size: 12px;
    color: #fcd93b;
    padding-right: 20px;
}
ul.footer-menu li a:hover {
    color: #dd5138;
}


.contact {
    background-color: #3a3a3a;
    color: #fff;
    padding: 1em;
}
.contact h3 {
    margin-bottom: 30px;
}
.form-control {
    padding: 20px 15px;
    border: 3px solid #eee;
    background-color: #f9f9f9;
    box-shadow: none;
}
.help-block {
    font-size: 12px;
}
.form-control-feedback {
    top: 15px;
    right: 15px;
}

.animated { 
    -webkit-animation-duration: 5s; 
    animation-duration: 5s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-animation-timing-function: linear; 
    animation-timing-function: linear; 
    animation-iteration-count:infinite; 
    -webkit-animation-iteration-count:infinite; 
} 

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

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

.bounce { 
    -webkit-animation-name: bounce; 
    animation-name: bounce; 
}

/* ========================================
    Custom Media Queries
======================================== */

/* Mobile */

@media (max-width: 767px) {
    .hero-header {
        padding: 3em 1em 1em 1em;
        text-align: center;
        max-height: 550px;
    }
    .speaker .feature {
        width: 100%
    }
    .footer-credit {
        text-align: center;
        padding: 40px 20px;
    }
    ul.footer-menu {
        text-align: center;
        margin-top: 30px;
    }
}


/* iPad Portrait */

@media (min-width: 768px) and (max-width: 991px) {
    .hero-header {
        padding: 3em 1em 1em 1em;
        text-align: center;
    }
    .speaker .feature {
        width: 49%;
        margin-right: 7px;
    }
    ul.footer-menu {
        margin-top: 0;
    }
}


/* iPad Landscape */

@media (min-width: 992px) and (max-width: 1199px) {
    .speaker .feature {
        width: 49%;
        margin-right: 9px;
    }
}

.text-flan{
    font-family: 'pure_joyregular';
    src: url('/fonts/pure_joy-webfont.woff2') format('woff2'),
        url('/fonts/pure_joy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Estilo base para los elementos a animar */
.text-slide {
    opacity: 0; /* Hacemos los elementos inicialmente transparentes */
    transform: translateY(-20px); /* Desplazamos los elementos hacia arriba */
    transition: opacity 0.5s ease-in, transform 1.5s ease-in; /* Agregamos transiciones suaves */
  }

  .text-slide-bottom {
    opacity: 0; /* Hacemos los elementos inicialmente transparentes */
    transform: translateY(-20px); /* Desplazamos los elementos hacia arriba */
    transition: opacity 0.5s ease-out, transform 1.5s ease-in; /* Agregamos transiciones suaves */
  }


  /* Clase para activar la animación cuando los elementos están en el área visible */
.text-visible {
    opacity: 1; /* Hacemos los elementos visibles */
    transform: translateY(0); /* Volvemos a la posición original */
  }


.text-flan-subtitle {
    font-size:x-large;
    color: #ff9e0d;
    font-family: 'pure_joyregular', sans-serif; /* Agregué 'sans-serif' como una fuente de respaldo */
    font-weight: normal;
    font-style: normal;
}

.text-flan-yellow {
    font-size:normal;
    color: #ff9e0d;
    font-family: 'pure_joyregular', sans-serif; /* Agregué 'sans-serif' como una fuente de respaldo */
    font-weight: normal;
    font-style: normal;
}

.text-flan-white {
    font-size:normal;
    color: #ffffff;
    font-family: 'pure_joyregular', sans-serif; /* Agregué 'sans-serif' como una fuente de respaldo */
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'pure_joyregular';
    src: url('/fonts/pure_joy-webfont.woff2') format('woff2'),
         url('/fonts/pure_joy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


  .btn-custom-background {
    background:url(/img/flan-games-arrow.png) no-repeat;
    cursor:pointer;
    border:none;
    width:100px;
    height:100px;
  }
  

  /* Ajusta los estilos según sea necesario para el tamaño y posición del texto en el botón */
  .btn-custom-background:hover {
    /* Estilos para cuando el mouse está sobre el botón, si es necesario */
  }

  .btn-custom-background:active {
    background:url(/img/flan-games-arrow.png) no-repeat;
  }
  
  /* Estilo para la imagen de About Us */
.about-us-image {
    width: 100%; /* Ajusta el ancho según sea necesario */
    height: auto; /* Mantiene la proporción de la imagen */
    display: block; /* Elimina el espacio adicional por debajo de la imagen */
    margin-bottom: 20px; /* Espacio entre la imagen y el texto */
    src: url(/img/flan-games-aboutus.png);
  }
  
  /* Estilo para el texto de About Us */
  .about-us p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  
/* Estilo para el enlace con la imagen */
.page-scroll {
    display: inline-block;
    position: relative;
    overflow: hidden;
  }
  
  /* Estilo para el contenedor de la imagen */
  .img-container {
    display: inline-block;
    overflow: hidden;
  }
  
  /* Estilo base para la imagen dentro del enlace */
  .page-scroll img {
    transition: transform 0.3s ease-out, filter 0.3s ease-out;
  }
  
  /* Efecto de expansión suave al hacer hover sobre la imagen */
  .expansion-hover:hover img {
    transform: scale(1.03); /* Escala al 110% del tamaño original */
  }
  
 /* Efecto de brillo y color amarillo (#FFA600) al hacer hover sobre la imagen */
.brightness-hover:hover img {
    filter: brightness(1.03) hue-rotate(10deg); /* Ajusta el valor de hue-rotate según sea necesario */
  }
  

  /* Efecto bouncy al hacer hover sobre el botón */
  .bounce-hover:hover {
    animation: bounce 1s ease;
  }
  
  /* Definición de la animación de rebote */
  @keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-1.05px);
    }
    60% {
      transform: translateY(-1.05px);
    }
  }
  
 /* Estilo para las tarjetas de proyectos */
 .project-card {
    position: relative;
    width: 200px;
    height: 300px;
    overflow: hidden;
    margin: 10px;
    display: inline-block;
    border-radius: 10px;
    border: 1px solid #ddd; /* Contorno leve */
  }

  /* Estilo para la imagen de cada proyecto */
  .project-img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease-in-out;
    border-radius: 10px; /* Hace que la imagen también sea redonda */
  }

  /* Efecto de escala al hacer hover sobre las imágenes */
  .project-card:hover .project-img {
    transform: scale(1.2);
  }

  /* Estilo para el tooltip */
  .tooltip {
    visibility: hidden;
    width: 180px;
    background-color: #fff;
    color: #000;
    text-align: left;
    position: absolute;
    z-index: 1;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: opacity 0.3s;
    bottom: 100%;
    left: 50%;
    margin-left: -90px;
    margin-bottom: 10px;
    font-size: 12px;
  }

  /* Mostrar el tooltip al hacer hover sobre la tarjeta */
  .project-card:hover .tooltip {
    visibility: visible;
    opacity: 1;
  }

   /* Estilo para el título de proyectos */
   .projects-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    color: #404142;
    font-weight: bold;
  }

     /* Estilo para las imágenes flotantes */
     .floating-image {
        position: absolute;
        width: 50px;
        height: 50px;
      }
  
      .floating-image-left {
        position: absolute;
        height: 200px;
        z-index: 1111111111111;
        left: 100px;
      }
      
  
      .floating-image-right {
        position: absolute;
        height: 200px;
        z-index: 1111111111111;
        right: 100px;
      }