/* #########################     Generales     ######################### */
/* -------------------------     Termima barra header     ------------------------- */


/* #########################    Inicia generales     ######################### */
:root {
	--color-basemuymuyoscuro: #424242;
    --color-basemuyoscuro: #005954;
    --color-baseoscuro: #338B85;
    --color-basemedio: #DBEAF1;
    --color-baseclaro: #d2eeec; 
    --color-verdevivo: #4CAF50;   
    --color-rojooscuro: #C22525;
    --color-rojoclaro: #DF9696;
    --color-naranjaoscuro: #00961A;
    --color-basemuyclaro: #e8f6f5;

    --primary: #008080;
    --text-second: #c5a059;
    --accent: #ff6b6b;
    --dark: #2c3e50;
    --light-bg2: #f4f7f6;
    --light-bg: #fdfbf7;
    --white: #ffffff;
    --shadow: 0 4px 15px rgba(0,0,0,0.08);
  }

/* cafe oscuro #FFFFFF
/* naranja oscuro #2C5A71
/* naranja claro #DBEAF1 */

/* Fuente base para todo el sitio */
html, body {
	font-family: 'Poppins', sans-serif !important;
	font-size: 16px;
	color: var(--color-basemuymuyoscuro);
	font-weight: 400;
	margin: 0;
	line-height: 1.5;
	text-align: left;
	background-color: var( --light-bg);
}

/* Elementos generales heredan de body */
h1, h2, h3, h4,
p, a, span, form,
.menu, .navbar, .tagline, #header #logo,
input, textarea, button, select {
	font-family: 'Poppins', sans-serif !important;
	font-weight: 400 !important; /* ajusta según lo que necesites */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Encabezados */
body, h1, h2, h3 {
	font-weight: 400 !important; /* o 700 si quieres más grosor */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Párrafos y enlaces */
p, a, span {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 400 !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Menú de navegación con Roboto */
nav, nav ul, nav li, nav a {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 500; /* ajusta según lo que necesites */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1 {
 	font-size: 62px;
}

h2 {
	font-size: 30px;  
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

p {
	line-height: 1.55;
	color: var(--color-basemuymuyoscuro);
	font-size: 16px; 
	text-align: justify; 
}


p.grande{
	font-size: 18px;  
}

p.mediana{	
	font-size: 16px;  
}
p.chica{	
	font-size: 14px;  
}
p.extrachica{	
	font-size: 12px;  
}

a {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	text-decoration: none;
	color: var(--color-basemuymuyoscuro);
}

a:hover {
	color: var(--color-basemuyoscuro);
	text-decoration: none;
}

.bodymain{
	max-width: 1350px;
	margin: 0 auto;
	background: var( --light-bg); 
	min-height: 750px;
}

.limpio{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}
/* -------------------------     Termima generales     ------------------------- */


/* #########################     Incian botones     ######################### */
.btn {
	background-color: var(--color-baseoscuro); 
	font-size: 16px; 
	font-weight: 500;
	color: #fff;
	text-align: center;
	vertical-align: ;
	border-radius: 5px;	
	text-decoration: none;
	border: none;        /* elimina el borde del input */
	outline: none;       /* elimina el borde de enfoque */
	cursor: pointer;
	min-width: 90px;
	min-height: 28px;
	line-height: 28px;
}

.btn:hover {
	background-color: var(--color-baseclaro);
	color: #000;
}

.btn:active{
	background-color:var(--color-naranjaoscuro);
}

.btn:focus {
	color: #fff;
}

.btn:disabled {
	background-color: #d3d3d3; /* Un color gris claro */
	color: #ffffff;           /* Texto en blanco */
	border: 1px solid #c0c0c0; /* Borde gris */
	cursor: not-allowed;      /* Cambiar el cursor */
	opacity: 0.7;             /* Opacidad para enfatizar el estado deshabilitado */
}

.btn-ghost {
	border: 3px solid #fff;
	background-color: transparent;
}

.btn-ghost:hover {
	background-color: #fff;
	color: #199EB8;
}

.btn-regresar{  
	background-color:var(--color-rojooscuro); 
	height: 30px;	
	min-width: 100px;
	line-height: 30px;

}

.btn-regresar:hover{
	background-color:var(--color-rojoclaro);
}

.btn-regresar:active{
	background-color:var(--color-naranjaoscuro);
}

.btn-eliminar{  
	background-color:var(--color-rojooscuro);
	margin-left: 10px;
	font-size: 15px;
}

.btn-eliminar:hover{
	background-color:var(--color-rojoclaro);
}

.btn-eliminar:active{
	background-color:var(--color-naranjaoscuro);
}

.btn-editar{    
	font-size: 15px;
}

.btn-primary{    
	font-size: 15px;
	width: 200px;
}

.btn-agregar-foto{    
	font-size: 15px;
	width: 110px;
}

.btn-agregar-foto{    
	font-size: 16px;
	width: 140px;
}


.btn-regresar2{
  position: relative;
  height: 40px; 
  padding-top: 8px;
  margin: 10px 10px 10px 10px;
  border: 2px;
  background-color: #c22525;
  font-size: 17px;
}

.btn-regresar2:hover{
  background-color: #df9696;
}

.btn-mediano{
  width: 120px;
  max-width: 200px; 
  height: 38px;
  text-align: center;  
  padding-top: 2px;
}

.btn-grande{
  width: 250px;
  max-width: 250px;
  max-width: 400px;
  height: 36px;
  text-align: center;  
  padding-top: 5px;
}

.btn-grande-grande{
  width: 100%;
  height: 100%;
  min-height: 34px;
  text-align: center;  
  padding-top: 5px;  
}
/* -------------------------     Termima los botones     ------------------------- */


/* #########################     Inicia barra header     ######################### */
.div-header{
	max-width: 500px;
	position: relative;
	max-height: 200px;
}

.img-header1{	
	min-width: 65px;
	position: relative;
	width: 70px;
}

.img-header2{	
	min-width: 130px;
	position: relative;
	width: 180px;
	margin-top: 5px;
}

.input-header{
	color: #0D0D0D;
	padding: 5px 5px 5px 10px;
	width: 80%;
	height: 37px;
	border-radius: 8px;
	border: 0.5;
	box-shadow: 0 0 10px rgba(192, 203, 251, 0.7);
	outline: none;
	font-size: 14px;
	position: relative;
	margin-top: 20px;
	border-color: #338b85;  
}

.icon-header{
	position: relative;
	height: 25px;
	width: 25px;
	left: 5px;
	margin-top: 34px;
	top: 50%;
	transform: translateY(-60%);
}

/* Seccion sesion cunado est en boton del header */

.btn-iniciar {	
	background:  var(--color-verdevivo);
	height: 40px;
	width: 155px;	
	text-transform: uppercase;		
	position: relative;
	vertical-align:center; 
	float: center;	
}

.btn-iniciar:hover {
	background:  var(--color-baseclaro);
}

.btn-cerrar {	
	background: var(--color-rojooscuro);
	height: 35px;
	width: 150px;	
	text-transform: uppercase;		
	position: relative;
	vertical-align:center; 
	float: center;	
}

.btn-cerrar:hover {
	background: var(--color-rojoclaro);
	color: #000;
}

/* Seccion sesion cuando inicio sesion del header */
.linkusuario{
	position: relative;
	float: center;
	vertical-align:center; 
	font-size: 20px;
	color: #5E5E5E;
	top: 70%;
	transform: translateY(70%);
	left: 60px;
}

.contenedor-centrado-header {
 margin-top: 10px; 
  display: flex;
  justify-content: center; /* Centra los elementos horizontalmente */
  align-items: center;     /* Centra verticalmente */
  gap: 10px;  
  width: 100%;
}
/* -------------------------     Termima barra header     ------------------------- */

/* #########################     Inicia Menu     ######################### */
.hero {
  display: table;
  position: relative;  
  background-size: cover; 
  color: #fff;
  width: 100%; 
}

.hero:after {
  content: '';
  z-index: 0;
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.hero .container {
  position: relative;
  z-index: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.hero-brand {
  margin-bottom: 75px;
  display: inline-block;
}

.hero-brand:hover {
  opacity: .75;
}

.tagline {  
  font-size: 26px;
  margin: 45px 0 75px 0;
  color: #fff;
}

/* ==================================================
  Header Styling
================================================== */
#header {
 background-image: linear-gradient(var(--color-baseoscuro));
  color: #fff;
  height: 63px;
}

#menu-sis{
  background: #000;
  color: #fff;
  height: 63px;
}

#header #logo {
  margin: 14px 25px 0 0;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 2px 0;
  line-height: 1; 
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}



#header .social-nav {
  margin-top: 15px;
}

#header .social-nav a {
  font-size: 24px;
  margin-left: 15px;
  color: #fff;
}

#header .social-nav a:hover {
  color: rgba(255, 255, 255, 0.75);
}

.hero2{
  display: none;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  margin: 0;
}

.nav-menu,
.nav-menu li,
.nav-menu a { 
}

.nav-menu .sf-with-ul:after {
  font-family: FontAwesome;
}

.seccion-opciones{
    height: 50px;
    min-height: 200px !important;
    margin-bottom: 3px !important;
  }

  .seccion-opciones-interno{
    height: 100%;    
  }


/* Nav Meu Styling */
.nav-menu a {
  padding: 22px 15px 18px 15px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  
  font-weight: 300;
  font-size: 15px;
  outline: none;
}

.nav-menu a,
.nav-menu ul li a {
  
}

.menu-p:hover{
  color: #ccc;
  background: var(--color-baseclaro);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  
}
.menu-p a:hover{
  color: #ccc;
}
.nav-menu a:hover, .nav-menu li:hover > a, .nav-menu .menu-active > a {
  /*color: rgba(255, 255, 255, 1);*/
  color: #084D6E;
}

.nav-menu ul {
  margin: 0px 0 0 0px;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
}

.nav-menu ul li {
  background: #d2eeec;
  border-top: 1px solid #f4f4f4;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.nav-menu ul li:first-child {
  border-top: 0;
}

.nav-menu ul li:hover {
  background: var(--color-baseoscuro);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.nav-menu ul li a {
  color: #084D6E;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  padding: 10px 15px;
}

.nav-menu ul li a:hover {
  color: #fff;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 8px 10px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

#mobile-nav {
  display: none;
}
/* -------------------------     Termima Menu     ------------------------- */


/* #########################     Inicia Logueo     ######################### */

form{	
	padding: 25px 15px;
	border-radius: 20px;
	text-align: center;	
	position: relative;
	vertical-align:bottom;
	vertical-align: 300vh;
	min-height: 100%;		
}

#frmlogin{
	padding: 10px;
}

#frmregUsuario{
	padding: 15px;
}
#text-login{
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 20px;

}

