body {
  background-image: linear-gradient(180deg, var(--bs-secondary-bg), var(--bs-body-bg) 100px, var(--bs-body-bg));
}

img {
  max-width: 100%;
  height: auto;
}

[data-bs-theme=dark] img:not(.logo),
[data-bs-theme=dark] video,
[data-bs-theme=dark] iframe.shadow-lg {
  opacity: .6 !important;
}

b, strong {
  font-weight: 600;
}

h1,
.h1 {
  font-weight: 700;
}

h1,
.h1,
h2,
.h2,
.display-1,
.display-2,
.display-3 {
  letter-spacing: -.02em;
}

.display-0 {
  font-size: 6rem;
}

.display-0 > small {
  font-size: .5em;
}

#hh {
  position: absolute;
  width: 100%;
  top: 0;
}

.hwh {
  padding-top: 8rem;
}

#nav {
  box-shadow: 0 1px 5px rgba(0, 0, 0, .08);
  border-radius: 2.3rem;
  padding: .5rem .5rem .5rem 1.5rem;
  background: rgba(var(--bs-body-bg-rgb), 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 7;
}

#nav li {
  font-weight: 500;
  font-size: .85em;
}

.sep {
  fill: var(--bs-body-bg);
  position: absolute;
  bottom: 0;
}

.sep.fl-light{
  fill: var(--bs-light);
}

[data-bs-theme="dark"] .sep.fl-light {
  fill: #2c3034;
}

.sep.fl-dark{
  fill: #34495e;
}

[data-bs-theme="dark"] .sep.fl-dark {
  fill: #2c3034;
}

.bg-dark3 {
  background-color: #34495e;
}

[data-bs-theme="dark"] .bg-dark3 {
  background-color: #2c3034;
}

[data-bs-theme="dark"] .bg-light {
  background-color: rgba(var(--bs-light-rgb), .05) !important;;
}

#header-home {
  background-color: #2f4f4f;
  position:relative;
  background-position:center;
  /*background-repeat: no-repeat;*/
  background-size: cover;
  height:600px;
}

#header-home.hhpg {
  height: 400px
}

.hd {
  /*background-color: #34495e;*/
  text-align: center;
  color: var(--bs-light);
}

.grd {
  background: -webkit-linear-gradient(55deg,
  rgba(70, 81, 91, 0.5) 20%,
  rgba(70, 81, 91, 0.15) 55%,
  rgba(70, 81, 91, 0) 75%
  );
}

.dropdown-toggle::after {
  margin-left: .5em;
}

a {
  text-decoration: none;
}

/*.header-mask{
  height:100%;
  background:linear-gradient(180deg,rgb(70 81 91 / .4) 5%,rgb(70 81 91 / .02) 55%,#fff0 65%)
}*/

/*#header-title{
  margin-top:-55px;
  color:#fff
}*/

/*#header-title .h1{
  font-size:64px;
  font-weight:700;
  text-shadow:0 0 30px rgb(0 0 0 / .1)
}*/

.badge.bg-opacity-10 {
  --bs-bg-opacity: .05;
}

.navbar-nav.justify-content-end .nav-link {
  /*padding: .2rem 1.5rem;*/
  /*padding-right: 1.5rem;*/
  /*padding-left:  1.5rem;*/
  /*border-right: 1px solid #e8e9e0;*/
  /*color: var(--bs-secondary);*/
}

.navbar-nav.justify-content-end .nav-link:hover {
  /*color: var(--bs-body-color);*/
}

/*.nav-item:last-child .nav-link {
  border: none;
}*/

.btn {
  font-weight: 600;
}

.btn-primary {
  color: var(--bs-body-bg);
  transition: all 0.3s;
}

.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary:hover,
.btn.btn-primary:target {
  color: var(--bs-body-bg);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(var(--bs-primary-rgb),.4);
}

.btn.text-white {
  color: var(--bs-body-bg) !important;
}

.btn.border-light {
  border-color: var(--bs-body-bg) !important;
}

.strc {
  display: flex;
  overflow-x: auto;
  justify-content: center;
}

.strc::-webkit-scrollbar {
  display: none;
}

.strc {
  scrollbar-width: none;
}

.str {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 80px;
  text-decoration: none;
  cursor: pointer;
}

