.centrado{
  display:block;
  margin-left: auto;
  margin-right: auto;
}

.widget-title{
  text-align:center;
	font-size: 30px;
	}


@media (min-width: 1280px) {
.tr-menu .navbar-brand {
	margin-bottom: 10px;
    margin-top: -10px;
    padding: 0 15px;
    
}
	}

@media (max-width: 480px) {
a.navbar-brand{
  width: 40%;
	height: 60px;
}
}

@media (max-width: 480px) {
.tr-menu .navbar-brand{
   
margin-top: 0;
	padding-bottom:0;
}
}

/*
 * GinecoWeb - CSS Adicional para WordPress
 * Pegar en: Apariencia -> Personalizar -> CSS adicional
 * NO modifica ni rompe el tema original
 */

/* -- VARIABLES NUEVAS -- */
:root {
  --gw-teal:       #1e6b6b;
  --gw-teal-light: #2d8c8c;
  --gw-teal-pale:  #e8f4f4;
  --gw-orange:     #E55E16;
  --gw-border:     #e6e7e8;
  --gw-bg:         #f0f3f5;
  --gw-mid:        #696969;
  --gw-light:      #afb1b2;
  --gw-serif:      'Cormorant Garamond', serif;
}

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,600;1,300&display=swap');

/* -- 1. HEADER -- */
.tr-menu .navbar-default,
.tr-topbar {
  box-shadow: 0 2px 12px rgba(0,0,0,.07);
}

.navbar-brand img {
  max-height: 48px;
}

/* -- 2. HERO -- */
.gw-hero {
  background: #fff;
  padding: 60px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  border-bottom: 3px solid var(--gw-teal-pale);
}

.gw-hero-content { flex: 1; min-width: 280px; max-width: 620px; }

.gw-hero-badge {
  display: inline-flex; align-items: center; gap: 7px;
  background: #fff5f0; color: var(--gw-orange);
  border: 1px solid #fcd5bd;
  padding: 5px 14px; border-radius: 100px;
  font-size: .71rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .07em;
  margin-bottom: 18px;
}
.gw-hero-badge::before {
  content: ''; width: 7px; height: 7px;
  border-radius: 50%; background: var(--gw-orange);
}

.gw-hero h1 {
  font-family: var(--gw-serif) !important;
  font-size: 3rem !important; font-weight: 300 !important;
  line-height: 1.15 !important; color: #2a2a2a !important;
  margin-bottom: 14px !important;
}
.gw-hero h1 em { font-style: italic; color: var(--gw-teal); }

.gw-hero p {
  font-size: .96rem; color: var(--gw-mid);
  line-height: 1.75; margin-bottom: 28px;
}

.gw-hero-btns { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }

.gw-btn-primary {
  background: var(--gw-orange); color: #fff !important;
  padding: 12px 26px; border-radius: 100px;
  font-size: .88rem; font-weight: 700;
  display: inline-flex; align-items: center; gap: 8px;
  transition: background .2s, transform .15s, box-shadow .2s;
  text-decoration: none !important;
}
.gw-btn-primary:hover {
  background: #c44d0e; color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(229,94,22,.3);
}

.gw-btn-secondary {
  color: var(--gw-mid) !important; font-size: .88rem; font-weight: 500;
  display: inline-flex; align-items: center; gap: 6px;
  text-decoration: none !important; transition: color .2s, gap .2s;
}
.gw-btn-secondary::after { content: '->'; }
.gw-btn-secondary:hover { color: var(--gw-teal) !important; gap: 10px; }

.gw-hero-stats {
  margin-top: 36px; padding-top: 24px;
  border-top: 1px solid var(--gw-border);
  display: flex; gap: 32px; flex-wrap: wrap;
}
.gw-stat-num {
  font-size: 2rem; font-weight: 700;
  color: var(--gw-orange); line-height: 1;
}
.gw-stat-label {
  font-size: .7rem; color: var(--gw-light);
  margin-top: 4px; text-transform: uppercase; letter-spacing: .05em;
}

