.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    border-color: #c29604;
    background-color: #ecc32c;
}
.form-article-layout .btn {
    padding: 6px 12px !important;
    margin-bottom: 0;
    font-weight: 400;
    color: #031126;
}
#sp-right .sp-module.right-sinfondo {
    background-color: initial !important;
}

.ttiright ul.latestnews > li {
    background-color: #ffffff !important;
    border-radius: 10px !important;
    margin-top: 8px !important;
    padding: 0 15px !important;
    border: 1px solid #eaeaea !important;
}

#sp-right .ttiright .sp-module-content strong {
    font-weight: inherit !important;
    color: inherit !important;
    text-decoration: none !important;
}

#sp-right .ttiright .sp-module-content strong li {
    background-color: #ffffff !important;
    border-radius: 10px !important;
    margin-top: 8px !important;
    padding: 0 15px !important;
    border: 1px solid #eaeaea !important;
}

#sp-right .ttiright .sp-module-content strong li a { 
    display:block;
    padding: 2px 0;
    line-height: 1.6;
    font-size: 0.9rem;    
    color: #25254d;    
}
#sp-right .ttiright .sp-module-content strong li a:hover { 
    color: #c29604 !important;    
}
#sp-right .ttiright .sp-module {
    background-color: #fcffd2;
    border: none;
    border-radius: 4px;
}
#sp-right .ttiright .sp-module.pccright {
    background-color: transparent !important;
    border: none;
    border-radius: 4px;
}

#sp-right .ttiright .sp-module + .sp-module {
    background-color: #fcffd2;
}

#sp-right .ttiright .sp-module .sp-module-title strong  {
    font-weight: normal !important;
}

#sp-bottom {
    padding: 30px 0 30px;
    font-size: 14px;
    line-height: 1.6;
}

#sp-pre-bottom {
    background-color: #9aadbb;
    padding: 30px 0px !important;
}

/* Contenedor principal */
.bloque-flex {
    display: flex;
    align-items: center;
    gap: 30px;
}

/* Imagen 40% */
.bloque-imagen {
    flex: 0 0 40%;
}

.bloque-imagen img {
    width: 100%;
    height: auto;
    display: block;
}

/* Texto 60% */
.bloque-texto {
    flex: 1;
}

/* Estilo del texto */
.texto-destacado {
    font-size: 12pt;
    color: #003366;
    font-weight: bold;
    margin: 0;
}

/* Adaptativo */
@media (max-width: 768px) {
    .bloque-flex {
        flex-direction: column;
        text-align: center;
    }

    .bloque-imagen,
    .bloque-texto {
        flex: 100%;
    }
}

.sp-module-content .visforms.visforms-form h1 {
    color: #e2b100;
    margin-bottom: 15px;
    font-size: 1.75rem;
}

#popup
 {
    background-image: url(/gpmconsultores/images/informe-descargar.jpg) !important;
    background-size: 100% 100%;
}

#jbounce-jmodal .popup-title {
    background-color: rgba(56, 77, 165, 0.65);
    padding: 10px 10px !important;
    border-radius: 4px 0 0 0;
    font-size: 1.25rem;
    color: white !important;
    text-align: center;
    font-weight: 600;
}

#sp-right .sp-module.pccright {
    margin-top: 50px;
    border: 1px solid #f3f3f3;
    padding: 30px 0 !important;
    border-radius: 3px;