/* Estilos Home Principal */
.bannerPrincipal{
    color: #ffffff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    height: 200px;
}

.imagenFondo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background-color: rgba(0, 0, 0, 0.4); 
    z-index: 1; 
}

.imageMain{
    z-index: 2;
}

@media only screen and (max-width: 600px) {
    .frameMobile{
        margin-top: 3rem; 
    }

}

.card-img {
    max-width: 100%;
    height: auto;
    border-radius: 50%;
    margin-bottom: 15px;
}

.card-custom {
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.card-custom:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.cardEstilos {
    font-size: 3rem;
    color: #007bff;
}

.svgDetails {
    width: 50px;
    height: 80px;
}

.tituloDescripcion {
    font-size: 35px;
}

.pTituloUno {
    font-size: 20px;
}

/* esto hace referencia a los filtros de datatable-simple*/
.datatable-input {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient(to right, #f7f7f7, white);
}

.datatable-input:focus {
    border-color: #888;
    outline: none;
    background: linear-gradient(to right, #fff, #ddd);
}

/*Validar boleta*/
.divPrincipal{
    min-height: 100vh;
  }

  .validbtn{
    position: relative;
    left: 25%;
  }


  /*Evento Comprar Boleta Y Validar*/
  
  .floating-form {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.floating-form .form-label {
    font-weight: bold;
}

.floating-form .btn-secondary {
    background-color: #6c757d;
    border-color: #6c757d;
}

.titleModal{
    font-size: 20px;
}
.floatBtn{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5000;
}


@media (max-width: 767.98px) {
    .floating-form {
        position: static;
        margin-top: 20px;
        width: 100%;
        box-shadow: none;
    }

    .account-pages {
        margin-bottom: 150px;
    }
}
