@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.5;
  color: #777777;
  color: #7f7f7f;
  background: #fff;
  height: 100%;
  position: relative;
}

a {
  color: #726993;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #7d1a27;
  outline: none;
}

p {
  margin-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0;
}

::-webkit-selection {
  color: #818892;
  background: #f9f6f0;
}

::-moz-selection {
  color: #818892;
  background: #f9f6f0;
}

::selection {
  color: #818892;
  background: #f9f6f0;
}

.edge--bottom {
  position: relative;
  z-index: 1;
}
.edge--bottom:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--bottom:after {
  bottom: 0;
  transform: skewY(-1.5deg);
  transform-origin: 100%;
}

.edge--bottom--reverse {
  position: relative;
  z-index: 1;
}
.edge--bottom--reverse:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--bottom--reverse:after {
  bottom: 0;
  transform: skewY(1.5deg);
  transform-origin: 0 100%;
}

.edge--top {
  position: relative;
  z-index: 1;
}
.edge--top:before {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--top:before {
  top: 0;
  transform: skewY(1.5deg);
  transform-origin: 100% 0;
}

.edge--top--reverse {
  position: relative;
  z-index: 1;
}
.edge--top--reverse:before {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--top--reverse:before {
  top: 0;
  transform: skewY(-1.5deg);
  transform-origin: 0 0;
}

.edge--both {
  position: relative;
  z-index: 1;
}
.edge--both:before, .edge--both:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--both:before {
  top: 0;
  transform: skewY(1.5deg);
  transform-origin: 100% 0;
}
.edge--both:after {
  bottom: 0;
  transform: skewY(-1.5deg);
  transform-origin: 100%;
}

.edge--both--reverse {
  position: relative;
  z-index: 1;
}
.edge--both--reverse:before, .edge--both--reverse:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--both--reverse:before {
  top: 0;
  transform: skewY(-1.5deg);
  transform-origin: 0 0;
}
.edge--both--reverse:after {
  bottom: 0;
  transform: skewY(1.5deg);
  transform-origin: 0 0;
}

#fh5co-header {
  position: absolute;
  z-index: 99;
  width: 100%;
  opacity: 1;
  top: 0;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #fh5co-header {
    margin-top: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  }
  #fh5co-header .navbar-brand {
    color: #7d1a27 !important;
  }
  #fh5co-header #navbar li a {
    color: rgba(0, 0, 0, 0.5) !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  #fh5co-header #navbar li a:hover {
    color: #7d1a27!important;
  }
  #fh5co-header #navbar li a span:before {
    background: transparent !important;
  }
  #fh5co-header #navbar li.active a {
    background: transparent;
    background: none;
    color: #7d1a27 !important;
  }
  #fh5co-header #navbar li.active a span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
#fh5co-header .navbar {
  padding-bottom: 0;
  margin-bottom: 0;
}
#fh5co-header #navbar li a {
  font-family: "Source Sans Pro", Arial, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  font-size: 19px;
  font-weight: 300;
}
#fh5co-header #navbar li a span {
  position: relative;
  display: block;
  padding-bottom: 2px;
}
#fh5co-header #navbar li a span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#fh5co-header #navbar li a:hover {
  color: #fff;
}
#fh5co-header #navbar li a:hover span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#fh5co-header #navbar li.active a {
  background: transparent;
  background: none;
  color: #fff;
}
#fh5co-header #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#fh5co-header .navbar-brand {
  float: left;
  display: block;
  font-size: 30px;
  font-weight: 700;
  padding-left: 0;
  color: #fff;
}
#fh5co-header.navbar-fixed-top {
  position: fixed !important;
  background: #fff;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
  top: 0;
}
#fh5co-header.navbar-fixed-top .navbar-brand {
  color: #52d3aa;
}
#fh5co-header.navbar-fixed-top #navbar li a {
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-header.navbar-fixed-top #navbar li a:hover {
  color: #52d3aa;
}
#fh5co-header.navbar-fixed-top #navbar li.active a {
  background: transparent;
  background: none;
  color: #52d3aa;
}
#fh5co-header.navbar-fixed-top #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #52d3aa;
}
#fh5co-header .navbar-default {
  border: transparent;
  background: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
@media screen and (max-width: 768px) {
  #fh5co-header .navbar-default {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
#fh5co-header .navbar-default .brand-slogan {
  margin: 28px 0 0 15px;
  float: left;
  letter-spacing: 2px;
  color: #adadad;
}
#fh5co-header .navbar-default .brand-slogan em {
  color: #52d3aa;
  font-style: normal;
}
#fh5co-header a {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

#fh5co-home {
  background-color: transparent;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  width: 100%;
  background-color: #52d3aa;
  color: #fff;
  overflow: hidden;
}
#fh5co-home .gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: .9;
  -webkit-backface-visibility: hidden;
  background-color: #52d3aa;
  /* IE9, iOS 3.2+ */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiMzZjk1ZWEiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzUyZDNhYSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #3f95ea), color-stop(1, #52d3aa));
  /* Android 2.3 */
  background-image: -webkit-repeating-linear-gradient(top left, #3f95ea 0%, #52d3aa 100%);
  /* IE10+ */
  background-image: repeating-linear-gradient(to bottom right, #3f95ea 0%, #52d3aa 100%);
  background-image: -ms-repeating-linear-gradient(top left, #3f95ea 0%, #52d3aa 100%);
}
#fh5co-home, #fh5co-home .text-wrap {
  height: 900px;
}
#fh5co-home .text-wrap {
  display: table;
  width: 100%;
  position: relative;
  z-index: 4;
}
#fh5co-home .text-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#fh5co-home .text-inner a {
  color: white;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-home .text-inner a:hover, #fh5co-home .text-inner a:active, #fh5co-home .text-inner a:focus {
  text-decoration: none;
  color: white;
  border-bottom: 1px dashed white;
}
#fh5co-home .text-inner h1 {
  font-size: 50px;
  color: white;
  margin: 0 0 20px 0;
}
#fh5co-home .text-inner h2 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.slant {
  position: absolute;
  transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  -webkit-transform: rotate(-1.7deg);
  -o-transform: rotate(-1.7deg);
  -moz-transform: rotate(-1.7deg);
  background-color: #fff;
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  bottom: 0;
  margin-bottom: -35px;
  padding: 0;
  width: 101%;
}

#fh5co-intro {
  position: relative;
  bottom: 0;
  margin-top: -150px;
  z-index: 10;
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  #fh5co-intro {
    padding-bottom: 3em;
  }
}
#fh5co-intro > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
#fh5co-intro .fh5co-block {
  width: 33.33%;
  float: left;
  text-align: center;
  font-size: 16px;
  min-height: 300px;
  vertical-align: middle;
  padding: 40px;
  background: #fff;
  -webkit-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  -moz-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  -ms-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  -o-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  z-index: 7;
  flex-grow: 1;
  background-size: cover;
  position: relative;
  backgroun-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #fh5co-intro .fh5co-block {
    width: 100%;
  }
}
#fh5co-intro .fh5co-block > .overlay-darker {
  z-index: 8;
  opacity: .5;
  background: #474747;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#fh5co-intro .fh5co-block > .overlay {
  background: #fff;
  opacity: 1;
  z-index: 9;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-intro .fh5co-block > .fh5co-text {
  position: relative;
  z-index: 10;
}
#fh5co-intro .fh5co-block > .fh5co-text .fh5co-intro-icon {
  font-size: 50px;
  color: #52d3aa;
  margin-bottom: 30px;
  display: block;
}
#fh5co-intro .fh5co-block h2 {
  font-size: 24px;
  font-weight: 400;
}
#fh5co-intro .fh5co-block:hover > .overlay, #fh5co-intro .fh5co-block:focus > .overlay {
  opacity: 0;
  z-index: 9;
}
#fh5co-intro .fh5co-block:hover > .fh5co-text, #fh5co-intro .fh5co-block:focus > .fh5co-text {
  color: #fff;
}
#fh5co-intro .fh5co-block:hover > .fh5co-text .fh5co-intro-icon, #fh5co-intro .fh5co-block:focus > .fh5co-text .fh5co-intro-icon {
  color: #fff;
}
#fh5co-intro .fh5co-block:hover h2, #fh5co-intro .fh5co-block:focus h2 {
  color: #fff;
}
#fh5co-intro .fh5co-block:hover .btn, #fh5co-intro .fh5co-block:focus .btn {
  border: 2px solid #fff !important;
  background: transparent;
}
#fh5co-intro .fh5co-block:hover .btn:hover, #fh5co-intro .fh5co-block:focus .btn:hover {
  background: #52d3aa !important;
  border: 2px solid #52d3aa !important;
}

.watch-video {
  text-align: center;
  width: 100%;
  display: block;
  float: left;
}
.watch-video span {
  display: block;
  margin-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
}
.watch-video .btn-video {
  display: block;
  font-size: 60px;
  height: 120px;
  width: 120px;
  margin: 0 auto;
  border: 2px solid #52d3aa;
  line-height: 0px;
  display: table;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.watch-video .btn-video:hover, .watch-video .btn-video:focus, .watch-video .btn-video:active {
  text-decoration: none;
}
.watch-video .btn-video i {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  right: -9px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.watch-video .btn-video:hover i, .watch-video .btn-video:focus i {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

#fh5co-services, #fh5co-testimonials, #fh5co-counters, #fh5co-work, #fh5co-contact, #fh5co-about {
  padding: 4em 0;
}
@media screen and (max-width: 768px) {
  #fh5co-services, #fh5co-testimonials, #fh5co-counters, #fh5co-work, #fh5co-contact, #fh5co-about {
    padding: 2em 0;
  }
}

#fh5co-services, #fh5co-work, #fh5co-counters {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #fh5co-services, #fh5co-work, #fh5co-counters {
    padding: 4em 0;
  }
}

#fh5co-services {
  background-color: #52d3aa;
  /* IE9, iOS 3.2+ */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiMzZjk1ZWEiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzUyZDNhYSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #3f95ea), color-stop(1, #52d3aa));
  /* Android 2.3 */
  background-image: -webkit-repeating-linear-gradient(top left, #3f95ea 0%, #52d3aa 100%);
  /* IE10+ */
  background-image: repeating-linear-gradient(to bottom right, #3f95ea 0%, #52d3aa 100%);
  background-image: -ms-repeating-linear-gradient(top left, #3f95ea 0%, #52d3aa 100%);
  overflow: hidden;
  position: relative;
  color: rgba(255, 255, 255, 0.7);
}
#fh5co-services:before, #fh5co-services:after {
  position: absolute;
  transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  -webkit-transform: rotate(-1.7deg);
  -o-transform: rotate(-1.7deg);
  -moz-transform: rotate(-1.7deg);
  background-color: #fff;
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  padding: 0;
  width: 101%;
}
#fh5co-services:before {
  top: 0;
  margin-top: -35px;
}
#fh5co-services:after {
  bottom: 0;
  margin-bottom: -35px;
}
#fh5co-services .fh5co-service {
  padding-right: 30px;
}
#fh5co-services h3 {
  font-size: 24px;
  color: #fff;
}
#fh5co-services .icon {
  font-size: 70px;
  margin-bottom: 30px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#fh5co-services .icon:before {
  color: #fff;
}
#fh5co-services .section-heading h2 {
  color: #fff;
}
#fh5co-services .section-heading h2.left-border:after {
  background: rgba(255, 255, 255, 0.3);
}

