/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 22 2025 | 07:33:23 */
@font-face {
  font-family: 'Dazzle';
  src: url('/wp-content/themes/go/fonts/DazzleUnicaseBold.otf');
}

@font-face {
  font-family: 'New order';
  src: url('/wp-content/themes/go/fonts/NewOrder-Medium.otf');
}

/* Reset outline styles */
*:focus,
*:active,
button:focus,
button:active,
a:focus,
a:active,
select:focus,
input:focus {
  outline: none !important;
}

body {
  font-family: 'New order';
}

/* Smooth scroll para anclas */
html {
  scroll-behavior: smooth;
}

/* Login oculto pero preservando espacio */
.login-hidden {
  visibility: hidden;
  pointer-events: none;
}

/*Main header*/
/*#site-content{ overflow:visible;}*/
.full-header-mobile {
  display: none;
}

#site-content {
  margin-top: 360px;
}

body.home #site-content {
  margin-top: 300px !important;
}

/* Ajuste cuando el carrusel está separado (como directiva) */
body.home.has-carousel-directive #site-content {
  margin-top: 360px !important;
}

body.home:not(.has-carousel-directive) #site-content {
  margin-top: 265px !important;
}

.full-header {
  width: 100%;
  display: flex;
  padding: 0px 40px;
  background: white;
  justify-content: space-between;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: 'New order';
  align-items: center;
  border-bottom: 1px solid transparent;
}

.full-header .login {
  width: 100px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.full-header .login .content {
  position: fixed;
  top: 30px;
}

.full-header .main-logo {
  width: 120px;
  transition: all 0.3s ease;
}

.compress {
  padding: 12px 40px !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid #f0f0f0 !important;
}

.compress .main-logo {
  width: 100px !important;
}

.compress-buscador {
  margin-top: 0 !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  width: 560px !important;
  height: 42px !important;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px !important;
}

.compress-buscador select,
.compress-buscador input {
  font-size: 13px !important;
  padding: 8px 10px !important;
}

.compress .button-buscar {
  height: 42px !important;
  width: 42px !important;
  padding: 6px !important;
}

body.has-sticky-header .site-header {
  position: fixed;
  width: 100%;
}

.hidebuscador {
  display: none;
  transition: all 0.5s;
}

.mini {
  width: 215px !important;
  transition: all 0.5s;
}

.minipadd {
  padding: 0;
  transition: all 0.5s;
}

/*MAIN BUTTONS*/
.main-buttons {
  display: flex;
  justify-content: center;
  gap: 40px;
  transition: all 0.5s;
}

.main-button {
  border: 1px solid #245075;
  padding: 2px 15px;
  border-radius: 20px;
  cursor: pointer;
  color: #245075;
  font-size: 13px;
}


.button-buscar {
  height: 50px;
  width: 50px;
  padding: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.button-buscar img {
  width: 100%;
  height: auto;
  pointer-events: none;
}

.buscador {
  display: flex;
  width: 640px;
  height: 48px;
  justify-content: space-around;
  border: 1px solid #dddddd;
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  overflow: hidden;
  margin-top: 30px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: white;
}

.buscador input {
  border: none;
  text-align: center;
  font-size: 14px;
  transition: all 0.3s ease;
}

.buscador select {
  border: none;
  text-align: center;
  padding: 10px !important;
  margin: 0 1px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.main-header {
  width: 100%;
  min-height: 400px !important;
  height: 400px;
  background-position: right !important;
}

.buscador input:hover,
.buscador input:focus,
.buscador input:active {
  background: #e1e1e1;
  border-radius: 40px;
}

.buscador select:hover,
.buscador select:focus,
.buscador select:active {
  background: #e1e1e1;
  border-radius: 40px;
}

/*.busc-op1::after {    border-right: 1px solid;    content: '';}
.busc-op3::before {    border-left: 1px solid;    content: '';}*/
.button {
  width: 170px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #245074;
  color: white;
  margin: 20px 0;
  border-radius: 30px;
  font-family: 'New order';
  font-weight: lighter;
  font-size: 15px;
}

/*lang*/
.gt_float_switcher {
  box-shadow: none;
  font-size: 12px !important;
}

.gt_float_switcher img {
  width: 22px !important;
}

#gt_float_wrapper {
  right: 13% !important;
}


/*banner hero*/


.hero-brb-noimg {
  width: 100% !important;
  max-width: 100% !important;
  background: #fff;
  padding: 0 0 36px 0;
  min-height: 350px;
  position: relative;
  overflow: hidden;
}

.hero-svg-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 0;
  pointer-events: none;
}

.hero-brb-noimg-content {
  max-width: 1150px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 18px 0 18px;
  position: relative;
  z-index: 1;
}

.hero-brb-noimg-left {
  flex: 1.3;
  z-index: 2;
}

.hero-brb-noimg-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  min-width: 220px;
  margin-left: 10px;
}

