/**
* Template Name: Day - v4.7.0
* Template URL: https://bootstrapmade.com/day-multipurpose-html-template-for-free/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

:root {
  --core-color1: #d4a413; 
  --core-color2: #efb810; 
  --core-color3: #f3c332; 
  --core-color4: #155db1; 
  --core-color5: #2196f3; 

  --core-bt: #16ec66;
  --core-bt2: #56fb93;
}





/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #112442;
}

a{
  color: #ff9300;
  text-decoration: none;
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

.convocatoria,.programa,.ponencias,.galeria-moderna,.sponsors,.comite{
  padding-top: 20px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: var(--core-color5);
  width: 40px;
  height: 40px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: var(--core-color2);
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}


/* Efecto hover: cuando pasas el mouse encima */
.btn-regresar-custom:hover {
  color: #ff9300 !important; /* Cambia a naranja (o el color que quieras) al pasar el mouse */
  transform: translateY(-2px);
}


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  top: 0;
  background: linear-gradient(135deg, var(--core-color1), var(--core-color2), var(--core-color3), var(--core-color4), var(--core-color5));
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  transition: all 0.5s;
  z-index: 999999;
  position: fixed;
  width: 100%;
  height: 70px;
}
#header.fixed-top {
  background :#112442; 
}
#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#header .logo a {
  color: #fff;
}
#header .logo img{
  max-height: 60px;
  min-height: 40px;    /* Define un tamaño mínimo aceptable */
  width: auto;         /* Mantiene la proporción */
  flex-shrink: 0;      /* Evita que Flexbox aplaste la imagen si falta espacio */
  margin-right: 10px;
}

.scrolled-offset {
  margin-top: 70px;
}

/* Cuando la página baja, esta clase se suele activar por JS */
#header.header-scrolled {
  height: 55px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar #lang-es{
  background-color: var(--core-bt);
}
.navbar #lang-en{
  background-color: var(--core-color4);
}


.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar > ul > li {
  margin-left: 5px;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 15px 24px 15px;
  font-size: 14px;
  color: white !important;
  font-weight: 600;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover {
  transform: translateY(-5px);
  transition: 0.3s;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px #112442;
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  color: #191919;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #fff;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 992px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #ff9300;
}

@media (max-width: 992px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #112442;
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #000000;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #191919;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #ff9300;
  background: none;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px #112442;
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #ff9300;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}




/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  margin-top: 40px;
  width: 100%;
  min-height: 110vh;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/cic-fondo.jpg") top center;
  background-position: center center;
  background-size: cover;
  position:relative;
}
#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}
#hero h2 {
  color: #eee;
  margin-bottom: 28px;
  font-size: 28px;
}
#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 10px 28px;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;
  background: var(--core-color2);
}
#hero .btn-get-started:hover {
  background: var(--core-color5);
  border-color: var(--core-color4);
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 992px) {
  #hero {
    text-align: center;
  }
  #hero .container {
    padding-top: 40px;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero p{
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

.ubication, .ubication a{
  margin-top: 3%;
  color:whitesmoke;
}
.ubication a:hover{
  color: #ff9300;
  text-decoration: none;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  overflow: hidden;
  margin-top: 70px;
}

.section-title {
  text-align: center;
  position: relative;
}
.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  color: #191919;
  position: relative;
  z-index: 2;
}

.section-title p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 575px) {
  .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

}

.texto-inicio {
  padding-top: 10px;
  font-weight: 700;
  text-align: center;
  color: white ;

}
.texto-inicio-b {
  padding-top: 10px;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  color: white ;

}


/*--------------------------------------------------------------
# Diseño de las tablas
--------------------------------------------------------------*/

/* Contenedor Principal */
.table-responsive-container {
    overflow-x: auto;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin: 10px;
}

.table-core {
    width: 100%;
    border-collapse: collapse; /* Cambiado a collapse para una apariencia más firme */
    background-color: white;
}

/* Encabezado Principal */
.table-core thead {
    background: linear-gradient(90deg, var(--core-color4), var(--core-color5));
    color: white;
}

.table-core th {
    padding: 18px 20px;
    text-align: left;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 3px solid var(--core-color1);
}

/* Separador de Días (Martes, Miércoles...) */
.row-day-header {
    background-color: var(--core-color4) !important;
    color: white !important;
}

.row-day-header td {
    padding: 15px 20px !important;
    font-weight: 800;
    font-size: 1.1rem;
    text-transform: uppercase;
    border: none;
}

