.social {
	position: fixed; /* Hacemos que la posición en pantalla sea fija para que siempre se muestre en pantalla*/
	right: 0; /* Establecemos la barra en la izquierda */
	top: 300px; /* Bajamos la barra 200px de arriba a abajo */
	z-index: 2000; /* Utilizamos la propiedad z-index para que no se superponga algún otro elemento como sliders, galerías, etc */
}

	.social ul {
		list-style: none;
	}

	.social ul li a {
		display: inline-block;
		color:#fff;
		background: #000;
		padding: 5px 7px;
		text-decoration: none;
		-webkit-transition:all 500ms ease;
		-o-transition:all 500ms ease;
		transition:all 500ms ease; /* Establecemos una transición a todas las propiedades */
	}

	.social ul li a:hover {
		background: #2750E8; /* Cambiamos el fondo cuando el usuario pase el mouse */
		padding: 10px 30px; /* Hacemos mas grande el espacio cuando el usuario pase el mouse */
	}
    
.social2 {
	position: fixed; /* Hacemos que la posición en pantalla sea fija para que siempre se muestre en pantalla*/
	right: 0; /* Establecemos la barra en la izquierda */
	top: 100px; /* Bajamos la barra 200px de arriba a abajo */
	z-index: 2000; /* Utilizamos la propiedad z-index para que no se superponga algún otro elemento como sliders, galerías, etc */
}

	.social2 ul {
		list-style: none;
	}

	.social2 ul li a {
		display: inline-block;
		color:#fff;
		background: #000;
		padding: 5px 7px;
		text-decoration: none;
		-webkit-transition:all 500ms ease;
		-o-transition:all 500ms ease;
		transition:all 500ms ease; /* Establecemos una transición a todas las propiedades */
	}

	.social2 ul li a:hover {
		background: #2750E8; /* Cambiamos el fondo cuando el usuario pase el mouse */
		padding: 10px 30px; /* Hacemos mas grande el espacio cuando el usuario pase el mouse */
	}


.popins{
     font-family: 'Poppins', sans-serif;
  font-style: italic;
  font-weight: 700;
}

.monserrat{
font-family: 'Montserrat', sans-serif;
font-weight: 700;
}

.icon-circle {
  border-radius: 50%;
  background-color: #fff;
   box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.2s ease;
}
.icon-circle:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
  transition: all 0.3s ease-in-out;
}


/* Cada tarjeta de producto */
.tarjeta-producto {
  background-color: white;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.2s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px;
  height: 400px; /* o el alto que prefieras */
}

.tarjeta-producto:hover {
  transform: translateY(-5px);
}

/* Imagen del producto */
.tarjeta-producto img {
  width: 100%;
  max-width: 160px;
  height: auto;
  margin-bottom: 16px;
}

/* Título */
.tarjeta-producto h3 {
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 8px;
  font-weight: 600;
}

/* Descripción */
.tarjeta-producto p.descripcion {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 8px;
}

/* Precio */
.tarjeta-producto p.precio {
  font-size: 1rem;
  font-weight: bold;
  color: #008000;
  margin-bottom: 12px;
}

/* Botón */
.tarjeta-producto a.boton {
  display: inline-block;
  padding: 8px 16px;
  background-color: #007bff;
  color: white;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.2s ease;
}

.tarjeta-producto a.boton:hover {
  background-color: #0056b3;
}