form h2{
	font-size: 35px;
	color: #0D0D0D;
	margin: 0;
}

form p{
	font-size: 16px;
	color: #5E5E5E;	
	text-align: center;
}
form a{
	font-size: 16px;
	text-align:left;
	text-decoration: none;
}

.p-registro{
	margin-top: 15px;
	margin-bottom: 15px;
}

.iniciarsesion{
	margin-top: 30px;
	margin-bottom: 30px;
	min-height: 340px;

}
#form-big{
	margin-top: 5px;
}
#p-form{
	margin-top: 35px;
}

.img-logeo{
	position: relative;
	width: 100%;
	height: 400px;
}

.input-wrapper{
	position: relative;
	width: 100%;
	margin-bottom: 20px;

}

.input-form {
	color: #0D0D0D;
	padding: 15px 10px 15px 60px;
	width: 100%;
	border-radius: 10px;
	border: 0;
	box-shadow: 0 0 20px rgba(51, 139, 133, 0.3);
	outline: none;
	font-size: 16px;
}

.input-form-verificar {
	color: #0D0D0D;
	padding: 15px 10px 15px 10px;
	width: 100%;
	border-radius: 10px;
	border: 0;
	box-shadow: 0 0 20px rgba(51, 139, 133, 0.3);
	outline: none;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
}

.input-form-verificar::placeholder{
	font-size: 15px;
	letter-spacing: 0px;
	font-weight: normal;
}

.input-check{
	margin-right: 10px;
	margin-left: 20px;
	width: 15px;
	height: 15px;
	box-shadow: 0 0 10px rgba(51, 139, 133, 0.3);
}

.text-check {
	position: relative;
	font-style: none;
	text-decoration-style: none;
	color: #BBBBE2;
	font-size: 20px;	
}

a.terminos, 
a.terminos:not([href]) {
	  text-decoration: none;
	  font-size: 17px;
	  color: #338b85;
	  cursor: pointer;
}

.input-form::placeholder{
	font-size: 16px;
	color: #BBBBE2;
}

.input-icon{
	position: absolute;
	height: 30px;
	width: 30px;
	left: 20px;
	top: 50%;
	transform: translateY(-55%);
}

.btn-form {
	border-radius: 15px;
	border: 0;	
	outline: none;
	font-size: 15px;
	padding: 18px;
	background: linear-gradient(
		90deg,
		rgba(49,118, 146, 1) 25%,
		rgba(46, 144, 183, 1) 100%);
	box-shadow: 0 0 20px rgba(192, 203, 251, 0.7);
	color: #ffffff;
	text-transform: uppercase;
	cursor: pointer;	
	min-width: 150px;
	width: 35%;
	float: right;
	margin-right: 5%;
	font-weight: 700;
}

#boton-verificar{
	float: none;
	width: 85%;
	margin-top: 20px;
}

.btn-form:hover{
	background: rgb(46, 144, 183);
}

.success {
	position: absolute;
	top: 50px;
	color: #00C83C;
	font-size: 18px;
}

.error {
	position: relative;
	top: 15px;
	color: #E02D00;
	font-size: 18px;
}

.errorl {
	position: relative;
	top: 40px;
	color: #E02D00;
	font-size: 18px;	
	margin-left: 30px;
}

.a-slide{
	text-decoration: none;
}


.input-wrapper {
    position: relative;
}

.toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.toggle-password img {
    width: 23px;
    height: 23px;
}

    
/* -------------------------     Termima Logueo     ------------------------- */

/* #########################     Generales     ######################### */
#container:hover{
	transform: scale(1.1);
	cursor: pointer;
	transition: all 500ms ease;
}

.container img{	
	transition: all 500ms ease;
}

#container2:hover{
	transform: scale(1.05);
	cursor: pointer;	
	border-radius: 10px;	
	transition: all 500ms ease;
}
.container2 img{
	transition: all 500ms ease;
}

.container3 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;       /* Mantiene proporción y llena el contenedor */
  object-position: center; /* Centra la imagen en lugar de tomar la esquina */
  aspect-ratio: 16 / 9;    /* Fuerza la relación 16:9 */
}

.container3 figure{
	width: 100%;	
	overflow: hidden;
	transition: all 500ms ease;
	border-radius: 5px;
	box-shadow: 1px 10px 15px rgba(0,0,0,0.50);
}

.container3 figure img{
	width: 100%;
	height: 100%;
	transition: all 500ms ease;
}

