@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

body {
  font-family: 'Poppins', sans-serif;
}


.footer-top{margin-top: 50px;}
.Slider1{display: block;}
	.Slider2{display: none;}
/* SLIDER TEXTO */

.small {
    font-size: 16px;
}

.text-warning {
        color: fffff !important;
    font-size: 38px !important;
    font-weight: 800 !important;
    margin: 0 !important;
	color: rgb(255 255 255) !important;
}

.text-warning2 {
    color: fffff !important;
    font-size: 21px !important;
    font-weight: 800 !important;
    margin: 0 !important;
    color: rgb(0 126 202) !important;
}



.bg-success {
    background-color: rgb(0 54 130) !important;
}

/*presentacion exposimim*/



 .hero {
      position: relative;
      min-height: 100vh;
      display: flex;
      align-items: center;
      background: #fff;
      overflow: hidden;
    }

    .hero .text-content {
      animation: fadeInUp 1.5s ease-in-out;
    }

    .hero h1 {
      font-weight: 800;
      font-size: 3rem;
      line-height: 1.2;
    }

    .hero h1 span {
      color: #ff5c00;
    }

    .hero p {
      color: #555;
      margin-top: 20px;
text-align: justify;
    }

    .btn-orange {
      background: #ff5c00;
      color: #fff;
      font-weight: 600;
      border-radius: 6px;
      padding: 12px 30px;
      transition: 0.3s ease;
    }

    .btn-orange:hover {
      background: #ff7b00;
      transform: scale(1.05);
    }

    .hero .image {
      position: relative;
      animation: zoomIn 1.8s ease-in-out;
    }

    .hero .image img {
      width: 100%;
      max-width: 600px;
      filter: drop-shadow(0px 10px 25px rgba(0,0,0,0.2));
    }

    .features {
      margin-top: 25px;
    }

    .features li {
      list-style: none;
      color: #222;
      margin: 8px 0;
      font-weight: 500;
    }

    .features li::before {
      content: "✔ ";
      color: #ff5c00;
    }

    @keyframes fadeInUp {
      0% { opacity: 0; transform: translateY(40px); }
      100% { opacity: 1; transform: translateY(0); }
    }

    @keyframes zoomIn {
      0% { opacity: 0; transform: scale(1.2); }
      100% { opacity: 1; transform: scale(1); }
    }

    @media (max-width: 991px) {
      .hero {
        text-align: center;
        padding: 80px 20px;
      }
      .hero .image img {
        max-width: 400px;
        margin: 20px auto;
      }
    }


.text-white {
   
    font-size: 13px !important;
}




