/*Cosas globales*/
* {
  margin: 0%;
  font-family: "Poppins", sans-serif;
  background-color: #FFEFEF;
}

.seymour-one-regular {
  font-family: "Seymour One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.header{
  background-color: #FFEFEF;
  padding-top: 5px;
  justify-content: center; 
}

.nav{
  background-color: #F3D0D7 !important;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;    
  width: fit-content;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  margin-top: 25px;
}

.nav-link:visited {
  color: #b52741; /* Asegura que el color no cambie si ya lo visitaron */
}

.nav-link {
  text-decoration: none;
  transition: 0.3s;
  color: #b52741;
  background-color: #F3D0D7 !important;
}

ul.opciones{
  list-style: none;
  display: flex;
  gap: 2.5rem;  
  font-size: 20px;  
  background-color: #F3D0D7 !important;
  }

ul.opciones li {
  color: #b52741;
  cursor: pointer;
  font-weight: 500;
  background-color: #F3D0D7 !important;
}

ul.opciones li:hover, .nav-link:hover  {
  color: #c69595;
}

.dia1{
  background-color: #FFEFEF;
  margin: 1% auto; /*ESTO LO CENTRA EN EL CENTRO*/
  width: 70%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); /* sombra al pasar el mouse */
}

.encabezado{
  text-align: center;
  background-color: #FFEFEF;
}

.dtitulo{
  font-size: 20px;
  font-weight: bold;
  color: #90676e;
  text-align: center;
  margin-bottom: 1%;
  margin-top: 2%;
}

.Atitulo{
  font-size: 2cm;
  font-weight: 500px;
  text-align: center;
  color: #fe6d88;
  font-family: "Concert One", sans-serif;
  line-height: 0.;
  margin: 0%;
  padding-bottom: 5px;
  padding-top: 5px;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  border: 1px solid #aaa;
  padding: 9px;
  text-align: left;
}

th {
  background-color: #f3d0d7;
}


.dia1 tr:nth-child(even) td {
    background-color: #faf2f5;
}

.dia1 tr:nth-child(odd) td {
    background-color: #ffffff;
}
