/* CSS Customs Template  */
body {
  padding-top: 85px;
  font-family: 'Open Sans', sans-serif;
  color:#867975;
}

.header-flex{
	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}
/* Top Bar Bkgd */
.bg-dark {
    background-color: #262f31!important;
}

.navbar {
color: #fff;
}
.top{
font-size: 0.8em;
}

/* Header Info Pedido */
.infoarea  {
    background-color: #e5e5e5!important;
	border-radius: .5rem;
	font-size: 0.8em;
}

.nro  {
    font-size: 1.2em;
	font-weight: bold;
}

/* Boton Nro Pedido */
.btn-primary {
	background-color: #262f31;
	border: 0;
}
.btn-primary:hover{
	background-color: #262f31;
}


/* Tabla */
.highlight {
	color: #1688e2;
	}

.table{
	border: 1px solid #dee2e6;
	font-size: 0.9em;
	color:#867975;
	}

.detalle-producto{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.tabla-1, .tabla-2{
    flex: auto;
}
.iimagen{
    width:100%;
    height:auto
}
.ggaleria{ 
    width:430px;
    height:380px;
    overflow:hidden;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.galeria{ 
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 10rem), 1fr));
    gap: 3rem;
    grid-auto-flow: dense;
    grid-auto-rows: 11rem;
    justify-items: center;
}

.imagen > a > img{
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

/* Footer */
footer {
    margin-top: 5em;
    border-top: 1px solid #e5e5e5;
    font-size: .8em;
    text-align: right;
}

p > b{
    font-size: 20px;
}

.document-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.document-item {
    width: 120px;
    text-align: center;
    margin: 10px;
}

.document-icon {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 10px;
}

.document-name {
    font-size: 14px;
    color: #000;
    text-decoration: none;
}


.modal-body_adjunto .file-item {
    margin-bottom: 15px;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.modal-body_adjunto .file-item p {
    margin: 0;
}

.modal-body_adjunto .file-item .file-name {
    font-weight: bold;
}

.modal-body_adjunto .file-item .download-btn {
    /* margin-left: 10px; */
    padding: 6px 12px;
    font-size: 14px;
}

.modal-body_adjunto .file-item .file-name,
.modal-body_adjunto .download-btn {
    display: inline-block;
}

.modal-body_adjunto .file-item a {
    color: #ffffff;
}

.nav-link {
    color: #495057 !important;
    background-color: #f8f9fa !important;
}

.nav-link.active {
    color: #fff !important;
    background-color: #6c757d !important;
}

.map-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
}
  
.map-link i {
    margin-right: 5px;
}
  
.map-link:hover {
    color: #007bff;
}

table tr td {
    vertical-align: middle;
}
  
table tr td button {
    display: inline-block;
    margin: auto;
}
  