.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);}@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 */#mymedico-tab6 a {
  font-size: 0 !important; /* oculta el texto original */
}

#mymedico-tab6 a::after {
  content: "Solicitar información";
  font-size: 14px;
  font-weight: 600;
}




/* ===== CF7 POPUP FIX COLOR ===== */

/* Texto escrito */
.pt-popupform input,
.pt-popupform textarea,
.pt-popupform select,
.pt-popupform .wpcf7-form-control {
    color: #111 !important;
    background: #ffffff !important;
}

/* Placeholder */
.pt-popupform input::placeholder,
.pt-popupform textarea::placeholder {
    color: #666 !important;
    opacity: 1 !important;
}

/* Autofill Chrome */
.pt-popupform input:-webkit-autofill,
.pt-popupform textarea:-webkit-autofill {
    -webkit-text-fill-color: #111 !important;
    transition: background-color 9999s ease-in-out 0s;
}

/* Botón */
.pt-popupform input[type="submit"] {
    background: #1e73be !important;
    color: #ffffff !important;
    border: none !important;
}




.breadcrumb li:first-child a {
    font-size: 0;
}

.breadcrumb li:first-child a::after {
    content: "Inicio";
    font-size: 14px;
}



/* Cambiar "0 Comments" por "0 Comentarios" */
.comments-link {
    font-size: 0;
}

.comments-link:after {
    content: "0 Comentarios";
    font-size: 14px;
}

/* Cambiar "1 Comment" */
.comments-link span {
    display: none;
}


/* Ocultar ADMIN */
.post-meta .author {
    display: none !important;
}

/* Cambiar "0 Comments" */
.post-meta .comments-link {
    font-size: 0;
}

.post-meta .comments-link::after {
    content: "0 Comentarios";
    font-size: 14px;
    color: #6c757d;
}


/* 1) Oculta cualquier bloque típico de meta (autor/comentarios) */
.entry-meta,
.post-meta,
.blog-meta,
.meta,
.post__meta,
.post-meta-info,
.post-details-meta,
.post-meta-wrapper,
.pt-post-meta,
.pt-blog-meta,
.blog-post-meta,
.single-post-meta,
.post-info,
.post-content-meta {
  display: none !important;
}


/* Oculta texto del autor/comentarios dejando el espacio */
a[rel="author"],
a[href*="#comments"],
a[href$="#comments"],
a[href*="comment"] {
  font-size: 0 !important;
}

/* Reemplazo visual */
a[rel="author"]::after{
  content:"My Medico";
  font-size: 14px;
}

a[href*="#comments"]::after,
a[href$="#comments"]::after,
a[href*="comment"]::after{
  content:"Comentarios";
  font-size: 14px;
}/* End custom CSS */