b {
    font-family: 'Titillium-Bold';
}

.form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e);
}

.btn_tharot {
    color: var(--color-texto-boton);
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 2px;
    border: none;
    width: 100%;
    /* min-height: 61px; */
    background: #8EBB2D 0% 0% no-repeat padding-box;
    border-radius: 31px;
    opacity: 1;
}

.btn_enlace {
    background: none;
    border: none;
    color: var(--color-texto-1);
    font-size: 1.2rem;
    font-weight: bold;
}

.fs-6 {
    font-size: 1rem !important;
}

.contiene-principal-opc2 {
    background: transparent url('../../../imagenes/imagen-principal-pagos.png');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
}

.contenedor-blanco-parcial {
    background: #FFFFFF;
    border-radius: 15px;
    padding: 25px;

    box-shadow: 0px 0px 15px 2px rgba(189, 189, 189, 0.75);
    -webkit-box-shadow: 0px 0px 15px 2px rgba(189, 189, 189, 0.75);
    -moz-box-shadow: 0px 0px 15px 2px rgba(189, 189, 189, 0.75);
}

.contenedor-blanco-parcial input,
.sombra_elemento {
    -webkit-box-shadow: 1px 1px 20px -5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 20px -5px rgba(0, 0, 0, 0.1);
}

.sub-titu1 {
    color: var(--color-texto-1);
    font-size: 30px;
    font-family: "Titillium-Bold";
    text-transform: uppercase;
}

h1 {
    text-transform: uppercase;
}

.campo-texto-pagar {
    font-size: 40px;
    padding: 20px;
    background: #f3f3f3;
    border-radius: 15px;
}

.solo-lectura {
    background-color: #e2dfdf !important;
}

.a-descarga {
    display: block;
}

.a-descarga:hover {
    color: #fff !important;
}

.enlace-verde {
    color: #8EBA2D !important;
    font-size: 15px;
}

.dropdown-menu-custom {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #8EBB2D;
    /* Fondo oscuro */
    border-radius: 8px;
    margin-bottom: 10px; 
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.15); 
    width: 100%;
    z-index: 1000;
}

.dropdown-item-custom{
    padding: 8px;
    color: white;
    cursor: pointer;
    transition: background 0.3s;
    font-size: 12px;
}

.dropdown-item-custom:hover {
    background-color: #444;
}

.a-dropdown{
     color: white;
}

.a-dropdown:hover{
     color: white;
}