.container3 figure img:hover{
	transform: scale(1.2);
	cursor: pointer;
}

/* ------------------------------------------------------------ de aqui para abajo comienzan los buenos ----------------------------*/

.container-muni{
	width: 80%;	
	display: inline-block;        /* mantiene el bloque ajustado a la imagen */
 	overflow: hidden;  	
	justify-content: center;
	align-items: center;
}

.container-muni figure{
	width: 100%;	
	overflow: hidden;
	transition: all 500ms ease;
	border-radius: 5px;
}

.container-muni figure img{
	width: 100%;
	height: 100%;
	transition: all 500ms ease;
}

.container-muni figure img:hover{
	transform: scale(1.2);
	cursor: pointer;
}

.container-descripcion {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-descripcion img {
  width: 100%;
  height: 100%;
  object-fit: cover;       /* Mantiene proporción y llena el contenedor */
  object-position: center; /* Centra la imagen en lugar de tomar la esquina */
  aspect-ratio: 16 / 9;    /* Fuerza la relación 16:9 */
}

.container-descripcion figure{
	width: 100%;	
	overflow: hidden;
	transition: all 500ms ease;
	border-radius: 5px;
	box-shadow: 1px 10px 15px rgba(0,0,0,0.50);
}

.container-descripcion figure img{
	width: 100%;
	height: 100%;
	transition: all 500ms ease;
}

.container-descripcion figure img:hover{
	transform: scale(1.2);
	cursor: pointer;
}

.img-galeria-sis {
   margin: 0px 5px 0px 5px;   
}

.container-producto {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-producto-pagina {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-producto img {
  width: 100%;
  height: 100%;
  object-fit: cover;       /* Mantiene proporción y llena el contenedor */
  object-position: center; /* Centra la imagen en lugar de tomar la esquina */
  aspect-ratio: 4 / 3;    /* Fuerza la relación 16:9 */
}

.container-producto2 figure{
	width: 100%;	
	overflow: hidden;
	transition: all 500ms ease;
	border-radius: 5px;
	box-shadow: 1px 10px 15px rgba(0,0,0,0.50); */
}

.container-producto figure{
	width: 100%;	
	overflow: hidden;
	transition: all 500ms ease;
	border-radius: 5px;
	/* box-shadow: 1px 10px 15px rgba(0,0,0,0.50); */
}
.container-producto figure img{
	width: 100%;
	height: 100%;
	transition: all 500ms ease;
}

.container-producto figure img:hover{
	transform: scale(1.2);
	cursor: pointer;
}

.container-perfil {
  width: 60%;
  height: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-perfil img {
  width: 100%;
  height: 100%;
  object-fit: cover;       /* Mantiene proporción y llena el contenedor */
  object-position: center; /* Centra la imagen en lugar de tomar la esquina */
  aspect-ratio: 4 / 4;    /* Fuerza la relación 16:9 */
}
.container-perfil figure{
	width: 100%;	
	overflow: hidden;
	transition: all 500ms ease;
	border-radius: 5px;
	box-shadow: 1px 10px 15px rgba(0,0,0,0.50); */
}
.container-perfil figure img{
	width: 100%;
	height: 100%;
	transition: all 500ms ease;
}

.container-perfil figure img:hover{
	transform: scale(1.2);
	cursor: pointer;
}




.container-galeria figure{
	margin: 2px 1px 2px 1px;
 box-shadow: 0px 0px 0px rgba(0,0,0,0);
}
/* -------------------------     Termima barra header     ------------------------- */

/* #########################     Inicia galeria     ######################### */
.galeria img {
    width: 150px;
    cursor: pointer;
    margin: 10px;
    transition: transform 0.3s;
}
.galeria img:hover {
    transform: scale(1.1);
}

/* Lightbox */
.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 100;
}
.lightbox img {
    max-width: 95%;
    max-height: 95%;
    border-radius: 10px;
}
.lightbox.active {
    visibility: visible;
    opacity: 1;
}

/* Botones */
.botones {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    gap: 10px;
}
.botones button {   
    font-size: 16px;
    cursor: pointer;
}

.close{
	display: block;
	position: absolute;
	top: 20px;
	right: 40px;
	background: #c22525;
	color: #fff;
	text-decoration: none;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 35px;
	border-radius: 50%;
}

.close:hover{    
    background: #fff;
    color: #fff;   
}

/* esta seccion es para hacer que se mueva de diferentes direciones la galeria de fotos */
@keyframes desdeArriba {
  from { transform: translateY(-100px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

@keyframes desdeAbajo {
  from { transform: translateY(100px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

@keyframes desdeIzquierda {
  from { transform: translateX(-100px); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}

@keyframes desdeDerecha {
  from { transform: translateX(100px); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}

.animacion {
  animation-duration: 0.8s;
  animation-fill-mode: both;
}

.desde-arriba { animation-name: desdeArriba; }
.desde-abajo { animation-name: desdeAbajo; }
.desde-izquierda { animation-name: desdeIzquierda; }
.desde-derecha { animation-name: desdeDerecha; }

.animacion {
  animation-duration: 2s; /* antes era 0.8s */
  animation-fill-mode: both;
}

.contenedor-galeria-fotos {
  overflow: hidden;
  position: relative;
}

.animacion {
  opacity: 1;
}

/* -------------------------     Termina galeria     ------------------------- */

/* #########################     Carrusel de comercios premium o te podria interesar     ######################### */

.carousel-container {
    width: 100%; /* Espacio para 3 imágenes */
    overflow: hidden;
    position: relative;
}

.carousel {
    display: flex;
    gap: 30px;
    transition: transform 0.7s ease-in-out; /* Animación más suave */
}

.slide {
    width: 110px;
    height: 80px;
    object-fit: cover;
}

.slide2 {
    width: 110px;
    height: 80px;
    object-fit: cover;
}

.scroll-vertical {
	height: 260px; /* Altura visible */
	overflow-y: auto; /* Barra vertical si es necesario */
	overflow-x: hidden; /* Opcional: oculta el scroll horizontal */
	padding: 0px;
}

#premiumlateral{
	display: initial;
}

#premiumscroll{
	display: none;
}
/* -------------------------     Termima carrusel     ------------------------- */


/* #########################     Inicia Footer     ######################### */
.site-footer {
  background-color: #111;
  padding: 0;
}

.site-footer h2, .site-footer p {
  color: #FFFFFF;
}

.site-footer p {
  opacity: .75;
  line-height: 2.0925;
}

.site-footer h2,
.site-footer .btn {
  margin-bottom: 25px;
}

.site-footer .social-nav a {
  color: #FFFFFF;
  opacity: .25;
}

.site-footer .social-nav a:hover {
  opacity: 1;
}

.site-footer .bottom {
  background-image: linear-gradient(#DBEAF1, #338b85, #338b85, #338b85, #338b85, #338b85);
  padding: 20px 0;
}

.site-footer .bottom .list-inline, .site-footer .bottom p {
  margin: 0;
}

.site-footer .bottom .list-inline {
  position: relative;
  top: 5px;
}

.site-footer .bottom .list-inline a {
  color: #FFFFFF;

  margin-right: 15px;
}

.site-footer .bottom .list-inline a:hover {
  color: #fff;
}

.site-footer .credits {
  color: #ddd;
}

.site-footer .credits a {
  color: #199EB8;
}
/* -------------------------     Termima footer     ------------------------- */

/* #########################     Comienza el sistema     ######################### */
#page-inner-sis {
    width:100%;
    margin:0px 0px 0px 0px;    
    padding:5px;
    min-height:700px;
}

.seccion-elemento-sis{
  border-color: #7c9f3e;  
  border: 10;
  border-radius:0.5em;
  padding: 10px 10px 10px 10px;
  margin: 5px 5px 5px 5px;
  background: #fff;
  box-shadow: -5px 8px 10px rgba(0,0,0,.1);
  position: relative;

}

.seccion-elemento-sis-boton{
  border-color: #7c9f3e;  
  border: 10;
  border-radius:0.5em;
  padding: 10px 10px 10px 10px;
  margin: 5px 5px 5px 5px;
  background: #fff;
  box-shadow: -5px 8px 10px rgba(0,0,0,.1);
  position: relative;
  min-width: 250px;
  min-height: 120px;
}

.contenedor {
  display: flex;
  justify-content: space-between; /* Distribuye los elementos, dejando el botón a la derecha */
  align-items: center; /* Alinea verticalmente el texto y el botón */
  width: 100%;
  padding: 0px; 
}

.contenedor-superior {
  display: flex;
  justify-content: space-between; /* Distribuye los elementos, dejando el botón a la derecha */
  align-items: flex-start; /* Alinea verticalmente el texto y el botón */
  width: 100%;
  padding: 0px; 
}

.titulo-sis{
  font-size: 16px;
  vertical-align: middle;
  margin-top: 10px;
}



/******  Comercios   *****/



/******  Noticias   *****/


/******  Comentarios   *****/

.comentario{
 height:100px;
}


/******  Notificaciones   *****/




/******  Favoritos   *****/
.img-publicante{
  width: 80px;
  height: 60px;
  margin-right: 10px;
}

.titulo-publicante{  	
  color: var( --primary);
}

.titulo-publicante-listado{  	
  color: var(  --text-second);
  font-size: 18px;
}

/****** historial   *******/
.contenedor-derecha {
  text-align: right;
  display: flex;
  justify-content: flex-end; 
   align-items: center;
}

.contenedor-izquierda {
  text-align: left;
  display: flex;
  justify-content: flex-start; 
   align-items: center;
}

.row-alineado-vertical {
  display: flex;
  align-items: center; /* centra verticalmente */
}


.contenedor-centrado {
  margin-top: 10px;
  display: flex;
  justify-content:  space-between; /* Distribuye los elementos, dejando el botón a la derecha */
  align-items: center; /* Alinea verticalmente el texto y el botón */ 
}



.contenedor-centrado-junto {
 margin-top: 10px;
 margin-bottom: 10px;
  display: flex;
  justify-content: center; /* Centra los elementos horizontalmente */
  align-items: center;     /* Centra verticalmente */
  gap: 10px;  
  width: 100%;
}

.contenedor-boton {	
	display: flex;
	justify-content: right; /* Centra los elementos horizontalmente */
	align-items: center;     /* Centra verticalmente */  
}


.ultima-visita {
  position: absolute;
  bottom: 0;          /* pegado al fondo */
  right: 0;           /* pegado a la derecha */
  font-size: 13px;
  margin: 0;
  padding: 0;
  text-align: right;
}
/* -------------------------     Termima sistema     ------------------------- */

/* #########################     Inicia formularios     ######################### */

form {
	width: 100%;
	max-width: none;
	padding: 0;
	margin: 0;
}

.input-wrapper-sist label {
	font-size: 14px;
	text-align: left;
	display: block;
	padding-left: 10px;
}

.input-wrapper-sist{
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}

.input-form-sist {
	color: #0D0D0D;
	padding: 8px 5px 8px 10px;
	width: 98%;
	border-radius: 10px;
	border: 1px solid #a5a5a5;
	/*box-shadow: 0 0 20px rgba(51, 139, 133, 0.3); */
	outline: none;
	font-size: 13px;
	resize: none;
	background-color: #fff;
	margin: auto;	
}

.input-form-horario {
	color: #0D0D0D;
	padding: 8px 5px 8px 10px;
	width: 98%;
	border-radius: 10px;
	border: 1px solid #a5a5a5;
	/*box-shadow: 0 0 20px rgba(51, 139, 133, 0.3); */
	outline: none;
	font-size: 13px;
	resize: none;
	background-color: #fff;
	margin: auto;
	height: 40px;        /* altura fija */
  	line-height: 40px;   /* alinea el texto verticalmente */  
 	box-sizing: border-box; /* asegura que el padding no rompa la altura */
}

.bloqueado{
	background-color: #E8E8E8;
	color: #404040;
}

fieldset[disabled] .input-form-sist{
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1;
	box-shadow: none;
}

.btn-form-sist{
	position: relative;
	height: 30px;	
	margin: 10px 18px 10px 10px;
	border: 2px;
	font-size: 16px;
	cursor: pointer;	
}

.btn-file {    	
  display: block;       /* ocupa toda la línea */
  margin: 0 auto; 
  padding: 10px 20px;
  background: #4CAF50;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
  max-width: 350px;
  text-align: center !important;   /* centra el texto dentro */
}

.btn-file:hover {
  background: #45a049;
}

.btn-file-bloqueado {
  background: #CCC;
  color: #fff;
  cursor: not-allowed;
}
.btn-file-bloqueado:hover {
  background: #CCC;
}

#file-name {
  margin-left: 10px;
  font-style: italic;
  color: #555;
}
/* -------------------------     Termima formularios     ------------------------- */






.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: var(--color-baseclaro);
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.img-inde {	
	border-radius:7px;
	width: 110px;

	
}
.vid-inde {		
	margin: 6px auto;
	width: 100%;
	height: 250px;		
	border-radius:0.8em;
	box-shadow: -8px 8px 3px rgba(0,0,0,.1);
}

.vid-inde2 {		
	margin: 6px auto;
	width: 100%;
	height: 200px;		
	border-radius:0.8em;
	box-shadow: -8px 8px 3px rgba(0,0,0,.1);
}
/* Aqui comienza el footer*/
#main-footer {	
	background:#34495E;		
	color: #9F0808;
	text-align: center;	
	height:80px; 
	width: 100%; /* hacemos que la cabecera ocupe el ancho completo de la página */					
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}	
#main-footer p {
	color: white;
	font-size: 0.9em;
	
}
.ico-eli-modi{
	margin: 10px;
	width:20px; 
	height:20px;
	vertical-align: middle;
}

.pub-somb{
	padding: 10px;
}
.pub-somb:hover{
	background: var(--color-basemuyclaro);
}
p.p-pos-right{
	text-align: right;
	margin: 20px;
}
p.p-pos-right-nuevo{
	text-align: right;
}
p.p-pos-center{
	text-align: center;
}
p.titulo2{
	text-align: center;
}
p.titulo-coment{
	padding: 0px;
	margin: 0px;
	font-size: 1.0em;
}
p.texto-coment{
	padding: 0px;
	margin: 0px;
	font-size: 0.9em;
}

div.coment{
	margin-bottom: 10px;
}
div.paqtes1{
	margin: 0px;
	padding: 0px;	
	padding-left: 10%;
}
div.paqtes2{
	margin: 0px;
	padding: 0px;	
	padding-right: 10%;
}
.menor img{
	width: 164px;
	height: 123px
}

h2.h2-pos-cent{
	text-align: center; 
}
h3.h3-pos-cent{
	text-align: center;
	 color: #FFFFFF;
}
div.col-center{
	padding: 0px 25px 0px 25px;
}
div.col-center2{
	padding: 0px 10% 0px 10%;	
}

.icon2{
	width: 30px;
	height: 30px;
	margin-right: 20px;
	margin-top: 5px;
}

.menu-sis{
	background-image: linear-gradient(var(--color-basemuyoscuro));	
}

.vertical{
	display: flex;
    align-items: center;   /* Alinea verticalmente al centro */
    justify-content: center; /* Opcional: alinea horizontalmente al centro */
    height: 70px; /* Necesario si quieres ver el efecto vertical */

}

.containerimg{	
	display: flex;	
}

.containerimg figure{	
	overflow: hidden;
	transition: all 500ms ease;
	border-radius: 5px;
	box-shadow: 1px 10px 15px rgba(0,0,0,0.50);
}

.containerimg figure img{
	width: 100%;
	height: 100%;
	transition: all 500ms ease;
}

.containerimg figure img:hover{
	transform: scale(1.2);
	cursor: pointer;
}
.aparece-scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.7s ease-out;
}

.aparece-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

.seccion-elemento{
	border-color: #7c9f3e;  
	border: 10;
	border-radius:0.4em;
	padding: 5px 10px 5px 10px;
	margin: 3px 3px 3px 3px;
	background: #fff;
	box-shadow: -5px 8px 10px rgba(0,0,0,.1);
	position: relative;
	background-color: var( --light-bg2);
}

.seccion-nopadding{
	padding: 1px 1px 1px 1px;	
}

.seccion-padding{
	padding: 1px 8px 8px 8px;	
}

.seccion-elemento-lateral {    
    border-radius: 10px;
    padding: 0;
    margin: 5px 10px;
    background: #fff;
    box-shadow: -5px 8px 10px rgba(0,0,0,.1);
    position: relative;
    min-width: 100px;
    overflow: hidden;             /* Recorta la imagen al hacer zoom */
}

.seccion-elemento-lateral:hover .img-inde1 {
    transform: scale(1.15);
}
.img-inde1 {
    width: 100%;
    height: auto;
    transition: transform 0.6s ease-in-out; /* duración y suavidad */
}

.h3-pos-cent{
    margin-top:10px ;
    min-height: 35px;
}


/******  esta sesccion es para el titulo de la pagina osea nombre del negocio  */

.contenedor-titulo-slide {
    display: flex;
    justify-content: space-between; /* Distribuye los elementos en todo el ancho */
    align-items: center; /* Alinea verticalmente */
    
    align-content: center;
}

.contenedor-img-titulo-slide {
    width: 25%; /* Ajusta el tamaño para distribuir mejor */
    text-align: center;
}
.img-titulo{
  width: 96px;
  height: 72px;
  border-radius: 10px;
}
.h3-pos-cent-slide {
    width: 60%;
    flex-grow: 1; /* Permite que el título ocupe espacio disponible */
    text-align: center; /* Centra el texto */  
	color: var( --primary);;
}
#favorito-slide {
    width: 20%; /* Ajusta el tamaño del contenedor de favoritos */
    text-align: center; /* Alinea el ícono a la derecha */
}

/******** Publicaciones  *********/

p.titulo{
    color: var( --primary);;
    padding-left: 30px;
    font-size: 20px;
}

p.titulo-producto{
    color: var( --primary);;
    padding-left: 10px;
    margin: 0px 0px 0px 0px;
}

/*******  Galeria de fotos   ******/

.contenedor-galeria-fotos {
    display: flex;
    justify-content: space-between; /* Distribuye los elementos en todo el ancho */
    align-items: center; /* Alinea verticalmente */    
    align-content: center;
}

 /******  contacto  ********/

.datos-pub{
	max-height: 350px; 
	min-height: 350px;
}

.seccion-pub{
	max-height: 350px; 
	min-height: 350px;
}

.seccion-pub-grande{
	max-height: 350px; 
	min-height: 350px;
}

 .contenedor-direccion {
  display: flex;  
  align-items: center; /* Alinea verticalmente el texto y el botón */
  width: 100%;
  padding: 0px; 
}

.imagen-direccion{
	width: 30px;
	height: 30px;
}
.texto-direccion{
	flex: 1;
	margin: 0px;
	padding-left: 15px;
}



/****** horario  *********/

.contenedor-horario {
  display: flex;
 
  width: 100%;
  padding: 0px; 
}

/******* comentarios inicio de sesion *****/

p.sesion{
	text-align: center;
	text-justify: center;
}

a.sesion{
	color: #D17100;
}
a.sesion:hover{
	color: #338b85;
}


/**********  visitas   *********/

p.titulo-visitas{
    color: var( --primary);
     text-align: right;
     margin: 0px;
     padding-right: 30px;
}










.dias-horario{
	width: 45%;
	padding-left: 12%;
	font-size: 17px;
	margin-bottom: 11px;
}
.horas-horario{
	font-size: 17px;	
	margin-bottom: 5px;
}
.horario-cerrado{
	color: #ef4444;
}

.estrella-comentarios{
	width: 35px;
	height: 35px;
	margin-left: 5px;
	margin-right: 5px;
}
.linea-estrella{
	margin: 0px 0px 5px 0px;
}

.estrella-comentarios-peque{

	width: 17px;
	height: 17px;
	margin-left: 0px;
	margin-right: 0px;

}
.linea-estrella-peque{
	padding-left: 0px;
	margin: 2px 0px 0px 0px;
	vertical-align: top;
}


.from-comentarios{
	width: 100%;
}

.input-wrapper-page{
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}

.input-wrapper-sist{
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}

.input-comentarios{
	width: 100%;
}
#slide{		
	width: 100%;

}


#map {
    height:100%;
	width: 100%;		
	border-radius:0.5em;	
}

#mapdiv {	
	width: 100%;	
	height: 400px;		
}
#mapdiv2 {	
	width: 100%;
	height: 250px;	
	margin-top: 10px;
	margin-bottom: 15px;
}

