/*  * Copyright 2018-2019 The Hache Agencia Digital Authors (http://hachedesign.com)*/

body {
    font-family: 'Muli', sans-serif;
    height: 100%;
    width: 100%;
    font-size: 16px;
    color: #333;
}

.bk-gray {
    background: #eaeaea;
}

.first-content {
    padding-top: 120px;
    background: #fbfcff;
}

    .first-content div.row {
        padding-top: 15%;
        padding-bottom: 15%;
    }

.second-content {
    padding-top: 80px;
    background: url(/images/bg-second-content.jpg) top center;
    background-size: cover;
    padding-top: 10%;
    padding-bottom: 15%;
}

.third-content {
    padding-top: 80px;
    background: #fbfcff url(/images/bg-third-content.jpg) top center;
    background-size: cover;
    padding-bottom: 2%;
}

.fourth-content {
    padding-top: 20%;
    background: url(/images/bg-fourth-content.jpg) top center;
    background-size: cover;
    padding-bottom: 20%;
}

/*header*/
.login, .notification {
    font-size: 0.9em;
    vertical-align: middle;
}

    .login div, .notification div {
        display: inline;
        vertical-align: middle;
    }

        .login div.icon-user-solid-circle, .notification div.icon-notification {
            font-size: 1.6em;
            color: #F75D19;
            padding-left: 10px;
        }

.nav-link:hover div {
    color: #F75D19;
}

.bg-appm {
    background: #fff;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
}

.description-plan {
    padding-top: 30px;
    padding-bottom: 40px;
}
/*botones app*/
.btn {
    text-decoration: none;
}

.btn-primary {
    background: #F75D19;
    border: 0;
    font-size: 0.8em;
    font-weight: bold;
    letter-spacing: 1px;
    width: 90%;
    padding: 15px 25px;
    transition: all 0.5;
}

    .btn-primary:hover {
        background: #E50E0E;
    }

.btn-orange {
    color: #fff;
    background: #F75D19;
    /*border: 0;*/
    font-size: 0.8em;
    font-weight: bold;
    letter-spacing: 1px;
    width: 100%;
    padding: 15px 25px;
    transition: all 0.5;
    text-decoration: none;
}

    .btn-orange:hover {
        color: #fff;
        background: #E50E0E;
    }

.btn-red {
    color: #fff;
    background: #e50e0e;
    border: 0;
    font-size: 0.8em font-weight: bold;
    letter-spacing: 1px;
    width: 100%;
    padding: 15px 25px;
    transition: all 0.5;
    text-decoration: none;
}

    .btn-red:hover {
        color: #fff;
        background: #333333;
    }

.btn-turquesa {
    color: #fff;
    background: #14b0b6;
    border: 0;
    font-size: 0.8em font-weight: bold;
    letter-spacing: 1px;
    width: 100%;
    padding: 15px 25px;
    transition: all 0.5;
    text-decoration: none;
}

    .btn-turquesa:hover {
        color: #fff;
        background: #333333;
    }

.text-red {
    color: #e50e0e !important;
}

.btn-darkgray {
    color: #fff;
    background: #333;
    border: 0;
    font-size: 0.8em font-weight: bold;
    letter-spacing: 1px;
    width: 100%;
    padding: 15px 25px;
    transition: all 0.5;
    text-decoration: none;
}

    .btn-darkgray:hover {
        color: #fff;
        background: #F75D19;
    }

.text-turquesa {
    color: #14b0b6 !important;
}

.btn-download {
    background: #fff;
    border: 1px #ccc solid;
    color: #666;
    font-size: 0.8em;
    font-weight: normal;
    letter-spacing: 1px;
    width: 65%;
    padding: 15px 25px;
    margin: 8px 0;
    transition: all 0.5;
    text-align: left;
}

    .btn-download:hover {
        background: #333;
        color: #eaeaea;
    }

    .btn-download span {
        font-size: 1.5em;
    }

.alert {
    color: #fff;
}
/* home**/
/* titulares*/
h1 {
    font-size: 35px;
}

h2 {
    font-size: 30px;
    padding-bottom: 5%
}

h3 {
    font-size: 25px;
}

h1, h2, h3 {
    font-weight: 700;
}

ul {
    font-size: 1em;
    line-height: 25px;
}

li {
    margin: 8px 0px;
}

.icons {
    font-size: 7em;
    color: #F75D19;
    margin: 15px 0 45px 0;
}