.seccion-categorias {
  margin-bottom: 40px;
  border-bottom: 1px solid #ccc; /* opcional */
  background: linear-gradient(180deg, #fff8e6 0%, #fff1cc 100%);
  
}

.categoria-nombre {
  font-family: 'Poppins', sans-serif;  
  font-weight: 600;
  font-size: small;
  margin-top: 10px;
  font-style: italic;
}

.categoriaspopulares{
   font-weight: 500; 
    
    
}

.categoriaspopulares:hover {
  transform: scale(1.05);
  transition: 0.2s ease-in-out;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}


.sidebar12345-product-list {
  margin: 0 auto; /* centrado horizontal */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: scale(0.5); /* 30% del tamaño original */
  transform-origin: top left; /* ajusta el punto de escala */
  margin-left: 35%; /* ajusta el valor según lo que necesites */
}

.sidebar12345-product {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100%; /* ocupa todo dentro de col-4 */
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  transition: transform 0.2s ease;
}

.sidebar12345-product:hover {
  transform: scale(1.02);
}

.sidebar12345-product img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.product-info {
  padding: 6px;
  text-align: center;
}

.product-info h5 {
  font-size: 14px;
  margin: 5px 0;
  color: #333;
  line-height: 1.2;
}

.product-info .precio {
  font-weight: bold;
  font-size: 13px;
  color: #2e7d32;
  margin: 0;
}


@media (max-width: 768px) {
  .sidebar12345-product {
    max-width: 100%;
  }
}

.sidebar {
  width: 250px;
  max-height: 100vh;
  overflow-y: auto;
  background-color: #f9f9f9;
  padding: 10px;
  border-left: 1px solid #ccc;
  display: flex;
  flex-direction: column;
}

.product-card {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: white;
  border-radius: 12px;
  padding: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.product-card:hover {
  background-color: #eef1f5;
}

.product-img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 8px;
  border: 2px solid #ccc;
}

.product-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
}

.product-title {
  font-weight: bold;
}

.product-price {
  color: green;
}

.product-lastmsg {
  font-size: 12px;
  color: gray;
}




body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

.container {
    height: 100%; /* Altura del viewport */
    width: 100%; /* Anchura del viewport */
   
    z-index: -2;
}

header {
    position: absolute; /* Posiciona el header encima de la imagen */
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5); /* Fondo semi-transparente */
    padding: 20px; /* Espaciado interior */
    box-sizing: border-box; /* Incluye padding y border en el ancho total */
    text-align: center;
}

.carrito-contenedor {
    position: relative;
    display: inline-block;
}

.cantidad-productos {
    position: absolute;
    top: 9px; /* Ajusta según sea necesario */
    right: -10px; /* Ajusta según sea necesario */
    background-color: red; /* Color de fondo del número */
    color: white; /* Color del texto */
    padding: 2px 6px;
    border-radius: 50%; /* Hace el número redondo */
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

h1 {
    margin: 0;
}

/* Estilos para el contenedor del título */
.chat-title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px; /* Altura del contenedor */
  background-color: #4e9af1; /* Color de fondo suave */
  border-radius: 10px; /* Bordes redondeados */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra sutil */
  margin: 20px 0; /* Espaciado alrededor */
  
}

.lineadeseparacion {
  height: 5%; /* Altura del contenedor */
  
}

.chat-container {
  display: flex;
  flex-direction: column;
  padding: 10px;
  max-width: 600px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
}

.message {
  max-width: 70%;
  padding: 10px 15px;
  border-radius: 18px;
  margin: 5px 0;
  line-height: 1.4;
  font-size: 14px;
  position: relative;
  word-wrap: break-word;
}

/* Mensajes del otro (izquierda) */
.message.other {
  text-align: left;
  background-color: #e5e5ea;
  color: #000;
  border-top-left-radius: 0;
}

/* Mis mensajes (derecha) */
.message.mine {
  text-align: right;
  background-color: #007bff;
  color: white;
  border-top-right-radius: 0;
}


.chat-title123:hover {
  transform: scale(1.05); /* Efecto de zoom al pasar el ratón */
}

/* Estilos para el texto del título */
.chat-title h1 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; /* Tipografía moderna */
  font-size: large; /* Tamaño de fuente */
  font-weight: bold;
  color: white; /* Color del texto */
  letter-spacing: 2px; /* Espaciado entre letras */
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); /* Sombra de texto */
  margin: 0; /* Eliminar márgenes predeterminados */
}


.etiqueta {
    color: #333; /* Color del texto */
    margin-right: 1px; /* Espaciado a la derecha */
}

