.app-sidebar__user-avatar {
    width: 48px;
    background: gray;
    padding: 6px;
}
.app-sidebar__toggle{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15pt;
}
.app-sidebar__toggle::before{
	display: none;
}
.headerRegister, .header-primary{
	background: #009688;
	color: #FFF;
}
.headerUpdate{
	background: #007bff;
	color: #FFF;
}
.textcenter{
	text-align: center;
}
.textright{
	text-align: right;
}
.textleft{
	text-align: left;
}
.bootstrap-select > .dropdown-toggle{
	border: 1px solid #CCC;
}
/*Estilos login*/
#divLoading{
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(254,254,255, .65);
	z-index: 9999;
	display: none;
}
#divLoading img{
	width: 50px;
	height: 50px;
}
.required{
	color: red;
	font-size: 13pt;
	font-weight: bold;
}
/* style portada categoría */
.prevPhoto {
    display: flex;
    justify-content: space-between;
    width: 300px;
    height: 200px;
    border: 1px solid #CCC;
    position: relative;
    cursor: pointer;
    background: url(../images/uploads/portada_categoria.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin: auto;
}
.prevPortada{
	width: 100%;
	min-width: 200px;
	background: none;
}
.prevPhoto label{
	cursor: pointer;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.prevPhoto img{
	width: 100%;
	height: 100%;
}
.upimg, .notblock{
	display: none !important;
}
.errorArchivo{
	font-size: 16px;
	font-family: arial;
	color: #cc0000;
	text-align: center;
	font-weight: bold; 
	margin-top: 10px;
}
.delPhoto{
	color: #FFF;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	background: red;
	position: absolute;
	right: -10px;
	top: -10px;
	z-index: 10;
}
#tbl_list_productos img{
	width: 50px;
}
.imgProductoDelete{
	width: 175px;
}

#imgCategoria{
	text-align: center;
}
#imgCategoria img{
	width: 200px;
	margin: auto;
}

/* Upload fotos*/
#containerImages{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
#containerImages > div{
	margin-right: 10px;
	margin-bottom: 8px;
}
.prevImage{
	border: 1px solid #CCC;
	width: 120px;
	height: 148px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.prevImage img{
	width: 100%;
}
.inputUploadfile{
	display: none;
}
.btnUploadfile, .btnDeleteImage{
	border: 0;
	background-color: #009688;
	text-align: center;
	padding: 2px 3px;
	color: #FFF;
	font-size: 9pt;
	cursor: pointer;
	width: 100%;
}
.btnDeleteImage{
	background-color: #dc3545;
}
.prevImage .loading{
	width: 30px;
	height: 30px;
}
#celFotos img{
	width: 150px;
	margin: 10px;
}


.divmetodpago label, #divCondiciones{
	width: 100%;
	display: flex;
}
.divmetodpago label input, #divCondiciones input{
	margin-right: 15px;
}
#divCondiciones a{
	margin-left: 5px;
}

