/* 
Theme Name: Pro Arkia
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Theme para Pro Arkia
Author: Estudio de Diseño Magnolia
Author URI: https://magnoliaestudiocreativo.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Add your custom styles here */
@import url('https://fonts.googleapis.com/css2?family=Ovo&display=swap');
* {
    text-underline-offset: 7px;
  }
body {
  background-color: #F5F2EE;
  margin: 0; /* elimina el margen por defecto del body */
}

.enlace_form{
	color: #801818;
}

.enlace_form a:hover{
	color: #801818;
}
a{
	color: #801818;
}

a:hover{
	color: #801818;
}
 .svg_granate { fill: #801818 !important; }
/* Corrección desbordamiento
 */
html, body {
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
    margin-block-start: .5rem;
    margin-block-end: 1rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: #801818;
}
/* PRINCIPIO IMAGE HOVER CON SVG CENTRADO */
.imagen-hover-svg {
  position: relative;
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
}

.imagen-hover-svg img {
  display: block;
  width: 100%;
  height: auto;
  transition: filter 0.4s ease;
  position: relative;
  z-index: 1;
}

/* Capa oscura solo sobre la imagen */
.imagen-hover-svg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 2;
}

/* Icono SVG centrado sobre la imagen */
.imagen-hover-svg::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  background-image: url('https://www.proarkia.com/wp-content/uploads/2025/06/pro-arkia-monograma-1.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 2;
}

/* Hover effect */
.imagen-hover-svg:hover::before,
.imagen-hover-svg:hover::after {
  opacity: 1;
}

.imagen-hover-svg::before,
.imagen-hover-svg::after {
  pointer-events: none;
}


/*FINNN IMAGE HOVER CON SVG CENTRADO */
.elementor-widget.fade-scroll {
  opacity: 0 !important;
  transform: translateY(20px) scale(0.98) skewY(1deg) !important;
  transition: opacity 1.2s ease-out, transform 1.2s ease-out !important;
}

.elementor-widget.fade-scroll.visible {
  opacity: 1 !important;
  transform: translateY(0) scale(1) skewY(0) !important;
}
/* Estilo al pasar el ratón en servicios */
.servicio-hover:hover {
  background-color: #801818 !important;
  color: #f5f2ee !important;
}

.servicio-hover:hover * {
  color: #f5f2ee !important;
}

/* Si hay iconos (SVG o fuentes) con color independiente: */
.servicio-hover:hover .elementor-icon,
.servicio-hover:hover .elementor-icon * {
  fill: #f5f2ee !important;
  color: #f5f2ee !important;
}

/* Estilo al pasar el ratón en contacto */
.contacto-hover:hover {
  background-color: #801818 !important;
  color: #f5f2ee !important;
}

.contacto-hover:hover * {
  color: #f5f2ee !important;
}

/* Si hay iconos (SVG o fuentes) con color independiente: */
.contacto-hover:hover .elementor-icon,
.contacto-hover:hover .elementor-icon * {
  fill: #f5f2ee !important;
  color: #f5f2ee !important;
}



.transformed {
  /* idéntico a rotateZ(45deg); */
  transform: rotate(45deg);
  background-color: blue;
}

.wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a {
    color: #f0f0f1;
}
.wpml-ls-native{
    color: #ddab1c;
}
.grecaptcha-badge{
	display: none !important;
}


.e-opened {
	height: 2em !important;
    margin-inline-start: -5px !important;
    width: 1em !important;
	color: #cc0000 !important;
}
.joinchat__button {
    background: #801818 var(--joinchat-ico) 50% / 60% no-repeat !important;
    color: inherit;
    
}