#fh5co-counters {
  background: #52d3aa;
  overflow: hidden;
  background-color: transparent;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  width: 100%;
  padding: 9em 0 10em 0;
}
@media screen and (max-width: 768px) {
  #fh5co-counters {
    padding: 4em 0;
  }
}
#fh5co-counters .fh5co-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
}
#fh5co-counters:before, #fh5co-counters:after {
  position: absolute;
  transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  -webkit-transform: rotate(-1.7deg);
  -o-transform: rotate(-1.7deg);
  -moz-transform: rotate(-1.7deg);
  background-color: #fff;
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  padding: 0;
  width: 101%;
}
#fh5co-counters:before {
  top: 0;
  margin-top: -35px;
}
#fh5co-counters:after {
  bottom: 0;
  margin-bottom: -35px;
}
#fh5co-counters .section-heading {
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
#fh5co-counters .section-heading h2 {
  color: #fff;
}
#fh5co-counters .section-heading h2:after {
  background: rgba(255, 255, 255, 0.3) !important;
}
#fh5co-counters .section-heading .subtext h3 {
  color: rgba(255, 255, 255, 0.7) !important;
}
#fh5co-counters .fh5co-counter {
  position: relative;
  z-index: 3;
  text-align: center;
}
@media screen and (max-width: 992px) {
  #fh5co-counters .fh5co-counter {
    margin-bottom: 50px;
    float: left;
    width: 100%;
  }
}
#fh5co-counters .fh5co-counter .fh5co-counter-icon,
#fh5co-counters .fh5co-counter .fh5co-counter-number,
#fh5co-counters .fh5co-counter .fh5co-counter-label {
  display: block;
}
#fh5co-counters .fh5co-counter .fh5co-counter-icon {
  font-size: 40px;
  color: #52d3aa;
}
#fh5co-counters .fh5co-counter .fh5co-counter-number {
  font-size: 70px;
  color: #fff;
  font-weight: 300;
}
#fh5co-counters .fh5co-counter .fh5co-counter-label {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-weight: 400;
}

#fh5co-testimonials .box-testimony {
  margin-bottom: 2em;
  float: left;
}
#fh5co-testimonials .box-testimony a {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-testimonials .box-testimony a:hover, #fh5co-testimonials .box-testimony a:focus, #fh5co-testimonials .box-testimony a:active {
  color: white;
  text-decoration: none;
}
#fh5co-testimonials .box-testimony blockquote {
  padding-left: 0;
  border-left: none;
  padding: 30px;
  background: #fff;
  background: #52d3aa;
  font-size: 20px;
  font-weight: 300;
  position: relative;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
#fh5co-testimonials .box-testimony blockquote:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 40px;
  border-top: 10px solid black;
  border-top-color: #fff;
  border-top-color: #52d3aa;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
#fh5co-testimonials .box-testimony blockquote p {
  font-style: italic;
  color: #fff;
}
#fh5co-testimonials .box-testimony .author {
  line-height: 20px;
  color: black;
  font-size: 16px;
  margin-left: 20px;
  font-weight: 400;
}
#fh5co-testimonials .box-testimony .author a {
  color: #52d3aa;
}
#fh5co-testimonials .box-testimony .author a:hover {
  text-decoration: underline;
}
#fh5co-testimonials .box-testimony .author > figure {
  float: left;
  margin-right: 10px;
}
#fh5co-testimonials .box-testimony .author > figure img {
  width: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-testimonials .box-testimony .author p {
  float: left;
  margin-top: 10px;
}
#fh5co-testimonials .box-testimony .author .subtext {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: 400 !important;
}

#fh5co-work {
  overflow: hidden;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  background-color: #52d3aa;
  /* IE9, iOS 3.2+ */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiMzZjk1ZWEiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzUyZDNhYSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #3f95ea), color-stop(1, #52d3aa));
  /* Android 2.3 */
  background-image: -webkit-repeating-linear-gradient(top left, #3f95ea 0%, #52d3aa 100%);
  /* IE10+ */
  background-image: repeating-linear-gradient(to bottom right, #3f95ea 0%, #52d3aa 100%);
  background-image: -ms-repeating-linear-gradient(top left, #3f95ea 0%, #52d3aa 100%);
}
#fh5co-work a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: underline;
}
#fh5co-work a:hover {
  color: white;
}
#fh5co-work:before, #fh5co-work:after {
  position: absolute;
  transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  -webkit-transform: rotate(-1.7deg);
  -o-transform: rotate(-1.7deg);
  -moz-transform: rotate(-1.7deg);
  background-color: #fff;
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  padding: 0;
  width: 101%;
}
#fh5co-work:before {
  top: 0;
  margin-top: -35px;
}
#fh5co-work:after {
  bottom: 0;
  margin-bottom: -35px;
}
#fh5co-work .section-heading h2 {
  color: #fff;
}
#fh5co-work .section-heading h2:after {
  background: rgba(255, 255, 255, 0.3);
}
#fh5co-work .section-heading h3 {
  color: rgba(255, 255, 255, 0.8);
}
#fh5co-work .fh5co-project-item {
  display: block;
  width: 100%;
  position: relative;
  top: 0;
  background: #fff;
  overflow: hidden;
  z-index: 9;
  margin-bottom: 30px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-work .fh5co-project-item img {
  z-index: 8;
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-work .fh5co-project-item .fh5co-text {
  padding: 10px 20px;
}
#fh5co-work .fh5co-project-item .fh5co-text h2, #fh5co-work .fh5co-project-item .fh5co-text span {
  text-decoration: none !important;
}
#fh5co-work .fh5co-project-item .fh5co-text h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
#fh5co-work .fh5co-project-item .fh5co-text span {
  color: #b3b3b3;
  font-size: 16px;
  font-weight: 400;
}
#fh5co-work .fh5co-project-item:hover, #fh5co-work .fh5co-project-item:focus {
  -webkit-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
  text-decoration: none;
  top: -15px;
}
#fh5co-work .fh5co-project-item:hover img, #fh5co-work .fh5co-project-item:focus img {
  opacity: .7;
}
#fh5co-work .fh5co-project-item:hover h2, #fh5co-work .fh5co-project-item:hover span, #fh5co-work .fh5co-project-item:focus h2, #fh5co-work .fh5co-project-item:focus span {
  text-decoration: none !important;
}

.fh5co-person {
  border: 2px solid #f2f2f2;
  padding: 80px 30px 30px 30px;
  float: left;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 992px) {
  .fh5co-person {
    margin-bottom: 3.5em;
  }
}
.fh5co-person figure {
  position: absolute;
  margin-top: -60px;
  top: 0;
  left: 50%;
  margin-left: -60px;
  display: block;
  margin-bottom: 50px;
}
.fh5co-person figure img {
  width: 120px;
  border: 2px solid #f2f2f2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fh5co-person h3 {
  margin-bottom: 0px;
}
.fh5co-person .fh5co-position {
  color: #b3b3b3;
  display: block;
  margin-bottom: 20px;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 400;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #52d3aa;
}

.btn {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn:hover, .btn:active, .btn:focus {
  outline: none;
}

#fh5co-contact {
  padding-bottom: 0;
}
#fh5co-contact .fh5co-contact-info {
  padding: 0;
  margin: 0 0 1.5em 0;
}
#fh5co-contact .fh5co-contact-info li {
  position: relative;
  padding: 0;
  margin: 0 0 1.5em 0;
  padding-left: 50px;
  list-style: none;
}
#fh5co-contact .fh5co-contact-info li i {
  position: absolute;
  top: .2em;
  left: 0;
}

.section-heading {
  float: left;
  width: 100%;
  padding-bottom: 50px;
  margin-bottom: 50px;
  clear: both;
}
.section-heading h2 {
  margin: 0 0 30px 0;
  font-size: 50px;
  font-weight: 300;
  color: #444;
  text-transform: uppercase;
  position: relative;
  display: block;
  padding-bottom: 20px;
  line-height: 1.5;
}
.section-heading h2.left-border:after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background: #52d3aa;
  left: 0%;
  margin-left: 0px;
  bottom: 0;
}
.section-heading h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background: #7d1a27;
  left: 50%;
  margin-left: -40px;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .section-heading h2 {
    font-size: 30px;
  }
}
.section-heading h3 {
  font-weight: 300;
  line-height: 1.5;
  color: #929292;
}
@media screen and (max-width: 768px) {
  .section-heading h3 {
    font-size: 24px !important;
    line-height: 34px;
  }
}

.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #7d1a27;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 25px;
  height: 3px;
  color: #52d3aa;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #52d3aa;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 3px;
  background: #52d3aa;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: absolute;
  top: 2px;
  right: 0px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 25px;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
  }
}

#footer {
  padding: 50px 0;
  color: #7f7f7f;
  position: relative;
}
#footer .gotop {
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -40px;
  background: #fff;
  z-index: 8;
  width: 80px;
  height: 80px;
  font-size: 30px;
  padding-top: 5px;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#footer .gotop:hover, #footer .gotop:focus {
  top: -25px;
  text-decoration: none !important;
}
#footer .copyright {
  font-size: 16px;
  margin-bottom: 0px;
  padding-bottom: 0;
}

.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-primary {
  background: #5b0c18;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  background: #5b0c18
}
.btn:hover, .btn:active, .btn:focus {
  background: #7d1a27!important;
  color: #fff;
  outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: transparent;
}

