@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css');

body {
    font-size: 1rem;
    line-height: 1.5;
    background-color: #F7F7F8;
    font-family: 'Roboto', Arial, sans-serif !important;
    font-weight: 400;
}

.titulo_text_PIS {
    font-weight: 1000;
    font-style: italic;
    font-size: 45px;
}

.titulo_text_Blog {
    font-style: italic;
    font-size: 46px;
}

.container, .container-fluid {
    margin-right: auto;
    margin-left: auto;
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2;
}

.ant-card .ant-card-body {
    padding-left: 12px;
    padding-right: 12px;
}
.ant-table-content {
    overflow: auto;
}
  
.lead {
    font-size: 1.5rem !important;
    font-weight: 300 !important;
}

.opacity-50 {
    opacity: .5!important;
}

.w-100 {
    width: 100%!important;
}

.layout {
    background-color: transparent !important;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

hr {
    color: inherit;
    border: 0;
    border-top: 1px solid #f0f0f0;
}
.ant-card {
    box-shadow: var(--bs-box-shadow)!important;
}
.bg-white {
    background-color: #FFF !important;
}
.bg-dark {
    background-color: #212529 !important;
}

.text-center {
    text-align: center!important;
}

.text-light {
    color: #fff !important;
}

.text-dark {
    color: #212529 !important;
}

.text-decoration-none {
    text-decoration: none!important;
}
.shadow {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24) !important;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    border: 0;
}

.shadow-danger {
    box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(239,68,68,.9) !important;
}

.position-relative {
    position: relative !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.d-flex {
    display: flex !important;
}

.align-items-center {
    align-items: center!important;
}

.justify-content-center {
    justify-content: center!important;
}

.hr-border {
    overflow: initial;
}

.hr-border:after {
    content: "";
    width: 15px;
    height: 7px;
    background-color: brown;
    opacity: .25;
    display: block;
}

.content img {
    max-width: 100%;
    height: auto !important;
}

.white-space-pre-line {
    line-break: anywhere;
    white-space: pre-line;
    word-wrap: break-word;
}

.text-dark.active {
    color: rgb(239, 68, 68) !important
}

.ant-radio-wrapper-checked {
    color: rgb(13,110,253) !important;
}

/* Estilo para la modal con desenfoque de fondo */
.ant-modal-wrap {
    backdrop-filter: blur(10px);
}

/* CSS personalizado para cambiar el fondo de los pasos completados */
.ant-steps-item-finish .ant-steps-item-icon{
    background-color: #0b7608!important;
    border-color: #0b7608!important;
}
.ant-steps-item-active .ant-steps-item-icon {
    background-color: #13322b!important;
    border-color: #13322b!important;
}

.ant-steps-item-finish .ant-steps-icon,
.ant-steps-item-finish .ant-steps-finish-icon,
.ant-steps-item-active .ant-steps-icon {
    color: #fff !important;
}

.ant-steps-item-finish .ant-steps-item-tail::after {
    background-color: #13322b!important;
}

.ant-steps-item-active .ant-progress-circle-path {
    stroke: #0b7608!important;
}

.ant-steps-item-title {
    line-height: 1.3!important;
}

.ant-steps-item-finish .ant-steps-icon,
.ant-steps-item-active .ant-steps-icon {
    font-size: 18px!important;
    line-height: 1.7 !important;
}


.ant-steps-item-icon {
    width: 30px!important;
    height: 30px!important;
}

.nav-tabs-custom .ant-menu-item-selected .nav-link {
    position: relative;
    color: #0b7608 !important;
    font-weight: bold;
}
.nav-tabs-custom .ant-menu-item::after,
.nav-tabs-custom .ant-menu-item:hover::after,
.nav-tabs-custom .ant-menu-item-selected::after {
    content: '' !important;
    display: none !important;
}
.nav-tabs-custom .ant-menu-item-selected a::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 50%;
    height: 3px;
    margin: 0 var(--bs-nav-link-padding-x);
    left: 0;
    background-color: #0b7608;
}

/* Ajusta la opacidad del fondo del modal a 0.5 */
.ant-modal-mask {
    background-color: transparent !important;
    backdrop-filter: initial !important;
}

.close-card .ant-list-header {
    border: 0 !important;
}

@media (min-width: 576px){
    .p-sm-4 {
        padding: 1.5rem!important;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    #cover {
        padding-bottom: 20px!important;
    }
    #cover .divider {
        display: none!important;
    }   
}