* {
	margin: 0;
	padding: 0;
	
}
header{
	border-bottom:2px solid black;
	height:70px;
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:0 20px;
}
.botones-header {
	display:flex;
	gap:20px;
	
}

.inicio {
	display:flex;
	background: #CDA434;
	height:calc(100% - 70px) ;
	align-items: center;
	justify-content: center;
	gap: 100px;
	 padding: 20px; 
}
.parrafo-inicio {
width: 300px;
}
html,body {
	height: 100%
}
.LMM {
	display:flex;
	background: #CDA434;
	height:calc(100% - 70px) ;
	align-items: center;
	justify-content: center;
	gap: 100px;
	 padding: 20px; 
}
.tickets {
	display:flex;
	align-items: center;
	justify-content: center;
	gap: 100px;
	height: 100%
	 
}
.ftickets {
	background: #CDA434;
	height:calc(100% - 70px) ;
	padding: 20px; 
	display: flex;
  flex-direction: column;
  align-items: center;
 
}
.ftickets h2 {
  font-size: 3rem; 
  text-align: center;
  margin-bottom: 10px; 
}

.parrafo-entradas {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 30px; 
}
  .tickets h2 {
    font-size: 2em;
    margin-bottom: 20px;
    color: #333;
  }

  .opcion-ticket {
    margin-bottom: 20px;
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);

	justify-content: center;
  }

  .opcion-ticket p {
    margin: 0 0 10px;
    font-weight: bold;
  }

  .boton-comprar {
    display: inline-block;
    padding: 10px 20px;
    background-color: #a98307;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
  }

  .boton-comprar:hover {
    background-color: #0056b3;
  }
.parrafo-entradas{
	width: 300px;
}
form {
	display:flex;
	flex-direction:column;
	width:200px;
	gap:10px;
	
}

.Contacto {
  padding: 20px;
position: relative;
  margin: 0;
  background: #CDA434; 
}

.Contacto h2,
.Contacto p {
  margin: 0 0 10px 0;
  text-align: center;
  color: #333;
}


.Contacto form {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  margin: 0 auto;
  gap: 10px;
}