.stri {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  padding: 3px;
  background: linear-gradient(45deg, #d4e87c 0%, #a3bd31 35%, #8ca928 65%, #739620 100%); display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}

.str:hover .stri {
  transform: scale(1.1);
}

.str:active .stri {
  transform: scale(0.95);
}

.stri.viewed {
  background: linear-gradient(45deg, #c7c7c7 0%, #9e9e9e 100%);
}

.stra {
  max-width: 116px;
  max-height: 116px;
  border-radius: 50%;
  background: var(--bs-body-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid var(--bs-body-bg);
  overflow: hidden;
}

.stra img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stra video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.strn {
  margin-top: 8px;
  font-size: 0.75rem;
  color: var(--bs-body-color);
  font-weight: 400;
  text-align: center;
  max-width: 108px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.accordion-item {
  box-shadow: 0 0 40px rgba(0, 0, 0, .05);
  margin-bottom: 1.5rem;
  border: none;
  border-radius: .5rem !important;
}

.accordion-button {
  /*border: none !important;*/
  font-weight: 600;
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  background: none;
}

/*.acb {
  position: fixed;
  bottom: 30px;
  right: 30px;
}

.acb > a {
  border-radius: 50px;
  padding: 12px 20px;
  font-weight: 600;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
  z-index: 1000;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 58px;
  margin-top: 1rem;
}

.bwa {
  background-color: #25d366;
  color: white;
}
.bwa:hover {
  background-color: #20ba5a;
  !*color: white;*!
}

.bap {
  background-color: var(--bs-primary);
  color: white;
}
.bap:hover {
  background-color: rgba(var(--bs-primary-rgb),.8);
}

.bph {
  background-color: var(--bs-body-color);
  color: white;
}
.bph:hover {
  background-color: rgba(var(--bs-body-color-rgb),.8);
}*/

#footer {
  font-size: .98rem;
}

/*#footer .h5 {
  margin-bottom: 1.2rem;
}*/

.ft-tt {
  font-weight: 500;
  font-size: 1.1rem;
  margin-bottom: 1.4rem;
}

#footer .list-unstyled > li {
  margin-bottom: 1rem;
  font-size: .95rem;
}

#footer a {
  text-decoration: none;
  color: var(--bs-body-color);
}

#footer a:active,
#footer a:focus,
#footer a:hover {
  /*text-decoration: none;*/
  color: var(--bs-primary);
}

#legal li {
  font-size: .75rem;
}

#footer .ft2 {
  font-size: .95rem;
}

.smfb:hover {
  color: #3b5998;
}

.smig:hover {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.smyt:hover {
  color: #f00;
}

.smtk:hover {
  color: #000;
  position: relative;
  filter: drop-shadow(-2px -2px 0 #00f2ea) drop-shadow(2px 2px 0 #ff0050);
}

.fs {
  background: #34495e url("../img/olas2.png") right center no-repeat;
  /*background-size: 80%;*/
  /*background: linear-gradient(145deg, #2c3e50, #34495e);*/
  box-shadow: 0 0 100px rgba(70,81,91,.4);
  color: #fff;
  text-shadow: .5px .5px 0 #46515b;
}

.fs .h5 {

}

.ct {
  background: var(--bs-primary) url("../img/olas2.png") right center no-repeat;
  /*background-size: cover;*/
  box-shadow: 0 0 100px rgba(var(--bs-primary-rgb), 0.4);
  color: var(--bs-body-bg);
  text-shadow: .5px .5px 0 var(--bs-primary);
}

[data-bs-theme="dark"] .ct {
  background-color: color-mix(in srgb, var(--bs-primary), black 20%);
  text-shadow: .5px .5px 0 color-mix(in srgb, var(--bs-primary), black 20%);
}

.ct .btn-light {
  color: var(--bs-primary);
}

.ctb {
  background: #2f4f4f url("../img/bg-bambu.webp") center center no-repeat;
  background-size: cover;
  /*box-shadow: 0 0 100px rgba(var(--bs-primary-rgb), 0.4);*/
  color: var(--bs-body-bg);
  /*text-shadow: .5px .5px 0 var(--bs-primary);*/
}

.lead {
  /*color: var(--bs-primary);*/
}

.lead > strong {
  font-weight: 600;
}

.u-primary {
  /*background: repeat-x left 1em / 1em .15em;*/
  background-image: linear-gradient(90deg, rgba(var(--bs-primary-rgb), .1), rgba(var(--bs-primary-rgb), .1));
}

.cd-container {
  /*border-radius: 6px;*/
  overflow: hidden;
  /*box-shadow: 0 0 20px rgba(0,0,0,.08);*/
  /*margin: 20px 0 30px;*/
}

.cd-image-container {
  position: relative;
  width: 100%;
}
.cd-image-container img {
  display: block;
}

.cd-image-label {
  position: absolute;
  bottom: 0;
  right: 6px;
  color: #fff;
  font-size: .9em;
  font-weight: 500;
  padding: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: .4;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}
.cd-image-label.is-hidden {
  visibility: hidden;
}
.is-visible .cd-image-label {
  opacity: .7;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-right: 2px solid #fff;
}
.cd-resize-img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}
.cd-resize-img .cd-image-label {
  right: auto;
  left: 6px;
}
.is-visible .cd-resize-img {
  width: 50%;
  /* bounce in animation of the modified image */
  -webkit-animation: cd-bounce-in 0.7s;
  -moz-animation: cd-bounce-in 0.7s;
  animation: cd-bounce-in 0.7s;
}

@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@-moz-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
.cd-handle {
  position: absolute;
  height: 44px;
  width: 44px;
  /* center the element */
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border-radius: 50%;
  background: var(--bs-primary) url('../img/cd-arrows.svg') no-repeat center center;
  cursor: move;
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  -moz-transform: translate3d(0, 0, 0) scale(0);
  -ms-transform: translate3d(0, 0, 0) scale(0);
  -o-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
}
.cd-handle.draggable {
  /* change background color when element is active */
  background-color: #b1c750;
}
.is-visible .cd-handle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}

