.seccion-estimar-proyecto{
    display: flex;
    flex-direction: column;
    width: 100%;
    /* background-color: #0D0B2B; */
    color: #fafafa;
    font-family: 'Montserrat';
}
.estimar-proyecto-ctn{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 30px 0px;
}
.texto-estima{
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}
.texto-proyecto{
    width: 100%;
    padding-left: 15px;
    text-align: center;
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 13px;
}
.estimar-proyecto-parrafos{
    width: 90%;
    margin-top: 20px;
    text-align: center;
}
.estimar-proyecto-parrafos p{
    margin-bottom: 30px;
    font-size: 16px;
}
.formulario{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    /* background-color: #0D0B2B; */
    color: #fafafa;
    font-family: 'Montserrat';
}
.seccion-formulario{
    width: 100%;
    text-align: center;
    margin: 15px 0px;
}
.seccion-formulario-titulo{
    font-weight: 500;
    font-size: 20px;
}
.tarjeta-check-input-ctn{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 5px 0px;
}
.tarjeta-check-input{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    min-height: 100px;
    min-width: 300px;
    max-width: 300px;
    margin: 10px 0px;
    border-radius: 20px;
    border: 2px solid #2CAAA1;
    background-color: #2CAAA1;
}
.tarjeta-check-input:hover{
    cursor: pointer;
}
.input-ctn{
    display: flex;
    justify-content: end;
    padding: 7px;
}
.input{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    width: 25px;
    border: 2px solid #fafafa;
    border-radius: 50px;
}
.input-relleno{
    height: 15px;
    width: 15px;
    border-radius: 50px;
}
.datos-ctn{
    display: flex;
    align-items: center;
    min-height: 100px;
    height: 100%;

    min-width: 80%;
    padding: 5px 0px;
}
.datos-ctn > .div-img{
    height: 60px;
    width: 80px;
    margin: 0px 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.icono-ctn{
    display: flex;
    justify-content: center;
    align-items: center;
}
.nuevo-proyecto{
    width: 120px;
    height: 70px;
}
.mejorar-proyecto{
    width: 120px;
    height: 70px;
}
.mantenimiento{
    width: 90px;
    height: 70px;
}
.menor-millon{
    width: 140px;
    height: 70px;
    margin-left: -10px;
}
.mayor-millon{
    width: 140px;
    height: 70px;
    margin-left: -10px;
}
.datos-ctn img{
    margin: 0px 20px;
    height: 65px;
    width: 55px;
    border: 1px solid;
}
.datos-ctn-icono-nuevo-proyecto{
    width: 70px;
    height: 50px;
    margin: 0px;
}
.datos-ctn-icono-mejorar-proyecto{
    width: 70px;
    height: 50px;
    margin: 0px;
}
.datos-ctn-icono-mantenimiento{
    width: 70px;
    height: 50px;
    margin-left: -10px;
}
.datos-ctn-icono-menor-millon{
    width: 80px;
    height: 30px;
}
.datos-ctn-icono-mayor-millon{
    width: 80px;
    height: 30px;
}
.tarjeta-check-input-text{
    margin-top: 10px;
    text-align: left;
}

@media (min-width: 768px) {
    .texto-estima{
        font-size: 30px;
    }
    .texto-proyecto{
        font-size: 60px;
    }

    .tarjeta-check-input{
        margin: 10px 10px;
    }
}

@media (min-width: 992px) {
    .estimar-proyecto-parrafos p{
        font-size: 18px;
    }
    .tarjeta-check-input{
        flex-direction: column;
    }
    .datos-ctn{
        flex-direction: column;
    }
    .datos-ctn > .div-img{
        height: 75px;
        width: 80px;
    }
    .datos-ctn-icono-nuevo-proyecto{
        height: 60px;
    }
    .datos-ctn-icono-mejorar-proyecto{
        width: 80px;
        height: 60px;
        margin-left: -15px;
    }
    .datos-ctn-icono-menor-millon{
        width: 110px;
        height: 50px;
        margin-left: -20px;
    }
    .datos-ctn-icono-mayor-millon{
        width: 110px;
        height: 57px;
        margin-left: -20px;
    }
    .tarjeta-check-input-text{
        margin-top: 10px;
        padding: 0px 10px;
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .texto-estima{
        font-size: 50px;
    }
    .texto-proyecto{
        font-size: 90px;
    }
}

@media (min-width: 1400px) {
    .estimar-proyecto-ctn{
        padding: 50px 0px;
    }
    .texto-proyecto{
        letter-spacing: 35px;
    }
}

@media (min-width: 1600px) {
    .tarjeta-check-input{
        margin: 20px 40px;
    }
    .texto-proyecto{
        letter-spacing: 45px;
    }
}