.gw-hero-cards {
  display: flex; flex-direction: column; gap: 12px;
  min-width: 230px; max-width: 280px;
}
.gw-float-card {
  background: #fff; border-radius: 12px;
  padding: 14px 16px;
  box-shadow: 0 6px 24px rgba(0,0,0,.09);
  border: 1px solid var(--gw-border);
}
.gw-float-card .fc-icon { font-size: 1.3rem; margin-bottom: 5px; }
.gw-float-card .fc-title { font-size: .83rem; font-weight: 700; color: #2a2a2a; }
.gw-float-card .fc-sub   { font-size: .71rem; color: var(--gw-light); margin-top: 2px; }
.gw-float-card .fc-badge {
  display: inline-flex; align-items: center; gap: 5px;
  background: #e8f5e9; color: #2e7d32;
  font-size: .67rem; font-weight: 700;
  padding: 3px 9px; border-radius: 100px; margin-top: 6px;
}
.gw-float-card .fc-badge::before { content: 'v'; }

/* -- 3. SPECIALTY STRIP -- */
.gw-strip {
  background: var(--gw-teal);
  padding: 12px 20px;
  display: flex; align-items: center;
  gap: 0; overflow-x: auto;
}
.gw-strip-label {
  background: var(--gw-orange); color: #fff;
  font-size: .72rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .08em;
  padding: 5px 13px; border-radius: 4px;
  white-space: nowrap; margin-right: 18px; flex-shrink: 0;
}
.gw-strip-item {
  color: rgba(255,255,255,.75); font-size: .75rem;
  white-space: nowrap; padding: 0 13px;
  border-left: 1px solid rgba(255,255,255,.15);
}

/* -- 4. SECTION TITLE -- */
.section-title h1,
.homepage-1 .section-title h1 {
  font-size: .92rem !important;
  text-transform: uppercase;
  letter-spacing: .06em;
  border-bottom: 3px solid var(--gw-border);
  padding-bottom: 10px;
  position: relative;
}
.section-title h1::before {
  content: '';
  position: absolute; left: 0; bottom: -3px;
  width: 55px; height: 3px;
  background: var(--gw-orange);
}

/* -- 5. POST CARDS -- */
.tr-post {
  transition: transform .25s, box-shadow .25s;
}
.tr-post:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(0,0,0,.1);
}

.tr-section {
  border-radius: 8px !important;
  box-shadow: 0 1px 4px rgba(0,0,0,.05);
}

.entry-title a { transition: color .2s; }
.entry-title a:hover { color: var(--gw-orange); }

.tr-post .catagory a {
  color: var(--gw-teal);
  font-weight: 700;
}
.tr-post .catagory a:hover { color: var(--gw-orange); }

/* -- 6. DOCTOR BOX -- */
.gw-doctor-box {
  background: linear-gradient(160deg, #1e6b6b 0%, #143f3f 100%);
  border-radius: 8px; padding: 22px; color: #fff;
  margin-bottom: 30px; text-align: center;
}
.gw-doctor-box .gw-avatar {
  width: 68px; height: 68px; border-radius: 50%;
  background: rgba(255,255,255,.12);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.9rem; margin: 0 auto 12px;
  border: 3px solid rgba(255,255,255,.25);
}
.gw-doctor-box h3 {
  font-size: .9rem !important; font-weight: 700 !important;
  color: #fff !important; margin-bottom: 3px !important;
}
.gw-doctor-box .gw-doc-exp {
  font-size: .72rem; color: rgba(255,255,255,.65);
  margin-bottom: 14px; line-height: 1.5;
}
.gw-doctor-box .gw-trust-list {
  text-align: left; margin-bottom: 16px;
  list-style: none !important; padding: 0 !important;
}
.gw-doctor-box .gw-trust-list li {
  font-size: .71rem; color: rgba(255,255,255,.8);
  padding: 3px 0; display: flex; align-items: center; gap: 7px;
}
.gw-doctor-box .gw-trust-list li::before {
  content: 'v'; color: #7DD5C0; font-weight: 700;
}
.gw-btn-cita {
  display: block; background: var(--gw-orange); color: #fff !important;
  padding: 10px; border-radius: 100px;
  font-size: .82rem; font-weight: 700;
  transition: background .2s, transform .15s;
  text-align: center; text-decoration: none !important;
}
.gw-btn-cita:hover {
  background: #c44d0e; color: #fff !important;
  transform: translateY(-1px);
}

/* -- 7. TRUST BAR -- */
.gw-trust-bar {
  background: #fff; border-top: 1px solid var(--gw-border);
  border-bottom: 1px solid var(--gw-border);
  padding: 16px 20px;
  display: flex; justify-content: center;
  flex-wrap: wrap; gap: 0;
}
.gw-trust-item {
  display: flex; align-items: center; gap: 8px;
  padding: 6px 20px; border-right: 1px solid var(--gw-border);
  font-size: .77rem; color: var(--gw-mid);
}
.gw-trust-item:last-child { border-right: none; }
.gw-trust-icon {
  width: 30px; height: 30px; border-radius: 7px;
  background: var(--gw-teal-pale);
  display: flex; align-items: center; justify-content: center;
  font-size: .85rem;
}

/* -- 8. CTA BAND -- */
.gw-cta-band {
  background: var(--gw-orange);
  padding: 50px 20px; text-align: center;
}
.gw-cta-band h2 {
  font-family: var(--gw-serif) !important;
  font-size: 2.3rem !important; font-weight: 300 !important;
  color: #fff !important; margin-bottom: 12px !important; line-height: 1.2;
}
.gw-cta-band h2 em { font-style: italic; }
.gw-cta-band p {
  color: rgba(255,255,255,.85); font-size: .93rem;
  margin-bottom: 26px; line-height: 1.65;
}
.gw-cta-band-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.gw-btn-white {
  background: #fff; color: var(--gw-orange) !important;
  padding: 12px 26px; border-radius: 100px;
  font-size: .87rem; font-weight: 700;
  text-decoration: none !important;
  transition: background .2s, transform .2s;
  display: inline-flex; align-items: center; gap: 7px;
}
.gw-btn-white:hover {
  background: #f0f3f5; transform: translateY(-2px);
  color: #c44d0e !important;
}
.gw-btn-outline-white {
  border: 2px solid rgba(255,255,255,.6); color: #fff !important;
  padding: 12px 26px; border-radius: 100px;
  font-size: .87rem; font-weight: 500;
  text-decoration: none !important; transition: all .2s;
}
.gw-btn-outline-white:hover {
  border-color: #fff; background: rgba(255,255,255,.1);
  color: #fff !important;
}

/* -- 9. FOOTER -- */
#footer {
  background-color: #1e2426 !important;
}
#footer .footer-widgets {
  color: rgba(255,255,255,.5);
}
#footer .footer-widgets .widget h2 {
  color: #fff !important;
}
#footer .footer-widgets .widget li a {
  color: rgba(255,255,255,.45);
  transition: color .2s;
}
#footer .footer-widgets .widget li a:hover,
#footer a:hover {
  color: #E55E16 !important;
}
#footer .footer-menu .navbar-nav li a {
  color: rgba(255,255,255,.4);
}
#footer .footer-menu .navbar-nav li a:hover {
  color: #E55E16;
}
.footer-bottom,
.footer-bottom a,
.copyright,
.copyright a {
  color: rgba(255,255,255,.25) !important;
}
.copyright a:hover { color: #E55E16 !important; }

/* -- 10. BOTON PRINCIPAL -- */
.btn.btn-primary {
  border-radius: 100px !important;
  padding: 10px 24px !important;
  transition: background .2s, transform .15s, box-shadow .2s !important;
}
.btn.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(229,94,22,.3);
}