#mapdiv3 {	
	width: 100%;
	height: 400px;	
	margin-bottom: 15px;
}

.pub-index{
	margin: 11px 0px 11px 0px  ;
}


.img-municipio{
	position: relative;
	width: 80%;		
	min-width: 130px;	
	max-height: 200px;
	border-radius: 0.5em;	
}

/* Imagen principal */
.img-noticia {
  width: 85%;            /* ocupa el 85% */
  height: auto;
  display: block;
  margin: 0 auto 15px;   /* centrada en su div */
   border-radius: 4px;
    cursor: pointer;
}

/* Contenedor de miniaturas */
.contenedor-noticia > div:last-child {
  display: flex;
  flex-wrap: wrap;       /* permite que se bajen a la siguiente fila */
  gap: 5px;              /* menos separación entre imágenes */
  justify-content: flex-start; /* siempre alineadas a la izquierda */
}

.contenedor-noticia .miniaturas {
    align-self: flex-start; /* fuerza que este bloque se alinee a la izquierda */
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-start;
    margin-top: 10px;
}




.img-noticia {
    max-width: 100%;    
    height: auto;
    display: block;
    margin: auto;
}

/* Miniaturas */
.img-noticia-mini {
  flex: 0 0 calc(33.333% - 5px); /* 3 por fila */
  max-width: calc(33.333% - 5px);
  width: 80px;
  height: auto;
  cursor: pointer; 
  object-fit: cover;
  border-radius: 0.5em;
  transition: transform 0.2s;
}

