


.bg-grey {
    background-color: #f6f6f6;
}

.jumbotron {
    background-color: #0d5c70;
    color: #ffffff;
    padding: 85px 25px;
    padding-bottom: 25px;
    margin-bottom: 0px;  /* removed because of breadcrumb */
}

/*
.container-fluid {
    padding: 60px 50px;
}
*/

.logo {
    color: #0d5c70;
    font-size: 200px;
}

.logo-small {
    color: #0d5c70;
    font-size: 50px;
}

@media screen and (max-width: 768px) {
    .col-sm-4 {
        text-align: center;
        margin: 25px 0;
    }
}

.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}

.thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}



.carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #0d5c70;
}

.carousel-indicators li {
    border-color: #0d5c70;
}

.carousel-indicators li.active {
    background-color: #0d5c70;
}

.item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
}

.item span {
    font-style: normal;
}




.panel {
    border: 1px solid #0d5c70;
    border-radius:0;
    transition: box-shadow 0.5s;
}

.panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}

.panel-footer .btn:hover {
    border: 1px solid #0d5c70;
    background-color: #fff !important;
    color: #f4511e;
}

.panel-heading {
    color: #fff !important;
    background-color: #0d5c70 !important;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.panel-footer {
    background-color: #fff !important;
}

.panel-footer h3 {
    font-size: 32px;
}

.panel-footer h4 {
    color: #aaa;
    font-size: 14px;
}

.panel-footer .btn {
    margin: 15px 0;
    background-color: #0d5c70;
    color: #fff;
}


.navbar {
    margin-bottom: 0;
    background-color: #0d5c70;
    z-index: 9999;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
}

.navbar li a, .navbar .navbar-brand {
    color: #fff !important;
}

.navbar-nav li a:hover, .navbar-nav li.active a {
    color: #0d5c70 !important;
    background-color: #fff !important;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
}

.navbar-nav>li>.dropdown-menu {
    background-color: #34575f;
}
.dropdown-menu>li>a {
    background-color: #34575f;
}


footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #0d5c70;
}




.accent1 {
    color: #fe908b;
}

.accent2 {
    color: #85d6df;
}

.accent3 {
    color: #ffd27a;
}

h1, h2 {
    font-family: "Grand hotel";
}

body {
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    padding-top: 70px;
}






/* Centered images */
.img-center {
    margin:0 auto;
    padding-bottom: 0px;
}

.icon-center {
    margin: 0 auto;
    padding-bottom: 0px;
}


/* Images with bottom margin */
.img-border {
    margin-top: 20px;
    margin-bottom: 20px;
}


/* facilities hovereffect */
.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;

    padding-bottom: 30px;
}

.hovereffect .overlay {
    position: absolute;
    overflow: hidden;
    width: 80%;
    height: 80%;
    left: 10%;
    top: 10%;
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #FFF;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
}

@media screen and (max-width: 768px) {
    .hovereffect .overlay {
        width: 90%;
        left: 5%;
        right: 5%;
    }

    .hovereffect .overlay h2 {
        font-size: 18px;
    }

    .hovereffect .overlay h3 {
        margin-top: 10px;
        font-size: 14px;
    }
}

.hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.hovereffect:hover img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="https://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(0.4);
    -webkit-filter: brightness(0.4);
}

.hovereffect h2 {
    text-align: center;
    position: relative;
    font-size: 25px;
    background-color: transparent;
    color: #FFF;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
}

.hovereffect h3 {
    text-align: center;
    position: relative;
    font-size: 15px;
    background-color: transparent;
    color: #FFF;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
}

.hovereffect a, .hovereffect p {
    color: #FFF;
    padding: 1em 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}

.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2, .hovereffect:hover h3 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
/* /facility hoverefect */


textarea {
    resize: none;
}

.navbar .container {
    padding-left: 0px;
    padding-right: 0px;
}

@media (min-width: 992px) {
    .navbar-default .navbar-nav>li>a {
        padding-left: 7px;
        padding-right: 7px;
    }
}

@media (min-width: 1200px) {
    .navbar-default .navbar-nav>li>a {
        padding-left: 15px;
        padding-right: 15px;
    }
}


/* Change breakpoint for collapsing navbar */
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
        max-height: 250px;
        /*overflow: visible;!important;*/
        /*overflow-y: scroll !important;*/
        overflow-y: auto;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }

    .navbar-right .dropdown-menu {
        right: auto;
        left: auto;
    }
}

/* healthplans */
.healthplan-column-header {
    padding-left: 1px !important;
    padding-right: 1px !importantimportant!;
}

div.healthplan-ticker {
    margin: -8px auto -12px auto;
}

.table-plans {
    text-align: center;
    margin-top: 30px;
}

.table-plans th h2 {
    text-transform: capitalize;
    text-align: center;
}

.panel-heading.bg-color-yellow, th.bg-color-yellow {
    color: #FFFFFF;
    background-color: #ffd27a !important;
}

.panel-heading.bg-color-red, th.bg-color-red {
    color: #FFFFFF;
    background-color: #fe908b !important;
}

.panel-heading.bg-color-blue, th.bg-color-blue {
    color: #FFFFFF;
    background-color: #85d6df !important;
}

th.bg-color-navy {
    color: #FFFFFF;
    background-color: #0d5c70 !important;
}


/* Semicircle tiles */

.decor_semicircle {
    width: 100%;
    height: 10px;
    background: url("../images/common/decor-semicircle.png");
    position: absolute;
    bottom: -10px;
    left: 0;
    z-index: 1;
    background-size: contain;
}


hr {
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 0px
}

.tile_underline {
    position: relative;
    content: '';
    display: block;
    width: 4.998rem;
    height: 0.833rem;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    overflow: hidden;
}

.tile_underline span.tile_underline_semicircle.semicircle_1 {
    background-color: #fe908b;
    left: 0;
}

