/*.div-publicacion {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999999;
}

.flecha-arriba-muro {
	max-width: 60px;
	max-height: 60px;
	position: fixed;
	bottom: 30px;
	right: -50px;
	z-index: 50;
}

@media (max-width: 1400px) and (max-height: 1200px){
    .flecha-arriba-muro {
		right: -30px;
	}   
}

@media (max-width: 600px) {
   .flecha-arriba-muro {
      right: -15px;
   }
}

.grid-form-pub {
	display: grid;
	grid-template-columns: repeat(2, 1fr);	
	gap: 20px;
}

@media (max-width: 1200px) {
	.grid-form-pub{
		display: block;
	}
}

.div-publicacion2 form{
	padding: 20px;
	border-radius: 5px;
	width: 60%;
	height: 600px;
	background-color: #2956e9;
	color: #ececec;
}

@media (max-width: 1200px) {
	.div-publicacion2 form{
		height: 720px;
	}
}

@media (max-width: 600px) {
	.div-publicacion2 form{
		width: 95%;
	}
}


.div-publicacion2 label{
	padding: 12px;
	font-size: 22px;
	font-family: 'Arial', sans-serif;	
	width: 60%;
	color: #ececec;
}

.div-publicacion2 textarea{
	padding: 12px;
	font-size: 18px;
	font-family: 'Arial', sans-serif;
	border-radius: 5px;
	width: 100%;
	height: 84px;
	max-width: 400px;
	max-height: 90px;
	background-color: #ececec;
	color: #110040;
}

@media (max-width: 500px) {
	.div-publicacion2 textarea {
		max-width: 350px;
	}
}

.div-publicacion2 form input[type="submit"] {
	text-decoration: none;
	border: none;
	border-radius: 5px;
	padding: 10px;
	font-family: 'Arial', sans-serif;
	font-size: 20px;
	color: #eeefff;
	cursor: pointer;
	background-color: #3c6aef;
}

.div-publicacion2 form input[type="submit"]:hover {
	text-decoration: none;
	border: none;
	border-radius: 5px;
	padding: 10px;
	font-family: 'Arial', sans-serif;
	font-size: 20px;
	color: #eeefff;
	background-color: #698cef;
}

.div-publicacion2 form input {
	cursor: pointer;
}



.div-publicacion form{
	padding: 20px;
	border-radius: 5px;
	width: 60%;
	height: 600px;
	background-color: #2956e9;
	color: #ececec;
}

@media (max-width: 1200px) {
	.div-publicacion form{
		height: 720px;
		width: 90%;
	}
}

@media (max-width: 600px) {
	.div-publicacion form{
		width: 95%;
	}
}


.div-publicacion label{
	padding: 12px;
	font-size: 22px;
	font-family: 'Arial', sans-serif;	
	width: 60%;
	color: #ececec;
}

.div-publicacion textarea{
	padding: 12px;
	font-size: 18px;
	font-family: 'Arial', sans-serif;
	border-radius: 5px;
	width: 100%;
	height: 84px;
	max-width: 400px;
	max-height: 90px;
	background-color: #ececec;
	color: #1236ad;
}

@media (max-width: 500px) {
	.div-publicacion textarea {
		max-width: 350px;
	}
}

.div-publicacion form img {
	max-width: 90%;
    max-height: 400px;
    width: auto;
    height: auto;
    display: block;
    margin: auto;
    object-fit: contain;
}

@media (max-width: 1200px) {
	.div-publicacion form img{
		max-height: 280px;
	}
}

.div-publicacion form video {
	max-width: 90%;
    max-height: 400px;
    width: auto;
    height: auto;
    display: block;
    margin: auto;
    object-fit: contain;
}

@media (max-width: 1200px) {
	.div-publicacion form video{
		max-height: 280px;
	}
}

.div-publicacion form input[type="submit"] {
	text-decoration: none;
	border: none;
	border-radius: 5px;
	padding: 10px;
	font-family: 'Arial', sans-serif;
	font-size: 20px;
	color: #eeefff;
	cursor: pointer;
	background-color: #3c6aef;
}

.div-publicacion form input[type="submit"]:hover {
	text-decoration: none;
	border: none;
	border-radius: 5px;
	padding: 10px;
	font-family: 'Arial', sans-serif;
	font-size: 20px;
	color: #eeefff;
	background-color: #698cef;
}

.div-publicacion form input {
	cursor: pointer;
}

.cerrarPub {
	display: block;
	text-align: right;
	font-weight: bold;
	font-size: 30px;
	cursor: pointer;
}

.eliminarPub {
	display: block;
	color: #0f0a36;
	padding: 10px;
	text-align: right;
	font-weight: bold;
	margin-right: 3px;
	margin-top: 3px;
	cursor: pointer;
}

.none {
	display: none;
}
*/



