@charset "UTF-8";
/*!
Theme Name: Web Flow
Author: Manu Murillo
Author URI: http://manumurillo.com
Description: WordPress theme for website and ecommerce Flow.
Requires at least: WordPress 4.9.6
Version: 1.0
Tags: custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments
*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Nunito:300,400,600,700|Exo+2:300,400,500,600,700");
@import url("css/bootstrap.min.css");
@import url("css/owl.carousel.min.css");
@import url("css/animate.css");
@import url("css/gijgo.min.css");
@import url("css/testimonio.css");
body {
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  color: #6e7072; }

a, button {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }
  a:hover, button:hover {
    text-decoration: none;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear; }
  a:focus, button:focus {
    border: none;
    outline: none; }

a {
  color: inherit; }
  a:hover {
    color: inherit; }

.header {
  position: relative;
  width: 100%;
  padding: 0;
  background-color: #ffffff;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -ms-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear; }
  .header .top-bar {
    background-color: #f9e148;
    padding: 15px;
    text-align: right; }
    .header .top-bar ul {
      list-style: none;
      width: 100%;
      max-width: 1440px;
      margin: 0 auto;
      padding: 0; }
      .header .top-bar ul li {
        display: inline-block;
        margin-left: 10px;
        vertical-align: middle;
        font-family: "Nunito", sans-serif;
        font-size: 14px;
        font-weight: 600;
        line-height: 100%;
        color: #6e7072; }
        .header .top-bar ul li a {
          color: inherit;
          text-decoration: none; }
          .header .top-bar ul li a:hover {
            text-decoration: underline; }
          .header .top-bar ul li a.rrss {
            display: block;
            width: 20px;
            height: 20px; }
            .header .top-bar ul li a.rrss img {
              display: block;
              width: 100%;
              height: auto;
              opacity: .8; }
              .header .top-bar ul li a.rrss img:hover {
                opacity: 1; }
        .header .top-bar ul li .dropdown {
          font-family: "Nunito", sans-serif;
          font-size: 14px;
          font-weight: 600;
          line-height: 100%; }
          .header .top-bar ul li .dropdown button {
            font-family: "Nunito", sans-serif;
            font-size: 14px;
            font-weight: 600;
            line-height: 100%;
            background-color: transparent;
            color: #6e7072;
            border: 0; }
            .header .top-bar ul li .dropdown button.btn.focus, .header .top-bar ul li .dropdown button.btn:focus {
              box-shadow: none; }
            .header .top-bar ul li .dropdown button:hover {
              text-decoration: underline; }
          .header .top-bar ul li .dropdown .dropdown-menu {
            padding: 15px 0; }
            .header .top-bar ul li .dropdown .dropdown-menu .dropdown-item {
              font-family: "Nunito", sans-serif;
              font-size: 14px;
              font-weight: 600;
              line-height: 100%;
              padding: 10px 15px; }
              .header .top-bar ul li .dropdown .dropdown-menu .dropdown-item:hover {
                background-color: transparent; }
  .header .main-bar {
    position: relative;
    width: 100%; }
    .header .main-bar .content {
      display: flex;
      justify-content: space-between;
      width: 100%;
      max-width: 1440px;
      margin: 0 auto;
      padding: 15px; }
      .header .main-bar .content .brand {
        width: 120px;
        height: auto; }
        .header .main-bar .content .brand img {
          display: block;
          width: 100%;
          height: auto; }
      .header .main-bar .content .main-menu {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
        list-style: none;
        margin: 0 auto;
        padding: 0; }
        .header .main-bar .content .main-menu li {
          margin-left: 15px;
          font-family: "Nunito", sans-serif;
          font-size: 16px;
          font-weight: 600;
          line-height: 100%;
          color: #6e7072; }
          .header .main-bar .content .main-menu li a {
            display: block;
            padding: 6px; }
            .header .main-bar .content .main-menu li a:hover {
              color: #ff9c71; }
            .header .main-bar .content .main-menu li a.cta {
              padding: 6px 15px;
              border: solid 1px #ff9c71;
              border-radius: 20px;
              color: #ff9c71;
              background-color: transparent;
              text-transform: uppercase; }
              .header .main-bar .content .main-menu li a.cta:hover {
                color: #ffffff;
                background-color: #ff9c71; }
      .header .main-bar .content .toggle-menu {
        display: none; }
  .header.scroll {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    -webkit-box-shadow: 0 2px 3px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 2px 3px -3px rgba(0, 0, 0, 0.75);
    box-shadow: 0 2px 3px -3px rgba(0, 0, 0, 0.75); }
    .header.scroll .main-bar .content .brand {
      width: 80px; }

.sub-header {
  width: 100%;
  padding: 2% 0;
  margin-bottom: 2%;
  border-bottom: solid 1px #999999; }
  .sub-header .title {
    font-family: "Nunito", sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 100%;
    color: #ff9c71; }
  .sub-header .content {
    margin: 2% 0 0;
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    color: #6e7072; }
    .sub-header .content p {
      margin-bottom: 15px; }
    .sub-header .content strong {
      font-weight: 600; }
    .sub-header .content em {
      font-style: italic; }
    .sub-header .content span {
      text-decoration: underline; }
    .sub-header .content blockquote {
      padding-left: 5%;
      font-size: 120%;
      font-style: italic; }
    .sub-header .content del {
      text-decoration: line-through; }
    .sub-header .content a {
      text-decoration: underline;
      color: #ff9c71;
      font-weight: 600; }
    .sub-header .content ul {
      margin: 15px 0;
      list-style: none; }
      .sub-header .content ul li {
        position: relative;
        padding-left: 20px; }
        .sub-header .content ul li::before {
          content: "●";
          position: absolute;
          left: 0;
          top: 0;
          color: #ff9c71; }
    .sub-header .content ol {
      margin: 15px 0;
      list-style: none;
      counter-reset: li; }
      .sub-header .content ol li {
        position: relative;
        padding-left: 20px;
        counter-increment: li; }
        .sub-header .content ol li::before {
          text-align: right;
          direction: rtl;
          content: "." counter(li);
          color: #ff9c71;
          font-weight: 600;
          position: absolute;
          left: 0;
          top: 0; }
  .sub-header.login .avatar {
    display: none;
    width: 50px;
    height: auto;
    vertical-align: bottom;
    margin-right: 10px; }
  .sub-header.login .title {
    display: inline-block; }

.carousel .item {
  position: relative; }
  .carousel .item .background {
    display: block;
    width: 100%;
    height: auto; }
  .carousel .item .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 600px;
    padding: 20px 60px;
    background-color: rgba(209, 161, 146, 0.8);
    font-family: "Nunito", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
    color: #ffffff;
    text-align: right; }
    .carousel .item .caption.izquierda{
      left: inherit;
      right: 0px !important;
    }
    .carousel .item .caption p {
      display: block;
      text-align: left;
      margin-bottom: 10px; }
    .carousel .item .caption a {
      display: inline-block;
      font-family: "Nunito", sans-serif;
      font-size: 14px;
      font-weight: 600;
      line-height: 120%;
      text-transform: uppercase;
      color: #ffffff;
      background-color: #d17c61;
      border: solid 1px #d17c61;
      border-radius: 20px;
      padding: 6px 25px; }
      .carousel .item .caption a:hover {
        color: #d17c61;
        background-color: #ffffff; }
.carousel .owl-nav {
  font-family: "Nunito", sans-serif;
  font-size: 140px;
  font-weight: 100;
  line-height: 0;
  color: #6e7072; }
  .carousel .owl-nav .owl-prev {
    opacity: 0.5;
    position: absolute;
    top: 40%;
    left: 5%; }
    .carousel .owl-nav .owl-prev:hover {
      opacity: 1; }
  .carousel .owl-nav .owl-next {
    opacity: 0.5;
    position: absolute;
    top: 40%;
    right: 5%; }
    .carousel .owl-nav .owl-next:hover {
      opacity: 1; }

.betterment {
  width: 90%;
  max-width: 1400px;
  margin: 80px auto; }
  .betterment .title {
    font-family: "Exo 2", sans-serif;
    font-size: 30px;
    font-weight: 800;
    line-height: 100%;
    color: #6e7072;
    margin-bottom: 30px; }
  .betterment .area-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    .betterment .area-container .area {
      position: relative;
      width: 50%;
      height: auto;
      overflow: hidden; }
      .betterment .area-container .area img {
        display: block;
        width: 100%;
        height: auto;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
      .betterment .area-container .area .info {
        position: absolute;
        display: block;
        width: 60%;
        bottom: 10%;
        left: 10%;
        z-index: 99; }
        .betterment .area-container .area .info h3 {
          display: block;
          margin-bottom: 3px;
          font-family: "Roboto", sans-serif;
          font-size: 30px;
          font-weight: 700;
          line-height: 110%;
          letter-spacing: 1px;
          text-transform: uppercase;
          color: #ffffff; }
        .betterment .area-container .area .info a {
          display: inline-block;
          font-family: "Roboto", sans-serif;
          font-size: 18px;
          font-weight: 400;
          line-height: 110%;
          color: #ffffff;
          text-decoration: underline; }
      .betterment .area-container .area:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }

.about {
  padding: 40px 15px;
  background-image: url(img/us-background.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover; }
  .about img {
    display: block;
    margin: 50px auto; }
  .about .intro {
    display: block;
    width: 100%;
    max-width: 700px;
    margin: 20px auto;
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    color: #6e7072;
    text-align: justify; }
  .about .values-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    margin: 80px auto;
    max-width: 1200px; }
    .about .values-container .item {
      margin: 20px 10px;
      width: 330px;
      height: 330px;
      padding: 90px 60px 0;
      border-radius: 50%; }
      .about .values-container .item h3 {
        font-family: "Exo 2", sans-serif;
        font-size: 26px;
        font-weight: 600;
        line-height: 100%;
        text-transform: uppercase;
        margin-bottom: 10px; }
      .about .values-container .item p {
        font-family: "Nunito", sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 120%; }
      .about .values-container .item.security {
        background-color: #f7e348;
        color: #7f7101; }
      .about .values-container .item.accessibility {
        background-color: #b7dfe5;
        color: #00525e; }
      .about .values-container .item.professionalism {
        background-color: #ffc0a5;
        color: #8c2e05; }

.process {
  width: 100%;
  padding: 100px 15px 0; }
  .process .circle {
    position: relative;
    width: 450px;
    height: 450px;
    border: solid 4px #b7dfe5;
    margin: 30px auto;
    border-radius: 50%; }
    .process .circle .title {
      position: absolute;
      top: 170px;
      right: 0;
      left: 0;
      margin: 0;
      text-align: center;
      font-family: "Exo 2", sans-serif;
      font-size: 38px;
      font-weight: 300;
      line-height: 100%;
      letter-spacing: 2px;
      color: #939598;
      z-index: 99; }
      .process .circle .title strong {
        display: block;
        font-family: "Exo 2", sans-serif;
        font-size: 64px;
        font-weight: 600;
        line-height: 100%;
        color: #6e7072; }
    .process .circle .number {
      position: absolute;
      display: block;
      width: 25px;
      height: 25px;
      padding-top: 3px;
      background-color: #b7dfe5;
      border-radius: 50%;
      text-align: center;
      color: #00525e;
      font-family: "Exo 2", sans-serif;
      font-size: 18px;
      font-weight: 500;
      line-height: 100%; }
      .process .circle .number.one {
        left: 210px;
        top: -15px; }
      .process .circle .number.two {
        left: 415px;
        top: 130px; }
      .process .circle .number.three {
        left: 385px;
        top: 350px; }
      .process .circle .number.four {
        left: 35px;
        top: 350px; }
      .process .circle .number.five {
        left: 0;
        top: 130px; }
    .process .circle .order {
      position: absolute;
      display: block;
      width: 200px;
      font-family: "Nunito", sans-serif;
      font-size: 18px;
      font-weight: 400;
      line-height: 120%;
      color: #464646; }
      .process .circle .order.one {
        top: -50px;
        left: 185px; }
      .process .circle .order.two {
        left: 465px;
        top: 130px; }
      .process .circle .order.three {
        left: 425px;
        top: 350px; }
      .process .circle .order.four {
        left: -175px;
        top: 350px; }
      .process .circle .order.five {
        left: -185px;
        top: 130px; }

.section-cta {
  width: 100%;
  padding: 100px 15px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  background-color: transparent; }
  .section-cta.alt {
    padding: 50px 15px; }
  .section-cta p {
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
    font-family: "Nunito", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 100%;
    color: #6e7072; }
  .section-cta a {
    display: inline-block;
    margin: 20px auto;
    padding: 20px 60px;
    border: solid 2px #ff9c71;
    border-radius: 40px;
    background-color: #ffffff;
    font-family: "Nunito", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    color: #ff9c71; }
    .section-cta a:hover {
      color: #ffffff;
      background-color: #ff9c71; }

.footer {
  width: 100%;
  background-color: #dbdbdb;
  padding: 40px 15px 30px; }
  .footer .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1440px;
    margin: 0 auto;
    border-bottom: solid 1px #a9a9a9;
    padding-bottom: 20px; }
    .footer .content .menu {
      list-style: none;
      padding: 0;
      margin: 0; }
      .footer .content .menu li {
        display: block;
        margin: 5px 0;
        font-family: "Nunito", sans-serif;
        font-size: 14px;
        font-weight: 600;
        line-height: 100%; }
        .footer .content .menu li a {
          color: #6e7072;
          text-decoration: none; }
        .footer .content .menu li img {
          width: 20px;
          height: 20px;
          opacity: .8; }
          .footer .content .menu li img:hover {
            opacity: 1; }
    .footer .content .social .rrss {
      display: inline-block;
      vertical-align: bottom;
      width: 20px;
      height: 20px;
      margin: 0 10px;
      opacity: 0.7; }
      .footer .content .social .rrss:hover {
        opacity: 1; }
      .footer .content .social .rrss img {
        display: block;
        width: 100%;
        height: auto; }
    .footer .content .social .brand {
      display: inline-block;
      vertical-align: bottom;
      width: 100px;
      margin: 0 10px; }
      .footer .content .social .brand img {
        display: block;
        width: 100%;
        height: auto; }
  .footer .legal {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1440px;
    margin: 20px auto 0;
    font-family: "Nunito", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    color: #939598; }
    .footer .legal a {
      display: block;
      font-style: italic; }

.blog {
  width: 100%;
  padding: 4% 15px;
  border-bottom: solid 1px #b2b2b2;
  margin-bottom: 20px; }
  .blog .intro {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    text-align: center; }
    .blog .intro .title {
      margin-bottom: 3%;
      font-family: "Roboto", sans-serif;
      font-size: 30px;
      font-weight: 700;
      line-height: 100%;
      color: #464646; }
    .blog .intro .intro {
      font-family: "Nunito", sans-serif;
      font-size: 18px;
      font-weight: 400;
      line-height: 130%;
      color: #464646; }

.posts-container {
  width: 100%;
  padding: 3% 15px 0; }
  .posts-container .post-entry {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 10%;
    position: relative; }
    .posts-container .post-entry::after {
      content: "";
      position: absolute;
      left: 15%;
      bottom: 15%;
      width: 70%;
      height: 1px;
      background-color: #b2b2b2; }
    .posts-container .post-entry .img {
      width: 46%; }
      .posts-container .post-entry .img img {
        display: block;
        width: 100%;
        height: auto; }
    .posts-container .post-entry .info {
      width: 46%;
      padding: 15px 15px 15px 30px; }
      .posts-container .post-entry .info .post-title {
        font-family: "Exo 2", sans-serif;
        font-size: 20px;
        font-weight: 600;
        line-height: 120%;
        color: #ff9c71;
        margin-bottom: 10px; }
      .posts-container .post-entry .info .post-resume {
        font-family: "Exo 2", sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 120%;
        color: #464646;
        margin-bottom: 10px; }
      .posts-container .post-entry .info .post-readmore {
        display: inline-block;
        font-family: "Nunito", sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 120%;
        margin: 10px 0;
        padding: 6px 15px;
        border: solid 1px #ff9c71;
        border-radius: 20px;
        color: #ff9c71;
        background-color: transparent;
        text-transform: uppercase; }
        .posts-container .post-entry .info .post-readmore:hover {
          color: #ffffff;
          background-color: #ff9c71; }
  .posts-container .navigation {
    display: flex;
    justify-content: space-between;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    color: #939598;
    margin: 15px 0; }

.entry-container {
  width: 100%;
  padding: 2% 15px 0; }
  .entry-container .entry-header {
    position: relative;
    padding-bottom: 3%;
    margin-bottom: 3%; }
    .entry-container .entry-header::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      width: 80%;
      max-width: 1000px;
      height: 1px;
      background-color: #b2b2b2;
      margin: 0 auto; }
    .entry-container .entry-header .entry-navigation {
      width: 100%;
      max-width: 1200px;
      display: flex;
      justify-content: space-between;
      margin: 15px auto; }
      .entry-container .entry-header .entry-navigation a {
        font-family: "Nunito", sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 100%;
        color: #464646;
        opacity: 0.8; }
        .entry-container .entry-header .entry-navigation a:hover {
          opacity: 1; }
        .entry-container .entry-header .entry-navigation a .previous {
          display: inline-block;
          width: 20px;
          height: 20px;
          background: transparent url("img/previous.png") center no-repeat;
          background-size: cover;
          vertical-align: middle; }
        .entry-container .entry-header .entry-navigation a .next {
          display: inline-block;
          width: 20px;
          height: 20px;
          background: transparent url("img/next.png") center no-repeat;
          background-size: cover;
          vertical-align: middle; }
    .entry-container .entry-header .entry-image {
      width: 100%;
      max-width: 1200px;
      height: auto;
      margin: 0 auto; }
      .entry-container .entry-header .entry-image img {
        width: 100%;
        height: auto; }
  .entry-container .entry-body {
    width: 100%;
    max-width: 768px;
    margin: 2% auto; }
    .entry-container .entry-body .info {
      margin-bottom: 3%; }
      .entry-container .entry-body .info .title {
        font-family: "Exo 2", sans-serif;
        font-size: 26px;
        font-weight: 700;
        line-height: 120%;
        color: #ff9c71;
        margin-bottom: 10px; }
      .entry-container .entry-body .info .date {
        display: block;
        font-family: "Exo 2", sans-serif;
        font-size: 16px;
        font-weight: 300;
        line-height: 100%;
        color: #ff9c71;
        margin-bottom: 5px; }
      .entry-container .entry-body .info .author {
        display: block;
        font-family: "Exo 2", sans-serif;
        font-size: 16px;
        font-weight: 300;
        line-height: 100%;
        color: #ff9c71;
        margin-bottom: 5px; }
    .entry-container .entry-body .content {
      font-family: "Exo 2", sans-serif;
      font-size: 18px;
      font-weight: 400;
      line-height: 120%;
      color: #6e7072; }
      .entry-container .entry-body .content h1 {
        font-family: "Exo 2", sans-serif;
        font-size: 24px;
        font-weight: 700;
        line-height: 120%;
        color: #464646; }
      .entry-container .entry-body .content h2 {
        font-family: "Exo 2", sans-serif;
        font-size: 22px;
        font-weight: 700;
        line-height: 120%;
        color: #464646; }
      .entry-container .entry-body .content h3 {
        font-family: "Exo 2", sans-serif;
        font-size: 20px;
        font-weight: 600;
        line-height: 120%;
        color: #464646; }
      .entry-container .entry-body .content h4 {
        font-family: "Exo 2", sans-serif;
        font-size: 18px;
        font-weight: 600;
        line-height: 120%;
        color: #464646; }
      .entry-container .entry-body .content h5 {
        font-family: "Exo 2", sans-serif;
        font-size: 18px;
        font-weight: 500;
        line-height: 120%;
        color: #464646; }
      .entry-container .entry-body .content h6 {
        font-family: "Exo 2", sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 120%;
        color: #464646; }
      .entry-container .entry-body .content blockquote {
        color: #939598;
        font-size: 110%;
        font-style: italic;
        padding-left: 3%;
        margin: 5% 0 5% 7%;
        border-left: solid 3px gray; }
      .entry-container .entry-body .content iframe {
        display: block;
        margin: 3% auto;
        max-width: 100%; }
      .entry-container .entry-body .content img {
        display: block;
        width: 100%;
        height: auto;
        margin: 3% auto; }
      .entry-container .entry-body .content .addtoany_content {
        display: block;
        margin: 10% auto 5%;
        text-align: center; }
        .entry-container .entry-body .content .addtoany_content .addtoany_header {
          font-family: "Roboto", sans-serif;
          font-size: 20px;
          font-weight: 400;
          line-height: 120%;
          text-transform: uppercase;
          letter-spacing: 3px;
          color: #464646; }
        .entry-container .entry-body .content .addtoany_content a {
          filter: grayscale(1); }
          .entry-container .entry-body .content .addtoany_content a:hover {
            filter: grayscale(0); }

.page {
  width: 100%;
  padding: 4% 15px; }
  .page .intro {
    width: 100%;
    margin: 0 auto; }
    .page .intro .title {
      margin: 5% 0 0;
      font-family: "Nunito", sans-serif;
      font-size: 34px;
      font-weight: 700;
      line-height: 100%;
      color: #ff9c71; }
    .page .intro .content {
      margin: 5% 0;
      font-family: "Nunito", sans-serif;
      font-size: 18px;
      font-weight: 400;
      line-height: 130%;
      color: #6e7072; }
  .page .area {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 3%;
    padding-bottom: 3%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
    .page .area .image {
      width: 50%; }
      .page .area .image .wp-post-image {
        display: block;
        width: 90%;
        max-width: 600px;
        height: auto;
        margin: 0 auto; }
    .page .area .info {
      width: 50%; }
      .page .area .info .title {
        font-family: "Nunito", sans-serif;
        font-size: 32px;
        font-weight: 700;
        line-height: 100%;
        color: #ff9c71; }
      .page .area .info .resume {
        font-family: "Nunito", sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 130%;
        color: #6e7072; }
      .page .area .info .read-more {
        display: inline-block;
        padding: 12px 36px;
        font-family: "Nunito", sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 100%;
        text-align: center;
        text-transform: uppercase;
        color: white;
        background-color: #ff9c71;
        border: solid 1px #ff9c71;
        border-radius: 30px; }
        .page .area .info .read-more:hover {
          background-color: white;
          color: #ff9c71; }

.page-about {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center; }
  .page-about .featured img {
    display: block;
    width: 100%;
    max-width: 450px;
    height: auto; }
  .page-about .content {
    max-width: 450px;
    margin-left: 5%;
    margin-right: 15px; }
    .page-about .content .subtitle {
      font-family: "Roboto", sans-serif;
      font-size: 20px;
      font-weight: 500;
      line-height: 120%;
      color: #ff9c71;
      margin-bottom: 10px; }
    .page-about .content .text {
      font-family: "Nunito", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 120%;
      color: #464646; }
      .page-about .content .text strong {
        font-family: "Roboto", sans-serif;
        font-size: 18px;
        font-weight: 500;
        line-height: 120%;
        color: #ff9c71;
        margin: 5px 0; }

.blocks-about {
  width: 100%;
  padding: 4% 15px 2%;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent; }
  .blocks-about .blocks-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around; }
    .blocks-about .blocks-container .item {
      margin: 10px 20px;
      width: 300px;
      height: auto; }
      .blocks-about .blocks-container .item img {
        display: block;
        width: 150px;
        height: 150px;
        margin: 0 auto 20px;
        border-radius: 50%; }
      .blocks-about .blocks-container .item h3 {
        font-family: "Roboto", sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 120%;
        text-transform: uppercase;
        color: #ff9c71;
        margin-bottom: 15px; }
      .blocks-about .blocks-container .item p {
        font-family: "Nunito", sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 120%;
        color: #464646; }

.page-prices {
  width: 100%;
  padding: 15px 15px 2%; }
  .page-prices .price-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 10px; }
    .page-prices .price-container .left {
      width: 50%;
      display: flex;
      align-items: center;
      background-color: transparent;
      background-image: url(img/prices-background.jpg);
      background-position: center;
      background-size: 100%;
      background-repeat: no-repeat; }
      .page-prices .price-container .left .title {
        width: 60%;
        margin: 0 auto;
        font-family: "Nunito", sans-serif;
        font-size: 30px;
        font-weight: 400;
        line-height: 100%;
        color: #8c2e05; }
    .page-prices .price-container .right {
      width: 50%;
      padding: 30px 15px; }
      .page-prices .price-container .right .price-mood {
        display: block;
        margin: 5% 20px;
        max-width: 400px;
        width: 100%; }
        .page-prices .price-container .right .price-mood .title {
          font-family: "Nunito", sans-serif;
          font-size: 30px;
          font-weight: 700;
          line-height: 100%;
          color: #ff9c71;
          letter-spacing: 0.1rem;
          margin-bottom: 10px; }
        .page-prices .price-container .right .price-mood .price {
          font-family: "Nunito", sans-serif;
          font-size: 22px;
          font-weight: 600;
          line-height: 100%;
          color: #ff9c71;
          margin-bottom: 0;
          margin-right: 15px; }
          .page-prices .price-container .right .price-mood .price .currency {
            text-transform: uppercase;
            font-size: 70%; }
          .page-prices .price-container .right .price-mood .price .note {
            font-size: 70%;
            color: #464646; }
        .page-prices .price-container .right .price-mood .cta-price {
          display: inline-block;
          margin: 10px 0;
          padding: 8px 40px;
          font-family: "Roboto", sans-serif;
          font-size: 16px;
          font-weight: 400;
          line-height: 100%;
          text-transform: uppercase;
          color: white;
          background-color: #f9e148;
          border-radius: 20px;
          border: solid 1px #f9e148; }
          .page-prices .price-container .right .price-mood .cta-price:hover {
            color: #f9e148;
            background-color: white; }

.page-form {
  padding: 2% 0 3%;
  background-image: url(img/bg-page-form.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain; }
  .page-form .title {
    margin: 3% 0 1%;
    font-family: "Nunito", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 100%;
    color: #ff9c71; }
  .page-form .content {
    display: block;
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    color: #6e7072;
    margin-bottom: 3%; }
  .page-form .hint-form {
    display: block;
    margin: 2% auto;
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    color: #6e7072;
    margin-bottom: 3%; }
    .page-form .hint-form a {
      color: #ff9c71;
      text-decoration: underline; }

.flow-form {
  width: 100%;
  max-width: 500px;
  padding: 2% 0;
  margin: 0 auto;
  /* CONTACT FORM 7 */ }
  .flow-form.inside {
    margin: 0;
    max-width: 700px; }
  .flow-form.large {
    max-width: unset; }
  .flow-form .button-submit.loading {
    padding-right: 40px;
    opacity: 0.8;
    background-image: url(img/loader.svg);
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat; }
  .flow-form .btn-flow-primary {
    display: inline-block;
    padding: 12px 36px;
    font-family: "Nunito", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    text-align: center;
    color: white;
    background-color: #ff9c71;
    border: solid 1px #ff9c71;
    border-radius: 30px; }
    .flow-form .btn-flow-primary:hover {
      background-color: white;
      color: #ff9c71; }
    .flow-form .btn-flow-primary:disabled, .flow-form .btn-flow-primary[disabled=disabled] {
      opacity: 0.5;
      cursor: not-allowed;
      pointer-events: none; }
  .flow-form .btn-flow-alt {
    display: inline-block;
    padding: 10px 30px;
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
    color: white;
    background-color: #939598;
    border: solid 1px #939598;
    border-radius: 30px; }
    .flow-form .btn-flow-alt:hover {
      background-color: white;
      color: #939598; }
    .flow-form .btn-flow-alt:disabled, .flow-form .btn-flow-alt[disabled=disabled] {
      opacity: 0.5;
      cursor: not-allowed;
      pointer-events: none; }
  .flow-form .form-group {
    margin-bottom: 5%; }
  .flow-form label {
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    color: #ff9c71; }
    .flow-form label.error {
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 100%;
      color: red;
      margin: 5px 0; }
    .flow-form label.form-check-label {
      font-family: "Nunito", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 100%;
      color: #464646; }
      .flow-form label.form-check-label a {
        font-weight: 600; }
        .flow-form label.form-check-label a:hover {
          text-decoration: underline; }
    .flow-form label.label-step {
      font-size: 120%; }
    .flow-form label.custom-control-label {
      font-size: 14px;
      padding-top: 4px; }
    .flow-form label span {
      display: inline-block;
      width: 30px;
      height: 30px;
      padding-top: 1px;
      margin-right: 10px;
      border-radius: 15px;
      background-color: #ff9c71;
      color: white;
      text-align: center;
      margin-left: -45px; }
  .flow-form .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #ff9c71; }
  .flow-form .form-control {
    border: none;
    border-bottom: solid 2px #939598;
    border-radius: 0;
    padding: 4px;
    color: #464646;
    background-color: transparent;
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%; }
    .flow-form .form-control::placeholder {
      color: #c3c7cc;
      opacity: 1; }
    .flow-form .form-control:-ms-input-placeholder {
      color: #c3c7cc; }
    .flow-form .form-control::-ms-input-placeholder {
      color: #c3c7cc; }
    .flow-form .form-control:focus {
      outline: none;
      box-shadow: none; }
    .flow-form .form-control:disabled, .flow-form .form-control[readonly] {
      background-color: #f5f5f5;
      cursor: not-allowed; }
    .flow-form .form-control.inline {
      display: inline-block; }
  .flow-form select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=); }
  .flow-form .wpcf7-not-valid-tip {
    font-family: "Nunito", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    color: #ff9c71;
    margin: 5px 0; }
  .flow-form .wpcf7-response-output {
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    color: #ff9c71;
    padding: 4% 0; }
    .flow-form .wpcf7-response-output.wpcf7-validation-errors, .flow-form .wpcf7-response-output.wpcf7-acceptance-missing, .flow-form .wpcf7-response-output.wpcf7-mail-sent-ok {
      border: 0; }

.page-faqs {
  width: 100%;
  padding: 4% 15px;
  border-bottom: solid 1px #b2b2b2; }
  .page-faqs .title {
    margin-bottom: 3%;
    font-family: "Nunito", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 100%;
    color: #ff9c71; }
  .page-faqs .nav-pills .nav-link {
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    color: #6e7072;
    padding: 6% 0; }
    .page-faqs .nav-pills .nav-link.active {
      background-color: transparent;
      color: #ff9c71; }
  .page-faqs .tab-content {
    border-left: solid 1px #6e7072;
    padding-left: 3%; }
    .page-faqs .tab-content .card {
      border-radius: 0;
      margin: 15px 0; }
      .page-faqs .tab-content .card .card-header {
        background-color: white;
        border-bottom: 0;
        padding: 15px; }
        .page-faqs .tab-content .card .card-header .btn {
          font-family: "Nunito", sans-serif;
          font-size: 20px;
          font-weight: 400;
          line-height: 100%;
          color: #ff9c71;
          width: 100%;
          text-align: left;
          padding: 0;
          text-decoration: none; }
          .page-faqs .tab-content .card .card-header .btn i {
            font-size: 14px;
            padding: 5px;
            border: solid 1px #ff9c71;
            border-radius: 15px;
            width: 25px;
            height: 25px;
            text-align: center; }
      .page-faqs .tab-content .card .card-body {
        padding-left: 6%;
        font-family: "Nunito", sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 140%;
        color: #6e7072; }
        .page-faqs .tab-content .card .card-body a {
          text-decoration: underline;
          font-weight: 700; }
        .page-faqs .tab-content .card .card-body img {
          display: block;
          width: 90%;
          height: auto;
          margin: 0 auto; }

.page-contact .title {
  margin: 5% 0 0;
  font-family: "Nunito", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 100%;
  color: #ff9c71; }
.page-contact .rich-text {
  margin: 5% 0;
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  color: #6e7072; }
  .page-contact .rich-text h1 {
    font-family: "Exo 2", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    color: #464646; }
  .page-contact .rich-text h2 {
    font-family: "Exo 2", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 120%;
    color: #464646; }
  .page-contact .rich-text h3 {
    font-family: "Exo 2", sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 120%;
    color: #464646; }
  .page-contact .rich-text h4 {
    font-family: "Exo 2", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    color: #464646; }
  .page-contact .rich-text h5 {
    font-family: "Exo 2", sans-serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 120%;
    color: #464646; }
  .page-contact .rich-text h6 {
    font-family: "Exo 2", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    color: #464646; }
  .page-contact .rich-text p {
    margin-bottom: 15px;
    line-height: 130%; }
  .page-contact .rich-text strong {
    font-size: 4rem;
    font-weight: 700; }
  .page-contact .rich-text a {
    text-decoration: none;
    color: #ff9c71;
    font-weight: 600; }
  .page-contact .rich-text blockquote {
    color: #939598;
    font-size: 110%;
    font-style: italic;
    padding-left: 3%;
    margin: 5% 0 5% 7%;
    border-left: solid 3px gray; }
  .page-contact .rich-text ul {
    margin: 15px 0;
    list-style: none; }
    .page-contact .rich-text ul li {
      position: relative;
      padding-left: 20px; }
      .page-contact .rich-text ul li::before {
        content: "●";
        position: absolute;
        left: 0;
        top: 0;
        color: #ff9c71; }
  .page-contact .rich-text ol {
    margin: 15px 0;
    list-style: none;
    counter-reset: li; }
    .page-contact .rich-text ol li {
      position: relative;
      padding-left: 20px;
      counter-increment: li; }
      .page-contact .rich-text ol li::before {
        text-align: right;
        direction: rtl;
        content: counter(li);
        color: #ff9c71;
        font-weight: 600;
        position: absolute;
        left: 0;
        top: 0; }
  .page-contact .rich-text img {
    display: block;
    width: 100%;
    height: auto;
    margin: 3% auto; }
    .page-contact .rich-text img.aligncenter {
      display: block;
      margin: 10px auto; }
    .page-contact .rich-text img.alignleft {
      text-align: left; }
    .page-contact .rich-text img.alignright {
      text-align: right; }

.page-default {
  background-image: url(img/generic-bg.jpg);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  padding-bottom: 10%; }
  .page-default .title {
    margin: 5% 0 0;
    font-family: "Nunito", sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 100%;
    color: #ff9c71; }
  .page-default .rich-text {
    margin: 5% 0 10%;
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    color: #6e7072; }
    .page-default .rich-text h1 {
      font-family: "Exo 2", sans-serif;
      font-size: 24px;
      font-weight: 700;
      line-height: 120%;
      color: #464646;
      margin: 10px 0 5px; }
    .page-default .rich-text h2 {
      font-family: "Exo 2", sans-serif;
      font-size: 22px;
      font-weight: 700;
      line-height: 120%;
      color: #464646;
      margin: 10px 0 5px; }
    .page-default .rich-text h3 {
      font-family: "Exo 2", sans-serif;
      font-size: 21px;
      font-weight: 600;
      line-height: 120%;
      color: #464646;
      margin: 10px 0 5px; }
    .page-default .rich-text h4 {
      font-family: "Exo 2", sans-serif;
      font-size: 20px;
      font-weight: 600;
      line-height: 120%;
      color: #464646;
      margin: 10px 0 5px; }
    .page-default .rich-text h5 {
      font-family: "Exo 2", sans-serif;
      font-size: 19px;
      font-weight: 600;
      line-height: 120%;
      color: #464646;
      margin: 10px 0 5px; }
    .page-default .rich-text h6 {
      font-family: "Exo 2", sans-serif;
      font-size: 18px;
      font-weight: 600;
      line-height: 120%;
      color: #464646;
      margin: 10px 0 5px; }
    .page-default .rich-text p {
      margin-bottom: 15px;
      line-height: 130%; }
    .page-default .rich-text strong {
      font-weight: 700; }
    .page-default .rich-text a {
      text-decoration: none;
      color: #ff9c71;
      font-weight: 600; }
      .page-default .rich-text a:hover {
        text-decoration: underline; }
    .page-default .rich-text blockquote {
      color: #939598;
      font-size: 110%;
      font-style: italic;
      padding-left: 3%;
      margin: 5% 0 5% 7%;
      border-left: solid 3px gray; }
    .page-default .rich-text ul {
      margin: 15px 0;
      list-style: none; }
      .page-default .rich-text ul li {
        position: relative;
        padding-left: 20px; }
        .page-default .rich-text ul li::before {
          content: "●";
          position: absolute;
          left: 0;
          top: 0;
          color: #ff9c71; }
    .page-default .rich-text ol {
      margin: 15px 0;
      list-style: none;
      counter-reset: li; }
      .page-default .rich-text ol li {
        position: relative;
        padding-left: 20px;
        counter-increment: li; }
        .page-default .rich-text ol li::before {
          text-align: right;
          direction: rtl;
          content: " ." counter(li);
          color: #ff9c71;
          font-weight: 600;
          position: absolute;
          left: 0;
          top: 0; }
    .page-default .rich-text img {
      display: block;
      width: 100%;
      height: auto;
      margin: 3% auto; }
      .page-default .rich-text img.aligncenter {
        display: block;
        margin: 10px auto; }
      .page-default .rich-text img.alignleft {
        text-align: left; }
      .page-default .rich-text img.alignright {
        text-align: right; }

.user-page {
  padding: 5% 0; }
  .user-page .nav .nav-item .nav-link.active {
    color: #ff9c71; }
  .user-page .content {
    width: 100%;
    padding-left: 9%;
    border-left: solid 1px #6e7072; }

.reserva-page {
  padding: 3% 0; }
  .reserva-page .step {
    margin: 5% 0; }
    .reserva-page .step.end {
      margin: 0; }
    .reserva-page .step a {
      text-decoration: underline; }
    .reserva-page .step label {
      margin-bottom: 15px; }
      .reserva-page .step label.form-check-label {
        margin-bottom: 0; }
    .reserva-page .step .form-control {
      margin-bottom: 15px; }
      .reserva-page .step .form-control::placeholder {
        color: #9c9c9c;
        opacity: 1; }
      .reserva-page .step .form-control:-ms-input-placeholder {
        color: #9c9c9c; }
      .reserva-page .step .form-control::-ms-input-placeholder {
        color: #9c9c9c; }
      .reserva-page .step .form-control:focus {
        outline: none;
        box-shadow: none; }
      .reserva-page .step .form-control:disabled, .reserva-page .step .form-control[readonly] {
        background-color: #f5f5f5;
        cursor: not-allowed; }
    .reserva-page .step select.form-control {
      color: #9c9c9c; }
    .reserva-page .step .openpay-logo {
      max-width: 140px;
      margin-top: 10px; }
    .reserva-page .step .billing_info {
      padding: 15px 0; }
      .reserva-page .step .billing_info .form-control {
        border-bottom-width: 1px; }
      .reserva-page .step .billing_info label {
        font-size: 14px; }
  .reserva-page .checkout-form {
    margin: 4% 0 0; }

.btn {
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  display: inline-block;
  padding: 12px 30px;
  color: white;
  text-align: center;
  border-radius: 30px; }
  .btn:disabled, .btn[disabled=disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none; }
  .btn.loading {
    padding-right: 50px;
    opacity: 0.8;
    background-image: url(img/loader.svg);
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat; }
  .btn.btn-primary {
    background-color: #ff9c71;
    border: solid 1px #ff9c71;
    border-radius: 30px; }
    .btn.btn-primary:hover {
      background-color: white;
      color: #ff9c71; }
  .btn.btn-secondary {
    color: #ff9c71;
    background-color: white;
    border: solid 1px #ff9c71;
    border-radius: 30px; }
    .btn.btn-secondary:hover {
      background-color: #ff9c71;
      color: white; }

/* /////////// RESPONSIVE ///////////// */
@media only screen and (max-width: 1399px) {
  .header .main-bar .content .main-menu li {
    font-size: 14px; } }
@media only screen and (max-width: 1199px) {
  .carousel .item .caption {
    font-size: 20px; }
  .carousel .owl-nav {
    font-size: 100px; }

  .betterment .area-container .area .info h3 {
    font-size: 26px; }

  .about img {
    margin: 10px auto 30px; }
  .about .values-container {
    margin: 20px auto 0; } }
@media only screen and (max-width: 991px) {
  .header .main-bar .content .brand {
    width: 100px; }
  .header .main-bar .content .main-menu li {
    margin-left: 10px; }

  .carousel .item .caption {
    font-size: 18px;
    padding: 15px 30px;
    max-width: 520px; }
  .carousel .owl-nav {
    font-size: 80px; }

  .betterment {
    width: 96%;
    margin: 40px auto; }
    .betterment .title {
      font-size: 26px; }
    .betterment .area-container .area .info h3 {
      font-size: 24px;
      letter-spacing: 0; }
    .betterment .area-container .area .info a {
      font-size: 16px; }

  .process {
    padding: 60px 15px 0; }
    .process .circle {
      width: 350px;
      height: 350px; }
      .process .circle .title {
        top: 135px;
        font-size: 28px; }
        .process .circle .title strong {
          font-size: 44px; }
      .process .circle .number.one {
        left: 160px; }
      .process .circle .number.two {
        left: 315px;
        top: 80px; }
      .process .circle .number.three {
        left: 290px;
        top: 275px; }
      .process .circle .number.four {
        left: 30px;
        top: 275px; }
      .process .circle .number.five {
        left: 5px;
        top: 80px; }
      .process .circle .order.one {
        left: 130px; }
      .process .circle .order.two {
        left: 350px;
        top: 85px; }
      .process .circle .order.three {
        left: 320px;
        top: 280px; }
      .process .circle .order.four {
        left: -170px;
        top: 275px; }
      .process .circle .order.five {
        left: -195px;
        top: 80px; }

  .section-cta {
    padding: 40px 15px; }
    .section-cta.alt {
      padding: 40px 15px; }
    .section-cta p {
      font-size: 18px; }
    .section-cta a {
      font-size: 18px;
      padding: 15px 50px; }

  .posts-container .post-entry {
    flex-direction: column; }
    .posts-container .post-entry .img {
      width: 80%; }
    .posts-container .post-entry .info {
      width: 80%; }
    .posts-container .post-entry::after {
      bottom: 10%; } }
@media only screen and (max-width: 767px) {
  .header .main-bar .content {
    flex-wrap: wrap; }
    .header .main-bar .content .brand {
      width: 60px; }
    .header .main-bar .content .toggle-menu {
      display: block;
      width: 40px;
      height: 40px;
      padding: 0;
      border: solid 1px #ff9c71;
      background-color: transparent;
      background-image: url(img/menu.png);
      background-size: 25px;
      background-position: center;
      background-repeat: no-repeat;
      -webkit-transition: all .25s linear;
      -moz-transition: all .25s linear;
      -ms-transition: all .25s linear;
      -o-transition: all .25s linear;
      transition: all .25s linear; }
      .header .main-bar .content .toggle-menu.active {
        background-image: url(img/close.png); }
    .header .main-bar .content .main-menu {
      display: none;
      position: absolute;
      top: 70px;
      left: 0;
      z-index: 999;
      width: 100%;
      background-color: white;
      padding: 15px;
      -webkit-box-shadow: 0 2px 3px -3px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 0 2px 3px -3px rgba(0, 0, 0, 0.75);
      box-shadow: 0 2px 3px -3px rgba(0, 0, 0, 0.75); }
      .header .main-bar .content .main-menu li {
        margin-left: 0;
        text-align: center;
        font-size: 16px; }
        .header .main-bar .content .main-menu li a.cta {
          display: inline-block;
          margin: 5px auto; }

  .carousel .item .caption {
    text-align: center;
    position: relative;
    width: 100%;
    max-width: unset; }
    .carousel .item .caption p {
      text-align: center; }

  .betterment {
    margin: 20px auto; }
    .betterment .title {
      font-size: 20px;
      margin-bottom: 15px; }
    .betterment .area-container .area .info {
      left: 5%; }
      .betterment .area-container .area .info h3 {
        font-size: 18px; }
      .betterment .area-container .area .info a {
        font-size: 14px; }

  .about {
    padding: 20px 15px; }
    .about .intro {
      font-size: 16px; }
    .about .values-container .item {
      width: 260px;
      height: 260px;
      margin: 10px 5px;
      padding: 60px 40px 0; }
      .about .values-container .item h3 {
        font-size: 20px; }
      .about .values-container .item p {
        font-size: 14px; }

  .process .circle {
    width: 250px;
    height: 250px; }
    .process .circle .title {
      top: 95px;
      font-size: 24px; }
      .process .circle .title strong {
        font-size: 38px; }
    .process .circle .number {
      width: 20px;
      height: 20px;
      font-size: 14px; }
      .process .circle .number.one {
        left: 110px; }
      .process .circle .number.two {
        left: 225px;
        top: 65px; }
      .process .circle .number.three {
        left: 200px;
        top: 195px; }
      .process .circle .number.four {
        left: 25px;
        top: 195px; }
      .process .circle .number.five {
        left: 0;
        top: 65px; }
    .process .circle .order {
      font-size: 14px;
      width: 150px; }
      .process .circle .order.one {
        left: 90px; }
      .process .circle .order.two {
        left: 255px;
        top: 70px; }
      .process .circle .order.three {
        left: 210px;
        top: 220px; }
      .process .circle .order.four {
        left: -130px;
        top: 215px; }
      .process .circle .order.five {
        left: -145px;
        top: 50px; }

  .section-cta {
    padding: 20px 15px; }
    .section-cta.alt {
      padding: 20px 15px; }
    .section-cta p {
      font-size: 16px; }
    .section-cta a {
      font-size: 16px;
      padding: 10px 40px; }

  .page-about {
    flex-direction: column;
    padding: 3% 15px; }
    .page-about .content {
      width: 90%;
      max-width: unset;
      margin: 0 auto; }

  .page-prices .price-container {
    flex-direction: column; }
    .page-prices .price-container .left {
      width: 80%;
      margin: 0 auto;
      padding: 15px;
      background-image: none; }
      .page-prices .price-container .left .title {
        width: 100%; }
    .page-prices .price-container .right {
      width: 80%;
      margin: 0 auto;
      padding: 0 15px; }
      .page-prices .price-container .right .price-mood {
        margin: 20px 0 30px; } }
@media only screen and (max-width: 575px) {
  .header .top-bar {
    padding: 10px; }
  .header .main-bar .content {
    padding: 10px; }
    .header .main-bar .content .toggle-menu {
      width: 35px;
      height: 35px;
      background-size: 20px; }
    .header .main-bar .content .main-menu {
      top: 60px; }
      .header .main-bar .content .main-menu li {
        font-size: 15px; }
  .header.scroll .main-bar .content .brand {
    width: 60px; }

  .carousel .item .caption {
    font-size: 15px; }

  .betterment .area-container .area {
    width: 100%; }

  .process .circle {
    border-radius: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    height: 340px;
    margin-top: 60px;
    margin-bottom: 60px; }
    .process .circle .title {
      top: -90px; }
    .process .circle .number.one {
      left: -12px;
      top: 0; }
    .process .circle .number.two {
      left: -12px;
      top: 80px; }
    .process .circle .number.three {
      left: -12px;
      top: 160px; }
    .process .circle .number.four {
      left: -12px;
      top: 240px; }
    .process .circle .number.five {
      left: -12px;
      top: 320px; }
    .process .circle .order {
      width: 220px; }
      .process .circle .order.one {
        left: 30px;
        top: 0; }
      .process .circle .order.two {
        left: 30px;
        top: 80px; }
      .process .circle .order.three {
        left: 30px;
        top: 160px; }
      .process .circle .order.four {
        left: 30px;
        top: 240px; }
      .process .circle .order.five {
        left: 30px;
        top: 320px; }

  .section-cta a {
    margin: 10px auto; }

  .footer {
    padding: 20px 15px; }
    .footer .content {
      flex-flow: column;
      align-items: center; }
      .footer .content .menu {
        margin: 10px auto;
        display: block;
        width: 100%;
        text-align: center; }
      .footer .content .social {
        width: 100%;
        text-align: center; }
        .footer .content .social .rrss {
          display: block;
          margin: 15px auto; }
    .footer .legal {
      flex-flow: column;
      align-items: center;
      text-align: center; }
      .footer .legal p {
        margin-bottom: 10px; }

  .posts-container .post-entry .img {
    width: 100%; }
  .posts-container .post-entry .info {
    padding: 15px 0;
    width: 100%; }
    .posts-container .post-entry .info .post-title {
      font-size: 18px; }
    .posts-container .post-entry .info .post-resume {
      font-size: 16px; }

  .page-prices .price-container .left, .page-prices .price-container .right {
    width: 100%; }

  .entry-container .entry-body .info .title {
    font-size: 22px; }
  .entry-container .entry-body .info .date {
    font-size: 14px; }
  .entry-container .entry-body .info .author {
    font-size: 14px; }
  .entry-container .entry-body .info .content {
    font-size: 16px; } }

/*# sourceMappingURL=style.css.map */


.menu-sticky{
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 20px;
}

.reservacion-mobile{
  display: none;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  bottom: 0px;
  width: 100%;
  height: 60px;
  background-color: white; 
}
@media all and (max-width: 768px) {
  .menu-sticky{
    position: relative !important;
  }
  .reservacion-mobile{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: 0px -2px 3px rgba(0,0,0,0.05);
  }
   .reservacion-mobile a{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    width: 100%;
    border: solid 1px #ff9c71;
    background-color: #ff9c71 !important;
    border-radius: 5px;
    color: white;
    text-transform: uppercase;
    text-align: center !important;
  }
  .hidden-xs{
    display: none !important;
  }
}
.btn-invert{
  border:1px solid #ff9c71;
  background-color: white !important;
  color: #ff9c71 !important;
}

.btn-cita-header{
  border: solid 1px #ff9c71;
  background-color: #ff9c71 !important;
  color: white !important;
  border-radius: 30px;
  font-size: 16px;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
}

.btn-blue{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: #20a2da;
  color: white;
  margin-top: 5px;
  border-radius: 4px;
  width: 250px;
}
.price-list{
  list-style-type: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.price-list li{
  margin-left: 5px;
  margin-right: 5px;
}
.price-list li.active a{
  font-family: "Nunito", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
  color: #ff9c71;
}