span.breadcumb{
    font-family: "Acherus Grotesque",sans-serif;
    color: #707070;
    font-size: 18px;
}

img.home{
    width: 24px;
    margin-top: -6px;
    margin-right: 2px;
}

.breadcrumb-1 {
    font-weight: 300;
    margin-bottom: 42px;
    font-size: 18px;
    color: #707070 !important;
    padding: 1px;
    font-family: "Acherus Grotesque", sans-serif;
}

@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 960px;
    }
}

.proyecto {
        font-family: Infinita Sans;
        font-size: 55px;
        font-weight: 600;
        color: rgb(0, 0, 0);
        margin-right: 10%;
    }
    @media(max-width:991px) {
        .breadcrumb-1 {
            font-size: 14px;
        }
        img.home {
            width: 20px;
        }
        .proyecto {
            font-size: 35px;
            margin-right: 0;
        }
        .titulo {
            font-size: 22px !important;
        }
        .totales .fs-5 {
            font-size: 16px !important;
        }
    }
.titulo {
    font-size: 30px;
    font-weight: 500;
    color: #000;
    font-family: "Acherus", "Acherus Grotesque", sans-serif;
}
.separador {
    width: 100%;
    height: 2px;
    background: #bc955c;
    margin-top: 7px;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.2rem;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.2rem;
}

.container-lg{
    max-width: 93% !important;
    padding: 0px 12px;
    min-height: 60vh;
}

.header .header-link {
    font-size: 14px;
    color: unset;
    text-decoration: none;
    cursor: default;
    transition: color .3s;
}
a.header-link:hover {
    color: #691C32;
}

div.alert {
    max-width: 90%;
    width: 555px;
    background: white;
    border: 1px solid #c5cac5;
    border-top: 21px solid #d0d0d0;
    margin: 0;
    border-radius: 7px 7px 3px 3px;
    padding: 16px;
    position: fixed; /* Cambié de relative a fixed */
    top: 50%; /* Centrado verticalmente */
    left: 50%; /* Centrado horizontalmente */
    transform: translate(-50%, -50%); /* Ajuste para mover el div exactamente al centro */
    transition: all 2s;
    font-family: "Acherus", "Acherus Grotesque",sans-serif;
    font-size: 15px;
}

p.texto{
    font-family: "Acherus", "Acherus Grotesque", sans-serif;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 3px;
    color: #7b7b7b;
    border: none;
    font-size: 16px;
    color: #404040;
    background: none;
    padding: 0;
}
.listado, .info, section.botones .btn, h3, section.tabulador{
    font-family: "Acherus", "Acherus Grotesque",sans-serif;
}

body{
    background: white !important;;
}
section.botones .btn {
    margin: 4px;
}
div.cerrar{
    font-size: 14px;
}

section.tabulador {
    background: #f7f7f7;
    width: 100%;
    max-width: 500px;
    border-bottom: none;
    margin: 0 auto;
    border-radius: 0;
    padding: 0;
    margin-top: 14px;
}

section.tabulador label{
    margin-bottom: 6px;
}

section.tabulador .btn{
    font-size: 16px;
}

section.facturacion {
    background-color: #9f2241;
    color: white;
    height: 220px;
    padding: 25px;
    padding-left: 25%;
    background-image: url(../img/logo-mujer-contorno.png);
    background-size: 416px;
    background-position: inherit;
    background-repeat: no-repeat;
}
section.facturacion h4 {
    color: white;
    font-size: 2em;
    font-weight: bolder;
    letter-spacing: 1px;
}
section.facturacion p {
    padding: 0;
    margin: 0;
    font-size: 17px;
    margin-top: 20px;
}
.btn-success {
    color: #fff;
    background-color: #691c32;
    border-color: #572634;
}
.btn-success:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(83 22 39);
    border-color: rgb(103 32 51);
}
.btn-success:disabled, .btn-success.disabled {
    color: #fff;
    background-color: #6d7571;
    border-color: #262927;
}
 @media(max-width:768px) {
    section.facturacion {
        padding-left: 25px;
     } 
     section.facturacion h4{
        font-size: 1.4em;
     }
     section.facturacion p {
        font-size: 14px;
     }
     p.texto{
        padding: 0!important;
        font-size: 14px;
     }
     section.botones .btn{
        margin: 0;
     }
     section.botones .btn:last-child{
        width: 98%;
        margin: 1%;
     }
     section.botones .btn{
        width: 48%;
        margin: 1%;
     }
     .infoGeneral{
        margin-right: 0;
        width: 100%;
     }
     .info table{
        width: 310px;
        max-width: 100%;
        text-align: right;
        position: relative;
        float: right;
        font-size: 14px;
     }
     .infoGeneral p{
        margin: 0;
        padding: 6px 0px;
        margin-bottom: 16px;
        font-size: 14px;
     }
     .info p.leyenda{
        padding: 0;
        margin: 10px 0;
     }
     p.leyenda{
        line-height: 24px!important;
        font-size:15px;
     }
}

div.num{
    font-size: 4em;
    float: left;
    font-weight: bolder;
    font-family: "Acherus Grotesque";
    color: #44454c;
}

.input-id{
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #44454c;
}
section.tabulador {
    max-width: 100%;
    background: transparent;
}

.back{
    background: #f7f7f7;
    padding: 6px;
    border-radius: 10px;
}


.equal-half {
  flex: 1 1 50%; /* flex-grow:1, flex-shrink:1, flex-basis:50% */
  min-width: 0;  /* evita overflow por contenido */
}

.main-container {
    min-height: calc(100vh - 306px);
}

.btn-header.margin{
    margin-left: 1.4rem;
}

.tabulador .item{
    background: #f7f7f7;
    border-radius: 12px;
}

.botones button {
    min-width: 200px;
    background-color: #67172f;
}

table thead tr {
    background: #A73050;
    color: #fff !important;
    text-align: center;
}

table th {
    color: white;
    font-weight: 400;
    font-size: 13px;
    background: #A73050;
}

.table > :not(:first-child) {
    border-top: transparent
}