.tile_underline span.tile_underline_semicircle.semicircle_2 {
    background-color: #85d6df;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.tile_underline span.tile_underline_semicircle.semicircle_3 {
    background-color: #ffd27a;
    right: 0;
}

.tile_underline span.tile_underline_semicircle {
    content: '';
    width: 1.666rem;
    height: 1.666rem;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
}

/* indentation */
.indented p {
    text-indent: 20px;
}


/* breadcrumb */
.breadcrumb-container {
    /*padding: 15px 15px;*/
    background-color: #85d6df; /*#bdbdbd;*/
    font-size: 16px;
    display: flex;
}

.breadcrumb {
    display: inline-block;
    padding: 15px 2px 15px 15px;
    background-color: #85d6df; /*#bdbdbd;*/
    margin-bottom: 10px;
}

.breadcrumb li a, .breadcrumb li a:visited {
    color: #0d5c70;
}

.breadcrumb>.active {
    color: #ffffff; /*#ffd27a;*/
}

.breadcrumb > li + li:before {
    color: #fe908b;
    font-family: 'Glyphicons Halflings';
    content: "\e250" !important;
    padding: 0 3px;
}

.breadcrumb-user {
    display: inline-block;
    text-align: right;
    color: #0d5c70;
    padding: 17px 15px 13px 3px;
    margin-bottom: 10px;
    float: right;
    margin-left: auto;
}

/* anchor to top */
a.anchor {
    background-color: #0d5c70;
    color: #bdbdbd;
    width: 30px;
    padding: 10px 10px;
    text-align: center;
    font-size: 10px;
    display: block;
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 1000;
}

/* error list in forms */
.errorlist {
    color: red;
}

/* homepage carousel image */
#sliderCarousel.carousel img {
    min-width: 100%;
}

/* carousel inner button */
form.carousel-inner-button {
    position:relative;
    bottom: 65px;
    left: 18%;
}

.btn.btn-primary.btn-lg.round {
    border-radius: 24px;
    background-color: #0d5c70;
    font-size: 20px;
    font-weight: 700;
}

/* external button */
/*
form.external-button {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}
*/

.contact-button {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

/* Row image and text */
.row-img {
    padding-top: 30px;
    margin-bottom: 20px;
}

.row-img img {
    margin: 0 auto;
}

.row-text {
    padding-top: 20px;
    margin-bottom: 30px;
}

.row-row {
    padding: 30px 50px;
}

.row-row-wide {
    padding: 30px 50px;
}

.row-row-teammember {
    padding: 30px 200px;
}

.row-row-lowbottom {
    padding: 10px 50px;
}

@media screen and (max-width: 767px) {
    .row-row {
        text-align: center;
        padding:20px 30px;
    }

    .row-row-wide{
        text-align: center;
        padding: 12px 10px;
    }

    .img-center {
        margin:0 auto;
        padding-bottom: 30px;
    }

    .row-row-teammember {
        padding-left: 15%;
        padding-right: 15%;
    }
}

@media screen and (max-width: 768px) {
    .row-row-teammember {
        padding: 30px 40px;
    }

    .img-center {
        margin: 0 auto;
        padding-bottom: 30px;
    }

    /* carousel inner button */
    form.carousel-inner-button {
        position:relative;
        bottom: 50px;
        left: 18%;
    }

    .btn.btn-primary.btn-lg.round {
        border-radius: 24px;
        background-color: #0d5c70;
        font-size: 16px;
        font-weight: 700;
    }

}

@media screen and (min-width: 992px){
    .img-center {
        margin:0 auto;
        padding-bottom: 30px;
    }

    .row-row-teammember {
        padding: 30px 40px;
    }
}

@media screen and (min-width: 1200px) {
    .row-row-teammember {
        padding: 30px 250px;
    }
}

/* campaigns */
.campaign-rectangle {
  border-radius: 12px;
  padding: 20px 24px;
  margin-bottom: 12px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.08);
}

.campaign-rectangle h2 {
  font-family: 'Grand Hotel', cursive;
  font-size: 26px;
  margin-bottom: 10px;
}

.campaign-rectangle h2, .campaign-rectangle h4 {
  color: #fff;
}

.campaign-rectangle h4 {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
  opacity: 0.95;
}

