/* colores web congreso */
.azullogo {
color: #045d9f !important;
}
/* (4,93,159) */
.naranjaclaro { 
color: #f6981a !important;
}
/* (249,173,72) */
.naranjaoscuro { 
color: #f0611d !important;
}
/* (240,97,29) */
.verde {
color: #259887 !important;
}
/* (37,152,135) */
.azul1 {
color: #1c6ba6 !important;
}
/* (28,107,166) */
.verdelima {
color: #86a941 !important;
}
/* (134,169,65) */
.granate {
color: #c73d8a !important;
}
/* (199,61,138) */

.relleno-naranja {
background-color: #f39a1a !important;
}
.relleno-verdelima {
background-color: #86a941 !important;
}
.nolink {
	text-decoration: none !important;
}
.justificado {
	text-align: justify;
}

/* tabla de cuotas de inscripcion */

.cuotas {
  border-collapse: collapse;
  width: 100%;
  max-width: 800px;
  margin: 1em 0;
  
  font-size: 14px;
}
.cuotas th, .cuotas td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}
.cuotas th {
  background-color: #f4f4f4;
}
.cuotas caption {
  text-align: left;
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: bold;
}

/* --- Responsive --- */
@media (max-width: 600px) {
  .cuotas thead {
    display: none;
  }
  .cuotas, .cuotas tbody, .cuotas tr, .cuotas td {
    display: block;
    width: 100%;
  }
  .cuotas tr {
    margin-bottom: 15px;
    border-bottom: 2px solid #f4f4f4;
    padding-bottom: 10px;
  }
  .cuotas td {
    text-align: right;
    padding-left: 50%;
    position: relative;
  }
  .cuotas td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
}

h2 {
  font-size: clamp(1.5rem, 4vw, 2.5rem) !important;
}
h4 {
  font-size: clamp(1rem, 2vw, 1.5rem) !important;
}