#divCondiciones  label{
	margin-bottom: 0;
}
.linkw:hover{
	text-decoration: none;
}
.container-title{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.container-title input{
	border: 1px solid #CCC;
	padding: 4px;
	border-radius: 5px;
	margin-right: 5px;
}
.dflex{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.ui-datepicker-calendar {
    display: none;
}

.page-content ul li { 
   list-style-type: disc;
   margin-left: 15px; 
   margin-bottom: 10px; 
}
.page-content ol li { 
   list-style-type: decimal;
   margin-left: 15px; 
   margin-bottom: 10px; 
}
.page-content ul li ul li, .page-content ol li ul li { 
   list-style-type: circle; 
   list-style-position: inside; 
   margin-left: 15px; 
}
.page-content ol li ol li, .page-content ul li ol li { 
   list-style-type: lower-latin; 
   list-style-position: inside; 
   margin-left: 15px; 
}

.page-error {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: calc(100vh - 110px);
    margin-bottom: 0;
}

.page-error h1 {
    margin: 10px;
    color: #dc3545;
    font-size: 42px;
}

/* Source Serif Pro Bold */
@font-face {
  font-family: 'Source Serif Pro Bold';
  src: url('SourceSerifPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

/* Lato Light */
@font-face {
  font-family: 'Lato';
  src: url('Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

/* Lato Regular */
@font-face {
  font-family: 'Lato';
  src: url('Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* Lato Bold */
@font-face {
  font-family: 'Lato';
  src: url('Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}



h1 {
  font-family: 'Source Serif Pro Bold', serif;
  font-weight: 700 !important;
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 10px;
  color: white;
}

h2 { 
  font-family: 'Lato', sans-serif !important; 
  font-weight: 300 /* Light */ !important;
  font-size: 20px;
  line-height: 1.7;
  color: white;
  max-width: 700px;
  margin: auto;
}

h3 {
  font-family: 'Lato', sans-serif !important; 
  font-weight: 400 /* Regular */ !important;
  font-size: 20px;
  line-height: 1.7;
  color: white;
  max-width: 700px;
  margin: auto;
}



p {
  font-family: 'Lato', sans-serif !important; 
  font-weight: 400 /* Regular */ !important;
  font-size: 20px;
  line-height: 1.7;
  color: white;
  max-width: 700px;
  margin: auto;
}



.ltext-103 {
  font-size: 36px;
  line-height: 1.1;
  text-transform: uppercase;
}

.ltext-201 {
  font-size: 45px;
  line-height: 1.1;
  text-transform: uppercase;
}

.ltext-101 {
  font-family: 'Source Serif Pro Bold', serif;
  font-weight: 700 !important;
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 10px;
  color: white;

}

.card-hover {
	transition: all 0.3s ease-in-out;
}

.card-hover:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 25px rgba(0,0,0,0.25);
}


.card-hover img {
	transition: transform 0.4s ease;
}

.card-hover:hover img {
	transform: scale(1.05);
}

.logo-mov img {
  max-width: 120px;
  height: auto;
}

@media (max-width: 768px) {
  .logo-mobile img {
    max-width: 220px;
  }
}


#sobre-nosotros .section-title{
	color:#e47b3b;
	font-weight:700;
	font-family:'Source Serif Pro Bold', serif;
	font-size:clamp(2rem, 3.2vw, 2.75rem);
	line-height:1.15;
	margin-bottom:2rem;
}

#sobre-nosotros .text-block{
  display:flex;
  flex-direction:column;
  gap: .9rem;
  max-width: 56ch;              /* antes 46ch */
}

/* Tipografía de párrafos, con escala fluida tipo Mercedes */
#sobre-nosotros .section-intro{
  font-family:'Lato', sans-serif;
  font-weight:400;
  color:#1f1f1f;
  line-height:1.7;
  font-size: clamp(1rem, 0.9vw + 0.8rem, 1.25rem);
}

/* Primera frase en negrita para marcar ritmo */
#sobre-nosotros .section-intro strong{
  font-weight:700;
}

/* Frase de cierre en color marca */
#sobre-nosotros .section-slogan{
  font-family:'Lato', sans-serif;
  font-weight:400;
  color:#e47b3b;
  line-height:1.6;
  font-size: clamp(1rem, 0.6vw + 0.8rem, 1.15rem);
}

/* Botón estilo Mercedes (ya lo tenías, mantengo y refuerzo) */
#sobre-nosotros .btn-sobre{
  background:#e47b3b;
  color:#fff;
  font-family:'Lato', sans-serif;
  font-weight:700;
  font-size:16px;
  padding:12px 22px;
  border-radius:10px;
  text-decoration:none;
  display:inline-block;
  transition:transform .15s ease, box-shadow .15s ease;
  box-shadow:0 4px 12px rgba(0,0,0,.12);
}
#sobre-nosotros .btn-sobre:hover{
  transform:translateY(-1px);
  box-shadow:0 6px 16px rgba(0,0,0,.16);
}



/* Responsive: en móviles deja todo a una columna y centrado suave */
@media (max-width: 767.98px){
  #sobre-nosotros .text-block{ max-width: 100%; }
  #sobre-nosotros .btn-sobre{ width:auto; }
}

.exp-wrap{
	text-align:center;
	max-width: 900px;
	margin: 0 auto;
}
.exp-title{
	color:#fff;
	font-weight:800;
	font-size: clamp(28px, 5vw, 42px);
	line-height:1.2;
	margin-bottom: 12px;
}
.exp-hr{
	width:120px;
	height:0;
	border:none;
	border-top:2px solid #fff;    /* línea debajo del título */
	margin: 10px auto 18px;
	opacity: 1;
}
.exp-text{
	color:#fff;
	max-width: 760px;             /* ancho de lectura */
	margin: 0 auto;
	font-size: clamp(16px, 2vw, 18px);
	line-height:1.7;
	font-weight:400;              /* sin negrilla */
}