.btn-eliminar {
    background-color: #ff4d4d; /* Color del botón */
    border: none;
    border-radius: 50%; /* Botón redondo */
    color: white; /* Color del texto */
    width: 4px; /* Ancho del botón */
    height: 4px; /* Alto del botón */
    cursor: pointer; /* Cursor pointer */
}

.btn-eliminar:hover {
    background-color: #ff1a1a; /* Color al pasar el mouse */
}

.no-subrayado {
    text-decoration: none;
}
.hide{
  display: none;  
}

.error{
  color: red;  
}

.bordertop{
 border-top: 1px solid #d3d3d3;   
}

.hidden {
            display: none;
        }

.visible {
            display: block;
}

.carrouselimagen{
width: 100%; height: auto; 
margin-top: 10%;
  max-width: 100%;
    
}

.texto-borde {
    color: white; /* Color del texto */
    background-color: transparent; /* Fondo transparente */
    border: 2px solid black; /* Borde negro */
    padding: 5px; /* Espaciado interno */
    display: inline-block; /* Para ajustar el tamaño al contenido */
    text-shadow: 1px 1px 0 black; /* Sombra para mejorar la legibilidad */
    position: fixed; /* Fija el elemento */
    
    
}

.contenedor-img23 {
    position: relative;
    width: 70%;
    padding-top: 100%; /* Esto crea un cuadrado (altura = 100% del ancho) */
    overflow: hidden;
    margin: 0 auto;
}

.contenedor-img23 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain; /* O 'cover' si quieres que se recorte */
}

.Sans {
font-family: 'PT Serif', serif; /* Tipo de fuente */    
}

#acceso {
    font-size: x-small; /* Tamaño de fuente extra pequeño */
    font-family: 'PT Serif', serif; /* Tipo de fuente */
    background-color: #FFBE33; /* Color de fondo amarillo */
    width: 200px; /* Ancho del botón */
}

#botonregistrarse {
    font-size: x-small; /* Tamaño de fuente extra pequeño */
    font-family: 'PT Serif', serif; /* Tipo de fuente */
    background-color: #FFBE33; /* Color de fondo amarillo */
    width: 100px; /* Ancho del botón */
}


.fondoperfil{
    
   background-color: #ECF0F1
}



#logoprincipal {
    white-space: nowrap;
}

#logodepagina {
    border-radius: 20px;
}

#imagenbotonacceso {
    width: 20px;
}

#imagenboton {
    width: 20px;
}

#divdelresgistro {
    font-size: small;
    height: 18px;
}

#divdelresgistro1 {
    font-size: small;
    height: 18px;
}

#submit_data {
    height: 40px;
    width: auto;
    font-size: 14px; /* Tamaño de fuente opcional */
    background-color: #FFBE33; /* Color de fondo del botón */
    color: black; /* Color del texto */
    border: none; /* Sin borde */
    border-radius: 5px; /* Bordes redondeados opcional */
    cursor: pointer; /* Cambia el cursor al pasar sobre el botón */
    text-align: center; /* Centra el texto en el botón */
    font-family: 'PT Serif', serif; /* Tipo de fuente */
}



#submit_data:hover {
    background-color: #ff9900; /* Color de fondo al pasar el mouse sobre el botón */
}


.submit_datamensaje {
    height: 40px;
    width: auto;
    font-size: 14px; /* Tamaño de fuente opcional */
    background-color: #FFBE33; /* Color de fondo del botón */
    color: black; /* Color del texto */
    border: none; /* Sin borde */
    border-radius: 5px; /* Bordes redondeados opcional */
    cursor: pointer; /* Cambia el cursor al pasar sobre el botón */
    text-align: center; /* Centra el texto en el botón */
    font-family: 'PT Serif', serif; /* Tipo de fuente */
}



.submit_datamensaje:hover {
    background-color: #ff9900; /* Color de fondo al pasar el mouse sobre el botón */
}