.cdc {
  /*font-size: .9em;*/
  /*padding: 20px;*/
  /*background: #fff;*/
}

@keyframes pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(163, 189, 49, 0.7);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(163, 189, 49, 0);
  }
}

.stri.active {
  animation: pulse 0.6s ease-out;
}

.icb {
  width: 60px;
  height: 60px;
  background-color: rgba(var(--bs-primary-rgb),.1);
  color: var(--bs-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.mm {
  position: static !important;
}

.mm .dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
  padding: 2rem;
  margin-top: 0;
  /*border-top: 3px solid #0d6efd;*/
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  border: 0;
  background: rgba(var(--bs-body-bg-rgb), 0.97);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.mmc .h5 {
  /*color: #0d6efd;*/
  font-weight: 400;
  margin-bottom: .2rem;
  /*text-transform: uppercase;*/
  /*font-size: 0.875rem;*/
  /*letter-spacing: 0.5px;*/
}

.mmi {
  display: block;
  padding: 0.5rem 0;
  /*color: #212529;*/
  text-decoration: none;
  transition: all 0.2s;
}

.mmi > small {
  display: block;
  display: none;
  color: #a5adb5;
  font-size: .82em;
  font-weight: 400;
}

.mmi:hover {
  /*color: #0d6efd;*/
  padding-left: 0.5rem;
}

hr {
  border-top-color: #c4c3ca;
}

.u {
  position: relative;
  z-index: 1;
}

.u::after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  left: 50%;
  bottom: -.5em;
  width: 110%;
  height: .45em;
  transform: translateX(-50%);
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 205 9.37'%3E%3Cpath fill='%23a3bd31' d='M202.47,9.37A1191.26,1191.26,0,0,0,1.79,7.48,1.67,1.67,0,0,1,0,5.92H0A1.76,1.76,0,0,1,1.63,4.21c67-5.71,133.83-5.43,200.8-.27A2.75,2.75,0,0,1,205,6.88h0A2.6,2.6,0,0,1,202.47,9.37Z'/%3E%3C/svg%3E");*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 205 9.37'%3E%3Cpath fill='%23f4d600' d='M202.47,9.37A1191.26,1191.26,0,0,0,1.79,7.48,1.67,1.67,0,0,1,0,5.92H0A1.76,1.76,0,0,1,1.63,4.21c67-5.71,133.83-5.43,200.8-.27A2.75,2.75,0,0,1,205,6.88h0A2.6,2.6,0,0,1,202.47,9.37Z'/%3E%3C/svg%3E");
}

/* Contenedor de botones flotantes */
.floating-buttons {
  position: fixed;
  bottom: 40px;
  right: 40px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  z-index: 1000;
  opacity: 0;
  transform: translateX(100px);
  animation: slideIn 0.5s ease forwards;
  animation-delay: 1s;
}

@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Estilo base de los botones */
.floating-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: white;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.floating-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  color: white;
}

