body {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;  
	line-height: 1.6;
	font-size: 16px;
	background-color: #ffffff;
}

h2, h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

h2, h3 {
  xfont-size: 1.75rem;
  xfont-weight: 600;
  xcolor: #1a1a1a;
  xborder-bottom: 1px solid #ccc;
  xpadding-bottom: 0.25rem;
}

.h2-paginas {
  font-size: 1.75rem;
  font-weight: 600;
  color: #1a1a1a;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.25rem;
}

.h3-paginas {
  font-size: 1.75rem;
  font-weight: 600;
  color: #1a1a1a;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.25rem;
}

p, li {
  margin-bottom: 0.75rem;
}

ul, ol {
  padding-left: 1.5rem;
}

li {
  margin-bottom: 0.5rem;
}

/* Ajuste para galería de productos */
.woocommerce-product-gallery__wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
}

.woocommerce-product-gallery__image img {
    max-height: 500px !important; /* Ajusta este valor según necesites */
    width: auto !important;
    max-width: 100% !important;
    object-fit: contain !important;
    margin: 0 auto !important;
}

.flex-viewport {
    max-height: 500px !important; /* Debe coincidir con el valor anterior */
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
}

 .tabla-fija {
            width: 1440px;
            xtable-layout: fixed;
            border-collapse: collapse;
			border: none !important;
			margin: 0 auto;
			margin-bottom: 100px;
        }
        
        .tabla-fija th {
            width: 288px; /* 1440px / 5 columnas = 288px por columna */
            padding: 8px;
            text-align: left;
			
        }
		
		
        .tabla-fija td {
            width: 288px; /* 1440px / 5 columnas = 288px por columna */
            padding: 8px;
            text-align: left;
			vertical-align: top;
			
        }
		
		.lista-estilo {
        list-style-type: none; /* Viñeta circular */
        padding-left: 0px; /* Espaciado a la izquierda para las viñetas */
        margin: 0; /* Elimina el margen predeterminado */
        font-size: 16px; /* Tamaño de fuente */
        line-height: 1.5; /* Espaciado entre líneas */
    }

    .lista-estilo li {
        margin-bottom: 8px; /* Espaciado entre elementos */
        color: #333; /* Color de texto */
    }

    .lista-estilo a {
        text-decoration: none; /* Elimina el subrayado predeterminado */
        color: #000044; /* Color del enlace igual al texto */
    }

    .lista-estilo a:hover {
        text-decoration: underline; /* Subrayado al pasar el mouse, opcional */
        color: #000; /* Cambia el color al pasar el mouse, opcional */
    }

@media (min-width: 1200px) {
    .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        max-width: 1440px !important;
        min-width: 1440px !important;
        width: 1440px !important;
    }
  
  
  #content {
  max-width: 1440px !important;
        min-width: 1440px !important;
        width: 1400px !important;
  }
    }