.img-noticia-mini2 {
 
  width: 140px;
  height: auto;
  cursor: pointer; 
  object-fit: cover;
  border-radius: 0.5em;
  transition: transform 0.2s;
}
.nom-coment {
  position: absolute; /* el hijo se posiciona respecto al padre */
  bottom: 20px;          /* pegado al fondo */
  right: 20px;           /* pegado a la derecha */
  font-size: 0.9em;
  margin: 0;          /* quita márgenes que lo muevan */
  padding: 0;
  text-align: right;
}

.nom-coment-relative {
  position: relative; /* el hijo se posiciona respecto al padre */ 
  padding: 0px;
		margin: 0px;
		font-size: 0.9em;
		text-align: right;
		top: 10%;
		margin-bottom: 10px;
}

.col-md-8{
	position: relative;

}

.text {
	margin-top: 10px;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   line-height: 22px;
   max-height: 90px;
   min-height: 90px;
  -webkit-line-clamp: 4;
   -webkit-box-orient: vertical;   
}

.text-producto {
	margin-top: 10px;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   line-height: 22px;   
   min-height: 65px;
  -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
   font-size: 14px;
   margin: 0px 0px 0px 0px;   
}

.text-precio-producto {
	margin-top: 10px;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   line-height: 22px;   
   min-height: 20px;
  -webkit-line-clamp: 4;
   -webkit-box-orient: vertical;
   font-size: 16px;
   margin: 0px 0px 0px 0px;  
  text-align: right;
  color: #c5a059; 
}

