.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.font-cormorant {
  font-family: "Lato", sans-serif; }

.color-white {
  color: #fff !important; }

.color-black {
  color: #000 !important; }

.color-yellow {
  color: #FFEA66 !important; }

.background-white {
  background: #fff !important; }

.background-black {
  background: #000 !important; }

.background-yellow {
  background: #FFEA66 !important; }

.font-thin {
  font-weight: 100 !important; }

.font-extraLight {
  font-weight: 200 !important; }

.font-light {
  font-weight: 300 !important; }

.font-normal {
  font-weight: 400 !important; }

.font-medium {
  font-weight: 500 !important; }

.font-semibold {
  font-weight: 600 !important; }

.font-bold {
  font-weight: 700 !important; }

.font-extrabold {
  font-weight: 800; }

.font-italic {
  font-style: italic; }

.center-item {
  display: table;
  margin-left: auto;
  margin-right: auto; }

@media screen and (max-width: 575px) {
  .hidden-mobile {
    display: none; } }

.hidden-desktop {
  display: block; }
  @media screen and (max-width: 767px) {
    .hidden-desktop {
      display: none; } }

.show-mobile {
  display: none; }
  @media screen and (max-width: 767px) {
    .show-mobile {
      display: block; } }

.letters-spacing-2 {
  letter-spacing: 2.5px !important; }

.title-1 {
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 30px; }

.preset-text1 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.5px;
  font-weight: 300; }
  .preset-text1 ul {
    padding-left: 20px;
    margin-top: 20px;
    list-style: disc; }
    .preset-text1 ul li {
      list-style: disc;
      line-height: 20px; }

.section-padding-1 {
  padding: 90px 0; }
  @media screen and (min-width: 992px) {
    .section-padding-1 {
      padding: 150px 0; } }

.section-padding-2 {
  padding: 40px 0; }
  @media screen and (min-width: 992px) {
    .section-padding-2 {
      padding: 60px 0; } }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

@media screen and (max-width: 991px) {
  .text-center-mobile {
    text-align: center; } }

.center-item {
  display: table;
  margin-left: auto;
  margin-right: auto; }

@media screen and (max-width: 991px) {
  .center-item-mobile {
    display: table;
    margin-left: auto;
    margin-right: auto; } }

.text-uppercase {
  text-transform: uppercase !important; }

.border-image {
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px; }

.button-1 {
  display: table; }
  .button-1 a {
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 20px;
    text-align: center;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: uppercase;
    border: 1px solid #fff; }
    .button-1 a.border-white {
      border: 1px solid #fff; }
    .button-1 a.border-black {
      border: 1px solid #000; }
    .button-1 a.hover-1:hover {
      background: none !important;
      color: #000;
      border: 1px solid #000; }
    .button-1 a.hover-2:hover {
      background: none !important;
      color: #000 !important; }
    .button-1 a.hover-3:hover {
      background: none !important;
      color: #fff !important;
      border: 1px solid #fff !important; }
  .button-1.btn-margin-top--70px {
    margin-top: 70px; }

.content-columns .column-row-1 + .column-row-1 {
  margin-top: 90px; }
  @media screen and (min-width: 992px) {
    .content-columns .column-row-1 + .column-row-1 {
      margin-top: 140px; } }

.column-row-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 20px 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 767px) {
    .column-row-1 {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
      -webkit-flex-direction: column !important;
         -moz-box-orient: vertical !important;
         -moz-box-direction: normal !important;
          -ms-flex-direction: column !important;
              flex-direction: column !important; } }
  .column-row-1.align-items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .column-row-1.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  @media screen and (min-width: 992px) {
    .column-row-1.row-reverser-md {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
         -moz-box-orient: horizontal;
         -moz-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }
  .column-row-1 .column {
    width: 330px; }
    @media screen and (max-width: 767px) {
      .column-row-1 .column.cl-2 {
        padding: 0 30px;
        margin-top: 30px; } }
  @media screen and (min-width: 992px) {
    .column-row-1 .button-1 {
      margin-left: -20px; } }

.content-box-treatments {
  margin-top: 75px; }
  @media screen and (max-width: 991px) {
    .content-box-treatments {
      padding: 0 20px; } }
  .content-box-treatments .grid-boxes {
    display: grid;
    grid-template-columns: repeat(3, 3fr);
    grid-gap: 50px 20px; }
    @media screen and (max-width: 991px) {
      .content-box-treatments .grid-boxes {
        grid-template-columns: repeat(2, 2fr); } }
    @media screen and (max-width: 575px) {
      .content-box-treatments .grid-boxes {
        grid-template-columns: 1fr; } }
    .content-box-treatments .grid-boxes .box {
      position: relative;
      width: 100%;
      height: 100%; }
      .content-box-treatments .grid-boxes .box .image-treatments {
        height: 330px; }
        .content-box-treatments .grid-boxes .box .image-treatments img {
          -o-object-fit: cover;
             object-fit: cover;
          width: 100%;
          height: 100%;
          -o-object-position: center center;
             object-position: center center; }
      .content-box-treatments .grid-boxes .box .dropdown-treatments {
        position: absolute;
        bottom: 0;
        padding: 15px 20px;
        font-size: 12px;
        letter-spacing: 1px;
        width: 100%;
        -webkit-border-radius: 30px;
           -moz-border-radius: 30px;
                border-radius: 30px;
        cursor: pointer; }
        .content-box-treatments .grid-boxes .box .dropdown-treatments .head {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
             -moz-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
        .content-box-treatments .grid-boxes .box .dropdown-treatments .plus {
          font-size: 36px;
          font-weight: 300;
          -webkit-transition: -webkit-transform 0.3s ease;
          transition: -webkit-transform 0.3s ease;
          -o-transition: -o-transform 0.3s ease;
          -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
          transition: transform 0.3s ease;
          transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease; }
          .content-box-treatments .grid-boxes .box .dropdown-treatments .plus.rotate {
            -webkit-transform: rotate(45deg);
               -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                 -o-transform: rotate(45deg);
                    transform: rotate(45deg); }
        .content-box-treatments .grid-boxes .box .dropdown-treatments .title-treatments {
          text-transform: uppercase; }
        .content-box-treatments .grid-boxes .box .dropdown-treatments .text {
          display: none;
          overflow: hidden;
          -webkit-transition: max-height 0.4s ease;
          -o-transition: max-height 0.4s ease;
          -moz-transition: max-height 0.4s ease;
          transition: max-height 0.4s ease;
          padding-bottom: 5px;
          padding-right: 50px; }
        .content-box-treatments .grid-boxes .box .dropdown-treatments .open .text {
          display: block; }

.treatments-specials {
  margin-top: 75px; }
  @media screen and (min-width: 992px) {
    .treatments-specials {
      width: 890px;
      display: table;
      margin-left: auto;
      margin-right: auto; } }
  .treatments-specials .grid-box {
    display: grid;
    grid-template-columns: repeat(3, 3fr);
    grid-gap: 50px 20px; }
    @media screen and (max-width: 991px) {
      .treatments-specials .grid-box {
        grid-template-columns: repeat(2, 2fr); } }
    @media screen and (max-width: 767px) {
      .treatments-specials .grid-box {
        grid-template-columns: repeat(1, 1fr); } }
    .treatments-specials .grid-box .box {
      position: relative;
      width: 100%;
      height: 100%;
      background: #FFEA66;
      -webkit-border-radius: 30px;
         -moz-border-radius: 30px;
              border-radius: 30px;
      padding: 35px 45px;
      -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
         -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
              box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25); }
      .treatments-specials .grid-box .box .title {
        text-align: center;
        font-size: 16px;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 15px;
        letter-spacing: 1px;
        font-weight: 300; }
      .treatments-specials .grid-box .box .preset-text1 {
        margin-top: 30px; }
      .treatments-specials .grid-box .box .button-1 a {
        font-style: italic; }

.iframe {
  position: relative;
  width: 100%;
  height: 430px;
  margin-top: 40px; }
  @media screen and (min-width: 992px) {
    .iframe {
      width: 900px;
      display: table;
      margin-left: auto;
      margin-right: auto; } }
  .iframe iframe {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px; }

.margin-top--1 {
  margin-top: 90px; }
  @media screen and (min-width: 992px) {
    .margin-top--1 {
      margin-top: 150px; } }

.margin-bottom--1 {
  margin-bottom: 90px; }
  @media screen and (min-width: 992px) {
    .margin-bottom--1 {
      margin-bottom: 150px; } }

.page-404 {
  background: #FFEA66;
  padding: 120px 0 0 0; }
  .page-404 .inner-content {
    background-image: url(../images/background-404.svg);
    background-repeat: no-repeat;
    padding: 50px 0 220px 0; }
    @media screen and (max-width: 767px) {
      .page-404 .inner-content {
        -webkit-background-size: 80% 80%;
           -moz-background-size: 80%;
                background-size: 80%;
        background-position: center center; } }
    @media screen and (min-width: 768px) {
      .page-404 .inner-content {
        width: 480px;
        margin-left: auto;
        margin-right: auto; } }
    .page-404 .inner-content .text1 {
      color: #000;
      font-weight: 200;
      text-align: center;
      font-size: 120px;
      letter-spacing: 1px; }
      @media screen and (min-width: 768px) {
        .page-404 .inner-content .text1 {
          font-size: 200px; } }
    .page-404 .inner-content .text2 {
      font-size: 14px;
      text-transform: uppercase;
      text-align: center;
      letter-spacing: 1px;
      font-weight: 300; }
    .page-404 .inner-content .button-1 {
      margin-top: 45px; }

.whatsapp-flutuante {
  position: fixed;
  width: 100%;
  bottom: 59px;
  z-index: 9999; }

.whatsapp-flutuante-2 {
  position: fixed;
  width: 100%;
  z-index: 9999;
  bottom: 0; }

.whatsapp-flutuante .btn-ligue a {
  position: relative;
  background: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0 10px;
  -webkit-animation: colorBtn 2s linear infinite alternate;
     -moz-animation: colorBtn 2s linear infinite alternate;
       -o-animation: colorBtn 2s linear infinite alternate;
          animation: colorBtn 2s linear infinite alternate; }

.whatsapp-flutuante-2 .btn-ligue a {
  position: relative;
  background: #32cd32;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0; }

.whatsapp-btn .btn-ligue .inner-btn {
  position: relative;
  padding-left: 40px; }

.whatsapp-btn .btn-ligue i {
  position: absolute;
  left: 0;
  color: #fff;
  font-size: 30px;
  top: 55%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%); }

.whatsapp-btn .btn-ligue .text1 {
  color: #fff;
  font-weight: 800;
  font-style: italic;
  font-size: 29px;
  letter-spacing: 2.4px; }

.whatsapp-btn .btn-ligue .text2 {
  font-size: 11px;
  color: #fff;
  font-style: italic;
  margin-top: -7px;
  color: #ffe700;
  font-weight: 600; }

.whatsapp-flutuante-2 .inner-btn {
  padding-left: 45px !important; }

.whatsapp-flutuante-2 .btn-ligue i {
  font-size: 40px;
  top: 50%; }

.whatsapp-flutuante-2 .btn-ligue .text1 {
  letter-spacing: 0; }

@-webkit-keyframes colorBtn {
  from {
    background: #000; }
  to {
    background: #e62321; } }

@-moz-keyframes colorBtn {
  from {
    background: #000; }
  to {
    background: #e62321; } }

@-o-keyframes colorBtn {
  from {
    background: #000; }
  to {
    background: #e62321; } }

@keyframes colorBtn {
  from {
    background: #000; }
  to {
    background: #e62321; } }

.button-ligueAgora {
  position: fixed;
  right: 15px;
  width: 220px;
  bottom: 20px;
  z-index: 999; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Lato", sans-serif; }
  @media screen and (min-width: 768px) and (max-width: 1199px) {
    html {
      font-size: 58%; } }
  @media screen and (max-width: 767px) {
    html {
      font-size: 50%; } }

body {
  display: inline-block;
  vertical-align: top;
  width: 100% !important;
  background: #fff;
  max-width: 100%;
  color: #000000 !important;
  height: 100% !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-family: "Lato", sans-serif;
  padding-top: 82px; }
  @media screen and (max-width: 767px) {
    body {
      padding-top: 25px; } }
  body.lock-nav {
    overflow: hidden; }

*, *::before, *::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

*, *:focus, *:active {
  outline: none; }

img {
  max-width: 100%;
  vertical-align: bottom; }

.clearfix {
  clear: both; }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important; }

input,
select,
textarea,
button {
  outline: none !important; }

[data-scroll-animation] {
  opacity: 0; }
  [data-scroll-animation].animated {
    opacity: 1; }

h1,
h2,
h3,
h4,
h5 {
  margin: 0; }

li {
  list-style: none; }

a {
  text-decoration: none;
  color: inherit; }

a:hover {
  text-decoration: none !important; }

ul,
p {
  margin: 0;
  padding: 0; }

header {
  padding: 25px 0;
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 99999; }
  @media screen and (max-width: 767px) {
    header {
      padding: 20px 0; } }
  header.fixed {
    border-bottom: 1px solid #dbdbdb; }
  header .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    header .logo {
      width: 160px; } }

.button-nav {
  display: none;
  z-index: 999; }
  @media screen and (max-width: 991px) {
    .button-nav {
      display: block; } }
  .button-nav .btn-burguer .icon-bar:nth-of-type(2) {
    top: 1px; }
  .button-nav .btn-burguer .icon-bar:nth-of-type(3) {
    top: 2px;
    margin-bottom: 0; }
  .button-nav .btn-burguer .icon-bar:nth-of-type(4) {
    top: 3px; }
  .button-nav .btn-burguer .icon-bar {
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
  .button-nav .btn-burguer.active .icon-bar:nth-of-type(1) {
    top: 9px;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #FFEA66; }
  .button-nav .btn-burguer.active .icon-bar:nth-of-type(2) {
    background: transparent; }
  .button-nav .btn-burguer.active .icon-bar:nth-of-type(3) {
    top: -13px;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background: #FFEA66; }
  .button-nav .btn-burguer {
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    cursor: pointer;
    float: left;
    z-index: 999999;
    position: relative;
    width: 39px; }
  .button-nav .btn-burguer .icon-bar {
    background: #FFEA66;
    display: table;
    margin: 0 auto;
    margin-bottom: 7px;
    width: 39px;
    height: 4px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px; }

@media screen and (max-width: 991px) {
  .menu-desktop {
    display: none; } }

.menu-desktop ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 25px; }
  @media screen and (max-width: 1199px) {
    .menu-desktop ul {
      gap: 0 15px; } }
  .menu-desktop ul li {
    position: relative; }
    .menu-desktop ul li a {
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      position: relative; }
      @media screen and (max-width: 1199px) {
        .menu-desktop ul li a {
          font-size: 12px; } }
      .menu-desktop ul li a:after {
        content: '';
        position: absolute;
        width: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
             -o-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: -8px;
        height: 2px;
        background: #000;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .menu-desktop ul li a:hover:after {
        width: 50%; }
    .menu-desktop ul li.current-menu-item a:after {
      width: 50%; }
    .menu-desktop ul li.book-menu a {
      background: #FFEA66;
      padding: 10px 22px;
      -webkit-border-radius: 20px;
         -moz-border-radius: 20px;
              border-radius: 20px;
      letter-spacing: 1px;
      border: 1px solid #FFEA66;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .menu-desktop ul li.book-menu a:after {
        display: none; }
      .menu-desktop ul li.book-menu a:hover {
        background: none;
        border: 1px solid #000; }
    .menu-desktop ul li.book-menu.current-menu-item a {
      background: none;
      border: 1px solid #000; }
    .menu-desktop ul li.number-menu a {
      font-size: 16px; }

.menu-mobile {
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 9999;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-top: 65px; }
  .menu-mobile.active {
    opacity: 1;
    visibility: visible; }
  .menu-mobile ul li {
    border-bottom: 1px solid #E5E5E5;
    position: relative; }
    .menu-mobile ul li:last-child {
      border: none; }
    .menu-mobile ul li a {
      padding: 30px 0;
      text-align: center;
      font-size: 14px;
      display: inline-block;
      width: 100%;
      text-transform: uppercase;
      position: relative; }
    .menu-mobile ul li.current_page_item a {
      color: #000; }
    .menu-mobile ul li.book-menu {
      display: table;
      margin-left: auto;
      margin-right: auto;
      margin-top: 25px; }
      .menu-mobile ul li.book-menu a {
        background: #FFEA66;
        -webkit-border-radius: 19px;
           -moz-border-radius: 19px;
                border-radius: 19px;
        color: #000;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 9px 20px;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .menu-mobile ul li.book-menu:hover a {
        background: #000; }
      .menu-mobile ul li.book-menu.current_page_item a {
        background: #000;
        color: #fff; }

footer {
  background: #000;
  padding: 50px; }
  footer .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 30px;
    grid-gap: 0 25px; }
    @media screen and (max-width: 767px) {
      footer .footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        grid-gap: 30px 0;
        padding: 0; } }
  footer .address {
    font-size: 15px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase; }
    @media screen and (max-width: 767px) {
      footer .address {
        text-align: center; } }
    footer .address .number {
      font-weight: 700; }

.cop {
  background: #1F1F1F;
  color: #7A7A7A;
  padding: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px; }
  .cop .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 991px) {
      .cop .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .cop p {
    margin: 0 3px; }
  .cop span {
    margin: 0 5px;
    display: inline-block; }

.hero-1 {
  height: 430px;
  background: #FFEA66; }
  @media screen and (max-width: 1199px) {
    .hero-1 {
      height: 300px; } }
  @media screen and (max-width: 767px) {
    .hero-1 {
      height: auto; } }
  .hero-1 .container {
    height: 100%; }
  .hero-1 .inner-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (min-width: 768px) {
      .hero-1 .inner-hero {
        width: 410px; } }
    @media screen and (max-width: 767px) {
      .hero-1 .inner-hero {
        padding: 45px 45px;
        text-align: center;
        height: 310px; } }
  .hero-1 .title {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 300; }
  .hero-1 .text {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 300;
    margin-top: 15px;
    text-transform: uppercase; }
  .hero-1 .button-1 {
    margin-top: 30px; }

.hero-home {
  position: relative; }
  .hero-home .container {
    position: relative; }
  @media screen and (min-width: 768px) {
    .hero-home .image-hero {
      position: absolute;
      right: 0;
      bottom: 0; } }
  @media screen and (max-width: 1199px) {
    .hero-home .image-hero {
      width: 70%; } }
  @media screen and (max-width: 991px) {
    .hero-home .image-hero {
      width: 63%; } }
  @media screen and (max-width: 767px) {
    .hero-home .image-hero {
      width: auto; } }

.hero-about {
  position: relative; }
  @media screen and (min-width: 768px) {
    .hero-about .image-hero {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%; }
      .hero-about .image-hero img {
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        float: right; } }
    @media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
      .hero-about .image-hero img {
        -o-object-position: 100px center;
           object-position: 100px center; } }

.hero-medical {
  position: relative; }
  .hero-medical .container {
    position: relative; }
    @media screen and (max-width: 767px) {
      .hero-medical .container {
        width: 100% !important;
        min-width: 100% !important; } }
  .hero-medical .show-mobile img {
    width: 300px;
    display: table;
    margin: 0 auto; }
  .hero-medical .image-hero {
    height: 100%; }
    .hero-medical .image-hero img {
      height: 100%; }
      @media screen and (min-width: 768px) {
        .hero-medical .image-hero img {
          float: right; } }
    @media screen and (min-width: 768px) {
      .hero-medical .image-hero {
        position: absolute;
        right: 0;
        bottom: 0; } }
    @media screen and (max-width: 1199px) {
      .hero-medical .image-hero {
        width: 70%; } }
    @media screen and (max-width: 991px) {
      .hero-medical .image-hero {
        width: 63%; } }
    @media screen and (max-width: 767px) {
      .hero-medical .image-hero {
        width: 100%; } }

.hero-book {
  height: 330px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .hero-book {
      height: auto; } }
  .hero-book .container {
    position: relative; }
  @media screen and (min-width: 768px) {
    .hero-book .image-hero {
      position: absolute;
      right: 0;
      bottom: 0; } }
  @media screen and (max-width: 767px) {
    .hero-book .image-hero {
      width: auto;
      display: table;
      margin-left: auto;
      margin-right: auto; } }

.background-beer {
  background-image: url("../images/background-beer.png");
  background-repeat: no-repeat;
  background-position: center center; }
  @media screen and (max-width: 991px) {
    .background-beer {
      -webkit-background-size: 100% 100%;
         -moz-background-size: 100%;
              background-size: 100%; } }

.section-home-2 .button-1,
.section-home-3 .button-1 {
  margin-top: 80px; }

.section-home-2 {
  position: relative; }
  .section-home-2 .beer {
    position: absolute;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    top: -25px; }

.section-home-3 {
  background: #FFFCF4; }

.section-4-home .beer {
  display: table;
  margin: 0 auto;
  margin-top: 90px; }

.section-home-5 {
  background: #FFFCF4;
  position: relative; }
  .section-home-5 .beer {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -25px; }
  @media screen and (max-width: 767px) {
    .section-home-5 .title-1,
    .section-home-5 .grid-box {
      padding: 0 55px; } }

.section-7-home {
  position: relative; }
  .section-7-home .beer-bg {
    position: absolute;
    right: 0;
    top: -200px; }
    @media screen and (max-width: 991px) {
      .section-7-home .beer-bg {
        top: -400px; } }

.wrapper-testimonials {
  position: relative;
  padding-top: 35px; }
  @media screen and (max-width: 767px) {
    .wrapper-testimonials {
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (min-width: 992px) {
    .wrapper-testimonials {
      width: 760px;
      margin: 0 auto; } }
  .wrapper-testimonials .aspas {
    position: absolute;
    right: 40px;
    top: 0;
    z-index: 9; }
    @media screen and (max-width: 767px) {
      .wrapper-testimonials .aspas {
        -webkit-transform: translateX(-50%) !important;
           -moz-transform: translateX(-50%) !important;
            -ms-transform: translateX(-50%) !important;
             -o-transform: translateX(-50%) !important;
                transform: translateX(-50%) !important;
        right: auto;
        left: 50%; } }
  .wrapper-testimonials .arrows-testimonials {
    position: absolute;
    bottom: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 15px; }
    @media screen and (min-width: 992px) {
      .wrapper-testimonials .arrows-testimonials {
        right: 55px;
        bottom: 65px; } }
    @media screen and (max-width: 991px) {
      .wrapper-testimonials .arrows-testimonials {
        left: 50%;
        -webkit-transform: translateX(-50%) !important;
           -moz-transform: translateX(-50%) !important;
            -ms-transform: translateX(-50%) !important;
             -o-transform: translateX(-50%) !important;
                transform: translateX(-50%) !important; } }
    .wrapper-testimonials .arrows-testimonials .arrow-prev,
    .wrapper-testimonials .arrows-testimonials .arrow-next {
      background: #000;
      width: 30px;
      height: 30px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      cursor: pointer;
      position: relative;
      overflow: hidden;
      border: 1px solid #000;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .wrapper-testimonials .arrows-testimonials .arrow-prev:hover,
      .wrapper-testimonials .arrows-testimonials .arrow-next:hover {
        background: none; }
        .wrapper-testimonials .arrows-testimonials .arrow-prev:hover img,
        .wrapper-testimonials .arrows-testimonials .arrow-next:hover img {
          -webkit-filter: invert(100%) grayscale(100%);
                  filter: invert(100%) grayscale(100%); }
        .wrapper-testimonials .arrows-testimonials .arrow-prev:hover::before,
        .wrapper-testimonials .arrows-testimonials .arrow-next:hover::before {
          -webkit-transform: translate(0);
             -moz-transform: translate(0);
              -ms-transform: translate(0);
               -o-transform: translate(0);
                  transform: translate(0); }
      .wrapper-testimonials .arrows-testimonials .arrow-prev img,
      .wrapper-testimonials .arrows-testimonials .arrow-next img {
        position: relative;
        width: 15px;
        padding-right: 2px; }
    .wrapper-testimonials .arrows-testimonials .arrow-next img {
      -webkit-transform: rotate(180deg);
         -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
           -o-transform: rotate(180deg);
              transform: rotate(180deg);
      min-width: 13px; }
  .wrapper-testimonials .carousel-testimonials {
    padding: 90px 65px 120px 65px;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px; }
    @media screen and (min-width: 992px) {
      .wrapper-testimonials .carousel-testimonials {
        padding: 65px 235px 65px 80px; } }
    .wrapper-testimonials .carousel-testimonials .item .title {
      font-size: 18px;
      font-weight: 300;
      letter-spacing: 1px;
      font-style: italic;
      text-transform: uppercase; }
    .wrapper-testimonials .carousel-testimonials .item .preset-text1 {
      font-style: italic; }
    .wrapper-testimonials .carousel-testimonials .item .name {
      font-size: 14px;
      font-weight: 400;
      margin-top: 20px;
      text-transform: uppercase;
      letter-spacing: 1px; }
      .wrapper-testimonials .carousel-testimonials .item .name strong {
        font-weight: 600; }
      @media screen and (max-width: 767px) {
        .wrapper-testimonials .carousel-testimonials .item .name {
          text-align: center; } }

.section-home-9 {
  background: #FFEA66; }
  .section-home-9 .inner-section {
    position: relative;
    display: table;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 992px) {
      .section-home-9 .inner-section {
        width: 760px; } }
    @media screen and (max-width: 991px) {
      .section-home-9 .inner-section {
        padding: 0 50px; } }
    .section-home-9 .inner-section .column-left {
      padding: 80px 0; }
      @media screen and (max-width: 991px) {
        .section-home-9 .inner-section .column-left {
          padding: 75px 0 40px 0; } }
    @media screen and (min-width: 992px) {
      .section-home-9 .inner-section .image {
        position: absolute;
        right: 0;
        bottom: 0; } }
    .section-home-9 .inner-section .title-1 {
      line-height: 25px;
      letter-spacing: 1.5px; }
      @media screen and (max-width: 991px) {
        .section-home-9 .inner-section .title-1 {
          text-align: center; } }
    @media screen and (max-width: 991px) {
      .section-home-9 .inner-section .button-1 {
        margin-left: auto;
        margin-right: auto;
        margin-top: 35px !important; } }

.content-brands {
  margin-top: 40px; }
  .content-brands ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 30px 40px; }
    @media screen and (max-width: 991px) {
      .content-brands ul {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }

.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media screen and (max-width: 991px) {
    .social {
      padding: 0 50px;
      margin-top: 40px; } }
  .social a {
    position: relative;
    width: 47px;
    height: 47px;
    background: #FFEA66;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000;
    font-size: 20px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .social a:hover {
      -webkit-transform: rotate(90deg);
         -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
           -o-transform: rotate(90deg);
              transform: rotate(90deg);
      background: #000;
      color: #FFEA66; }
      .social a:hover i {
        -webkit-transform: rotate(-90deg);
           -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
             -o-transform: rotate(-90deg);
                transform: rotate(-90deg); }
    .social a i {
      font-size: 24px; }

.section-about-1 .content-choose {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 40px 5%; }
  .section-about-1 .content-choose .item {
    width: 15%; }
    @media screen and (max-width: 991px) {
      .section-about-1 .content-choose .item {
        width: 28%; } }
    @media screen and (max-width: 575px) {
      .section-about-1 .content-choose .item {
        width: 100%;
        padding: 0 60px;
        grid-gap: 70px 0; } }

.section-about-3 {
  background: #000;
  padding: 75px 0;
  margin-top: 120px; }
  .section-about-3 .content-carousel {
    padding: 0 110px;
    position: relative;
    margin: 0 70px; }
    @media screen and (max-width: 991px) {
      .section-about-3 .content-carousel {
        padding: 0 50px;
        margin: 0 20px; } }
    .section-about-3 .content-carousel .slick-arrow {
      position: absolute;
      background: #fff;
      width: 26px;
      height: 26px;
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%); }
      .section-about-3 .content-carousel .slick-arrow img {
        -webkit-filter: invert(100%) brightness(0%);
                filter: invert(100%) brightness(0%); }
    .section-about-3 .content-carousel .prevAwards {
      left: 0; }
    .section-about-3 .content-carousel .nextAwards {
      right: 0;
      -webkit-transform: rotate(180deg);
         -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
           -o-transform: rotate(180deg);
              transform: rotate(180deg);
      top: 35%; }
  .section-about-3 .list-awards {
    margin-top: 50px; }
    .section-about-3 .list-awards .item .text {
      font-size: 12px;
      letter-spacing: 1px;
      color: #fff;
      text-align: center;
      display: block;
      margin-top: 10px;
      text-transform: uppercase; }

.list-cards-recommends {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .list-cards-recommends .item {
    min-width: 275px;
    width: 275px;
    -webkit-box-shadow: 6px 6px 9px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 6px 6px 9px rgba(0, 0, 0, 0.2);
            box-shadow: 6px 6px 9px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 30px 30px 30px 30px;
       -moz-border-radius: 30px 30px 30px 30px;
            border-radius: 30px 30px 30px 30px;
    background: #000; }
    .list-cards-recommends .item .item-image {
      width: 100%;
      height: 180px;
      background: #fff;
      -webkit-border-radius: 30px 30px 0 0;
         -moz-border-radius: 30px 30px 0 0;
              border-radius: 30px 30px 0 0;
      margin-top: -1px; }
      .list-cards-recommends .item .item-image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center center;
           object-position: center center;
        -webkit-border-radius: 30px 30px 0 0;
           -moz-border-radius: 30px 30px 0 0;
                border-radius: 30px 30px 0 0; }
    .list-cards-recommends .item .item-content {
      padding: 40px; }
      .list-cards-recommends .item .item-content .item-title {
        color: #FFEA66;
        text-align: center;
        font-style: italic;
        letter-spacing: 1px;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: normal; }
      .list-cards-recommends .item .item-content .item-text {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.5px;
        margin-top: 20px;
        color: #fff;
        font-weight: 300; }

@media screen and (max-width: 767px) {
  .section-1-grade .title-1 {
    padding: 0 40px; } }

.section-3-grade {
  padding: 75px 0;
  background: #FFEA66; }
  .section-3-grade .column-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 0 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 767px) {
      .section-3-grade .column-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        grid-gap: 40px 0; } }
    .section-3-grade .column-content .item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      grid-gap: 0 30px; }
      @media screen and (max-width: 767px) {
        .section-3-grade .column-content .item {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .section-3-grade .column-content .item .text a {
        background: #000;
        color: #FFEA66;
        text-align: center;
        font-size: 14px;
        letter-spacing: 1px;
        -webkit-border-radius: 20px;
           -moz-border-radius: 20px;
                border-radius: 20px;
        display: inline-block;
        padding: 8px 20px;
        font-weight: 500;
        text-transform: uppercase;
        border: 1px solid #000;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .section-3-grade .column-content .item .text a:hover {
          background: none;
          color: #000; }
        @media screen and (max-width: 767px) {
          .section-3-grade .column-content .item .text a {
            margin-top: 15px; } }

.service-content {
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 60px; }
  @media screen and (min-width: 768px) {
    .service-content {
      width: 730px;
      margin-top: 100px;
      margin-bottom: 100px; } }
  .service-content .head-service {
    position: relative; }
    .service-content .head-service .image img {
      -webkit-border-radius: 30px;
         -moz-border-radius: 30px;
              border-radius: 30px;
      width: 100%;
      height: 330px;
      -o-object-fit: cover;
         object-fit: cover; }
    .service-content .head-service .title {
      font-size: 16px;
      color: #000;
      text-align: center;
      letter-spacing: 1px;
      padding: 25px 10px;
      width: 100%;
      position: absolute;
      bottom: 0;
      background: #FFEA66;
      -webkit-border-radius: 30px;
         -moz-border-radius: 30px;
              border-radius: 30px;
      text-transform: uppercase;
      font-weight: normal; }
  .service-content .mid-service {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    grid-gap: 40px; }
    @media screen and (max-width: 767px) {
      .service-content .mid-service {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 0;
        margin-top: 20px; } }
  .service-content .column {
    font-size: 14px;
    font-weight: 300; }
    .service-content .column h3 {
      border: 1px solid #000;
      -webkit-border-radius: 20px;
         -moz-border-radius: 20px;
              border-radius: 20px;
      padding: 10px 20px;
      text-align: center;
      margin-top: 30px;
      text-transform: uppercase;
      display: inline-block;
      margin-bottom: 15px;
      font-weight: 400;
      letter-spacing: 1px;
      font-size: 14px; }
    .service-content .column p {
      padding-left: 30px;
      margin-top: 5px; }
    .service-content .column ul {
      padding-left: 30px; }
      .service-content .column ul li {
        list-style: disc;
        line-height: 18px;
        font-weight: 400; }
        .service-content .column ul li + li {
          margin-top: 20px; }
    .service-content .column ul > li > ul {
      padding-left: 0; }
    .service-content .column ul > li > ul > li > ul {
      padding-left: 15px; }
  .service-content .title-column-1 {
    border: 1px solid #000;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    width: 100%;
    text-transform: uppercase;
    font-size: 14px; }
  .service-content .layout-2 {
    margin-top: 60px; }
    .service-content .layout-2 .mid-service {
      margin-top: 5px; }
      @media screen and (min-width: 992px) {
        .service-content .layout-2 .mid-service {
          padding: 0 60px; } }
  .service-content .layout-3 .column {
    margin: 0 auto;
    display: table;
    margin-top: 30px; }
    @media screen and (min-width: 768px) {
      .service-content .layout-3 .column {
        width: 310px; } }

.section-skincare-3 {
  background: #000;
  padding: 60px 0; }

.section-skincare-4 .content-columns {
  margin-top: 70px; }
  .section-skincare-4 .content-columns h3 {
    border: 1px solid #000;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 14px; }
  .section-skincare-4 .content-columns p {
    padding-left: 30px;
    margin-top: 5px; }
  .section-skincare-4 .content-columns ul {
    padding-left: 30px; }
    .section-skincare-4 .content-columns ul li {
      list-style: disc;
      line-height: 18px;
      font-weight: 400; }
  .section-skincare-4 .content-columns img {
    width: 100%; }
@media(max-width: 600px) {
	.hero-about .inner-hero {
		padding: 45px 20px;
	}
	.hero-about .title {
		font-size: 30px;
		line-height: 36px;
	}
}
/*# sourceMappingURL=style.css.map */