.floating-btn:active {
  transform: scale(0.95);
}

/* Tooltip */
.floating-btn::before {
  content: attr(data-tooltip);
  position: absolute;
  right: 70px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.floating-btn:hover::before {
  opacity: 1;
}

/* Colores específicos */
.btn-ap {
  /*background: linear-gradient(135deg, #a3bd31 0%, #a3bd31 100%);*/
  background: var(--bs-primary);
}

.btn-ph {
  /*background: linear-gradient(135deg, #f4d600 0%, #f4d600 100%);*/
  background: color-mix(in srgb, var(--bs-primary), white 20%);
}

.btn-wa {
  /*background: linear-gradient(135deg, #25d366 30%, #25d366 100%);*/
  background: #25d366;
}

/* Animación de pulso para WhatsApp */
@keyframes pulse2 {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

.btn-wa {
  animation: pulse2 2s infinite;
}

/* Icono de WhatsApp más grande */
.btn-wa i {
  font-size: 28px;
}

.btn-sh,
.btn-mp {
  background: var(--bs-secondary);
}

.breadcrumb-item > a {
  text-decoration: none;
}

.bg-dark2 {
  background: linear-gradient(145deg, #2c3e50, #34495e);
}

.ai {
  background: #1a1a2e;
  border-radius: 20px;
  padding: 60px 40px 20px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.ai::before {
  content: '';
  position: absolute;
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(138, 43, 226, 0.3) 0%, transparent 70%);
  top: -200px;
  left: -200px;
  animation: pulse3 4s ease-in-out infinite;
}

@keyframes pulse3 {
  0%, 100% { transform: scale(1); opacity: 0.5; }
  50% { transform: scale(1.1); opacity: 0.8; }
}

.ai h2 {
  color: #fff;
  font-weight: 700;
}

.ait {
  background: linear-gradient(45deg, #ff006e, #8338ec, #3a86ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ai .ai-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 30px;
  /*margin: 20px 0;*/
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  color: white;
  height: 100%;
}

/*.propuesta-4 .ai-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(163, 189, 49, 0.2), transparent);
  transition: left 0.5s;
}

.propuesta-4 .ai-card:hover::before {
  left: 100%;
}*/

.ai .ai-card:hover {
  /*border-color: #a3bd31;*/
  /*box-shadow: 0 0 30px rgba(163, 189, 49, 0.3);*/
}

.ai .ai-icon {
  font-size: 3rem;
  color: #8338ec;
  margin-bottom: 20px;
}

.modal-content {
  padding: 3rem;
}

.modal-body {
  padding: 0;
}

.modal-subtitle {
  font-size: 1rem;
  color: var(--bs-primary);
}

.rv {
  position: relative;
  border-radius: var(--bs-border-radius-xl);
  background-color: var(--bs-body-bg);
  padding: 1.8rem;
  margin-bottom: 1.5rem;
  box-shadow: var(--bs-box-shadow-sm);
}

.ri {
  position: absolute;
  top: 44px;
  left: 15px;
  opacity: 0.07;
  font-size: 4rem;
}

.rs {
  font-size: 1.2rem;
  color: var(--bs-warning);
}

.rs > i {
  margin-right: .25rem;
}

.py-6 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.modal-header .btn-close {
  margin-top: -40px;
  opacity: .2;
}

.modal-header .btn-close:hover {
  opacity: .8;
}

.nbs {
  border: none;
  border-radius: var(--bs-border-radius-xl);
  text-align: center;
  /*margin-top: -5.5rem;*/
  box-shadow: var(--bs-box-shadow-lg);
  padding: 3rem;
}

.ba {
  /*display: inline-block;*/
  /*width: auto;*/
  /*color: var(--bs-primary);*/
  /*text-decoration: none;*/
  /*border: none;*/
  /*background: transparent;*/
  margin: 0 auto;
  /*padding: 1rem 0;*/
}

/*.ba > i {
  font-size: 1.8rem;
  display: block;
  margin-bottom: .4rem;
  height: 29px;
}*/

.ba > i.x05 {
  font-size: 1.6rem;
}

.ba > span, .bas {
  display: block;
  margin: .6rem 0 1.5rem;
  font-size: .9rem;
  font-weight: 500;
}

.ba:hover {
  /*color: var(--bs-link-hover-color);*/
}

#cmap {
  height: 400px;
  border-radius: 4px;
}

#cmap.map-all {
  height: 565px;
  margin: 49px 0 15px;
}

#cmap.map-state {
  height: 400px;
  /*margin: 49px 0 15px;*/
}

#locator {
  display: none;
}

