    body {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      padding-top: 76px; /* ajusta según la altura del navbar */
      font-size: 1.1rem;
    }

    /* HERO SECTION 
    .hero {
      background: linear-gradient(90deg, #f57c00 60%, #1976d2 40%);
      color: #fff;
      padding: 3rem 1rem;
      overflow: hidden;
      position: relative;
    }*/

    .date-box {
      background-color: #1976d2;
      color: white;
      display: inline-block;
      padding: 0.5rem 1.5rem;
      border-radius: 5px;
      margin-top: 1rem;
      font-weight: 600;
      font-size: 1.2rem;
    }

    .circle-container {
      position: relative;
      display: inline-block;
    }

    .circle-big {
      width: 280px;
      height: 280px;
      border-radius: 50%;
      overflow: hidden;
      border: 8px solid #1976d2;
      position: relative;
      z-index: 1;
    }

    .circle-small {
      width: 180px;
      height: 180px;
      border-radius: 50%;
      overflow: hidden;
      border: 8px solid #ffb300;
      position: absolute;
      bottom: -40px;
      left: -60px;
      z-index: 2;
      background-color: white;
    }

    .circle-big img, .circle-small img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .edition-badge {
      position: absolute;
      top: -30px;
      left: -30px;
      background: none;
      font-weight: 800;
      color: #fff;
      font-size: 2rem;
      text-align: center;
      line-height: 1.2;
    }

    .edition-badge small {
      font-size: 0.8rem;
      display: block;
    }

    /* Stats icons */
    .stats i {
      font-size: 2rem;
      margin-bottom: 0.5rem;
      color: #fff;
    }
    .stats .col {
      margin-top: 1rem;
    }

    /* Footer map section */
    .map-section {
      padding: 2rem 1rem;
      background-color: #fff;
      /*text-align: center;*/
    }

    .highlight {
      color: #f57c00;
      font-weight: bold;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .circle-big {
        width: 200px;
        height: 200px;
      }
      .circle-small {
        width: 120px;
        height: 120px;
        bottom: -25px;
        left: -40px;
      }
    }
    .title {
        background-color: #f57c00;
        max-width: 400px;
        color: white;
        padding: 10px 0px;
        font-weight: bold;
    }
    .button-title {
        background-color: #f57c00;
        color: white;
        padding: 15px;
        font-weight: bold;
        border-radius: 15px;
        text-decoration: none;
    }
    .boton-proximamente {
        background-color: #11592c;
        color: white;
        padding: 15px;
        font-weight: bold;
        text-decoration: none;
    }
    .icon-text {
        color: #f57c00;
        font-weight: bold;
        font-size: 1rem;
    }
    .icon-title {
        color: #1976d2;
    }
    .fondo-1 {
        background-color: #51a0d4;
        color: white;
    }
    .fondo-2 {
        background-color: #eb7924;
        color: white;
    }
    .fondo-3 {
        background-color: #3fa54c;
        color: white;
    }
    .congreso h4, .concurso h4 {
        margin: 50px 0px;
        font-size: 1rem;
        text-align: center;
    }
    .congreso h5 {
        display: none;
    }
    
    .borde {
      border: 4px solid;
      border-radius: 8px;
      transition: transform 0.2s ease;
      height: 100%;
    }
    .borde:hover {
      transform: translateY(-5px);
    }
    .borde-1 {
        border-color: #51a0d4;
    }
    .borde-2 {
        border-color: #eb7924;
    }
    .borde-3 {
        border-color: #3fa54c;
    }
    .borde-4 {
        border-color: #cfb320;
    }
    .borde-5 {
        border-color: #ba2222;
    }
    .borde-6 {
        border-color: #11592c;
    }
    .borde-7 {
        border-color: #0e1d5d;
    }
    
    .text-color-1 {
        color: #0e1d5d;
    }
    .text-color-2 {
        color: #cfb320;
    }
    .text-color-3 {
        color: #eb7828;
    }
    .text-color-4 {
        color: #ddd515;
    }
    .text-color-5 {
        color: #d7014e;
    }
    .text-color-6 {
        color: #ba2222;
    }
    .text-color-7 {
        color: #529fcd;
    }
    
    .border-color-1 {
        border-color: #0e1d5d;
    }
    .border-color-2 {
        border-color: #cfb320;
    }
    .border-color-3 {
        border-color: #eb7828;
    }
    .border-color-4 {
        border-color: #ddd515;
    }
    .border-color-5 {
        border-color: #d7014e;
    }
    .border-color-6 {
        border-color: #ba2222;
    }
    .border-color-7 {
        border-color: #529fcd;
    }
    .card {
        min-height: 220px;
    }
    .card-body ul {
  list-style-type: disc;
  padding-left: 20px;
  font-size: 20px;
}

.card-footer {
  font-weight: 500;
  font-size: 0.9rem;
  color: #333;
  border-top: none;
  background-color: transparent;
}

