@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;700&family=Playfair+Display:wght@400;600&display=swap");
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important; } }
a {
  cursor: pointer; }
  a:hover {
    text-decoration: none; }
  a:focus {
    text-decoration: none; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0;
  margin: 0;
  padding: 0; }

*:focus {
  outline: 0; }

.relative {
  position: relative; }

.hidden {
  display: none; }

.fullWidth {
  width: 100%; }

.negativeIndent {
  text-indent: -999999px; }

.reverseFloat {
  float: right; }

.makeDiv {
  display: inline-block; }

.centeredImage {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.italic {
  font-style: italic; }

.noMargin {
  margin: 0; }

.noMarginTop {
  margin-top: 0; }

.noMarginBottom {
  margin-bottom: 0; }

.noMarginLeft {
  margin-left: 0; }

.noMarginRight {
  margin-right: 0; }

.noPadding {
  padding: 0; }

.noPaddingTop {
  padding-top: 0; }

.noPaddingBottom {
  padding-bottom: 0; }

.noPaddingLeft {
  padding-left: 0; }

.noPaddingRight {
  padding-right: 0; }

.grayscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .4s ease;
  /* Transition for Webkit browsers */ }

.grayscale:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: none; }

.invertscale {
  filter: invert(50%);
  -webkit-filter: invert(50%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .4s ease;
  /* Transition for Webkit browsers */ }

.invertscale:hover {
  filter: invert(0%);
  -webkit-filter: invert(0%);
  filter: none; }

/* columns of same height styles */
.container-xs-height {
  display: table;
  padding-left: 0px;
  padding-right: 0px; }

.row-xs-height {
  display: table-row; }

.col-xs-height {
  display: table-cell;
  float: none; }

@media (min-width: 768px) {
  .container-sm-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-sm-height {
    display: table-row; }

  .col-sm-height {
    display: table-cell;
    float: none; } }
@media (min-width: 992px) {
  .container-md-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-md-height {
    display: table-row; }

  .col-md-height {
    display: table-cell;
    float: none; } }
@media (min-width: 1200px) {
  .container-lg-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-lg-height {
    display: table-row; }

  .col-lg-height {
    display: table-cell;
    float: none; } }
/* vertical alignment styles */
.col-top {
  vertical-align: top; }

.col-middle {
  vertical-align: middle; }

.col-bottom {
  vertical-align: bottom; }

.rowNo, .contNo, .colNo {
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  margin-left: 0; }

:root {
  scroll-behavior: auto; }

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

p {
  margin: 0; }

.slick-slider *:focus {
  outline: 0; }

html {
  overflow-x: hidden; }

body {
  font-family: 'Nunito Sans', arial, helvetica, sans-serif;
  font-size: 16px;
  overflow-x: hidden; }

.container {
  max-width: 84%; }
  @media (max-width: 1023px) {
    .container {
      max-width: 100%; } }

.container.full {
  max-width: 92%; }
  @media (max-width: 1023px) {
    .container.full {
      max-width: 100%; } }

.loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99; }
  .loading.page {
    transition: 1s; }
  .loading.active {
    transition: 1s;
    opacity: 0;
    visibility: hidden; }

