/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 24 2026 | 19:20:16 */
/* ===== NAVBAR FIJA - CLÍNICA LAS MERCEDES MELIPILLA ===== */

body {
  padding-top: 70px;
}

#navbar-mercedes {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #ffffff;
  box-shadow: 0 2px 12px rgba(46,159,212,0.10);
  height: 70px;
  display: flex;
  align-items: center;
}

.navbar-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
	/* ===== FOOTER - CLÍNICA LAS MERCEDES ===== */

#footer-mercedes {
  background-color: #2e9fd4;
  color: #ffffff;
  padding: 50px 20px 20px 20px;
  margin-top: 0;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.footer-col h4 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 2px solid #f08aaa;
}

.footer-col p,
.footer-col a {
  color: rgba(255,255,255,0.85);
  font-size: 14px;
  line-height: 1.8;
  text-decoration: none;
  display: block;
  transition: color 0.3s ease;
}

.footer-col a:hover {
  color: #f08aaa;
}

.footer-logo img {
  height: 60px;
  width: auto;
  margin-bottom: 15px;
}

.footer-desc {
  color: rgba(255,255,255,0.85);
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px;
}

/* Redes sociales */
.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 15px;
}

.footer-social a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background-color: rgba(255,255,255,0.15);
  border-radius: 50%;
  font-size: 18px;
  transition: background-color 0.3s ease !important;
  text-decoration: none !important;
}

.footer-social a:hover {
  background-color: #f08aaa !important;
}

/* Botón agenda footer */
.btn-agenda-footer {
  display: inline-block;
  background-color: #f08aaa;
  color: #ffffff !important;
  padding
}

.navbar-logo img {
  height: 52px;
  width: auto;
}

.navbar-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
  align-items: center;
}

.navbar-menu > li {
  position: relative;
}

.navbar-menu > li > a {
  text-decoration: none;
  color: #555558;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.3s ease;
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
}

.navbar-menu > li > a::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #2e9fd4;
  transition: width 0.3s ease;
}

.navbar-menu > li > a:hover::after,
.navbar-menu > li > a.active::after {
  width: 100%;
}

.navbar-menu > li > a:hover {
  color: #2e9fd4;
}

/* Flecha dropdown */
.has-dropdown > a .arrow {
  font-size: 10px;
  transition: transform 0.3s ease;
  color: #2e9fd4;
}

.has-dropdown:hover > a .arrow {
  transform: rotate(180deg);
}

/* Dropdown */
.dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(46,159,212,0.15);
  min-width: 230px;
  z-index: 9999;
  padding: 8px 0;
  border-top: 3px solid #2e9fd4;
}

.has-dropdown:hover .dropdown {
  display: block;
}

.dropdown li {
  list-style: none;
}

.dropdown li a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #555558;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.2s ease;
  border-left: 3px solid transparent;
}

.dropdown li a:hover {
  color: #2e9fd4;
  background-color: #f0f9ff;
  border-left: 3px solid #f08aaa;
  padding-left: 25px;
}

/* Botón Agenda tu Hora */
.btn-agenda {
  background-color: #f08aaa;
  color: #ffffff !important;
  padding: 10px 18px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none !important;
  transition: background-color 0.3s ease, transform 0.2s ease;
  white-space: nowrap;
  box-shadow: 0 3px 10px rgba(240,138,170,0.35);
}

.btn-agenda:hover {
  background-color: #e0708f;
  transform: scale(1.04);
  color: #ffffff !important;
}

.btn-agenda::after {
  display: none !important;
}

/* Botón hamburguesa mobile */
.navbar-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
  background: none;
  border: none;
  padding: 5px;
}

.navbar-toggle span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #2e9fd4;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.navbar-toggle.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.navbar-toggle.active span:nth-child(2) {
  opacity: 0;
}
.navbar-toggle.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* ===== RESPONSIVE MOBILE ===== */
@media (max-width: 900px) {
  body {
    padding-top: 60px;
  }

  #navbar-mercedes {
    height: 60px;
  }

  .navbar-toggle {
    display: flex;
  }

  .navbar-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(46,159,212,0.12);
    padding: 10px 0;
    gap: 0;
    max-height: 85vh;
    overflow-y: auto;
  }

  .navbar-menu.open {
    display: flex;
  }

  .navbar-menu > li {
    width: 100%;
  }

  .navbar-menu > li > a {
    display: block;
    padding: 12px 20px;
    font-size: 15px;
    border-bottom: 1px solid #f0f0f0;
    justify-content: space-between;
  }

  .navbar-menu > li > a::after {
    display: none;
  }

  /* Dropdown mobile */
  .dropdown {
    position: static;
    box-shadow: none;
    border-radius: 0;
    border-top: none;
    border-left: 3px solid #2e9fd4;
    margin-left: 15px;
    padding: 0;
    display: none;
  }

  .has-dropdown.open-mobile .dropdown {
    display: block;
  }

  .dropdown li a {
    padding: 10px 20px;
    font-size: 14px;
    border-bottom: 1px solid #f5f5f5;
  }

  .btn-agenda {
    margin: 12px 20px 5px 20px;
    display: block;
    border-radius: 25px;
    text-align: center;
  }
}

/* Ocultar header original del tema */
.site-header,
#masthead,
#site-header,
.header-main,
.site-branding {
  display: none !important;
}