@font-face {
    font-family: 'paladin';
    src: url('FONT/paladinslaser.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
@font-face {
  font-family: 'paladinstraight';
  src: url('FONT/paladinsstraight.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}  

@font-face {
    font-family: 'paladin3d';
    src: url('FONT/paladins3d.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'paladinsgrad';
  src: url('FONT/paladinsgrad.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
    
    background-color: black;
    
    
}

.booking-section {
  position: relative;
    padding: 40px 20px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
}

.booking-section::before{
    content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('IMG/backgroundHero.png');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;

  opacity: 50%; /* Adjust the opacity as needed */
  z-index: -1; /* Ensure the pseudo-element is behind the content */
}
.content-container {
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.8;
  background: rgba(0, 0, 0, 0.6);
  padding: 20px;
  border-radius: 10px;
  position: relative;
  z-index: 1; /* Ensure the cards are above the pseudo-element */
  margin-bottom: 20px;
}

.form-group label{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
}

.content-container h1, .content-container h2, .content-container h3, .content-container h4 {
  color: white;
  margin-bottom: 20px;
  text-align: center;
  font-family: 'paladinstraight', sans-serif;
}
  
.content-container h1 {
  font-size: 36px;
}
  
.content-container h2 {
  font-size: 28px;
}

.content-container h3{
  color: #fc3a3a;
}
  
.content-container p, .content-container ul {
  color: white;
  font-size: 18px;
  margin-bottom: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
}
  
.content-container ul {
  list-style-type: disc;
  margin-left: 40px;
}
  
.content-container ul li {
  margin-bottom: 10px;
}

.form-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 15px;
}
select {
  appearance: none; /* Oculta la flecha por defecto en algunos navegadores */
  width: 200px;
  padding: 10px 30px 10px 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f9f9f9;
  background-image: url('data:image/svg+xml;utf8,<svg fill="currentColor" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg>'); /* Flecha personalizada */
  background-repeat: no-repeat;
  background-position: right 10px center;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.select2-container .select2-selection__rendered {
  font-family: Arial, Helvetica, sans-serif;
  color: #f9f9f9;
}

.select2-container .select2-results__option {
  font-family: Arial, Helvetica, sans-serif;

}

.select2-container .select2-selection__placeholder {

color: #f9f9f9;

}


select:hover {
  border-color: #66afe9;
  
}

select:focus {
  outline: none;
  border-color: #66afe9;
  box-shadow: 0 0 5px rgba(102, 175, 233, 0.5);
}

option {
  padding: 8px;
  font-size: 16px;
}

option:hover {
  background-color: #e0e0e0;
}





/*.custom-select {
  position: relative;
  display: inline-block;
  width: 100%;
}

.custom-select select {
  display: none; /* Ocultamos el select original 
}

.custom-select::after {
  content: '\25BC'; 
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
}

.custom-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  background-image: none; /* Eliminamos la flecha predeterminada 
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
}*/
label {
  color: #efe9e9; /* Cambia este valor al color que desees */
  display: block;
  margin-bottom: 5px;
}

.total{
  color: white;
  font-family: Arial, Helvetica, sans-serif;
}

input, button {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
button {
  background-color: #fc3a3a;
  color: white;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-family: 'paladinsgrad';

}
button:hover {
  background-color: #fc3a3a;
  transform: scale(1.05);

}

@media (max-width: 768px) {
  .booking-section::before{
    width: 100%;
  }

  .menu-toggle{
    top: auto;
    right: 15;
  }

  .form-group {
      flex-direction: column; /* Stack elements vertically */ 
      align-items: center;
      width: 100%;

    }
    .content-container{
      flex-direction: column;
      margin-bottom: 100px;
    }

}


#messageContainer {
  margin-top: 20px;
  font-size: 1.2em;
  color: #333;
}


.flatpickr-calendar{
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
}

.mostrar-menos{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
}