.campaign-current-rectangle {
  background: linear-gradient(135deg, #0d5c70, #1a8a9e);
}

.campaign-next-rectangle {
  background: linear-gradient(135deg, #c0737a, #e8908b);
}

/* footer */
footer {
    font-size: 16px;
}

/* footer social */
.footer ul {
    font-size: 13px;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 18px;
    color: #0d5c70;
}
.footer ul li a {
    padding: 0 0 5px 0;
    display: block;
    height: 46px;
}
.footer a {
    color: #0d5c70
}
/*
.footer .fb-share-button {
    margin-top: 25px;
    display: block;
}
*/
.col-sm-12 .fb-share-button {
    margin-bottom: 10px;
}

.friend-fb-share {
    margin-bottom: 18px;
}

.friend-last {
    position: absolute;
    left: 70px;
}

.friend-next {
    position: absolute;
    right: 70px;
}

/* social icons in footer */
.social li {
    background: none repeat scroll 0 0 #0d5c70;
    border: 2px solid #0d5c70;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    float: left;
    height: 46px;
    line-height: 36px;
    margin: 0 8px 0 0;
    padding: 0;
    text-align: center;
    width: 46px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.social li:hover {
    transform: scale(1.15) rotate(360deg);
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
}
.social li a {
    color: #EDEFF1;
    display: block;
    line-height: 46px;
    text-align: center;
}
.social li:hover {
    border: 2px solid #2c3e50;
    background: #2c3e50;
}
.social li a i {
    font-size: 27px;
    margin: 0;
    color: #EDEFF1 !important;
    line-height: 46px;
}
i.fa {
    display: inline-block;
    height: 32px;
    width: 32px;
    line-height: 32px;
    margin: 0;
    text-align: center;
}
i.fa.fa-facebook,
i.fa.fa-twitter,
i.fa.fa-pinterest,
i.fa.fa-instagram {
    margin: 0;
}
i.fa.fa-instagram {

}
i.fa.fa-youtube {
    margin-left: 9px;
    margin-right: 8px;
}


/* =============================================
   NAVBAR REDISEÑADO
   ============================================= */

.navbar-arakela {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  transition: box-shadow 0.35s ease, padding 0.35s ease;
  background: #0d5c70;
  padding: 14px 0;
}

.navbar-arakela.scrolled {
  box-shadow: 0 2px 20px rgba(0,0,0,0.25);
  padding: 8px 0;
}

.navbar-arakela-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-arakela-brand img {
  height: 44px;
  width: auto;
  display: block;
}

/* Links */
.navbar-arakela-menu {
  display: flex;
  align-items: center;
  gap: 4px;
}

.navbar-arakela-menu > ul {
  display: flex;
  align-items: center;
  gap: 2px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.navbar-arakela-menu > ul > li > a,
.navbar-arakela-menu > ul > li > a:visited {
  display: block;
  padding: 8px 12px;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.2s, color 0.2s;
  cursor: pointer;
}

.navbar-arakela-menu > ul > li > a:hover {
  background: rgba(255,255,255,0.15);
  color: #fff;
}

/* Dropdown */
.navbar-arakela-menu .has-dropdown {
  position: relative;
}

.navbar-arakela-menu .has-dropdown:hover .dropdown {
  display: block;
}

.navbar-arakela-menu .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #0d5c70;
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.18);
  min-width: 220px;
  padding: 6px 0;
  list-style: none;
  margin: 0;
  z-index: 100;
}

.navbar-arakela-menu .dropdown li a {
  display: block;
  padding: 9px 18px;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: background 0.15s;
}

.navbar-arakela-menu .dropdown li a:hover {
  background: rgba(255,255,255,0.12);
}

/* CTA button */
.navbar-arakela-cta {
  margin-left: 16px;
  padding: 9px 20px;
  background: #fff;
  color: #0d5c70 !important;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 25px;
  transition: background 0.2s, color 0.2s, transform 0.15s;
  white-space: nowrap;
}

.navbar-arakela-cta:hover {
  background: #0d5c70;
  color: #fff !important;
  border: 2px solid #fff;
  transform: translateY(-1px);
  text-decoration: none;
}

/* Hamburger */
.navbar-arakela-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.navbar-arakela-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: 0.2s;
}

/* Mobile */
@media (max-width: 991px) {
  .navbar-arakela-toggle {
    display: flex;
  }

  .navbar-arakela-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #0d5c70;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 24px 24px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.18);
    gap: 0;
  }

  .navbar-arakela-menu.open {
    display: flex;
  }

  .navbar-arakela-menu > ul {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 0;
  }

  .navbar-arakela-menu > ul > li {
    width: 100%;
  }

  .navbar-arakela-menu .dropdown {
    display: none;
    position: static;
    background: rgba(0,0,0,0.15);
    box-shadow: none;
    border-radius: 0;
    padding: 0 0 0 12px;
  }

  .has-dropdown.dropdown-open .dropdown {
    display: block;
  }

  .navbar-arakela-cta {
    margin: 16px 0 0;
    align-self: flex-start;
  }
}

/* =============================================
   HERO SECTION (home)
   ============================================= */

.hero-section {
  position: relative;
  width: 100%;
  height: 420px;
  min-height: 320px;
  overflow: hidden;
  margin-top: -70px;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover !important;
  background-position: right top !important;
  background-repeat: no-repeat !important;
  transition: opacity 1.2s ease;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.55) 0%, rgba(13,92,112,0.45) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.hero-content {
  text-align: center;
  color: #fff;
  padding: 80px 24px 0;
  max-width: 700px;
}

.hero-logo {
  width: 80px;
  margin-bottom: 12px;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.4));
}

.hero-title {
  font-family: 'Grand Hotel', cursive;
  font-size: 42px;
  color: #fff;
  margin: 0 0 10px;
  text-shadow: 0 2px 12px rgba(0,0,0,0.4);
  line-height: 1.1;
}

.hero-quote {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  margin: 0 0 2px;
  opacity: 0.92;
  line-height: 1.5;
}

.hero-author {
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0.75;
  margin: 0 0 20px;
}

.hero-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.hero-btn-primary {
  padding: 13px 32px;
  background: #fff;
  color: #0d5c70 !important;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 30px;
  transition: background 0.2s, color 0.2s, transform 0.15s;
}

.hero-btn-primary:hover {
  background: #0d5c70;
  color: #fff !important;
  border: 2px solid #fff;
  transform: translateY(-2px);
  text-decoration: none;
}

.hero-btn-secondary {
  padding: 13px 32px;
  background: transparent;
  color: #fff !important;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 30px;
  border: 2px solid rgba(255,255,255,0.7);
  transition: background 0.2s, border-color 0.2s, transform 0.15s;
}

.hero-btn-secondary:hover {
  background: rgba(255,255,255,0.15);
  border-color: #fff;
  transform: translateY(-2px);
  text-decoration: none;
}

.hero-indicators {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 20;
}

.hero-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s;
}

.hero-dot.active {
  background: #fff;
}

@media (max-width: 768px) {
  .hero-section { height: 280px; margin-top: -70px; }
  .hero-bg { background-position: right top !important; background-size: auto 100% !important; }
  .hero-overlay { background: rgba(6,47,58,0.82); }
  .hero-content { padding: 20px 16px 0; }
  .hero-logo { width: 60px; margin-bottom: 8px; }
  .hero-title { font-size: 30px; margin-bottom: 16px; }
  .hero-quote, .hero-author { display: none; }
  .hero-btn-primary, .hero-btn-secondary { padding: 9px 18px; font-size: 12px; }
  .hero-indicators { bottom: 10px; }
}