#locator.popup-bubble-content {
  display: block;
}

.gm-style-iw-d {
  overflow: hidden !important;
}

.gm-style-iw-chr {
  position: absolute;
}

.gm-style-iw-chr span {
  background-color: var(--bs-body-color) !important;
}

.gm-ui-hover-effect {
  position: fixed !important;
  right: 0;
  top: 0;
}

.gm-style-iw {
  font-family: 'Montserrat', Arial, sans-serif;
  /*padding: 8px;*/
  padding: 16px 18px 16px !important;
  font-weight: 400;
  background: var(--bs-body-bg) !important;
}

.gm-style .gm-style-iw-tc::after {
  background: var(--bs-body-bg) !important;
}

.gm-style-iw .btn {
  margin-top: 10px;
}

.map-ttl {
  display: inline-block;
  font-weight: 600;
  font-size: 1.4em;
  margin-bottom: 10px;
  margin-right: 10px;
  text-decoration: none;
}

.gm-ui-hover-effect {
  top: 3px;
}

.map-lst {
  font-weight: 400;
  margin-left: 1.5em !important;
  margin-bottom: .3rem;
}

.map-lst > li {
  margin-bottom: 6px;
}

.map-lst > li:last-child {
  margin-bottom: 0;
}

.map-lst .btn {
  /*float: right;*/
  position: absolute;
  top: 0;
  margin-top: 2px;
  right: 0;
  z-index: 1;
}

.map-lst a {
  color: var(--bs-body-color);
  /*font-weight: 500;*/
  /*border-bottom: 1px dotted #68737d;*/
  border-bottom: 1px dotted #a3bd31;
  text-decoration: none;
}

.map-lst a:hover,
.map-lst a:focus,
.map-lst a:active
{
  color: #a3bd31;
}

.map-lst i {
  margin-top: 0.3rem;
}

.pac-container {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
}

.pac-item-query {
  color: #46515b;
}

.pac-matched {
  color: #a3bd31;
  font-weight: 600;
}

.pac-icon {
  color: #a3bd31;
}

.pac-icon:hover,
.pac-icon-selected {
  color: #a3bd31;
}

#results {
  overflow-y: scroll;
  /*height: 500px;*/
  max-height: 580px;
  padding: 19px;
  padding-left: 5px;
  margin-top: 30px;
}

#results2 {
  margin: 50px 0;
}

.result {
  font-size: 13px;
  /*border-bottom: 1px solid #bfbfbf;*/
  margin-bottom: 20px;
  background: var(--bs-body-bg);
  padding: 15px 22px;
  border-radius: 6px;
  box-shadow: 0 1px 5px rgba(0,0,0,.08);
}

#results::-webkit-scrollbar-track {
  background-color: #fafafa;
}

#results::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}

#results::-webkit-scrollbar-thumb {
  background:#dfdfdf;
  transition: background .5s linear;
  border-radius: 60px;
}

#results::-webkit-scrollbar-thumb:hover {
  background: #a3bd31
}

.trd {
  display: block;
  text-align: center;
  border-radius: 50px 20px;
  box-shadow: 0 1px 5px rgba(0,0,0,.08);
  transition: all .25s ease-in;
  overflow: hidden;
  height: 100%;
}

#tratamientos > .row > div:nth-child(2n) > .trd {
  border-radius: 20px 50px;
}

.trd:hover {
  border-radius: 20px !important;
  box-shadow: 0 0 50px rgba(0,0,0,.08);
}

.trd h3 {
  font-weight: 400;
  font-size: 1.3rem;
}

/*.trd h3 > strong {
  font-weight: 600;
}*/

.trd-body {
  background: var(--bs-body-bg);
  padding: 1.5rem;
}

.trd-body > span {
  color: var(--bs-body-color);
  font-size: .9rem;
}