/* ---------- Top bar & Nav ---------- */
.top-bar {    background: #001f4a; }
.top-bar .btn-quote { background: #ffc600;
    font-weight: 800;
    border-radius: 4px;
    padding: 3px 7px;
    COLOR: #070707;
    margin: 5px 0;
    font-size: 17px;
} 

/* ---------- Navbar Modern ---------- */
.main-nav {
position: relative;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    float: left;
    background: #002250;
}



.presentacion{ margin-top: 30px;}




.navbar {
  padding: 0.7rem 1rem;
}

.navbar-brand {
  font-weight: 700;
  font-size: 1.2rem;
  color: #ffb400 !important;
}

.navbar .nav-link {
  color: #fff !important;
  margin: 0 10px;
  font-weight: 500;
  position: relative;
  transition: color .3s ease;
}

.navbar .nav-link:hover {
  color: #ffb400 !important;
}

/* ---------- Dropdown Modern Style ---------- */
.dropdown-menu {
  border: none;
  border-radius: 10px;
  padding: 10px 0;
  min-width: 230px;
      background: #00115a;
  box-shadow: 0 6px 25px rgba(0,0,0,0.25);
  opacity: 0;
  transform: translateY(15px);
  transition: all .3s ease;
  pointer-events: none;
}

.dropdown-menu .dropdown-item {
  color: #ddd;
  padding: 10px 20px;
  font-size: 0.95rem;
  transition: all .2s ease;
	border-bottom: 1px solid #001674;
}

.dropdown-menu .dropdown-item:hover {
      background: #007eca;
    color: #ffffff;
}

/* Hover effect */
.dropdown:hover > .dropdown-menu,
.dropdown-menu.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* ---------- Submenu (nivel 2 elegante) ---------- */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > a::after {
  content: "›";
  float: right;
  margin-left: 6px;
  font-weight: bold;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 8px;
  border-radius: 10px;
  opacity: 0;
  transform: translateX(10px);
  transition: all .3s ease;
}

.dropdown-submenu:hover > .dropdown-menu {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}



.dropdown-toggle::after {display: none !important}





/* ---------- Responsive ---------- */
@media (max-width: 991px) {
  .main-nav {
          background: #001533;
        position: relative;
  }

	.main-nav {

    top: 0;

}
	
	
	
  .navbar-collapse {
            background: #010f3e;
        border-radius: 8px;
        padding: 1rem;
  }

  .dropdown-menu {
    transform: translateY(0);
    opacity: 1;
    position: relative;
    box-shadow: none;
    background: transparent;
    padding-left: 15px;
  }

  .dropdown-submenu > .dropdown-menu {
    left: 0;
    margin-left: 0;
    padding-left: 15px;
  }
}





/* ---------- Slider styles & zoom ---------- */
.carousel,
.carousel-item { height: 100vh; z-index: 0;}

.carousel-item video { height:100vh; object-fit:cover; width:100%; }

/* imagen de fondo (se aplica zoom solo cuando se activa vía JS) */
.bg-img { height:100vh; object-fit:cover; width:100%; transform-origin: center center; }

/* clase que activa la animación de zoom */
.zoom-animate {
  animation: zoomIn 12s ease-in-out forwards;
}


.nav-link:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%) !important;
}




/* keyframes zoom (crece poco a poco) */
@keyframes zoomIn {
  from { transform: scale(1); }
  to   { transform: scale(1.12); }
}

/* captions */
.carousel-caption { bottom: 30%; max-width:700px; text-align:left; }
.carousel-caption h2 { color: #ffc600 ! IMPORTANT;
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 0.02em;
    padding: 0;
    margin: 0;}

/* botones */
.btn-warning { background:#ffffff; border:none; color:#000; font-weight:700; padding:10px 18px; border-radius: 0px !important;font-size: 23px; }
.btn-warning2 {         background: #ffc600;
    border: none;
    color: #000 !important;
    font-weight: 700;
    padding: 10px 18px;
    border-radius: 0px !important;
    font-size: 23px !important;
    margin-left: -5px;
}


/* Responsive adjustments */
@media (max-width: 768px) {
  .carousel-caption h2 { font-size:1.6rem; }
  .carousel-caption { bottom:18% !important; padding:0 0px; text-align:center; }

  .dropdown-submenu > .dropdown-menu { left: 0; top: 100%; }
	
	
	.carousel, .carousel-item {
    height: 95vh;
    z-index: 0;
}
	
.text-warning {
    font-size: 23px !important;

}
	
	
}



.grid20{    margin: 0 0;
    padding: 0;}


 .hover-card {
      position: relative;
      overflow: hidden;
      cursor: pointer;
      border-radius: 0px;
    }
    .hover-card img {
      width: 100%;
      object-fit: cover;
      transition: transform 0.5s ease, filter 0.5s ease;
    }
    .hover-card:hover img {
      transform: scale(1.1);
      filter: brightness(40%);
    }
    .hover-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #fff;
      font-size: 1rem;
      font-weight: bold;
      text-align: center;

      padding: 10px 15px;
      border-radius: 5px;
      opacity: 0;
      transition: opacity 0.5s ease;
      width: 80%;
    }
    .hover-card:hover .hover-text {
      opacity: 1;
    }



