.fondo-cont{
    background-color: rgb(14, 14, 14);
}

.fondo-cont2{
    background-color: black;
    padding: 3rem;
}
@media (max-width: 766px) {
    .fondo-cont2 {
        background-color: black;
        padding: 2rem;
    }
}
.fondo-cont3{
    background-color: black !important;
    padding: 0.5rem;
}
@media (max-width: 766px) {
    .fondo-cont3 {
        background-color: black !important;
        padding: 0;
    }
}
.fondo-cont4{
    background-color: black !important;

}
.fondoContMobile{
    background-color: black !important;
    padding: 2rem;
}
.padding-ticket{
    padding-top: 1.25rem;    /* 20px */
    padding-right: 1.25rem;  /* 20px */
    padding-bottom: 1.25rem; /* 20px */
    padding-left: 2rem;   /
}
@media (max-width: 766px) {
    .padding-ticket {
        padding: 0.5rem;
    }
}
.color-text {
    color: #c40010;
}

.event-title{
    padding-left: 2rem;
}
@media (max-width: 766px) {
    .event-title {
        padding-left: 0;
        margin-top: 20px;
    }
}

.mb-cuadrado {
    width: 20px;  /* Ancho del cuadrado */
    height: 20px; /* Alto del cuadrado */
    background-color: #e10718; /* Color de fondo inicial */
}

/* @media (max-width: 766px) {
    .img-event-size {
        width: 90%; 
        height: auto;
        height: auto;
        margin-top: 20px !important;
        margin: auto; 
        display: block;
    }
} */

@media (max-width: 766px) {
    .img-event-size {
        width: 100%; 
        height: auto;
        height: auto;
        margin-top: 20px !important;
        margin: auto; 
        display: block;
    }
}
@media (max-width: 766px) {
    .imgEventSizeMobile {
        width: 100%; 
        height: auto;
        height: auto;
        margin-top: 5px !important;
        margin: auto; 
        display: block;
    }
}

.no-mostrar{
    color: rgb(14, 14, 14);
}

.btn-lista{
    background-image: linear-gradient(to right, rgb(157, 0, 13), rgb(204, 0, 17)); 
    border-radius: 0 !important;
    padding: -3px 450px !important;
    min-width: 200px;
    outline: none;
}
@media (max-width: 994px) {
    .btn-lista {
        width: 100px; 
    }
}
.btn-lista:hover {
    background-image: linear-gradient(to right, rgb(157, 0, 13), rgb(204, 0, 17)); 

}
.btn-lista:active {
    background-image: linear-gradient(to right, rgb(157, 0, 13), rgb(204, 0, 17)); 
    transform: translateY(2px); 
}
.arialTxt{
    font-family: arial;
    margin-bottom: -4px;
}
.arialTxtMobile{
    font-family: arial;
    font-size: 16px;
    margin-bottom: -4px;
}
.arialTxtMobile2{
    font-family: arial;
    font-size: 14px;
    margin-bottom: -4px;
}
.mayus{
    text-transform: uppercase;
}
.btnLista2{
    background-image: linear-gradient(to right, rgb(157, 0, 13), rgb(204, 0, 17)); 
   
    border-radius: 0 !important;
    /* width: 200px; */
    /* padding: -3px 450px !important; */
    min-width: 200px;
    outline: none;
}
.btnLista2Mobile{
    background-image: linear-gradient(to right, rgb(157, 0, 13), rgb(204, 0, 17)); 
    border-radius: 0 !important;
    font-size: 20px;
    height: 40px !important;
    outline: none;
}
.input-container {
    border-radius: 0 !important;
    border-color: rgb(225, 7, 24) !important;
    background-color: black;
    font-family: arial;
    color: white !important;
}
.inputContainerMobile {
    border-radius: 0 !important;
    border-color: rgb(225, 7, 24) !important;
    background-color: black;
    font-family: arial;
    color: white !important;
    font-size: 16px;
    height: 30px;
}
.bg-lista{
    background-color: #e10718;
}

.custom-border-list {
    border: 1px solid rgb(225, 7, 24) !important; 
    box-shadow: 0px 0px 5px 0px rgb(225, 7, 24) !important; 
}

