.elementor-kit-8{--e-global-color-primary:#242F65;--e-global-color-secondary:#FF5151;--e-global-color-text:#242F65;--e-global-color-accent:#FF5151;--e-global-color-1558780:#F9F9F9;--e-global-color-83bc135:#FCE22E;--e-global-color-e0fc4b2:#767B92;--e-global-typography-primary-font-family:"Merriweather";--e-global-typography-primary-font-size:70px;--e-global-typography-primary-font-weight:900;--e-global-typography-primary-line-height:80px;--e-global-typography-secondary-font-family:"Merriweather";--e-global-typography-secondary-font-size:42px;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-7a76d00-font-family:"Merriweather";--e-global-typography-7a76d00-font-size:70px;--e-global-typography-7a76d00-font-weight:900;--e-global-typography-7a76d00-font-style:normal;--e-global-typography-7a76d00-text-decoration:none;--e-global-typography-7a76d00-line-height:80px;--e-global-typography-7a76d00-letter-spacing:0px;--e-global-typography-7a76d00-word-spacing:0px;--e-global-typography-6e71805-font-family:"Merriweather";--e-global-typography-6e71805-font-size:42px;--e-global-typography-6e71805-font-weight:700;--e-global-typography-fd220b4-font-family:"Merriweather";--e-global-typography-fd220b4-font-size:22px;--e-global-typography-fd220b4-font-weight:600;--e-global-typography-4dbb6fd-font-family:"Merriweather";--e-global-typography-4dbb6fd-font-size:230px;--e-global-typography-4dbb6fd-font-weight:900;--e-global-typography-4dbb6fd-line-height:1.2em;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{background-color:var( --e-global-color-secondary );font-family:"Roboto", Sans-serif;font-size:18px;color:var( --e-global-color-1558780 );border-radius:56px 56px 56px 56px;}.elementor-kit-8 button:hover,.elementor-kit-8 button:focus,.elementor-kit-8 input[type="button"]:hover,.elementor-kit-8 input[type="button"]:focus,.elementor-kit-8 input[type="submit"]:hover,.elementor-kit-8 input[type="submit"]:focus,.elementor-kit-8 .elementor-button:hover,.elementor-kit-8 .elementor-button:focus{background-color:var( --e-global-color-primary );color:var( --e-global-color-1558780 );border-style:none;border-radius:56px 56px 56px 56px;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{color:var( --e-global-color-secondary );}.elementor-kit-8 h1{color:var( --e-global-color-primary );font-family:"Merriweather", Sans-serif;font-size:70px;font-weight:900;font-style:normal;text-decoration:none;line-height:80px;letter-spacing:0px;word-spacing:0px;}.elementor-kit-8 h2{color:var( --e-global-color-primary );font-family:"Merriweather", Sans-serif;font-size:42px;font-weight:700;}.elementor-kit-8 h3{color:var( --e-global-color-primary );font-family:"Merriweather", Sans-serif;font-size:30px;}.elementor-kit-8 input:not([type="button"]):not([type="submit"]),.elementor-kit-8 textarea,.elementor-kit-8 .elementor-field-textual{transition:0ms;}.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 */#respond {
  width: 90%;
  margin: 0 auto; /* centra horizontalmente */
}

/* Estilo del título "Dejar una respuesta" */
#reply-title.comment-reply-title {
  font-family: "merriweather", sans-serif; /* o tu tipografía preferida */
  font-weight: 900;
  font-size: 38px;
  color: #242F65;
  letter-spacing: 0px;
  margin-bottom: 20px;
  border-left: 0px solid #ff4c60; /* toque visual */
  padding-left: 10px;
}

/* En pantallas pequeñas (opcional) */
@media (max-width: 768px) {
  #reply-title.comment-reply-title {
    font-size: 18px;
    border-left: 3px solid #ff4c60;
  }
}

#respond #submit {
  background-color: #ff4141;  /* rojo por defecto */
  color: #fff;
  border: none;
  padding: 12px 28px;
  border-radius: 50px; /* botón redondeado */
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

#respond #submit:hover {
  background-color: #19214a; /* azul al pasar el ratón */
}


html, body {
  overflow-x: hidden;
}/* End custom CSS */