body {
    color: var(--color--azul-web);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: var(--fuente-arial) !important;
}

p,
input {
    font-family: var(--fuente-monserrat) !important;
    font-weight: var(--font-weight-m-regular) !important;
}

input,
textarea,
select {
    color: var(--color--azul-web) !important;
}

input#submit,
input[type="submit"] {
    color: #fff !important;
    font-weight: var(--font-weight-semibold) !important;
}

span.text-slate-400 {
    font-family: var(--fuente-arial) !important;
    font-weight: var(--font-weight-m-regular) !important;
}

span.text-slate-900 {
    font-family: var(--fuente-arial) !important;
    font-weight: var(--font-weight-m-bold) !important;
}

.bg-slate-900 {
    background-color: var(--color--azul-web);
}

.border-gray-800 {
    border-color: var(--color--rojo-web);
}

.icons {
    color: var(--color--rojo-web) !important;
}

.parent-parent-menu-item a,
.sub-menu-item,
.parent-menu-item a {
    color: var(--color--azul-web) !important;
}

#searchItem,
input:hover {
    border: 1px solid var(--color--azul-web) !important;
}

.dropdown-menu ul li a {
    color: var(--color--azul-web) !important;
}

.icon_twiter_2025 {
    fill: var(--color--azul-web) !important;
}

.accent-green-600 {
    accent-color: var(--color--azul-web);
}

.boton_alert_web {
    --text-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--text-opacity)) !important;
    --border-opacity: 1 !important;
    border-color: #fc8181 !important;
    border-color: rgba(252, 129, 129, var(--border-opacity)) !important;
}

.boton_alert_web span {
    font-weight: bold;
}

.padding_5_img {
    padding: 5px !important;
}



@media (hover: hover) {
    .hover\:bg-emerald-700:hover {
        background-color: var(--color--azul-web) !important;
    }
}

.bloq_descrip_empresa {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.color_blanco_text_menu {
    color: #fff !important;
}

.color_blanco_text_menu.color_azul_text_menu {
    color: var(--color--azul-web) !important;
}

.fondo_blanco_full_ {
    background-color: #fff !important;
}

.bg-emerald-900_60 {
    background-color:
        color-mix(in oklab, var(--color--azul-web) 80%, transparent) !important;
}

.posicion_modal_dialog {
    z-index: 9999 !important;
}

.posicion_modal_dialog_opaciti {
    opacity: 0.8 !important;
}

#smartwizard .sw-btn-next {
    display: table;
    margin: auto;
    background-color: var(--color--azul-web) !important;
    border: none;
    width: 95%;
    max-width: 512px;
    border-radius: 40px;
}

#smartwizard.sw-theme-dots>.nav .nav-link.default::after {
    border: 2px solid #5F6769 !important;

}

#smartwizard.sw-theme-dots>.nav .nav-link.default::after {
    background: #fff;
}

#smartwizard.sw-theme-dots>.nav .nav-link.default.active>.num {
    color: #fff !important;
}

#smartwizard.sw-theme-dots>.nav .nav-link.default>.num {
    color: #5F6769 !important;
    font-weight: 600 !important;
}

#smartwizard.sw-theme-dots>.nav .nav-link.active::after,
#smartwizard.sw-theme-dots>.nav .nav-link.done::after {
    background-color: var(--color--azul-web) !important;
    border: 2px solid var(--color--azul-web) !important;
}


#smartwizard.sw-theme-dots>.nav .nav-link.default.done>.num {
    color: #fff !important;
}

#smartwizard.sw-theme-dots>.nav .nav-link::after {
    border: 3px solid var(--color--rojo-web) !important;

}

#smartwizard.sw-theme-dots>.nav::before {
    width: 72% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    height: 3px !important;
    background: var(--color--rojo-web) !important;
}

#smartwizard .nav-item p {
    line-height: 1.2;
    color: #5F6769;
}

#smartwizard .nav-item .nav-link.active p,
#smartwizard .nav-item .nav-link.done p {
    color: var(--color--azul-web);
    font-weight: 700 !important;
}

.titulo_soles_pasarela {
    font-size: 20px !important;
    color: #3C4245 !important;
    text-align: center;
    font-weight: 600 !important;
    line-height: 1.2;
    margin-top: 10px;
}

.titulo_soles_pasarela span {
    font-size: 14px !important;
    font-weight: 400 !important;
}