.text2 {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   line-height: 16px;
   max-height: 32px;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
}

.text-municipio{
	padding-left: 15px;
	padding-right: 40px;
}
.text-publicacion{
	padding-left: 15px;
	padding-right: 40px;
}

.text-publicacion-contacto{
	padding-left: 10%;
	font-size: 20px;
}
.img-areas{
	margin: 1px 25%;
	width:50%;
	border-radius: 10px; 
}


.img-opciones2{
	margin: 1px 10%;
	width:80%;
	border-radius: 10px; 
}

.img-publicante{
	border-radius: 10px;
}

.input-favorito{
	width: 7%;	
	right: 30px;
	top: 5px;
	min-width: 30px;
	margin-right: 5px;
	
}


.text-favorito{
	font-size: 15px;
	vertical-align: middle;

}

/******  Comentarios Página  *****/
.contenedor-comentarios-pagina {
  display: flex;
  justify-content: space-between; /* Distribuye los elementos, dejando el botón a la derecha */
  align-items: top; /* Alinea verticalmente el texto y el botón */
  width: 100%;
  height: 30px;
  padding: 0px; 
}

.titulo-comentario-pagina{
  text-align: left;
  margin-right: 10px;
  font-size: 14px;
  height: 8px;
}

.nombre-comentario-pagina{
	text-align: right;
	font-size: 14px;
	color: #c5a059;
}

.contenedor-fecha-comentario-pagina {
  display: flex;
  justify-content: flex-end; /* empuja el contenido a la derecha */
  width: 100%;               /* asegura que ocupe todo el ancho */
}

.fecha-comentario-pagina {
  font-size: 12px;
  margin: 0; /* evita espacios extra */
}





/******  Comentarios   *****/
.text-titulo-comentario{
  text-align: left;
  margin-right: 10px;
  font-size: 14px;
  height: 8px;
}

.text-publicante-comentario{
	text-align: center;
	font-size: 19px;
	color: var(  --text-second);
}
.text-fecha-comentario{
	text-align: right;
	font-size: 12px;	
}
.text-nombre-comentario{
	text-align: right;
	font-size: 14px;
}

.text-comentario{
	padding: 0px 0px 0px 10px;
	text-align: left;
	font-size: 14px;
	text-align: justify;
}



.titulo-page{
	margin-top: 60px;
	margin-bottom: 60px;
}


.img-contacto{
margin: 1px 20%;
width: 50%;
}

.container-contacto{
	min-height: 410px;
}

.datos-contacto{
	margin-left: 30px;	
	margin-bottom: 0px;
	margin-top: 8px;
}

#figure{
    width: 97%;
}

.seccion-nocuenta{				
		max-height: 3500px; 
		min-height: 350px;
	}



#map {
  isolation: isolate;
  transform: translateZ(0); /* fuerza su propio stacking context */
}
.text-pie-pagina{
  font-size: 14px;
  text-align: center;
}

.seccion-comercio{
  height: 98%;
  margin-bottom: 3px !important;
}

.seccion-opciones{
  height: 98%;
  margin-bottom: 3px !important;
}

.img-comercios{  
  width: 180px;
  height: 135px;
  border-radius: 5px; 
  display: block;   /* asegura que se comporte como bloque */
  margin: 0 auto;

}

.img-opciones{
  width: 130px;
  height: 97.5px;
  border-radius: 5px; 
  display: block;   /* asegura que se comporte como bloque */
  margin: 0 auto; 
}

#desvanecer{
  display: block;

}

.card {
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 0;
  margin: 0;
  overflow: hidden;
}

.scrolltop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #199EB8;
  color: #fff;
  text-align: center;
  font-size: 24px;
}

.scrolltop:hover, .scrolltop:active, .scrolltop:focus {
  color: #000 !important;
  opacity: .75;
}


.img-usuarios-administracion{
	width: 45px;
	height: 40px;
	border-radius: 5px;
}



/* ------------------------------------------------------------            Resolucón de pantalla 1111 pixeles                 ----------------------------*/
@media(max-width:1111px){
	.dias-horario{
		font-size: 13px;		
	}
	.horas-horario{
		font-size: 13px;
	}	
}


/* ------------------------------------------------------------           Resolucón de pantalla 991 pixeles               ----------------------------*/
@media(max-width:991px){
/* #########################     Barra header     ######################### */
	.img-header1{	
		min-width: 45px;
		position: relative;
		width: 20%;
	}
	.img-header2{
		width: 55%;	
		max-width: 250px;
		position: relative;	
		margin-top: 5px;
	}

	.hero2{
		width: 100%;
		background: #fff;		
	}
	.input-wrapper{
		position: relative;
		width: 100%;
		margin-bottom: 35px;
	}

	.input-header{
		color: #0D0D0D;
		padding: 3px 3px 3px 3px;
		width: 80%;
		border-radius: 8px;
		border: 0.5;
		box-shadow: 0 0 10px rgba(192, 203, 251, 0.7);
		outline: none;
		font-size: 14px;
		position: relative;
		margin-top: 3px;
		margin-right: 0px;
		border-color: #7c9f3e; 
		float: left;
	}

	.btn2 {
		background: linear-gradient(
			90deg,
			rgba(246,200, 46, 1) 25%,
			rgba(246, 208, 83, 1) 100%); 
		border-color: #bbbab4;
		font-weight: 500;
		color: #fff;
		border-radius: 8px;  
		height: 30px;
		color: #000;
		cursor: pointer;
		text-transform: uppercase;
		font-size: 12px;
		min-width: 120px;
		position: relative;	
		float: center;
		transform: translateY(10%);
		margin-left: 25px;		
	}

	.header-icon{
		position: relative;
		float: left;		
		left: 40px;
		
		
	}

	.linkusuario{
		position: relative;
		float: left;
		margin-right: 5px;
		margin-left: 0px;
		font-size:  18px;	
		color: #fff;
		transform: translateY(10%);
	}

	.icon-header{
		position: relative;
		float: left;
		height: 20px;
		width: 20px;	
		margin-top: 20px;	
		left: -5px;
	}
	/* -------------------------     Termima barra header     ------------------------- */

	/* #########################     Generales     ######################### */
	

		#formulariologin {
	    margin: 0 auto;       /* centra el bloque */
	    float: none;          /* evita que flote a la izquierda */
	    width: 60%;           /* ancho más grande, como col-md-4 pero centrado */
	    min-width: 400px;
	  }

	  #mensaje-registro{
	  	 flex: 0 0 100%;   /* ocupa el 100% del ancho */
	    max-width: 100%;  /* asegura que se expanda completamente */

	  }

	/* -------------------------     Termima barra header     ------------------------- */

	.dias-horario{
		width: 30%;
		padding-left: 2px;
		font-size: 14px;
		margin-bottom: 5px;
	}
	.horas-horario{
		font-size: 14px;

	}

	.text-publicacion-contacto{
		padding-left: 10%;
		font-size: 17px;
	}

	.estrella-comentarios{
		width: 25px;
		height: 25px;
		margin-left: 3px;
		margin-right: 3px;
	}

	#nombrecomentario{
		font-size: 14px;
	}