.social {
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  width: 100%;
}
.social li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.social li a {
  font-size: 16px;
  display: table;
  width: 40px;
  height: 40px;
  margin: 0 4px;
}
.social li a i {
  display: table-cell;
  vertical-align: middle;
}
.social li a:hover, .social li a:active, .social li a:focus {
  text-decoration: none;
  border-bottom: none;
}
.social li a.social-box {
  background: #9b1c31;
  color: #fff;
}
.social li a.social-circle {
  background: #9b1c31;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.social li a:hover {
  background: #393e46 !important;
}
.social.social-box a {
  background: #7d1a27;
  color: #fff;
}
.social.social-circle a {
  background: #7d1a27;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.js .to-animate,
.js .to-animate-2,
.js .single-animate {
  opacity: 0;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}

.fh5co-animated {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*# sourceMappingURL=style.css.map */
/* HERO limpio con overlay de marca */
#hero{
  position: relative;
  background: url('images/hero-paola.jpg') center/cover no-repeat;
}
#hero::before{
  content:"";
  position:absolute; inset:0;
  background:
    linear-gradient(100deg, rgba(3, 2, 24, 0.88) 0%, rgba(51, 61, 137, 0.58) 60%, rgba(29, 15, 92, 0.4) 100%);
}
#hero .content{ position:relative; z-index:1; }/* Contenedor principal */
.hero-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 80px 0;
}

/* Texto */
.hero-text {
  flex: 1;
  max-width: 55%;
  z-index: 1;
  color: white;
}

/* Foto flotante */
.hero-photo {
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.hero-photo img {
  width: 320px;
  height: auto;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
  background: white;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-photo img:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

/* Responsive */
@media (max-width: 991px) {
  .hero-container {
    flex-direction: column;
    text-align: center;
  }
  .hero-text {
    max-width: 100%;
  }
  .hero-photo {
    margin-top: 30px;
  }
  .hero-photo img {
    width: 240px;
  }
}.hero-image {
  border-radius: 50%;
  border: 6px solid white;
  box-shadow: 
    0 10px 25px rgba(0, 0, 0, 0.2), /* sombra suave */
    0 0 20px rgba(128, 0, 64, 0.4);  /* glow vino */
  animation: fadeUp 1.2s ease-out forwards;
  transform: translateY(30px);
  opacity: 0;
}

/* Animación suave de aparición */
@keyframes fadeUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Ajustes para móvil */
@media (max-width: 768px) {
  .hero-image {
    width: 180px;
    height: 180px;
    margin: 20px auto 0;
    display: block;
  }
/* MÉTODO — Tarjetas iguales, marcadas y con hover */
#metodo .steps { 
  display: flex; 
  flex-wrap: wrap; 
  gap: 28px; 
}
#metodo .steps > [class^="col-"] { 
  display: flex; 
}

.step-card {
  position: relative;
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(15,76,92,.14);
  box-shadow: 0 8px 24px rgba(2,8,20,.06);
  padding: 30px;
  min-height: 300px; /* ajusta entre 280–320 según contenido */
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.step-card h3 {
  margin: 14px 0 8px;
  font-size: 24px;
  line-height: 1.25;
  transition: color .25s ease;
}

.step-card p { 
  margin: 0; 
}

.icon-xl {
  font-size: 36px;
  color: var(--accent); /* azul petróleo o tu color principal */
  transition: color .25s ease, transform .25s ease;
}

/* Hover y enfoque accesible */
.step-card:hover,
.step-card:focus-within {
  transform: translateY(-8px);
  box-shadow: 0 18px 50px rgba(2,8,20,.14);
  border-color: #5b0c18; /* vino */
}
.step-card:hover h3,
.step-card:focus-within h3 { 
  color: #5b0c18; 
}
.step-card:hover .icon-xl,
.step-card:focus-within .icon-xl {
  color: #5b0c18; 
  animation: iconBounce 0.3s ease forwards;
}

/* Animación del ícono */
@keyframes iconBounce {
  0%   { transform: translateY(0); }
  30%  { transform: translateY(-6px); }
  60%  { transform: translateY(2px); }
  100% { transform: translateY(0); }
}

/* Borde interior sutil al pasar */
.step-card::after {
  content: "";
  position: absolute; 
  inset: 0;
  border-radius: 18px;
  pointer-events: none;
  opacity: 0;
  transition: opacity .25s ease;
}
.step-card:hover::after,
.step-card:focus-within::after {
  opacity: 1;
  box-shadow: inset 0 0 0 2px rgba(91,12,24,.2);
}

/* Responsive */
@media (max-width: 991px) {
  #metodo .steps { gap: 18px; }
  .step-card { min-height: unset; }
}}/* MÉTODO — Tarjetas iguales, marcadas y con hover (compat) */
#metodo .steps{
  display:flex; flex-wrap:wrap; gap:28px;
}
#metodo .steps > [class^="col-"], 
#metodo .steps > [class*=" col-"]{
  display:flex; /* estira alto igual */
}

/* Tarjeta */
.step-card{
  position:relative;
  background:#fff;
  border-radius:18px;
  border:1px solid rgba(15,76,92,.14);
  box-shadow:0 8px 24px rgba(2,8,20,.06);
  padding:30px;
  min-height:300px;
  height:100%;
  display:flex; flex-direction:column; justify-content:flex-start;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

/* Título y texto */
.step-card h3{margin:14px 0 8px;font-size:24px;line-height:1.25;transition:color .25s ease}
.step-card p{margin:0}

/* Icono (funciona con .icon y/o .icon-xl) */
.icon-xl{font-size:36px}
#metodo .step-card .icon,
#metodo .step-card .icon:before{
  color:var(--accent, #0F4C5C);
  transition:color .25s ease, transform .25s ease;
}

/* Hover / focus */
.step-card:hover,
.step-card:focus-within{
  transform:translateY(-8px);
  box-shadow:0 18px 50px rgba(2,8,20,.14);
  border-color:#5b0c18; /* vino */
}
.step-card:hover h3,
.step-card:focus-within h3{color:#5b0c18}

/* Cambia color del icono y aplica micro-brinco (sirve con :before de icomoon) */
.step-card:hover .icon,
.step-card:focus-within .icon,
.step-card:hover .icon:before,
.step-card:focus-within .icon:before{
  color:#5b0c18;
  animation:iconBounce .3s ease forwards;
}

/* Borde interior sutil */
.step-card::after{
  content:""; position:absolute; inset:0; border-radius:18px; pointer-events:none;
  opacity:0; transition:opacity .25s ease;
}
.step-card:hover::after,
.step-card:focus-within::after{
  opacity:1; box-shadow:inset 0 0 0 2px rgba(91,12,24,.2);
}

/* Animación del ícono */
@keyframes iconBounce{
  0%{transform:translateY(0)}
  30%{transform:translateY(-6px)}
  60%{transform:translateY(2px)}
  100%{transform:translateY(0)}
}

/* Responsive */
@media (max-width:991px){
  #metodo .steps{gap:18px}
  .step-card{min-height:unset}
}
/* === SERVICIOS / PAQUETES — Layout definitivo desktop: Flex 2×2 limpio === */
#servicios .svc-grid{
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: flex !important;
  flex-wrap: wrap;
  gap: 28px;                 /* separación pareja entre tarjetas */
  width: 100%;
}

/* Neutraliza columnas Bootstrap dentro de la fila de servicios */
#servicios .svc-grid > *{
  float: none !important;
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  display: block;
  flex: 1 1 calc(50% - 28px); /* dos columnas iguales en desktop */
  min-width: 0;               /* evita desbordes */
}

/* La tarjeta ocupa toda su celda y alinea el CTA al fondo */
#servicios .svc-card{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
}
#servicios .svc-card .btn{ margin-top: auto; }

/* 1 columna en pantallas chicas */
@media (max-width: 991px){
  #servicios .svc-grid{ gap: 18px; }
  #servicios .svc-grid > *{ flex-basis: 100%; }
}

/* Animación sutil en hover para “diseño bonito” */
#servicios .svc-card{
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
#servicios .svc-card:hover{
  transform: translateY(-8px);
  box-shadow: 0 18px 50px rgba(2,8,20,.14);
  border-color: #5b0c18; /* vino */
}
#servicios .svc-card:hover h3{ color:#5b0c18; }
/* === RESULTADOS / CASOS — grid parejo, tarjetas marcadas y hover elegante === */
#resultados .res-grid{
  /* evitar los márgenes negativos de .row */
  margin-left: 0 !important;
  margin-right: 0 !important;

  display: flex;
  flex-wrap: wrap;
  gap: 28px;                 /* separación uniforme */
  width: 100%;
}

/* cada col ocupa 1/3 en desktop, 100% en móvil */
#resultados .res-grid > *{
  float: none !important;
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  display: block;
  flex: 1 1 calc(33.333% - 28px);
  min-width: 280px;
}

#resultados .case-card{
  background:#fff;
  border:1px solid rgba(15,76,92,.14);
  border-radius:18px;
  box-shadow:0 8px 24px rgba(2,8,20,.06);
  padding:26px;
  height:100%;
  display:flex;
  flex-direction:column;
  gap:8px;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
#resultados .case-card h3{
  margin:0 0 6px; font-size:22px; line-height:1.25;
}
#resultados .case-card .meta{
  margin-top:auto;            /* ancla la línea de tiempo/alcance al fondo */
  color:#4b5563; font-size:14px;
}
#resultados .case-card .meta span{ color:#111827; font-weight:600; }

/* hover/acento vino */
#resultados .case-card:hover{
  transform:translateY(-8px);
  box-shadow:0 18px 50px rgba(2,8,20,.14);
  border-color:#5b0c18;
}
#resultados .case-card:hover h3{ color:#5b0c18; }

/* responsive: 2 columnas tablet, 1 en móvil */
@media (max-width: 1200px){
  #resultados .res-grid > *{ flex-basis: calc(50% - 28px); }
}
@media (max-width: 767px){
  #resultados .res-grid{ gap:18px; }
  #resultados .res-grid > *{ flex-basis: 100%; }
}
/* === SOBRE PAOLA — foto, badges y redes === */
#sobre .about-wrap{ display:flex; align-items:center; gap:32px; }
@media (max-width: 991px){ #sobre .about-wrap{ gap:18px; } }

/* Foto elegante */
.about-photo{
  width:100%; max-width:520px; border-radius:22px;
  box-shadow:0 20px 50px rgba(2,8,20,.12);
  border:8px solid rgba(255,255,255,.85);
  background:#fff; display:block;
}

/* Badges (pestañas lilas mejoradas) */
.about-badges{ margin:14px 0 16px; display:flex; flex-wrap:wrap; gap:10px; }
.about-badges .pill{
  display:inline-flex; align-items:center; gap:8px;
  font-size:12.5px; letter-spacing:.2px; color:#3730a3;
  background:#eef2ff; border:1px solid #d9ddff;
  padding:8px 12px; border-radius:999px;
  transition:transform .2s ease, box-shadow .2s ease, color .2s ease, border-color .2s ease;
}
.about-badges .pill i{ color:#5b0c18; }            /* icono en vino */
.about-badges .pill:hover{
  transform:translateY(-2px);
  box-shadow:0 8px 22px rgba(2,8,20,.10);
  border-color:#5b0c18; color:#5b0c18;
}

/* Redes sociales */
.about-social{ list-style:none; padding:0; margin:8px 0 0; display:flex; gap:14px; }
.about-social li a{
  width:42px; height:42px; border-radius:50%;
  display:inline-flex; align-items:center; justify-content:center;
  color:#fff; background:#5b0c18;                  /* vino */
  box-shadow:0 8px 20px rgba(91,12,24,.25);
  transition:transform .2s ease, filter .2s ease, box-shadow .2s ease;
}
.about-social li a:hover{
  transform:translateY(-3px);
  filter:brightness(1.05);
  box-shadow:0 12px 26px rgba(91,12,24,.32);
}
.about-social i{ font-size:16px; }

/* Ajustes tipográficos */
#sobre h2{ margin-top:0; }
#sobre p{ color:#4b5563; }
/* === RECURSOS — Layout definitivo desktop: Flex 3× limpio === */
#recursos .rec-grid{
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: flex !important;
  flex-wrap: wrap;
  gap: 28px;                /* separación pareja */
  width: 100%;
}

/* Neutraliza columnas Bootstrap dentro de la fila de recursos */
#recursos .rec-grid > *{
  float: none !important;
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  display: block;
  flex: 1 1 calc(33.333% - 28px); /* tres columnas en desktop */
  min-width: 0;
}