/* =============================================
   PRICING CARDS
   ============================================= */

.pricing-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  overflow: hidden;
  margin-bottom: 30px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.14);
}

.pricing-card-featured {
  box-shadow: 0 6px 30px rgba(13,92,112,0.18);
}

.pricing-card-featured:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(13,92,112,0.22);
}

.pricing-card-wrapper {
  padding-bottom: 30px;
  height: 100%;
}

.pricing-badge {
  display: inline-block;
  background: #fff;
  color: #0d5c70;
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 20px;
  margin-top: 10px;
}

.pricing-card-header {
  padding: 28px 20px;
  text-align: center;
  color: #fff;
}

.pricing-card-header h1 {
  font-family: 'Grand Hotel', cursive;
  font-size: 36px;
  margin: 0;
  color: #fff;
}

.pricing-card-body {
  padding: 24px 24px 16px;
  flex: 1;
  text-align: center;
  color: #555;
  font-size: 14px;
  line-height: 1.7;
}

.pricing-card-footer {
  padding: 20px;
  text-align: center;
  border-top: 1px solid #f0f0f0;
  background: #fafafa;
}

.pricing-price {
  font-family: 'Raleway', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #0d5c70;
}

.pricing-period {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  color: #999;
  margin-left: 4px;
}

/* =============================================
   TABLA PLANES DE SALUD - REDISEÑO
   ============================================= */

.table-plans {
  text-align: center;
  margin-top: 30px;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  width: 100%;
}

.table-plans thead th {
  padding: 18px 12px;
  font-family: 'Grand Hotel', cursive;
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  border: none;
}

.table-plans thead th h2 {
  margin: 0;
  font-family: 'Grand Hotel', cursive;
  font-size: 22px;
  color: #fff;
  text-transform: none;
}

.table-plans tbody tr td {
  padding: 12px 16px;
  border: none;
  border-bottom: 1px solid #f0f0f0;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  color: #444;
  vertical-align: middle;
}

.table-plans tbody tr:last-child td {
  border-bottom: none;
}

.table-plans tbody tr:nth-child(even) td {
  background: #f8fbfc;
}

.table-plans tbody tr:hover td {
  background: #eef6f8;
}

.table-plans tbody tr td:first-child {
  text-align: left;
  font-weight: 600;
  color: #333;
}

div.healthplan-ticker {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

div.healthplan-ticker img {
  width: 20px;
  height: 20px;
}


/* =============================================
   FOOTER REDISEÑADO
   ============================================= */

.footer-modern,
.footer-modern * {
  box-sizing: border-box;
}

.footer-modern {
  background: #0a3d4a;
  color: #cde4e9;
  font-family: 'Raleway', sans-serif;
  margin-top: 60px;
}

.footer-main {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 60px 40px 40px;
}

.footer-col {
  flex: 1;
  min-width: 180px;
}

.footer-logo {
  width: 100px;
  margin-bottom: 16px;
  opacity: 0.9;
}

.footer-tagline {
  font-size: 13px;
  line-height: 1.7;
  opacity: 0.7;
  margin-bottom: 20px;
}

.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact li {
  font-size: 13px;
  margin-bottom: 10px;
  opacity: 0.8;
  line-height: 1.5;
  word-break: break-word;
}

.footer-contact li i {
  width: 18px;
  color: #85d6df;
  margin-right: 8px;
}

.footer-heading {
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #85d6df;
  margin: 0 0 16px;
}

.footer-hours {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-hours li {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  opacity: 0.8;
}

.footer-hours li:last-child {
  border-bottom: none;
}

.footer-social {
  display: flex;
  gap: 12px;
  margin-bottom: 8px;
}

.footer-social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #cde4e9;
  font-size: 15px;
  transition: background 0.2s, border-color 0.2s;
  text-decoration: none;
}

.footer-social a:hover {
  background: #0d5c70;
  border-color: #0d5c70;
  color: #fff;
}

.footer-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav li a {
  font-size: 13px;
  color: #cde4e9;
  opacity: 0.75;
  text-decoration: none;
  display: block;
  padding: 5px 0;
  transition: opacity 0.2s, color 0.2s;
}

.footer-nav li a:hover {
  opacity: 1;
  color: #85d6df;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 12px;
  opacity: 0.55;
}

.footer-bottom a {
  color: #cde4e9;
  text-decoration: none;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

.footer-cookie-reset {
  background: none;
  border: none;
  color: #cde4e9;
  font-size: 12px;
  font-family: inherit;
  cursor: pointer;
  padding: 0;
  text-decoration: none;
}
.footer-cookie-reset:hover { text-decoration: underline; }

@media (max-width: 768px) {
  .footer-main { flex-direction: column; gap: 32px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .footer-legal { flex-wrap: wrap; justify-content: center; }
}

/* =============================================
   SISTEMA TIPOGRÁFICO CONSISTENTE
   ============================================= */

/* Títulos principales — Grand Hotel */
h1 {
  font-family: 'Grand Hotel', cursive;
  font-weight: 400;
  color: #0d5c70;
  line-height: 1.2;
}

h2 {
  font-family: 'Grand Hotel', cursive;
  font-weight: 400;
  color: #0d5c70;
  line-height: 1.3;
}

h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color: #1a1a1a;
}

h4 {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  color: #333;
}

/* Cuerpo */
p {
  line-height: 1.75;
  color: #444;
}

/* Separador hr más elegante */


/* =============================================
   TEAM CARDS
   ============================================= */

.team-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  padding: 40px 40px 60px;
  box-sizing: border-box;
}

.team-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  overflow: hidden;
  width: 280px;
  flex-shrink: 0;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  text-align: left;
}

