@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg"); } }

.fi:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.flaticon-sent-mail:before {
  content: "\f100"; }

.flaticon-telephone:before {
  content: "\f101"; }

.flaticon-youtube-symbol:before {
  content: "\f102"; }

.flaticon-facebook-logo:before {
  content: "\f103"; }

.flaticon-twitter:before {
  content: "\f104"; }

.flaticon-navigate-up-arrow:before {
  content: "\f105"; }

.flaticon-arrow-down-sign-to-navigate:before {
  content: "\f106"; }

.flaticon-arrow-point-to-right:before {
  content: "\f107"; }

.flaticon-heart-simple-shape-silhouette:before {
  content: "\f108"; }

.flaticon-arrowhead-thin-outline-to-the-left:before {
  content: "\f109"; }

.flaticon-open-book:before {
  content: "\f10a"; }

.overflow-hidden {
  overflow: hidden; }

.word-break-all {
  word-break: break-all; }

.text-color-white {
  color: #ffffff !important; }

.text-color-black {
  color: #000000 !important; }

.text-color-orange {
  color: #FFAF37 !important; }

.text-color-corn {
  color: #FFBE00 !important; }

.text-color-mine {
  color: #3D3D3D !important; }

.text-color-tradewind {
  color: #58B3AD !important; }

.text-color-tundora {
  color: #4D4D4D !important; }

.text-color-red {
  color: #FF0000 !important; }

.text-color-gray {
  color: #808080 !important; }

.text-color-concrete {
  color: #F2F2F2 !important; }

.text-color-pear {
  color: #e1ea3b !important; }

.background-color-white {
  background-color: #ffffff !important; }

.background-color-black {
  background-color: #000000 !important; }

.background-color-orange {
  background-color: #FFAF37 !important; }

.background-color-corn {
  background-color: #FFBE00 !important; }

.background-color-mine {
  background-color: #3D3D3D !important; }

.background-color-tradewind {
  background-color: #58B3AD !important; }

.background-color-tundora {
  background-color: #4D4D4D !important; }

.background-color-red {
  background-color: #FF0000 !important; }

.background-color-gray {
  background-color: #808080 !important; }

.background-color-concrete {
  background-color: #F2F2F2 !important; }

.background-color-pear {
  background-color: #e1ea3b !important; }

.btn {
  padding: 10px 35px;
  color: #ffffff !important;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 !important;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  cursor: pointer; }
  .btn.btn-lg {
    padding: 15px 40px;
    font-size: 18px; }
  .btn.btn-orange {
    background-color: #FFAF37; }
    .btn.btn-orange:hover {
      background-color: #ffb951; }
  .btn.btn-white {
    background-color: #ffffff;
    color: #FFAF37 !important; }
    .btn.btn-white:hover {
      background-color: white; }
  .btn.btn-gray {
    background-color: #808080; }
    .btn.btn-gray:hover {
      background-color: #8d8d8d; }
  .btn.btn-mine {
    background-color: #3D3D3D; }
    .btn.btn-mine:hover {
      background-color: #4a4a4a; }

body {
  font-family: "Montserrat", sans-serif; }

a {
  text-decoration: none !important;
  color: #4D4D4D; }

.form-control {
  border: 2px solid #ffffff;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 7px 25px;
  font-size: 14px; }
  .form-control.form-control-transparent {
    background-color: transparent;
    color: #ffffff;
    border-color: #ffffff !important; }
    .form-control.form-control-transparent:focus {
      color: #ffffff; }
  .form-control.error {
    border-color: #ff8f8f; }

.form-group label.error {
  color: #FF0000;
  font-size: 12px;
  padding: 2px 4px;
  display: block;
  text-align: right;
  line-height: 1.5em; }

.form-label {
  font-size: 14px;
  font-weight: 600;
  color: #000000; }

.parallax {
  height: 512px;
  position: relative;
  overflow: hidden;
  z-index: 1; }

.row-parrallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden; }
  .row-parrallax-bg .parallax-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    height: calc(100% + 10vh); }
    .row-parrallax-bg .parallax-wrapper .parallax-bg-element {
      background-position: 50% 50%;
      background-size: cover;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }

.parallax-overlay {
  position: relative;
  z-index: 10;
  color: #fff;
  height: 100%;
  width: 100%; }

.flexslider .flex-direction-nav {
  z-index: 3; }
  .flexslider .flex-direction-nav .flex-nav-prev a,
  .flexslider .flex-direction-nav .flex-nav-next a {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    text-align: center;
    line-height: 1;
    padding: 7px 15px; }
    .flexslider .flex-direction-nav .flex-nav-prev a:before,
    .flexslider .flex-direction-nav .flex-nav-next a:before {
      display: none; }
  .flexslider .flex-direction-nav .flex-nav-prev a {
    left: 0; }
  .flexslider .flex-direction-nav .flex-nav-next a {
    right: 0; }

.popover-dismiss {
  outline: 0 none;
  cursor: pointer; }

.app-header {
  z-index: 1030;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000000; }
  .app-header .rustica-phone {
    font-size: 14px; }
    .app-header .rustica-phone i {
      font-size: 18px;
      display: inline-block;
      vertical-align: middle;
      margin-left: 5px; }
  .app-header .btn-phone {
    font-size: 18px;
    line-height: 1; }

.navigation-wrapper {
  width: 100%; }
  .navigation-wrapper .navbar-toggler {
    z-index: 99;
    margin: 0;
    border: none;
    background: 0 0 !important;
    width: 42px;
    height: 32px;
    padding: 9px 10px;
    position: relative; }
    .navigation-wrapper .navbar-toggler .icon-bar {
      display: block;
      width: 22px;
      height: 2px;
      border-radius: 1px;
      -webkit-transition: all .25s ease;
      -o-transition: all .25s ease;
      transition: all .25s ease;
      background-color: #fff; }
      .navigation-wrapper .navbar-toggler .icon-bar ~ .icon-bar {
        margin-top: 4px; }
    .navigation-wrapper .navbar-toggler:focus {
      outline: none; }
    .navigation-wrapper .navbar-toggler[aria-expanded=true] .icon-bar {
      position: absolute;
      top: 15px;
      left: 8px;
      right: 8px;
      margin: 0;
      width: auto; }
      .navigation-wrapper .navbar-toggler[aria-expanded=true] .icon-bar:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      .navigation-wrapper .navbar-toggler[aria-expanded=true] .icon-bar:nth-child(3) {
        opacity: 0; }
      .navigation-wrapper .navbar-toggler[aria-expanded=true] .icon-bar:nth-child(4) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  .navigation-wrapper .brand-logo {
    max-width: 75px;
    overflow: hidden;
    height: 60px; }
    .navigation-wrapper .brand-logo img {
      position: relative;
      top: -20px; }
  .navigation-wrapper .navigation-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #000000; }
    @media screen and (max-width: 991px) {
      .navigation-wrapper .navigation-links .navbar-nav {
        padding: 1rem; }
        .navigation-wrapper .navigation-links .navbar-nav a {
          text-align: center;
          padding: 12px; } }
    @media screen and (min-width: 992px) {
      .navigation-wrapper .navigation-links {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        background-color: transparent; } }
  .navigation-wrapper .navbar-nav a {
    font-size: 13px;
    color: #ffffff;
    position: relative; }
    .navigation-wrapper .navbar-nav a:before {
      left: 50%;
      margin-left: -2px;
      content: '';
      display: block;
      width: 4px;
      height: 4px;
      border-radius: 6px;
      position: absolute;
      top: 0;
      opacity: 0;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }

.app-footer .reclamaciones-link {
  font-size: 13px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }
  .app-footer .reclamaciones-link i {
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px; }
  .app-footer .reclamaciones-link:hover {
    color: #FFAF37 !important; }

.app-section {
  padding-top: 99px; }

.flex-slider-main {
  height: 75vh;
  min-height: 348px;
  overflow: hidden;
  background-color: #e9e9e9; }
  .flex-slider-main .flexslider-main {
    height: 100%;
    margin: 0; }
    .flex-slider-main .flexslider-main .slides {
      height: 100%; }
      .flex-slider-main .flexslider-main .slides li {
        height: 100%; }
        .flex-slider-main .flexslider-main .slides li .fx-wrapper-container {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          overflow: hidden; }
          .flex-slider-main .flexslider-main .slides li .fx-wrapper-container .fx-parrallax-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: calc( 100% + 10vh); }
          .flex-slider-main .flexslider-main .slides li .fx-wrapper-container .fx-slides-image,
          .flex-slider-main .flexslider-main .slides li .fx-wrapper-container .fx-slides-image-mobile {
            background-size: cover;
            background-repeat: no-repeat;
            background-position: 50% 50%;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease; }
        .flex-slider-main .flexslider-main .slides li .fx-parrallax-overlay {
          position: relative;
          padding: 50px 5%;
          z-index: 10;
          color: #FFF;
          height: 100%;
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          @media screen and (min-width: 768px) {
            .flex-slider-main .flexslider-main .slides li .fx-parrallax-overlay {
              padding: 100px 7%; } }
          @media screen and (min-width: 996px) {
            .flex-slider-main .flexslider-main .slides li .fx-parrallax-overlay {
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center; } }
          @media screen and (min-width: 1200px) {
            .flex-slider-main .flexslider-main .slides li .fx-parrallax-overlay {
              padding: 100px 15%; } }
          @media screen and (min-width: 960px) {
            .flex-slider-main .flexslider-main .slides li .fx-parrallax-overlay.fx-parrallax-vr {
              -webkit-box-pack: end;
              -ms-flex-pack: end;
              justify-content: flex-end; } }
          @media screen and (min-width: 960px) {
            .flex-slider-main .flexslider-main .slides li .fx-parrallax-overlay.fx-parrallax-vr .fx-description-slider {
              text-align: right; } }
          @media screen and (min-width: 960px) {
            .flex-slider-main .flexslider-main .slides li .fx-parrallax-overlay.fx-parrallax-vl {
              -webkit-box-pack: start;
              -ms-flex-pack: start;
              justify-content: flex-start; } }
          @media screen and (min-width: 960px) {
            .flex-slider-main .flexslider-main .slides li .fx-parrallax-overlay.fx-parrallax-vl .fx-description-slider {
              text-align: left; } }
          .flex-slider-main .flexslider-main .slides li .fx-parrallax-overlay.fx-parrallax-vc {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; }
            .flex-slider-main .flexslider-main .slides li .fx-parrallax-overlay.fx-parrallax-vc .fx-description-slider {
              text-align: center; }
        .flex-slider-main .flexslider-main .slides li .fx-description-slider {
          display: block;
          width: 90%;
          text-align: center;
          padding: .7em .5em; }
          @media screen and (min-width: 768px) {
            .flex-slider-main .flexslider-main .slides li .fx-description-slider {
              width: 70%; } }
          @media screen and (min-width: 992px) {
            .flex-slider-main .flexslider-main .slides li .fx-description-slider {
              width: 60%; } }
          .flex-slider-main .flexslider-main .slides li .fx-description-slider .fx-description-title {
            font-size: 20px;
            font-weight: 400;
            text-transform: uppercase;
            line-height: .6em; }
            @media screen and (min-width: 992px) {
              .flex-slider-main .flexslider-main .slides li .fx-description-slider .fx-description-title {
                font-size: 30px; } }
          .flex-slider-main .flexslider-main .slides li .fx-description-slider .fx-description-subtitle {
            font-size: 30px;
            font-weight: 700;
            text-transform: uppercase;
            line-height: 1em; }
            @media screen and (min-width: 992px) {
              .flex-slider-main .flexslider-main .slides li .fx-description-slider .fx-description-subtitle {
                font-size: 40px; } }
          .flex-slider-main .flexslider-main .slides li .fx-description-slider .fx-description-content p {
            font-size: 16px;
            line-height: 1.6em;
            font-weight: 300; }
          .flex-slider-main .flexslider-main .slides li .fx-description-slider.fx-description-membresia .fx-description-title {
            font-size: 25px;
            line-height: 1.3em;
            font-weight: 700; }
            @media screen and (min-width: 960px) {
              .flex-slider-main .flexslider-main .slides li .fx-description-slider.fx-description-membresia .fx-description-title {
                font-size: 35px; } }
          .flex-slider-main .flexslider-main .slides li .fx-description-slider.fx-description-membresia .fx-description-subtitle {
            text-transform: inherit;
            font-weight: 400; }
          .flex-slider-main .flexslider-main .slides li .fx-description-slider.fx-description-membresia .fx-description-content {
            font-size: 60px;
            font-weight: 700;
            color: #FFAF37;
            line-height: 1; }
            @media screen and (min-width: 960px) {
              .flex-slider-main .flexslider-main .slides li .fx-description-slider.fx-description-membresia .fx-description-content {
                font-size: 80px; } }
            .flex-slider-main .flexslider-main .slides li .fx-description-slider.fx-description-membresia .fx-description-content span {
              font-weight: 400;
              font-size: .4em;
              color: #ffffff; }
    .flex-slider-main .flexslider-main .flex-control-nav {
      bottom: 40px;
      z-index: 9; }
      .flex-slider-main .flexslider-main .flex-control-nav li a {
        background-color: #fff;
        width: 13px;
        height: 13px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
        .flex-slider-main .flexslider-main .flex-control-nav li a.flex-active {
          background-color: #FFAF37;
          -webkit-transform: scale(1.4);
          -ms-transform: scale(1.4);
          transform: scale(1.4); }
  .flex-slider-main.flex-slider-video {
    height: auto;
    min-height: auto; }

.section-header {
  text-align: center; }
  .section-header h2 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: .3em;
    color: #403000; }
    @media screen and (min-width: 992px) {
      .section-header h2 {
        font-size: 40px; } }
  .section-header p {
    font-size: 13px;
    margin: 0; }
    @media screen and (min-width: 992px) {
      .section-header p {
        font-size: 14px; } }

.r-advert {
  max-width: 310px;
  height: 422px;
  padding: 30px 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .r-advert-title .r-advert-main-title {
    font-size: 23px;
    line-height: 1.2em;
    margin-bottom: .3em; }
    .r-advert-title .r-advert-main-title .r-advert-small {
      font-size: 20px; }
    .r-advert-title .r-advert-main-title.custom-title-recurrente {
      font-size: 25px; }
      .r-advert-title .r-advert-main-title.custom-title-recurrente .r-advert-small {
        font-size: 18px; }
  .r-advert-title .r-advert-price-title {
    font-size: 40px;
    line-height: 1em; }
    .r-advert-title .r-advert-price-title .r-advert-small {
      font-size: 0.55em;
      position: relative;
      -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
      transform: translateY(-4px); }
  .r-advert-title .r-advert-vip-title {
    font-size: 23px; }

@media screen and (min-width: 920px) {
  .tile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    min-height: -webkit-min-content;
    min-height: -moz-min-content;
    min-height: min-content; } }

.section-beneficios .flexslider {
  width: 100%; }

.section-beneficios .section-beneficios-top {
  position: relative; }
  .section-beneficios .section-beneficios-top .content-image {
    width: 100%; }
  .section-beneficios .section-beneficios-top img {
    min-width: 560px; }

.section-beneficios .beneficios-article {
  text-align: center; }
  .section-beneficios .beneficios-article p {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.9em; }

.gallery-image-bloq {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 200px;
  position: relative; }
  .gallery-image-bloq .gallery-image-description {
    position: absolute;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    bottom: 0;
    left: 0;
    height: 70px;
    color: #fff; }
    .gallery-image-bloq .gallery-image-description p {
      margin-bottom: 0; }
  @media screen and (min-width: 960px) {
    .gallery-image-bloq.gallery-disco {
      height: 250px; } }
  @media screen and (min-width: 960px) {
    .gallery-image-bloq.gallery-hotel {
      height: 455px; } }
  @media screen and (min-width: 960px) {
    .gallery-image-bloq.gallery-hotel-3 {
      height: 320px; } }
  .gallery-image-bloq.gallery-hotel-proximo {
    background-color: #000000; }
    .gallery-image-bloq.gallery-hotel-proximo .gallery-image-description {
      background-color: transparent;
      height: 100%;
      color: #B3B3B3;
      line-height: 1.1; }
      .gallery-image-bloq.gallery-hotel-proximo .gallery-image-description .g-title-i {
        font-size: 45px; }
      .gallery-image-bloq.gallery-hotel-proximo .gallery-image-description .g-sub-title-i {
        font-size: 24px; }
        .gallery-image-bloq.gallery-hotel-proximo .gallery-image-description .g-sub-title-i span {
          font-size: 28px; }
      .gallery-image-bloq.gallery-hotel-proximo .gallery-image-description .d-description-i {
        font-size: 18px; }

.paquetes {
  position: relative; }
  .paquetes .paquetes-descuento {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    height: 90px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    background-color: #FFAF37;
    z-index: 9;
    left: 10px;
    top: 0;
    width: 90px;
    -webkit-box-shadow: 3px 2px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 2px 10px rgba(0, 0, 0, 0.3); }
    .paquetes .paquetes-descuento:before, .paquetes .paquetes-descuento:after {
      position: absolute;
      top: 0;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      display: block; }
    .paquetes .paquetes-descuento:before {
      border-width: 0 0 10px 10px;
      left: -10px;
      border-color: transparent transparent #B78E24 transparent; }
    .paquetes .paquetes-descuento:after {
      border-width: 10px 0 0 10px;
      right: -10px;
      border-color: transparent transparent transparent #B78E24; }
    .paquetes .paquetes-descuento .paquete-circle-info {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      position: relative;
      z-index: 1;
      background-color: #000000; }
      .paquetes .paquetes-descuento .paquete-circle-info .paquete-dsc {
        font-size: 20px;
        color: #ffffff; }
  .paquetes .paquetes-image {
    height: 190px;
    overflow: hidden;
    position: relative;
    z-index: 2; }
    .paquetes .paquetes-image .paquetes-thumbs {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      position: absolute;
      -webkit-transition: -webkit-transform 1s;
      transition: -webkit-transform 1s;
      -o-transition: transform 1s;
      transition: transform 1s;
      transition: transform 1s, -webkit-transform 1s; }
  .paquetes .paquetes-description {
    background-color: #ffffff;
    height: 130px; }
    .paquetes .paquetes-description .paquete-destino {
      font-size: 14px;
      color: #000000; }
    .paquetes .paquetes-description .paquete-precio {
      text-align: right;
      font-size: 17px;
      line-height: 1.5; }
      .paquetes .paquetes-description .paquete-precio .p-last {
        color: #FF0000;
        font-size: 12px; }
      .paquetes .paquetes-description .paquete-precio .p-vip {
        font-size: 17px; }
        .paquetes .paquetes-description .paquete-precio .p-vip strong {
          color: #B78E24; }
      .paquetes .paquetes-description .paquete-precio .p-general {
        font-size: 15px;
        color: #808080; }
  .paquetes:hover .paquetes-image .paquetes-thumbs {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.back-button {
  font-size: 12px;
  font-weight: 600; }
  .back-button i {
    font-weight: normal; }

.membresia-list-data li {
  position: relative;
  color: #483a14;
  padding-left: 30px;
  margin-bottom: 2em; }
  .membresia-list-data li:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #FFAF37;
    display: block;
    border-radius: 50%;
    left: 0;
    position: absolute;
    top: 12px; }

.membresia-phone-data {
  border-radius: 5px;
  border: 1px solid #483a14;
  color: #483a14;
  font-size: 30px;
  padding: .3em 1.3em; }

.breadcrumb {
  background-color: transparent;
  border-bottom: 1px solid #eaeaea; }
  .breadcrumb li {
    font-size: 12px; }
    .breadcrumb li a {
      color: #808080; }
    .breadcrumb li.active {
      color: #58B3AD;
      font-weight: 700; }

.detalle-header {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6em;
  color: #403000; }

.detalle-subtitle {
  font-size: 14px; }

.precio-paquete-selector .form-control {
  border-color: #F2F2F2; }

.precio-paquete .precio-paquete-large {
  font-size: 40px;
  color: #4D4D4D;
  font-weight: 700; }

.precio-paquete .precio-paquete-small {
  color: #808080;
  font-size: 13px; }

.footer-paquete {
  border-top: 1px dashed #808080;
  font-size: 13px;
  color: #808080;
  font-weight: 600; }

.detalle-paquete-tabs .nav-tabs .nav-item .nav-link {
  padding: 15px 20px;
  font-size: 14px;
  color: #808080;
  border-radius: 0;
  background-color: rgba(128, 128, 128, 0.1); }
  .detalle-paquete-tabs .nav-tabs .nav-item .nav-link.active {
    background-color: transparent;
    color: #58B3AD;
    font-weight: 700; }

.format-text-rustica h3 {
  color: #4D4D4D;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: .9em; }

.format-text-rustica h4 {
  color: #4D4D4D;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 1.2em; }

.format-text-rustica h5 {
  color: #4D4D4D;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 1.5em; }

.format-text-rustica p {
  font-size: 14px;
  line-height: 1.9em;
  margin-bottom: 1rem; }

.format-text-rustica ul li {
  font-size: 13px;
  line-height: 1.9em;
  margin-bottom: .5rem; }
