.elementor-kit-8{--e-global-color-primary:#BA6C4C;--e-global-color-secondary:#566465;--e-global-color-text:#ACB4AC;--e-global-color-accent:#BA6C4C;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Bicyclette", Sans-serif;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* arco encima de los H2 dentro de .link-arch */
.link-arc h2 {
  position: relative;
  padding-top: 22px; /* deja espacio para el arco */
  display: inline-block; /* asegura que el pseudo-elemento se centre respecto al texto */
	cursor:pointer;
}

.link-arc h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 22px;            /* ancho del arco */
  height: 11px;           /* alto del arco (la mitad del ancho) */
  transform: translateX(-50%);
  border: 3px solid #ffffff;   /* color del trazo, ajústalo */
  border-bottom: none;     /* solo parte superior */
  border-radius: 22px 22px 0 0; /* semicírculo */
  box-sizing: border-box;
  opacity: 0.95;
}

/* opcional: animación al hover */
.link-arc h2:hover::before {
  transform: translateX(-50%) translateY(-2px);
}


.menu-O {
  position: relative;
  display: inline-block;
  padding-right: 32px; /* espacio para el círculo */
	cursor:pointer;
}

.menu-O::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border: 2px solid #fff; /* color del trazo */
  border-radius: 50%;
		cursor:pointer;
}

.menu-O-light {
  position: relative;
  display: inline-block;
  padding-right: 32px; /* espacio para el círculo */
	cursor:pointer;
}

.menu-O-light::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border: 2px solid #ba6c4c; /* color del trazo */
  border-radius: 50%;
		cursor:pointer;
}



/* cajas rotas */

.btn-open-box {
  width: 80%;
  margin: 0 auto;
  position: relative;
  display: inline-block;
  padding: 20px 40px;
  color: #b85d3a;
  font-family: "bicyclette", sans-serif;
  border-left: 1px solid #b85d3a;   /* línea izquierda completa */
  border-bottom: 1px solid #b85d3a; /* línea inferior completa */
}

/* línea superior */
.btn-open-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 85%; /* controla la “apertura” */
  height: 1px;
  background-color: #b85d3a;
}

/* línea derecha */
.btn-open-box::after {
  content: "";
  position: absolute;
  top: 15%;  /* deja hueco arriba */
  right: 0;
  height: 85%; /* controla la apertura abajo */
  width: 1px;
  background-color: #b85d3a;
}

.btn-open-box_nuestrosservicios {
  width: 30%;
  margin: 0 auto;
  position: relative;
  display: inline-block;
  padding: 20px 40px !important;
  color: #b85d3a;
  font-family: "bicyclette", sans-serif;
  border-left: 1px solid #b85d3a;   
  border-bottom: 1px solid #b85d3a; 
  line-height: 1.2;
}
/* línea superior */
.btn-open-box_nuestrosservicios::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 85%; /* controla la “apertura” */
  height: 1px;
  background-color: #b85d3a;
}

/* línea derecha */
.btn-open-box_nuestrosservicios::after {
  content: "";
  position: absolute;
  top: 15%;  /* deja hueco arriba */
  right: 0;
  height: 85%; /* controla la apertura abajo */
  width: 1px;
  background-color: #b85d3a;
}


/* arco encima de Nuestros trabajos*/

.link-arc-big h2 {
  position: relative;
  padding-top: 40px; /* espacio para el arco */
  display: inline-block;
  cursor: pointer;
}

.link-arc-big h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 40px;              
  height: 20px;             
  transform: translateX(-50%);
  border: 5px solid #a0522d;
  border-bottom: none;
  border-radius: 60px 60px 0 0; 
  box-sizing: border-box;
  opacity: 0.95;
  z-index: 1;
}


.link-arc-big h3 {
  position: relative;
  padding-top: 40px; /* espacio para el arco */
  display: inline-block;
  cursor: pointer;
}

.link-arc-big h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 40px;              
  height: 20px;             
  transform: translateX(-50%);
  border: 5px solid #a0522d;
  border-bottom: none;
  border-radius: 60px 60px 0 0; 
  box-sizing: border-box;
  opacity: 0.95;
  z-index: 1;
}

.link-arc-big-white h2 {
  position: relative;
  padding-top: 40px; /* espacio para el arco */
  display: inline-block;
  cursor: pointer;
}

.link-arc-big-white h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 40px;              
  height: 20px;             
  transform: translateX(-50%);
  border: 5px solid #fff;
  border-bottom: none;
  border-radius: 60px 60px 0 0; 
  box-sizing: border-box;
  opacity: 0.95;
  z-index: 1;
}


/* marca de agua footer */



/* Contenedor del footer con marca de agua */
.footer-watermark{
  position: relative;
  overflow: hidden; /* evita que sobresalga en bordes curvos */
}

/* Coloca el SVG como marca de agua centrada y gigante */
.footer-watermark::before{
  content:"";
  position:absolute;
  inset: 0;                /* ocupa todo el contenedor */
  z-index: 0;
  pointer-events: none;

  /* Usa el SVG como máscara para poder darle color y opacidad */
  -webkit-mask: url("/wp-content/uploads/2025/09/growcom-watermark.svg") no-repeat center / contain;
          mask: url("/wp-content/uploads/2025/09/growcom-watermark.svg") no-repeat center / contain;
  background-color: #000;  /* color base de la marca */
  opacity: 0.20;           /* “aguado” */
}


/* Eleva el contenido real del footer por encima */
.footer-watermark > *{
  position: relative;
  z-index: 1;
}

/* Tamaño responsive (más pequeño en móvil) */
@media (max-width: 767px){
  .footer-watermark::before{
    -webkit-mask-size: 90%;
            mask-size: 90%;
  }
}

p{
margin: 0 0 1rem 0 !important;
}/* End custom CSS */