/* Bloques de Horario (Fijos en Amarillo) */
.row-block-header {
    background-color: var(--core-color2) !important;
    color: #000 !important;
}

.row-block-header td {
    padding: 12px 20px !important;
    font-weight: 700;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.block-badge {
    font-weight: 800;
    text-decoration: underline;
}

/* Filas de Contenido de Ponencias */
.row-content td {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    vertical-align: top;
}

.paper-title {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #2c3e50;
    font-weight: 500;
}

/* Card General */
.card-ponencias {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.card-ponencias .card-header {
    background-color: #fff;
    border-bottom: 2px solid var(--core-color4);
    padding: 15px;
}

.card-ponencias .card-title {
    color: var(--core-color4);
    font-weight: 700;
    margin: 0;
}


/*--------------------------------------------------------------
# Carrusel 
--------------------------------------------------------------*/

/* El carrusel principal ahora es el que manda sobre el tamaño */
.custom-carousel {
  width: 100%;
  max-width: 600px; /*  Aquí se ajusta el ancho máximo del carrusel */
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}

/* El contenedor interno ya no necesita limitar el ancho, solo deja pasar la info*/
.image-wrapper-programaCore {
  position: relative;
  width: 100%;
} 

/* La imagen hereda el ancho, mantiene su proporción y NO se deforma ni se corta*/
.image-wrapper-programaCore img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain; /* Asegura que se respete la proporción original del flyer*/
} 





/* Controles pro */
.control-btn {
  background: var(--core-color2);
  color: #000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.carousel-control-prev, .carousel-control-next {
  width: 10%;
  opacity: 1;
}

/* Indicadores circulares modernos */
.carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--core-color5);
  margin: 0 5px;
}

.carousel-indicators .active {
  background-color: var(--core-color2);
}


/*--------------------------------------------------------------
# Botones de redes sociales
--------------------------------------------------------------*/

/* ==========================================
   ESTILOS CHIDOS PARA REDES SOCIALES CORE2026
   ========================================== */

/* Estilo base para todos los botones de redes */
.btn-facebook, .btn-instagram, .btn-youtube, .btn-twitter {
  background-color: transparent !important;
  border-radius: 50px !important; /* Forma de píldora súper estética */
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.3px;
  text-transform: uppercase; /* Formato formal de congreso */
  padding: 10px 24px !important;
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1) !important; /* Animación suave */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

/* Forzar que los textos internos hereden las transiciones */
.btn-facebook *, .btn-instagram *, .btn-youtube *, .btn-twitter * {
  transition: color 0.35s ease !important;
}

/* 1. ESTILO FACEBOOK */
.btn-facebook {
  border: 2px solid #1877F2 !important;
  color: #1877F2 !important;
}
.btn-facebook:hover {
  background-color: #1877F2 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 20px rgba(24, 119, 242, 0.4) !important;
  transform: translateY(-2px);
}
.btn-facebook:hover i {
  color: #ffffff !important; /* El icono cambia a blanco en hover */
}

/* 2. ESTILO INSTAGRAM */
.btn-instagram {
  border: 2px solid #E1306C !important;
  color: #E1306C !important;
}
.btn-instagram:hover {
  /* Al hacer hover se convierte en el gradiente clásico de Instagram */
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
  border-color: transparent !important;
  color: #ffffff !important;
  box-shadow: 0 6px 20px rgba(225, 48, 108, 0.4) !important;
  transform: translateY(-2px);
}
.btn-instagram:hover i {
  color: #ffffff !important;
}

/* 3. ESTILO YOUTUBE */
.btn-youtube {
  border: 2px solid #ff0000 !important;
  color: #ff0000 !important;
}
.btn-youtube:hover {
  background-color: #ff0000 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 20px rgba(255, 0, 0, 0.4) !important;
  transform: translateY(-2px);
}
.btn-youtube:hover i {
  color: #ffffff !important;
}

/* 4. ESTILO X (TWITTER) */
.btn-twitter {
  border: 2px solid #000000 !important;
  color: #000000 !important;
}
.btn-twitter:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3) !important;
  transform: translateY(-2px);
}
.btn-twitter:hover i {
  color: #ffffff !important;
}

/* Efecto al hacer clic en cualquiera (Feedback táctil) */
.btn-facebook:active, .btn-instagram:active, .btn-youtube:active, .btn-twitter:active {
  transform: translateY(0);
  box-shadow: 0 2px 5px rgba(0,0,0,0.15) !important;
}

/*--------------------------------------------------------------
# Galería
--------------------------------------------------------------*/