.team-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 36px rgba(0,0,0,0.13);
}

.team-card-photo {
  width: 100%;
  height: 320px;
  overflow: hidden;
}

.team-card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.team-card-body {
  padding: 20px 20px 24px;
}

.team-name {
  font-family: 'Grand Hotel', cursive !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  color: #0d5c70 !important;
  margin: 0 0 4px !important;
}

.team-role {
  display: block;
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #85d6df;
  margin-bottom: 14px;
}

.team-bio {
  list-style: none;
  padding: 0;
  margin: 0;
}

.team-bio li {
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  color: #555;
  line-height: 1.6;
  padding: 4px 0;
  border-bottom: 1px solid #f5f5f5;
}

.team-bio li:last-child {
  border-bottom: none;
}

.team-bio li::before {
  content: '·';
  color: #0d5c70;
  font-weight: bold;
  margin-right: 6px;
}


/* =============================================
   TEAM INTRO SECTION
   ============================================= */

.team-intro {
  display: flex;
  align-items: stretch;
  min-height: 420px;
  box-sizing: border-box;
}

.team-intro-image {
  flex: 1;
  overflow: hidden;
  max-width: 55%;
}

.team-intro-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.team-intro-text {
  flex: 1;
  background: #0d5c70;
  color: #fff;
  padding: 60px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}

.team-intro-text h1 {
  font-family: 'Grand Hotel', cursive;
  font-size: 48px;
  color: #fff;
  margin-bottom: 24px;
}

.team-intro-lead {
  font-size: 18px;
  font-style: italic;
  line-height: 1.7;
  opacity: 0.95;
  margin-bottom: 20px;
  color: #fff;
}

.team-intro-text p {
  font-size: 15px;
  line-height: 1.75;
  opacity: 0.85;
  color: #fff;
}

@media (max-width: 768px) {
  .team-intro { flex-direction: column; }
  .team-intro-image { max-width: 100%; height: 280px; }
  .team-intro-text { padding: 40px 24px; }
  .team-intro-text h1 { font-size: 36px; }
}


/* =============================================
   VIDEO RESPONSIVE 16:9
   ============================================= */

.video-responsive {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.12);
}

.video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


/* Facility label removed */

/* =============================================
   FACILITY CARDS MODERNAS
   ============================================= */

.facility-modern {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 28px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.10);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  padding-bottom: 0 !important;
}

.facility-modern:hover {
  box-shadow: 0 10px 32px rgba(0,0,0,0.18);
  transform: translateY(-4px);
}

.facility-modern img {
  display: block;
}

.facility-modern .overlay h2 {
  font-size: 22px;
}

.facility-modern .overlay h3 {
  font-size: 13px;
  line-height: 1.6;
  margin-top: 8px;
}

/* =============================================
   RESPONSIVE FIXES GLOBALES
   ============================================= */

@media (max-width: 768px) {
  /* Hero */
  .hero-content {
    padding: 40px 16px 0;
  }
  .hero-btn-primary,
  .hero-btn-secondary {
    padding: 10px 20px;
    font-size: 12px;
  }

  /* Team intro */
  .team-intro {
    flex-direction: column;
  }
  .team-intro-image {
    max-width: 100%;
    height: 260px;
  }
  .team-intro-text {
    padding: 32px 20px;
  }

  /* Team grid */
  .team-grid {
    padding: 24px 16px 40px;
  }
  .team-card {
    width: 100%;
  }

  /* Pricing cards */
  .pricing-card-wrapper {
    margin-bottom: 16px;
  }

  /* Footer */
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }

  /* Servicios — texto col */
  .col-lg-8 {
    width: 100%;
  }

  /* Video */
  .video-responsive {
    margin-top: 20px;
  }

  /* Tablas planes */
  .table-plans {
    font-size: 12px;
  }
  .table-plans thead th {
    font-size: 16px;
    padding: 12px 6px;
  }
}


/* =============================================
   SERVICIOS - LAYOUT ALTERNADO
   ============================================= */

.service-section {
  background: #fff;
  padding: 60px 40px;
  box-sizing: border-box;
}

.service-section-alt {
  background: #f6f9fa;
}

.service-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
}

.service-inner-reverse {
  flex-direction: row-reverse;
}

.service-img-col {
  flex: 0 0 520px;
}

.service-img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.10);
  display: block;
}

.service-text-col {
  flex: 1;
}

.service-text-col h1 {
  font-family: 'Grand Hotel', cursive;
  font-size: 52px;
  color: #0d5c70;
  margin-bottom: 8px;
}

.service-text-col h2 {
  font-family: 'Grand Hotel', cursive;
  font-size: 32px;
  color: #0d5c70;
  margin-top: 16px;
  margin-bottom: 6px;
}

.service-text-col p {
  font-size: 17px;
  line-height: 1.85;
  color: #444;
  margin-bottom: 12px;
}

.service-text-col hr {
  margin: 12px 0 0;
  border-top: 1px solid #ddd;
  margin-bottom: 0;
}

.service-specialties {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0;
}

.service-specialties span {
  background: #e8f4f7;
  color: #0d5c70;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 4px 14px;
  border-radius: 20px;
}

.service-highlight {
  background: #e8f4f7;
  border-left: 3px solid #0d5c70;
  padding: 12px 16px;
  border-radius: 0 8px 8px 0;
  font-style: italic;
}

@media (max-width: 900px) {
  .service-inner,
  .service-inner-reverse {
    flex-direction: column;
    gap: 30px;
  }
  .service-img-col {
    flex: none;
    width: 100%;
  }
  .service-section {
    padding: 40px 20px;
  }
}

/* =============================================
   GATOS - FOTOS
   ============================================= */

.cat-photo {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.10);
  display: block;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cat-photo:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.15);
}