#submit_data2 {
    height: 30px;
    width: 100%;
    font-size: 10px; /* Tamaño de fuente opcional */
    background-color: #FFBE33; /* Color de fondo del botón */
    color: black; /* Color del texto */
    border: none; /* Sin borde */
    border-radius: 5px; /* Bordes redondeados opcional */
    cursor: pointer; /* Cambia el cursor al pasar sobre el botón */
    text-align: center; /* Centra el texto en el botón */
    font-family: 'PT Serif', serif; /* Tipo de fuente */
    margin-left: 20px;
}



#submit_data2:hover {
    background-color: #ff9900; /* Color de fondo al pasar el mouse sobre el botón */
}

#submit_data3 {
    height: 30px;
    width: auto;
    font-size: 10px; /* Tamaño de fuente opcional */
    background-color: #0d88fa; /* Color de fondo del botón */
    color: black; /* Color del texto */
    border: none; /* Sin borde */
    border-radius: 5px; /* Bordes redondeados opcional */
    cursor: pointer; /* Cambia el cursor al pasar sobre el botón */
    text-align: center; /* Centra el texto en el botón */
    font-family: 'PT Serif', serif; /* Tipo de fuente */
}



#submit_data3:hover {
    background-color: #69b4fa; /* Color de fondo al pasar el mouse sobre el botón */
}

#submit_data4 {
    height: 20px;
    width: auto;
    font-size: 10px; /* Tamaño de fuente opcional */
    background-color: #FFBE33; /* Color de fondo del botón */
    color: black; /* Color del texto */
    border: none; /* Sin borde */
    border-radius: 5px; /* Bordes redondeados opcional */
    cursor: pointer; /* Cambia el cursor al pasar sobre el botón */
    text-align: center; /* Centra el texto en el botón */
    font-family: 'PT Serif', serif; /* Tipo de fuente */
}



#submit_data4:hover {
    background-color: #ff9900; /* Color de fondo al pasar el mouse sobre el botón */
}

#submit_data5 {
    height: 20px;
    width: 160px;
    font-size: 10px; /* Tamaño de fuente opcional */
    background-color: #b5b3fc; /* Color de fondo del botón */
    color: black; /* Color del texto */
    border: none; /* Sin borde */
    border-radius: 5px; /* Bordes redondeados opcional */
    cursor: pointer; /* Cambia el cursor al pasar sobre el botón */
    text-align: center; /* Centra el texto en el botón */
    font-family: 'PT Serif', serif; /* Tipo de fuente */
}



#submit_data5:hover {
    background-color: #d1cffd; /* Color de fondo al pasar el mouse sobre el botón */
}

/* Estilo general de las pestañas */
.tabs {
  display: flex;
  border-bottom: 2px solid #ccc;
  margin-bottom: 10px;
}

/* Estilo de cada pestaña */
.tab {
  padding: 10px 20px;
  cursor: pointer;
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  border-bottom: none;
  margin-right: 5px;
  transition: background-color 0.3s ease;
}

/* Cambiar el color cuando la pestaña está activa */
.tab.active {
  background-color: #ffffff;
  border-color: #ddd;
  border-bottom: 2px solid #fff;
  font-weight: bold;
}

/* Contenido de las pestañas */
.tab-content {
  display: flex;
  flex-direction: column;
}

/* Estilo del contenido de cada pestaña */
.content {
  display: none;
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-top: none;
}

.content.active {
  display: block;
}


.hidden-iframe {
            display: none; /* Oculta el iframe */
            width: 0;
            height: 0;
            border: none;
        }

.exito{
text-align: center; 
justify-content: center; 
align-items: center;
font-size: small; 
font-family: 'PT Serif', serif;
}

.textodetextos{
font-family: 'PT Serif', serif;  
}

.container {
    position: relative;
    width: 100%;
    height: 100vh;
}

.elemento {
    cursor: pointer;
}



.background-image {
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* Para que la imagen esté detrás de otros elementos */
}

.deseleccion{
    text-align: center; font-size: x-small; font-family: 'PT Serif', serif
}

.deseleccion2{
    text-align: center; font-size: small; font-family: 'PT Serif', serif
}

.deprecios{
    text-align: center; font-size: larger; font-family: 'Source Sans Pro', sans-serif; color: red; font-style: italic;
}