/* Estilos personalizados para el botón de radio */
.custom-radio .form-check-input {
  appearance: none; /* Oculta el botón de radio predeterminado */
  -webkit-appearance: none; /* Para navegadores basados en WebKit */
  -moz-appearance: none; /* Para Firefox */
  margin-right: 10px; /* Espacio entre la caja y la etiqueta */
  border: 2px solid #000; /* Borde sólido negro */
  border-radius: 20px; /* Bordes redondeados */
  width: 20px; /* Ancho de la caja */
  height: 20px; /* Altura de la caja */
  vertical-align: middle; /* Alineación vertical con el texto */
  position: relative; /* Posición relativa para el pseudoelemento */
  background-color: #fff !important;
}

/* Cambia el fondo cuando está seleccionado */
.custom-radio .form-check-input:checked {
  background-color: rgb(225, 7, 24) !important;    /* Fondo blanco */
  color: black !important;
}

/* Estilo para mostrar un elemento dentro del botón cuando está seleccionado */
.custom-radio .form-check-input:checked::before {
  
  background-color: #000; /* Color de fondo del elemento interno */
  border-radius: 2px; /* Bordes redondeados del elemento interno */
}

/* Estilo para la etiqueta que aparezca junto al botón de radio personalizado */
.custom-radio .form-check-label {
  vertical-align: middle; /* Alineación vertical con el botón de radio */
}

/* Puede que necesites ajustes adicionales para el foco y otros estados */
.custom-radio .form-check-input:focus {
  outline: none; /* Elimina el contorno al enfocar */
  box-shadow: none; /* Elimina la sombra de caja al enfocar */
}

.fecha-nacimiento {
    display: flex;
    justify-content: space-between;
  }

  .fecha-nacimiento select {
    background-color: #000;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px;
    margin: 5px;
  }

  /* Ajusta los colores y bordes según tu diseño */
  .fecha-nacimiento label {
    color: #fff;
    font-weight: bold;
  }

  /* Contenedor para el título */
  .fecha-titulo {
    text-align: left;
    color: #fff;
    padding: 5px 0;
  }
  .bannerMobile {
    width: 50%; /* Puedes ajustar el porcentaje según tus necesidades */
    height: auto; /* Mantiene la proporción original de la imagen */
}
.customLabelInput {
    display: flex;
    align-items: center;
    margin-bottom: 5px; /* Ajusta el margen inferior según sea necesario */
}

.customLabelInput label {
    margin-bottom: -5px; /* Ajusta el margen derecho según sea necesario */
}

.normalTxt{

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    

}



.input-text {
    color: white; 
    font-size: 2rem; 
}
@media (max-width: 767px) {
    .input-text {
        font-size: 1rem; 
    }
}

.volverBtn3 {
    
    font-size: 1.7rem; 
    background-color: rgb(14, 14, 14);; 
    color: rgb(102,102,102); /* Color del texto inicialmente en gris */
    border: 4px solid rgb(102,102,102); /* Borde sólido con el color inicial */
    text-transform: uppercase; 
    font-weight: bold; 
    cursor: pointer; 
    outline: none; 
    /* box-shadow: 0 4px #999; */ 
    transition: all 0.3s; 
}
.volverBtn3:hover {
    color: white; 
    border-color: white; 
    background-color: rgb(14, 14, 14);; /* Color de fondo oscuro */
    box-shadow: 0 2px #666; 
}

.volverBtn3:active {
background-color: rgb(14, 14, 14);; /* Color de fondo oscuro */
box-shadow: 0 1px #666; 
transform: translateY(2px); 
}
@media (max-width: 764px) {
    .volverBtn3 {
        max-width: 280px;
        width: 100%; /* Asegura que el botón ocupe el ancho completo del contenedor */
    }
}

.inputContainer4 {
    border-radius: 0 !important;
    border-color: rgb(225, 7, 24);
    transition: background-color 0.3s;
    font-family: BebasNeue;
    align-items: center;
    text-align: center;
    font-size: 40px;

}

.inputContainer4 input:focus,
.inputContainer4 input:hover {
    background-color: rgb(225, 7, 24); 
}

/* estilos unificados para las vistas de mobile quie ahora seran tambien para pc */

@media (max-width: 450px) {
    .main {
        display: flex;
        flex-direction: column;
        flex-grow: 1;

        background: black;

    }
}

@media (min-width: 450px) {
    .margenPc {
        margin-left: auto;
        margin-right: auto;
        max-width: 450px !important;
        background: black !important;
        background-color: black;
        padding: 30px;
        padding-top: 0;     
    }
}

.rutPasaporte {
    text-decoration: none; 
    color: white; 
    cursor: pointer; 
}

.rutPasaporte:hover {
    color: #ffffff; 
}

