.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-730 .elementor-element.elementor-element-84d3494{text-align:center;}.elementor-730 .elementor-element.elementor-element-84d3494 .elementor-heading-title{color:#FFFFFF;}.elementor-730 .elementor-element.elementor-element-a2f41d5 .elementor-wrapper{--video-aspect-ratio:1.77777;}body.elementor-page-730:not(.elementor-motion-effects-element-type-background), body.elementor-page-730 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;background-image:url("https://santyboy.com/wp-content/uploads/2024/07/TP1.webp");}/* Start custom CSS *//* Cambiar color de todas las letras en la sección de comentarios */
.comments-area {
    color: #FFFFFF; /* Texto blanco */
}

/* Cambiar color del título */
.title-comments {
    color: #FFFFFF;
    font-size: 24px; /* Tamaño del título, ajusta según tu diseño */
    font-weight: bold;
}

/* Hipervínculos dentro de comentarios */
.comment-list a {
    color: #341AA8; /* Nuevo color azul profundo */
    text-decoration: none; /* Sin subrayado */
}

.comment-list a:hover {
    text-decoration: underline; /* Subrayado al pasar el ratón */
}

/* Botones (en el formulario de comentarios) */
input[type="submit"],
button {
    background-color: #341AA8; /* Nuevo color azul profundo */
    color: #FFFFFF; /* Texto blanco */
    border: none; /* Sin borde */
    padding: 10px 20px; /* Espaciado interno */
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px; /* Bordes redondeados */
}

input[type="submit"]:hover,
button:hover {
    background-color: #26117A; /* Un azul más oscuro al pasar el ratón */
}

/* Asegurar que el texto del formulario de respuesta también sea blanco */
#reply-title, .comment-reply-title, .comment-form label {
    color: #FFFFFF;
}/* End custom CSS */