.card-box {
    background-color: rgba(85, 139, 141, 0.3);
    border-radius: 16px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    margin-bottom: 40px;
    text-align: center;
    padding-bottom: 15px;
    height: 365px;
    /* Aumenta la altura */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 450px;
    transition: all 400ms linear;
    border: 8px solid #fff;

}

.card-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.25);
}

.card-box img {
    width: 100%;
    height: 250px;
    /* Aumenta el tamaño de imagen */
    object-fit: cover;
    display: block;
}

.card-box h2 {
    font-size: 2.2rem;
    /* Aumenta tamaño de texto */

    color: #307fa1;
    text-decoration: none;
    padding: 20px;
    margin: 0;
    font-weight: 100;
    font-family: 'Arial', 'cursive';
}

.card-box a {
    text-decoration: none;
}

#azul {

    display: flex;
    align-items: center;
    justify-content: center;

    font-family: Arial;

    margin-left: 0px;
    padding-left: 0px;
    font-weight: 100;



}

#azul span {
    display: block;
    font-family: 'Arial', cursive;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
    width: 140px;
    text-align: center;
    color: #39646d;
    outline: 0;
    text-decoration: none;
    padding: 0px 0px 0px 0px;
    text-shadow: 1px 1px 0px #c8d7da;
    font-weight: 400;
    margin: -15px 35px 0px 30px;

}

#azul ul li {
    list-style: none;
    margin-left: px;
    margin-right: 0px;
}

#azul li {


    float: left;
    display: inline;
    margin: 80px 5px 0px 0px;
    color: #ab4785;
    text-align: center;



    font-weight: 100;

}




#azul li a {

    margin-left: 30px;
    margin-right: -20px;
    text-align: center;
    border: 1px solid #8caab0;
    border-radius: 140px;
    width: 140px;
    height: 140px;
    overflow: hidden;
    cursor: pointer;

    transition: all 300ms;
    color: #39646d;
    display: block;
    outline: 0;
    text-decoration: none;
    padding: 8px 10px 0px 20px;
    text-shadow: 1px 1px 0px #c8d7da;
    font-weight: 400;
    box-shadow: 3px 3px 3px #c8d7da;

    background: #e4e2e3;
    -webkit-transition: color .4s linear;
    -moz-transition: color .4s linear;
    -ms-transition: color .4s linear;
    -o-transition: color .4s linear;
    transition: color .4s linear;
    transition: all 300ms;
}


#azul img {
    display: inline-block;
    width: 140px;


    margin-top: -20px;
    margin-left: -22px;
    opacity: 0;

}

#azul li a img {
    opacity: 5;

}

#azul li a:hover {
    background: rgba(53, 122, 136, 1);
    color: #333;
    -webkit-transition: color .4s linear;
    -moz-transition: color .4s linear;
    -ms-transition: color .4s linear;
    -o-transition: color .4s linear;
    transition: color .4s linear;
    transition: all 300ms;
    transform: scale(1.1);
}

#azul li a:active {
    color: #9489f5;
}

.contenedor-enlaces {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.link-box {
    font-family: "Myriad Pro", Arial, Tahoma, sans-serif;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 15px;
    border-radius: 5px;
    font-weight: 200;
    text-shadow: 1px 1px 1px #9da3b5;
    box-shadow: 3px 3px 1px #dce8eb;
    background: rgba(53, 122, 136, 1);
    width: 600px;
    transition: all 0.4s ease;
}

.link-box:hover {
    background: #e4e2e3;
    color: #333;
    text-decoration: none;
}

/* tabla*/
table.default {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

table.default th {
  background-color: #005db0; /* azul cabecera */
  color: #fff;
  padding: 8px;
  text-align: center;
}

table.default td {
  border: 1px solid #ccc;
  padding: 6px 8px;
  vertical-align: middle;
}

table.default tr:nth-child(even) {
  background-color: #f9f9f9; /* filas pares gris claro */
}

table.default tr:nth-child(odd) {
  background-color: #fff; /* filas impares blanco */
}

/* enlaces de correo */
table.default a[href^="mailto"] {
  color: #005db0;
  text-decoration: underline;
}

/* -------- NOTA IMPORTANTE -------- */
.row-rojo {
  background-color: #cc0000;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  font-size: 15px;
}

.row-gris {
  background-color: #f2f2f2;
  color: #333;
  font-size: 13px;
  line-height: 1.5em;
  padding: 15px;
  text-align: justify;
}