table.cyanTable {
  font-family: Georgia, serif;
  border: 6px solid #24948B;
  background-color: #D1EEEB;
  width: 100%;
  text-align: center;
}

table.cyanTable td, table.cyanTable th {
  border: 1px solid #24948B;
  padding: 1px 1px;
  text-align: center;
  vertical-align: middle;
}
table.cyanTable tbody td {
  font-size: 13px;
}
table.cyanTable thead {
  background: #24948B;
  background: -moz-linear-gradient(top, #5BAFAE 0%, #3A9E9C 66%, #24948B 100%);
  background: -webkit-linear-gradient(top, #5BAFAE 0%, #3A9E9C 66%, #24948B 100%);
  background: linear-gradient(to bottom, #5BAFAE 0%, #3A9E9C 66%, #24948B 100%);
  border-bottom: 0px solid #444444;
}
table.cyanTable thead .th-ancho-5 {
    width: 5%;
}
table.cyanTable thead .th-ancho-15 {
    width: 15%;
}
table.cyanTable .th-left {
  text-align:left;  
}
table.cyanTable .th-right {
  text-align:right;  
}
table.cyanTable .th-center {
  text-align:center;  
}
table.cyanTable .th-x-large {
  font-size:x-large;
}
table.cyanTable .th-large {
  font-size:large;
}
table.cyanTable .th-medium {
  font-size:medium;
}
table.cyanTable .th-small {
  font-size:smaller;
}

table.cyanTable tbody .celda-vacia {
  background-image: radial-gradient(rgba(0,0,0,0.25) 15%, transparent 36%);
  background-size: 8px 8px;
  padding: 12px;
  border: 1px solid #ccc;
}
table.cyanTable .th-tooltip {
	font-size: large;
	padding: 0px 3px 0px 3px;
	text-decoration-style: double;
}

table.cyanTable thead th {
  font-size: 11px;
  font-weight: bold;
  color: #F0F0F0;
  text-align: center;
  border-left: 2px solid #24948B;
}
table.cyanTable thead th:first-child {
  border-left: none;
}

table.cyanTable tfoot {
  font-size: 13px;
  font-weight: bold;
  color: #F0F0F0;
  background: #24948B;
  background: -moz-linear-gradient(top, #5BAFAE 0%, #3A9E9C 66%, #24948B 100%);
  background: -webkit-linear-gradient(top, #5BAFAE 0%, #3A9E9C 66%, #24948B 100%);
  background: linear-gradient(to bottom, #5BAFAE 0%, #3A9E9C 66%, #24948B 100%);
  border-top: 1px solid #24948B;
}
table.cyanTable tfoot td {
  font-size: 13px;
}
table.cyanTable tfoot .links {
  text-align: right;
}
table.cyanTable tfoot .links a{
  display: inline-block;
  background: #FFFFFF;
  color: #24948B;
  padding: 2px 8px;
  border-radius: 5px;
}

table.orangeTable {
  font-family: Georgia, serif;
  border: 6px solid #C26D11;
  background-color: #EEE7D1;
  width: 100%;
  text-align: center;
}

table.orangeTable td, table.orangeTable th {
  border: 1px solid #C26D11;
  padding: 1px 1px;
  text-align: center;
  vertical-align: middle;
}
table.orangeTable thead {
  background: #C26D11;
  background: -moz-linear-gradient(top, #D49E3F 0%, #AB831F 66%, #C26D11 100%);
  background: -webkit-linear-gradient(top, #D49E3F 0%, #AB831F 66%, #C26D11 100%);
  background: linear-gradient(to bottom, #D49E3F 0%, #AB831F 66%, #C26D11 100%);
  border-bottom: 0px solid #444444;
}
table.orangeTable thead .th-ancho-5 {
    width: 5%;
}
table.orangeTable thead .th-ancho-15 {
    width: 15%;
}
table.orangeTable .th-left {
  text-align:left;  
}
table.orangeTable .th-right {
  text-align:right;  
}
table.orangeTable .th-center {
  text-align:center;  
}
table.orangeTable .th-x-large {
  font-size:x-large;
}
table.orangeTable .th-large {
  font-size:large;
}
table.orangeTable .th-medium {
  font-size:medium;
}
table.orangeTable .th-small {
  font-size:smaller;
}

table.orangeTable tbody .celda-vacia {
  background-image: radial-gradient(rgba(0,0,0,0.25) 15%, transparent 36%);
  background-size: 8px 8px;
  padding: 12px;
  border: 1px solid #ccc;
}

table.orangeTable .th-tooltip {
	font-size: large;
	padding: 0px 3px 0px 3px;
	text-decoration-style: double;
}

table.orangeTable thead th {
  font-size: 11px;
  font-weight: bold;
  color: #F0F0F0;
  text-align: center;
  border-left: 2px solid #C26D11;
}
table.orangeTable thead th:first-child {
  border-left: none;
}

table.orangeTable tfoot {
  font-size: 13px;
  font-weight: bold;
  color: #F0F0F0;
  background: #C26D11;
  background: -moz-linear-gradient(top, #D49E3F 0%, #AB831F 66%, #C26D11 100%);
  background: -webkit-linear-gradient(top, #D49E3F 0%, #AB831F 66%, #C26D11 100%);
  background: linear-gradient(to bottom, #D49E3F 0%, #AB831F 66%, #C26D11 100%);
  border-top: 1px solid #C26D11;
}
table.orangeTable tfoot td {
  font-size: 13px;
}
table.orangeTable tfoot .links {
  text-align: right;
}
table.orangeTable tfoot .links a{
  display: inline-block;
  background: #FFFFFF;
  color: #C26D11;
  padding: 2px 8px;
  border-radius: 5px;
}

table.greenTable {
  font-family: Georgia, serif;
  border: 6px solid #24943A;
  background-color: #D4EED1;
  width: 100%;
  text-align: center;
}

table.greenTable td, table.greenTable th {
  border: 1px solid #24943A;
  padding: 1px 1px;
  text-align: center;
  vertical-align: middle;
}
table.greenTable tbody td {
  font-size: 13px;
}
table.greenTable thead {
  background: #24943A;
  background: -moz-linear-gradient(top, #5baf6b 0%, #3a9e4d 66%, #24943A 100%);
  background: -webkit-linear-gradient(top, #5baf6b 0%, #3a9e4d 66%, #24943A 100%);
  background: linear-gradient(to bottom, #5baf6b 0%, #3a9e4d 66%, #24943A 100%);
  border-bottom: 0px solid #444444;
}
table.greenTable thead .th-ancho-5 {
    width: 5%;
}
table.greenTable thead .th-ancho-15 {
    width: 15%;
}

table.greenTable .th-left {
  text-align:left;  
}
table.greenTable .th-right {
  text-align:right;  
}
table.greenTable .th-center {
  text-align:center;  
}
table.greenTable .th-x-large {
  font-size:x-large;
}
table.greenTable .th-large {
  font-size:large;
}
table.greenTable .th-medium {
  font-size:medium;
}
table.greenTable .th-small {
  font-size:smaller;
}

table.greenTable tbody .celda-vacia {
  background-image: radial-gradient(rgba(0,0,0,0.25) 15%, transparent 36%);
  background-size: 8px 8px;
  padding: 12px;
  border: 1px solid #ccc;
}
table.greenTable .th-tooltip {
	font-size: large;
	padding: 0px 3px 0px 3px;
	text-decoration-style: double;
}

table.greenTable thead th {
  font-size: 11px;
  font-weight: bold;
  color: #F0F0F0;
  text-align: center;
  border-left: 2px solid #24943A;
}
table.greenTable thead th:first-child {
  border-left: none;
}

table.greenTable tfoot {
  font-size: 13px;
  font-weight: bold;
  color: #F0F0F0;
  background: #24943A;
  background: -moz-linear-gradient(top, #5baf6b 0%, #3a9e4d 66%, #24943A 100%);
  background: -webkit-linear-gradient(top, #5baf6b 0%, #3a9e4d 66%, #24943A 100%);
  background: linear-gradient(to bottom, #5baf6b 0%, #3a9e4d 66%, #24943A 100%);
  border-top: 1px solid #24943A;
}
table.greenTable tfoot td {
  font-size: 13px;
}
table.greenTable tfoot .links {
  text-align: right;
}
table.greenTable tfoot .links a{
  display: inline-block;
  background: #FFFFFF;
  color: #24943A;
  padding: 2px 8px;
  border-radius: 5px;
}

.header-description-row {
  background: rgba(255, 255, 255, 0.4); /* Fondo semitransparente */
  backdrop-filter: blur(10px);        /* Esfuma/desenfoca lo de atrás */
  -webkit-backdrop-filter: blur(10px); /* Soporte para Safari */
  padding: 20px;
  border-radius: 8px;
}

.header-description-row .heading8 {
	color: #335996;
}
.header-description-row .header-subtitle
{
	color: #163970;
	font-weight: bold;
}
.text_huge {
	font-weight: bold;
  font-size: 1.5rem;	
}
.text_medium {
  font-size: 1.2rem;	
	
}
.text_normal {
  font-size: 1rem;	
}

.wp-block-table td, .wp-block-table th {
    border: none;
}
.wp-image-circulo {
	width: 200px;
  height: 200px;
  border-radius: 75%;
  object-fit: cover;
}
.background-div {
  background-image: url('https://ifts11.edu.ar/wp-content/uploads/2026/08/imagen_fondo.png'); 
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover; 
  width: 100%;
  min-height: 400px; 
}
  .contenedor-imagen {
    position: relative; /* Fija el sistema de referencia */
    display: inline-block;
    width: 250px;
    height: 180px;
    max-width: 280px;
  }
  .contenedor-imagen img {
    width: 100%;
  height: 100%;
  object-fit: cover;
		 display: block;
  }
  .texto-centrado {
    position: absolute; /* Superpone el texto */
    top: 50%;
    left: 10%;
    transform: translate(0%, 20%); /* Centrado exacto */
    color: white;
		text-align: center;
		width: 80%;
    background-color: rgba(0, 0, 0, 0.5); /* Fondo semitransparente opcional */
    padding: 10px 20px;
    font-size: 1.2rem;
    font-family: sans-serif;
		border-radius: 50%;
  }

.figure-tp > * {
	text-align: center!important;
}

.figure-tp img {
display: block;
  margin-left: auto;
  margin-right: auto;
}
.wpcf7-form.init label {
	background: rgba(255, 255, 255, 0.5);
}

.wpcf7-form-control-wrap .wpcf7-form-control {
	background-color: rgba(94, 183, 242, 0.5);
}

.wpcf7-submit {
    background-color: rgba(94, 183, 242, 0.5) !important;
	color: #FFFFFF !important;
    width: 100% !important;
    display: block !important;
    border: none !important;     padding: 15px 0 !important;
    font-size: 16px !important;
    cursor: pointer !important;
	border-radius: 8px !important; 
}
.wpcf7-submit:hover {
    background-color: rgba(94, 183, 242, 1)  !important;
}

.features-overlapped-icons-featinnerrow .i .fa .cp-icon { 
color: rgba(52, 113, 227, 1);
}

.acordeon-texto-titulo {
	font-size: larger;
}
.acordeon-texto-detalle {
	font-size: medium;
}

[aria-selected^="false"] { 
	font-size: medium;
}
[aria-selected^="true"] { 
	font-size: larger;
}

/*.button .data-wp-bind--tabindex {
	
}*/