/* Tarjeta consistente y CTA al fondo */
#recursos .resource-card{
  background:#fff;
  border:1px solid rgba(15,76,92,.14);
  border-radius:18px;
  box-shadow:0 8px 24px rgba(2,8,20,.06);
  padding:24px;
  height:100%;
  display:flex; flex-direction:column;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
#recursos .resource-card h3{ margin:0 0 8px; font-size:20px; line-height:1.25; }
#recursos .resource-card p{ color:#374151; margin-bottom:16px; }
#recursos .resource-card .btn{ margin-top:auto; }

/* Hover/acento vino */
#recursos .resource-card:hover{
  transform:translateY(-8px);
  box-shadow:0 18px 50px rgba(2,8,20,.14);
  border-color:#5b0c18;
}
#recursos .resource-card:hover h3{ color:#5b0c18; }

/* 2 columnas en tablet, 1 en móvil */
@media (max-width: 1200px){
  #recursos .rec-grid > *{ flex-basis: calc(50% - 28px); }
}
@media (max-width: 767px){
  #recursos .rec-grid{ gap:18px; }
  #recursos .rec-grid > *{ flex-basis: 100%; }
}
/* CONTACTO — solo íconos azules y acciones */
#contacto .contact-icons{
  list-style:none; padding:0; margin:8px 0 0;
  display:flex; gap:12px; flex-wrap:wrap;
}
#contacto .contact-icons li{ margin:0 }

#contacto .contact-icons a{
  width:44px; height:44px; border-radius:50%;
  display:inline-flex; align-items:center; justify-content:center;
  color:#0F4C5C;                      /* azul de marca */
  background:#fff;
  border:1px solid rgba(15,76,92,.20);
  box-shadow:0 8px 20px rgba(2,8,20,.08);
  transition:transform .2s ease, box-shadow .2s ease, color .2s ease, background .2s ease, border-color .2s ease;
}
#contacto .contact-icons a i{ font-size:18px; }
#contacto .contact-icons a:hover{
  transform:translateY(-3px);
  background:#5b0c18;                /* vino en hover */
  color:#fff;
  border-color:#5b0c18;
}

#contacto .form-actions{
  margin-top:14px;
  display:flex; gap:12px; flex-wrap:wrap;
}
#contacto .form-actions .btn-book{ white-space:nowrap; }
.footer-modern {
  background-color: #111; /* Negro más elegante */
  color: #fff;
  padding: 20px 0;
}

.footer-modern .footer-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}

.footer-modern p {
  margin: 0;
  font-size: 14px;
}

.footer-modern .footer-social a {
  color: #fff;
  font-size: 18px;
  margin: 0 8px;
  transition: color 0.3s ease, transform 0.3s ease;
}

.footer-modern .footer-social a:hover {
  color: #5b0c18; /* Color vino */
  transform: scale(1.2);
}

@media (max-width: 768px) {
  .footer-modern .footer-content {
    flex-direction: column;
    gap: 10px;
  }
}
.navbar-nav > li > a {
  position: relative;
  color: var(--ink);
  transition: color 0.3s ease;
}

.navbar-nav > li > a:hover {
  color: var(--accent-2); /* vino */
}

.navbar-nav > li > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  left: 0;
  bottom: -4px;
  background-color: var(--accent-2);
  transition: width 0.3s ease;
}

.navbar-nav > li > a:hover::after {
  width: 100%;
}
.navbar-brand img {
  max-height: 52px; /* o el tamaño que desees */
  margin-top: -4px; /* ajusta si se desalinean los links */
}
/* HERO mejorado */
#hero {
  display: flex;
  align-items: center;
  background: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('images/hero-paola.jpg') center/cover no-repeat;
  color: #fff;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}

.hero-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.hero-text {
  flex: 1;
  padding: 80px 40px;
  animation: fadeSlide 1s ease-out forwards;
  opacity: 0;
}

.hero-text h1 {
  font-size: 52px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}

.hero-text p {
  font-size: 20px;
  margin-bottom: 28px;
  color: #f3f4f6;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.hero-photo {
  flex: 1;
  display: flex;
  justify-content: center;
  padding: 40px;
  animation: fadeIn 1.4s ease-in forwards;
  opacity: 0;
}

.hero-photo img {
  border-radius: 50%;
  max-width: 300px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.hero-photo img:hover {
  transform: scale(1.03);
}

.cta-group .btn {
  animation: fadeUp 1.2s ease-in forwards;
  opacity: 0;
}

/* Animaciones */
@keyframes fadeSlide {
  from {opacity: 0; transform: translateY(30px);}
  to {opacity: 1; transform: translateY(0);}
}

@keyframes fadeUp {
  from {opacity: 0; transform: translateY(20px);}
  to {opacity: 1; transform: translateY(0);}
}

@keyframes fadeIn {
  from {opacity: 0; transform: scale(0.95);}
  to {opacity: 1; transform: scale(1);}
}
html {
  scroll-behavior: smooth;
}
section:focus {
  outline: 2px dashed var(--accent-2);
  outline-offset: 6px;
}
.hero-photo img {
  max-width: 300px;
}
.hero-photo img {
  max-width: 340px;
  border-radius: 50%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}
.hero-photo img {
  width: 100%;
  max-width: 340px;
  height: auto;
}
/* =========================
   FIX HERO EN MÓVIL
   ========================= */

/* 0) Altura de la barra (ajústala si tu navbar es más alta/baja) */
:root{
  --nav-h: 64px;        /* desktop */
}
@media (max-width: 992px){
  :root{ --nav-h: 56px; } /* móvil/tablet */
}

/* 1) El hero nunca debe recortar su contenido ni quedar bajo la navbar */
#hero{
  position: relative;
  overflow: visible !important;                  /* evita cortes */
  z-index: 0;
}

/* 2) Bloque interno del hero (ajusta el selector a tu wrapper del hero) */
#hero .hero-container{
  position: relative;
  z-index: 1;                                    /* por encima de fondos */
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  min-height: calc(100svh - var(--nav-h));       /* alto seguro en móviles */
  padding: calc(var(--nav-h) + 12px) 0 80px;     /* deja espacio bajo navbar */
}

/* 3) Texto: tamaños fluidos y legibles */
#hero .hero-text{
  max-width: 760px;
  color: #fff;
}
#hero .hero-text h1{
  color:#fff;
  line-height: 1.12;
  /* título fluido: ni gigante ni pequeño en móvil */
  font-size: clamp(28px, 6.2vw, 56px);
  margin: 0 0 14px;
  text-wrap: balance;      /* mejor quiebre de líneas (Safari/Chrome nuevos) */
}
#hero .hero-text .lead{
  color:#e5e7eb;
  font-size: clamp(16px, 2.6vw, 20px);
}

/* 4) Foto flotante: en móvil va debajo y más pequeña */
#hero .hero-photo img{
  width: 360px;
  max-width: 38vw;
  border-radius: 50%;
  box-shadow: 0 18px 60px rgba(0,0,0,.25);
}
@media (max-width: 992px){
  #hero .hero-container{
    flex-direction: column;
    text-align: center;
    gap: 24px;
  }
  #hero .hero-photo img{
    width: 300px;
    max-width: 70vw;
  }
}

/* 5) Botón del hero: evita que “empuje” el texto fuera de pantalla */
#hero .btn{
  white-space: normal;       /* permite salto de línea si hace falta */
  line-height: 1.2;
  padding: 14px 22px;
}

/* 6) Por si algún padre tenía overflow que recorta */
#hero, #hero *{
  -webkit-text-size-adjust: 100%;
}
/* ===== HERO: compactar en móvil y subir la foto ===== */

/* 1) Reduce altura mínima y padding en móvil */
@media (max-width: 992px){
  #hero .hero-container{
    /* antes: padding: 132px 0 80px; min-height: calc(100svh - var(--nav-h)); */
    padding: calc(var(--nav-h) + 8px) 0 36px;     /* menos aire arriba/abajo */
    min-height: calc(100svh - var(--nav-h) - 28px);
    gap: 16px;                                     /* reduce la separación */
  }

  /* 2) Sube la foto (ligero solape hacia arriba) */
  #hero .hero-photo{
    margin-top: -18px;                             /* prueba con -10/-24 si quieres */
  }
  #hero .hero-photo img{
    width: 280px;                                  /* era ~300px */
    max-width: 64vw;                               /* más contenido visible */
  }

  /* 3) Ajusta el bloque de texto para que “respire” menos */
  #hero .hero-text h1{
    margin-bottom: 10px;
  }
  #hero .hero-text .lead{
    margin-bottom: 14px;
  }

  /* 4) El botón no empuja de más; permite salto de línea si hace falta */
  #hero .btn{
    padding: 12px 20px;
    white-space: normal; 
  }
}

/* 5) Extra: respeta el notch en iPhone pero sin añadir hueco excesivo */
@supports (padding-top: env(safe-area-inset-top)){
  @media (max-width: 992px){
    #hero .hero-container{
      padding-top: calc(var(--nav-h) + max(6px, env(safe-area-inset-top)));
    }
  }
}
/* Estilo mejorado para el bloque Método */
.step-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 6px 20px rgba(0,0,0,.06);
  padding: 30px 24px;
  height: 100%;
  transition: transform .25s ease, box-shadow .25s ease;
}
.step-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0,0,0,.1);
}

.step-card h3 {
  font-size: 22px;
  font-weight: 600;
  color: var(--accent);
}