/********   Menu    *********/

	#header {
	    height: 50px;
	}
	
	#header #logo {
	    margin: 10px 0 0 0;
	}
	
	#header #logo h1 {
	    padding: 2px 0;
	    font-size: 26px;
	}
	
	#header #logo img {
	    max-height: 30px;
	}

	#nav-menu-container {
	    display: none;
	}
	
	.hero{
	  display: none;
	}
	
	.hero2{
		display: inline-block;
		margin
		width: 100%;
	}

  #mobile-nav-toggle {
    display: inline;
  }

#mobile-nav-sesion{
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  margin: 8px 10px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: inline;  
  outline: none;
  cursor: pointer;
  color: #fff;
}

 .img-comercios{  
    width: 140px;
    height: 105px;
    border-radius: 5px; 
    display: block;   /* asegura que se comporte como bloque */
    margin: 0 auto;
  }  

  .img-opciones{
     width: 133.33px;
    height: 100px;
    border-radius: 5px; 
    display: block;   /* asegura que se comporte como bloque */
    margin: 0 auto; 
  }


#mobile-nav {
  display: block;
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: var(--color-baseoscuro);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

#mobile-nav ul li ul{ 
  background: #48b0a9;  
}

#mobile-nav ul  .menu-sis{ 
  background: #005954;  
}


#mobile-nav ul {

  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
 
}

#mobile-nav ul li:hover{
  
  background: #9ce0db;

}
#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li ul li a {
  color: #fff;  
}

#mobile-nav ul li a:hover {
  color: #000;

}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #000;
}

#mobile-nav ul .menu-item-active {
  color: #000;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #000;
}

.ico-eli-modi{
  margin: 5px;
  width:20px; 
  height:20px;
  vertical-align: middle;
} 

p.text-publicante{
  font-size: 15px;

} 
.titulo-publicante{
  padding-left: 10px;

}

.titulo-sis{
  font-size: 15px;
  vertical-align: middle;
  margin-top: 10px;
}
#espacio-extra{
			display: none;
		}
	
}



/* ------------------------------------------------------------            Resolucón de pantalla 850 pixeles              ----------------------------*/
@media(max-width:850px){
	
	form{
		display: flex;
		flex-direction: column;
		
		width: 100%;
		margin-top: 5%;
		position: relative;
		vertical-align:middle;	

	}
	.input-wrapper{
		position: relative;
		width: 100%;
		margin-bottom: 35px;
	}

	

	.input-icon{
		height: 25px;
		width: 25px;
	}
	.btn-form{
		width: 100%;
	}

	#boton-verificar{
		float: none;
		width: 100%;
		margin-top: 20px;
	}

	form a{
		text-align: center;
		margin-top: 10px;	
	}

	.input-form {
		color: #0D0D0D;
		padding: 15px 10px 15px 60px;
		width: 100%;
		border-radius: 10px;
		border: 0;
		box-shadow: 0 0 10px rgba(51, 139, 133, 0.3);
		outline: none;
		font-size: 16px;
	}

	#formulariologin {
    margin: 0 auto;       /* centra el bloque */
    float: none;          /* evita que flote a la izquierda */
    width: 100%;           /* ancho más grande, como col-md-4 pero centrado */   
  }

#espacio-extra{
			display: none;
		}
}

	




/* ------------------------------------------------------------                 Resolucón de pantalla 768 pixeles             ----------------------------*/
@media (max-width: 767px) {
/* #########################     Barra header     ######################### */
.img-header1{	
	min-width: 40px;
	max-width: 100px;
	position: relative;
	width: 20%;

}
.img-header2{	
	min-width: 130px;
	position: relative;
	width: 55%;
	margin-top: 5px;
}


.input-wrapper{
	position: relative;
	width: 100%;
	margin-bottom: 35px;
}

.input-header{
	color: #0D0D0D;
	padding: 3px 3px 3px 3px;
	width: 80%;
	border-radius: 8px;
	border: 0.5;
	box-shadow: 0 0 10px rgba(192, 203, 251, 0.7);
	outline: none;
	font-size: 14px;
	position: relative;
	margin-top: 3px;
	margin-right: 0px;
	border-color: #7c9f3e; 
	float: left;
}

.btn2 {
	background: linear-gradient(
		90deg,
		rgba(246,200, 46, 1) 25%,
		rgba(246, 208, 83, 1) 100%); 
	border-color: #bbbab4;
	font-weight: 500;
	color: #fff;
	border-radius: 8px;  
	height: 30px;
	color: #000;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 12px;
	min-width: 120px;
	position: relative;	
	float: center;
	transform: translateY(10%);
	margin-left: 25px;
	
}

.linkusuario{
	position: relative;
	float: left;
	margin-right: 5px;
	margin-left: 0px;
	font-size:  16px;
	left: 25px;	
	color: #fff;
	transform: translateY(20%);
}

.header-icon{
	position: relative;
	float: left;	
	left: 15px;	
}

/* -------------------------     Termima barra header     ------------------------- */
 

.container-muni{
		width: 40%;	
		display: inline-block;        /* mantiene el bloque ajustado a la imagen */
	 	overflow: hidden;  	
		justify-content: center;
		align-items: center;
	}

	#espacio-extra{
		display: none;
	}
	#mapdiv {	
		width: 100%;	
		height: 250px;
		margin-bottom: 15px;	
	}

	.pub-index{
		margin-left: 0px;
	}

	.seccion-elemento{	
		padding: 8px 8px 8px 8px;
		margin: 1px 1px 5px 1px;			
	}	

	.seccion-nocuenta{				
		max-height: 200px; 
		min-height: 200px;
	}
	.seccion-sicuenta{			
		max-height: 380px; 
		min-height: 380px;
	}

	.seccion-nopadding{
		padding: 1px 1px 1px 1px;	
	}

	.titulo-municipio{	
		text-align: center;	
		font-size: 22px;
		font-weight: 500 !important;
	}
	.text-municipio{
		padding: 10px 5px 5px 5px;
	}
	
	.img-municipio{
		position: relative;
		width: 250px;	
		max-width: 300px;		
		border-radius: 0.5em;	
	}
	
	/* Imagen principal */
	.img-noticia {
	  width: 95%;
	  height: auto;
	  display: block;
	  margin: 0 auto 15px;   /* centrada en su div */
	  border-radius: 0.5em;
	   cursor: pointer;
	}

	.contenedor-noticia {
	    display: flex;
	    flex-direction: column;
	    align-items: center; /* centra la imagen grande */
	}

	/* Contenedor de miniaturas */
	.contenedor-noticia > div:last-child {
	  display: flex;
	  flex-wrap: wrap;       /* permite que se bajen a la siguiente fila */
	  gap: 5px;             /* espacio entre imágenes */
	 justify-content: flex-start;
	}

	/* Miniaturas */
	.img-noticia-mini {
	  flex: 0 0 calc(33.333% - 10px); /* 3 por fila */
	  max-width: calc(33.333% - 10px);
	  height: auto;
	  cursor: pointer;
	  border-radius: 4px;
	  object-fit: cover;
	}

	.nom-coment{
		position: relative;
		padding: 0px;
		margin: 0px;
		font-size: 0.9em;
		text-align: right;
		top: 10%;
		margin-bottom: 10px;
	}

	.seccion-elemento .col-md-4 {
	    width: 100%;          /* ocupa todo el ancho */
	    text-align: center;   /* centra la imagen */
	    
	  }

	.seccion-elemento .col-md-8 {
	    width: 100%;          /* texto ocupa todo el ancho */
	    position: relative;   /* mantiene referencia para nom-coment */
	}

	.img-municipio {
	    max-width: 90%;       /* imagen más pequeña en móvil */
	    height: auto;
	}

	.datos-pub{
		max-height: 600px; 
		min-height: 350px;
	}

	.scroll-vertical {
	  height: 360px; /* Altura visible */
	  overflow-y: auto; /* Barra vertical si es necesario */
	  overflow-x: hidden; /* Opcional: oculta el scroll horizontal */
	  
	  padding: 0px;
	}

	.seccion-pub-grande{
		max-height: 750px; 
		min-height: 350px;
	}

	.dias-horario{
		width: 35%;
		padding-left: 12%;
		font-size: 16px;
		margin-bottom: 11px;
	}
	.horas-horario{
		font-size: 16px;
		margin-bottom: 5px;
		margin-left: 10px;

	}

	.text-municipio{
		padding-left: 3px;
		padding-right: 2px;
	}

	.text-publicacion{
		padding-left: 3px;
		padding-right: 2px;
	}

	.h3-pos-cent{
	    margin-top: 6px ;
	    min-height: 3px;
	}

	section {
		padding: 0px 0;
	}

	#premiumlateral{
		display: none;
	}

	#premiumscroll{
		display:initial ;
	}

	.container-contacto{
		min-height: 350px;
	}

	.datos-contacto{
		margin-left: 10px;	
		margin-bottom: 0px;
		margin-top: 8px;
	}

	.estrella-comentarios{
		width: 35px;
		height: 35px;
		margin-left: 3px;
		margin-right: 3px;

	}
	#nombrecomentario{
		font-size: 16px;
	}

	#comentario-nocuenta{
		height: 200px;
	}