.hero-brb-noimg-right img {
  width: 190px;
  height: 190px;
  object-fit: contain;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px #24507419;
  margin-bottom: 8px;
}

.hero-brb-noimg-left h1 {
  font-family: 'DazzleUnicaseBold', Arial, sans-serif;
  color: #245074;
  font-size: 2.2rem;
  margin-bottom: 18px;
  margin-top: 0;
  font-weight: bold;
  line-height: 1.15;
  letter-spacing: 1px;
}

.hero-brb-noimg-left p {
  font-family: 'New order', Arial, sans-serif;
  color: #245074;
  font-size: 1.15rem;
  margin-bottom: 32px;
  margin-top: 0;
  font-weight: 400;
}

.hero-brb-search {
  display: flex;
  gap: 0;
  align-items: center;
  background: #fff;
  border: 1.5px solid #52b1ba;
  border-radius: 24px;
  padding: 3px 6px 3px 12px;
  box-shadow: 0 2px 8px #52b1ba13;
  margin-bottom: 20px;
  max-width: 400px;
}

.hero-brb-search input {
  border: none;
  outline: none;
  font-size: 1rem;
  padding: 13px 8px 13px 0;
  background: transparent;
  font-family: inherit;
  width: 100%;
}

.hero-brb-search button {
  background: #245074;
  color: #fff;
  font-family: 'New order', Arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  border: none;
  border-radius: 22px;
  padding: 10px 30px;
  cursor: pointer;
  margin-left: 10px;
  transition: all 0.15s;
}

.hero-brb-search button:hover {
  background: #52b1ba;
  color: #fff;
}

.hero-brb-badge {
  background: #f2fcfd;
  color: #245074;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  padding: 5px 18px 5px 10px;
  font-family: 'New order', Arial, sans-serif;
  box-shadow: 0 1px 4px #52b1ba15;
  border: 1px solid #52b1ba25;
}

.hero-brb-check {
  color: #52b1ba;
  font-size: 1.3em;
  margin-right: 8px;
  font-weight: bold;
}

@media (max-width: 900px) {
  .hero-brb-noimg-content {
    flex-direction: column-reverse;
    padding: 20px 8px 0 8px;
  }

  .hero-brb-noimg-right img {
    width: 120px;
    height: 120px;
    margin-bottom: 8px;
  }

  .hero-brb-noimg-left h1 {
    font-size: 1.13rem;
  }
}




