.barra-desplazamiento {
  width: 100%;
  overflow: hidden;
}

.barra-desplazamiento .arrow {
    flex: 0 0 36px;
    height: 36px;
    background-color: #454545;
    /*border-radius: 6px;*/
    cursor: pointer;
    color: white;
}

.barra-desplazamiento .fecha-input {
  height: 36px;
  border: none;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  text-indent: -9999px;
  position: relative;
  cursor: pointer;
  min-width: 0;
  padding: 0;
  background: #E0E0E0;
}


/* Oculta texto y reemplaza con ícono centrado */
.barra-desplazamiento .fecha-input::-webkit-calendar-picker-indicator {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml,<svg fill="black" height="20" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M19 4h-1V2h-2v2H8V2H6v2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V9h14v11zm0-13H5V6h14v1z"/></svg>') no-repeat center center;
  background-size: 20px 20px;
  opacity: 1;
  color: transparent;
  cursor: pointer;
  border: none;
}

/*GENERALES*/

.fecha .card-header{
    background-color: #9F2241;
    color:white;
    text-transform: capitalize;
}
.day-name{
    color: #9F2241;
    font-weight: 600;
    margin-bottom: 2px;
}
.card-body{
    background: #F7F7F7;
    padding: 0;
}
.content { 
    background-color: white;
}
.list-group-item {
    background-color: #F7F7F7;
    border: none;
    border-bottom: 1px solid #e7e7e7;
}
.card.empty{
    border: none;
}

.anio-num{
    color: #BC955C;
    font-weight: 500;
    margin-top: -10px;
    font-size: 13px;
}

.text-black{
    font-weight: 600;
}

span.presidenta{
    color: black;
    font-weight: 500!important;
    /*padding-bottom: 8px;*/
    /*border-bottom: 3px solid #691C32;*/
    font-family: "Acherus", "Acherus Grotesque", sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    display: inline-flex;
}
.card{
    border: none;
}

.acherus{
    font-family: "Acherus", "Acherus Grotesque", sans-serif;
}
.borde-abajo{
    width: 100%;
    height: 2px;
    background: #BC955C;
    margin-top: 3px;
    margin-left: 8px;
}

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

h2{
    text-align: left;
    color: black;
    font-weight: 600;
    font-family: "Infinita Sans", Sans-serif;
    font-size: 55px;
}

/*
  HEADER
*/

.header {
    /*z-index: 10;*/
}

.header .logo {
    height: 40px;
}

.header .btn-header {
    font-size: smaller;
    color: white;
    border-color: #BC955C;
    border-width: 2px;
    border-radius: 8px;
}

.header #boton-pagos {
    padding-right: 8px !important;
    padding-left: 8px !important;
}

.btn-header:hover{
    color: #BC955C;
}

.btn-header:active {
    color: white;
    border-color: #BC955C !important;
}

.header .header-link {
    font-size: 16px;
    color: unset;
    text-decoration: none;
    cursor: default;
    transition: color .3s;
}

a.header-link:hover {
    color: #691C32;
}

.header-collapse {
    background-color: #bc955c;
    font-size: smaller;
}

.header-collapse .collapse-title {
    background-color: #9f2240;
}

/*
.header .offcanvas {
    max-width: 300px;
    border-radius: 10px 0 0 10px;
}*/

.header .offcanvas {
    max-width: 300px;
    border-radius: 10px 0 0 10px;
    background-color: white; /* <- esto es importante */
    z-index: 1055; /* opcional: asegura que esté sobre el backdrop */
}

.header .offcanvas .btn-close {
    transform: scale(0.75);
}

.header .list-group-item {
    border: none;
    color: gray;
    padding: 0.25rem 0.75rem;
}
.offcanvas-logo {
    width: 60%!important;
}

.header .offcanvas {
    background-color: white !important;
}

.header .offcanvas .header-link {
    /*color: #000 !important;*/
}

.header .offcanvas .list-group-item {
    background-color: white !important;
    color: #000 !important;
}

/*
  FOOTER
*/

.footer {
    /* font-family: "Acherus", Sans-serif; */
    font-family: Sans-serif;
    font-size: 14px;
    font-weight: 400;
}

/*.footer .escudo {
    width: 100%;
    max-height: 160px;
    object-fit: contain;
}*/