.first {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.first h4 {
  font-weight: 700;
}

.first p {
  font-size: 0.95rem;
  color: #333;
}
.card-footer.perfil {
  font-weight: 500;
  font-size: 0.9rem;
  background-color: transparent;
  border-top: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 10px;
}

/* Hover dinámico: usa el color del borde */
.border-color-1:hover .perfil { background-color: #1c3c77; color: #fff; }
.border-color-2:hover .perfil { background-color: #e3b931; color: #fff; }
.border-color-3:hover .perfil { background-color: #f28c28; color: #fff; }
.border-color-4:hover .perfil { background-color: #d7b300; color: #fff; }
.border-color-5:hover .perfil { background-color: #c2185b; color: #fff; }
.border-color-6:hover .perfil { background-color: #b71c1c; color: #fff; }
.border-color-7:hover .perfil { background-color: #2196f3; color: #fff; }
 .contenedor {
        display: inline-block;
        border: 3px solid #006b38;
        border-left: none;
        border-right: none;
        padding: 20px 40px;
        position: relative;
        margin-top: 20px;
    }

    .contenido {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 30px;
        flex-wrap: wrap;
    }

    .contenido img {
        width: 100px;
    }

    .texto {
        text-align: left;
        max-width: 350px;
    }

    .boton-proximamente {
        background-color: #006b38;
        color: white;
        font-weight: bold;
        padding: 10px 25px;
        text-decoration: none;
        border-radius: 4px;
        position: absolute;
        bottom: -18px;
        left: 50%;
        transform: translateX(-50%);
    }
    .btn-perfil {
  display: inline-block;
  border: 1px solid #d8874a;
  color: #d8874a;
  padding: 6px 18px;
  text-decoration: none;
  font-weight: 500;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
}

.btn-perfil:hover {
  background-color: #d8874a;
  color: #fff;
}

.text-separator {
  color: #d17f42; /* color naranja de acento */
  margin: 0 8px;
}

h3 {
  color: #3b3b3b;
  letter-spacing: 0.5px;
}

p {
  color: #4a4a4a;
  line-height: 1.6;
}
.proximamente {
    background-color: gray; color: white; font-weight: bold;
}
.nuevo {
     color: white!important; font-weight: bold;
}
.testimonios {
    font-size: 1.1rem;
}

section.map-section {
  background-image: url('/recursos/img/web-mapa.png'), url('/recursos/img/fi-2026.png');
  /*background-position: left top, right top;*/
  background-position: 20px 20px, calc(100% - 20px) 20px;
  background-repeat: no-repeat, no-repeat;
  background-size: 100px auto, 50px auto; /* ajusta el tamaño si quieres */
  background-color: white; /* el espacio en medio queda en blanco */
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }

  .slide.active {
    opacity: 1;
  }
  
  /* Estilos solo para PC o monitores (pantallas grandes) */
@media only screen and (min-width: 1025px) {
    .nav-link {
        font-size: 16px!important;
    }
     .navbar .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
    .seccion-compradores {
    padding: 20px 50px;
}
  /* Tu CSS aquí */
    .mr-20 {
      margin-right: 20px;
  }
  
  .mr-40 {
      margin-right: 40px;
  }
  a.contacto {
    background-color: #f57c00;
    border-radius: 15px;
    color: white!important;
    padding-top: 5px!important;
    padding-bottom:5px!important;
  }
  
  .nav-item {
      margin: auto;
  }
}

 .navbar-nav .nav-link {
    color: #333 !important;
    padding: 0.75rem 1rem;
    transition: color 0.3s;
  }

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

  .social-icons a,
  .social-icons-mobile a {
    color: #333;
    font-size: 1.4rem;
    transition: color 0.3s;
  }

  .social-icons a:hover,
  .social-icons-mobile a:hover {
    color: #007bff;
  }

  /* Alinear iconos correctamente */
  .navbar .social-icons i {
    font-size: 1.5rem!important;
  }
  /* Ajustes estéticos */
  #formContacto .form-floating > label {
    color: #6c757d;
  }

  #formContacto .form-control {
    border-radius: 0.75rem;
    box-shadow: none;
    border: 1px solid #ccc;
  }

  #formContacto .form-control:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 5px rgba(13, 110, 253, 0.3);
  }

  textarea.form-control {
    min-height: 250px;
    resize: none;
  }
  
  .section img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: white;
  }

  .section img:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
  }
  .social-icons i:hover{
    transform: scale(1.05);
  }

  h3 {
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
  }
  .social-icons i {
  font-size: 3rem;
  display: inline-block; /* <--- Esto permite aplicar transform correctamente */
  transition: transform 0.3s ease;
}


  .collage-empresas img {
      max-width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
  }

  .collage-empresas img:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  }
  
  .title-marca {
      padding-left: 10px;
      border-left: 5px solid #f57c00;
      font-size: 2.5rem;
      color: #1976d2;
  }
  .title-marca .second {
      color: #f57c00;
  }

 .title-marca .third {
      color: #4a4a4a;
  }

  @media (max-width: 576px) {
    .collage-empresas .col-6 {
      padding: 0.25rem;
    }
    
    .proximamente {
        font-size: .600em;
    }
   
  }
  
 .texto-fade {
  opacity: 1;
  transition: opacity 0.5s ease;
}

.texto-fade.hidden {
  opacity: 0;
}

.seccion-compradores {
    background-color: #e9e9e9;
}
.whatsapp-button {
    position: fixed;
    bottom: 20px;  /* Distancia desde abajo */
    right: 20px;   /* Distancia desde la derecha */
    background-color: #2EDD4F; /* Verde WhatsApp */
    color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0,0,0,0.3);
    z-index: 1000;
    transition: transform 0.3s;
}

.whatsapp-button:hover {
    transform: scale(1.1);
}