.cat-photo-caption {
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #0d5c70;
  letter-spacing: 0.5px;
  margin-top: 10px;
  margin-bottom: 0;
}

/* =============================================
   CAMPAÑAS ANUALES
   ============================================= */

.campaign-annual-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
  padding: 20px 0 60px;
}

.campaign-annual-card {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  transition: transform 0.2s, box-shadow 0.2s;
}

.campaign-annual-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.campaign-annual-month {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  padding: 14px 12px;
  min-height: 56px;
}

.campaign-annual-body {
  background: #fff;
  padding: 16px 20px;
  flex: 1;
}

.campaign-annual-title {
  font-family: 'Grand Hotel', cursive !important;
  font-size: 22px !important;
  color: #0d5c70 !important;
  margin: 0 0 6px !important;
  font-weight: 400 !important;
}

.campaign-annual-desc {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 768px) {
  .campaign-annual-grid { grid-template-columns: 1fr; }
}

/* =============================================
   HOME - CAMPAIGN CARDS
   ============================================= */

.home-campaign-card {
  border-radius: 16px;
  padding: 32px;
  color: #fff;
  box-shadow: 0 6px 24px rgba(0,0,0,0.12);
  transition: transform 0.25s, box-shadow 0.25s;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.home-campaign-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(0,0,0,0.18);
}

.home-campaign-label {
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0.8;
  margin-bottom: 12px;
}

.home-campaign-title {
  font-family: 'Grand Hotel', cursive;
  font-size: 36px;
  color: #fff;
  margin: 0 0 12px;
  line-height: 1.2;
}

.home-campaign-desc {
  font-size: 15px;
  line-height: 1.7;
  opacity: 0.9;
  margin-bottom: 20px;
  color: #fff;
}

.home-campaign-btn {
  display: inline-block;
  padding: 10px 24px;
  background: rgba(255,255,255,0.2);
  color: #fff;
  border: 2px solid rgba(255,255,255,0.6);
  border-radius: 25px;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}

.home-campaign-btn:hover {
  background: rgba(255,255,255,0.35);
  border-color: #fff;
  color: #fff;
  text-decoration: none;
}


/* =============================================
   AMIGOS
   ============================================= */

.amigos-intro {
  max-width: 600px;
  margin: 0 auto 32px;
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}

.amigos-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 0 40px 40px;
  box-sizing: border-box;
}

.amigo-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,0.09);
  transition: transform 0.25s, box-shadow 0.25s;
  background: #fff;
}

.amigo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.14);
}

.amigo-img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
}

.amigo-name {
  font-family: 'Grand Hotel', cursive;
  font-size: 20px;
  color: #0d5c70;
  text-align: center;
  padding: 10px 8px;
}

/* Formulario */
.amigos-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.amigos-form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.amigos-form-group label {
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  letter-spacing: 0.5px;
}

.amigos-form-group input,
.amigos-form-group textarea {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px 14px;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  color: #333;
  transition: border-color 0.2s;
  outline: none;
  resize: vertical;
}

.amigos-form-group input:focus,
.amigos-form-group textarea:focus {
  border-color: #0d5c70;
}

.amigos-form-check {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #555;
}

.amigos-form-btn {
  align-self: flex-start;
  padding: 11px 28px;
  background: #0d5c70;
  color: #fff;
  border: none;
  border-radius: 25px;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
}

.amigos-form-btn:hover {
  background: #0a4a5a;
  transform: translateY(-1px);
}

/* Comentarios */
.amigo-comment {
  background: #f8fbfc;
  border-left: 3px solid #0d5c70;
  border-radius: 0 10px 10px 0;
  padding: 16px 20px;
  margin-bottom: 16px;
}

.amigo-comment-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 8px;
  flex-wrap: wrap;
  gap: 4px;
}

.amigo-comment-author {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #0d5c70;
}

.amigo-comment-date {
  font-size: 12px;
  color: #999;
}

.amigo-comment-text {
  font-size: 14px;
  line-height: 1.7;
  color: #444;
  margin: 0;
}

@media (max-width: 900px) {
  .amigos-grid { grid-template-columns: repeat(2, 1fr); padding: 0 20px 32px; }
}

@media (max-width: 480px) {
  .amigos-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
}


/* =============================================
   BLOG
   ============================================= */

.blog-sidebar {
  background: #f8fbfc;
  border-radius: 12px;
  padding: 20px;
  position: sticky;
  top: 90px;
  margin-bottom: 24px;
}

.blog-sidebar-title {
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #0d5c70;
  margin: 0 0 14px;
}

.blog-archive {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog-archive li {
  border-bottom: 1px solid #e8f0f2;
}

.blog-archive li:last-child {
  border-bottom: none;
}

.blog-archive li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 4px;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  color: #555;
  text-decoration: none;
  transition: color 0.15s;
}

.blog-archive li a:hover,
.blog-archive li a.active {
  color: #0d5c70;
  font-weight: 600;
}

.blog-archive-count {
  background: #0d5c70;
  color: #fff;
  border-radius: 10px;
  padding: 1px 8px;
  font-size: 11px;
  font-weight: 600;
  flex-shrink: 0;
}

/* Blog grid */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 24px;
}

.blog-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 14px rgba(0,0,0,0.07);
  overflow: hidden;
  transition: transform 0.25s, box-shadow 0.25s;
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.12);
}

.blog-card-img-wrap {
  display: block;
  overflow: hidden;
  height: 180px;
}

.blog-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s;
}

.blog-card:hover .blog-card-img {
  transform: scale(1.04);
}