.galeria-carousel {
  width: 100%;
  max-width: 900px; /* Se mantendrá al tamaño ideal de fotos de 700px */
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}

/* Contenedor interno de las fotos de la galería */
.image-wrapper-galeria {
  position: relative;
  width: 100%;
  height: 410px; 
  overflow: hidden;
}

/* Formato para que las fotos de la galería no se deformen ni se pinchen */
.image-wrapper-galeria img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



 

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding-bottom: 10px;
}
.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #ff9300;
}
.about .content p:last-child {
  margin-bottom: 0;
}


.convocatoria h3{
  text-align: center;
  padding: 10px 30px 10px 30px;
  border: 1.5px dashed #ff9300;
}

.convocatoria .box{
  padding: 15px 5px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.convocatoria .box h5{
  color: #ed5b5b;
  text-align: center;
  border-bottom: 1.5px dashed #ed5b5b;
}

.conv-text{
  margin-top: 15px;
}

.button-center{
  text-align:center;
  padding-bottom: 5px;
}

.button-orange{
  background-color: #ff9300;
  border: none;
}

.button-orange:hover, .button-orange:active, .button-orange:focus{
  background-color: #e82d2d;
  border: none;
  box-shadow: none;
}




#topicModal .modal-body ul {
  list-style: none;
}

#topicModal .modal-body ul li::before{
  content: "\2022";
  color: #ff9300;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}



/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  padding-top: 10px;
}
.why-us .box {
  padding: 30px 10px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  margin-top: 20px;
}
.why-us .box i {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #ed5b5b;
  text-align: center;
}
.why-us .box h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: #191919;
  min-height: 56px;
  text-align: center;
}
.why-us .box p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.why-us .box:hover {
  background: #ff9300;
  padding: 10px 30px 30px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}
.why-us .box:hover i, .why-us .box:hover h4, .why-us .box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  background: #f2f2f2;
  padding: 15px 0;
  text-align: center;
}
.clients img {
  width: 50%;
  filter: grayscale(100);
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}
.clients img:hover {
  filter: none;
  transform: scale(1.2);
}
@media (max-width: 768px) {
  .clients img {
    width: 40%;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #ff9300;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}
.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}
.text-justify {
  text-align: justify;
}
.services .icon-box .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #fce5e5;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
}
.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}
.services .icon-box h4 a {
  color: #191919;
}
.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.services .icon-box:hover {
  background: #ff9300;
  border-color: #ff9300;
  padding: 70px 20px 90px 20px;
}
.services .icon-box:hover .icon {
  background: #fff;
}
.services .icon-box:hover .icon i {
  color: #ff9300;
}
.services .icon-box:hover .icon::before {
  background: #e82d2d;
}
.services .icon-box:hover h4 a, .services .icon-box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 120px 0;
}
.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.cta p {
  color: #fff;
}
.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}
.cta .cta-btn:hover {
  background: #ff9300;
  border: 2px solid #ff9300;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  font-family: "Poppins", sans-serif;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #e82d2d;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}
.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #191919;
}
.portfolio .portfolio-item .portfolio-info p {
  color: #4c4c4c;
  font-size: 14px;
  margin-bottom: 0;
}
.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #333333;
}
.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #ff9300;
}
.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}
.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}
.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}
.portfolio .portfolio-item .portfolio-links a:hover {
  color: #e82d2d;
}
.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ff9300;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff9300;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(25, 25, 25, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}

/* Talleres */