/*menu h*/
/*.bar:nth-child(2) {    margin: 12px auto;	}
.bar {        width: 70px;    height: 7px;    background: #225076;    border-radius: 3px;    box-shadow: 0 2px 7px #ffffff;    transition: all 500ms;}
.bar:nth-child(1) {    animation: animate-line-1-rev .7s ease-in-out;	}
.bar:nth-child(2) {    animation: animate-line-2-rev .7s ease-in-out;	}
.bar:nth-child(3) {    animation: animate-line-3-rev .7s ease-in-out;	}
.active .bar:nth-child(1) {    animation: animate-line-1 .7s forwards;	}
.active .bar:nth-child(2) {    animation: animate-line-2 .7s forwards;	}
.active .bar:nth-child(3) {    animation: animate-line-3 .7s forwards;	}

@keyframes animate-line-1 {
    0% {        transform: translate3d(0, 0, 0) rotate(0deg);    }
    50% {        transform: translate3d(0, 20px, 0) rotate(0);    }
    100% {        transform: translate3d(0, 20px, 0) rotate(45deg);    }
}

@keyframes animate-line-2 {
    100% {        width: 0%;        visibility: hidden;    }
}

@keyframes animate-line-3 {
    0% {        transform: translate3d(0, 0, 0) rotate(0deg);    }
    50% {        transform: translate3d(0, -20px, 0) rotate(0);    }
    100% {        transform: translate3d(0, -20px, 0) rotate(-45deg);    }
}

@keyframes animate-line-1-rev {
    0% {        transform: translate3d(0, 20px, 0) rotate(45deg);    }
    50% {        transform: translate3d(0, 20px, 0) rotate(0);    }
    100% {        transform: translate3d(0, 0, 0) rotate(0deg);    }
}

@keyframes animate-line-2-rev {
    0% {        width: 0%;        visibility: visible;    }
    100% {        width: 100%;        visibility: visible;    }
}

@keyframes animate-line-3-rev {
    0% {        transform: translate3d(0, -20px, 0) rotate(135deg);    }
    50% {        transform: translate3d(0, -20px, 0) rotate(0);    }
    100% {        transform: translate3d(0, 0, 0) rotate(0deg);    }
}
*/
/* Main Special*/

/*.main-special { display:flex; background:white; justify-content: space-evenly; align-items:center; text-align:center; padding:20px; color:#225076; border-top:1px solid #225076;}*/
.header-filters {
  width: 100%;
  background: white;
  height: auto;
  display: block;
  margin: auto;
  padding-top: 15px;
}

.main-special-wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 5px 60px 0 60px;
  position: relative;
  min-height: 82px;
}

.main-special {
  background: white;
  overflow: hidden;
  max-height: 90px;
}

.main-special .flickity-viewport {
  min-height: 60px;
}

.main-special .carousel-cell {
  width: 120px;
  margin-right: 5px;
  display: inline-block;
  /* Prevent vertical stacking */
  vertical-align: top;
  /* Align to top */
}

.header-filters .filters {
  width: 15%;
}

.header-filters .button-filters {
  width: 130px;
  padding: 10px;
  border: 1px solid #245075;
  border-radius: 15px;
  text-align: center;
  display: flex;
  gap: 15px;
  cursor: pointer;
}

.header-filters .filters img {
  width: 30px;
}

.main-special img {
  max-height: 35px;
  width: auto;
  text-align: center;
}

.main-special .el-especial:hover {
  border-top: 2px solid #245075;
  transition: all 0.4s;
}

.txt-brb {
  max-width: 320px;
  vertical-align: bottom;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
}

.main-header {
  background-position: right !important;
}

.el-especial {
  cursor: pointer;
  padding: 12px 5px;
  width: 100%;
  text-align: center;
  max-height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

.el-especial:hover {
  text-decoration: none;
}

.el-especial img {
  transition: all 0.4s ease;
  max-height: 28px;
  width: auto;
  margin-bottom: 6px;
}

.el-especial img:hover {
  transform: scale(1.15);
  cursor: pointer;
}

.main-special .flickity-prev-next-button.previous {
  left: 10px;
}

.main-special .flickity-prev-next-button.next {
  right: 10px;
}

.main-special .flickity-prev-next-button {
  padding: 0;
  border: 1px solid #ddd;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.main-special .flickity-prev-next-button:hover {
  background: rgba(255, 255, 255, 1);
}

.main-special .flickity-button-icon {
  fill: #245075;
}

.main-special .title-especial {
  font-size: 9px;
  color: #245074;
  line-height: 1.2;
  max-width: 100%;
  word-wrap: break-word;
  hyphens: auto;
}

.filter-languages {
  background: white;
  color: #aaa;
  padding: 15px 0;
  font-size: 13px;
}

.filter-languages .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}