.text_terminos_compar {
    font-size: 17px !important;
    color: var(--color--azul-web) !important;
    text-align: center;
    font-weight: 600 !important;
    line-height: 1.2;
    margin-top: 20px;
}

.titulo_opcion_comprobante {
    font-size: 15px;
    color: var(--color--azul-web) !important;
    font-weight: 600 !important;
    line-height: 1.2;
    margin-left: 10px;
}

.ancho_modal_pasarela {
    width: 100% !important;
    max-width: 650px !important;
    position: relative !important;
}

.error_input_formulario {
    border: 1px solid red !important;
}

.titulo_beneficios_pasarela {
    font-size: 18px;
    font-weight: 600;
    color: #3C4245;
    text-align: center;
}

.btn_cerrar_modal_pago {
    font-size: 20px;
    color: #808080;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

#smartwizard .nav:before {
    display: none !important;
}

#smartwizard .nav .nav-item {
    position: relative !important;
}

#smartwizard .nav .nav-item:first-child .nav-link::before {
    display: none !important;
}

#smartwizard .nav .nav-item .nav-link::before {
    content: '' !important;
    position: absolute !important;
    height: 2px;
    width: 100%;
    background: #EAEAEA;
    top: -18px;
    transform: translateY(-50%);
    left: -88px;
}


#smartwizard .nav .nav-item .nav-link.default.done::before,
#smartwizard .nav .nav-item .nav-link.active::before {
    background: #2C4B80;
}

.datos_boleta_factura h3 {
    font-size: 18px;
}

.btn_azul_pasarela_respuesta {
    background: #2C4B80;
    color: #fff;
    text-align: center;
    font-weight: 600;
    border-radius: 40px;
    padding: 14px 20px;
    width: 100%;
    max-width: 512px;
    font-size: 18px;
    font-weight: bold;
}

.btn_transparente_pasarela_respuesta {
    background: transparent;
    color: #4E8DD7;
    text-align: center;
    font-weight: 600;
    border-radius: 40px;
    padding: 14px 20px;
    width: 100%;
    max-width: 512px;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #4E8DD7;
}

.text_danger_d {
    color: red;
    font-size: 13px;
}

.titulo_paso3_pasarela {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #3C4245;
}

.quitar_bloq_pasarela_ruc_boleta {
    display: none;
}

.cuadro_tarjeta_pago_open_pay {}

.cambiar_color_datos_pasarela p {
    color: #5F6769 !important;
    font-size: 14px;
}

.cabecera_tarjeta_pago {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #808080;
    border-radius: 15px 15px 0px 0px;
    padding: 15px 15px 0px 15px;
    border-bottom: none;
}

.bloq_precio_pasarela {
    padding: 10px 15px 0px 15px;
    border-left: 1px solid #808080;
    border-right: 1px solid #808080;

}

.cabecera_tarjeta_pago h2 {
    font-size: 18px;
    line-height: 1.1;
    color: #2C4B80;
}

.bloq_precio_pasarela {
    display: flex;
    align-items: center;
    gap: 5px;
}

.bloq_precio_pasarela p {
    font-size: 14px;
    color: #5F6769;
    line-height: 1.1;
}


.cuadro_final_pasarela_bordes {
    padding: 15px 15px 25px 15px;
    border: 1px solid #808080;
    border-radius: 0px 0px 8px 8px;
    border-top: none !important;
}