.py-5 {
   
    margin-top: -61px !important;
	z-index: 0;
}















  .hero-section {
         background: linear-gradient(to bottom, #ffffff, #e0e0e0) !important;
        padding: 10px 0 0 0;
    float: left;
    width: 100%;
    }

.hero-section h3 {        font-size: 18px;
    font-weight: 600;
}

    .hero-img {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
    }

    .hero-title {
      
    font-weight: 800;
    }

    .hero-subtitle {
   
    font-weight: 600;

   color: #111b69 !important;
    font-weight: 700;
    }

    .hero-text {
        font-size: 17px;
    color: #333;
    margin-bottom: 30px;
    line-height: 22px;
    }

    .signature {
      font-family: "Brush Script MT", cursive;
      font-size: 1.8rem;
      color: #8a2be2;
    }

    .circle-box {
      display: inline-block;
      background: #fff;
      padding: 15px 25px;
      border-radius: 50%;
      text-align: center;
      font-weight: bold;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      margin-bottom: 20px;
    }

    @media (max-width: 768px) {
      .hero-title {
        font-size: 2rem;
        text-align: center;
      }
      .hero-subtitle {
        text-align: center;
      }
      .hero-text {
        text-align: center;
      }
      .signature {
        text-align: center;
        display: block;
      }
      .circle-box {
        margin: 0 auto 20px auto;
        display: block;
      }
		
		
	.hero {
        text-align: center;
        padding: 0px 20px;
    }	
		
		
		
		
    }







.equipo-wrapper {
      display: flex;
      flex-wrap: wrap;
    }

    .titulo {
      background-color: #0e154a;
      color: white;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      font-size: 2rem;
      font-weight: bold;
      padding: 20px;
      width: 100%;
    }

    @media (min-width: 768px) {
      .titulo {
         width: 25%;
        height: auto;
        font-size: 35px;
        line-height: 38px;
        text-align: left;
      }
		
	
		
    }

    .carrusel-container {
        width: 100%;
    padding: 20px;
    overflow: hidden;
    position: relative;
    background-color: #111b69;
    }

    @media (min-width: 768px) {
      .carrusel-container {
        width: 75%;
      }
    }

    .carrusel-track {
      display: flex;
      transition: transform 0.5s ease;
    }

    .persona {
      flex: 0 0 25%;
      text-align: center;
      padding: 0px;
    }



.persona img {
    width: 100%;
    height: auto;
     background-image: linear-gradient(#0e154a 1px, transparent 1px), linear-gradient(to right, #0e154a 1px, transparent 1px);
    background-size: 3px 3px;
	padding-top: 38px;
}





    .nombre {
        font-weight: 100;
    font-size: 15px;
    color: #ffffff;
    line-height: 18px;

    padding: 13px;
    margin: 0;
    }

    .boton-control {
      position: absolute;
      top: 10px;
      background-color: rgba(0, 0, 0, 0.5);
      color: white;
      border: none;
      padding: 10px 15px;
      font-size: 18px;
      border-radius: 5px;
      cursor: pointer;
      z-index: 1;
    }

    .btn-prev {
      left: 10px;
    }

    .btn-next {
      right: 10px;
    }



  .logo-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      padding: 20px;
    }

    .logo-grid img {
      max-width: 150px;
      height: auto;
      object-fit: contain;
      transition: transform 0.3s ease;
    }

    .logo-grid img:hover {
      transform: scale(1.05);
    }

    @media (max-width: 600px) {
      .logo-grid img {
        max-width: 100px;
      }
    }




.carousel-item {
      height: 100vh;
      position: relative;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }

    .carousel-item::before {
      content: "";
      position: absolute;
      top: 0; left: 0; width: 100%; height: 100%;

      z-index: 1;
    }

    .carousel-caption {
      z-index: 2;
      position: absolute;
      bottom: 25%;
      left: 10%;
      text-align: left;
    }

    .carousel-caption h1, .carousel-caption h2, .carousel-caption p {
      color: #fff;
    }

    .btn-slider {
      margin-top: 20px;
      padding: 10px 30px;
      border-radius: 30px;
      font-weight: bold;
    }

    /* Movimiento de fondo con animación */
    .animated-bg {
      animation: moveBg 20s ease-in-out infinite alternate;
    }

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

    @media (max-width: 768px) {
		
		.persona{
    flex: 0 0 50% !important;}
			
.navbar img{width: 233px;}	
 
	
		
		
      .carousel-caption {
        bottom: 10%;
      }
      .carousel-caption h1 {
        font-size: 1.8rem;
      }
      .carousel-caption h2 {
        font-size: 30px;
      }
      .carousel-caption p {
        font-size: 1rem;
      }
		
	.btn-warning {
    display: none;
}	
		
	.btn-warning2 {
    width: 100%;
}	
		
		
    }












.partners-section {
padding: 60px 0;
    width: 100%;
  background-color: #ffffff;
    float: left;
}

.category-title {
    font-weight: 100;
    font-size: 17px;
    color: #9d9d9d;
    margin: 0px 0 10px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    padding-bottom: 0;
    width: 100%;}

/* Grid sin espacio entre cuadros */
.logo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0; /* sin espacio entre logos */
  justify-items: center;
  align-items: center;
  margin-bottom: 30px; /* espacio entre bloques de categorías */
}

