/* CSS Document */



/* Estilos propios*/

.contenedor{
	align-content: left;
	padding-left: 20px;
	width: 100%;
}

.elemento_menu{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 1.2rem;
	font-weight: 900;
	color:#4E4E4E;
	text-align: justify; 
}

/* ── Campos de formulario ─────────────────────────────────────────────────── */

input,
select,
textarea {
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
  font-size: 0.8rem;
  color: #222;
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  outline: none;
  transition: border-color 0.15s, box-shadow 0.15s;
  box-sizing: border-box;
}

input:not([type="submit"]):not([type="hidden"]):not([type="checkbox"]):not([type="radio"]),
select,
textarea {
  padding: 5px 9px;
}

input:not([type="submit"]):not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):focus,
select:focus,
textarea:focus {
  border-color: #E84D20;
  box-shadow: 0 0 0 2px rgba(232, 77, 32, 0.13);
}

textarea {
  resize: vertical;
  min-height: 56px;
}

label {
  font-size: 0.82rem;
  font-weight: 600;
  color: #444;
  display: inline-block;
  margin-bottom: 2px;
}

/* ── Botones de envío ─────────────────────────────────────────────────────── */

input[type="submit"] {
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
  color: #fff;
  padding: 6px 14px;
  background: #E84D20;
  border: 1px solid #E84D20;
  border-radius: 6px;
  font-size: 0.9em;
  cursor: pointer;
  transition: background 0.15s, color 0.15s, opacity 0.15s;
}

input[type="submit"]:hover {
  background: #fff;
  color: #E84D20;
  border-color: #E84D20;
}

/* ── Espaciado en formularios ─────────────────────────────────────────────── */

form ul {
  list-style: none;
  padding-left: 0.5rem;
  margin: 0;
}

form ul li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
}

form ul li label:first-child {
  min-width: 130px;
  margin-bottom: 0;
}

.form-campo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
}

.form-campo label {
  min-width: 130px;
  margin-bottom: 0;
}

/*Estilos necesarios*/

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

.mbr-white {
  color: #ffffff;
}

.align-center {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}


/*Tablas adaptativas*/
table {
  width: 100%;
  background: white;
  margin-bottom: 1.25em;
  border: solid 1px #dddddd;
  border-collapse: collapse;
  border-spacing: 0;
}

table tr,
table tr td {
  padding: 0.5625em 0.625em;
  font-size: 0.875em;
  color: #222222;
  border: 1px solid #dddddd;
}
table th {
  padding: 0.5625em 0.625em;
  font-size: 0.9rem;
  color: white;
  border: 1px solid #dddddd;
  background:#E84D20 ;
}
table tr.even,
table tr.alt,
table tr:nth-of-type(even) {
  background:#FBE0D8 ;
}





table.tabla2 tr,
table.tabla2 tr td {
  padding: 0.5625em 0.625em;
  font-size: 0.875em;
  color: #222222;
  border: 1px solid #dddddd;
}
table.tabla2 th {
  padding: 0.5625em 0.625em;
  font-size: 0.9em;
  color: white;
  border: 1px solid #dddddd;
  background:#E84D20 ;
}
table.tabla2 tr.even,
table.tabla2 tr.alt,
table.tabla2 tr:nth-of-type(even) {
  background:#FBE0D8 ;
}



@media only screen and (max-width: 768px) {
	table.resp,
	.resp thead,
	.resp tbody,
	.resp tr,
	.resp th,
	.resp td,
	.resp caption {
	  display: block;
	}
	
	table.resp {
	  border: none
	}
	
	.resp thead tr {
	  display: none;
	}
	
	.resp tbody tr {
	  margin: 1em 1em;
	  border: 1px solid #FBE0D8;
	}
	
	.resp td {
	  border: none;
	  border-bottom: 1px solid #FBE0D8;
	  position: relative;
	  padding-left: 5%;
	  text-align: left;
	}
	
	.resp td:first-child{
		/* Para poner la primera celda de cada fila más visible */
		padding: 0.5625em 0.625em;
		font-size: 2em;
		font-weight: bold;
		color: black;
		border: 1px solid;
		background:#E84D20 ;
	}

	.resp tr td:last-child {
	  border-bottom: 1px double #FBE0D8;
	}
	
	.resp tr:last-child td:last-child {
	  border: none;
	}
	
	.resp td:before {
	  position: absolute;
	  top: 6px;
	  left: 6px;
	  width: 45%;
	  padding-right: 10px;
	  white-space: nowrap;
	  text-align: left;
	  font-weight: bold;
	}
}
