/* general */
body {
	margin:0px;
	padding:0px;
	font-family:"Open Sans", Arial, sans-serif;
	font-size:18px;
    background-color: #fff; /* Soft gray background */
    color: #333;
}

.text-center {
    text-align: center;
}

.fin a:link, a:visited 
{
  color: #000;
  text-decoration: none;

  }
.fin  a:hover {
  font-weight:bold;
  letter-spacing:1px;
   color: #fff;
 }

  /*- back */
.regreso  a:link, .regreso a:visited { width: 60px;
	height:35px;
	display: block;
	background:  url(../imagenes/dinoboton.png);
	padding: 0px 0 0 0px;
	margin-left:50%;
	}

.regreso a:hover {
	background:  url(../imagenes/dinoboton.png) 0 -35px;
	padding: 0px 0 0 0px;
	cursor:pointer;
	color:#FFF;
	}
	
.activo{
	background-color:#da812d;
	/*Naranja*/
}
/* fin general */


/* header */
header {
	width:100%;
	background-color:#FFFFFF;
	box-shadow:0 3px 8px rgba(0,0,0,0.05); /* Softer shadow */
	top:0;
	z-index:9999;
    padding: 1rem 0;
}

header nav#principal {
	display:inline-block;
	float:right;
	margin: 10px 32px 0px 0px;
}

/* fin header */


.cabeza{
	width:90%;
    max-width: 1200px;
	margin:0 auto;
	position:relative;
}

h1 {
	display:inline-block;
	height:91px;
	width:771px;	
	text-indent:-999em;
	margin:0px 36px 0px 0px;
}

h1 a{
	height:70px;
	width:190px;
	display: block;
}

h3 {
	font-size: 2.0rem; /* Responsive font size */
    font-weight: 600;
	color: #4A147A; /* Darker, more neutral color */
	margin: 10px 0px;
}

h4 {
	font-size: 1.4rem;
    font-weight: 600;
	color: #4A147A;
	margin-bottom: 1.5rem;
}

.titulo {
    font-weight: 600;
    margin-bottom: 1rem;
    color: #4A147A;
}

.boton {
  display: inline-block; /* Changed to inline-block */
  position: relative;
  padding: 12px 27px;
  border-radius: 12px;
  font-size: 1.1rem;
  font-weight: 500;
  text-decoration: none;
  color: white;
  background-color:#4A147A; /* Morado */
  border: none;
  will-change: transform;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: all 0.3s cubic-bezier(.3, .7, .4, 1);
}

.boton:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.2);
  background-color: #A21F3B; /* Rojo */
  color: white;
}

footer{	
    width: 100%;
	bottom: 0;
	background-color:#A21F3B; /* Matching dark color */
	z-index: 2000;
    padding: 2rem 0;
    margin-top: 4rem; /* Space above the footer */
}

footer .titulopie{
  color: #fff;
  font-size: 1.1rem;
  margin: 0;	
  text-align: center;
}

footer p{
	color: #bdc3c7; /* Lighter text color */
	font-size: 0.9rem;
	width: auto!important;
	margin: 10px 0px 0px 10px;	
    text-align: center;
}