
     
    .nota-card {
      border-radius: 10px;               /* Borde redondeado */
      box-shadow: 0 6px 18px rgba(0,0,0,0.25); /* Sombra más notoria */
      overflow: hidden;                  /* Redondeo también en la imagen */
      background: #fff;
      transition: transform 0.2s ease;
    }
    .nota-card:hover {
      transform: translateY(-5px);       /* Efecto al pasar el mouse */
    }
    .nota-card img {
      width: 100%;
      height: 260px;
      object-fit: cover;
    }
    .nota-body {
      padding: 16px;
    }
    .nota-body h5 {
      font-weight: 700;
      margin-bottom: 10px;
    }
    .nota-body p {
      font-size: 0.95rem;
      color: #444;
    }
	
	
	
	.hero2-img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
}
	  .hero2-img {
    width: 100%;
    height: 100vh;
    background-image: url('../banners/banner_servicios.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.hero-img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
}

.hero-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: #fff;
    padding: 20px;
}

.hero-content h1 {
    font-size: clamp(2.5rem, 6vw, 5rem);
    font-weight: 700;
    margin-bottom: 15px;
}

.hero-content p {
    font-size: 1.2rem;
    max-width: 700px;
}

  .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    color: white;
    background: rgba(0,0,0,0.4);
    border: none;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 50%;
    user-select: none;
  }

  .arrow.left { left: 10px; }
  .arrow.right { right: 10px; }

  /* Opcional: texto sobre hero */
  .hero-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    text-shadow: 0 0 5px black;
  }
  h1 {
    text-align: left;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  
    .data-table td {
      padding: 8px;
      border-bottom: 1px solid #ddd;
    }
	
	
	.hero2-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: #fff;
    padding: 20px;
}

.hero2-content h1 {
    font-size: clamp(2.5rem, 6vw, 5rem);
    font-weight: 700;
    margin-bottom: 15px;
}

.hero2-content p {
    font-size: 1.2rem;
    max-width: 700px;
}
.hero2-img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
}
	  .hero2-img {
    width: 100%;
    height: 100vh;
    background-image: url('banners/banner_servicios.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.hero2-img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
}

/* =========================
   HERO 3
========================= */

.hero3{
    position: relative;
    width: 100%;
    min-height: 90vh;

    background-image: url('../banners/banner_servicios.png');

    background-size: 85%;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 60px 20px;
    overflow: hidden;
}

.hero3-content{
    width: 100%;
    max-width: 1200px;
}

.hero3-btn-wrap{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 50px;
}

.hero3-btn{
    display: inline-block;
    padding: 14px 34px;
    background: #0d6efd;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    transition: 0.3s ease;
}

.hero3-btn:hover{
    background: #0b5ed7;
    color: #fff;
    transform: translateY(-2px);
}

/* Responsive */

@media(max-width:768px){

    .hero3{
        min-height: 75vh;
        padding: 40px 15px;
    }

    .hero3-btn-wrap{
        justify-content: flex-start;
    }

}
/* =========================
   HERO 4
========================= */

.hero4{
    position: relative;
    width: 100%;
    min-height: 90vh;

    background-image: url('../banners/e-banner_servicios.png');

    background-size: 85%;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 60px 20px;
    overflow: hidden;
}

.hero4-content{
    width: 100%;
    max-width: 1200px;
}

.hero4-btn-wrap{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 50px;
}

.hero4-btn{
    display: inline-block;
    padding: 14px 34px;
    background: #0d6efd;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    transition: 0.3s ease;
}

.hero4-btn:hover{
    background: #0b5ed7;
    color: #fff;
    transform: translateY(-2px);
}

/* Responsive */

@media(max-width:768px){

    .hero4{
        min-height: 75vh;
        padding: 40px 15px;
    }

    .hero4-btn-wrap{
        justify-content: flex-start;
    }

}


 

/* Responsive */

@media(max-width:768px){

    

}