main {
    margin-top:70px;
    min-height: calc(100vh - 56px); /* Ajusta según el tamaño de tu navbar si es fijo en la parte superior */
}

.header{
    /*border:1px solid red;*/
    z-index:1500;
    padding:10px !important;
}

.section-filtros{
    top: 80px;
}

.section-login, .section-register, .section-verify{
    width: 100%;
    /*height: 100vh;*/
    background: url('/flex/img/hero-bg.png') top center no-repeat;
    background-size: cover;
}

.color-corporativo{
    color: #f19900 !important;
}

.fondo-color-corporativo{
    background-color: #f19900 !important;
}

.fondo-color-gris{
    background-color: #999999 !important;
}

.fondo-color-corporativo-claro{
    background: #ffb637 !important;
}

.borde-corporativo{
    border-color: #f19900;
}


.navbar .active {
    color: #f19900 !important;
}


.fondo-body{
    width: 100%;
    height: 100%;
    background: url('/assets/img/hero_fondo.png') top center no-repeat;
    background-size: cover;
}


.color-azul-oscuro{
    color:#012970;
}


.btn-get-started {
    margin-top: 30px;
    line-height: 0;
    padding: 15px 40px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #4154f1;
    box-shadow: 0 5px 30px rgba(65, 84, 241, 0.4);
}

.btn-get-started:hover{
    color:#FFF;
}

.icono-estadistica{
    margin-top:30px;
}

.boletin-listado{
    color: #012970;
}

.p-anuncio-contenido{
    color: #000;
}

.etiqueta-anuncio{
    color: #5c5c5c;
    background-color: #f5f3f3;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    padding: 4px 8px;
    font-weight: 400;
    font-size: 9pt;
    display: inline-block;
    text-decoration: none;
}

.excerpt {
    color: #000000;
    background-color: #f7ffbb;
    padding: 2px;
    border-radius: 0;
}

.fondo-empleo{background-color: #c9ffe4 !important;}
.color-empleo{color: #c9ffe4 !important;}
.fondo-ayuda{background-color: #afcaff !important;}
.color-ayuda{color: #afcaff !important;}


span.select2-selection{
    height:100% !important;
}


.div-sin-resultados{
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,238,210,0.5550595238095238) 71%, rgba(197,193,255,0.2329306722689075) 100%);
}

.elemento-seleccionar-boletin-resumen{
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,238,210,0.5550595238095238) 71%, rgba(197,193,255,0.2329306722689075) 100%);
}

.div-anuncios-anonimos{
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,0.5550595238095238) 45%, rgba(94,94,96,0.2329306722689075) 100%);
}

.borde-anuncio-seleccionado{
    border-color: green;
}

.highlight {
    background-color: yellow
}

.celda-boletin-sin-anuncios{
    background-color: #fff4f4 !important;
}

.respuesta-chagpt{
    background: linear-gradient(to right, rgba(241, 153, 0, 0.03), rgba(139, 0, 241, 0.04));
}

.respuesta-chagpt h2{
    color: #f19900 !important;
    font-size: 1.3rem;
    background: linear-gradient(to right, rgba(241, 153, 0, 0.03), rgba(139, 0, 241, 0.04));
    padding: 4px;
}

.respuesta-chagpt ol{
    margin-bottom:10px;
}

.respuesta-chagpt ul li{
    margin-left: 20px;
    margin-top:5px;
    margin-bottom:5px;
}

.respuesta-chagpt a{
    color: #5ebeff !important;
}

.color-ai{
    background: linear-gradient(to right, #f19900, #8b00f1); -webkit-background-clip: text;
    color: transparent !important;
}

.color-ai-seleccionada{
    background-color: #c6ffd4 !important;
}

.enlace-orden {
    color: #6c757d; /* gris Bootstrap */
    cursor: pointer;
}

.enlace-orden:hover {
    color: #0056b3; /* azul al pasar */
    text-decoration: underline;
}

.enlace-orden.activo {
    color: #0d6efd; /* azul Bootstrap activo */
    font-weight: bold;
    background: linear-gradient(to right, #f19900, #8b00f1); -webkit-background-clip: text; color: transparent;
}