.trd-link {
  /*display: none;*/
  padding: 12px 8px;
  background: #a3bd31;
  color: var(--bs-body-bg);
  font-weight: 500;
}

.c-pointer {
  cursor: pointer;
}

.drr {
  margin-bottom: 50px;
  /*height: 240px;*/
  /*text-align: center;*/
}

.dri {
  border-radius: 120px;
  border: 4px solid var(--bs-body-bg);
  box-shadow: 0 10px 20px rgba(0,0,0,.1);
  margin-bottom: 30px;
  width: 120px;
  height: 120px;
}

.drn {
  display: block;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 6px;
}

.dre {
  display: block;
  font-size: .9rem;
  font-weight: 600;
  color: var(--bs-primary);
}

.drc {
  display: block;
  font-size: .8rem;
}

.dl-trt {
  text-shadow: 1px 1px 0 var(--bs-body-bg);
}

.dl-trt dt {
  color: var(--bs-primary);
  font-size: 1.2rem;
  margin: 20px 0 5px;
  position: relative;
}

.dl-trt dd {
  margin-bottom: 30px;
  /*font-size: .98rem;*/
}

.dl-trn {
  color: rgba(104, 115, 125, 0.06);
  position: absolute;
  top: -50px;
  left: -52px;
  font-size: 6rem;
  z-index: -1;
  text-align: right;
  width: 70px;
  font-weight: 700;
}

.fa-ul > li {
  margin-bottom: 8px;
}

i.fa-li {
  color: var(--bs-primary);
  margin-right: 10px;
}

#cda > span,
.cdt,
.cdv {
  display: block;
}

.cdt {
  font-size: .8rem;
  margin-top: 20px;
  opacity: .7;
}

.cdv {
  font-size: .95rem;
  /*font-weight: 600;*/
}

.cdv.max {
  font-size: 1.8em;
  font-weight: 600;
}

.owl-nav [class*='owl-'] {
  transition: all 0.3s ease;
}
.owl-nav [class*='owl-'].disabled:hover {
  background-color: #d6d6d6;
}
#sync1.owl-theme {
  position: relative;
}
.owl-next,
.owl-prev {
  width: 30px;
  height: 30px;
  text-align: center;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  background: rgba(var(--bs-body-bg-rgb),.1) !important;
  color: var(--bs-body-bg) !important;
  border-radius: 60px;
  padding-top: 3px;
}
.owl-prev {
  left: 10px;
}
.owl-next {
  right: 10px;
}
.owl-next:hover,
.owl-prev:hover {
  background: rgba(var(--bs-body-bg-rgb),.5);
}

.owl-dots {
  margin-top: 20px;
}

.owl-dots .owl-dot {
  display: inline-block;
}

.owl-dots > .owl-dot span {
  background: var(--bs-secondary);
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 12px;
}

.owl-dots > .owl-dot:hover span {
  opacity: 1
}

.owl-dots > .owl-dot.active span {
  background: var(--bs-primary);
  opacity: 1;
}

.gallery {
  position: relative;
  margin-top: 25px;
}

.gallery > .owl-stage-outer {
  border-radius: 4px;
}

.gallery .owl-dots > .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 4px;
}

.cca {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(var(--bs-body-bg-rgb),.8);
  padding: 10px 15px;
  border-radius: 4px;
  font-size: .95em;
  font-weight: 500;
}

.map > img {
   border-radius: 70px 8px;
   margin: 50px 0 0px;
   transition: all .3s ease;
   cursor: zoom-in;
 }