/* Caja del logo */
.logo-box {
      background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    padding: 10px;
    width: 100%;
    height: 100%;
    max-width: 100%;
    min-height: 160px;
    box-shadow: none;
    transition: transform 0.3s 
ease;
    display: flex
;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.logo-box:hover {
  transform: scale(1.03);
}

/* Imagen más grande */
.logo-box img {
  max-width: 100%;
  max-height: 120px;
  object-fit: contain;
}

/* Responsive */
@media (max-width: 768px) {
  .logo-grid {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }

  .logo-box {
    padding: 20px;
    max-width: 160px;
    min-height: 120px;
  }

  .logo-box img {
    max-height: 80px;
  }
}















  .footer {
        background: #001f4a;
    color: #f0f0f0;
    width: 100%;
    float: left;
  }

  .footer h6, .footer h5 {
    color: #fff;
  }

  .footer-text {
    font-size: 0.95rem;
    color: #cfcfcf;
  }

  .footer-links li {
    margin-bottom: 8px;
  }

  .footer-links a {
    text-decoration: none;
    color: #cfcfcf;
    transition: all 0.3s ease;
  }

  .footer-links a:hover {
    color: #ff6600;
    padding-left: 3px;
  }

  .social-icons {
    display: flex;
    gap: 12px;
  }

  .social-link {
    color: #fff;
    font-size: 1.3rem;
    transition: 0.3s;
	  padding-right: 5px;
  }

  .social-link:hover {
   color: #007eca;
  }

  .btn-orange {
 background: #048cde;
    color: #fff;
    border: none;
    border-radius: 25px;
    padding: 6px 18px;
    transition: 0.3s;
  }

  .btn-orange:hover {
        background: #001f4a;
    color: #fff;
  }

  .text-orange {
    color: #ff6600;
  }

  hr {
    border-color: rgba(255, 255, 255, 0.1);
  }























   .img-hover-container {
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 100%;
    }

    .img-hover-container img {
      width: 100%;
      height: auto;
      transition: transform 0.4s ease;
      display: block;
    }

    .img-hover-container:hover img {
      transform: scale(1.05);
		cursor: pointer;
		filter: brightness(40%);
    }

    .hover-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #fff;
      padding: 8px 16px;
      border-radius: 5px;
      font-size: 1.2rem;
      opacity: 0;
      transition: opacity 0.3s ease;
    }

    .img-hover-container:hover .hover-text {
      opacity: 1;
    }

    .row.no-gutters {
     margin-right: 0;
    margin-left: 0;
    width: 100%;
    float: left;
    }

    .row.no-gutters > [class^="col-"] {
      padding-right: 0;
      padding-left: 0;
    }






