/*.footer .escudo-mobile {
    max-height: 158px;
    margin-left: -20px;
}*/

.footer .social-icons i {
    color: #bc955c;
    font-size: 20px;
    margin: 10px 5px 0;
}

.footer .footer-menu.row {
    --bs-gutter-x: 40px;
}

.footer .footer-heading {
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-family: "Infinita Sans", Sans-serif;
    font-size: 20px;
}

.footer ul.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-weight: 300;
}
.footer .footer-list li {
    margin-bottom: 0.4em;
}

.footer a {
    color: white !important;
    text-decoration: none;
}
.footer a:hover {
    color: #bc955c!important;
}
.footer .redes-sociales a {
    text-decoration: none;
}
.footer-heading-mobile {
    font-weight: 300;
    font-family: "Infinita Sans", Sans-serif;
    font-size: 20px;
}
.address-mobile {
    font-size: 9pt;
    font-weight: 100;
}
.collapse-icon {
    font-size: 16px;
}
.collapse-margin {
    margin-left: 2.2rem!important;
}
.footer button[aria-expanded=true] .fa-plus {
    display: none;
}
.footer button[aria-expanded=false] .fa-minus {
    display: none;
}
.footer button[aria-expanded=true] {
    color: #bc955c!important
}
.footer .social-icons i:hover {
    color: white;
}
.footer .btn:hover {
    color: #bc955c!important;
    background-color: transparent!important;
    border-color: transparent!important;
}
.custom-flex-grow {
    flex-grow: 0.1;
}
.footer-mobile .footer-list-mobile li {
    margin-bottom: 0.6em;
}
.footer button[aria-expanded=true] {
    color: #bc955c !important;
}

.footer .btn:hover {
    color: #bc955c!important;
    background-color: transparent!important;
    border-color: transparent!important;
}

.footer-heading-mobile {
    all: unset;
    display: flex;
    align-items: center;
    width: 100%;
    color: white;
    font-weight: bold;
    font-size: 1.1rem!important;
    padding: 0.5rem 1rem;
    cursor: pointer;
    gap: 0.5rem;
    font-weight: 700 !important;
}

.footer-heading-mobile:hover {
     color: #bc955c!important;
}

.actions .btn {
    border-radius: 8px;
    width: 45px;
    height: 45px;
    font-size: 1.5em;
}
.actions{
    margin-top: 20px;
}

/* Estilo para el contenedor de los enlaces */
.header-link-container {
    position: relative;
}

.submenu {
    display: none;  /* Ocultar submenú por defecto */
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #bc955c;
    /*box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);*/
    list-style: none;
    padding: 0;
    margin: 0;
    white-space: nowrap; /* Evita que el texto se divida en varias líneas */
    z-index: 10; /* Asegura que el submenú quede encima de otros elementos */
    max-width: 100vw; /* Evita que el submenú se desborde en el viewport */
    box-sizing: border-box;
        padding-top: 8px;
}

.submenu li {
    padding: 8px 16px;
    white-space: nowrap; /* Mantiene el contenido en una sola línea */
}

.submenu a li  {
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap; /* Previene el salto de línea en el texto */
}

.submenu a{
    text-decoration: none;
}

.submenu li:hover {
    color: #ffffff;
    background-color: rgb(129, 29, 29);
}

/* Mostrar submenú cuando el ratón pasa por encima del contenedor */
.header-link-container:hover .submenu {
    display: block;
}

/* Estilo cuando el submenú está cerca del borde derecho del viewport */
.header-link-container:hover .submenu {
    left: auto; /* Esto ajusta la dirección */
    right: 0; /* Alinea el submenú a la derecha */
}

/* Estilos opcionales para cambiar el fondo del enlace cuando el ratón pasa por encima */
.header-link:hover {
    color: #ffffff;
    background-color: #bc955c;
}


span.breadcumb{
    font-family: "Acherus", "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", "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;
}

.sub-header-group:last-child span.btn-header {
    margin-right: 0 !important;
}
.header-link {
    font-size: 16px;
    color: black;
    text-decoration: none;
    cursor: default;
    transition: color .3s;
}
.container-fluid{
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

@media (max-width: 768px) {

    .header-link{
        color: #808080!important;
    }
  
}