.calc-form{
    max-width: 600px;
    background: #f0f4f9 0% 0% no-repeat padding-box;
    padding: 50px;
    border-radius: 27px;
    .btn{
        background-color:transparent;
        color: #2ba9c7;
        border: 1px solid #2ba9c7;
        border-radius: 32px;

        &:hover,
        &:active,
        &:focus {
            background-color: #2ba9c7;
            color: #f8f9fa;
        }
    }
    .form-control,
    .form-select {
        border: 0px;
        border-radius: 0px;
    }
    .form-check {
        margin-bottom: .5rem;
    }
}
h1{
    font-weight: bold;
}
.calc-form__title{
    font-weight: bold;
    padding-right: 10px;
}
.span-calc-agua{
    color: #1B3D91;
    letter-spacing: 0px;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 1rem;

    b {
        font-weight: 700;
    }
}
.form-text{
    font-size: 14px;
    color: #1B3D91;
}
.nav-title{
    margin-top: 1rem;
}
#tipo_agua_texto{
    margin-left: 10px;
}
.resultado-calculador-hibrido{
    .nav-link{
        filter: opacity(0.3);
        &.active{
            filter: opacity(1);
            font-weight: bold;
            border: 0;
            border-bottom: 3px solid #1B3D91;
        }
        img{
            height: 35px;
        }
        .nav-title{
            color: #1B3D91;
        }
        .nav-link{
            color: #1B3D91;
            &.active{
                font-weight: bold;
                color:#1B3D91;
            }
        }
    }
    h5{
        font-weight: bold;
        margin-bottom: 1.3rem;
    }
    .foot{
        font-size:27px;
        letter-spacing: -0.81px;
        text-align: center;
        color: #1B3D91;
        padding: 0 6rem 0 6rem;
        #calc-distancia-km-total{
            color:#2BA9C7;
        }
        b{
            font-weight: 700;
        }
    }
    .foot-poblation{
        text-align: center;
        color: #1B3D91;
        padding: 0 6rem 0 6rem;
        p{
            font-size:27px;
            letter-spacing: -0.81px;
            line-height: normal;
        }
        #calc-distancia-km-total{
            color:#2BA9C7;
        }
        b{
            font-weight: 700;
        }
    }
    .agua-icono-texto{
        margin-left:7px;
    }
    .div-number{
        border-radius: 7px;
        background: white;
        padding: 12px;
        text-align: center;
    }
    .highlight-number{
        color: #2BA9C7;
        font-size: 43px;
        font-weight: bold;
    }
    .calculated-number{
        color: #2BA9C7;
    }
    .float-img{
        position: relative;
        top: 8rem;
        z-index: 1;
    }
    .float-img2{
        position: absolute;
        top: -59px;
        left: 0px;
        z-index: 1;
        color: white;
    }
    .round{
        border-radius: 7px;
    }
    .impactos-col{
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding-bottom: 1rem;
    }
    li{
        margin-bottom: 1rem;
    }
    li::marker {
     color: #2BA9C7; /* Cambiamos el color de la viñeta */
    }
    .impacto-title{
        font-size:19px;
        font-weight: bold;
        color: #232323;
    }
    .subtitle{
        font-size:14px;
        color: #232323;
        opacity: 0.43;
    }
    .impacto{
        background-color: #edf2f8;
        border-radius: 7px;
        padding: 2rem;
        padding-top: 1rem;
        padding-right: 1rem;
        margin-right: 1rem;
        max-width: 313px;
        margin-bottom: 1rem;
        span{
            font-size: 14px;
        }
        .d-flex{
            align-items: center;
            margin-bottom: 4px;
        }
    }
    .impactos{
        img{
            float:right;
        }
    }
    .icono-ods{
        height: auto;
        width: 77px;
        padding-top: 1rem;
    }
    .cont-ods{
        margin-left: 2rem;
    }
    .cont{
        justify-content: center;
        .impacto{
        }
        .impacto-title{
            font-size: 15px;
        }
        .subtitle{
            font-size: 13px;
        }
    }
}
.pasos{
    background-color: #1B3D91;
    height: 80px;
    margin: -50px;
    border-radius: 27px 27px 0px 0px;
}
.spots{
    display: flex;
    justify-content: space-between;
    margin-left: 80px;
    margin-right: 80px;
    
    .active{
        background-color: #2BA9C7;
        color: white;
    }
}
.spot-text{
    display: flex;
    justify-content: space-between;
    margin-left: 40px;
    margin-right: 50px;
    color: white;
    margin-top: 5px;
    font-size: 13px;
}
.left, .right{
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid white;
    border-radius: 100%;
    font-size: 18px;
    color: white;
    font-weight: 500;
}


.line{
    border-bottom: 2px solid #eee;
    margin-bottom: -15px;
    margin-left: 110px;
    margin-right: 110px;
    padding-top: 30px;
}

.is-invalid-span{
    border: 1px solid #dc3545;
    border-radius: 0.25rem;
    padding: 5px;

}

.card-grey{
    background-color: #eee;
    padding: 15px;
    padding-top: 20px;
}
.indicador{
    display: flex;
    .box-5{
        border: 1px solid #ccc;
        width: 41px;
        height: 17px;
        &.active{
            background-color: #FF0000;
        }
    }
    .box-4{
        border: 1px solid #ccc;
        width: 41px;
        height: 17px;
        &.active{
            background-color: #FFC000;
        }
    }
    .box-3{
        border: 1px solid #ccc;
        width: 41px;
        height: 17px;
        &.active{
            background-color: #FFFF00;
        }
    }
    .box-2{
        border: 1px solid #ccc;
        width: 41px;
        height: 17px;
        &.active{
            background-color: #92D050;
        }
    }
    .box-1{
        border: 1px solid #ccc;
        width: 41px;
        height: 17px;
        &.active{
            background-color: #01B050;
        }
    }
}

.grand-number{
    font-size: 43px;
    color:#2BA9C7;
    text-align: center;
    padding:10px;
}

.blue-card{
    background: #edf2f8;
    border-radius: 7px;
    margin-top: 15px;
    padding: 15px 31px;
    min-height: 115px;
}

@media (max-width: 778px) {
    .resultado-calculador-hibrido {
        .highlight-number {
            font-size: 2rem;
        }
        
        .foot {
            font-size: 19px;
            padding: 0 4rem;
        }
    }
    
    .social-tabs {
        justify-content: center;
    }
}

.nodata{
    font-size: 11px;
    color: #FF0000;
}

.hightlight-km{
    color: #2BA9C7;
    font-size: 24px;
}