/* ESTILOS MUR */

.muro-de-comercio {
	display: block;
	text-align: center;
	align-items: center;
	width: 100%;
}

.tarjeta-publicacion {
	width: 38%;
	margin: auto;
	padding: 12px;
	display: block;	
	background-color: #fff;
	border-radius: 18px;
	border: solid 3px #fff;
}

@media(max-width: 1450px){
	.tarjeta-publicacion {
		width: 38%;
	}
}

@media (max-width: 1400px) and (max-height: 1200px){
    .tarjeta-publicacion {
		width: 40%;
	}    
}

@media(max-width: 1250px){
	.tarjeta-publicacion {
		width: 65%;
	}
}

@media(max-width: 600px){
	.tarjeta-publicacion {
		width: 100%!important;		
		border-radius: 5px;
		margin: 0;
		padding: 3px 0;
		border: none;
		border-radius: 0;
	}
}

.titulo-comercio {
	font-family: 'Lora', sans-serif;
	font-weight: bold;
	font-size: 21px;
	padding: 5px;
	background-color: #2d5fef;
	color: #efefef;
	border-radius: 5px;
	width: 100%;
}

@media (max-width: 1400px) and (max-height: 1200px){
    .titulo-comercio {
		font-size: 15px;
	}   
}

@media (max-width: 800px) {
	.titulo-comercio {
		font-size: 23px;
		width: 98%;
		margin: auto;
		border-radius: 1px;
	}
}