.anchos_terminos_pasarela {
    width: 100%;
    max-width: 420px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.anchos_terminos_pasarela input {
    margin-top: 10px;
}

.anchos_terminos_pasarela a {
    color: #FF9900;
}

.bloq_fila_card_pago input {
    border: none !important;
}

.bloq_fila_card_pago input {
    border-bottom: 1px solid #55BF3A !important;
}

.bloq_fila_card_pago input:focus {
    border: none !important;
    border-bottom: 1px solid #55BF3A !important;
}

.columnas_2_pasarela {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.unificar_fecha_tarjeta {
    display: flex;
    align-items: center;
    width: 48%;
}

.unificar_fecha_tarjeta input {

    border: none !important;
    border-bottom: 1px solid #55BF3A !important;
}

#pay-button {
    border-radius: 40px;
    background: #2C4B80;
    color: #fff;
    font-size: 16px;
    display: table;
    margin: auto;
    background-color: var(--color--azul-web) !important;
    border: none;
    width: 95%;
    max-width: 512px;
    border-radius: 40px;
    cursor: pointer;
}



.fondo_loader_circle {
    position: fixed;
    background: #00000061;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999999999999;
    display: flex;
    justify-content: center;
    align-items: center;
}



.loader {
    --dim: 3rem;
    width: var(--dim);
    height: var(--dim);
    position: relative;
    animation: spin988 2s linear infinite;
}

.loader .circle {
    --color: rgb(129, 26, 30);
    --dim: 1.2rem;
    width: var(--dim);
    height: var(--dim);
    background-color: var(--color);
    border-radius: 50%;
    position: absolute;
}

.loader .circle:nth-child(1) {
    top: 0;
    left: 0;
}

.loader .circle:nth-child(2) {
    top: 0;
    right: 0;
}

.loader .circle:nth-child(3) {
    bottom: 0;
    left: 0;
}

.loader .circle:nth-child(4) {
    bottom: 0;
    right: 0;
}

@keyframes spin988 {
    0% {
        transform: scale(1) rotate(0);
    }

    20%,
    25% {
        transform: scale(1.3) rotate(90deg);
    }

    45%,
    50% {
        transform: scale(1) rotate(180deg);
    }

    70%,
    75% {
        transform: scale(1.3) rotate(270deg);
    }

    95%,
    100% {
        transform: scale(1) rotate(360deg);
    }
}




@media(max-width: 640px) {
    #smartwizard .nav {
        flex-direction: row !important;
    }

    #smartwizard .nav-item .nav-link {
        flex-direction: column-reverse;
        display: flex !important;
        padding-left: 0 !important;
        align-items: center !important;
        position: relative !important;
        margin-bottom: 0px !important;
    }

    #smartwizard.sw-theme-dots>.nav .nav-link>.num {
        top: 19px !important;
        right: 0 !important;
        width: 46px !important;
        padding-top: 0px !important;
        left: -14px !important;
    }

    #smartwizard.sw-theme-dots>.nav .nav-link::after {
        position: relative;
    }

    #smartwizard.sw-theme-dots>.nav .nav-link p {
        margin-top: 10px !important;
        text-align: center !important;
    }

    #smartwizard .nav .nav-item .nav-link::before {
        top: 30px;
    }
}

@media(max-width: 380px) {
    #smartwizard .nav .nav-item .nav-link::before {
        left: -55px !important;
    }
}


.alto_img_blog_alarpe {
    height: 200px;
}

.alto_img_blog_alarpe img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: center;
}

.titulo_fecha_prox_pago {
    font-size: 20px;
    color: #000000;
    font-weight: bold !important;
    text-transform: capitalize;
}

.num_tarjeta_prox_pago {
    font-size: 15px;
    font-weight: bold;
    color: #000000;
}

.aparecer_para_movil_tabla {
    display: none;
}

.card_item_historial_pago {
    padding: 15px;
    border-bottom: 1px solid #000000;
}

.cabecera_item_card_pago span,
.cabecera_item_card_pago p {
    font-size: 15px;
    font-weight: bold !important;
}

.fondo_general_modal {
    background: #000000bf;
}

.titulo_postulaciones_negativo {
    font-size: 20px;
    font-weight: 700;
}


.border-gray-800-blanco {
    border-color: #ffffff38 !important;
}

footer {
    margin-bottom: -2px !important;
}

.logo_footer_alafarpe {
    width: 150px;
}

.agregar_logo_movil_l {
    display: none;
}

.fondo_nuevo_celeste_alafarpe {
    background: linear-gradient(273deg, rgba(63, 146, 248, 0.76) 11%, rgba(35, 71, 122, 1) 86%) !important;
}

@media (max-width: 991px) {
    .color_blanco_text_menu {
        color: var(--color--azul-web) !important;

    }

    #topnav {
        background: transparent;
    }
}






@media (max-width: 960px) {
    .aparecer_para_movil_tabla {
        display: block;
    }

    .quitar_para_movil_tabla {
        display: none;
    }
}

