/*
Theme Name: Ovisoft Divi Child
Author: Ovisoft
Author URI: https://www.ovisoft.es
Template: Divi
Version: 1.4.1
Description: Tema hijo de Divi creado por Ovisoft para personalizar proyectos.
*/

/* La personalización del tema empieza aquí
------------------------------------------------------- */

/* Estilo para desenfocar y oscurecer la imagen de fondo de la clase .tituloseparador */
/* Envolver con una capa oscura y desenfocada */
.tituloseparador {
  position: relative;
  overflow: hidden;
}

/* Añade un overlay desenfocado encima del paralaje */
.tituloseparador .et_parallax_bg_wrap::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  background: rgba(0, 0, 0, 0.5); /* oscurece la imagen */
  backdrop-filter: blur(8px); /* desenfoca lo que hay debajo */
  z-index: 2;
  pointer-events: none;
}

/* Eleva el contenido visible */
.tituloseparador > *:not(.et_parallax_bg_wrap),
.tituloseparador .et_pb_row,
.tituloseparador .et_pb_module {
  position: relative;
  z-index: 3;
}

/* Elimina filtros anteriores de la imagen paralaje */
.tituloseparador .et_parallax_bg {
  filter: none !important;
}

/* Accesibilidad del texto */
.tituloseparador h2 {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}

/* ESTILOS GTRANSLANTE */
.gtranslate_wrapper {
	display: flex!important;
	flex-direction: row!important;
	gap: 0.5rem;
}

.gtranslate_wrapper, .gtranslate_wrapper a {
	height: 18px!important;
}

#menu-item-97 {
	align-items: center!important;
}

@media (max-width: 1023px) {
.gtranslate_wrapper {
	display: flex!important;
	flex-direction: row!important;
	margin-bottom: 1rem;
}

}

.woocommerce-info, .woocommerce-message {
    background: #A12929!important;
}

.woocommerce-message a {
	color:#A12929!important;
}