.map:hover > img {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.mapa {
  border-radius: 4px;
}

.mab {
  display: inline-block;
  position: relative;
  background: rgba(var(--bs-body-bg-rgb), 1);
  bottom: 42px;
  left: 5px;
  border-radius: 8px;
  cursor: zoom-in;
  font-size: .8em;
  font-weight: 500;
  padding: 8px 13px;
}

.cc {
  background: var(--bs-body-bg);
  border-radius: 15px;
  padding: 30px 20px;
  text-align: center;
  transition: all 0.3s ease;
  border: 3px solid transparent;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  display: block;
  color: inherit;
}

.cc:hover {
  transform: translateY(-10px);
  border-color: #a3bd31;
  box-shadow: 0 15px 30px rgba(163, 189, 49, 0.2);
  color: inherit;
}

.cc i {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #a3bd31 0%, #8fa429 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: all 0.3s ease;
  font-size: 2rem;
  color: var(--bs-body-bg);
}

.cc:hover i {
  transform: scale(1.1);
  box-shadow: 0 10px 25px rgba(163, 189, 49, 0.3);
}

.consultation-title {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 10px;
  /*color: #333;*/
}

.consultation-description {
  font-size: 0.9rem;
  opacity: .8;
  margin: 0;
}

.cg {
  background: linear-gradient(135deg, var(--bs-primary) 0%, #8fa429 100%);
  /*background: var(--bs-primary);*/
  /*color: white;*/
  border: none;
}

.cg:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(163, 189, 49, 0.4);
  border-color: transparent;
}

.cg i {
  background: rgba(255,255,255,0.2);
}

.cg .consultation-title,
.cg .consultation-description {
  color: var(--bs-body-bg);
}



.ci {
  background: var(--bs-body-bg);
  border-radius: 10px;
  padding: 15px 18px;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  transition: all 0.3s ease;
  border: 1px solid #e9ecef;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  margin: 6px;
}

.ci:hover {
  transform: translateX(5px);
  border-color: #a3bd31;
  box-shadow: 0 4px 12px rgba(163, 189, 49, 0.15);
  background: var(--bs-dropdown-link-hover-bg);
}

.ci > i {
  /*width: 45px;*/
  height: 45px;
  min-width: 25px;
  /*background: linear-gradient(135deg, #a3bd31 0%, #8fa429 100%);*/
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-size: 1.2rem;
  /*color: white;*/
  color: var(--bs-primary);
}

.ci:hover i {
  transform: scale(1.05);
}

.co {
  flex: 1;
  white-space: nowrap;
}

.cl {
  /*font-weight: 600;*/
  font-size: 0.95rem;
  margin-bottom: 2px;
}

#CybotCookiebotDialogPoweredbyCybot, #CybotCookiebotDialogPoweredByText, .CookiebotWidget-main-logo,
.CollapseCard, .CybotCookiebotDialogDetailBulkConsentCount,
.CybotCookiebotDialogDetailBodyContentCookieContainerButton:before, .CybotCookiebotDialogDetailBodyContentIABv2Tab:before {
  display: none !important;
}

#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieTypeIntro {
  padding-left: 0 !important;
}

#CybotCookiebotDialog div {
  font-family: 'Montserrat', sans-serif !important;
}

#CybotCookiebotDialogBodyContent {
  letter-spacing: -.1px !important;
}

#CybotCookiebotDialog label {
  cursor: auto !important;
}

#CookiebotWidget {
  display: none !important;
  /*position: relative !important;*/
}




@media (max-width: 1200px) {

  #hh > div {
    padding: 0 !important;
  }

  #nav {
    border-radius: 0;
  }

  .sep {
    height: 30px;
  }

  .navbar-brand > img {
    height: 35px;
    width: auto;
  }

}




@media (max-width: 992px) {

  .strc {
    justify-content: left;
  }

  .stri {
    width:  76px;
    height: 76px;
  }

  .stra {
    width:  68px;
    height: 68px;
    border-width: 3px;
  }

  .strn {
    max-width: 80px;
  }

  .ci {
    padding: 6px 15px;
  }

}





@media (max-width: 768px) {

  #header-home {
    height: 400px;
  }

  #header-home.hhpg {
    height: 250px;
  }

  #header-home > div {
    padding-top: 90px;
  }

  /*.acb {
    right: 15px;
    bottom: 15px;
    !*height: 58px;*!
  }

  .acb > a > span {
    display: none;
  }

  .acb > a:hover > span {
    display: inline-block;
  }*/

  .mm .dropdown-menu {
    position: relative !important;
    width: 100%;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
  }

  .mmc {
    /*border-bottom: 1px solid #dee2e6;*/
    padding: 1rem 0;
  }

  .mmc:last-child {
    border-bottom: none;
  }

  .mmc hr {
    /*display: none;*/
  }

  .floating-buttons {
    bottom: 15px;
    right: 15px;
    gap: 10px;
  }

  .floating-btn {
    width: 56px;
    height: 56px;
    font-size: 22px;
  }

  .floating-btn::before {
    display: none;
  }

}


@media (max-width: 480px) {

  .floating-btn {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }

  .modal-content {
    padding: 1.5rem;
  }

}