.justificar{
	text-align: justify !important;
}

.block-editor-iframe__html{
	font-family: "aileron", sans-serif;
}

.titulo-principal{
    font-size: 56px;
}
.subtitulo-principal{
    font-size: 36px;
}

.TabsContent .wp-block-list{
   max-width: 100% !important;
}
.fila-dos-columnas .wp-block-group{
	width:50%;
}
.color-azul{
	color: var(--wp--preset--color--custom-color-4);
}

/* –––––––––––––––––––––––––––––––––––––––––––––––––– 
  Woocommerce
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.productos-grid.wp-block-woocommerce-product-template li, .productos-grid li{
	background-color: #FFF;
    letter-spacing: 0;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    padding: 0 0 6px 0;
}

.productos-grid.wp-block-woocommerce-product-template li .wc-block-components-product-image, .productos-grid li .wc-block-components-product-image {
    margin: 0 0 12px;
    padding: 10px;
    border-bottom: 1px solid #e9e9e9;
}
.productos-grid.wp-block-woocommerce-product-template li  .wc-block-components-product-price, .productos-grid.wp-block-woocommerce-product-template li .wp-block-post-title, .productos-grid li  .wc-block-components-product-price, .productos-grid li .wp-block-post-title{
	padding: 0 5px;
	letter-spacing: 0;
	
}

.productos-grid.wp-block-woocommerce-product-template li  .wp-block-bioxnet-leer-mas, .productos-grid li  .wp-block-bioxnet-leer-mas{
	padding: 0 5px;
}
.productos-grid.wp-block-woocommerce-product-template li  .wp-block-bioxnet-leer-mas .btn-leer-mas, .productos-grid li  .wp-block-bioxnet-leer-mas .btn-leer-mas{
	border: 1px solid var(--wp--preset--color--custom-color-1);
	width: 100%;
}

.productos-grid.wp-block-woocommerce-product-template li .taxonomy-product_brand, .productos-grid li .taxonomy-product_brand{
	padding: 0 5px;
}

.theme-bioxnet .productos-grid .wp-block-woocommerce-product-price{
  margin-block-end: 0;
}
/* –––––––––––––––––––––––––––––––––––––––––––––––––– 
  Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.wp-block-bioxnet-boton.direccion-footer .custom-bioxnet-boton,
.wp-block-bioxnet-boton.telefono-footer .custom-bioxnet-boton{
    display: grid;
    grid-template-columns: 26px repeat(1, 1fr);
    grid-column-gap: 4px;
    align-items: start;
}

.wp-block-bioxnet-boton.direccion-footer{max-width: 280px;}
.wp-block-bioxnet-boton.telefono-footer{max-width: 180px;}

.wp-block-social-links.redes-sociales-footer .wp-social-link a, .redes-sociales-footer .wp-social-link button{
    width: 26px;
    height: 26px;
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
	background-color: #FFF;
    border-radius: 50%;
}
.wp-block-social-links.redes-sociales-footer .wp-social-link a svg, .redes-sociales-footer .wp-social-link button svg{
	width:auto;
	height:14px;
}
@media (max-width: 958px) {
.fila-dos-columnas .wp-block-group{
	width:100%;
}
}
