body {
    font-family: 'Open Sans', sans-serif;
    color: #015a46;
}

a {
    color: #6fbf52;
}

main {
    margin-top: 80px;
    margin-bottom: 80px;
}

#step2,
#step3,
#step4 {
    display: none;
}

.titular-top {
    font-weight: 700;
    font-size: 20px;
}

.titular {
    font-size: 22px;
}

.stepper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.stepper .step {
    text-align: center;
    position: relative;
    flex: 1;
}

.stepper .label span {
    font-size: 13px;
    display: block;
}

.stepper .step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 12px;
    right: -50%;
    width: 100%;
    height: 1px;
    background-color: #eaeaea;
    z-index: 0;
}

.stepper .circle {
    width: 24px;
    height: 24px;
    background-color: #eaeaea;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

.stepper .step.active .circle {
    background-color: #047655;
}

.stepper .label {
    margin-top: 8px;
    font-weight: 600;
    color: #979797;
}

.stepper .active .label {
    color: #047655;
    font-weight: 700;
}

.stepper .active .label:hover,
.stepper .active .circle:hover {
    cursor: pointer;
}

.step-box {
    border: 1px solid #047655;
    padding: 20px 35px 5px 35px;
    margin-bottom: 25px;
    border-radius: 25px;
}

img.icono {
    height: 33px;
    width: auto;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.icono-centro-box img.icono{
    height: 40px;
    width: auto;
}

img.icono.height-20 {
    height: 20px;
}

img.icono.height-26 {
    height: 26px;
}
img.icono.height-30 {
    height: 30px;
}
img.icono.height-35 {
    height: 35px;
}
img.icono.height-45 {
    height: 45px;
}

.nombre-categoria {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.2px;
}

.option-group {
    display: flex;
    flex-direction: column;
}

.option-group .option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #eaeaea;
    padding: 10px 45px 10px 15px;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 500;
    color: #9a9a9a;
    transition: background-color 0.3s, color 0.3s;
    font-size: 13px;
    position: relative;
    margin-bottom: 20px;
}

.option-group.option-group-list .option {
    margin-bottom: 0;
}

.option-group.option-group-list,
.margin-option {
    margin-bottom: 20px;
}

img.icono.gray-scale {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.option-group .option.checked {
    background-color: #6fbf52;
    color: white;
}

.option-group .option-circle {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: white;
    transition: background-color 0.3s, border-color 0.3s;
    position: absolute;
    right: 9px;
}

.option-group .option.checked .option-circle {
    background-color: white;
    border-color: white;
    background-image: url("../img/iconos/check.svg");
    background-size: 15px;
    background-position: center 8px;
    background-repeat: no-repeat;
}

.option-group .option-circle.icono-select,
.option-group .option.checked .option-circle.icono-select {
    background-image: url("../img/iconos/mas.svg");
    background-color: transparent;
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
}

.option-group .option.option-border .option-circle {
    border: 1px solid #eaeaea;
}

.option-group .option.option-border.checked .option-circle {
    background-color: #6fbf52;
}

.option-group .option.option-border.checked {
    border: 1px solid #6fbf52;
    color: #047655;
}

.option-group .option.option-border {
    border: 1px solid #eaeaea;
    background: none;
}

.icono-centro-box {
    margin-bottom: 25px;
    text-align: center;
}
.icono-centro-box img {
    margin-bottom: 8px;
}

.btn {
    background: #047655;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 25px;
    padding: 8px 20px;
}

.btn:hover {
    background: #fff;
    color: #047655;
    border: 1px solid #047655;
}

.btn-prev {
    float: left;
}

.btn-next {
    float: right;
}

.btn img.arrow-left,
.btn img.arrow-right {
    height: 10px;
    width: auto;
}

.btn img.arrow-left {
    margin-right: 10px;
}

.btn img.arrow-right {
    margin-left: 10px;
}

.results-box {
    background: #047655;
    border-radius: 25px;
    padding: 40px 25px;
}

.logo-porquesomosasi {
    width: auto;
    height: 90px;
    margin-bottom: 30px;
}

.result {
    border-bottom: 1px solid #01634b;
}

.result .leyend {
    color: #fff;
    font-size: 13px;
    padding: 0 25px;
}

.results-box-final .result .leyend {
    padding: 0 65px;
}

.result-box {
    font-weight: 700;
}

.result-box .number {
    color: #70c425;
    font-size: 50px;
}

.result-box .number .quantity {
    margin-right: 5px;
}

.result-box .number-separator {
    color: #70c425;
    font-size: 30px;
    margin: 0 5px;
}

.result-box .trimestre-anual {
    color: #70c425;
}

.results-box.results-box-final .number .quantity {
    font-size: 65px;
}

.results-box.results-box-final .number-separator {
    font-size: 35px;
}

.results-box.results-box-final .trimestre-anual {
    font-size: 23px;
}

.products-select {
    background: #fff;
    border-radius: 25px;
    width: 100%;
    padding: 6px 15px;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 8px;
}

.products-select.fulfilled {
    background: #6fbf52;
    color: #fff;
}

.buttons-steps {
    margin-bottom: 35px;
}

.categoria-leyend {
    font-size: 14px;
    color: #979797;
    font-weight: 600;
}

.opciones-ocultas {
    display: none;
}

.weight-600 {
    font-weight: 600;
}

.messages-box {
    padding: 25px 15px;
    border-radius: 15px;
    margin-top: 25px;
}

.messages-box.bonificacion50 {
    background: #fff;
}

.messages-box.bonificacion100 {
    background: #6fbf52;
}

.icono-message {
    height: 50px;
    width: auto;
}

.message-title {
    color: #fff;
    font-weight: 700;
    margin-top: 8px;
}

.messages-box.bonificacion100 .message-title,
.messages-box.bonificacion100 .message-text {
    color: #fff;
}

.messages-box.bonificacion50 .message-title,
.messages-box.bonificacion50 .message-text {
    color: #047655;
}

.message-text {
    line-height: 1.3;
    font-size: 15px;
}

.message-separator {
    display: block;
    width: 70px;
    height: 2px;
    background: #047655;
    margin: 15px auto;
}

.disabled {
    pointer-events: none; /* Deshabilita los eventos de clic */
    opacity: 0.5; /* Hace que se vea desactivado */
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

#return-form {
    opacity: 0;
    position: relative;
    bottom: -25px;
}

@media (max-width: 1280px) {
    .results-box-final .result .leyend {
        padding: 0 15px;
    }
}

@media (max-width: 991px) {
    .icono-izquierda-box {
        text-align: center;
        margin-bottom: 25px;
    }
    .icono-izquierda-box img {
        margin-bottom: 8px;
    }
    .btn {
        border-radius: 16px;
        padding: 6px 9px;
        font-size: 14px;
    }
    #results-columns {
        display: none;
    }
    .results-box-final .result .leyend {
        padding: 0;
    }
}