/* Portal clientes */
.portal-clientes { 
    font-family: Arial, Helvetica, sans-serif; font-size: 14px; 
    background-color: rgb(235, 236, 230);
    background-image: linear-gradient(180deg,
    rgb(235,236,230) 0px,
    rgb(233,233,223) 89px,
    rgb(118,126,14) 89px,
    rgb(118,126,14) 96px,
    rgb(123,126,19) 96px,
    rgb(193,194,114) 96px,
    rgb(192,195,124) 157px,
    rgb(235,236,230) 157px
    );
    background-repeat: no-repeat;
    background-size: 100% 157px;
}
.portal-clientes a {
    color: #93960F;
}
.portal-clientes #logo {
    margin: 20px;
}

@media (max-width: 600px) {
    .portal-clientes { 
        font-family: Arial, Helvetica, sans-serif; font-size: 14px; 
        background-color: rgb(235, 236, 230);
        background-image: linear-gradient(180deg,
        rgb(235,236,230) 0px,
        rgb(233,233,223) 70px,
        rgb(118,126,14) 70px,
        rgb(118,126,14) 77px,
        rgb(123,126,19) 77px,
        rgb(193,194,114) 77px,
        rgb(192,195,124) 138px,
        rgb(235,236,230) 138px
        );
        background-repeat: no-repeat;
        background-size: 100% 138px;
    }

	.portal-clientes #logo {
		margin: 10px;
    }
    .portal-clientes #logo img{
        max-height: 30px;
	}
}

.portal-clientes .btn-olea { background: #595334; border-color: #595334; color: #fff; }
.portal-clientes .btn-olea:hover { background: #cc9933; border-color: #cc9933; color: #fff; }
.portal-clientes table th { background: #f5f2ea; }
.portal-clientes .pag { font-size: 13px; }
.portal-clientes .pag a { margin: 0 2px; }
.portal-clientes .pag .cur { font-weight: bold; }
.portal-clientes .pagsep { color: #999; }
.portal-clientes h1 {
    margin: 0px;
    font-size: 1.8rem;
    line-height: normal;
}
.portal-clientes h2 {
    margin: 0px;
    font-size: 1.5rem;
    line-height: normal;
}
.portal-clientes h3 {
    margin: 0px;
    font-size: 1.2rem;
    line-height: normal;
}

@media (max-width: 600px) {
    .portal-clientes h1 {
        font-size: 1.2rem;
    }
    .portal-clientes h2 {
        font-size: 1.1rem;
    }
}

.portal-clientes .menu-interno {
    font-size: 0.85rem;
}
.portal-clientes .menu-interno a {
    text-decoration: none;
    color: var(--olea-olive);
}
.portal-clientes .menu-interno a:hover {
    color: #FFF;
}
.portal-clientes .partida-fotos .carousel-item img {
    max-height: 320px;
    object-fit: contain;
}
.portal-clientes .ban_w .epi {
    color: #444;
}

/* Totales — tabla fija + scroll horizontal */
.portal-clientes .totales-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.portal-clientes .totales-wrapper #tit_nav {
    text-align: center;
    font-size: 0.85rem;
    z-index: 1000;
}
.portal-clientes .totales-wrapper #back,
.portal-clientes .totales-wrapper #next {
    width: 32px;
    height: 32px;
    background: url(../img/clientes/nav_ban.gif) no-repeat;
    display: inline-block;
}
.portal-clientes .totales-wrapper #back {
    left: 300px;
    background-position: -150px 0;
}
.portal-clientes .totales-wrapper #back:hover {
    background-position: -221px 0;
}
.portal-clientes .totales-wrapper #next {
    right: -3px;
    left: auto;
    background-position: -190px 0;
}
.portal-clientes .totales-wrapper #next:hover {
    background-position: -261px 0;
}
.portal-clientes .totales-wrapper .pinned {
    position: absolute;
    left: 0;
    top: 37px;
    background: #fff;
    width: 300px;
    overflow: hidden;
    overflow-x: auto;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    z-index: 2;
}
.portal-clientes .totales-wrapper .pinned table {
    border-right: none;
    border-left: none;
    width: 100%;
    margin-bottom: 0;
}
.portal-clientes .totales-wrapper .nav_btns {
    margin-left: 300px;
}
.portal-clientes .totales-wrapper .scrollable {
    position: relative;
    overflow: auto;
    overflow-y: hidden;
    margin-left: 300px;
    border-right: 1px solid #ccc;
}
.portal-clientes .totales-scroll td,
.portal-clientes .totales-scroll th {
    white-space: nowrap;
    position: relative;
}
.portal-clientes .totales-scroll td,
.portal-clientes .totales-pinned td {
    vertical-align: top;
}
.portal-clientes .totales-scroll td,
.portal-clientes .totales-scroll th {
    width: 133px;
    text-align: right;
}
.portal-clientes .totales-pinned td,
.portal-clientes .totales-pinned th {
    text-align: left;
}
.portal-clientes .totales-pinned td.td_tot,
.portal-clientes .totales-scroll td.td_tot,
.portal-clientes .totales-pinned thead tr th,
.portal-clientes .totales-scroll thead tr th {
    background: #92950F;
    color: #fff;
}
.portal-clientes .totales-pinned td#tot_gral {
    background: #7A7D0D;
    color: #fff;
}
.portal-clientes .totales-pinned tr {
    background: #fff;
}
.portal-clientes .totales-scroll tr:nth-of-type(even),
.portal-clientes .totales-pinned tr:nth-of-type(even) {
    background: #D6D8C0;
}
.portal-clientes .totales-pinned tr:nth-of-type(even) {
    background: #fff;
}
.portal-clientes .no_ve {
    display: block;
    width: 13px;
    height: 13px;
    background: url(../img/clientes/bul_ama.png);
    position: absolute;
    bottom: 5px;
    left: 10px;
}
@media (max-width: 991px) {
    .portal-clientes .totales-wrapper .pinned { width: 200px; }
    .portal-clientes .totales-wrapper .scrollable { margin-left: 200px; }
    .portal-clientes .totales-wrapper #back { left: 200px; }
}
@media (max-width: 767px) {
    .portal-clientes .totales-wrapper .pinned { width: 50%; }
    .portal-clientes .totales-wrapper .scrollable { margin-left: 50%; }
    .portal-clientes .totales-wrapper #back { left: 50%; }
}

tr.linea td {
    background: #e8e8e8;
    color: #666;
}