main {
  padding-top: 160px; }
  @media only screen and (max-width: 767px) {
    main {
      padding-top: 110px; } }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  height: 160px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
  header a {
    transition: .4s; }
    header a:hover {
      opacity: .5; }
  header .top {
    background: #000;
    color: #fff;
    text-align: right;
    line-height: 50px;
    font-size: 14px; }
    header .top a {
      display: inline-block;
      vertical-align: middle;
      margin-left: 10px; }
      header .top a img {
        margin-right: 5px;
        position: relative;
        top: -1px; }
    @media only screen and (max-width: 767px) {
      header .top {
        text-align: center;
        line-height: 40px; }
        header .top a {
          margin: 0 10px; }
          header .top a img {
            height: 16px;
            max-width: 20px; }
        header .top .instagram, header .top .whatsapp {
          font-size: 0; } }
  header .bottom {
    line-height: 110px;
    background: #fff; }
    header .bottom .container {
      position: relative; }
    header .bottom .logo img {
      width: 240px;
      max-width: 100%; }
    header .bottom .item {
      display: inline-block;
      padding: 0 20px; }
      header .bottom .item .sub {
        text-align: left;
        position: absolute;
        left: 12px;
        right: 12px;
        top: 110px;
        background: #FAFAFA;
        line-height: normal;
        padding: 85px;
        font-size: 14px;
        opacity: 0;
        visibility: hidden; }
        header .bottom .item .sub a {
          display: block;
          margin-bottom: 5px; }
        header .bottom .item .sub .title {
          margin-bottom: 15px;
          opacity: .6;
          font-size: 1.1rem; }
      header .bottom .item:hover .sub {
        opacity: 1;
        visibility: visible;
        transition: .4s; }
      header .bottom .item:last-child {
        padding-right: 0; }
    header .bottom .menu {
      display: none;
      width: 30px;
      height: 100%;
      background-size: 26px;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url(../img/menu.svg); }
      header .bottom .menu.active {
        background-image: url(../img/cls.svg);
        background-size: 20px; }
    @media (max-width: 1400px) {
      header .bottom .item {
        padding: 0 15px; } }
    @media (max-width: 1300px) {
      header .bottom .item {
        font-size: 14px; } }
    @media (max-width: 1199px) {
      header .bottom nav {
        display: none;
        position: fixed;
        top: 110px;
        left: 0;
        width: 100%;
        bottom: 0;
        background: #f7f7f7;
        text-align: left;
        line-height: normal;
        padding: 32px 12px;
        overflow: auto; }
        header .bottom nav .item {
          display: block;
          padding: 0;
          margin-bottom: 20px;
          font-size: 1.1rem; }
          header .bottom nav .item .sub {
            display: none;
            position: static;
            padding: 24px 0;
            background: none;
            font-size: 1rem;
            opacity: 1;
            visibility: visible; }
            header .bottom nav .item .sub .col-md-3 {
              margin-bottom: 12px; }
            header .bottom nav .item .sub .title {
              font-size: 1rem; }
          header .bottom nav .item.active .sub {
            display: block; }
        header .bottom nav.active {
          display: block; }
      header .bottom .menu {
        display: inline-block; } }
    @media only screen and (max-width: 767px) {
      header .bottom {
        line-height: 70px; } }
  @media only screen and (max-width: 767px) {
    header {
      height: 110px; } }

.beforeafter {
  background: #F9F8F7;
  padding: 60px 0; }
  .beforeafter .images {
    text-align: center; }
    .beforeafter .images img {
      width: 100%; }
  .beforeafter .form {
    margin-top: 120px; }
    .beforeafter .form input, .beforeafter .form textarea {
      height: 50px;
      width: 100%;
      padding-left: 20px;
      border: 0;
      border-bottom: 1px solid #000;
      background: transparent; }
    .beforeafter .form textarea {
      min-height: 110px;
      resize: vertical;
      padding-top: 20px; }
    .beforeafter .form button {
      padding: 0 20px;
      border: 1px solid #000;
      background: transparent;
      height: 46px;
      margin-top: 28px;
      transition: .4s; }
      .beforeafter .form button:hover {
        background: #000;
        color: #fff; }
  @media only screen and (max-width: 767px) {
    .beforeafter .form {
      margin-top: 60px; }
      .beforeafter .form .txt {
        margin-bottom: 30px; } }

footer .top {
  font-size: 14px;
  background: #fff;
  padding: 50px 0; }
  footer .top .links a {
    margin-bottom: 10px;
    display: block; }
  footer .top .right a {
    display: inline-block;
    margin-left: 15px; }
    footer .top .right a img {
      margin-right: 10px;
      position: relative;
      top: -1px; }
footer .bottom {
  background: #000;
  line-height: 60px;
  color: #fff;
  font-size: 13px; }
@media only screen and (max-width: 767px) {
  footer .top {
    padding: 30px 0; }
    footer .top .right {
      margin-top: 30px; }
      footer .top .right .instagram, footer .top .right .whatsapp {
        font-size: 0; }
  footer .bottom {
    line-height: normal;
    padding: 24px 0; }
    footer .bottom .text-md-end {
      margin-top: 12px; } }

h1 {
  font-size: 48px;
  font-weight: 400;
  margin: 0 0 30px 0;
  font-family: "Playfair Display", serif; }
  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 32px; } }

