.logo img {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 20px;
}

.card-activa:hover {
    cursor: pointer;
    opacity: 0.7;
}
.formulario {
    max-width: 600px;
    margin: auto;
}
form {
    padding-top: 10px;
    padding-bottom: 10px;
}
.gallery {
    display: grid;
    gap: 1rem;

    grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
    text-align: center;
}
.cabecera {
    max-width: 600px;
    margin: auto;
    display: grid;
    gap: 1rem;
    grid-template-columns: auto;
    text-align: left;
    background-color: bisque;
}
.negrita {
    font-weight: bold;
}
.close {
    opacity: 0.3;
}
.verde {
    color: green;
}
.imagen2 {
    width: 100%;
    height: 200px;
    border-radius: 10px;
}

.empresas{
    display:flex;
    justify-content: center;
    gap:40px;
    
}

.lista-empresas{

    width:50%;
    background-color: bisque;
    padding: 5px;
    margin-bottom: 10px;
    border-radius:10px;
}

#errores {
    color: red;
    border: solid 0.5px red;
    border-radius: 20px;
}
.confirmacion {
    color: green;
    border: solid 0.5px green;
    border-radius: 20px;
    text-align: center;
    font-size: 1.5em;
    padding-top: 20px;
}

.cartel {
    border-radius: 20px;
    background: rgb(4, 28, 175);
    background: linear-gradient(
        290deg,
        rgba(4, 28, 175, 1) 0%,
        rgba(42, 135, 162, 1) 20%,
        rgba(226, 234, 235, 1) 100%
    );
}
.rojo {
    color: red;
}
.cabecera_tabla {
    position: sticky;
    top: 0;
}