.step-card p {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.5;
}

/* Icono redondo */
.icon-circle {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border-radius: 50%;
  background: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  box-shadow: 0 6px 18px rgba(0,0,0,.15);
}
/* ===== MÉTODO ===== */
#metodo {
  position: relative;
  padding: 100px 0;
  background: #fff;
}

/* Degradado + sombra para separar del hero */
#metodo::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(to bottom, #0f1a48, rgba(255,255,255,0.9)); /* azul → blanco */
  box-shadow: 0 -8px 20px rgba(0,0,0,0.08);
  z-index: -1;
}

/* Título principal */
#metodo .section-heading {
  font-size: 38px;
  font-weight: 700;
  color: #5b0c18; /* guinda */
  margin-bottom: 22px;
}

/* Íconos y títulos en guinda */
#metodo .icon-circle {
  background: #5b0c18;
}

#metodo h3 {
  color: #5b0c18;
  font-size: 22px;
  font-weight: 600;
}
/* Sombra inferior del Hero */
#hero {
  position: relative;
  z-index: 1;
}

#hero::after {
  content: "";
  position: absolute;
  bottom: -2px; /* se pega justo antes de la siguiente sección */
  left: 0;
  width: 100%;
  height: 20px;
  box-shadow: 0 8px 18px rgba(0,0,0,0.12);
  z-index: -1;
}
/* Negrita especial en guinda */
strong.impacto {
  color: #5b0c18;
  font-weight: 700;
}
/* Más espacio entre la descripción y los cuadros del método */
#metodo .lead {
  margin-bottom: 50px; /* antes era ~20px o nada */
}

#metodo .step-card {
  margin-top: 10px; /* suaviza la alineación con el nuevo espacio */
}
/* Encabezado azul en la sección Método */
#metodo .section-heading {
  color: #0f1a48; /* Azul corporativo */
}
/* Servicios igualados a Método */
#servicios .svc-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}

#servicios .svc-grid > * {
  flex: 1 1 calc(50% - 28px);
  display: flex;
}

#servicios .svc-card {
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(15,76,92,.14);
  box-shadow: 0 8px 24px rgba(2,8,20,.06);
  padding: 28px 22px;
  min-height: 300px; /* mismo tamaño que Método */
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

#servicios .svc-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 40px rgba(2,8,20,.12);
  border-color: #5b0c18;
}

#servicios .svc-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #5b0c18;
  margin-bottom: 12px;
}

#servicios .svc-card p {
  font-size: 15px;
  line-height: 1.55;
  color: #444;
}

#servicios .svc-tag {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #777;
  display: block;
  margin-bottom: 6px;
}

#servicios .icon-circle {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: #5b0c18;
  display: flex;
  align-items: center;
  justify-content: center;
}

#servicios .icon-circle i {
  font-size: 22px;
  color: #fff;
}
/* División elegante entre Método y Servicios */
#servicios {
  border-top: 1px solid rgba(0, 0, 0, 0.06); /* línea sutil */
  box-shadow: 0 -6px 20px rgba(0, 0, 0, 0.04); /* sombra ligera arriba */
  padding-top: 60px; /* espacio balanceado */
}

/* Título de Mis Servicios */
#servicios .section-heading {
  color: #0f1f75; /* tu azul corporativo */
  font-weight: 800; /* negritas */
  font-size: 32px; /* un poco más grande */
  margin-bottom: 12px; /* menos espacio con el párrafo */
}

/* Subtítulo debajo del título */
#servicios .lead {
  font-size: 17px;
  color: #444;
  margin-bottom: 40px; /* espacio con los cuadros */
}
/* ===== MÉTODO — Estrategia (cards con iconos) ===== */
:root{
  --vino: #5b0c18;
  --azul: #0f1f75;
  --ink-900:#0b1320;
  --ink-600:#475569;
  --line-200:#e5e7eb;
  --card-bg:#ffffff;
  --soft:#f7f7fb;
}

.method{
  background: linear-gradient(180deg, #fafafa 0%, #ffffff 100%);
  padding: 80px 0 70px;
}
@media (max-width: 768px){
  .method{ padding: 56px 0; }
}

/* Titulares y textos */
.method-kicker{
  display:inline-block;
  font-weight:700;
  letter-spacing:.5px;
  text-transform:uppercase;
  color: var(--azul);
  background: rgba(15,31,117,.06);
  border:1px solid rgba(15,31,117,.12);
  padding:6px 12px;
  border-radius:999px;
  margin:0 0 12px;
  font-size:13px;
}
.method-title{
  font-size:34px;
  line-height:1.2;
  margin: 4px 0 10px;
  color: var(--ink-900);
}
.method-lead{
  font-size:18px;
  color:#4b5563;
  margin: 10px auto 8px;
}

/* Grid */
.method-grid{
  display:flex;
  flex-wrap:wrap;
  gap: 22px;
  justify-content:center;
  margin: 24px 0 20px;
}
@media (min-width: 992px){
  .method-grid{ gap: 26px; }
}
.method-grid > article{
  float:none; /* neutraliza floats del theme antiguo en este bloque */
  width:100%;
  max-width: 360px;
}

/* Card */
.method-card{
  position:relative;
  background: var(--card-bg);
  border: 1px solid var(--line-200);
  border-radius: 18px;
  padding: 22px 20px 20px;
  box-shadow: 0 10px 30px rgba(2,8,20,.06);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  overflow:hidden;
  isolation:isolate;
}
.method-card:before{
  content:"";
  position:absolute;
  inset: -2px -2px auto -2px;
  height: 6px;
  background: linear-gradient(90deg, var(--vino), var(--azul));
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  z-index:0;
}
.method-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(2,8,20,.12);
  border-color: rgba(15,31,117,.25);
}
.method-card h3{
  font-size:20px;
  margin: 10px 0 6px;
  color: var(--ink-900);
}
.method-card p{
  font-size:15px;
  color: var(--ink-600);
  margin: 0;
}

/* Icono */
.method-icon{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border-radius:16px;
  background:
    radial-gradient(120% 120% at 0% 0%, rgba(91,12,24,.12) 0%, rgba(15,31,117,.10) 100%),
    #fff;
  border:1px solid rgba(15,31,117,.15);
  box-shadow: 0 10px 18px rgba(15,31,117,.08);
  color: var(--azul);
  font-size: 26px;
}
.method-icon i{
  background: linear-gradient(135deg, var(--azul), var(--vino));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 1px 0 rgba(255,255,255,.6));
}

/* Animación de entrada */
@keyframes methodFadeUp{
  from{ opacity:0; transform: translateY(10px) scale(.98); }
  to{ opacity:1; transform: translateY(0) scale(1); }
}
.method-card{
  opacity:0;
  animation: methodFadeUp .6s ease forwards;
}
.method-grid > article:nth-child(1) .method-card{ animation-delay: .05s; }
.method-grid > article:nth-child(2) .method-card{ animation-delay: .15s; }
.method-grid > article:nth-child(3) .method-card{ animation-delay: .25s; }