h2 {
  font-size: 32px;
  font-weight: 400;
  margin: 0 0 30px 0;
  font-family: "Playfair Display", serif; }
  @media only screen and (max-width: 767px) {
    h2 {
      font-size: 24px; } }

h3 {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 20px 0;
  font-family: "Playfair Display", serif; }
  @media only screen and (max-width: 767px) {
    h3 {
      font-size: 18px; } }

.main-slider {
  background: #FFFFF7; }
  .main-slider .item {
    height: calc(100vh - 160px);
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    position: relative;
    background-size: cover;
    background-position: center; }
    .main-slider .item .txt {
      position: relative;
      z-index: 1;
      padding: 0 12px; }
    .main-slider .item h1, .main-slider .item h2 {
      font-size: 38px;
      font-weight: bold;
      margin: 0 0 10px 0;
      font-family: 'Nunito Sans', arial, helvetica, sans-serif; }
    .main-slider .item:after {
      content: '';
      width: 100%;
      height: 100%;
      background: #000;
      opacity: .5;
      position: absolute; }
    @media only screen and (max-width: 767px) {
      .main-slider .item {
        height: calc(100vh - 110px);
        min-height: 400px; }
        .main-slider .item h1, .main-slider .item h2 {
          font-size: 24px; } }

.home .boxes {
  background: #FFFFF7;
  text-align: center;
  padding: 75px 0 150px 0; }
  .home .boxes h2 {
    margin: 0 0 75px 0; }
  .home .boxes .img {
    padding-bottom: 80%;
    background-size: cover;
    background-position: center;
    margin-bottom: 40px; }
  .home .boxes hr {
    margin: 95px 0;
    opacity: 1;
    background: #DBDBDB; }
.home .articles {
  text-align: left; }
  .home .articles h2 {
    margin: 0 0 25px 0; }
  .home .articles .all {
    margin-top: 35px;
    display: inline-block; }
  .home .articles ul {
    padding-left: 20px; }
    .home .articles ul li {
      border-bottom: 1px solid #DBDBDB;
      padding: 10px 0; }

.intro {
  background: #FFFFF7;
  padding: 110px 0; }
  .intro h1 {
    width: 570px;
    max-width: 100%; }
  .intro .txt {
    width: 800px;
    max-width: 100%; }
  .intro .all {
    display: inline-block;
    text-decoration: underline;
    margin-top: 20px; }
  .intro.bl {
    background: #F7FFFF; }
  @media only screen and (max-width: 767px) {
    .intro {
      padding: 60px 0; } }

.banner {
  position: relative;
  height: 38vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-position: center;
  background-size: cover; }
  .banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); }
  .banner h1, .banner h2 {
    margin: 0;
    color: #fff;
    position: relative;
    z-index: 1; }
  @media only screen and (max-width: 767px) {
    .banner {
      height: 250px; } }

.content {
  padding: 100px 0 70px 0; }
  .content p {
    margin-bottom: 40px; }
  .content ul {
    margin-bottom: 60px;
    padding-left: 20px; }
    .content ul li {
      border-bottom: 1px solid #DBDBDB;
      padding: 10px 0; }
  .content .loc img {
    width: 20px; }
  .content .map {
    display: block;
    width: 100%;
    height: 400px;
    margin: 100px 0 -70px 0; }
  @media only screen and (max-width: 767px) {
    .content {
      padding: 60px 0; }
      .content p {
        margin-bottom: 30px; }
      .content .col-md-4 {
        margin-bottom: 24px; } }

.pagi {
  text-align: center; }
  .pagi a {
    display: inline-block;
    margin: 0 12px; }
    .pagi a.active {
      text-decoration: underline; }

.anim {
  position: relative;
  opacity: 0;
  top: 30px; }
  .anim.play {
    top: 0;
    opacity: 1;
    transition: 1s; }
    .anim.play.anim-del-2 {
      transition-delay: .2s; }
    .anim.play.anim-del-4 {
      transition-delay: .4s; }
    .anim.play.anim-del-6 {
      transition-delay: .6s; }
    .anim.play.anim-del-8 {
      transition-delay: .8s; }

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