/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.d-flex {
    display: flex;
}

.opacity {
    opacity: .7;
}

.f-center {
    justify-content: center;
}

.saludo {
    font-weight: bold;
    font-size: 1.5em
}

.parrafo {
    color: #9d9d9d;
    font-size: 1.5em
}

.numero-dueda {
    color: #000000;
}

.valor-deuda {
    background-color: #FFFFFF;
    color: #9d9d9d;
    font-size: 3.5em;
    margin-left: 20%;
    margin-top: 5%;
    width: 60%;
}

.caja-numero {
    background-color: #FFFFFF;
    border: #000000 solid 1px;
    color: #9d9d9d;
    margin-left: 20% !important;
    width: 60% !important;
    text-align: center;
}

.boton-procede-pago,
.boton-procede-pago:hover,
.boton-procede-pago:after {
    background-color: #07e0ef;
    color: #FFFFFF;
    font-size: 1em;
    font-weight: bold;
    margin-top: 5%;
    text-align: center;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.title-pymes {
    color: #FFFFFF;
    font-weight: 200;
    line-height: 1.2;
    opacity: .9;
}

.small-text-2 {
    color: white;
    opacity: .9;
}

@media only screen and (min-width: 320px) {
    .responsive {
        height: 700px!important;
    }
    .responsive-pymes {
        height: 750px!important;
    }
    .textarea-necesidad {
        margin-top: 11%!important;
    }
    .label-necesidad {
        width: 89.5%!important;
    }
    .mg-left {
        margin-left: 0rem;
    }
    .mg-right {
        margin-right: 0rem;
    }
    .pd-top {
        padding-top: 2rem;
    }
    .mt-texto {
        margin-top: 3.5rem;
    }
    .pt-texto {
        padding-top: 12rem;
    }
    .title-pymes {
        font-size: 1.5em;
    }
    .small-text-2 {
        font-size: 75%;
    }
}

@media only screen and (min-width: 360px) {
    .responsive {
        height: 700px!important;
    }
    .textarea-necesidad {
        margin-top: 10%!important;
    }
    .label-necesidad {
        width: 91%!important;
    }
    .mg-left {
        margin-left: 0.5rem;
    }
    .mg-right {
        margin-right: 0.5rem;
    }
    .small-text-2 {
        font-size: 85%;
    }
}

@media only screen and (min-width: 400px) {
    .responsive {
        height: 700px!important;
    }
    .textarea-necesidad {
        margin-top: 8%!important;
    }
    .label-necesidad {
        width: 92.3%!important;
        padding-top: 1%;
    }
    .title-pymes {
        font-size: 1.6em;
    }
}

@media only screen and (min-width: 500px) {
    .responsive {
        height: 750px!important;
    }
    .textarea-necesidad {
        margin-top: 5%!important;
    }
    .label-necesidad {
        width: 95.4%!important;
        padding-top: 1%!important;
    }
    .title-pymes {
        font-size: 1.9em;
    }
}

@media only screen and (min-width: 600px) {
    .responsive {
        height: 900px!important;
    }
    .responsive-pymes {
        height: 870px!important;
    }
    .textarea-necesidad {
        margin-top: 5.5%!important;
    }
    .label-necesidad {
        width: 94.8%!important;
    }
    .mt-texto {
        margin-top: 7rem;
    }
    .mg-left {
        margin-left: 5rem;
    }
    .mg-right {
        margin-right: 5rem;
    }
    .small-text-2 {
        font-size: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .responsive,
    .responsive-pymes {
        height: 930px!important;
    }
    .textarea-necesidad {
        margin-top: 4%!important;
    }
    .label-necesidad {
        width: 96%!important;
        padding-top: 0.5%!important;
    }
    .small-text-2 {
        font-size: 85%;
    }
    .mg-left {
        margin-left: 8rem;
    }
    .mg-right {
        margin-right: 8rem;
    }
    .mt-texto {
        margin-top: 10rem;
    }
    .pd-top {
        padding-top: 4rem;
    }
}

@media only screen and (min-width: 992px) {
    .responsive-pymes {
        height: 1300px!important;
    }
    .mg-left {
        margin-left: 2rem;
    }
    .mg-right {
        margin-right: 0rem;
    }
}

@media only screen and (min-width: 1200px) {
    .textarea-necesidad {
        margin-top: 5%!important;
    }
    .label-necesidad {
        width: 95.4%!important;
    }
    .responsive-pymes {
        height: 650px!important;
    }
    .title-pymes {
        font-size: 1.74em;
    }
    .mg-right {
        margin-right: 2rem;
    }
    .mg-left {
        margin-left: 2rem;
    }
    .pt-texto,
    .pd-top {
        padding-top: 5rem;
    }
    .mt-texto {
        margin-top: 5rem;
    }
}

@media only screen and (min-width: 1300px) {
    .responsive-pymes {
        height: 900px!important;
    }
    .pt-texto {
        padding-top: 7rem;
    }
    .pd-top {
        padding-top: 5rem;
    }
}

@media only screen and (min-width: 1500px) {
    .textarea-necesidad {
        margin-top: 4%!important;
    }
    .label-necesidad {
        width: 96.4%!important;
    }
    .responsive-pymes {
        height: 650px!important;
    }
}

textarea.textarea-necesidad {
    resize: none!important;
}

.label-necesidad {
    background-color: #69686a;
    color: white;
    width: 96.4%;
    height: 25px;
    padding-top: 0.5%;
    padding-left: 1%;
}

.left-label {
    left: 0px !important;
}

.textarea-necesidad {
    margin-top: 3%;
    width: 100%;
}

.color-negro-label {
    color: #484848!important;
}