h2 {
    text-rendering: optimizeLegibility;
    color: #47515a;
    font-size: 1.953em;
    line-height: 1.35;
    font-family: Poppins, Helvetica, Arial, sans-serif;
}

.deln-price {
    background-color: #9ad36a;
}

.deln-price h3 {
    color: #47515a;
    font-size: 1.563em;
}

.deln-price strong {
    color: #47515a;
    font-weight: 700;
}

.fa-info-circle {
    font-size: 1.7em;
}

.details ul {
    list-style: square;
    color: #39434d;
}

.formContainer {
    background-color: #bad7e9;
    min-height: 90%;
    color: #39434d;
    font-family: Poppins, Helvetica, Arial, sans-serif;

}

.formContainer h3 {
    font-weight: normal;
    font-size: x-large;
}

.btnSendForm {
    background-color: #2b3467;
    color: white;
    font-weight: bold;
}

.btnSendForm:hover {
    background-color: #2b3467d4;
}


.btnFactura {
    background-color: #08c;
    color: white;
    font-weight: bold;
}

.btnFactura:hover {
    color: white;
    background-color: rgb(0, 90, 136);
}

.formBody {
    color: #39434d;
}

.deln-footer {
    background-color: #2b3467;
    height: 65px;
}

.requestsTabs {
    min-height: 80dvh;
}

.addmoredays {
    font-size: small;
}

.btnChangeRFC div {
    color: white;
}


@media (max-width: 768px) {
    .navItemsR {
        background-color: white;
        overflow: hidden;

        span {
            color: black;
        }

        a {
            color: black !important;
        }
    }


}