.seccion-elemento-sis{  
  margin: 5px 2px 5px 2px;  
}


.contenedor-boton {	
	display: flex;
	justify-content: center; /* Centra los elementos horizontalmente */
	align-items: center;     /* Centra verticalmente */  
}


/******  Comercios   *****/



/******  Noticias   *****/




/******  Notificaciones   *****/



/******  Comentarios   *****/



/******  Favoritos   *****/



/****** historial   *******/

.ultima-visita{
    position: relative;
    padding: 0px;
    margin: 0px;   
    float: right;
    top: 0px;
    margin-bottom: 0px;

   
    
  }

.ico-eli-modi{
  margin: 10px;
  width:20px; 
  height:20px;
  vertical-align: middle;
} 

span.text-favorito{
  font-size: 13px;

} 



.menor img{
	width: 328px;
	height: 246px
}
div.paqtes1{
	margin: 0px;
	padding: 0px;
	padding-left: 5%;
	padding-right: 5%;
}
div.paqtes2{
	margin: 0px;
	padding: 0px;
	padding-left: 5%;
	padding-right: 5%;
}
table#paquetes td#conten{
	height: 200px;
}

h3.h3-pos-cent{
	text-align: center;
	 color: #FFFFFF;
}


	.input-form-sist {		
		font-size: 16px;		
	}

	.input-form-horario {		
		font-size: 13px;		
	}

	.block {
    padding-left: 30px;
    padding-right: 30px;
  }

  .btn-grande{
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
  }

  #desvanecer{
    display: none;
  }

  .btn-grande-grande{
    width: 100%;
    height: 100%;
    min-height: 50px;
    text-align: center;  
    padding-top: 10px;
    font-size: 20px;  
  }
  
  .seccion-comercio{
    height: 98%;
    min-height: 220px !important;
    margin-bottom: 3px !important;
  }

.seccion-opciones{
    height: 50px;
    min-height: 200px !important;
    margin-bottom: 3px !important;
  }

  .seccion-opciones-interno{
    height: 100%;    
  }

  .img-comercios{  
    width: 250px;
    height: 187.5px;
    border-radius: 5px; 
    display: block;   /* asegura que se comporte como bloque */
    margin: 0 auto;
  }

.img-opciones{
  width: 130px;
  height: 97.5px;
  border-radius: 5px; 
  display: block;   /* asegura que se comporte como bloque */
  margin: 0 auto; 
}

  .h3-pos-cent{
    font-size: 22px;
    font-weight: 500 !important;
  }
}





/* ------------------------------------------------------------             Resolucón de pantalla 450 pixeles                ----------------------------*/
@media(max-width:450px){

/* #########################     Barra header     ######################### */

.img-header1{	
	min-width: 45px;
	position: relative;
	width: 20%;
}
.img-header2{	
	min-width: 130px;
	position: relative;
	width: 55%;
	margin-top: 5px;
}


.input-wrapper{
	position: relative;
	width: 100%;
	margin-bottom: 35px;
}

.input-header{
	color: #0D0D0D;	
	width: 80%;
	border-radius: 8px;
	border: 0.5;
	box-shadow: 0 0 10px rgba(192, 203, 251, 0.7);
	border-color: #7c9f3e; 
	outline: none;
	font-size: 14px;
	position: relative;
	float: left; 	
	left: 10px;
}

.icon-header{
	position: relative;
	float: left;
	height: 20px;
	width: 20px;		
	left: 15px;
	left: 1px;
	
}

.btn2 {
	background: linear-gradient(
		90deg,
		rgba(246,200, 46, 1) 25%,
		rgba(246, 208, 83, 1) 100%); 
	border-color: #bbbab4;
	font-weight: 500;
	color: #fff;
	border-radius: 8px;  
	height: 30px;
	color: #000;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 12px;
	min-width: 120px;
	position: relative;	
	float: center;	
	margin-left: 25px;
	
}

/* -------------------------     Termima barra header     ------------------------- */

.container-muni{
		width: 73%;	
		display: inline-block;        /* mantiene el bloque ajustado a la imagen */
	 	overflow: hidden;  	
		justify-content: center;
		align-items: center;
	}
	.img-municipio{
		position: relative;
		width: 80%;	
		max-width: 300px;		
		border-radius: 0.5em;

	}
}






/*

/ ======== Línea celeste para MENÚ PRINCIPAL ======== /
.nav-menu > li > a {
  position: relative;
}

.nav-menu > li > a::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 0%;
  height: 4px;
  background-color: #8ad7ff;
  transition: width 0.3s ease;
}

/ Hover menú principal: SOLO línea, NO movimiento /
.nav-menu > li:hover > a::after,
.nav-menu > li > a:hover::after {
  width: 100%;
}



/ ======== Submenú ======== /
.nav-menu ul li a {
  position: relative;
  transition: transform 0.3s ease; /* solo movimiento /
}

/ Línea celeste también para submenú /
.nav-menu ul li a::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 0%;
  height: 4px;
  background-color: #8ad7ff;
  transition: width 0.3s ease;
}

/* Hover submenú: movimiento + línea /
.nav-menu ul li:hover > a,
.nav-menu ul li a:hover {
  transform: translateX(5px); /* SOLO SUBMENÚ SE MUEVE /
}

.nav-menu ul li:hover > a::after,
.nav-menu ul li a:hover::after {
  width: 100%;
}

*/