﻿.is-red {
    color: #c00000;
}

.has-text-success {
    font-weight: bold;
}

#tab2 ul {
    list-style: circle;
}

#tab5 ul {
    list-style: circle;
}

.tab-content {
    display: none;
}

    .tab-content.is-active {
        display: block;
    }

    .tab-content a {
        color: #337ab7;
    }

.tab-content {
    text-align: justify;
}


.steps-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
    position: relative;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.step-item {
    text-align: center;
    position: relative;
    flex: 1;
}

    /* Línea base */
    .step-item::before,
    .step-item::after {
        content: "";
        position: absolute;
        top: 18px;
        width: 50%;
        height: 3px;
        background: #deab9d;
        z-index: 1;
    }

    .step-item::before {
        left: 0;
    }

    .step-item::after {
        right: 0;
    }

    /* Quitar líneas externas */
    .step-item:first-child::before {
        display: none;
    }

    .step-item:last-child::after {
        display: none;
    }

/* Círculos */
.step-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #d59583;
    color: white;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    position: relative;
    z-index: 2;
}

/* Texto */
.step-label {
    margin-top: 6px;
    font-size: 0.9rem;
    color: #d59583;
}

/* Activo */
.step-item.active .step-circle {
    background: #ff851b;
    transform: scale(1.2);
}

.step-item.active .step-label {
    color: #ff851b;
    font-weight: bold;
}

.step-item.active::before,
.step-item.active::after {
    background: #ff851b;
}

/* Completado */
.step-item.completed .step-circle {
    background: #fab37d;
}

.step-item.completed .step-label {
    color: #fab37d;
}

.step-item.completed::before,
.step-item.completed::after {
    background: #fab37d;
}

.prestep .box {
    /*  max-width: 600px !important; */
    margin: auto;
}

.is-info {
    background-color: #06384b;
    color: white;
    font-size: 14px;
}

    .is-info:hover {
        background-color: #0d6080;
        color: white;
    }

.is-light {
    font-size: 14px;
}

.is-success {
    background-color: #fd8a33;
    color: white;
    font-size: 14px;
}

    .is-success:hover {
        background-color: #e1843e;
        color: white;
    }

.hidden {
    display: none;
}

.prestep .select {
    width: 100%;
}

.prestep select {
    width: 100%;
}

.tabs li.is-active a {
    border-bottom-color: #ff851b;
    color: #ff851b;
}

#notimsg {
    margin-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
}

.message {
    color: white;
}

#tarifaInfo {
    font-size: 12px;
}

.requisito_inquilino, .requisito_persona_juridica, .requisito_trifasico, .requisito_cuenta_suministro {
    display: none;
}

.button.is-success[disabled], fieldset[disabled] .button.is-success {
    background-color: #c78948;
    border-color: #c78948;
    box-shadow: none;
}

#formValid {
    background-color: hsl(221, 14%, 86%);
    border-radius: 10px;
}