.titulo-comercio:hover{
	background: linear-gradient(to bottom ,#2956e9, #0f2d91);
}

.logos-datos-direccion {
	display: inline;
	margin: 0;
	margin-bottom: -2px;
	padding: 0;
	max-width: 14px;
	max-height: 14px;
}

.fecha-posteo {
	font-family: 'Arial', sans-serif;
	font-weight: 100;
	max-width: 90%;
	margin: 15px auto;
	text-align: left;
	font-size: 14px;
	color: #434569;
}

@media (max-width: 1400px) and (max-height: 1200px){
    .fecha-posteo {
		font-size: 10px;
	}   
}	

@media (max-width: 800px) {
	.fecha-posteo {
		font-size: 12px;
	}
}

@media (max-width: 600px) {
	.fecha-posteo {
		font-size: 11px;
	}
}

.posteo-texto-tarjeta {
	font-family: 'Lora', sans-serif;
	font-weight: 150;
	max-width: 95%;
	margin: 15px 0;
	text-align: left;
	font-size: 17px;
	color: #06123a;
}

@media (max-width: 1450px) {
	.posteo-texto-tarjeta {
		font-size: 17px;
	}
}

@media (max-width: 1400px) and (max-height: 1200px){
    .posteo-texto-tarjeta {
		font-size: 15px;
	}   
}	

@media (max-width: 800px) {
	.posteo-texto-tarjeta {
		font-size: 17px;
	}
}

@media (max-width: 600px) {
	.posteo-texto-tarjeta {
		max-width: 100%;
		font-size: 15px;
		margin:  15px 10px;
	}
}

.posteo-texto-tarjeta a {
	color: blue;
}

.img-posteo {
    max-width: 100%;
    max-height: 850px;
    width: auto;
    height: auto;
    display: block;
    margin: auto;
    object-fit: contain;
}

@media (max-width: 1450px) {
	.img-posteo {
		max-height: 850px;
	}
}

@media (max-width: 600px) {
	.img-posteo {
		max-width: 100%;
		max-height: 780px;
	}
}

.video-posteo {
    max-width: 100%;
    max-height: 800px;
    width: auto;
    height: auto;
    display: block;
    margin: auto;
    object-fit: contain;
    user-select: none; /* Desactiva la selección de texto y objetos */
    -webkit-user-drag: none; /* Desactiva el arrastre de objetos en WebKit */
}

@media (max-width: 1450px) {
	.video-posteo {
		max-height: 500px;
	}
}

@media (max-width: 600px) {
	.video-posteo {
		max-width: 100%;
		max-height: 780px;
	}
}

.img-logo-comercio {
    position: relative;
    padding: 3px;
    display: inline-block;
    border-radius: 21px;
    width: 42px;
    height: 42px;
    margin: 5px 10px;
    filter: drop-shadow(0 0 10px #eee);
    transition: .5s;
    transition: transform .5s ease;
    background-color: transparent; /* Fondo del contenido */
}

.img-logo-comercio::before {
    content: "";
    position: absolute;
    top: 0;
    left: 1px;
    right: -3px;
    bottom: 0;
    border-radius: 28px; /* Aumenta en 3px para mantener el borde redondeado */
    background: radial-gradient(at bottom right, #ff7320, #355fea);
    z-index: -1;
}

.img-logo-comercio img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 25px;
}

@media (max-width: 1400px) and (max-height: 900px){
    .img-logo-comercio {
      width: 32px;
      height: 32px;
      padding: 4px;
      border-radius: 18px;
   }    
   .img-logo-comercio::before {
	    content: "";
	    position: absolute;
	    top: 0;
	    left: 1px;
	    right: -1px;
	    bottom: 0px;
	    border-radius: 16px; /* Aumenta en 3px para mantener el borde redondeado */
	    background: radial-gradient(at bottom right, #ff7320, #355fea);
	    z-index: -1;
	}
}

@media (max-width: 550px){
   .img-logo-comercio{
   	  border-radius: 15px;
      width: 42px;
      height: 42px;
      margin: 6px;
   }
   .img-logo-comercio::before {
	    content: "";
	    position: absolute;
	    top: 0px;
	    left: 3px;
	    right: -3px;
	    bottom: 0px;
	    border-radius: 28px; /* Aumenta en 3px para mantener el borde redondeado */
	    background: radial-gradient(at bottom right, #ff7320, #355fea);
	    z-index: -1;
	}
}

@media (max-width: 375px){
   .img-logo-comercio::before {
	    content: "";
	    position: absolute;
	    top: 0px;
	    left: 3px;
	    right: -3px;
	    bottom: 0px;
	    border-radius: 28px; /* Aumenta en 3px para mantener el borde redondeado */
	    background: radial-gradient(at bottom right, #ff7320, #355fea);
	    z-index: -1;
	}
}

.img-logo-comercio:hover{
   filter: drop-shadow(0 0 20px #fff);  
   transform: scale(1.18);
   transition: .5s;
}

.logos-sociales-publi{
   padding: 3px;
   display: inline;
   width: 50px;
   height: 50px;
   margin: 5px;
   filter: drop-shadow(0 0 10px #eee);
   transition: .5s;
   transition: transform .5s ease;
}

@media (max-width: 1400px) and (max-height: 900px){
    .logos-sociales-publi {
      width: 35px;
      height: 35px;
   }    
}

@media (max-width: 550px){
   .logos-sociales-publi{
      width: 50px;
      height: 50px;
      margin: .5px;
   }
}

@media (max-width: 370px){
   .logos-sociales-publi{
      width: 40px;
      height: 40px;
      margin: .5px;
   }
}

.logos-sociales-publi:hover{
   filter: drop-shadow(0 0 20px #fff);  
   transform: scale(1.18);
   transition: .5s;
}

.flex-left{
   display: flex;
   justify-content: left;   
   align-items: center;
   text-align: center;
}

.margin-left {
   margin-left: 50px;
}

.flex-right {
   display: flex;
   justify-content: right;
   align-items: center;
}

.margin-right {
   margin-right: 50px;
}

.flex-between {
   display: flex;
   justify-content: space-between;
   align-items: center;   
	margin: 0 10px;
}

.flex-around {
   display: flex;
   justify-content: space-around;
   align-items: center;
}

.corazon-me-gusta {
   max-width: 32px;
   position: relative; /* Necesario para que el ::before funcione correctamente */
   cursor: pointer;
   margin: 8px 0 5px 0;
}

.guardado {
   width: 35px;
   height: 35px;
   position: relative; /* Necesario para que el ::before funcione correctamente */
   cursor: pointer;
   margin: 8px 0 5px 0;
}

.estrella {
   width: 35px;
   height: 35px;
   position: relative; /* Necesario para que el ::before funcione correctamente */
   cursor: pointer;
   margin: 8px 0 5px 0;
}

.compartir {
   width: 35px;
   height: 35px;
   position: relative; /* Necesario para que el ::before funcione correctamente */
   cursor: pointer;
   margin: 8px 0 5px 0;
}

.reportar {
   width: 35px;
   height: 35px;
   position: relative; /* Necesario para que el ::before funcione correctamente */
   cursor: pointer;
   margin: 8px 0 5px 0;
}

.foto-portada {
   margin-top: 60px;
   width: 100%;
   max-height: 550px;
   object-fit: cover;
   object-position: center;
   overflow: hidden;
   box-shadow: 0 0 0 10px #bbb;
}

.imagen-con-borde {
   position: relative;
   top: -150px;
   left: 125px;
   display: inline-block;
   border-radius: 150px; /* 140px (radio de la imagen) + 10px (borde) */
   width: 300px; /* 280px (ancho de la imagen) + 20px (borde de 10px en cada lado) */
   height: 300px; /* Igual que el width */
   z-index: 100;
   overflow: hidden; /* Asegura que el pseudo-elemento siga la forma redonda */
}

.imagen-con-borde::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 300px; /* 280px (ancho de la imagen) + 20px (borde de 10px en cada lado) */
   height: 300px; /* Igual que el width */
   border-radius: 150px; /* 140px (radio de la imagen) + 10px (borde) */
   background: linear-gradient(to bottom, #fff 50%, #ccc 50%);
   z-index: 110; /* Asegura que el borde quede detrás de la imagen */
}

.imagen-con-borde img {
   position: relative;
   object-fit: cover;
   object-position: center;
   overflow: hidden;
   z-index: 130;
   display: block;
   border-radius: 140px;
   width: 280px;
   height: 280px;
   margin: 10px; /* Ajuste para centrar la imagen dentro del borde de 10px */
}

.fecha-posteo-public {
   font-family: 'Arial', sans-serif;
   font-weight: 100;
   max-width: 100%;
   margin: 15px auto;
   text-align: left;
   font-size: 14px;
   color: #434569;color: #434569;
}

@media (max-width: 1400px) and (max-height: 1200px){
    .fecha-posteo-public {
      font-size: 10px;
   }   
}  

@media (max-width: 800px) {
   .fecha-posteo-public {
      font-size: 12px;
   }
}

@media (max-width: 600px) {
   .fecha-posteo-public {
      font-size: 11px;
   }
}

.align-left {
    text-align: left;
    margin-left: 5px;
}

.foto-usuario-me-gusta-uno {
    position: relative;
    z-index: 50;
    display: inline-block; 
    width: 28px; 
    height: 28px; 
    border-radius: 14px; 
    object-fit: cover; 
    overflow: hidden;
    border: solid 2px #fff;
    cursor: pointer;
}

.foto-usuario-me-gusta {
    cursor: pointer;
    position: relative;
    display: inline-block; 
    width: 28px; 
    height: 28px; 
    border-radius: 14px; 
    object-fit: cover; 
    overflow: hidden;
    border: solid 2px #fff;
}

.menu-compartir {
    display: none;
    position: absolute;
    top: 100%;     /* justo debajo del botón */
    right: 0;      /* alineado al borde derecho del botón */
    background: white;
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    z-index: 10;
    min-width: 130px; /* opcional, para que se vea bien en móviles */
}

.menu-compartir .opcion {
    cursor: pointer;
    padding: 5px;
    font-size: 14px;
    color: #333;
    border-bottom: solid 1px #999;
}

.menu-compartir .opcion:last-child {
    border-bottom: none;
}
.menu-compartir .opcion:hover {
    background-color: #f0f0f0;
}

/* FIN ESTILOS MUR */

/*geleria*/
.galeria-media {
    position: relative;
    /* Elimina o modifica esta línea para que no limite el ancho */
    /* max-width: 600px; */
    width: 100%;
    margin: 0;
}
.media-slide {
    display: none;
    text-align: center;
}

.media-container {
    width: 100%;
}
.video-galeria {
    max-width: 100%;
    max-height: 700px;
}
.img-galeria {
    width: 100%;
    max-height: 900px;
    display: block; /* para quitar espacio blanco abajo de la imagen */
    margin: 0; /* centrado horizontal sin margen extra */
}
/* Estilos para los botones de navegación (flechas) */
.prev-galeria, .next-galeria {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 34px;
    height: 34px;
    margin-top: -21px;
    padding: 4px 8px 8px 8px;
    color: rgba(255,255,255,0.1);
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 21px;
    user-select: none;
    background-color: rgba(0,0,0,0.1); /* Cambiado para que tenga un fondo opaco como el ejemplo */
    filter: drop-shadow(0 0 10px #fff);
}

/* Posición del botón 'siguiente' */
.next-galeria {
    right: 0;
}

.prev-galeria {
    left: 0;
}

/* Color de fondo de los botones al pasar el mouse */
.prev-galeria:hover, .next-galeria:hover {
    background-color: rgba(0,0,0,0.2); /* Un poco más oscuro al pasar el mouse */
}

/* Estilos para los puntos de navegación */
.puntos-galeria {
    text-align: center;
    padding: 10px 0 0 0;
}

.punto-galeria {
    cursor: pointer;
    height: 8px; /* Tamaño del punto más pequeño */
    width: 8px;  /* Tamaño del punto más pequeño */
    margin: 0 2px;
    background-color: #555; /* Color de fondo del punto inactivo */
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease; /* Transición más suave */
}

.punto-galeria.activo, .punto-galeria:hover {
    background-color: #59c1cc; /* Color de fondo del punto activo o al pasar el mouse */
}

/* Animación de desvanecimiento */
.fade-galeria {
    animation-name: fadeGaleria;
    animation-duration: 1.5s;
}

@keyframes fadeGaleria {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}