/* Modo oscuro suave si existiera body.dark */
body.dark .method{
  background: linear-gradient(180deg, #0f172a 0%, #0b1320 100%);
}
body.dark .method-card{
  background:#0f172a;
  border-color: rgba(226,232,240,.08);
  box-shadow: 0 10px 30px rgba(2,8,20,.45);
}
body.dark .method-card h3,
body.dark .method-title{ color:#e2e8f0; }
body.dark .method-card p,
body.dark .method-lead{ color:#cbd5e1; }
body.dark .method-kicker{
  color:#c7d2fe; background: rgba(199,210,254,.12); border-color: rgba(199,210,254,.24);
}
/* ===== SERVICIOS / PAQUETES ===== */
:root{
  --vino: #5b0c18;
  --azul: #0f1f75;
  --line-200:#e5e7eb;
  --ink-900:#0b1320;
  --ink-600:#475569;
}

.services{
  background: #fafafa;
  padding: 80px 0 70px;
}
@media (max-width: 768px){
  .services{ padding: 56px 0; }
}

.services-kicker{
  display:inline-block;
  font-weight:700;
  text-transform:uppercase;
  color: var(--vino);
  background: rgba(91,12,24,.06);
  border:1px solid rgba(91,12,24,.12);
  padding:6px 12px;
  border-radius:999px;
  margin:0 0 12px;
  font-size:13px;
}
.services-title{
  font-size:32px;
  line-height:1.3;
  margin: 8px 0 20px;
  color: var(--ink-900);
}

.services-grid{
  display:flex;
  flex-wrap:wrap;
  gap:24px;
  margin:32px 0 10px;
  justify-content:center;
}
.services-grid > article{
  float:none;
  width:100%;
  max-width: 500px;
}

.service-card{
  background:#fff;
  border:1px solid var(--line-200);
  border-radius:20px;
  padding:28px 24px;
  box-shadow:0 10px 30px rgba(2,8,20,.06);
  transition:transform .25s ease, box-shadow .25s ease;
}
.service-card:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 40px rgba(2,8,20,.12);
}
.service-card h3{
  font-size:22px;
  color: var(--azul);
  margin:10px 0 8px;
}
.service-card p{
  font-size:16px;
  color: var(--ink-600);
  margin:0 0 12px;
}
.service-card ul{
  margin: 0 0 14px 18px;
  padding: 0;
  font-size:15px;
  color: var(--ink-600);
}
.service-card blockquote{
  font-size:15px;
  font-style:italic;
  margin:12px 0;
  color: var(--vino);
}

/* Número */
.service-number{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  background: linear-gradient(135deg, var(--azul), var(--vino));
  color:#fff;
  font-weight:700;
  font-size:18px;
  border-radius:12px;
  margin-bottom:12px;
  box-shadow:0 6px 14px rgba(15,31,117,.15);
}

/* Botón dentro de cards */
.btn-service{
  display:inline-block;
  margin-top:10px;
  background:linear-gradient(135deg, var(--vino), var(--azul));
  color:#fff;
  font-weight:600;
  padding:10px 20px;
  border-radius:999px;
  font-size:15px;
  text-decoration:none;
  transition: all .25s ease;
}
.btn-service:hover{
  background:linear-gradient(135deg, var(--azul), var(--vino));
  text-decoration:none;
  color:#fff;
}
/* ===== SUBPÁGINAS ===== */
.subpage-hero{
  text-align:center;
  padding:80px 20px 60px;
  background:linear-gradient(135deg, var(--azul), var(--vino));
  color:#fff;
}
.subpage-hero h1{
  font-size:36px;
  margin:0 0 12px;
  font-family:"DM Serif Display", Georgia, serif;
}
.subpage-hero .subpage-quote{
  font-size:18px;
  font-style:italic;
  opacity:.9;
  margin:0;
}

.subpage-content{
  padding:60px 20px;
  background:#fff;
}
.subpage-content p, .subpage-content ul{
  font-size:17px;
  color:var(--ink-600);
  line-height:1.6;
}
.subpage-content ul{ margin:12px 0 20px 22px; }
.subpage-content .btn-service{
  margin-top:16px;
}
/* ===== RESULTADOS / CASOS (Impacto) ===== */
:root{
  --vino: #5b0c18;
  --azul: #0f1f75;
  --ink-900:#0b1320;
  --ink-600:#475569;
  --line-200:#e5e7eb;
}

.impact{
  background:#fff;
  padding:80px 0 70px;
}
@media (max-width:768px){
  .impact{ padding:56px 0; }
}

.impact-kicker{
  display:inline-block;
  font-weight:700;
  text-transform:uppercase;
  color:var(--azul);
  background:rgba(15,31,117,.06);
  border:1px solid rgba(15,31,117,.12);
  padding:6px 12px;
  border-radius:999px;
  margin:0 0 12px;
  font-size:13px;
}
.impact-title{
  font-size:32px;
  line-height:1.3;
  margin:8px 0 20px;
  color:var(--ink-900);
}

.impact-grid{
  display:flex;
  flex-wrap:wrap;
  gap:24px;
  justify-content:center;
  margin:32px 0 10px;
}
.impact-grid > article{
  float:none;
  width:100%;
  max-width:500px;
}

.impact-card{
  background:#fafafa;
  border:1px solid var(--line-200);
  border-radius:20px;
  padding:28px 24px;
  box-shadow:0 10px 28px rgba(2,8,20,.06);
  transition:transform .25s ease, box-shadow .25s ease;
  opacity:0;
  animation:fadeUp .6s ease forwards;
}
.impact-card:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 40px rgba(2,8,20,.12);
}
.impact-card h3{
  font-size:20px;
  color:var(--vino);
  margin:10px 0 12px;
}
.impact-card p{
  font-size:16px;
  color:var(--ink-600);
  margin:0 0 12px;
}
.impact-card ul{
  margin:0 0 14px 18px;
  padding:0;
  font-size:15px;
  color:var(--ink-600);
}
.impact-card .impact-metric{
  font-size:15px;
  font-weight:600;
  margin:6px 0 4px;
}
.impact-card .impact-highlight{
  font-size:16px;
  font-weight:700;
  color:var(--azul);
}

/* Iconos */
.impact-icon{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border-radius:16px;
  background:linear-gradient(135deg, var(--vino), var(--azul));
  color:#fff;
  font-size:26px;
  margin-bottom:14px;
  box-shadow:0 10px 18px rgba(15,31,117,.15);
}

/* Animación */
@keyframes fadeUp{
  from{opacity:0; transform:translateY(10px);}
  to{opacity:1; transform:translateY(0);}
}
.impact-grid > article:nth-child(1) .impact-card{ animation-delay:.05s; }
.impact-grid > article:nth-child(2) .impact-card{ animation-delay:.15s; }
.impact-grid > article:nth-child(3) .impact-card{ animation-delay:.25s; }
.impact-grid > article:nth-child(4) .impact-card{ animation-delay:.35s; }
/* ===== SOBRE PAOLA ===== */
.about{
  background:#fafafa;
  padding:80px 0 70px;
}
@media(max-width:768px){
  .about{ padding:56px 0; }
}

.about-wrapper{
  display:flex;
  align-items:center;
  gap:40px;
  flex-wrap:wrap;
}
.about-photo{
  flex:1 1 40%;
  min-width:320px;
  text-align:center;
}
.about-photo img{
  width:100%;
  max-width:420px;
  border-radius:20px;
  box-shadow:0 12px 32px rgba(2,8,20,.12);
  object-fit:cover;
}
@media(max-width:768px){
  .about-photo img{
    max-width:360px; /* mantiene tamaño grande en móvil */
  }
}

.about-text{
  flex:1 1 55%;
}
.about-kicker{
  display:inline-block;
  font-weight:700;
  text-transform:uppercase;
  color:var(--azul);
  background:rgba(15,31,117,.06);
  border:1px solid rgba(15,31,117,.12);
  padding:6px 12px;
  border-radius:999px;
  margin:0 0 14px;
  font-size:13px;
}
.about-title{
  font-size:28px;
  margin:0 0 18px;
  color:var(--vino);
  line-height:1.3;
}
.about-text p{
  font-size:16px;
  line-height:1.6;
  color:var(--ink-600);
  margin-bottom:14px;
}
.about-quote{
  font-size:18px;
  font-style:italic;
  color:var(--vino);
  margin:20px 0;
  border-left:4px solid var(--vino);
  padding-left:12px;
}

.about-social{
  margin-top:20px;
}
.about-social a{
  display:inline-block;
  margin-right:12px;
  font-size:20px;
  color:var(--azul);
  transition:color .25s ease;
}
.about-social a:hover{
  color:var(--vino);
}
/* ===== SOBRE PAOLA (split layout) ===== */
.about{
  background:#fafafa;
  padding:80px 0 70px;
}
@media(max-width:768px){
  .about{ padding:56px 0; }
}

.about-wrapper{
  display:flex;
  align-items:center;
  gap:40px;
  flex-wrap:nowrap;
}
@media(max-width:900px){
  .about-wrapper{
    flex-direction:column;
    text-align:center;
  }
}

.about-photo{
  flex:1 1 40%;
  display:flex;
  justify-content:center;
  align-items:center;
}
.about-photo img{
  width:100%;
  max-width:380px;
  border-radius:20px;
  box-shadow:0 12px 32px rgba(2,8,20,.12);
  object-fit:cover;
}
@media(max-width:768px){
  .about-photo img{
    max-width:300px; /* mantiene tamaño decente en móvil */
  }
}

.about-text{
  flex:1 1 55%;
}
.about-kicker{
  display:inline-block;
  font-weight:700;
  text-transform:uppercase;
  color:var(--azul);
  background:rgba(15,31,117,.06);
  border:1px solid rgba(15,31,117,.12);
  padding:6px 12px;
  border-radius:999px;
  margin:0 0 14px;
  font-size:13px;
}
.about-title{
  font-size:28px;
  margin:0 0 18px;
  color:var(--vino);
  line-height:1.3;
}
.about-text p{
  font-size:16px;
  line-height:1.6;
  color:var(--ink-600);
  margin-bottom:14px;
}
.about-quote{
  font-size:18px;
  font-style:italic;
  color:var(--vino);
  margin:20px 0;
  border-left:4px solid var(--vino);
  padding-left:12px;
}
@media(max-width:900px){
  .about-quote{
    border-left:none;
    border-top:2px solid var(--vino);
    padding-left:0;
    padding-top:10px;
  }
}

.about-social{
  margin-top:20px;
}
.about-social a{
  display:inline-block;
  margin-right:12px;
  font-size:20px;
  color:var(--azul);
  transition:color .25s ease;
}
.about-social a:hover{
  color:var(--vino);
}
/* ===== RECURSOS ===== */
:root{
  --vino:#5b0c18;
  --azul:#0f1f75;
  --ink-900:#0b1320;
  --ink-600:#475569;
  --line-200:#e5e7eb;
}

.resources{
  background:#fff;
  padding:80px 0 70px;
}
@media(max-width:768px){
  .resources{ padding:56px 0; }
}

.resources-kicker{
  display:inline-block;
  font-weight:700;
  text-transform:uppercase;
  color:var(--vino);
  background:rgba(91,12,24,.06);
  border:1px solid rgba(91,12,24,.12);
  padding:6px 12px;
  border-radius:999px;
  margin:0 0 12px;
  font-size:13px;
}
.resources-title{
  font-size:32px;
  line-height:1.3;
  margin:8px 0 20px;
  color:var(--ink-900);
}

.resources-grid{
  display:flex;
  flex-wrap:wrap;
  gap:24px;
  justify-content:center;
  margin:32px 0 10px;
}
.resources-grid > article{
  float:none;
  width:100%;
  max-width:360px;
}

.resource-card{
  background:#fafafa;
  border:1px solid var(--line-200);
  border-radius:20px;
  padding:28px 24px;
  box-shadow:0 10px 28px rgba(2,8,20,.06);
  text-align:center;
  transition:transform .25s ease, box-shadow .25s ease;
  opacity:0;
  animation:fadeUp .6s ease forwards;
}
.resource-card:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 40px rgba(2,8,20,.12);
}
.resource-card h3{
  font-size:20px;
  color:var(--azul);
  margin:12px 0 10px;
}
.resource-card p{
  font-size:15px;
  color:var(--ink-600);
  margin:0 0 14px;
}

.resource-icon{
  width:60px;
  height:60px;
  display:grid;
  place-items:center;
  border-radius:16px;
  background:linear-gradient(135deg,var(--azul),var(--vino));
  color:#fff;
  font-size:26px;
  margin:0 auto 16px;
  box-shadow:0 10px 18px rgba(15,31,117,.15);
}

/* Botón */
.btn-resource{
  display:inline-block;
  background:linear-gradient(135deg,var(--vino),var(--azul));
  color:#fff;
  font-weight:600;
  padding:10px 20px;
  border-radius:999px;
  font-size:15px;
  text-decoration:none;
  transition:all .25s ease;
}
.btn-resource:hover{
  background:linear-gradient(135deg,var(--azul),var(--vino));
  text-decoration:none;
  color:#fff;
}

/* Animación */
@keyframes fadeUp{
  from{opacity:0; transform:translateY(10px);}
  to{opacity:1; transform:translateY(0);}
}
.resources-grid > article:nth-child(1) .resource-card{ animation-delay:.05s; }
.resources-grid > article:nth-child(2) .resource-card{ animation-delay:.15s; }
.resources-grid > article:nth-child(3) .resource-card{ animation-delay:.25s; }
/* ===== MINI GUÍAS Y VIDEOS ===== */
.mini-resources{
  background:#fff;
  padding:70px 0;
}
.mini-grid{
  display:flex;
  flex-wrap:wrap;
  gap:28px;
  justify-content:center;
}
.mini-card{
  background:#fafafa;
  border:1px solid var(--line-200);
  border-radius:20px;
  padding:22px 20px 26px;
  box-shadow:0 10px 28px rgba(2,8,20,.06);
  width:100%;
  max-width:360px;
  text-align:center;
  transition:transform .25s ease, box-shadow .25s ease;
  opacity:0;
  animation:fadeUp .6s ease forwards;
}
.mini-card:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 40px rgba(2,8,20,.12);
}
.mini-card h3{
  font-size:18px;
  color:var(--azul);
  margin:12px 0 8px;
}
.mini-card p{
  font-size:15px;
  color:var(--ink-600);
  margin:0 0 14px;
}