.principal {
  background-color: #112442;
  color: white;
}
.secundario {
  background-color: #ff9300;
  color: black;
}
.taller1 { background-color: #f8cbad; }
.taller2 { background-color: #bdd7ee; }
.taller3 { background-color: #deebf7; }
.taller4 { background-color: #d9e1f2; }
.taller5 { background-color: #f4b084; }
.taller6 { background-color: #c6e0b4; }
.taller7 { background-color: #e4d1f7; }
.taller8 { background-color: #b4c7e7; }
.taller9 { background-color: #ffe699; }
.taller10 { background-color: #ffcc99; }
.taller11 { background-color: #b7dde8; }
.taller12 { background-color: #d7e4bd; }


.card {
  margin-bottom: 100px;
  height: 100%;

}
.card-body {
  height: calc(100% - 56px);
}



.color-principal {
  background: var(--core-color2);
  color: white;
}
.color-principal:hover {
  background: var(--core-color3);
}
.card-animada {
  background: linear-gradient(135deg, var(--core-color1), var(--core-color2));
  background-size: 200% 200%;
  animation: gradient 5s ease infinite;
  color: #333;
  transition: transform 0.3s;
}



/* End Talleres */





/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
}
.contact .info-box i {
  font-size: 32px;
  color: #ff9300;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #f5a0a0;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

contact .info-box a {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
  background-color: #ff9300;
}
.contact .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type=submit] {
  background: #ff9300;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}
.contact .php-email-form button[type=submit]:hover {
  background: #e82d2d;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: linear-gradient(to right, var(--core-color5), var(--core-color4));
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}
#footer .footer-top {
  padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
  margin-bottom: 15px;
  background: #112442;;
  color: #fff;
  border-top: 4px solid #ff9300;
  text-align: center;
  padding: 30px 20px;
}
#footer .footer-top .footer-info h3 {
  font-size: 36px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #112442;;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #ff9300;
  color: #fff;
  text-decoration: none;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ed5b5b;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  color: #eb4444;
}
#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4;
}
#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}
#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #ff9300;
  color: #fff;
  transition: 0.3s;
  border-radius: 4;
}
#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #e82d2d;
}
#footer .copyright {
  border-top: 1px solid #262626;
  text-align: center;
  padding-top: 30px;
}
#footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
#footer .credits a {
  color: #e82d2d;
}

.logo-footer{
  max-width: 150px;
}

@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
}

.animated{
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
  -webkit-animation-iteration-count: 10;
  animation-iteration-count: 10;
}

.animata-text{
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@keyframes flash {
  0%, 50%, 100% {
    border-color: #ff9300;
    background: #ff9300;
  }
  25%, 75% {
    border-color: #ffffff;
    background: transparent;
  }
}

@keyframes flashing {
  0%, 50%, 100% {
    background: #ff9300;
  }
  25%, 75% {
    background: transparent;
  }
}

.flash {
  animation-name: flash;
}

.flashing {
  animation-name: flashing;
}

@media (max-width:992px) { 

  .table-cont{
    overflow-x: auto;
  }

  .limit-heigth {
    display: block;
    width: 992px;
 }
}


.foro-welcom{
  background-color: #45B39D !important;
}

.foro-foro{
  background-color: #85C1E9 !important;
}

.foro-magis{
  background-color: #82E0AA !important;
}

.foro-confe{
  background-color: #F9E79F !important;
}

.foro-cartel{
  background-color: #D7BDE2 !important;
}

.foro-end{
  background-color: #F5B7B1 !important;
}

.foro-ponen{
  background-color: #EDBB99 !important;
}


.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.5);
  width: 50px;
  height: 50px;
}

.carousel-control-prev-icon {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23fff" viewBox="0 0 16 16"%3E%3Cpath d="M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z"/%3E%3C/svg%3E');
}

.carousel-control-next-icon {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23fff" viewBox="0 0 16 16"%3E%3Cpath d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/%3E%3C/svg%3E');
}

/*--------------------------------------------------------------
# Comité Organizador
--------------------------------------------------------------*/
.comite {
  background: #f8f9fa;
}

.comite .member {
  text-align: center;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  border-bottom: 4px solid var(--core-color1);
}

.comite .member h4 {
  font-weight: 700;
  margin-bottom: 12px;
  font-size: 18px;
}

.comite .member span {
  display: block;
  font-size: 13px;
  color: #666;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.btn-language:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

/* Estilos mejorados para los botones de idioma */
.language-selector {
  display: flex;
  align-items: center;
  margin-left: 15px;
}

.btn-language {
  padding: 8px 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
  border-radius: 4px;
  margin: 0 2px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.btn-language i {
  font-size: 16px;
}

.btn-language.active {
  color: #fff;
  font-weight: bold;
  background-color: var(--core-color2);
}

.btn-language:hover {
  background-color: var(--core-color1);
  color: #333;
  transform: translateY(-2px);
}

/* Ajustes para móvil */
.navbar-mobile .language-selector {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .language-selector {
    margin-top: 10px;
  }
}

/* Estilo para la sección de programa y call for papers */
.programa {
  position: relative;
}

.programa .card {
  border: none;
  transition: all 0.3s;
  border-radius: 10px;
  overflow: hidden;
}

.programa .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
}

.workshop-list {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.workshop-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  text-align: left;
}

.workshop-list li::before {
  content: "\f560";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--core-color2);
  font-weight: bold;
}




/* Estilos para la sección de sponsors */
.sponsors {
  background-color: #f8f9fa;
  position: relative;
}

.sponsors-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin: 40px 0;
  min-height: 150px;
}

.sponsors-placeholder {
  text-align: center;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  width: 100%;
}

.sponsors-icon {
  font-size: 48px;
  color: #ccc;
  margin-bottom: 15px;
}

.sponsor-logo {
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.sponsor-logo img {
  max-width: 100%;
  height: auto;
  max-height: 100px;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}

.sponsor-logo:hover img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

.sponsor-info-card {
  border: none;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
}

.sponsor-info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.sponsor-contact-info {
  padding: 15px;
  background-color: #f0f0f0;
  border-radius: 10px;
  margin-bottom: 20px;
}

.sponsor-contact-info a {
  font-weight: bold;
  color: var(--core-color2);
}

.sponsor-levels {
  margin: 30px 0;
}

.sponsor-level {
  background-color: white;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.sponsor-level:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.sponsor-level h4 {
  margin-bottom: 15px;
  font-weight: 700;
}

.sponsor-level .price {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--core-color2);
}

.sponsor-level ul {
  list-style: none;
  padding: 0;
  text-align: left;
}

.sponsor-level ul li {
  padding: 5px 0;
  position: relative;
  padding-left: 25px;
}

.sponsor-level ul li:before {
  content: "\f560";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  top: 5px;
  color: var(--core-color2);
}

.sponsor-level.platinum {
  border-top: 5px solid #e5e4e2;
}

.sponsor-level.gold {
  border-top: 5px solid #FFD700;
}

.sponsor-level.silver {
  border-top: 5px solid #C0C0C0;
}

.download-btn {
  padding: 12px 25px;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
  background-color: var(--core-color2);
  border-color: var(--core-color2);
  color: white;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.download-btn:hover {
  background-color: var(--core-color1);
  border-color: var(--core-color1);
  color: #333;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(230, 13, 49, 0.3);
}

.download-btn i {
  font-size: 1.2rem;
}

/* Estilos para la mascota */
/* Estilos para la mascota */
.mascot-container {
  position: absolute;
  bottom: 60px; /* Bajado un poco para dar más espacio arriba */
  right: 30px;
  z-index: 10;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  /* Nueva animación estilo catarina: balanceo, escala sutil y vibración */
  animation: ladybug-behavior 4s ease-in-out infinite;
}

.mascot-image {
  max-height: 240px; 
  width: auto;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.25));
  transition: transform 0.3s ease;
}

.mascot-caption {
  background-color: rgba(255, 255, 255, 0.9); /* Un poco más opaco para mejor lectura */
  border-radius: 20px;
  padding: 6px 16px;
  position: absolute;
  /* Movido más abajo: se posiciona saliéndose del contenedor por debajo */
  left: 50%;
  transform: translateX(-50%); /* Centrado perfectamente respecto a la mascota */
  font-weight: bold;
  font-size: 14px;
  color: var(--core-color5);
  display: flex;
  flex-direction: column;
  align-items: center;
  white-space: nowrap; /* Evita que el texto se rompa en dos líneas si es largo */
  opacity: 0;
  transition: opacity 0.3s ease, bottom 0.3s ease;
}


.mascot-container:hover .mascot-image {
  filter: drop-shadow(0 12px 25px rgba(0, 0, 0, 0.35));
}

.mascot-container:hover .mascot-caption {
  opacity: 1;
}

@keyframes ladybug-behavior {
  0%, 100% {
    transform: translateY(0) rotate(0deg) scale(1);
  }
  20% {
    transform: translateY(-4px) rotate(-3deg) scale(1.02);
  }
  35% {
    /* Pequeña vibración rápida (aleteo/ajuste) */
    transform: translateY(-2px) rotate(3deg) scale(1);
  }
  40% {
    transform: translateY(-2px) rotate(-2deg) scale(1);
  }
  65% {
    transform: translateY(-8px) rotate(4deg) scale(1.03);
  }
  80% {
    transform: translateY(-3px) rotate(-1deg) scale(1.01);
  }
}


@media (max-width: 992px) {
  .mascot-container {
    position: relative;
    bottom: auto;
    right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: ladybug-behavior 5s ease-in-out infinite; /* Más suave en móvil */
  }
  
  .mascot-image {
    max-height: 190px; /* Proporcionalmente más grande que antes */
  }
  
  .mascot-caption {
    position: relative;
    left: auto;
    transform: none;
    opacity: 1; /* Siempre visible en móviles ya que no hay hover */
  }
}