.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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;}.elementor-kit-6 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 */.entry-title {
    display:none !important;
}

.nav-separator {
    padding-top:14px;
    color: #aaa; /* puedes cambiarlo al color de tu web */
    font-weight: normal;
}

.nuestrosProyectosNoSelected {
    color:#adadac;
}

#tiposDeProyectosIndex {
        padding-left: calc((100% - 1720px) / 2);
}

.contenidoPostOnIndex p:not(:first-of-type) {
    display:none;
}

/*FORMULARIO INDEX*/
/* Caja del formulario */
.formulario-contacto {
  background: #f1f0ec; /* Fondo gris/beige */
  padding: 40px;
  max-width: 600px;
}

/* Título */
.formulario-contacto h3 {
  font-size: 22px;
  margin-bottom: 25px;
  font-weight: 600;
  color: #000;
}

/* Filas */
.fila {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.col-50 {
  flex: 1;
}

.col-100 {
  flex: 100%;
}

/* Inputs */
.formulario-contacto input,
.formulario-contacto textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  font-size: 16px;
  background: #fff;
  box-sizing: border-box;
}

.formulario-contacto textarea {
  min-height: 120px;
  resize: vertical;
}

/* Botón */
.boton-derecha {
  justify-content: flex-end;
}

.enviar-consulta {
  background: #000;
  color: #fff;
  border: none;
  padding: 14px 25px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
}

.enviar-consulta:focus {
    background:#53c6c3
}

/* Flecha */
.enviar-consulta::after {
  content: " →";
  margin-left: 8px;
}

.enviar-consulta:hover {
  background: #333;
}

input[name="acceptance-389"] {
    width:auto;
}

.col-100.campo.checkbox .wpcf7-list-item {
    margin-left:0;
}

.page-id-11 .wpcf7-response-output {
    color:white;
}

/* Caja del formulario */
/* Solo en página ID 20 */
.formulario-gym {
  max-width: 600px;
  margin: auto;
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  font-family: 'Georgia', serif;
  color: #333;
  border:2px solid #000000
}

.formulario-la-muralla .campo {
  margin-bottom: 1.2rem;
}

.formulario-gym input[type="text"],
.formulario-gym input[type="email"],
.formulario-gym input[type="tel"],
.formulario-gym textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fdfdfd;
  transition: border 0.3s ease;
  font-size: 16px;
}

.formulario-gym input:focus,
.formulario-gym textarea:focus,
.formulario-gyma select:focus {
  border-color: black;
  outline: none;
}

.formulario-gym .checkbox {
  font-size: 14px;
}

.formulario-gym .checkbox a {
  color: silver;
  text-decoration: underline;
}

.formulario-gym .boton input[type="submit"] {
  background-color: black;
  color: white;
  border: none;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.formulario-gym .boton input[type="submit"]:hover {
    color:black;
  background-color: #fdd339;
}

.campo.checkbox .wpcf7-list-item {
    margin-left:0;
}

/*RESPONSIVE*/

/*INDEX*/

@media (max-width: 1280px) {
    #tituloIndexHero h2 {
        font-size: 60px;
        line-height: 50px;
    }
    
    .elementor-element-0ef2028 {
        font-size:35px;
    }
    
    .elementor-element-0ef2028 br {
        display:none;
    }
}

@media (min-width: 1025px) {
    .borrarEnMas1024 , .eliminarColumnaEn1024 {
        display:none;
    }
}

@media (max-width: 1024px) {
    #menu-2-605720b {
        margin-top:20px;
    }
    
    .nav-separator {
        display:none;
    }
    
    #tituloIndexHero h2 {
        font-size:40px;
    }
    
    .elementor-element-0ef2028 p {
        font-size:25px !important;
    }
    
    .elementor-element-0ef2028 p span br {
        display:none !important;
    }
    
    .borrarEnMenos1024 {
        display:none;
    }
    
}

@media (max-width: 767px) {
    .elementor-element-0ef2028 br {
        display:inline;
    }
    
    .elementor-element-335069c h2 br {
        display:none;
    }
    
    .ocultarTodosLosProyectos_ULTIMOS , .eliminarColumnaEn767 {
        display:none;
    }
}

.elementor-page-1986 a , .elementor-page-2003 a {
    color:silver;
    font-weight:bold;
}

.elementor-page-1986 a:hover , .elementor-page-2003 a:hover {
    text-decoration:underline; 
}/* End custom CSS */