.content {
    padding: 20px;
}

.search-bar {
    position: absolute;
    bottom: 50%; /* Ajusta la posición vertical para que esté en la mitad del gráfico */
    left: 50%;
    transform: translate(-50%, 50%); /* Centra horizontal y verticalmente */
    background-color: white; /* Fondo semitransparente */
    padding: 10px;
    border-radius: 10px;
}

.tipodeletrasanserifpeque {
font-family: 'PT Serif', serif;
font-size: x-small;
}

.tipodeletrasanserifgrande {
font-family: 'PT Serif', serif;
font-size: large;
}

#botonbusqueda {
    font-size: x-small; /* Tamaño de fuente extra pequeño */
    font-family: 'PT Serif', serif; /* Tipo de fuente */
    background-color: #FFBE33; /* Color de fondo amarillo */
    width: 100px; /* Ancho del botón */
    height: 25px;
}

.botondebusquedadelapaginaprincipal{
    font-size: x-small; /* Tamaño de fuente extra pequeño */
    font-family: 'PT Serif', serif; /* Tipo de fuente */
    width: 15%; /* Ancho del botón */
    height: 24px;
    background-color: #007BFF;  /* Botón azul vibrante */
border: 2px solid #0056b3;  /* Borde más oscuro */
color: white;
}

#botonbusqueda2 {
    font-size: x-small; /* Tamaño de fuente extra pequeño */
    font-family: 'PT Serif', serif; /* Tipo de fuente */
    background-color: #FFBE33; /* Color de fondo amarillo */
    width: 120px; /* Ancho del botón */
    height: 25px;
}


.texto1 {
    font-size: medium; /* Tamaño de fuente extra pequeño */
    font-family: 'PT Serif', serif; /* Tipo de fuente */
    
    }
    
.anton-regularmedium {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: medium;
}
    
    
.textonuevo {
    font-size: large; /* Tamaño de fuente extra pequeño */
    font-family: 'PT Serif', serif; /* Tipo de fuente */
}

.italic-text {
    font-style: italic;
}

.custom-table {
    width: 100%;
    border-collapse: collapse;
}

.custom-table th,
.custom-table td {
    border: 1px solid rgba(0, 0, 0, 0.1); /* Bordes tenues */
    padding: 8px;
    vertical-align: top;
    text-align: left;
}

.custom-table th {
    background-color: #f8f9fa; /* Fondo claro para encabezados */
    font-weight: bold;
}

.custom-table tr:nth-child(even) {
    background-color: #f2f2f2; /* Fondo alternado para filas */
}

.bordebusqueda{
border: 1px solid #d3d3d3;
}

.bordebusqueda1{
border-right: 1px solid #d3d3d3;
}

#texto {
    font-size: x-small; /* Tamaño de fuente extra pequeño */
    font-family: 'PT Serif', serif; /* Tipo de fuente */
    text-align: right;
}

.descripcion-container {
    min-height: 6em; /* Define una altura mínima en em para aproximadamente 6 filas de texto */
    margin-bottom: 1em; /* Espacio inferior */
}