/*video*/
.video-responsive {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

    .video-responsive iframe,
    .video-responsive object,
    .video-responsive embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.beneficios {
    padding: 0 5%;
}


/*header nav-mcfia*/
.nav-mcfia, .line-orange {
    background-image: linear-gradient(to right, #f8af20, #b62525);
}
/*preguntas frecuentes*/
.card {
    background: #fff;
    margin: 15px 0;
}

.card-header {
    background: #fff;
    border-bottom: 0px;
}

    .card-header a {
        color: #333;
        font-size: 0.8em;
        font-weight: bold;
    }

.card-link {
    text-decoration: none;
}

    .card-link span {
        margin-right: 10px;
    }

.collapsed-top {
    border-top: 2px solid #F75D19 !important;
}

.card-body {
    font-size: 1em;
    padding: 10px 30px 30px 30px;
}

.text-orange {
    color: #F75D19;
}

/*documentos interes*/

.docs-interes p {
    font-size: 0.9em;
}


/*login modal*/
.modal-header {
    border-bottom: 0px;
}

.modal-content {
    /*background: #fff url("../images/bg-login-modal.jpg") no-repeat center top;*/
    background: #fff;
}

.modal-body {
    padding: 2em 4em 1em 4em;
    font-size: 0.9em;
    letter-spacing: 1px;
}

.modal-backdrop {
    background: #333;
}

.brand-mcfia {
    padding-bottom: 10px;
}

.login-section {
    background: #fff;
    margin-top: 50px;
    padding-top: 30px;
    padding: 30px 5% 30px 5%;
    border-radius: 5px;
    border: 2px solid #e0e0e0;
}

label.login {
    width: 100%;
}

.title {
    font-size: 1.8em;
    font-weight: bold;
}

.olvide-pass {
    margin-top: 15px;
}

.no-registro {
    font-size: 0.9em;
    text-align: center;
}

.olvide-pass, .no-registro {
    font-size: 0.8em;
}

a {
    color: #333;
    text-decoration: underline;
    transition: color 0.5s;
}

    a:hover {
        color: #F75D19;
    }

input, select {
    border: 1px solid #8e8e8e;
    width: 100%;
    padding: 13px 10px;
    margin: 5px 0px;
    border-radius: 5px;
}

    input:focus, select:focus {
        border: 1px solid #F75D19;
    }
/*afiliacion*/
.nav-mcfia .login, .nav-mcfia .notification {
    color: #fff !important;
    font-size: 0.75em;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
}

    .nav-mcfia .login .icon-user-solid-square, .nav-mcfia .notification .icon-notification {
        font-size: 1.5em !important;
        color: #fff;
    }

.btn-afilicion-continuar {
    position: absolute;
    bottom: 50px;
    right: 50px;
}

.afiliacionEditar {
    margin-top: 20px;
    margin-bottom: 1%;
    background: #fff;
    border-radius: 5px;
    border: 2px solid #e0e0e0;
    overflow: hidden;
}

.afiliacion {
    margin-top: 130px;
    margin-bottom: 1%;
    background: #fff;
    border-radius: 5px;
    border: 2px solid #e0e0e0;
    overflow: hidden;
}

    .afiliacion h1 {
        font-size: 1.6em;
        color: #656565;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-weight: 300;
    }

.img-step-afiliacion {
    overflow: hidden;
}

.img-afiliacion {
    margin: 0 -15px;
}

.content-afiliacion {
    padding: 50px 5% 25px 5%;
    position: relative;
}

.steps div {
    width: calc(95% / 7);
    background: #ebecf0;
    height: 10px;
    display: inline-block;
}

    .steps div.checked {
        background: #f44f17;
    }

        .steps div.checked a {
            display: block;
            width: 100%;
            height: 100%;
        }

.steps-counter {
    color: #666;
    font-size: 1em;
    text-transform: uppercase;
    margin-top: 5px;
}

.procediment h2 {
    font-size: 1.4em;
    color: #3a3a3a;
    padding-bottom: 2% !important;
}

.procediment h3 {
    font-size: 1.2em;
    color: #3a3a3a;
    padding-bottom: 2% !important;
}

.btn-small {
    width: 30%;
    ;
}

.btn-afiliacion {
    margin: auto -15px;
}

.identificar {
    margin-bottom: 10%;
}

.back-login {
    margin-bottom: 5%;
}

.datos-colegiado {
    font-size: 1em;
    padding-bottom: 15px;
}

.estilo-cuenta input[type="radio"] {
    display: inline-block;
    width: 27px;
}

.beneficio {
    background: #00b1c1;
    width: 40%;
    margin: 15px auto;
    padding: 8px;
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
    letter-spacing: 0.05em;
}

    .beneficio small {
        font-size: 0.6em;
        font-weight: 100;
    }

.list-beneficios {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

    .list-beneficios > li > span {
        margin-right: 10px;
        font-size: 1.3em;
        color: #f44f17;
    }


/* personalizar estilos de checkbox y radio */
.label-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .label-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

.radiocheckmark {
    border-radius: 50%;
}

.label-container:hover input ~ .checkmark {
    background-color: #ccc;
}

.label-container input:checked ~ .checkmark {
    background-color: #f44f17;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.label-container input:checked ~ .checkmark:after {
    display: block;
}

.label-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 8px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.label-container .radiocheckmark:after {
    border: none;
    width: 19px;
    height: 19px;
    top: 3px;
    left: 3px;
    background: #f44f17;
    border-radius: 50%;
    border: 3px solid white;
}
/*personalizar estilos checkbox y radio*/

.images-benefitType1 {
    height: 20px;
    background: url(../images/icon-heart-red.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    color: #fff;
}

.images-benefitType2 {
    padding-top: 76px;
    background: url(../images/icon-heart-bluelight.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    color: #fff;
}

.images-benefitType3 {
    padding-top: 76px;
    background: url(../images/icon-heart-naranjaplus.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    color: #fff;
}

/*New Homepage*/
.images-header {
    padding-top: 56px;
    background: url(../images/images-header.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    color: #fff;
}

    .images-header h1 {
        color: #f75d19;
        font-size: 3em;
    }

    .images-header h2 {
        font-size: 1.5em;
        font-weight: 300;
    }

.phone-header {
    position: relative;
    bottom: -78px;
}

.line-orange {
    height: 20px;
}

.copy-plansalud {
    margin-top: 10%;
    padding-bottom: 20px;
}

.section1 {
    padding: 75px 0;
    color: #333;
}

    .section1 h1 {
        font-size: 3em;
        text-transform: uppercase;
    }

    .section1 h2 {
        font-size: 1.8em;
        font-weight: 300;
        padding-bottom: 0%;
    }

.list-beneficios {
    margin-top: 2%;
}

.section1 .item-beneficios {
    padding: 25px 35px 1% 35px;
}

    .section1 .item-beneficios h3 {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 35px;
        line-height: 30px;
        padding-top: 25px;
    }

.section2 {
    background: url(../images/back-section2.jpg) repeat-y;
    background-size: cover;
    background-attachment: fixed;
    padding: 5% 0;
    color: #fff;
    font-size: 1em;
}

    .section2 .video-responsive {
        border: 2px solid #fff;
    }

    .section2 h2 {
        font-size: 1.5em;
        letter-spacing: 1px;
        padding-bottom: 0;
    }

    .section2 h3 {
        font-size: 1.2em;
        font-weight: 300;
    }

.section3 {
    padding: 5% 0;
}

.download-list {
    margin-bottom: 35px;
}

.file-download {
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
    transition: all 0.5s;
    margin: 10px 0px;
    min-height: 210px;
    font-size: 0.8em;
    position: relative;
}

    .file-download .icon-download2 {
        font-size: 1.9em;
        position: absolute;
        bottom: 10px;
        left: 42%;
    }

    .file-download:hover {
        box-shadow: 0px 0px 7px rgba(0,0,0,0.1);        
    }

.icon-docs {
    color: #fff;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    margin: 0 auto 15px auto;
    font-size: 2.5em;
    vertical-align: middle;
    padding-top: 5px;
}

.white {
    color: #fff;
}

.file-download a {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}

.back-turques {
    background: #17a2b8 !important;
}

.back-yellow {
    background: #f7ac20;
}

.back-orange {
    background: #d46323;
}

.back-red {
    background: #bc3225;
}

.back-blue {
    background: #1770cb;
}

.back-greenlight {
    background: #8dc600;
}

.back-gray {
    background: #999;
}
/*Configuracion icones coloes y tamaños en font-size*/
.icon-yellow, .text-yellow {
    color: #F8A20E;
}

.icon-orange, .text-orange {
    color: #F36A11;
}

.icon-red, .icon-red {
    color: #DD2A15;
}

.icon-turques, .text-turquesa {
    color: #17a2b8;
}

.icon-gray, .icon-gray {
    color: #212121;
}

.icon-graylight, .icon-graylight {
    color: #ccc;
}

.icon-font1, .text1em {
    font-size: 1em;
}

.icon-font2, .text2em {
    font-size: 2em;
}

.icon-font3, .text3em {
    font-size: 3em;
}

.icon-font4, .text4em {
    font-size: 4em;
}

.icon-font5 {
    font-size: 5em;
}

.icon-font6 {
    font-size: 6em;
}

.icon-font7 {
    font-size: 7em;
}

.icon-font8 {
    font-size: 8em;
}

.icon-font9 {
    font-size: 9em;
}

.icon-font10 {
    font-size: 10em;
}

.text1 {
    font-size: 1em;
}

/*Dashboard*/
.dashboard {
    padding-top: 150px;
    margin-bottom: 150px;
}

.search {
    background: #fff url(/images/icon-search.png) no-repeat 96% 50%;
    padding-right: 45px;
}

.search, .nueva-solicitud a {
    margin-top: 15px;
}

.main {
    background: #fff;
    border: 2px solid #e0e0e0;
    padding: 25px 30px;
    margin-top: 30px;
    margin-bottom: 50px;
}

.pendiente h3 {
    font-size: 1.1em !important;
}

.upload-file {
    position: relative;
    overflow: hidden;
}

.btn-file-upload {
    border: 2px dashed #01b2b8;
    color: gray;
    background-color: white;
    padding: 8px 10px;
    border-radius: 5px;
    font-size: 0.9em;
    font-weight: 300;
    width: 100%;
    margin: 10px 0;
}

    .btn-file-upload strong {
        font-size: 1.2em;
        font-weight: bold;
    }

    .btn-file-upload span {
        color: #01b2b8;
        font-size: 1.5em;
        display: inline-block;
        vertical-align: middle;
        margin-right: 15px;
    }

    .btn-file-upload div {
        display: inline-block;
        vertical-align: middle;
    }

.upload-file input[type=file] {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    padding: 0;
    margin: 0;
}

.btn-file-upload2 {
    border: 2px dashed red;
    color: gray;
    background-color: white;
    padding: 8px 10px;
    border-radius: 5px;
    font-size: 0.9em;
    font-weight: 300;
    width: 100%;
    margin: 10px 0;
}

    .btn-file-upload2 strong {
        font-size: 1.2em;
        font-weight: bold;
    }

    .btn-file-upload2 span {
        color: #01b2b8;
        font-size: 1.5em;
        display: inline-block;
        vertical-align: middle;
        margin-right: 15px;
    }

    .btn-file-upload2 div {
        display: inline-block;
        vertical-align: middle;
    }

.upload-file2 input[type=file] {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    padding: 0;
    margin: 0;
}

.descarga-form {
    font-size: 0.9em;
    font-weight: normal;
}

.datos-solicitud {
    font-size: 0.9em;
    margin-bottom: 10px;
}

    .datos-solicitud div {
        padding-left: 20px;
        border-left: 3px solid #e50e0e;
    }

        .datos-solicitud div:nth-last-child(1) {
            padding-left: 0px;
            border-left: 0;
            margin: 8px 0;
        }

.tipo-solicitud {
    font-weight: bold;
}

.estado-solicitud span {
    font-weight: bold;
}

.est-revision {
    color: #00b1c1;
}

.est-resaltado {
    background: rgba(23, 162, 184,0.2);
}

.est-liquidadas, .text-greenlight {
    color: #8dc600;
}

.est-denegadas {
    color: #e50e0e;
}

.est-borradores, .text-borradores {
    color: #999999;
}

.estado-solicitudes {
    font-size: 0.9em;
}

    .estado-solicitudes .tab-pane {
        padding-top: 25px;
    }

    .estado-solicitudes h2 {
        margin: 0;
        font-size: 1.6em;
        padding-bottom: 10px;
        font-weight: 300;
    }

    .estado-solicitudes table tr {
        cursor: pointer;
    }

        .estado-solicitudes table tr:hover {
            background: #eaeaea;
        }

        .estado-solicitudes table tr:nth-child(1):hover {
            background: transparent;
        }

.tabs-solicitudes .nav-item .nav-link {
    text-decoration: none;
    background: transparent;
    border-radius: 0;
}

.tabs-solicitudes .nav-item:nth-child(1) .active {
    border-bottom: 3px solid #00b1c1;
    color: #00b1c1;
}

.tabs-solicitudes .nav-item:nth-child(2) .active {
    border-bottom: 3px solid #8dc600;
    color: #8dc600;
}

.tabs-solicitudes .nav-item:nth-child(3) .active {
    border-bottom: 3px solid #e50e0e;
    color: #e50e0e;
}

.tabs-solicitudes .nav-item:nth-child(4) .active {
    border-bottom: 3px solid #999999;
    color: #999999;
}

/*nueva-solicitud*/
.question strong {
    font-size: 1.5em;
}

.tipo-servicios {
    margin: 2em 0;
}

    .tipo-servicios button {
        padding: 10px 20px;
        margin-top: 10px;
        margin-right: 25px;
    }

    .tipo-servicios div.collapse {
        padding: 2em 0;
    }

.tipo-servicio {
}

.dropdown-menu {
    right: 0;
    left: auto;
    min-width: 350px;
}

    .dropdown-menu.show {
        display: block;
    }

.list-notify .icon-heart {
    font-size: 1.5em;
}

.item-notify a {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}

.icon-mas-info:before {
    content: "...";
    font-size: 2em;
}

.icon-status {
    display: inline-block;
    background: #ccc;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    vertical-align: middle;
    margin-right: 1em;
}

    .icon-status:hover {
        background: #F36A11;
    }

.card-status-sol {
    display: inline-block;
    font-size: 1em;
    text-transform: uppercase;
    vertical-align: middle;
    letter-spacing: 1px;
}

/*footer*/
footer {
    color: #efefef;
    background: #212121;
    font-size: 0.9em;
    padding: 10px 0;
}

    footer h2 {
        font-size: 1.2em;
        padding-bottom: 5px;
    }

    footer a {
        color: #f75d19;
        text-decoration: none;
    }

    footer span {
        font-size: 1.3em;
    }

    footer .icon-clock {
        font-size: 2.5em;
    }

.col-footer {
    margin-top: 10px;
}

.contact-footer {
    margin-bottom: 15px;
}

    .contact-footer span {
        margin-right: 10px;
    }

/**/
.rating .icon-heart {
    font-size: 1.5em;
}

.checked {
    color: #F36A11;
}

/* Small devices (landscape phones, 400px and up)*/
@media (max-width: 576px) {
    .btn-download {
        width: 100%;
    }

    .btn-primary {
        width: 100%;
    }

    .login div.text-ingresar, .notification div.text-notify {
        display: none;
    }

    .navbar-brand li {
        flex-direction:;
    }

    .first-content div.row {
        padding-top: 0;
    }

    .afiliacion {
        margin-bottom: 5%;
        padding-bottom: 2%;
        margin-top: 100px;
    }

    .back-login {
        margin-bottom: 10%;
    }

    .identificar {
        margin-bottom: 2%;
    }

    .img-step-afiliacion {
        height: 250px;
    }

        .img-step-afiliacion img {
            width: 100%;
        }

    .beneficio {
        width: 100%;
    }
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .btn-download {
        width: 100%;
    }

    .modal-dialog {
        max-width: 500px;
    }

    .login div.text-ingresar, .notification div.text-notify {
        display: none;
    }

    .identificar {
        margin-bottom: 2%;
    }

    .beneficio {
        width: 80%;
    }
}

@media (max-width: 823px) {
    .fixed-bottom {
        position: relative !important;
    }

    .dashboard {
        margin-bottom: 50px;
    }

    .btn-afilicion-continuar {
        position: relative;
        left: 0;
    }
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .btn-download {
        width: 80%;
    }

    .login div.text-ingresar, .notification div.text-notify {
        display: inline-block;
    }

    .img-step-afiliacion {
        height: 600px;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .beneficio {
        width: 50%;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .btn-confirmar {
        margin-top: 5%;
    }

    .img-step-afiliacion {
        height: 629px;
    }

    .beneficio {
        width: 40%;
    }
}

/*Modal en pantalla completa*/
.modal-full {
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    border: 0px solid rgba(0,0,0,.2) !important;
}

@media (min-width: 768px) {
    .modal-full {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .modal-full {
        width: 970px;
        padding-right: 50%;
    }
}

@media (min-width: 1200px) {
    .fullscreen-modal .modal-dialog {
        width: 1170px;
    }
}

.card-faq {
    margin: 15px 15px;
    width: 45%;
}
input[type="radio"] {
    width: 20px;
}

.btn-orange:disabled {
    background-color: lightgrey;
}


#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    background: black;/*rgba(0, 0, 0, 0.5); /* Fondo semitransparente */
    z-index: 9999 !important; /* Asegura que esté por encima de otros elementos */
    display: none; /* Inicialmente oculto */
}

.custom-btn-alert-primario{

}
    .custom-btn-alert-primario:focus,
    .custom-btn-alert-primario:focus-visible {
        outline: none !important;
        outline: none !important;
        box-shadow: none !important;
    }