/* Video embebido */
.mini-video{
  position:relative;
  padding-bottom:56.25%; /* relación 16:9 */
  height:0;
  overflow:hidden;
  border-radius:14px;
  margin-bottom:14px;
}
.mini-video iframe{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  border:0;
  border-radius:14px;
}
/* ===== CONTACTO ===== */
.contact{
  background:#fafafa;
  padding:80px 0 70px;
}
@media(max-width:768px){
  .contact{ padding:56px 0; }
}

.contact-kicker{
  display:inline-block;
  font-weight:700;
  text-transform:uppercase;
  color:var(--vino);
  background:rgba(91,12,24,.06);
  border:1px solid rgba(91,12,24,.12);
  padding:6px 12px;
  border-radius:999px;
  margin:0 0 12px;
  font-size:13px;
}
.contact-title{
  font-size:32px;
  line-height:1.3;
  margin:8px 0 12px;
  color:var(--ink-900);
}
.contact-lead{
  font-size:18px;
  color:var(--ink-600);
  margin-bottom:40px;
}

.contact-form .form-group{
  margin-bottom:18px;
}
.contact-form input,
.contact-form textarea{
  width:100%;
  padding:14px 16px;
  border:1px solid var(--line-200);
  border-radius:14px;
  font-size:15px;
  transition:border-color .25s ease, box-shadow .25s ease;
}
.contact-form input:focus,
.contact-form textarea:focus{
  outline:none;
  border-color:var(--azul);
  box-shadow:0 0 0 3px rgba(15,31,117,.1);
}

.contact-buttons{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  justify-content:center;
  margin-top:22px;
}

/* Botones contacto */
.btn-contact{
  display:inline-block;
  background:linear-gradient(135deg,var(--vino),var(--azul));
  color:#fff;
  font-weight:600;
  padding:12px 24px;
  border-radius:999px;
  font-size:15px;
  text-decoration:none;
  border:none;
  cursor:pointer;
  transition:all .25s ease;
  text-align:center;
  min-width:180px;
}
.btn-contact:hover{
  background:linear-gradient(135deg,var(--azul),var(--vino));
  color:#fff;
}

/* Variante alt */
.btn-contact.alt{
  background:#fff;
  color:var(--azul);
  border:2px solid var(--azul);
}
.btn-contact.alt:hover{
  background:var(--azul);
  color:#fff;
}
/* ===== FOOTER ===== */
.site-footer{
  background:linear-gradient(135deg,var(--azul),var(--vino));
  color:#fff;
  padding:50px 20px 20px;
  margin-top:40px;
}
.footer-wrapper{
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
  gap:20px;
  margin-bottom:20px;
}
.footer-brand h3{
  font-size:20px;
  margin:0 0 6px;
  font-family:"DM Serif Display", Georgia, serif;
}
.footer-brand p{
  font-size:14px;
  margin:0;
  opacity:.85;
}
.footer-social a{
  display:inline-block;
  margin:0 8px;
  font-size:20px;
  color:#fff;
  transition:transform .25s ease, color .25s ease;
}
.footer-social a:hover{
  transform:translateY(-4px);
  color:#e2e8f0;
}
.footer-bottom{
  border-top:1px solid rgba(255, 255, 255, 0.15);
  padding-top:14px;
  text-align:center;
  font-size:13px;
  opacity:.9;
}
.footer-bottom a{
  color:#fff;
  font-weight:600;
  text-decoration:none;
  transition:color .25s ease;
}
.footer-bottom a:hover{
  color:#cbd5e1;
}
/* Ajuste de color en footer brand */
.site-footer .footer-brand h3,
.site-footer .footer-brand p {
  color: #fff !important;
}
/* ===== SECCIÓN DE IMPACTO (Hero) ===== */
.hero{
  background:linear-gradient(135deg,var(--azul),var(--vino));
  color:#fff;
  padding:100px 0 80px;
}
.hero-wrapper{
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:40px;
}
.hero-text{
  flex:1 1 50%;
  min-width:300px;
  animation:fadeInLeft .8s ease forwards;
}
.hero-title{
  font-size:40px;
  line-height:1.3;
  margin-bottom:20px;
  font-family:"DM Serif Display", Georgia, serif;
}
.hero-title span{
  display:block;
  font-size:28px;
  font-weight:400;
  margin-top:8px;
  color:#fff;
  opacity:.95;
}
.hero-subtitle{
  font-size:18px;
  line-height:1.6;
  margin-bottom:30px;
  opacity:.95;
}
.hero-buttons{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
}
.btn-hero{
  display:inline-block;
  background:#fff;
  color:var(--azul);
  font-weight:600;
  padding:12px 24px;
  border-radius:999px;
  font-size:16px;
  text-decoration:none;
  transition:all .25s ease;
}
.btn-hero:hover{
  background:var(--vino);
  color:#fff;
}
.btn-hero.alt{
  background:transparent;
  border:2px solid #fff;
  color:#fff;
}
.btn-hero.alt:hover{
  background:#fff;
  color:var(--azul);
}

/* Foto Hero */
.hero-photo{
  flex:1 1 40%;
  display:flex;
  justify-content:center;
  animation:fadeInRight .8s ease forwards;
}
.hero-photo img{
  width:100%;
  max-width:420px;
  border-radius:20px;
  box-shadow:0 12px 32px rgba(0,0,0,.25);
  object-fit:cover;
}
@media(max-width:900px){
  .hero-wrapper{
    flex-direction:column-reverse;
    text-align:center;
    gap:10px; /* antes era 40px */
  }
}