@media (max-width: 719px) {
    .logo_footer_alafarpe {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .logo_footer_alafarpe a {
        width: 250px;
    }
}




@media (max-width: 384px) {

    .quitar_movil_logo {
        display: none;
    }

    .agregar_logo_movil_l {
        display: block;
        width: 30px;
        margin-top: 12px;
    }
}

.service-content ol {
    list-style: inherit;
    margin-left: 20px;
}

.item_alinear_ofertas_categoria {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.icon_nuestra_plataforma {
    width: 25px;
    height: 31px;
    display: block;
    background-color: #811a1e;
}

.item_card_nuestra_plataforma:hover .icon_nuestra_plataforma {
    background-color: #fff;
}

.margin_color_form_check {
    color: #23477a;
    padding-left: 10px;
}

#comments {
    resize: none;
}

.ckeditor_impulsa_s ol li::before {
    content: '';
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    background-image: url('../img_plantilla/icon_list_check.png');
    display: inline-block;
    background-size: contain;
    margin-right: 10px;
}

.ckeditor_impulsa_s ol li {
    display: flex;
    align-items: center;
}

.alto_100_oprciento {
    height: 550px;
}

.img_banner1 {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden;
}

.borde50_circulo {


    position: relative;
}

.img_banner2 {
    position: absolute;
    right: 40px;
    bottom: 0;
    border-radius: 50%;
    overflow: hidden;
    width: 350px;
    height: 350px;
    object-fit: cover;

}

@media(max-width: 1139px) {
    .alto_100_oprciento {
        height: 480px;
    }

    .img_banner2 {
        width: 250px;
        height: 250px;
    }
}

@media(max-width: 959px) {
    .alto_100_oprciento {
        height: 350px;
    }

    .img_banner2 {
        width: 150px;
        height: 150px;
    }
}

@media(max-width: 719px) {
    .alto_100_oprciento {
        height: 450px;
        width: 450px;
        margin: auto;
    }

    .img_banner2 {
        width: 250px;
        height: 250px;
    }

    .quitar_margin_movik {
        margin-top: 0 !important;
    }
}

.altos_404_s {
    padding: 100px 0px;
    min-height: 85vh;
}

.alto_corregido_vh {
    height: 80vh;
}

@media(max-width: 520px) {
    .alto_corregido_vh {
        height: auto;
        padding: 150px 0px 100px 0px;
    }
}

.border-emerald-600:hover {
    border: 1px solid transparent !important;
}

.heigth_titulo_card_plataforma {
    min-height: 55px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.calcular_alto_card_blog_alarpe {
    box-sizing: border-box;
    height: calc(100% - 200px);
}

.titulo_3_lineas_card_blog {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.flex_column_card_detalle {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.alto_no_resulto_ofertas_alarpe {
    min-height: 25vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.titulo_no_resultado {
    text-align: center;
    color: #000000;
    font-size: 25px;
}

div:where(.swal2-icon).swal2-question {
    border-color: rgb(35, 71, 122) !important;
    color: rgb(35, 71, 122) !important;
}

div:where(.swal2-container) h2:where(.swal2-title) {
    color: rgb(35, 71, 122) !important;
}

.swal2-confirm.swal2-styled {
    background: rgb(35, 71, 122) !important;
}

.swal2-cancel.swal2-styled {
    background: rgb(129, 26, 30) !important;
}

@media(max-width: 480px) {


    div:where(.swal2-container) h2:where(.swal2-title) {
        font-size: 20px !important;
    }

    div:where(.swal2-container) div:where(.swal2-html-container) {
        font-size: 15px !important;
    }

    div:where(.swal2-container) div:where(.swal2-actions) {
        margin-top: 10px !important;
    }

    div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm),
    div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel) {
        font-size: 13px !important;
        ;
    }


    div:where(.swal2-icon) .swal2-icon-content {
        font-size: 30px !important;
    }

    div:where(.swal2-icon) {
        width: 50px !important;
        height: 50px !important;
    }

    .alto_100_oprciento {
        height: 350px;
        width: 350px;
    }

    .img_banner2 {
        width: 180px;
        height: 180px;
    }

}

@media(max-width: 380px) {
    .alto_100_oprciento {
        height: 300px;
        width: 300px;
    }

    .img_banner2 {
        width: 150px;
        height: 150px;
    }
}

.item_imagen_detalle_cv {
    width: 100px;
}

.item_imagen_detalle_cv img {
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.flex_column_nuevo_detalles {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.aplicar_alineacion_cards_ofertas .group.relative {
    height: 100%;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

#modalError {
    z-index: 9999;
    background: #0000009e;
}