.filter-languages-scroll {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex: 1;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.filter-languages-scroll::-webkit-scrollbar {
  display: none;
}

.language-option {
  display: inline-block;
  margin: 0 10px;
  flex-shrink: 0;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.2s ease;
  text-decoration: none;
  color: #aaa;
}

.language-option:hover {
  color: #235075;
  text-decoration: none;
}

.language-option-first {
  cursor: default;
  color: #235075;
  font-weight: bold;
  min-width: 200px;
  text-align: left;
  margin-right: 20px;
  flex-shrink: 0;
}

.language-option-first:hover {
  color: #235075;
}

/* Filter Countries */
.filter-countries {
  background: white;
  color: #aaa;
  padding: 15px 0 20px 0;
  font-size: 13px;
  border-bottom: 1px solid #f0f0f0;
}

.filter-countries .container {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}

.filter-countries-scroll {
  display: flex;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  gap: 10px;
  flex: 1;
  padding: 5px 0;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.filter-countries-scroll::-webkit-scrollbar {
  display: none;
}

.country-option {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin: 0 10px;
  cursor: pointer;
  transition: transform 0.2s ease;
  text-decoration: none;
  color: #666;
  flex-shrink: 0;
}

.country-option:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.country-option-first {
  cursor: default;
  color: #235075;
  font-weight: bold;
  min-width: 200px;
  text-align: left;
  margin-right: 20px;
  flex-shrink: 0;
}

.country-option-first:hover {
  transform: none;
}

.country-flag {
  width: 26px;
  height: 19px;
  object-fit: cover;
  border-radius: 2px;
  margin-bottom: 5px;
  transition: transform 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.country-option:hover .country-flag {
  transform: scale(1.15);
}

.country-name {
  font-size: 9px;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}

.country-option:hover .country-name {
  color: #235075;
}

/* Scroll arrows for countries */
.scroll-arrow {
  background: transparent;
  border: none;
  color: #235075;
  font-size: 20px;
  cursor: pointer;
  flex-shrink: 0;
  user-select: none;
  padding: 0;
}

.scroll-left {
  margin-right: 10px;
}

.scroll-right {
  margin-left: 10px;
}


.modal-filters {
  position: absolute;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  display: none;
  z-index: 9999999;
  overflow: scroll;
}

.window-filters {
  font-family: 'New order';
  width: 600px;
  height: 800px;
  margin: auto;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  left: 0;
  right: 0;
  top: 50px;
  border-radius: 11px;
  background: white;
  padding: 30px;
  z-index: 999999999;
  position: relative;
}

.close-filters {
  position: absolute;
  right: 0;
  top: 0;
}

.close-filters img {
  width: 38px;
}

/*.window-filters .filtros-container {  background: #fff;  border-radius: 15px;  padding: 30px;   box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); width:600px;}*/
.window-filters h2 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  color: #333;
}

.window-filters .filtro-seccion {
  margin-bottom: 20px;
}

.window-filters .filtro-seccion h3 {
  font-size: 14px;
  color: #444;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.window-filters .chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.window-filters .chip {
  padding: 8px 14px;
  border: 1px solid #ccc;
  border-radius: 25px;
  background: white;
  font-size: 13px;
  color: #333;
  cursor: pointer;
}

.window-filters .chip:hover {
  background-color: #f0f0f0;
}

.window-filters .toggle-group .toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
  font-weight: 600;
}

.window-filters .switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px;
}

.window-filters .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.window-filters .slider {
  position: absolute;
  cursor: pointer;
  background-color: #ccc;
  border-radius: 34px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: .4s;
}

.window-filters .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  border-radius: 50%;
  transition: .4s;
}

.window-filters .switch input:checked+.slider {
  background-color: #31415c;
}

.window-filters .switch input:checked+.slider:before {
  transform: translateX(16px);
}

.window-filters .price-range input[type="range"] {
  width: 100%;
  margin: 10px 0;
}

.window-filters .price-labels {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}

.window-filters .price-box {
  background-color: #f1f1f1;
  border-radius: 10px;
  padding: 5px 10px;
  margin-top: 3px;
  font-weight: bold;
}