.noticias-expo{font-size: 29px;
    text-align: center;}







 .noticia-card {
      border: none;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      transition: transform 0.3s ease;
    }

    .noticia-card:hover {
      transform: translateY(-5px);
    }

    .noticia-img {
      height: 200px;
      object-fit: cover;
      width: 100%;
    }

    .noticia-body {
      padding: 1.25rem;
    }

    .noticia-titulo {
      font-size: 1.25rem;
      font-weight: 600;
    }

    .noticia-texto {
      color: #555;
    }

    .btn-leer {
      margin-top: 1rem;
    }




/* CHAT WHATSAPP*/




 .whatsapp-wrapper {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 9999;
    text-align: center;
  }




  .whatsapp-btn {
    width: 60px;
    height: 60px;
       background-color: #007eca;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    overflow: visible;
  }

  .whatsapp-btn img {
    width: 28px;
    height: 28px;
    filter: brightness(0) invert(1); /* hace el SVG blanco */
    z-index: 3;
  }

  /* Ondas múltiples */
  .pulse-ring {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    animation: ripple 2s infinite;
    z-index: 1;
  }

  .ring1 {
    animation-delay: 0s;
  }

  .ring2 {
    animation-delay: 0.5s;
  }

  .ring3 {
    animation-delay: 1s;
  }

  @keyframes ripple {
    0% {
      transform: scale(1);
      opacity: 0.6;
    }
    70% {
      transform: scale(2.2);
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }

  /* Burbuja */
  .chat-bubble {
    position: absolute;
    bottom: 75px;
    right: 0;
    width: 220px;
    padding: 12px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    transform: translateY(10px);
    z-index: 4;
  }

  .chat-bubble::after {
    content: "";
    position: absolute;
    bottom: -8px;
    right: 20px;
    border-width: 8px 8px 0 8px;
    border-style: solid;
    border-color: white transparent transparent transparent;
  }

  .chat-bubble p {
    margin: 0;
    color: #333;
    font-size: 14px;
  }

  .chat-bubble a {
    display: inline-block;
    margin-top: 8px;
    color: var(--exposimim-color);
    text-decoration: none;
    font-weight: bold;
  }

  .whatsapp-wrapper:hover .chat-bubble {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  @media (max-width: 576px) {
    .chat-bubble {
      width: 180px;
      font-size: 13px;
    }

    .chat-bubble p {
      font-size: 13px;
    }
  }





.h2con{    width: 100%;
    float: left;
    margin-top: 73px;}




   .team-section {

    }
    .team-member {
background-color: #f7f7f7;      border-radius: 10px;
      padding: 20px;
      text-align: center;
    }
    .team-member img {
      width: 100%;
      border-radius: 10px;
    }
    .highlight-card {
     background-color: #f7f7f7;
    }
    .position-tag {
      position: absolute;
      top: 15px;
      left: 15px;
      background: #fff;
      color: #000;
      font-weight: bold;
      padding: 4px 10px;
      border-radius: 5px;
      font-size: 0.8rem;
    }


 







 .grid {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      justify-content: center;
    }

    .card {
      position: relative;
      width: 320px;
      min-height: 400px;
      border-radius: 12px;
      padding: 25px 20px;
      color: white;
      overflow: hidden;
      transition: transform 0.3s ease;
    }

    .card:hover {
      transform: scale(1.03);
    }

    .card h3 {
      font-size: 1.8rem;
      margin-bottom: 10px;
		letter-spacing: -1px;
    }

    .card p {
      font-size: 1rem;
      line-height: 1.4;
		color: #000;
    }

    /* Colores por tarjeta */
    .card1 { background-color: #1d70b8; }
    .card2 { background-color: #4a47a3; }
    .card3 { background-color: #f39c12; color: #000; }
    .card4 { background-color: #16a085; }
    .card5 { background-color: #8e44ad; }

    /* Hover overlay */
    .hover-info {
      position: absolute;
      bottom: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: linear-gradient(to top, rgba(0,0,0,0.85), rgba(0,0,0,0));
      padding: 20px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      opacity: 0;
      transition: opacity 0.4s ease;
		    cursor: pointer;
    }

    .card:hover .hover-info {
      opacity: 1;
    }

    .hover-info p {
      font-size: 0.95rem;
      color: #fff;
      margin-bottom: 12px;
    }

    .hover-info a {
      background: #ffc300;
      color: #000;
      padding: 10px 15px;
      text-decoration: none;
      font-weight: bold;
      border-radius: 6px;
      width: fit-content;
      transition: background 0.3s ease;
    }

    .hover-info a:hover {
      background: #e0aa00;
    }

    @media (max-width: 768px) {
      .card {
        width: 90%;
      }
    }




 .hero-section {
      background: linear-gradient(to right, #1d70b8, #0a3d62);
      color: #fff;
      padding: 80px 30px;
      text-align: center;
    }

    .hero-section h1 {
      font-size: 2.8rem;
      margin-bottom: 15px;
		color: #000;
    }

    .hero-section h2 {
      font-size: 1.6rem;
      font-weight: 400;
      margin-bottom: 25px;
      opacity: 0.9;
		    color: #000;

    }

    .hero-section p {
      max-width: 800px;
      margin: 0 auto 30px;
      font-size: 1.1rem;
      line-height: 1.6;
		    color: #000;
    }

    .features {
      display: flex;
      flex-direction: column;
      gap: 15px;
      align-items: center;
      justify-content: center;
      margin-top: 30px;
    }

    .feature-item {
background-color: rgb(255 255 255 / 93%);
      border-left: 5px solid #ffc300;
      padding: 15px 20px;
      max-width: 700px;
      width: 100%;
      text-align: left;
      border-radius: 6px;
      font-size: 1.05rem;
		color: #000;
    }

    .cta-button {
      margin-top: 40px;
      background-color: #ffc300;
      color: #000;
      padding: 12px 25px;
      text-decoration: none;
      font-weight: bold;
      border-radius: 6px;
      transition: background 0.3s ease;
      display: inline-block;
    }

    .cta-button:hover {
      background-color: #e0aa00;
    }

    @media (max-width: 768px) {
      .hero-section h1 {
        font-size: 2.2rem;
      }

      .hero-section p {
        font-size: 1rem;
      }

      .feature-item {
        font-size: 1rem;
      }
    }


/* AUSPICIO*/

.banner-seccion {
  background-image: url('../images/auspicio.jpg'); /* ← cambia por tu imagen real */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 300px;
  position: relative;
	width: 100%;
    float: left;
	margin-bottom: 60px;
}

.banner-seccion::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(0 34 80 / 70%);
    z-index: 1;
}

.banner-seccion .container {
  position: relative;
  z-index: 2; /* Para estar encima del overlay */
}

.breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.6); /* Separador */
}


.textauspicio{text-align: left !important;}

.lead {

    text-align: justify !important;
	    font-size: 18px;
    color: #4e4e4e;
}

@media (max-width: 768px) {
  .banner-seccion {
    min-height: 200px;
  }

  .banner-seccion h1 {
    font-size: 2rem;
  }
}








.accordion h2{        margin-bottom: 27px;
    font-size: 24px;
    color: #111111;
    margin-top: 35px;
}

.marca{    text-align: center;
    font-size: 23px;
    background: #002250;
    color: #fff;
    padding: 21px 0;
    margin: 0;}





.form-control {
    display: block;
    width: 100%;
    padding: 15px 11px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out;
}



.auspicio-section {
      background-color: #f8f9fa;
      padding: 60px 20px;
    }

    .auspicio-title {
      text-align: center;
      font-weight: 700;
      color: #0a0a0a;
      margin-bottom: 40px;
      font-size: 1.9rem;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .auspicio-card {
      background: #fff;
      border: 1px solid #e0e0e0;
      border-radius: 12px;
      text-align: center;
      padding: 30px 20px;
      transition: all 0.3s ease;
      box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    }

    .auspicio-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 6px 16px rgba(0,0,0,0.12);
      border-color: #ffc107;
    }

    .auspicio-card i {
      font-size: 2.5rem;
      color: #ffc107;
      margin-bottom: 15px;
    }

    .auspicio-card h5 {
      font-weight: 600;
      margin-bottom: 10px;
      color: #0a0a0a;
    }

    .auspicio-card p {
      font-size: 0.95rem;
      color: #555;
    }



.mb-3
 {
    margin-bottom: 11px !important;
}



.stand-box {
  background-color: #fff;
  transition: transform 0.2s ease;
}

.stand-box:hover {
  transform: translateY(-3px);
}

.stand-list {
  list-style: none;
  padding-left: 0;
}

.stand-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 6px;
}

.stand-list li::before {
  content: "•";
  color: #0d6efd;
  font-weight: bold;
  position: absolute;
  left: 0;
}


.border-primary {

    border-color: rgb(245 245 245) !important;
}


.card-body p{    font-size: 14px;
    text-align: center;
    line-height: 17px;}


 .expo-box {
      background-color: #f8f9fa;
      border: 1px solid #dee2e6;
      border-radius: 8px;
      padding: 25px;
      text-align: center;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      aspect-ratio: 1 / 1;
      transition: transform 0.2s ease;
    }

    .expo-box:hover {
      transform: translateY(-5px);
      background-color: #e9ecef;
    }

    .expo-icon {
      font-size: 60px;
      color: #0d6efd;
      margin-bottom: 15px;
    }

    .expo-title {
      font-weight: 600;
      font-size: 1.1rem;
      margin-bottom: 10px;
    }

    .expo-text {
      font-size: 0.95rem;
      color: #555;
    }



.registro{    background: #007eca;
    color: #fff;
    text-align: center !important;
    width: 100%;
    padding: 13px 0;
    font-weight: 600;}







.sticky-form .form-control,
.sticky-form .form-select {
  height: 50px;
  font-size: 0.9rem;
}

.sticky-form .form-title {
  font-size: 23px;
  font-weight: 600;
  color: #0d47a1;
}

.sticky-form .btn {
  font-weight: 600;
  border-radius: 8px;
}

.sticky-form .shadow {
  border-radius: 10px;
}



.hover-box {
  transition: all 0.3s ease;
}
.hover-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.nav-tabs .nav-link {
  color: #0d6efd;
}
.nav-tabs .nav-link.active {
  background-color: #0d6efd;
  color: #fff;
  border: none;
  border-radius: 0.375rem;

}










.rounded-4{	font-size: 17px;}


#reglamento-conferencia .card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#reglamento-conferencia .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}





/* Sticky form solo en pantallas grandes */
@media (min-width: 992px) {
  .sticky-form {
    position: sticky;
  }
}

/* Mejora visual tabla en móviles */
@media (max-width: 768px) {
  .table-responsive {
    overflow-x: auto;
  }

  .table th, .table td {
    white-space: nowrap;
  }
	

.top-bar { display: none !important;}	
	
	
.main-nav {
        margin-top: -2px;
        float: none;
}	
	
	.navbar .nav-link {border-bottom: 1px solid #001662;
	}
	
	.Slider1{display: none !important;}
	.Slider2{display: block !important;}
	
	
	
	.hero h1 {
    font-weight: 800;
    font-size: 27px;
    line-height: 1.2;
}
	
	
}