.blog-card-body {
  padding: 18px 20px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-card-date {
  font-size: 12px;
  color: #999;
  margin: 0 0 6px;
  font-family: 'Raleway', sans-serif;
}

.blog-card-title {
  font-family: 'Grand Hotel', cursive;
  font-size: 22px;
  margin: 0 0 10px;
  line-height: 1.3;
}

.blog-card-title a {
  color: #0d5c70;
  text-decoration: none;
}

.blog-card-title a:hover {
  color: #0a4a5a;
}

.blog-card-excerpt {
  font-size: 14px;
  line-height: 1.65;
  color: #555;
  flex: 1;
  margin-bottom: 14px;
}

.blog-card-btn {
  align-self: flex-start;
  padding: 7px 18px;
  background: #0d5c70;
  color: #fff;
  border-radius: 20px;
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s;
}

.blog-card-btn:hover {
  background: #0a4a5a;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 768px) {
  .blog-grid { grid-template-columns: 1fr; }
  .blog-sidebar { position: static; }
}

/* =============================================
   BLOG POST
   ============================================= */

.blog-post-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 24px 80px;
  box-sizing: border-box;
}

.blog-post-back {
  display: inline-block;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #0d5c70;
  text-decoration: none;
  margin-bottom: 24px;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.blog-post-back:hover {
  opacity: 1;
  text-decoration: none;
  color: #0d5c70;
}

.blog-post-header {
  margin-bottom: 32px;
}

.blog-post-title {
  font-family: 'Grand Hotel', cursive;
  font-size: 48px;
  color: #0d5c70;
  line-height: 1.2;
  margin: 0 0 10px;
}

.blog-post-meta {
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  color: #999;
  margin-bottom: 24px;
}

.blog-post-hero {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.10);
  display: block;
  margin-bottom: 32px;
}

/* Contenido del post — limpiar estilos del HTML antiguo */
.blog-post-content {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  line-height: 1.85;
  color: #333;
}

/* Los hr del encabezado del HTML original (antes del título y después de la imagen) */
.blog-post-content .col-md-9.col-sm-8 > hr {
  display: none;
}

/* Ocultar el h2 título y metas del HTML original (duplican el h1 que añadimos nosotros) */
.blog-post-content .col-md-9.col-sm-8 > h2:first-of-type,
.blog-post-content .col-md-9.col-sm-8 > h5 {
  display: none;
}

/* Ocultar formulario de comentarios y sección de comentarios del HTML original */
.blog-post-content .bg-grey,
.blog-post-content p:has(.badge) {
  display: none;
}

/* Ocultar sección de share buttons antiguos (Facebook, Twitter, Google+) */
.blog-post-content [style*="padding-bottom: 5px"] {
  display: none;
}

.blog-post-content h1 {
  font-family: 'Grand Hotel', cursive;
  font-size: 32px;
  color: #0d5c70;
  margin: 32px 0 12px;
}

.blog-post-content h2 {
  font-family: 'Grand Hotel', cursive;
  font-size: 26px;
  color: #0d5c70;
  margin: 28px 0 10px;
}

.blog-post-content h3, .blog-post-content h4, .blog-post-content h5 {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  color: #333;
  margin: 20px 0 8px;
}

.blog-post-content p {
  margin-bottom: 16px;
}

.blog-post-content img {
  max-width: 100%;
  border-radius: 8px;
  margin: 16px 0;
}

.blog-post-content ul, .blog-post-content ol {
  padding-left: 24px;
  margin-bottom: 16px;
}

.blog-post-content li {
  margin-bottom: 6px;
}

.blog-post-content hr {
  border: none;
  border-top: 1px solid #e8f4f7;
  margin: 24px 0;
}

/* Ocultar spans blancos invisibles del HTML antiguo */
.blog-post-content span[style*="color: white"],
.blog-post-content span[style*="color:white"] {
  display: none;
}

/* Ocultar el col-md-9 wrapper del HTML antiguo */
.blog-post-content .col-md-9 {
  width: 100%;
  padding: 0;
}

.blog-post-footer {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid #e8f4f7;
}