h1,
h2,
h3,
h4 {
  font-family: 'New order';
  font-weight: 800;
  font-size: 32px !important;
}

.home-menu {
  display: flex;
  align-items: center;
  max-width: 1440px !important;
  margin: auto;
  gap: 25px;
}

.logo-doctors {
  width: 85px;
}

/* grid home*/
.buttons-home-title {
  display: flex;
  gap: 10px;
  padding: 0;
  padding: 20px 0;
}

.buttons-home-title a {
  color: #245075;
  text-decoration: none;
}

.container .main-title {
  display: none;
}

.container {
  max-width: 1440px;
  margin: auto;
  padding: 0px 40px;
}

.container-interiores {
  max-width: 1440px;
  margin: auto;
  padding: 0px 40px;
}

.result {}

.main-title {
  font-size: 16px;
  color: #245075;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  padding: 4px 15px;
  border-radius: 10px;
  cursor: pointer;
}

.main-title:hover {
  background: #dcdcde;
  transition: all 0.4s;
}

.main-active {
  text-decoration: underline;
}

a.card {
  position: relative;
  max-width: 18%;
  width: 18px;
  text-decoration: none;
}

.badge {
  position: absolute;
  top: 5px;
  background: rgba(0, 0, 0, 0.5);
  color: gold;
  font-size: 12px;
  border-radius: 4px;
  padding: 1px 6px;
  left: 6px;
}

.doctor-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
  gap: 20px;
}

.doctor-card {
  background: white;
  border-radius: 12px;
  padding: 16px;
  transition: transform 0.2s;
}

.doctor-card:hover {
  transform: translateY(-4px);
}

.doctor-card h3 {
  margin: 5px 0;
  font-size: 1.1rem;
  color: #222;
}

.doctor-card p {
  margin: 0;
  font-size: 0.95rem;
}

.button-load-more {
  margin: auto;
}

.dr-loadmore {
  display: none;
}

.doctor-card .hospital {
  font-size: 12px;
}

.doctor-card .precio {
  font-size: 11px;
  font-weight: bold;
  text-align: right;
  border-top: 1px solid #eee;
}

/*gruposmedicos*/
#grupos-medicos {
  max-width: 1440px;
  margin: auto;
}

/*video*/
#quienes {
  font-size: 24px;
  color: #245075;
  padding: 20px 0px;
  font-weight: 700;
  text-align: left;
  max-width: 1440px;
  margin: 0 auto;
}

.texto-quienes {
  max-width: 1440px !important;
}

.wp-block-video {
  max-width: 900px;
}

.wp-block-group.is-layout-grid.wp-container-core-group-is-layout-baef362d.wp-block-group-is-layout-grid {
  max-width: 1440px !important;
  margin: auto;
}

figure.wp-block-video {
  margin: 5px;
}

/* destinos*/
.destinos {
  background: #f7f7f7;
}

.title-destinos {
  font-size: 24px;
  color: #245075;
  padding: 20px 40px;
}

.carousel-destinos .flickity-button {
  color: white;
  background: none;
}

.carousel-destinos .flickity-button:hover {
  background: none;
}

/*carousel banners*/
.bannershome .carousel-cell {
  width: 100%;
  height: auto;
}

.bannershome .carousel-cell img {
  width: 100%;
  height: auto;
}

/* Grupos doctores (seccion) - Los estilos están en grupos-home.html */

/* Perfil Doctor*/
h1,
h2,
h2 {
  font-family: 'New order';
}

.doctor-profile {}

.doctor-profile .header-profile {
  background: #245075;
  width: 100%;
  padding: 25px 40px 10px 40px;
  display: flex;
  vertical-align: middle;
  font-family: dazzle;
  color: white;
}

.doctor-profile .header-profile h1 {
  color: white;
  margin: 0;
  font-size: 40px;
  border-bottom: 5px solid white;
  position: relative;
  padding-bottom: 10px;
}

.doctor-profile .header-profile h1::after {
  content: '';
  border-bottom: 1px solid white;
  width: 30%;
  position: absolute;
  bottom: 0;
  margin-bottom: -3px;
}