.titillium-web-extralight {
  font-family: "Titillium Web", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.titillium-web-light {
  font-family: "Titillium Web", sans-serif;
font-size: x-small;
  font-style: normal;
}

.titillium-web-regular {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.titillium-web-semibold {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.titillium-web-bold {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.titillium-web-black {
  font-family: "Titillium Web", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.titillium-web-extralight-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.titillium-web-light-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.titillium-web-regular-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.titillium-web-semibold-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.titillium-web-bold-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-style: italic;
}


#titulo {
   font-size: x-small; 
   font-family: 'PT Serif', serif; 
   height:100%; 
   width:100%; 
    
    
}

.textogeneral {
   font-size: x-small; 
   font-family: 'PT Serif', serif; 
   
    
}

.textodeparrafos {
   font-size: small; 
   font-family: 'PT Serif', serif; 
   
    
}
.textosolorojo {
    color: red;
    font-size: medium; 
   font-family: 'PT Serif', serif; 
}

.textorojo {
    color: red;
    text-decoration: none;
    font-size: small; 
   font-family: 'PT Serif', serif; 
}

.borde-amarillo {
    border: 2px solid #2c24d5; /* Define el grosor y el color del borde */
    border-radius: 70px; /* Opcional: para esquinas redondeadas */
    padding: 5px; /* Opcional: espacio interno */
}

.sin-subrayado {
    text-decoration: none;
}

.columna {
    padding-top: 1%;  /* Espacio en la parte superior */
    padding-bottom: 1%;  /* Espacio en la parte inferior */
    text-align: left;  /* Centrar el texto horizontalmente */
    display: flex;  /* Habilitar flexbox */
    justify-content: flex-start;  /* Centrar el texto horizontalmente */
    align-items: flex-start;  /* Centrar el texto verticalmente */
}

.opinion {
  text-align: left;  /* Centrar el texto horizontalmente */
    display: flex;  /* Habilitar flexbox */
    justify-content: flex-start;  /* Centrar el texto horizontalmente */
    align-items: flex-start;  /* Centrar el texto verticalmente */  
}

.usuario {
    text-align: right;  /* Centrar el texto horizontalmente */
    display: flex;  /* Habilitar flexbox */
    justify-content: flex-end;  /* Centrar el texto horizontalmente */
    align-items: flex-end;  /* Centrar el texto verticalmente */
    font-size: small; 
   font-family: 'PT Serif', serif;
}

/* Estilo general para la tabla */
.table1 {
    width: 100%;
    border-collapse: collapse; /* Asegura que los bordes de las celdas se fusionen */
    margin-bottom: 20px;
}

/* Estilo para las celdas de la tabla (th y td) */
.table1 th, .table1 td {
    border: 1px solid #ddd; /* Borde de color gris claro */
    padding: 8px; /* Espacio interno dentro de cada celda */
    text-align: left; /* Alinea el texto a la izquierda */
}

/* Estilo para los encabezados de la tabla */
.table1 th {
    background-color: #f2f2f2; /* Fondo gris claro para los encabezados */
    font-weight: bold; /* Negrita para el texto de los encabezados */
}

/* Estilo para las filas alternas */
.table1 tr:nth-child(even) {
    background-color: #f9f9f9; /* Fondo gris claro para filas pares */
}

/* Estilo para las filas al pasar el mouse */
.table1 tr:hover {
    background-color: #ddd; /* Fondo gris claro para filas al pasar el mouse */
}


.textodeprecios {
   font-size: large; 
   font-family: 'PT Serif', serif; 
   color: red;
    
}

.textodeprecios2 {
   font-size: small; 
   font-family: 'PT Serif', serif; 
   color: red;
    
}

.fondoazul {
  background-color: #6698ea;  
    
}

.texto2 {
  font-size: medium; 
   font-family: 'PT Serif', serif; 
   color: black;
}

.bordedelfooter{
  border-top: 1px solid black;; /* Ajusta el grosor según sea necesario */
        border-right: none;
        border-bottom: none;
        border-left: none;  
    
}

.titulosgenerales{
   font-size: medium; 
   font-family: 'PT Serif', serif;
   font-weight: bold;
    
}

.titulosgenerales3{
   font-size: larger; 
   font-family: 'PT Serif', serif;
   font-weight: bold;
    
}


.titulosgenerales2{
   font-size: small; 
   font-family: 'PT Serif', serif;
   font-weight: bold;
    
}

.bordertitulo{
        border-top: none; /* Ajusta el grosor según sea necesario */
        border-right: none;
        border-bottom: 1px solid black;
        border-left: none;
    }
    
.bordeinferior{
        border-top: none; /* Ajusta el grosor según sea necesario */
        border-right: none;
        border-bottom: 1px solid black;
        border-left: none;
    }    

.fondofoto{
    background-color: white;
    vertical-align: middle;
}

body {
            background-color: white;
            margin: 0;
            padding: 0;
        }
        
        
.bordercuadradocompleto{
    border-top: 1px solid black; /* Ajusta el grosor según sea necesario */
        border-right: 1px solid black;
        border-bottom: 1px solid black;
        border-left: none;
}

.borderpublicaciones{
    border-top: 1px solid black; /* Ajusta el grosor según sea necesario */
        border-right: 1px solid black;
        border-bottom: 1px solid black;
        border-left: 1px solid black;
}

.a {
    text-decoration: none;
    color: black;
}

.contenedor-foto {
    width: 300px; /* Ancho del contenedor */
    height: 200px; /* Alto del contenedor */
    border: 2px solid black; /* Borde negro de 2 píxeles */
    background-color: white; /* Fondo blanco del contenedor */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer; /* Cambia el cursor al pasar por encima */
}

.contenedor-foto span {
    font-size: 16px;
}

.contenedor-foto:hover {
    background-color: #f0f0f0; /* Cambia el color de fondo al pasar por encima */
}

.responder{
    cursor: pointer;
    background-color: #f0f0f0;
}

[disabled] {
    filter: grayscale(100%);
    opacity: 0.8;
}

/* Para que las imágenes se adapten al tamaño del contenedor */
.image-container {
    width: 150px;
    height: 175px;
    border: 2px solid black;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.image-container img {
    width: 80%;
    height: 80%;
    object-fit: cover; /* Esto hace que la imagen se ajuste al contenedor sin distorsionarse */

}

.image-containeredit {
    width: 100px;
    height: auto;
    border: 2px solid black;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.image-containeredit img {
    width: 80%;
    height: 80%;
    object-fit: cover; /* Esto hace que la imagen se ajuste al contenedor sin distorsionarse */
}

.icon-image {
            position: absolute;
            top: 5px;
            right: 5px;
            cursor: pointer;
            opacity: 0.0;
            transition: opacity 0.3s;
        }


.icon-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Centra el ícono en el contenedor */
}

.icon-container i {
    cursor: pointer;
    transition: opacity 0.3s;
}

.image-container img:hover + .icon-container i {
    opacity: 1;
}

.table {
    width: 100%;
    border-collapse: collapse;
    background-color: #f0f0f0; /* Fondo gris */
}

.table td {
    border: 1px solid #000; /* Borde negro */
    padding: 10px;
    text-align: center;
}

body {
    font-family: Arial, sans-serif;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); /* Fondo oscuro con 80% de opacidad */
    display: none; /* Inicialmente oculto */
    align-items: center;
    justify-content: center;
    z-index: 1000; /* Asegura que esté por encima del contenido principal */
    
}

#confirmationDialog {
    background: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1001; /* Asegura que esté encima del overlay */
    position: relative; /* Asegura que esté por encima del overlay */
}

#overlay1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); /* Fondo oscuro con 80% de opacidad */
    display: none; /* Inicialmente oculto */
    align-items: center;
    justify-content: center;
    z-index: 1000; /* Asegura que esté por encima del contenido principal */
    
}

#confirmationDialog1 {
    background: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1001; /* Asegura que esté encima del overlay */
    position: relative; /* Asegura que esté por encima del overlay */
}

#confirmButton1 {
    text-align: center;
    width: 40px;
    height: auto;
}


#cancelButton1 {
    text-align: center;
    width: 40px;
    height: auto;
}

#confirmButton {
    text-align: center;
    width: 40px;
    height: auto;
}


#cancelButton {
    text-align: center;
    width: 40px;
    height: auto;
}

.confirmButton{
    text-align: center;
    width: 30%;
    height: auto;
    
}

.cancelButton{
    text-align: center;
    width: 30%;
    height: auto;
}
.cursor{
    cursor: pointer;
    transition: color 0.3s;
}

.cursor:hover {
            color: blue; /* Color de texto cuando el cursor está sobre el elemento */
            text-decoration: underline; /* Opcional: subraya el texto para que se parezca a un enlace */
        }

.hidden {
    display: none; /* La clase hidden oculta el elemento */
}

button {
        cursor: pointer;
}

button:hover {
    background-color: #ddd;
}
