@charset "UTF-8";
@font-face {
  font-family: "Montserrat Regular";
  font-weight: 400;
  font-display: swap;
  src: url("../font/Montserrat/static/Montserrat-Regular.ttf");
}
@font-face {
  font-family: "Montserrat Medium";
  font-weight: 500;
  font-display: swap;
  src: url("../font/Montserrat/static/Montserrat-Medium.ttf");
}
@font-face {
  font-family: "Montserrat SemiBold";
  font-weight: 600;
  font-display: swap;
  src: url("../font/Montserrat/static/Montserrat-SemiBold.ttf");
}
@font-face {
  font-family: "icon";
  src: url("../font/icon/fonts/icon.eot?thn887");
  src: url("../font/icon/fonts/icon.eot?thn887#iefix") format("embedded-opentype"), url("../font/icon/fonts/icon.ttf?thn887") format("truetype"), url("../font/icon/fonts/icon.woff?thn887") format("woff"), url("../font/icon/fonts/icon.svg?thn887#icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-spinner:before {
  content: "\e900";
}

.icon-arrow-down:before {
  content: "\e901";
}

.icon-arrow-left:before {
  content: "\e902";
}

.icon-arrow-right:before {
  content: "\e903";
}

.icon-facebook:before {
  content: "\e904";
}

.icon-html5:before {
  content: "\e905";
}

.icon-linkedin:before {
  content: "\e906";
}

.icon-plus:before {
  content: "\e907";
}

.icon-twitter:before {
  content: "\e908";
}

.icon-whatsapp:before {
  content: "\e909";
}

:root {
  --font-base: 50%;
  --gap: 1.5rem;
  --text-regular: "Montserrat Regular", sans-serif;
  --text-medium: "Montserrat Medium", sans-serif;
  --text-semibold: "Montserrat SemiBold", sans-serif;
  --clr-primary-500: #C47C5A;
  --clr-neutral-500: #707070;
  --clr-white-500: #fff;
  --clr-whatsapp-500: #2CD366;
  --clr-black-500: #000;
  --clr-brown-300: #FBF8F6;
  --clr-brown-500: #915C43;
  --clr-brown-700: #5E443C;
  --clr-gray-300: #F8F8F8;
  --clr-gray-500: #EDEDED;
  --clr-gray-700: #151515;
  --fs-100: 0.8rem;
  --fs-200: 1.6rem;
  --fs-300: 2.4rem;
  --fs-400: 3.2rem;
  --fs-500: 4rem;
  --fs-600: 4.8rem;
  --fs-700: 5.6rem;
  --fs-800: 6.4rem;
  --fs-900: 7.2rem;
  --fs-1000: 8rem;
  --x-small: 576px;
  --sm: 540px;
  --md: 720px;
  --lg: 960px;
  --xl: 1140px;
}
@media only screen and (min-width: 720px) {
  :root {
    --font-base: 62.5%;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
  color: inherit;
  font-size: inherit;
}

span,
abbr {
  font-family: inherit !important;
}

abbr {
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: inside;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 10rem;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  overflow-x: hidden;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip: auto;
}

i {
  color: inherit !important;
}
i::before {
  color: inherit !important;
}

img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
  display: block;
}

iframe {
  border: none;
}

input,
button,
textarea,
select {
  font: inherit;
  outline: none;
  border: none;
  background: none;
}

input,
textarea {
  width: 100%;
  height: 100%;
  padding: var(--fs-200) 0;
  line-height: 1.5;
  border-bottom: 2px solid #DBDBDB;
  border-radius: 0;
  background: var(--clr-white-500);
  transform: scale(1);
  -webkit-appearance: none !important;
  transition: all 300ms ease-in-out;
}
input:focus,
textarea:focus {
  border-color: var(--clr-primary-500);
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  font-family: var(--text-semibold) !important;
  font-size: var(--fs-200) !important;
  color: var(--clr-black-500);
}
input::-moz-placeholder, textarea::-moz-placeholder {
  font-family: var(--text-semibold) !important;
  font-size: var(--fs-200) !important;
  color: var(--clr-black-500);
}
input::placeholder,
textarea::placeholder {
  font-family: var(--text-semibold) !important;
  font-size: var(--fs-200) !important;
  color: var(--clr-black-500);
}
@media only screen and (max-width: 576px) {
  input::-webkit-input-placeholder, input::-moz-placeholder, input:-ms-input-placeholder, input::-ms-input-placeholder, input::placeholder,
  textarea::-webkit-input-placeholder,
  textarea::-moz-placeholder,
  textarea:-ms-input-placeholder,
  textarea::-ms-input-placeholder,
  textarea::placeholder {
    font-size: 1.5rem !important;
  }
}

textarea {
  min-height: 15rem;
  resize: none;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
* {
  font-family: var(--text-regular) !important;
}

html {
  font-size: var(--font-base) !important;
  color: var(--clr-neutral-500) !important;
}

body {
  font-size: var(--fs-200);
}

h1,
h2,
h3,
h4 {
  font-family: var(--text-semibold) !important;
  font-size: inherit;
  line-height: 1.1;
}

strong,
b {
  font-family: var(--text-semibold) !important;
}

a {
  text-decoration: none;
  color: inherit;
  font-family: inherit !important;
}
a:hover, a:focus {
  text-decoration: none;
}

address {
  font: inherit;
}

input,
textarea {
  font-family: var(--text-regular) !important;
  color: var(--clr-neutral-500) !important;
}

body {
  min-height: 100svh;
}
@media only screen and (max-width: 576px) {
  body {
    display: block;
  }
}

.animate-none {
  animation: none;
}

.animate-spin {
  animation: spin 1s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

.animate-bounce {
  animation: bounce 1s infinite;
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateY(0);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

.bg-none {
  background: none !important;
}

.bg-primary-500 {
  background-color: var(--clr-primary-500) !important;
}

.bg-neutral-500 {
  background-color: var(--clr-neutral-500) !important;
}

.bg-white-500 {
  background-color: var(--clr-white-500) !important;
}

.bg-whatsapp-500 {
  background-color: var(--clr-whatsapp-500) !important;
}

.bg-black-500 {
  background-color: var(--clr-black-500) !important;
}

.bg-brown-300 {
  background-color: var(--clr-brown-300) !important;
}

.bg-brown-500 {
  background-color: var(--clr-brown-500) !important;
}

.bg-brown-700 {
  background-color: var(--clr-brown-700) !important;
}

.bg-gray-300 {
  background-color: var(--clr-gray-300) !important;
}

.bg-gray-500 {
  background-color: var(--clr-gray-500) !important;
}

.bg-gray-700 {
  background-color: var(--clr-gray-700) !important;
}

.text-primary-500 {
  color: var(--clr-primary-500) !important;
}

.text-neutral-500 {
  color: var(--clr-neutral-500) !important;
}

.text-white-500 {
  color: var(--clr-white-500) !important;
}

.text-whatsapp-500 {
  color: var(--clr-whatsapp-500) !important;
}

.text-black-500 {
  color: var(--clr-black-500) !important;
}

.text-brown-300 {
  color: var(--clr-brown-300) !important;
}

.text-brown-500 {
  color: var(--clr-brown-500) !important;
}

.text-brown-700 {
  color: var(--clr-brown-700) !important;
}

.text-gray-300 {
  color: var(--clr-gray-300) !important;
}

.text-gray-500 {
  color: var(--clr-gray-500) !important;
}

.text-gray-700 {
  color: var(--clr-gray-700) !important;
}

.container {
  display: block;
  margin: 0 auto;
  padding: 0 calc(var(--gap) * 2);
  width: 100%;
}
@media only screen and (min-width: 540px) {
  .container {
    margin: 0 auto;
    padding: 0 var(--gap);
    max-width: var(--sm);
  }
}
@media only screen and (min-width: 720px) {
  .container {
    margin: 0 auto;
    padding: 0 var(--gap);
    max-width: var(--md);
  }
}
@media only screen and (min-width: 960px) {
  .container {
    margin: 0 auto;
    padding: 0 var(--gap);
    max-width: var(--lg);
  }
}
@media only screen and (min-width: 1140px) {
  .container {
    margin: 0 auto;
    padding: 0 var(--gap);
    max-width: var(--xl);
  }
}

.container-fluid {
  display: block;
  margin: 0 auto;
  padding: 0 calc(var(--gap) * 2);
  width: 100%;
}

.container-lg {
  display: block;
  margin: 0 auto;
  padding: 0 calc(var(--gap) * 2);
  max-width: calc(124rem + var(--gap) * 4);
}
@media only screen and (max-width: 576px) {
  .container-lg {
    padding: 0 var(--gap);
  }
}

.hidden {
  display: none !important;
}

.inline-block {
  width: 100%;
  display: inline-block;
}

.block {
  display: block;
}

.flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end !important;
}

.justify-start {
  justify-content: flex-start !important;
}

.items-end {
  align-items: flex-end;
}

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

.items-stretch {
  align-items: stretch;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-1 {
  flex: 1 1 0%;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.grow {
  flex-grow: 1;
}

.grow-0 {
  flex-grow: 0;
}

.shrink {
  flex-shrink: 1;
}

.shrink-0 {
  flex-shrink: 0;
}

.sticky {
  position: sticky;
  top: 0;
  left: 0;
}

.f-1 {
  font-size: calc(var(--fs-100) * 1);
}

.f-2 {
  font-size: calc(var(--fs-100) * 2);
}

.f-3 {
  font-size: calc(var(--fs-100) * 3);
}

.f-4 {
  font-size: calc(var(--fs-100) * 4);
}

.f-5 {
  font-size: calc(var(--fs-100) * 5);
}

.f-6 {
  font-size: calc(var(--fs-100) * 6);
}

.f-7 {
  font-size: calc(var(--fs-100) * 7);
}

.f-8 {
  font-size: calc(var(--fs-100) * 8);
}

.f-9 {
  font-size: calc(var(--fs-100) * 9);
}

.f-10 {
  font-size: calc(var(--fs-100) * 10);
}

.leading-none {
  line-height: 1 !important;
}

.leading-normal {
  line-height: 1.5 !important;
}

.gap-1 {
  gap: calc(var(--gap) * 1);
}

.gap-2 {
  gap: calc(var(--gap) * 2);
}

.gap-3 {
  gap: calc(var(--gap) * 3);
}

.gap-4 {
  gap: calc(var(--gap) * 4);
}

.grid {
  width: 100%;
  display: grid;
}

.grid-auto-cols {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.img-fluid {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.my-1 {
  margin-top: calc(var(--fs-100) * 1);
  margin-bottom: calc(var(--fs-100) * 1);
}

.mx-1 {
  margin-inline: calc(var(--fs-100) * 1);
}

.mt-1 {
  margin-top: calc(var(--fs-100) * 1);
}

.mb-1 {
  margin-bottom: calc(var(--fs-100) * 1);
}

.ml-1 {
  margin-left: calc(var(--fs-100) * 1);
}

.mr-1 {
  margin-right: calc(var(--fs-100) * 1);
}

.my-2 {
  margin-top: calc(var(--fs-100) * 2);
  margin-bottom: calc(var(--fs-100) * 2);
}

.mx-2 {
  margin-inline: calc(var(--fs-100) * 2);
}

.mt-2 {
  margin-top: calc(var(--fs-100) * 2);
}

.mb-2 {
  margin-bottom: calc(var(--fs-100) * 2);
}

.ml-2 {
  margin-left: calc(var(--fs-100) * 2);
}

.mr-2 {
  margin-right: calc(var(--fs-100) * 2);
}

.my-3 {
  margin-top: calc(var(--fs-100) * 3);
  margin-bottom: calc(var(--fs-100) * 3);
}

.mx-3 {
  margin-inline: calc(var(--fs-100) * 3);
}

.mt-3 {
  margin-top: calc(var(--fs-100) * 3);
}

.mb-3 {
  margin-bottom: calc(var(--fs-100) * 3);
}

.ml-3 {
  margin-left: calc(var(--fs-100) * 3);
}

.mr-3 {
  margin-right: calc(var(--fs-100) * 3);
}

.my-4 {
  margin-top: calc(var(--fs-100) * 4);
  margin-bottom: calc(var(--fs-100) * 4);
}

.mx-4 {
  margin-inline: calc(var(--fs-100) * 4);
}

.mt-4 {
  margin-top: calc(var(--fs-100) * 4);
}

.mb-4 {
  margin-bottom: calc(var(--fs-100) * 4);
}

.ml-4 {
  margin-left: calc(var(--fs-100) * 4);
}

.mr-4 {
  margin-right: calc(var(--fs-100) * 4);
}

.my-5 {
  margin-top: calc(var(--fs-100) * 5);
  margin-bottom: calc(var(--fs-100) * 5);
}

.mx-5 {
  margin-inline: calc(var(--fs-100) * 5);
}

.mt-5 {
  margin-top: calc(var(--fs-100) * 5);
}

.mb-5 {
  margin-bottom: calc(var(--fs-100) * 5);
}

.ml-5 {
  margin-left: calc(var(--fs-100) * 5);
}

.mr-5 {
  margin-right: calc(var(--fs-100) * 5);
}

.my-6 {
  margin-top: calc(var(--fs-100) * 6);
  margin-bottom: calc(var(--fs-100) * 6);
}

.mx-6 {
  margin-inline: calc(var(--fs-100) * 6);
}

.mt-6 {
  margin-top: calc(var(--fs-100) * 6);
}

.mb-6 {
  margin-bottom: calc(var(--fs-100) * 6);
}

.ml-6 {
  margin-left: calc(var(--fs-100) * 6);
}

.mr-6 {
  margin-right: calc(var(--fs-100) * 6);
}

.my-7 {
  margin-top: calc(var(--fs-100) * 7);
  margin-bottom: calc(var(--fs-100) * 7);
}

.mx-7 {
  margin-inline: calc(var(--fs-100) * 7);
}

.mt-7 {
  margin-top: calc(var(--fs-100) * 7);
}

.mb-7 {
  margin-bottom: calc(var(--fs-100) * 7);
}

.ml-7 {
  margin-left: calc(var(--fs-100) * 7);
}

.mr-7 {
  margin-right: calc(var(--fs-100) * 7);
}

.my-8 {
  margin-top: calc(var(--fs-100) * 8);
  margin-bottom: calc(var(--fs-100) * 8);
}

.mx-8 {
  margin-inline: calc(var(--fs-100) * 8);
}

.mt-8 {
  margin-top: calc(var(--fs-100) * 8);
}

.mb-8 {
  margin-bottom: calc(var(--fs-100) * 8);
}

.ml-8 {
  margin-left: calc(var(--fs-100) * 8);
}

.mr-8 {
  margin-right: calc(var(--fs-100) * 8);
}

.my-9 {
  margin-top: calc(var(--fs-100) * 9);
  margin-bottom: calc(var(--fs-100) * 9);
}

.mx-9 {
  margin-inline: calc(var(--fs-100) * 9);
}

.mt-9 {
  margin-top: calc(var(--fs-100) * 9);
}

.mb-9 {
  margin-bottom: calc(var(--fs-100) * 9);
}

.ml-9 {
  margin-left: calc(var(--fs-100) * 9);
}

.mr-9 {
  margin-right: calc(var(--fs-100) * 9);
}

.my-10 {
  margin-top: calc(var(--fs-100) * 10);
  margin-bottom: calc(var(--fs-100) * 10);
}

.mx-10 {
  margin-inline: calc(var(--fs-100) * 10);
}

.mt-10 {
  margin-top: calc(var(--fs-100) * 10);
}

.mb-10 {
  margin-bottom: calc(var(--fs-100) * 10);
}

.ml-10 {
  margin-left: calc(var(--fs-100) * 10);
}

.mr-10 {
  margin-right: calc(var(--fs-100) * 10);
}

.mt-auto {
  margin-top: auto;
}

.mr-auto {
  margin-right: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

.p-1 {
  padding: calc(var(--fs-100) * 1);
}

.py-1 {
  padding-top: calc(var(--fs-100) * 1);
  padding-bottom: calc(var(--fs-100) * 1);
}

.px-1 {
  padding-inline: calc(var(--fs-100) * 1);
}

.pt-1 {
  padding-top: calc(var(--fs-100) * 1);
}

.pb-1 {
  padding-bottom: calc(var(--fs-100) * 1);
}

.pl-1 {
  padding-left: calc(var(--fs-100) * 1);
}

.pr-1 {
  padding-right: calc(var(--fs-100) * 1);
}

.p-2 {
  padding: calc(var(--fs-100) * 2);
}

.py-2 {
  padding-top: calc(var(--fs-100) * 2);
  padding-bottom: calc(var(--fs-100) * 2);
}

.px-2 {
  padding-inline: calc(var(--fs-100) * 2);
}

.pt-2 {
  padding-top: calc(var(--fs-100) * 2);
}

.pb-2 {
  padding-bottom: calc(var(--fs-100) * 2);
}

.pl-2 {
  padding-left: calc(var(--fs-100) * 2);
}

.pr-2 {
  padding-right: calc(var(--fs-100) * 2);
}

.p-3 {
  padding: calc(var(--fs-100) * 3);
}

.py-3 {
  padding-top: calc(var(--fs-100) * 3);
  padding-bottom: calc(var(--fs-100) * 3);
}

.px-3 {
  padding-inline: calc(var(--fs-100) * 3);
}

.pt-3 {
  padding-top: calc(var(--fs-100) * 3);
}

.pb-3 {
  padding-bottom: calc(var(--fs-100) * 3);
}

.pl-3 {
  padding-left: calc(var(--fs-100) * 3);
}

.pr-3 {
  padding-right: calc(var(--fs-100) * 3);
}

.p-4 {
  padding: calc(var(--fs-100) * 4);
}

.py-4 {
  padding-top: calc(var(--fs-100) * 4);
  padding-bottom: calc(var(--fs-100) * 4);
}

.px-4 {
  padding-inline: calc(var(--fs-100) * 4);
}

.pt-4 {
  padding-top: calc(var(--fs-100) * 4);
}

.pb-4 {
  padding-bottom: calc(var(--fs-100) * 4);
}

.pl-4 {
  padding-left: calc(var(--fs-100) * 4);
}

.pr-4 {
  padding-right: calc(var(--fs-100) * 4);
}

.p-5 {
  padding: calc(var(--fs-100) * 5);
}

.py-5 {
  padding-top: calc(var(--fs-100) * 5);
  padding-bottom: calc(var(--fs-100) * 5);
}

.px-5 {
  padding-inline: calc(var(--fs-100) * 5);
}

.pt-5 {
  padding-top: calc(var(--fs-100) * 5);
}

.pb-5 {
  padding-bottom: calc(var(--fs-100) * 5);
}

.pl-5 {
  padding-left: calc(var(--fs-100) * 5);
}

.pr-5 {
  padding-right: calc(var(--fs-100) * 5);
}

.p-6 {
  padding: calc(var(--fs-100) * 6);
}

.py-6 {
  padding-top: calc(var(--fs-100) * 6);
  padding-bottom: calc(var(--fs-100) * 6);
}

.px-6 {
  padding-inline: calc(var(--fs-100) * 6);
}

.pt-6 {
  padding-top: calc(var(--fs-100) * 6);
}

.pb-6 {
  padding-bottom: calc(var(--fs-100) * 6);
}

.pl-6 {
  padding-left: calc(var(--fs-100) * 6);
}

.pr-6 {
  padding-right: calc(var(--fs-100) * 6);
}

.p-7 {
  padding: calc(var(--fs-100) * 7);
}

.py-7 {
  padding-top: calc(var(--fs-100) * 7);
  padding-bottom: calc(var(--fs-100) * 7);
}

.px-7 {
  padding-inline: calc(var(--fs-100) * 7);
}

.pt-7 {
  padding-top: calc(var(--fs-100) * 7);
}

.pb-7 {
  padding-bottom: calc(var(--fs-100) * 7);
}

.pl-7 {
  padding-left: calc(var(--fs-100) * 7);
}

.pr-7 {
  padding-right: calc(var(--fs-100) * 7);
}

.p-8 {
  padding: calc(var(--fs-100) * 8);
}

.py-8 {
  padding-top: calc(var(--fs-100) * 8);
  padding-bottom: calc(var(--fs-100) * 8);
}

.px-8 {
  padding-inline: calc(var(--fs-100) * 8);
}

.pt-8 {
  padding-top: calc(var(--fs-100) * 8);
}

.pb-8 {
  padding-bottom: calc(var(--fs-100) * 8);
}

.pl-8 {
  padding-left: calc(var(--fs-100) * 8);
}

.pr-8 {
  padding-right: calc(var(--fs-100) * 8);
}

.p-9 {
  padding: calc(var(--fs-100) * 9);
}

.py-9 {
  padding-top: calc(var(--fs-100) * 9);
  padding-bottom: calc(var(--fs-100) * 9);
}

.px-9 {
  padding-inline: calc(var(--fs-100) * 9);
}

.pt-9 {
  padding-top: calc(var(--fs-100) * 9);
}

.pb-9 {
  padding-bottom: calc(var(--fs-100) * 9);
}

.pl-9 {
  padding-left: calc(var(--fs-100) * 9);
}

.pr-9 {
  padding-right: calc(var(--fs-100) * 9);
}

.p-10 {
  padding: calc(var(--fs-100) * 10);
}

.py-10 {
  padding-top: calc(var(--fs-100) * 10);
  padding-bottom: calc(var(--fs-100) * 10);
}

.px-10 {
  padding-inline: calc(var(--fs-100) * 10);
}

.pt-10 {
  padding-top: calc(var(--fs-100) * 10);
}

.pb-10 {
  padding-bottom: calc(var(--fs-100) * 10);
}

.pl-10 {
  padding-left: calc(var(--fs-100) * 10);
}

.pr-10 {
  padding-right: calc(var(--fs-100) * 10);
}

.py-s {
  padding: calc(var(--fs-100) * 15) 0;
}

.pt-s {
  padding-top: calc(var(--fs-100) * 15);
}

.pb-s {
  padding-bottom: calc(var(--fs-100) * 15);
}

.rounded-sm {
  border-radius: 2px;
}

.rounded {
  border-radius: 4px;
}

.rounded-md {
  border-radius: 6px;
}

.rounded-lg {
  border-radius: 8px;
}

.rounded-xl {
  border-radius: 12px;
}

.rounded-2xl {
  border-radius: 24px;
}

.rounded-full {
  border-radius: 9999px;
}

.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}

.shadow-none {
  box-shadow: 0 0 rgba(0, 0, 0, 0);
}

.w-1 {
  width: calc(var(--fs-100) * 1);
}

.w-2 {
  width: calc(var(--fs-100) * 2);
}

.w-3 {
  width: calc(var(--fs-100) * 3);
}

.w-4 {
  width: calc(var(--fs-100) * 4);
}

.w-5 {
  width: calc(var(--fs-100) * 5);
}

.w-6 {
  width: calc(var(--fs-100) * 6);
}

.w-7 {
  width: calc(var(--fs-100) * 7);
}

.w-8 {
  width: calc(var(--fs-100) * 8);
}

.w-9 {
  width: calc(var(--fs-100) * 9);
}

.w-10 {
  width: calc(var(--fs-100) * 10);
}

.w-full {
  width: 100%;
}

.w-min {
  width: -moz-min-content;
  width: min-content;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.w-screen {
  width: 100vw;
}

.min-w-full {
  min-width: 100%;
}

.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}

.max-w-full {
  max-width: 100%;
}

.max-w-max {
  max-width: -moz-max-content;
  max-width: max-content;
}

.h-1 {
  height: calc(var(--fs-100) * 1);
}

.h-2 {
  height: calc(var(--fs-100) * 2);
}

.h-3 {
  height: calc(var(--fs-100) * 3);
}

.h-4 {
  height: calc(var(--fs-100) * 4);
}

.h-5 {
  height: calc(var(--fs-100) * 5);
}

.h-6 {
  height: calc(var(--fs-100) * 6);
}

.h-7 {
  height: calc(var(--fs-100) * 7);
}

.h-8 {
  height: calc(var(--fs-100) * 8);
}

.h-9 {
  height: calc(var(--fs-100) * 9);
}

.h-10 {
  height: calc(var(--fs-100) * 10);
}

.h-full {
  height: 100%;
}

.h-min {
  height: -moz-min-content;
  height: min-content;
}

.h-max {
  height: -moz-max-content;
  height: max-content;
}

.h-screen {
  height: 100vh !important;
}

.min-h-full {
  min-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.min-h-max {
  min-height: -moz-max-content;
  min-height: max-content;
}

.max-h-full {
  max-height: 100%;
}

.max-w-max {
  max-height: -moz-max-content;
  max-height: max-content;
}

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.text-medium {
  font-family: var(--text-medium) !important;
}

.text-semibold {
  font-family: var(--text-semibold) !important;
}

.text-xs {
  font-size: 12px;
}

.text-sm {
  font-size: 14px;
}

.text-lg {
  font-size: 1.8rem;
}

.text-xl {
  font-size: 2rem;
}

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

.btn {
  display: inline-block !important;
  margin: 0;
  padding: var(--fs-300) var(--fs-500);
  cursor: pointer;
  outline: none;
  border: none;
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
  line-height: 1.1 !important;
  font-family: var(--text-medium) !important;
  font-size: var(--fs-200);
  text-transform: uppercase;
}
.btn:active {
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out;
}

.btn-block {
  display: block !important;
  width: 100%;
}

.btn-primary-500 {
  background-color: #C47C5A;
  color: var(--clr-white-500);
  transition: all 300ms ease-in-out;
}
.btn-primary-500:hover {
  background-color: #ad623e;
  transition: all 300ms ease-in-out;
}

.btn-neutral-500 {
  background-color: #707070;
  color: var(--clr-white-500);
  transition: all 300ms ease-in-out;
}
.btn-neutral-500:hover {
  background-color: #575757;
  transition: all 300ms ease-in-out;
}

.btn-white-500 {
  background-color: #fff;
  color: var(--clr-primary-500);
  transition: all 300ms ease-in-out;
}
.btn-white-500:hover {
  color: var(--clr-white-500);
  background-color: var(--clr-primary-500);
  transition: all 300ms ease-in-out;
}

.btn-whatsapp-500 {
  background-color: #2CD366;
  color: var(--clr-white-500);
  transition: all 300ms ease-in-out;
}
.btn-whatsapp-500:hover {
  background-color: #23a952;
  transition: all 300ms ease-in-out;
}

.btn-black-500 {
  background-color: #000;
  color: var(--clr-white-500);
  transition: all 300ms ease-in-out;
}
.btn-black-500:hover {
  background-color: black;
  transition: all 300ms ease-in-out;
}

.btn-brown-300 {
  background-color: #FBF8F6;
  color: var(--clr-white-500);
  transition: all 300ms ease-in-out;
}
.btn-brown-300:hover {
  background-color: #ebddd3;
  transition: all 300ms ease-in-out;
}

.btn-brown-500 {
  background-color: #915C43;
  color: var(--clr-white-500);
  transition: all 300ms ease-in-out;
}
.btn-brown-500:hover {
  background-color: #6e4633;
  transition: all 300ms ease-in-out;
}

.btn-brown-700 {
  background-color: #5E443C;
  color: var(--clr-white-500);
  transition: all 300ms ease-in-out;
}
.btn-brown-700:hover {
  background-color: #3f2d28;
  transition: all 300ms ease-in-out;
}

.btn-gray-300 {
  background-color: #F8F8F8;
  color: var(--clr-white-500);
  transition: all 300ms ease-in-out;
}
.btn-gray-300:hover {
  background-color: #dfdfdf;
  transition: all 300ms ease-in-out;
}

.btn-gray-500 {
  background-color: #EDEDED;
  color: var(--clr-white-500);
  transition: all 300ms ease-in-out;
}
.btn-gray-500:hover {
  background-color: #d4d4d4;
  transition: all 300ms ease-in-out;
}

.btn-gray-700 {
  background-color: #151515;
  color: var(--clr-white-500);
  transition: all 300ms ease-in-out;
}
.btn-gray-700:hover {
  background-color: black;
  transition: all 300ms ease-in-out;
}

.button {
  position: relative;
  display: flex;
  align-items: center;
  height: 4rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 2rem 0 1.2rem;
  border-radius: 1000vw;
  cursor: pointer;
  overflow: hidden;
}
.button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 4rem;
  height: 4rem;
  border-radius: 1000vw;
  border: 1.5px solid var(--clr-primary-500);
  background: transparent;
  z-index: 0;
  transition: all 300ms ease-in-out;
}
.button:hover i {
  color: var(--clr-white-500) !important;
}
.button:hover span {
  color: var(--clr-white-500) !important;
}
.button:hover::before {
  width: 100%;
  background: var(--clr-primary-500);
}
.button span, .button i {
  position: relative;
  z-index: 1;
}
.button i {
  margin-right: 0.4rem;
}

.link-primary-500 {
  color: #C47C5A;
  transition: all 300ms ease-in-out;
}
.link-primary-500:hover, .link-primary-500:focus {
  color: #884c30;
  transition: all 300ms ease-in-out;
}

.link-neutral-500 {
  color: #707070;
  transition: all 300ms ease-in-out;
}
.link-neutral-500:hover, .link-neutral-500:focus {
  color: var(--clr-primary-500);
  transition: all 300ms ease-in-out;
}

.link-white-500 {
  color: #fff;
  transition: all 300ms ease-in-out;
}
.link-white-500:hover, .link-white-500:focus {
  color: var(--clr-primary-500);
  transition: all 300ms ease-in-out;
}

.link-whatsapp-500 {
  color: #2CD366;
  transition: all 300ms ease-in-out;
}
.link-whatsapp-500:hover, .link-whatsapp-500:focus {
  color: #23a952;
  transition: all 300ms ease-in-out;
}

.link-black-500 {
  color: #000;
  transition: all 300ms ease-in-out;
}
.link-black-500:hover, .link-black-500:focus {
  color: var(--clr-primary-500);
  transition: all 300ms ease-in-out;
}

.link-brown-300 {
  color: #FBF8F6;
  transition: all 300ms ease-in-out;
}
.link-brown-300:hover, .link-brown-300:focus {
  color: #ebddd3;
  transition: all 300ms ease-in-out;
}

.link-brown-500 {
  color: #915C43;
  transition: all 300ms ease-in-out;
}
.link-brown-500:hover, .link-brown-500:focus {
  color: #6e4633;
  transition: all 300ms ease-in-out;
}

.link-brown-700 {
  color: #5E443C;
  transition: all 300ms ease-in-out;
}
.link-brown-700:hover, .link-brown-700:focus {
  color: #3f2d28;
  transition: all 300ms ease-in-out;
}

.link-gray-300 {
  color: #F8F8F8;
  transition: all 300ms ease-in-out;
}
.link-gray-300:hover, .link-gray-300:focus {
  color: #dfdfdf;
  transition: all 300ms ease-in-out;
}

.link-gray-500 {
  color: #EDEDED;
  transition: all 300ms ease-in-out;
}
.link-gray-500:hover, .link-gray-500:focus {
  color: #d4d4d4;
  transition: all 300ms ease-in-out;
}

.link-gray-700 {
  color: #151515;
  transition: all 300ms ease-in-out;
}
.link-gray-700:hover, .link-gray-700:focus {
  color: black;
  transition: all 300ms ease-in-out;
}

.pagination__nav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--fs-100);
  flex-direction: row;
}
.pagination__nav__list__item {
  width: 4rem;
  height: 4rem;
  font-size: var(--fs-200) !important;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  line-height: 1 !important;
  background: transparent;
  transition: all 300ms ease-in-out;
}
.pagination__nav__list__item:hover {
  color: var(--clr-white-500);
  border-color: var(--clr-primary-500);
  background: var(--clr-primary-500);
  transition: all 300ms ease-in-out;
}
.pagination__nav__list__item__link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination__nav__list__item__link--active {
  color: var(--clr-white-500);
  border: none !important;
  background: var(--clr-primary-500);
  transform: none;
}

.header {
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  min-height: 10rem;
  width: 100%;
  z-index: 10;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  transition: all 300ms ease-in-out;
}
.header__row__social {
  flex-basis: 20rem;
}
.header__row__brand img {
  height: 6.2rem;
}
.header__row__toggle {
  flex-basis: 20rem;
}
.header__row__toggle__wrapper {
  position: relative;
  align-items: flex-end;
  width: 40px;
  height: 100%;
  gap: 8px;
  line-height: 1;
  z-index: 20;
}
.header__row__toggle__wrapper:hover {
  cursor: pointer;
}
.header__row__toggle__wrapper span {
  display: block;
  width: 40px;
  height: 3px;
  background: var(--clr-white-500);
}
.header__row__toggle__wrapper span:nth-child(1) {
  transform: initial;
  transition: all 300ms ease-in-out;
}
.header__row__toggle__wrapper span:nth-child(2) {
  width: 30px;
  opacity: 1;
  transition: all 300ms ease-in-out;
}
.header__row__toggle__wrapper span:nth-child(3) {
  width: 34px;
  transform: initial;
  transition: all 300ms ease-in-out;
}
.header__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 72rem;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: all 300ms ease-in-out;
}
.header__wrapper__navbar__menu a {
  font-family: var(--text-medium) !important;
  transition: color 300ms ease-in-out;
}
.header__wrapper__navbar__menu a:hover {
  color: var(--clr-brown-700) !important;
}
.header--active .header__row__toggle__wrapper {
  position: absolute;
  top: 0;
  right: 55px;
}
.header--active .header__row__toggle__wrapper span {
  background: var(--clr-brown-700);
  transition: all 300ms ease-in-out;
}
.header--active .header__row__toggle__wrapper span:nth-child(1) {
  transform-origin: center;
  transform: rotate(45deg) translate(8px, 8px);
  transition: all 300ms ease-in-out;
}
.header--active .header__row__toggle__wrapper span:nth-child(2) {
  opacity: 0;
}
.header--active .header__row__toggle__wrapper span:nth-child(3) {
  width: 40px;
  transform-origin: center;
  transform: rotate(-45deg) translate(8px, -8px);
}
.header--active .header__wrapper {
  opacity: 1;
  transform: scaleX(1);
}
.header--sticky {
  background: linear-gradient(var(--clr-black-500), rgba(0, 0, 0, 0.3));
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media only screen and (max-width: 768px) {
  .header--active .header__row__toggle__wrapper {
    right: 39px;
  }
}
@media only screen and (max-width: 602px) {
  .header--active .header__row__toggle__wrapper {
    right: 42.5px;
  }
}
@media only screen and (max-width: 576px) {
  .header__row__social {
    display: none;
  }
  .header__row__brand img {
    height: 8rem;
  }
  .header--active .header__row__toggle__wrapper {
    right: 24px;
  }
}

.whatsapp {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 100;
}
.whatsapp a {
  margin: 0;
  padding: 0;
  width: var(--fs-900);
  height: var(--fs-900);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--fs-500);
  color: white;
  line-height: 1;
  border-radius: 50%;
  background: var(--clr-whatsapp-500);
  transform: scale(1);
  transition: transform 300ms ease-in-out;
}
.whatsapp a:hover, .whatsapp a:focus {
  transform: scale(0.95);
  transition: transform 300ms ease-in-out;
}
.whatsapp a i {
  line-height: inherit;
}

.footer__copyright {
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}
.footer__developer__row {
  font-size: 1.5rem;
  line-height: 1.1 !important;
}
.footer__developer__row a:hover {
  color: #884c30;
}
.footer__developer__row a i {
  margin-right: 4px;
}
@media only screen and (max-width: 1024px) {
  .footer__content__row {
    grid-template-columns: repeat(3, 1fr);
  }
  .footer__content__row__brand {
    grid-column: 1/4;
  }
  .footer__content__row__brand img {
    height: 8rem;
  }
  .footer__content__row div {
    justify-self: center;
  }
}
@media only screen and (max-width: 800px) {
  .footer__content__row {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer__content__row__brand {
    grid-column: inherit;
    align-self: center;
  }
  .footer__content__row__brand img {
    height: 8rem;
  }
  .footer__content__row div {
    justify-self: flex-start;
  }
}
@media only screen and (max-width: 576px) {
  .footer__content__row {
    grid-template-columns: 1fr;
  }
  .footer__content__row__brand {
    justify-self: center !important;
  }
  .footer__developer__row {
    justify-content: center;
    gap: var(--fs-100);
  }
  .footer__developer__row__wrapper {
    flex-wrap: wrap;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks product layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.hero {
  position: relative;
  z-index: 0;
  height: 100svh;
  background-image: url("../images/background-home.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero__wrapper {
  display: flex;
  align-items: end;
  height: 100%;
  justify-content: flex-end;
}
.hero__wrapper__content {
  max-width: 56rem;
}
@media only screen and (max-width: 1280px) {
  .hero__wrapper__content__header {
    font-size: var(--fs-900);
  }
}
@media only screen and (max-width: 1024px) {
  .hero__wrapper {
    padding: var(--fs-1000) var(--fs-500);
  }
  .hero__wrapper__content__header {
    font-size: var(--fs-800);
  }
}
@media only screen and (max-width: 576px) {
  .hero__wrapper {
    text-align: left;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 376px) {
  .hero__wrapper {
    padding: var(--fs-800) var(--fs-400);
  }
  .hero__wrapper__content__header {
    font-size: var(--fs-700);
  }
}

.about {
  position: relative;
  padding-top: 12rem;
  padding-bottom: 12rem;
}
.about__text {
  opacity: 0.2;
}
.about__text::before {
  position: absolute;
  top: var(--fs-200);
  content: "Sobre nós";
  font-family: var(--text-semibold);
  font-size: 15rem;
  text-transform: uppercase;
  line-height: 1 !important;
  color: var(--clr-black-500);
  text-shadow: -2px -2px 0 var(--clr-primary-500), 2px -2px 0 var(--clr-primary-500), -2px 2px 0 var(--clr-primary-500), 2px 2px 0 var(--clr-primary-500);
}
.about__wrapper {
  max-width: 53rem;
  width: 100%;
}
.about__wrapper__header {
  position: relative;
}
.about__wrapper__content::before {
  position: absolute;
  bottom: 16rem;
  right: 0;
  content: "";
  width: calc(50vw - var(--gap));
  height: calc(100% - 28rem);
  background-image: url("../images/imagem-sobre-ihof.jpg");
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.about__wrapper__content__cta span, .about__wrapper__content__cta i {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .about__text::before {
    font-size: 14rem;
  }
  .about__wrapper__content::before {
    width: 42vw;
    background-position: left center;
  }
}
@media only screen and (max-width: 801px) {
  .about {
    padding-top: 8rem;
  }
  .about__text::before {
    font-size: 10.5rem;
  }
  .about__wrapper {
    max-width: 45rem;
  }
  .about__wrapper__header::after {
    display: none;
  }
  .about__wrapper__content::before {
    height: calc(100% - 24rem);
    width: 32vw;
  }
}
@media only screen and (max-width: 602px) {
  .about__wrapper {
    max-width: 42rem;
    width: 100%;
  }
  .about__wrapper__header {
    font-size: var(--fs-600);
  }
  .about__wrapper__header::after {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .about {
    padding: 0;
  }
  .about__text {
    display: none;
  }
  .about__wrapper {
    position: relative;
    padding-top: var(--fs-500);
    max-width: 100%;
    width: 100%;
  }
  .about__wrapper::before {
    position: relative;
    margin-bottom: var(--fs-600);
    display: block;
    content: "";
    width: 100%;
    height: 30rem;
    background-image: url("../images/imagem-sobre-ihof.jpg");
    background-size: cover;
    background-position: center;
    z-index: 0;
  }
  .about__wrapper__content::before {
    display: none;
  }
}

.specialties {
  position: relative;
  padding-bottom: 24rem;
}
.specialties__row {
  grid-template-columns: 44.5rem 1fr;
}
.specialties__row__image {
  margin-top: -8rem;
  max-height: 68.6rem;
}
.specialties__row__wrapper__header::after {
  position: relative;
  display: block;
  content: "";
  margin-top: var(--fs-200);
  width: 16.5rem;
  height: 2px;
  background: var(--clr-primary-500);
}
.specialties__row__wrapper__content {
  max-width: 39rem;
}
@media only screen and (max-width: 1024px) {
  .specialties__row__wrapper__header {
    font-size: var(--fs-600);
  }
}
@media only screen and (max-width: 800px) {
  .specialties__row {
    grid-template-columns: 1.5fr 2fr;
  }
  .specialties__row__wrapper__header {
    font-size: var(--fs-500);
  }
}
@media only screen and (max-width: 576px) {
  .specialties {
    padding-bottom: 20rem;
  }
  .specialties__row {
    grid-template-columns: 1fr;
  }
  .specialties__row__image {
    display: none;
  }
  .specialties__row__wrapper {
    padding-bottom: 0;
  }
  .specialties__row__wrapper__header {
    font-size: 4.2rem;
  }
  .specialties__row__wrapper__content {
    max-width: 100%;
  }
}

.video {
  position: relative;
  margin-top: -12rem;
}
.video__wrapper {
  width: 100%;
  height: 40rem;
}
.video__wrapper iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 640px) {
  .video__wrapper {
    height: 35rem;
  }
}
@media only screen and (max-width: 576px) {
  .video__wrapper {
    height: 25rem;
  }
}

.gallery {
  padding-bottom: 16rem;
}
.gallery__header {
  position: relative;
}
.gallery__header::after {
  position: relative;
  display: block;
  content: "";
  margin-top: var(--fs-200);
  margin-inline: auto;
  width: 16.5rem;
  height: 2px;
  background: var(--clr-primary-500);
}
.gallery__row__card {
  position: relative;
  height: 20rem;
  transform: scale(1);
  transition: transform 300ms ease-in-out;
}
.gallery__row__card::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.gallery__row__card:hover {
  transform: scale(0.98);
}
.gallery__row__card:nth-child(3) {
  grid-column: 3/4;
  grid-row: 1/3;
  height: 100%;
}
.gallery__row__card:nth-child(4) {
  grid-row: 2/4;
  height: 100%;
}

.founders {
  position: relative;
  padding-bottom: 8rem;
}
.founders__row {
  grid-template-columns: 44.5rem 1fr;
}
.founders__row__image {
  margin-top: -8rem;
  height: 100%;
}
.founders__row__wrapper__header::after {
  position: relative;
  display: block;
  content: "";
  margin-top: var(--fs-200);
  width: 16.5rem;
  height: 2px;
  background: var(--clr-primary-500);
}
@media only screen and (max-width: 1024px) {
  .founders__row__wrapper__header {
    font-size: var(--fs-600);
  }
}
@media only screen and (max-width: 800px) {
  .founders__row {
    grid-template-columns: 1.5fr 2fr;
  }
  .founders__row__wrapper__header {
    font-size: var(--fs-500);
  }
}
@media only screen and (max-width: 576px) {
  .founders {
    padding-bottom: 20rem;
  }
  .founders__row {
    grid-template-columns: 1fr;
  }
  .founders__row__image {
    display: block;
    height: 52rem;
  }
  .founders__row__wrapper {
    padding-top: 1rem;
    padding-bottom: 0;
  }
  .founders__row__wrapper__header {
    font-size: 4.2rem;
  }
  .founders__row__wrapper__content {
    max-width: 100%;
  }
}

.tips {
  position: relative;
}
.tips::before {
  position: absolute;
  content: "";
  top: -8rem;
  left: 0;
  width: 50vw;
  height: calc(100% + 16rem);
  background: var(--clr-gray-700);
}
.tips__header {
  position: relative;
}
.tips__header::before {
  position: relative;
  content: "";
  display: block;
  width: 16.5rem;
  height: 2px;
  background: var(--clr-primary-500);
  margin-bottom: 1rem;
}
.tips__header h2 {
  margin-right: auto;
}
.tips__header a {
  margin-left: auto;
}
.tips__row {
  position: relative;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}
.tips__row__card__image {
  height: 25rem;
  transform: scale(1);
  transition: transform 300ms ease-in-out;
}
.tips__row__card__image:hover {
  transform: scale(0.98);
}
@media only screen and (max-width: 800px) {
  .tips::before {
    width: 70vw;
    height: 50%;
  }
}
@media only screen and (max-width: 576px) {
  .tips__header h2 {
    font-size: var(--fs-600);
  }
}

.divider {
  height: 40rem;
}
.divider img {
  -o-object-position: center top;
     object-position: center top;
}
@media only screen and (max-width: 1280px) {
  .divider {
    height: 35rem;
  }
}
@media only screen and (max-width: 800px) {
  .divider {
    position: relative;
    height: 25rem;
  }
  .divider::before {
    position: absolute;
    top: -1rem;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
@media only screen and (max-width: 576px) {
  .divider {
    height: 28rem;
  }
  .divider img {
    -o-object-position: right top;
       object-position: right top;
  }
}