.doctor-profile .full-content {
  max-width: 1440px;
  margin: auto;
  margin-top: 20px;
}

.doctor-profile .full-content .columns {
  display: flex;
  gap: 40px;
}

.doctor-profile .col-izq {
  width: 33%;
}

.doctor-profile .col-central {
  width: 34%;
}

.doctor-profile .col-der {
  width: 33%;
}

.doctor-profile .doctor-image {}

.doctor-profile .doctor-image img {
  max-width: 100%;
  width: 100%;
  border-radius: 4px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.doctor-profile .field-nombre h3 {
  font-size: 25px;
  margin: 10px 0px;
  padding: 0;
  font-family: 'dazzle';
}

.doctor-profile .field-especialidad {
  display: flex;
  display: flex;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}

.doctor-profile .principal-especialidad {
  padding-right: 15px;
  font-size: 14px;
  color: #6a6a6a;
}

.doctor-profile .experto {
  padding: 0 15px;
  font-size: 14px;
  color: #6a6a6a;
}

.doctor-profile .field-nacionalidad span {
  font-size: 14px;
  text-transform: uppercase;
}

.doctor-profile .field-idiomas span {
  font-size: 14px;
  text-transform: uppercase;
}

.doctor-profile .field-idiomas .doctor-languages {
  display: flex;
  font-size: 14px;
}

.doctor-profile .field-idiomas .doctor-languages li {
  list-style: none;
  padding: 0 10px;
  background: #93dea873;
  margin: 0 10px;
  border-radius: 4px;
}

.doctor-profile .field-logros {
  width: 50%;
}

.doctor-profile .data-bio {
  width: 50%;
}

.doctor-profile .field-cedula {
  background: #eee;
  padding: 0 10px;
  border-radius: 4px;
  font-size: 14px;
}

.doctor-profile .titulo-costos {
  font-size: 120%;
  font-size: 14px;
  text-transform: uppercase;
}

.doctor-profile .primer-consulta span {
  font-size: 140%;
  font-weight: bold;
  font-size: 14px;
}

.doctor-profile .prrecio-consulta span {
  font-size: 140%;
  font-weight: bold;
  font-size: 14px;
}

.doctor-profile .gallery-wrapper {
  display: flex;
  max-width: 900px;
  margin: auto;
  gap: 20px;
}

.doctor-profile .thumbnails {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.doctor-profile .thumbnails img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 6px;
  transition: border 0.3s;
}

.doctor-profile .thumbnails img.active,
.thumbnails img:hover {
  border: 2px solid #000;
}

.doctor-profile .main-image {
  flex: 1;
  overflow: hidden;
  position: relative;
}

.doctor-profile .main-image img {
  width: 100%;
  transition: transform 0.3s ease;
  border-radius: 10px;
}

.doctor-profile .main-image:hover img {
  transform: scale(1.05);
}

.doctor-profile .mapa iframe {
  border-radius: 30px;
}

.modal-citas {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  z-index: 999999999999999999;
  top: 0;
  left: 0;
  display: none;
}

.modal-citas iframe {
  width: 800px;
  margin: auto;
  background: white;
  margin-top: 20px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  height: 900px;
}

.close-citas {
  position: absolute;
  top: 20px;
  right: 0;
  width: 800px;
  text-align: right;
  margin: auto;
  cursor: pointer;
}

.close-citas img {
  widows: 38px;
}

.doctor-profile .section2 {
  margin-top: 35px;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}

.container-modal {
  width: 800px;
  margin: auto;
  position: relative;
}

.site-footer {
  background: #245075;
  color: white;
}

.site-footer,
.site-footer .site-info {
  color: white;
}


/*resultados-doctores*/

/* Título de página de resultados */
.page-id-526 .post_title,
.page .post_title {
  margin-top: 0 !important;
  padding-top: 10px !important;
  margin-bottom: 20px !important;
}

/* Doctor Results - Container */
.doctor-results-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Doctor Results - Grid */
.doctor-results {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
  margin: 30px 0;
}

/* Doctor Card */
.doctor-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.doctor-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

/* Card Image */
.doctor-card .photo {
  width: 100%;
  height: 240px;
  overflow: hidden;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.doctor-card .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.doctor-card:hover .photo img {
  transform: scale(1.05);
}

/* Card Content */
.doctor-card .name {
  font-size: 14px;
  font-weight: 600;
  color: #222;
  margin: 16px 16px 4px 16px;
  line-height: 1.3;
  padding: 0;
}

.doctor-card .meta {
  font-size: 13px;
  color: #52b1ba;
  margin: 0 16px 8px 16px;
  line-height: 1.4;
}

.doctor-card .price {
  font-size: 13px;
  font-weight: 600;
  color: #235075;
  margin: 0 16px 8px 16px;
}

.doctor-card .langs {
  font-size: 12px;
  color: #666;
  margin: 0 16px 16px 16px;
}

/* Card Button */
.doctor-card .btn {
  display: inline-block;
  padding: 10px 20px;
  margin: 0 16px 16px 16px;
  background: #52b1ba;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  transition: background 0.3s ease;
}

.doctor-card .btn:hover {
  background: #235075;
}

/* Loading and No Results States */
.no-results,
.loading {
  text-align: center;
  padding: 40px 20px;
  color: #666;
  font-size: 16px;
}

/* Load More Button */
.load-more {
  text-align: center;
  margin: 30px 0;
}

.btn-load-more {
  padding: 12px 30px;
  background: #52b1ba;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}

.btn-load-more:hover {
  background: #235075;
}

/* Responsive Adjustments for Doctor Results */
@media (max-width: 768px) {
  .doctor-results {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
  }

  .doctor-card .photo {
    height: 200px;
  }
}

@media (max-width: 768px) {
  .full-header {
    display: none;
  }

  .full-header-mobile {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    background: white;
    transition: all 0.7s;
    font-family: 'New order';
    align-items: center;
  }

  .main-title {
    font-size: 13px;
    line-height: normal;
  }

  #gt_float_wrapper {
    right: 35% !important;
    top: 8px !important;
  }

  /*Main header*/
  /*#site-content{ overflow:visible;}*/
  #site-content {
    margin-top: 260px;
  }

  /* Ajuste mobile cuando el carrusel está separado */
  body.home.has-carousel-directive #site-content {
    margin-top: 260px !important;
  }

  body.home:not(.has-carousel-directive) #site-content {
    margin-top: 180px !important;
  }

  .buttons-home-title {
    margin: auto;
  }

  .full-header-mobile .login {
    width: 100px;
    cursor: pointer;
  }

  .full-header-mobile .main-logo {
    width: 85px;
  }

  .header-filters {
    display: block;
  }

  /* Slider especialidades mobile */
  .main-special-wrapper {
    padding: 0 10px;
  }

  .main-special .carousel-cell {
    width: 90px;
    margin-right: 8px;
  }

  .el-especial {
    padding: 10px 4px;
    max-height: 90px;
  }

  .el-especial img {
    max-height: 24px;
    margin-bottom: 4px;
  }

  .main-special .title-especial {
    font-size: 8px;
  }

  .main-special .flickity-prev-next-button {
    width: 24px;
    height: 24px;
  }

  .main-special .flickity-prev-next-button.previous {
    left: -10px;
  }

  .main-special .flickity-prev-next-button.next {
    right: -10px;
  }

  /* Filtros de idiomas mobile */
  .filter-languages {
    padding: 12px 0;
  }

  .filter-languages .container {
    display: flex;
    align-items: center;
    gap: 0;
    overflow: hidden;
    padding: 0 10px;
    max-width: 100%;
    justify-content: flex-start;
  }

  .filter-languages .language-option-first {
    font-size: 11px;
    flex-shrink: 0;
    white-space: nowrap;
    margin-right: 10px;
    min-width: auto;
    text-align: left;
  }

  .filter-languages-scroll {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    gap: 8px;
    flex: 1;
  }

  .filter-languages .language-option {
    flex-shrink: 0;
    font-size: 12px;
    white-space: nowrap;
    margin: 0;
  }

  /* Filtros de países mobile */
  .filter-countries {
    padding: 12px 0 18px 0;
  }

  .filter-countries .container {
    display: flex;
    align-items: center;
    gap: 0;
    overflow: hidden;
    padding: 0 10px;
    max-width: 100%;
    justify-content: flex-start;
  }

  .country-option-first {
    font-size: 10px;
    flex-shrink: 0;
    white-space: nowrap;
    margin-right: 10px;
    min-width: auto;
    text-align: left;
  }

  .filter-countries-scroll {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    flex: 1;
    gap: 10px;
  }

  .country-option {
    flex-shrink: 0;
    margin: 0;
  }

  .scroll-arrow {
    display: none;
    /* Ocultar flechas en mobile */
  }

  .country-flag {
    width: 22px;
    height: 16px;
    margin-bottom: 4px;
  }

  /* Destinos mobile */
  .destinos {
    min-height: 300px;
    padding: 0 10px;
  }

  .title-destinos {
    font-size: 18px;
    padding: 15px 10px;
  }

  .carousel-destinos .carousel-cell {
    width: 180px;
    height: 180px;
    margin-right: 10px;
  }

  .carousel-destinos .carousel-cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
  }

  .country-name {
    font-size: 8px;
  }

  .compress {
    height: 90px;
    transition: all 0.7s;
    background: white;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  }

  .header-filters .filters {
    width: 100%;
    padding: 12px;
  }

  .header-filters .button-filters {
    width: 235px;
    padding: 6px 8px;
    border: 1px solid #245075;
    border-radius: 15px;
    text-align: center;
    display: flex;
    gap: 15px;
    cursor: pointer;
    margin: auto;
    left: 0;
    right: 0;
    justify-content: center;
  }

  .window-filters {
    width: 90%;
  }

  body.has-sticky-header .site-header {
    position: fixed;
    width: 100%;
  }

  .hidebuscador {
    display: none;
    transition: all 0.5s;
  }

  .mini {
    width: 215px !important;
    transition: all 0.5s;
  }

  .minipadd {
    padding: 0;
    transition: all 0.5s;
  }

  .compress-buscador {
    margin-top: initial;
    transition: all 0.7s;
    width: 490px !important;
    height: 35px !important;
  }

  .main-buttons {
    gap: 10px;
  }

  /* profile*/
  .doctor-profile {
    padding: 0 10px;
  }

  .doctor-profile .full-content .columns {
    display: block;
  }

  .doctor-profile .col-izq {
    width: 100%;
  }

  .doctor-profile .col-central {
    width: 100%;
  }

  .doctor-profile .col-der {
    width: 100%;
  }

  .doctor-profile .data-bio {
    width: 100%;
  }

  .doctor-profile .field-logros {
    width: 100%;
  }

  .doctor-profile .button {
    margin: auto;
  }
}

@media (max-width: 480px) {

  /* Destinos mobile small */
  .destinos {
    min-height: 250px;
    padding: 0 10px;
  }

  .title-destinos {
    font-size: 16px;
    padding: 12px 10px;
  }

  .carousel-destinos .carousel-cell {
    width: 150px;
    height: 150px;
    margin-right: 8px;
  }

  .carousel-destinos .carousel-cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
  }
}


/* Header interior compacto */
.interior-header {
  padding: 12px 40px !important;
  min-height: auto !important;
  height: auto !important;
  border-bottom: 1px solid #f0f0f0 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

body.page .site-content,
body.single .site-content {
  margin-top: 72px !important;
}

.interior-header .middle {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: center;
}

.interior-header .buscador {
  height: 42px !important;
  width: 560px !important;
  margin-top: 0 !important;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  border: 1px solid #e0e0e0 !important;
}

.interior-header .buscador select,
.interior-header .buscador input {
  font-size: 13px;
  padding: 8px 10px !important;
}

.interior-header .button-buscar {
  height: 42px;
  width: 42px;
  padding: 6px;
}

.interior-header .main-logo {
  width: 100px !important;
}

.interior-header .login {
  font-size: 14px;
}