.blog-post-share {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 32px 0 16px;
  flex-wrap: wrap;
}
.blog-share-label {
  font-weight: 600;
  color: #555;
  margin-right: 4px;
}
.blog-share-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 4px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  transition: opacity 0.2s;
}
.blog-share-btn:hover { opacity: 0.85; }
.blog-share-facebook { background: #1877f2; }
.blog-share-twitter  { background: #1da1f2; }
.blog-share-whatsapp { background: #25d366; }

@media (max-width: 768px) {
  .blog-post-title { font-size: 36px; }
  .blog-post-container { padding: 24px 16px 60px; }
}

/* Responsive fixes adicionales */
@media (max-width: 768px) {
  .home-campaign-card { margin-bottom: 16px; }
  .blog-post-title { font-size: 32px; }
  .service-section { padding: 32px 16px; }
  .team-grid { gap: 20px; padding: 20px 16px 40px; }
  .amigos-form-btn { width: 100%; text-align: center; }
}


/* =============================================
   CONTACTO
   ============================================= */

.contact-info {
  padding: 40px 32px;
}

.contact-info h2 {
  font-family: 'Grand Hotel', cursive;
  font-size: 28px;
  color: #0d5c70;
  margin: 0 0 8px;
}

.contact-hours {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 8px;
}

.contact-hours div {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #444;
  padding: 6px 0;
  border-bottom: 1px solid #e8f4f7;
}

.contact-details {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-details li {
  font-size: 14px;
  color: #444;
  padding: 6px 0;
  border-bottom: 1px solid #e8f4f7;
}

.contact-details li:last-child { border-bottom: none; }

.contact-details li i {
  color: #0d5c70;
  width: 18px;
  margin-right: 8px;
}

.contact-form-section {
  padding: 60px 24px 80px;
  background: #fff;
  box-sizing: border-box;
}

.contact-form-wrapper {
  max-width: 700px;
  margin: 0 auto;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}

.contact-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.contact-success {
  text-align: center;
  padding: 48px 24px;
  background: #f0faf5;
  border-radius: 12px;
  margin-top: 24px;
}

.contact-success i {
  font-size: 48px;
  color: #2ecc71;
  margin-bottom: 16px;
  display: block;
}

.contact-success h3 {
  font-family: 'Grand Hotel', cursive;
  font-size: 32px;
  color: #0d5c70;
  margin-bottom: 8px;
}

.contact-success p {
  color: #555;
  margin-bottom: 24px;
}

.contact-error {
  color: #e05c5c;
  font-size: 14px;
  margin: 0;
}

@media (max-width: 600px) {
  .contact-form-row { grid-template-columns: 1fr; }
}

/* =============================================
   WHATSAPP BUTTON
   ============================================= */

.whatsapp-btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 56px;
  height: 56px;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(37,211,102,0.4);
  z-index: 9998;
  transition: transform 0.2s, box-shadow 0.2s;
  text-decoration: none;
}

.whatsapp-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 24px rgba(37,211,102,0.5);
  color: #fff;
  text-decoration: none;
}


/* =============================================
   COOKIE BANNER
   ============================================= */

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0a3d4a;
  color: #fff;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  z-index: 99999;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.2);
  box-sizing: border-box;
}

.cookie-banner-text p {
  margin: 0;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  color: #cde4e9;
  line-height: 1.5;
}

.cookie-banner-text a {
  color: #85d6df;
  text-decoration: underline;
}

.cookie-banner-actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.cookie-btn-reject {
  padding: 8px 20px;
  background: transparent;
  color: #cde4e9;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 20px;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}

.cookie-btn-reject:hover {
  border-color: #fff;
  color: #fff;
}

.cookie-btn-accept {
  padding: 8px 20px;
  background: #0d5c70;
  color: #fff;
  border: none;
  border-radius: 20px;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s;
}

.cookie-btn-accept:hover {
  background: #1a8a9e;
}

/* Mapa bloqueado */
.map-blocked {
  height: 400px;
  width: 100%;
  background: #f0f4f5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #555;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

.map-blocked i {
  font-size: 36px;
  color: #0d5c70;
  opacity: 0.5;
}

.map-blocked p {
  margin: 0;
  font-size: 14px;
}

.map-blocked a {
  color: #0d5c70;
  font-weight: 600;
  text-decoration: none;
}

.map-blocked a:hover {
  text-decoration: underline;
}

/* ── Campaña Popup ─────────────────────────────────────── */
.campana-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.25);
  z-index: 9999;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 24px;
}
.campana-popup {
  background: #fff;
  border-radius: 12px;
  padding: 28px 28px 22px;
  max-width: 320px;
  width: 100%;
  box-shadow: 0 6px 30px rgba(13,92,112,.18);
  position: relative;
  animation: popup-slide-in .3s ease;
}
@keyframes popup-slide-in {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}
.campana-popup-close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  font-size: 20px;
  line-height: 1;
  color: #aaa;
  cursor: pointer;
  padding: 0;
  font-family: 'Raleway', sans-serif;
}
.campana-popup-close:hover { color: #0d5c70; }
.campana-popup-label {
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 6px;
}
.campana-popup-titulo {
  font-family: 'Grand Hotel', cursive;
  font-size: 26px;
  color: #0d5c70;
  margin: 0 0 10px;
  line-height: 1.2;
}
.campana-popup-desc {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
  line-height: 1.55;
}
.campana-popup-btn {
  display: inline-block;
  padding: 9px 22px;
  border-radius: 6px;
  color: #fff !important;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-decoration: none;
  transition: opacity .2s, transform .2s;
}
.campana-popup-btn:hover { opacity: .88; transform: translateY(-1px); }
@media (max-width: 480px) {
  .campana-popup-overlay { padding: 12px; align-items: flex-end; justify-content: center; }
  .campana-popup { max-width: 100%; }
}

/* ── Contacto CTA WhatsApp ─────────────────────────────── */
.contact-cta-section {
  padding: 60px 20px;
  background: #fff;
}
.contact-cta-section h2 {
  font-family: 'Grand Hotel', cursive;
  font-size: 36px;
  color: #0d5c70;
  margin-bottom: 12px;
}
.contact-cta-section p {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  color: #555;
  margin-bottom: 28px;
}
.contact-cta-btn {
  display: inline-block;
  padding: 13px 32px;
  background: #0d5c70;
  color: #fff !important;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 30px;
  transition: background .2s, color .2s, transform .15s;
}
.contact-cta-btn:hover {
  background: #fff;
  color: #0d5c70 !important;
  outline: 2px solid #0d5c70;
  transform: translateY(-2px);
  text-decoration: none;
}

/* ── Reseñas Google ────────────────────────────────────── */
.reviews-section {
  background: #f7fbfc;
}
.reviews-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  padding: 10px 0 32px;
}
.review-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(13,92,112,0.08);
  padding: 28px 24px;
  max-width: 340px;
  flex: 1 1 280px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform .25s, box-shadow .25s;
}
.review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 32px rgba(13,92,112,0.14);
}
.review-stars {
  color: #f5a623;
  font-size: 20px;
  letter-spacing: 2px;
}
.review-text {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  color: #444;
  line-height: 1.65;
  flex: 1;
  margin: 0;
}
.review-author {
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #0d5c70;
}
.reviews-cta {
  margin-top: 8px;
  padding-bottom: 8px;
}
.reviews-cta-btn {
  display: inline-block;
  padding: 11px 28px;
  border: 2px solid #0d5c70;
  border-radius: 30px;
  color: #0d5c70 !important;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  transition: background .2s, color .2s;
}
.reviews-cta-btn i { margin-right: 8px; }
.reviews-cta-btn:hover {
  background: #0d5c70;
  color: #fff !important;
  text-decoration: none;
}
@media (max-width: 767px) {
  .reviews-grid { flex-direction: column; align-items: center; }
  .review-card { max-width: 100%; }
}