/* Animaciones */
@keyframes fadeInLeft{
  from{opacity:0; transform:translateX(-30px);}
  to{opacity:1; transform:translateX(0);}
}
@keyframes fadeInRight{
  from{opacity:0; transform:translateX(30px);}
  to{opacity:1; transform:translateX(0);}
}
/* ===== NAV moderno ===== */
.site-nav{
  background:#fff;
  border-bottom:1px solid rgba(2,8,20,.06);
}
.site-nav .navbar-brand img{ display:block; }
.site-nav .navbar-nav > li > a{
  color:#374151;
  font-weight:600;
  padding:20px 14px;
}
.site-nav .navbar-nav > li > a:hover,
.site-nav .navbar-nav > li > a:focus{ color:var(--azul); }
.site-nav .navbar-toggle .icon-bar{ background:#111; }
.site-nav .navbar-cta{ padding-left:8px; }

/* Botón Acceso socios */
.btn-socios{
  background:linear-gradient(135deg, var(--vino), var(--azul));
  color:#fff;
  border:0;
  border-radius:999px;
  padding:10px 18px;
  font-weight:700;
  letter-spacing:.2px;
  box-shadow:0 8px 18px rgba(15,31,117,.15);
}
.btn-socios i{ margin-right:8px; }
.btn-socios:hover{ background:linear-gradient(135deg, var(--azul), var(--vino)); color:#fff; }

/* ===== MODAL Auth ===== */
.modal-auth .modal-content{
  border:0;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 20px 60px rgba(2,8,20,.25);
}
.modal-auth .modal-header{
  background:linear-gradient(135deg, var(--azul), var(--vino));
  color:#fff;
  padding:16px 18px;
}
.modal-auth .close{ color:#fff; opacity:.9; font-size:28px; }
.modal-auth .close:hover{ opacity:1; }

.modal-auth .modal-tabs{
  display:flex;
  gap:8px;
  padding:12px 16px 0;
  border-bottom:1px solid #e5e7eb;
}
.modal-auth .tab-link{
  flex:1;
  background:#f3f4f6;
  border:1px solid #e5e7eb;
  padding:10px 12px;
  border-radius:999px 999px 0 0;
  font-weight:700;
  color:#374151;
  cursor:pointer;
  transition:all .2s ease;
  text-align:center;
}
.modal-auth .tab-link.active{
  background:#fff;
  border-bottom-color:#fff;
  color:var(--azul);
}

.modal-auth .modal-body{ padding:16px; }
.modal-auth .tab-panel{ display:none; }
.modal-auth .tab-panel.active{ display:block; }

.modal-auth .form-control{
  height:auto;
  border-radius:12px;
  padding:12px 14px;
  border:1px solid #e5e7eb;
  box-shadow:none;
  font-size:15px;
}
.modal-auth .form-control:focus{
  border-color:var(--azul);
  box-shadow:0 0 0 3px rgba(15,31,117,.12);
}

.modal-auth .auth-actions{
  display:flex; align-items:center; gap:12px; justify-content:space-between; flex-wrap:wrap;
}
.modal-auth .btn-auth{
  background:linear-gradient(135deg, var(--vino), var(--azul));
  color:#fff; border:0; border-radius:999px; padding:12px 22px; font-weight:700;
}
.modal-auth .btn-auth:hover{ background:linear-gradient(135deg, var(--azul), var(--vino)); }

.modal-auth .link-muted{ color:#6b7280; text-decoration:none; font-size:14px; }
.modal-auth .link-muted:hover{ color:#111827; }

.modal-auth .modal-footer{
  background:#f9fafb; padding:12px 16px; border-top:1px solid #e5e7eb;
}
.modal-auth .modal-footer .hint{ margin:0; color:#6b7280; font-size:13px; }

/* Compensa el header fijo si fuese necesario (ajusta si ves solapamiento) */
body { padding-top: 80px; }
@media (max-width: 768px){ body { padding-top: 64px; } }
/* ===== DIAGNÓSTICO ===== */
.diagnostico-section{
  padding:70px 20px;
  max-width:900px;
  margin:0 auto;
}
.diagnostico-section h1{
  font-size:32px;
  color:var(--vino);
  margin-bottom:10px;
}
.diagnostico-section .lead{
  font-size:18px;
  color:var(--ink-600);
  margin-bottom:30px;
}
.block{
  border:1px solid var(--line);
  border-left:6px solid var(--vino);
  padding:20px;
  margin-bottom:20px;
  background:#fafafa;
  transition:transform .2s ease, box-shadow .2s ease;
}
.block:hover{
  transform:translateY(-2px);
  box-shadow:0 6px 20px rgba(0,0,0,.08);
}
.block h2{
  font-size:20px;
  margin-bottom:12px;
  color:var(--azul);
}
label{
  display:block;
  font-weight:600;
  margin-top:12px;
  margin-bottom:6px;
}
input, textarea{
  width:100%;
  padding:12px;
  border:1px solid #ccc;
  border-radius:10px;
  font-size:15px;
}
textarea{ resize:vertical; }

.form-actions{
  display:flex;
  gap:12px;
  margin-top:20px;
}
/* ===== DIAGNÓSTICO NUEVO DISEÑO ===== */
.diagnostico-section{
  padding:80px 20px;
  max-width:950px;
  margin:0 auto;
}
.diagnostico-section h1{
  font-size:36px;
  color:var(--vino);
  margin-bottom:10px;
  text-align:center;
  font-family:"DM Serif Display", Georgia, serif;
}
.diagnostico-section .lead{
  font-size:18px;
  color:var(--ink-600);
  margin-bottom:40px;
  text-align:center;
}

.block{
  background:linear-gradient(135deg, rgba(91,12,24,0.05), rgba(15,31,117,0.05));
  border:1px solid rgba(0,0,0,0.08);
  border-radius:18px;
  padding:25px 28px;
  margin-bottom:28px;
  transition:transform .25s ease, box-shadow .25s ease;
}
.block:hover{
  transform:translateY(-3px);
  box-shadow:0 10px 24px rgba(0,0,0,0.1);
}
.block h2{
  font-size:20px;
  margin-bottom:16px;
  color:var(--azul);
  display:flex;
  align-items:center;
  gap:10px;
}
.block h2::before{
  content:"📌"; /* Puedes cambiar por icono Font Awesome si prefieres */
  font-size:18px;
}

label{
  display:block;
  font-weight:600;
  margin-top:14px;
  margin-bottom:6px;
  color:var(--vino);
}
input, textarea{
  width:100%;
  padding:14px 16px;
  border:1px solid #ccc;
  border-radius:14px;
  font-size:15px;
  background:#fff;
  box-shadow:inset 0 1px 2px rgba(0,0,0,0.05);
  transition:border-color .2s ease, box-shadow .2s ease;
}
input:focus, textarea:focus{
  outline:none;
  border-color:var(--azul);
  box-shadow:0 0 0 3px rgba(15,31,117,0.12);
}
textarea{ resize:vertical; }

.form-actions{
  display:flex;
  gap:18px;
  justify-content:center;
  margin-top:30px;
}

/* Botones */
.btn-primary{
  background:linear-gradient(135deg,var(--vino),var(--azul));
  color:#fff;
  border:none;
  border-radius:999px;
  padding:14px 26px;
  font-weight:700;
  cursor:pointer;
  font-size:16px;
  transition:all .25s ease;
}
.btn-primary:hover{
  background:linear-gradient(135deg,var(--azul),var(--vino));
}

.btn-outline{
  background:#fff;
  border:2px solid var(--azul);
  color:var(--azul);
  border-radius:999px;
  padding:14px 26px;
  font-weight:700;
  font-size:16px;
  cursor:pointer;
  transition:all .25s ease;
}
.btn-outline:hover{
  background:var(--azul);
  color:#fff;
}
/* Corregir desbordamiento de campos en bloques */
.diagnostico-section input,
.diagnostico-section textarea {
  width: 100%;
  box-sizing: border-box; /* evita que se salga del bloque */
  margin: 0;
}
.form-buttons {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}

.pdf-hint {
  font-size: 12px;
  color: #666;
  margin-top: 5px;
  font-style: italic;
  text-align: left;
}
.pdf-hint strong {
  color: #000;
}
.pdf-hint u {
  color: #0056b3;
  text-decoration: underline;
}
body {
  margin: 0;
  padding: 0;
}

h1 {
  margin-top: 0;
}
.contacto-msg {
  margin-top: 15px;
  font-size: 14px;
  text-align: center;
  display: none;
  padding: 12px;
  border-radius: 8px;
}

.contacto-msg.success {
  background: #e6ffed;
  color: #0f5132;
  border: 1px solid #badbcc;
}

.contacto-msg.error {
  background: #fde2e1;
  color: #842029;
  border: 1px solid #f5c2c7;
}
/* Ajustes específicos para escritorio */
@media (min-width:1024px) {
  /* Header: quita el margen que lo baja demasiado */
  #fh5co-header {
    margin-top: 0;
    position: fixed;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  }
  body {
    padding-top: 80px; /* compensa el header fijo */
  }

  /* Hero: menos padding para que no quede demasiado alto */
  #hero .content {
    padding: 100px 0 80px;
  }

  /* Tarjetas de servicios/casos alineadas */
  .svc-card, .case, .step-card, .resource {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  /* Formulario diagnóstico centrado y limitado */
  .diagnostico-section form {
    max-width: 600px;
    margin: auto;
  }

  /* Footer más contenido y centrado */
  footer .container {
    max-width: 1200px;
    margin: auto;
    text-align: center;
  }
}
/* Banner Evoluciona */
.subpage-hero {
  background: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), 
              url('../images/evoluciona-banner.jpg') center/cover no-repeat;
  text-align: center;
  padding: 120px 20px;
  color: #fff;
}
.subpage-hero h1 { font-size: 48px; margin-bottom: 12px; color: #fff; }
.subpage-hero .subpage-quote { font-size: 20px; font-style: italic; color: #f3f4f6; }

/* Proceso Evoluciona */
.program-process { padding: 80px 20px; background:#fafafa; }
.program-process h2 { text-align:center; margin-bottom:40px; }
.process-grid {
  display: grid;
  gap: 24px;
}
@media(min-width:768px){
  .process-grid { grid-template-columns: repeat(2,1fr); }
}
.process-card {
  background:#fff;
  border:1px solid #eee;
  border-radius:18px;
  padding:28px;
  text-align:center;
  box-shadow:0 10px 30px rgba(2,8,20,.06);
}
.process-card h3 { margin:16px 0; font-size:20px; }
.process-card p { color:#4b5563; }
.process-card .icon-xl { font-size:40px; color:var(--accent); 
}
/* Proceso Evoluciona - mobile first */
.program-process {
  padding: 80px 20px;
  background: #fafafa;
}
.program-process h2 {
  text-align: center;
  margin-bottom: 40px;
}
.process-grid {
  display: grid;
  gap: 24px;
}
/* En móvil: 1 columna */
@media (max-width: 767px) {
  .process-grid { grid-template-columns: 1fr; }
}
/* En tablet y desktop: 2 columnas */
@media (min-width: 768px) {
  .process-grid { grid-template-columns: repeat(2, 1fr); }
}
.process-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 18px;
  padding: 28px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(2,8,20,.06);
}
.process-card h3 {
  margin: 16px 0;
  font-size: 20px;
  color: var(--accent);
}
.process-card p {
  color: #4b5563;
}
.process-card .icon-xl {
  font-size: 44px;
  color: var(--accent-2); /* guinda */
  margin-bottom: 12px;
  transition: transform 0.3s ease;
}
.process-card:hover .icon-xl {
  transform: scale(1.15);
}
/* ===== Evoluciona 360 — Banner ===== */
.subpage-hero {
   background: linear-gradient(135deg, #7d1a27, #0b1320); /* guinda → azul oscuro */
  text-align: center;
  padding: 120px 20px;
  color: #fff;
}
.subpage-hero h1 {
  font-size: 48px;
  margin-bottom: 12px;
  color: #fff;
}
.subpage-hero .subpage-quote {
  font-size: 20px;
  font-style: italic;
  color: #f3f4f6;
}

/* ===== Evoluciona 360 — Botón Regresar ===== */
.back-btn-container {
  text-align: center;
  margin: 60px 0;
}
.btn-back {
  display: inline-block;
  padding: 12px 28px;
   background: linear-gradient(135deg, #7d1a27, #0b1320); /* guinda → azul oscuro */
  color: #fff !important;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none !important;
  transition: all 0.3s ease;
}
.btn-back:hover {
  background: linear-gradient(135deg, #9b1c31, #0f4c5c);
  color: #fff !important;
}
.btn-back i {
  margin-right: 8px;
}
/* Animación suave al hacer scroll */
.fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease;
}
.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}
.subpage-hero {
  background: linear-gradient(270deg, #7d1a27, #0b1320, #7d1a27);
  background-size: 600% 600%;
  animation: gradientShift 12s ease infinite;
}
@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
.process-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.process-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.12);
}
/* Automatización */
.subpage-content {
  padding: 80px 20px;
}
.subpage-content h2 {
  text-align: center;
  margin-bottom: 24px;
}
.subpage-content .lead {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
  color: #4b5563;
  font-size: 18px;
}
.auto-grid {
  display: grid;
  gap: 24px;
}
@media(min-width:768px){
  .auto-grid { grid-template-columns: repeat(2,1fr); }
}
.auto-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 18px;
  padding: 28px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.auto-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}
.auto-card h3 {
  margin: 12px 0;
  color: var(--accent);
}
.auto-card p {
  color: #6b7280;
}
.auto-card .icon-xl {
  font-size: 44px;
  color: var(--accent-2);
  margin-bottom: 10px;
}

/* CTA centrado */
.cta-center {
  text-align: center;
  margin-top: 40px;
}
/* Comunidad de Mujeres */
.women-grid {
  display: grid;
  gap: 24px;
}
@media(min-width:768px){
  .women-grid { grid-template-columns: repeat(2,1fr); }
}
.women-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 18px;
  padding: 28px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.women-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}
.women-card h3 {
  margin: 12px 0;
  color: var(--accent);
}
.women-card p {
  color: #6b7280;
}
.women-card .icon-xl {
  font-size: 44px;
  color: var(--accent-2);
  margin-bottom: 10px;
}

/* CTA centrado */
.cta-center {
  text-align: center;
  margin-top: 40px;
}
.cta-text {
  font-size: 18px;
  color: #374151;
  max-width: 700px;
  margin: 0 auto 20px;
  line-height: 1.6;
}
/* El Arte de Acompañar */
.parents-grid {
  display: grid;
  gap: 24px;
  margin: 40px 0;
}
@media(min-width:768px){
  .parents-grid { grid-template-columns: repeat(3,1fr); }
}
.parent-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 18px;
  padding: 28px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.parent-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}
.parent-card h3 {
  margin: 12px 0;
  color: var(--accent);
}
.parent-card p {
  color: #6b7280;
}
.parent-card .icon-xl {
  font-size: 44px;
  color: var(--accent-2);
  margin-bottom: 10px;
}
/* Grid de videos */
.mini-grid {
  display: grid;
  gap: 24px;
}
@media(min-width:768px){
  .mini-grid { grid-template-columns: repeat(2,1fr); }
}
@media(min-width:1024px){
  .mini-grid { grid-template-columns: repeat(3,1fr); }
}
.mini-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 18px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.mini-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}
.mini-video iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 12px;
  margin-bottom: 16px;
}
.mini-card h3 {
  margin: 12px 0;
  color: var(--accent);
}
.mini-card p {
  color: #6b7280;
  margin-bottom: 16px;
}

/* Navegación mini guías */
.mini-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}