/* -- 11. MENU ESPECIALIDADES -- */
.gw-nav-especialidades ul {
  display: flex; flex-wrap: wrap; gap: 2px;
  list-style: none; margin: 0; padding: 0;
  align-items: center;
}
.gw-nav-especialidades ul li a {
  font-family: 'Roboto', sans-serif;
  font-size: .78rem; font-weight: 500; color: #696969;
  padding: 6px 10px; border-radius: 4px;
  text-decoration: none; white-space: nowrap;
  text-transform: uppercase; letter-spacing: .04em;
  transition: color .2s, background .2s; display: block;
}
.gw-nav-especialidades ul li a:hover {
  color: #E55E16; background: #fff5f0;
}
.gw-nav-especialidades ul li:last-child a {
  color: #1e6b6b; font-weight: 700;
  border: 1px solid #1e6b6b;
  border-radius: 4px; padding: 5px 12px;
}
.gw-nav-especialidades ul li:last-child a:hover {
  background: #1e6b6b; color: #fff;
}

/* -- 12. RESPONSIVE -- */
@media (max-width: 768px) {
  .gw-hero { flex-direction: column; padding: 36px 16px; }
  .gw-hero h1 { font-size: 2.1rem !important; }
  .gw-hero-cards { display: none; }
  .gw-trust-bar { flex-direction: column; align-items: flex-start; padding: 10px 16px; }
  .gw-trust-item { border-right: none; padding: 5px 0; }
  .gw-strip { flex-wrap: nowrap; }
  .gw-cta-band h2 { font-size: 1.8rem !important; }
  .gw-nav-especialidades ul { flex-direction: column; align-items: flex-start; gap: 0; }
  .gw-nav-especialidades ul li { width: 100%; border-bottom: 1px solid #e6e7e8; }
  .gw-nav-especialidades ul li a { padding: 10px 6px; width: 100%; border-radius: 0; }
  .gw-nav-especialidades ul li:last-child a {
    border: none; border-radius: 0;
    color: #1e6b6b; background: #e8f4f4;
  }
}

/* -- MEJORA MENU SIDEBAR ORIGINAL -- */
.sidebar-menu .navbar-nav > li > a {
  font-size: .82rem !important;
  padding: 8px 4px !important;
  border-bottom: 1px solid #f0f3f5;
  transition: color .2s, padding-left .2s !important;
}
.sidebar-menu .navbar-nav > li > a:hover {
  padding-left: 8px !important;
  color: #E55E16 !important;
}
.sidebar-menu .navbar-nav > li > a i {
  color: #1e6b6b !important;
  margin-right: 10px;
}
.gw-float-card .fc-badge::before {
  content: '✓' !important;
}
.gw-doctor-box .gw-trust-list li::before {
  content: '✓' !important;
}
.section-title h1 {
  overflow: visible !important;
  padding-left: 5px !important;
}
.tr-home-slider {
  display: none !important;
}
.tr-menu.sidebar-menu .navbar-nav li a,
.tr-menu.sidebar-menu .navbar-default li a {
  font-size: 10px !important;
  line-height: 1.6 !important;
  padding: 8px 6px !important;
}
