.color-fondo{
    background-color: #EFF4F9!important;
}
.info-box {
    background-color: #EFF4F9;
    padding: 30px;
    border-radius: 10px;
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
    text-align: center;
    /*position: relative;*/
}

.info-header {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

.info-line {
    width: 80px;
    height: 4px;
    background-color: #5995DA;
    margin: 0 auto 10px auto;
    border-radius: 2px;
}

.info-title {
    font-size: 32px;
    font-weight: bold;
    color: #033C73;
    margin-bottom: 5px;
}

.info-subtitle {
    font-size: 14px;
    color: #5995DA;
    margin-bottom: 20px;
}

.input-custom {
    border-radius: 30px;
    border: 1px solid #ccc;
    padding: 12px 20px;
    width: 100%;
    font-size: 16px;
    background-color: white;
    color: #333;
}

.input-custom:focus {
    border-color: #5995DA;
    outline: none;
    box-shadow: 0 0 5px rgba(89, 149, 218, 0.5);
}

label {
    font-weight: bold;
    color: #033C73;
}

.btn-success-sesa {
    background-color: #2998D5!important;
    border: none;
    border-radius: 30px;
    padding: 12px 40px;
    font-size: 18px;
    color: #fff!important;
    cursor: pointer;
}

.btn-success-sesa:hover {
    background-color: #064a8b!important;
}


.form-check-inline {
    display: inline-flex;
    align-items: center;
}
.fondo-resumen-plan{
    background-color: #C8E1F1!important;
}
.fondo-resumen-total{
    background-color: #1C3762!important;
}
.line-vertical{
    border-right: #5995DA 3px Solid;
}

.justificado {
    text-align: justify;
    font-size: 1.48rem;
}
.text-sesa{
    color: #033C73;
}
.info-line-congrats {
    width: 80%;
    height: 3px;
    background-color: #5995DA;
    margin: 0 auto 10px auto;
    border-radius: 2px;
}
.bg-sesa{
    background:#1B2745!important;
    color:#fff;
}

/* Cambiar el color de los mensajes de error con la clase de Bootstrap */
.has-error .help-block {
    color: #dc3545;
    font-size: 0.8rem;
}
