/* Estilos globales */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: #333;
}

h1, h2, h3 {
    color: #d00000;
}

.curriculum-overview, .benefits-opportunities, .testimonials {
    padding: 50px 100px;
}

.modules {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.module {
    background-color: white;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    text-align: center;
    border-radius: 10px;
}




/* Estilos responsivos */
@media (max-width: 768px) {
    .hero-text h1 {
        font-size: 2rem;
    }

    .program-description, .curriculum-overview, .benefits-opportunities, .testimonials {
        padding: 20px;
    }

    .modules, .testimonial-cards, .benefits {
        flex-direction: column;
    }

    .module, .testimonial, .benefit {
        width: 100%;
        margin-bottom: 20px;
    }
}


.advisory-committee-card {
    background-color: #d2232a;
    color: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    margin: 0 auto;
    max-width: 96%;
    margin-top: 20px;
}

.advisory-committee-card p {
    font-size: 18px;
}

.h1-titulo{
    text-align: center;
    margin-left: 50px;
    font-size: 36px;
    color: #d2232a;
}

.banner-container {
    /* Agrega tu imagen de fondo */
    background-image: url('../images/especializaciones/especializaciones_upc_banner_1.jpg'); /* Reemplaza con la ruta a tu imagen */
    background-size: cover; /* Hace que la imagen cubra todo el contenedor */
    background-position: center; /* Centra la imagen */
    background-repeat: no-repeat; /* No repite la imagen */
    position: relative; /* Necesario para contener la capa de superposición */
    padding: 20px 0px; /* Espacio alrededor del contenido */
    color: #ffffff; /* Color del texto en blanco */
    height: 400px;
}

.table-container {
    padding: 20px;
}

.course-table table {
    width: 100%;
    /* border-collapse: collapse; */
    margin: 20px 0;

  }
  
  .course-table th, .course-table td {
    border: 1px solid #000;
    padding: 15px;
    text-align: center;
    font-size: 1.1em;

  }
  
  .course-table th {
    background-color: #D50000;
    color: white;
  }
  
  .course-table td {
    background-color: #f9f9f9;
  }
  
  .course-table th:first-child {
    border-top-left-radius: 10px;
  }
  
  .course-table th:last-child {
    border-top-right-radius: 10px;
  }

  .titulo_4 {
    color: #d2232a;
  }

  .especializacion {
    margin-top: 20px;
  }


  .module a {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #d50000;
    color: white;
    text-decoration: none;
}
    
.especial{
    margin-left: 5%;
    margin-right: 5%;
    text-align: justify;
}