@charset "UTF-8";
/*---------------------------------------------"
Template Name: Gym
Template URL: https://uiparadox.co.uk/templates/gym
Description: GYM Html5 Bootstrap5 Template                                           
Version: 1.0.0

===============================================   
STYLE SHEET INDEXING
|
|___ Fonts
|___ Variables
|___ Reset Styles
|___ Responsive
|___ Spacing
|___ Helper Classes
|___ Buttons
|___ Headings
|___ Layout Styles
|___ END STYLE SHEET INDEXING

--------------------------------------------*/
/*-------------------------
    Fonts
-------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800&display=swap");
/*-------------------------
    Variables
-------------------------*/
/*-------------------------
    Responsive
-------------------------*/
/*-------------------------
    Reset Styles
-------------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul.list-style,
ol.list-style {
  padding: 0;
}

ul.list-style li::marker,
ol.list-style li::marker {
  color: #01bfc9;
  /* color: #01bfc9; */
}

.unstyled {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-left: 15px;
  padding-right: 15px;
}

section:after {
  content: "";
  display: block;
  clear: both;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.form-group {
  position: relative;
}

.input-group {
  position: relative;
  background: #F0F2F4;
  padding: 10px 16px;
}

.form-control {
  border-width: 0px 1px;
  border-style: solid;
  border-color: #1B1C1E;
  border-radius: 10px;
  padding: 12px 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.03em;
  position: relative;
  margin-bottom: 0;
  color: #797D86;
  background: #FAFAFA;
  box-shadow: 42px 42px 24px rgba(0, 0, 0, 0.01), 24px 24px 20px rgba(0, 0, 0, 0.03), 11px 11px 15px rgba(0, 0, 0, 0.04), 3px 3px 8px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
}
.form-control:focus {
  outline: 0;
  box-shadow: none;
  background: transparent;
}
.form-control::placeholder {
  color: #797D86;
  opacity: 1;
}

.form-group .form-control {
  background: #FAFAFA;
}

textarea {
  height: 100px;
}

.input-group button {
  background: transparent;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 21px;
  color: #0D0D0D;
}

label.error {
  color: #bc0f0f;
  margin-top: 10px;
}

.has-search {
  text-align: center;
  position: relative;
}
.has-search button {
  border: 0;
  background: transparent;
}
.has-search .form-control {
  padding-right: 32px;
  width: 597px;
}
.has-search .form-control-search {
  position: absolute;
  right: 18px;
  z-index: 2;
  display: block;
  font-weight: 400;
  font-size: 24px;
  padding-top: 16px;
  text-align: center;
  color: #797D86;
}

iframe {
  margin-bottom: -7px;
  width: 100%;
}

.pagination-cus {
  display: inline-flex;
}
.pagination-cus li {
  margin-right: 10px;
}
.pagination-cus li i {
  font-size: 60px;
  color: #0D0D0D;
}
.pagination-cus li a {
  display: block;
}
.pagination-cus li .link {
  background: linear-gradient(282.51deg, rgba(148, 158, 155, 0.2) -4.31%, rgba(148, 158, 155, 0) 126.79%);
  backdrop-filter: blur(2.5px);
  border-radius: 10px;
  padding: 10px 20px;
  text-align: center;
  color: #0D0D0D;
}
.pagination-cus li .link.active {
  color: #01bfc9;
  /* color: #01bfc9; */
}
.pagination-cus li .link:hover {
  color: #01bfc9;
  /* color: #01bfc9; */
}

/*-------------------------
    Typography
-------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #0D0D0D;
  font-weight: 400;
  background-color: #FAFAFA;
  height: 100%;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 5px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #000;
  /* background: #01bfc9; */
}
body.dark {
  background: #0D0D0D;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
table,
hr {
  margin: 0 0 20px 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #1B1C1E;
}

p {
  font-weight: 400;
  font-size: clamp(14px, 0.833vw, 21px);
  margin: 0 0 16px 0;
  line-height: 150%;
  letter-spacing: 0.03em;
}

a {
  display: inline-block;
  text-decoration: none;
  color: unset;
  transition: all 0.5s ease-in-out;
}
a:hover {
  color: #01bfc9;
  /* color: #01bfc9; */
  transition: all 0.5s ease-in-out;
}

b,
strong {
  font-family: "Montserrat", sans-serif;
}

/*-------------------------
    Spacing
-------------------------*/
/*----------------------------------------*/
/*  03. SPACE CSS START
/*----------------------------------------*/
.mb-200 {
  margin-bottom: 250px;
}

.mt-150 {
  margin-top: 150px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-150 {
    margin-top: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-150 {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .mt-150 {
    margin-top: 80px;
  }
}

.mt-100 {
  margin-top: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-100 {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-100 {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .mt-100 {
    margin-top: 50px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-100 {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-100 {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .mb-100 {
    margin-bottom: 50px;
  }
}

.ms-80 {
  margin-left: 80px;
  margin-right: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ms-80 {
    margin-left: 60px;
    margin-right: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ms-80 {
    margin-left: 48px;
    margin-right: 48px;
  }
}
@media (max-width: 767px) {
  .ms-80 {
    margin-left: 32px;
    margin-right: 32px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-80 {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-80 {
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .mb-80 {
    margin-bottom: 32px;
  }
}

.mt-64 {
  margin-top: 64px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-64 {
    margin-top: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-64 {
    margin-top: 42px;
  }
}
@media (max-width: 767px) {
  .mt-64 {
    margin-top: 32px;
  }
}

.mb-64 {
  margin-bottom: 64px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-64 {
    margin-bottom: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-64 {
    margin-bottom: 42px;
  }
}
@media (max-width: 767px) {
  .mb-64 {
    margin-bottom: 32px;
  }
}

.mt-48 {
  margin-top: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-48 {
    margin-top: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-48 {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .mt-48 {
    margin-top: 24px;
  }
}

.mb-48 {
  margin-bottom: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-48 {
    margin-bottom: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-48 {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .mb-48 {
    margin-bottom: 24px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-40 {
    margin-bottom: 33px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-40 {
    margin-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .mb-40 {
    margin-bottom: 21px;
  }
}

.mb-32 {
  margin-bottom: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-32 {
    margin-bottom: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-32 {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .mb-32 {
    margin-bottom: 18px;
  }
}

.mb-24 {
  margin-bottom: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-24 {
    margin-bottom: 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-24 {
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .mb-24 {
    margin-bottom: 12px;
  }
}

.mb-16 {
  margin-bottom: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-16 {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-16 {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .mb-16 {
    margin-bottom: 10px;
  }
}

.m-12 {
  margin: 12px 0;
}

.ms-15 {
  margin: 0 15px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.ml-30 {
  margin-left: 30px;
}

.space-mar {
  margin-top: -50px;
}

.spacer-mar {
  margin-top: -24px;
}
@media (max-width: 1199px) {
  .spacer-mar {
    margin: 0;
  }
}

.sec-pt {
  padding-top: 235px;
}

.pt-80 {
  padding-top: clamp(48px, 4.167vw, 120px);
}
@media (max-width: 575px) {
  .pt-80 {
    padding-top: 32px;
  }
}

.pb-80 {
  padding-bottom: clamp(48px, 4.167vw, 120px);
}
@media (max-width: 575px) {
  .pb-80 {
    padding-bottom: 32px;
  }
}

.pt-62 {
  padding-top: 62px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-62 {
    padding-top: 52px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-62 {
    padding-top: 42px;
  }
}
@media (max-width: 767px) {
  .pt-62 {
    padding-top: 32px;
  }
}
@media (max-width: 490px) {
  .pt-62 {
    padding-top: 22px;
  }
}

.pb-62 {
  padding-bottom: 62px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-62 {
    padding-bottom: 52px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-62 {
    padding-bottom: 42px;
  }
}
@media (max-width: 767px) {
  .pb-62 {
    padding-bottom: 32px;
  }
}
@media (max-width: 490px) {
  .pb-62 {
    padding-bottom: 22px;
  }
}

.p-62 {
  padding: 62px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .p-62 {
    padding: 52px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .p-62 {
    padding: 42px;
  }
}
@media (max-width: 767px) {
  .p-62 {
    padding: 32px;
  }
}
@media (max-width: 490px) {
  .p-62 {
    padding: 22px;
  }
}

.p-55 {
  padding: 55px 0;
}

.pt-50 {
  padding-top: 50px;
}

.p-50 {
  padding: 50px 0;
}

.p-34 {
  padding: 34px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .p-34 {
    padding: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .p-34 {
    padding: 18px;
  }
}

.pb-30 {
  padding-bottom: 30px;
}

.p-16 {
  padding: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .p-16 {
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .p-16 {
    padding: 13px;
  }
}
@media (max-width: 767px) {
  .p-16 {
    padding: 10px;
  }
}
@media (max-width: 490px) {
  .p-16 {
    padding: 10px;
  }
}

.p-30 {
  padding: 30px;
}

.pt-30 {
  padding: 30px 0;
}

.p-20 {
  padding: 20px;
}

.ps-20 {
  padding: 0 20px;
}

.ps-18 {
  padding-left: 18px;
  padding-right: 18px;
}

.pt-12 {
  padding: 12px 0;
}

.p-12 {
  padding: 12px;
}

.p-10 {
  padding: 10px;
}

/*-------------------------
    Helper Classes
-------------------------*/
.color-primary {
  color: #01bfc9 !important;
  /* color: #01bfc9 !important; */
}

.bg-primary {
  background-color: #01bfc9 !important;
  /* background-color: #01bfc9 !important; */
}

.color-white-1 {
  color: #FAFAFA !important;
}

.bg-white-1 {
  background-color: #FAFAFA !important;
}

.color-white-2 {
  color: #F0F2F4 !important;
}

.bg-white-2 {
  background-color: #F0F2F4 !important;
}

.color-dark-1 {
  color: #0D0D0D !important;
}

.bg-dark-1 {
  background-color: #0D0D0D !important;
}

.color-dark-2 {
  color: #1B1C1E !important;
}

.bg-dark-2 {
  background-color: #1B1C1E !important;
}

.color-dark-3 {
  color: #2C2D2F;
}

.bg-dark-3 {
  background-color: #2C2D2F;
}

.color-dark-gray {
  color: #797D86;
}

.bg-dark-gray {
  background-color: #797D86;
}

.color-medium-gray {
  color: #AFB1B6;
}

.bg-medium-gray {
  background-color: #AFB1B6;
}

.color-light-gray {
  color: #D6D8DB;
}

.bg-light-gray {
  background-color: #D6D8DB;
}

.fs-47 {
  font-size: clamp(23px, 2.448vw, 56px);
}

.fs-36 {
  font-size: clamp(18px, 1.875vw, 40px);
}

.fs-27 {
  font-size: clamp(16px, 1.406vw, 36px);
}

.fs-21 {
  font-size: clamp(15px, 1.094vw, 27px);
}

.fs-16 {
  font-size: clamp(14px, 0.833vw, 21px);
}

.fs-12 {
  font-size: clamp(10px, 0.625vw, 16px);
}

.fw-3 {
  font-weight: 300;
}

.fw-4 {
  font-weight: 400;
}

.fw-5 {
  font-weight: 500;
}

.fw-6 {
  font-weight: 600;
}

.fw-7 {
  font-weight: 700;
}

.lh-100 {
  line-height: 100%;
}

.lh-110 {
  line-height: 110%;
}

.lh-120 {
  line-height: 120%;
}

.lh-130 {
  line-height: 130%;
}

.lh-140 {
  line-height: 140%;
}

.lh-150 {
  line-height: 150%;
}

.lh-160 {
  line-height: 160%;
}

.ls-1 {
  letter-spacing: -0.01em;
}

.ls-0 {
  letter-spacing: 0em;
}

.ls-2 {
  letter-spacing: -0.02em;
}

.ls-3 {
  letter-spacing: -0.03em;
}

.ls-4 {
  letter-spacing: -0.04em;
}

.vertical-line {
  position: relative;
}
.vertical-line::before {
  content: "";
  position: absolute;
  left: calc(50% - 1px );
  width: 1px;
  height: 100%;
  background: #D6D8DB;
  z-index: 10;
}
@media (max-width: 1199px) {
  .vertical-line::before {
    opacity: 0.2;
  }
}

/*-------------------------
  Buttons
-------------------------*/
.cus-btn {
  padding: clamp(8px, 0.625vw, 16px) clamp(24px, 1.66vw, 42px);
  border: 2px solid #01bfc9;
  /* border: 2px solid #01bfc9; */
  font-size: clamp(18px, 1.2vw, 30px);
  transition: all 0.5s ease-in-out;
  background: #0D0D0D;
  border-radius: 15px;
  font-weight: 700;
  color: #01bfc9;
  /* color: #01bfc9; */
  display: inline-block;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: color 0.5s;
  z-index: 1;
}
.cus-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #0D0D0D;
  height: 450px;
  width: 450px;
  border-radius: 50%;
  top: 100%;
  left: 100%;
  transition: all 0.7s;
}
.cus-btn:hover {
  color: #FAFAFA;
}
.cus-btn:hover:before {
  top: -114px;
  left: -33px;
  background: #01bfc9;
  /* background: #01bfc9; */
  transition: all 0.5s ease-in-out;
}
.cus-btn.primary {
  color: #0D0D0D;
  background: #FAFAFA;
}
.cus-btn.primary:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #0D0D0D;
  height: 450px;
  width: 450px;
  border-radius: 50%;
  top: 100%;
  left: 100%;
  transition: all 0.7s;
}
.cus-btn.primary:hover {
  color: #FAFAFA;
}
.cus-btn.primary:hover:before {
  top: -114px;
  left: -33px;
  background: #01bfc9;
  /* background: #01bfc9; */
  transition: all 0.5s ease-in-out;
}
.cus-btn.dark {
  color: #FAFAFA;
  background: #01bfc9;
  /* background: #01bfc9; */
}
.cus-btn.dark:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #0D0D0D;
  height: 450px;
  width: 450px;
  border-radius: 50%;
  top: 100%;
  left: 100%;
  transition: all 0.7s;
}
.cus-btn.dark:hover {
  color: #0D0D0D;
}
.cus-btn.dark:hover:before {
  top: -114px;
  left: -33px;
  background: #FAFAFA;
  transition: all 0.5s ease-in-out;
}
.cus-btn.light {
  color: #01bfc9;
  /* color: #01bfc9; */
  background: #FAFAFA;
}
.cus-btn.light:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #FAFAFA;
  height: 450px;
  width: 450px;
  border-radius: 50%;
  top: 100%;
  left: 100%;
  transition: all 0.7s;
}
.cus-btn.light:hover {
  color: #FAFAFA;
}
.cus-btn.light:hover:before {
  top: -114px;
  left: -33px;
  background: #0D0D0D;
  transition: all 0.5s ease-in-out;
}

.back-to-top {
  position: fixed;
  bottom: 0px;
  right: 20px;
  display: block;
  width: 150px;
  height: 150px;
  line-height: 50px;
  font-size: 100px;
  padding: 20px 0;
  background: rgb(1, 191, 201);
  /* background: #01bfc9; */
  color: #F0F2F4;
  text-align: center;
  opacity: 0;
  text-decoration: none;
  border-radius: 50%;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.back-to-top.show {
  opacity: 1;
}
@media (max-width: 490px) {
  .back-to-top {
    right: -20px;
    bottom: -20px;
  }
}

/*-------------------------
  Headings
-------------------------*/
.heading_1 {
  margin-bottom: 3.333vw;
}
.heading_1 h2 {
  font-weight: 700;
  font-size: clamp(48px, 4.167vw, 94px);
  line-height: 120%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #1B1C1E;
  padding-left: clamp(24px, 3.33vw, 96px);
  position: relative;
  z-index: 50;
}
@media (max-width: 492px) {
  .heading_1 h2 {
    font-size: 32px;
    padding-left: 16px;
  }
}
.heading_1 h2::after {
  content: "";
  position: absolute;
  bottom: 1.042vw;
  left: 0;
  z-index: -5;
  background-color: #D6D8DB;
  width: clamp(100px, 10.156vw, 300px);
  height: clamp(16px, 1.51vw, 42px);
}
@media (max-width: 492px) {
  .heading_1 h2::after {
    height: 12px;
  }
}

/*-------------------------
  Preloader Styles
-------------------------*/
/* Preloader */
.ctn-preloader {
  align-items: center;
  cursor: none;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99900;
}
.ctn-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}
.ctn-preloader .animation-preloader .txt-loading span {
  font: bold "Montserrat", sans-serif;
  font-size: 5em;
  line-height: 120%;
  text-align: center;
  user-select: none;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  color: rgba(250, 250, 250, 0.2);
  position: relative;
}
.ctn-preloader .animation-preloader .txt-loading span.letters-loading:before {
  animation: letters-loading 4s infinite;
  color: #FAFAFA;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: rotateY(-90deg);
}
.ctn-preloader .animation-preloader .txt-loading span.letters-loading:nth-child(2)::before {
  animation-delay: 0.2s;
}
.ctn-preloader .animation-preloader .txt-loading span.letters-loading:nth-child(3)::before {
  animation-delay: 0.4s;
}
.ctn-preloader .animation-preloader .txt-loading span.letters-loading:nth-child(4)::before {
  animation-delay: 0.6s;
}
.ctn-preloader .animation-preloader .txt-loading span.letters-loading:nth-child(5)::before {
  animation-delay: 0.8s;
}
.ctn-preloader .animation-preloader .txt-loading span.letters-loading:nth-child(6)::before {
  animation-delay: 1s;
}
.ctn-preloader .animation-preloader .txt-loading span.letters-loading:nth-child(7)::before {
  animation-delay: 1.2s;
}
.ctn-preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(250, 250, 250, 0.2);
  border-top-color: #fafafa;
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}
.ctn-preloader .loader-section {
  background-color: #2C2D2F;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}
.ctn-preloader .loader-section.section-left {
  left: 0;
}
.ctn-preloader .loader-section.section-right {
  right: 0;
}

.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.loaded .loader-section.section-left {
  transform: translateX(-101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

.loaded .loader-section.section-right {
  transform: translateX(101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

/* Animación del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
/* Animación de las letras cargando del preloader */
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
/* Tamaño de portatil hacia atras (portatil, tablet, celular) */
@media screen and (max-width: 767px) {
  /* Preloader */
  /* Spinner cargando */
  .ctn-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }

  /* Texto cargando */
  .ctn-preloader .animation-preloader .txt-loading span {
    font: bold 3.5em "Montserrat", sans-serif;
  }
}
@media screen and (max-width: 500px) {
  /* Prelaoder */
  /* Spinner cargando */
  .ctn-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }

  /* Texto cargando */
  .ctn-preloader .animation-preloader .txt-loading span {
    font: bold 2em "Montserrat", sans-serif;
  }
}
.header {
  width: 100%;
  background: #FAFAFA;
  position: absolute;
  top: 0;
  left: 0;
  height: clamp(72px, 4.167vw, 150px);
  z-index: 999;
  height: 80px;
  display: grid;
  align-content: center;
  background: rgba(0, 0, 0, 0.5);
  background: #35b3d3;
  /*background: rgba(0, 0, 0, 0.5);*/
  backdrop-filter: blur(25px);
}
.header nav .navbar-brand {
  width: clamp(120px, 9vw, 250px);
}
.header nav .navbar-nav .menu-item a {
  font-size: clamp(19px, 1.094vw, 27px);
  line-height: 140%;
  color: #FFFFFF;
  padding: clamp(8px, 0.625vw, 24px) clamp(2px, 1.042vw, 24px);
}
@media (max-width: 991px) {
  .header nav .navbar-nav .menu-item a {
    color: #1B1C1E;
  }
}
.header nav .navbar-nav .menu-item a:hover {
  color: #000;
}
.header nav .navbar-nav .menu-item a.active {
  color: #000;
}
.header nav .right-content {
  text-align: right;
}
@media (max-width: 992px) {
  .header nav .right-content {
    display: none;
  }
}
.header nav .right-content p {
  position: relative;
  color: #FAFAFA;
  margin-bottom: 0;
  cursor: pointer;
}
.header nav .right-content p:hover {
  color: #000;
}
.header nav .right-content p span {
  position: absolute;
  left: clamp(-40px, -2.083vw, -50px);
  top: 0.156vw;
}
.header nav .right-content p i {
  font-size: clamp(18px, 1.563vw, 36px);
  font-weight: 100;
}
.header nav .right-content .hide-dropdown {
  overflow: hidden;
  top: 3.333vw;
  right: 0;
  position: absolute;
  transition: all 0.5s ease-in-out;
  width: 0;
}
.header nav .right-content .hide-dropdown .info-card {
  position: relative;
  width: 22.292vw;
  padding: 1.25vw;
  background-color: #FAFAFA;
  text-align: left;
  box-shadow: 42px 42px 24px rgba(0, 0, 0, 0.01), 24px 24px 20px rgba(0, 0, 0, 0.03), 11px 11px 15px rgba(0, 0, 0, 0.04), 3px 3px 8px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
}
.header nav .right-content .hide-dropdown .info-card .vertical-text {
  position: absolute;
  right: -4.063vw;
  top: 6.51vw;
  font-size: clamp(40px, 4.167vw, 94px);
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #D6D8DB;
  transform: rotate(-90deg);
}
.header nav .right-content .hide-dropdown .info-card ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 1.25vw, 40px);
}
.header nav .right-content .hide-dropdown .info-card ul li {
  display: inline-block;
  font-weight: 700;
  font-size: clamp(15px, 1.094vw, 27px);
  line-height: 140%;
  color: #1B1C1E;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.header nav .right-content .hide-dropdown .info-card ul li.woicon {
  margin-left: 1.667vw;
}
.header nav .right-content .hide-dropdown .info-card ul li span {
  font-weight: 400;
  font-size: clamp(14px, 0.833vw, 21px);
  line-height: 150%;
  letter-spacing: 0.03em;
}
.header nav .right-content .hide-dropdown .info-card ul li span b {
  font-weight: 700;
  font-size: clamp(15px, 1.094vw, 27px);
  line-height: 140%;
}
.header nav .right-content .hide-dropdown .info-card ul li .address {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 1.25vw, 42px);
}
.header nav .right-content .hide-dropdown .info-card ul li .address b {
  font-weight: 700;
  font-size: clamp(15px, 1.094vw, 27px);
  line-height: 140%;
}
.header nav .right-content .hide-dropdown .info-card ul li i {
  margin-right: 8px;
  color: #AFB1B6;
  font-size: clamp(16px, 1.25vw, 27px);
}
.header nav .right-content .hide-dropdown .info-card ul li:hover i {
  color: #01bfc9;
  /* color: #01bfc9; */
}
.header nav .right-content .hide-dropdown .info-card iframe {
  height: clamp(150px, 13.229vw, 350px);
}
.header nav .right-content .hide-dropdown.active {
  width: 22.292vw;
  transition: all 0.5s ease-in-out;
}
.header .navbar-toggler {
  color: #FAFAFA;
  border: none;
  outline: 0;
  padding: 0.521vw;
  font-size: clmap(16px, 1.25vw, 27px);
}
.header .navbar-toggler:focus {
  box-shadow: none;
  color: #01bfc9;
  /* color: #01bfc9; */
}
.header .navbar-expand-lg,
.header .navbar-collapse {
  justify-content: center;
}
@media (max-width: 992px) {
  .header .navbar-expand-lg,
.header .navbar-collapse {
    justify-content: center;
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .header .navbar-collapse {
    background: #F0F2F4;
    border-radius: clamp(5px, 0.521vw, 15px);
    padding: 0.781vw 1.25vw;
    z-index: 9999;
    position: absolute;
    top: 3.125vw;
    right: 0.521vw;
    width: fit-content;
    box-shadow: 42px 42px 24px rgba(0, 0, 0, 0.01), 24px 24px 20px rgba(0, 0, 0, 0.03), 11px 11px 15px rgba(0, 0, 0, 0.04), 3px 3px 8px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  }
}

footer {
  background-color: #1B1C1E;
}
footer .content {
  padding: 3.698vw 0 3.333vw;
}
@media (max-width: 575px) {
  footer .content {
    padding: 12.348vw 2.783vw 11.13vw;
  }
}
footer .content .about p {
  font-size: clamp(14px, 0.833vw, 21px);
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #FAFAFA;
  width: 80%;
  margin: 2.5vw 0 5vw;
}
@media (max-width: 1199px) {
  footer .content .about p {
    width: 95%;
    margin: 4.003vw 0;
  }
}
@media (max-width: 492px) {
  footer .content .about p {
    width: 100%;
  }
}
footer .content .about .social-icons {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 1199px) {
  footer .content .about .social-icons {
    margin-bottom: 5.338vw;
  }
}
footer .content .about .social-icons li {
  display: inline;
  margin-right: 1.667vw;
}
footer .content .about .social-icons li:last-child {
  margin-right: 0;
}
footer .content .about .social-icons li i {
  color: #FAFAFA;
  font-size: clamp(17px, 1.25vw, 27px);
  transition: all 0.5s ease-in-out;
}
footer .content .about .social-icons li i:hover {
  transition: all 0.5s ease-in-out;
  color: #01bfc9;
  /* color: #01bfc9; */
}
footer .content .contact ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 1.25vw, 42px);
}
footer .content .contact ul li {
  font-weight: 700;
  font-size: clamp(15px, 1.094vw, 27px);
  line-height: 140%;
  color: #FAFAFA;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
footer .content .contact ul li.woicon {
  margin-left: 1.667vw;
}
footer .content .contact ul li span {
  font-weight: 400;
  font-size: clamp(14px, 0.833vw, 21px);
  line-height: 150%;
  letter-spacing: 0.03em;
}
footer .content .contact ul li span b {
  font-weight: 700;
  font-size: clamp(15px, 1.094vw, 27px);
  line-height: 140%;
}
footer .content .contact ul li .address {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 1.66vw, 42px);
}
footer .content .contact ul li .address b {
  font-weight: 700;
  font-size: clamp(15px, 1.094vw, 27px);
  line-height: 140%;
}
footer .content .contact ul li i {
  color: #FAFAFA;
  font-size: clamp(17px, 1.25vw, 27px);
}
footer .content .contact ul li a {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
footer .content .contact ul li a:hover i {
  color: #01bfc9;
  /* color: #01bfc9; */
}
footer .footer-bottom {
  background-color: #0D0D0D;
}
footer .footer-bottom p {
  text-align: center;
  margin: 0;
  padding: 1.042vw;
  font-size: clamp(14px, 0.833vw, 21px);
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #FAFAFA;
}

.hero-banner-1 {
  background: url(../media/banner/fundo.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  margin-top: 0px;
  height: 100vh;
  position: relative;
  display: grid;
  align-items: center;
}
@media (max-width: 1024px) {
  .hero-banner-1 {
    background-position: 62%;
  }
}
.hero-banner-1 .content span {
  font-weight: 700;
  font-size: clamp(20px, 1.406vw, 36px);
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #01bfc9;
  /* color: #01bfc9; */
  margin-bottom: 0;
}
.hero-banner-1 .content .title-block {
  width: fit-content;
}
.hero-banner-1 .content .title-block h2 {
  font-size: clamp(64px, 5.469vw, 120px);
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #FAFAFA;
  margin-bottom: 0;
}
@media (max-width: 490px) {
  .hero-banner-1 .content .title-block h2 {
    font-size: 48px;
  }
}
.hero-banner-1 .content .title-block h3 {
  font-size: clamp(57px, 4.167vw, 94px);
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #FAFAFA;
  margin-bottom: 8px;
  text-align: end;
}
@media (max-width: 490px) {
  .hero-banner-1 .content .title-block h3 {
    font-size: 40px;
  }
}
.hero-banner-1 .content p {
  font-weight: 700;
  font-size: clamp(20px, 1.406vw, 36px);
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #FAFAFA;
  margin-bottom: 50px;
}
.hero-banner-1 .content p span {
  font-weight: 700;
  font-size: clamp(20px, 1.406vw, 36px);
  line-height: 130%;
  letter-spacing: -0.02em;
  margin-bottom: 50px;
  color: #01bfc9;
  /* color: #01bfc9; */
}

.page-start-banner {
  background: url(../media/banner/bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  margin-top: 0px;
  height: clamp(350px, 26.042vw, 600px);
  display: grid;
  margin-top: 80px;
  align-content: center;
}
.page-start-banner .title {
  font-weight: 700;
  font-size: clamp(48px, 5.469vw, 120px);
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #FAFAFA;
  margin-bottom: 0;
}

.amenities .vertical-text {
  position: absolute;
  left: 3.229vw;
  top: 8.958vw;
  mix-blend-mode: difference;
  transform: rotate(-90deg);
  font-weight: 700;
  font-size: clamp(40px, 4.167vw, 94px);
  line-height: 120%;
  text-align: center;
  letter-spacing: -0.04em;
  color: #FAFAFA;
}
@media (max-width: 992px) {
  .amenities .vertical-text {
    display: none;
  }
}
.amenities .container {
  position: relative;
  width: 60%;
  z-index: 15;
}
.amenities .container .content {
  margin-top: -5.781vw;
  position: relative;
  z-index: 25;
}
.amenities .container .content .content-box {
  background: #FAFAFA;
  box-shadow: 42px 42px 24px rgba(0, 0, 0, 0.01), 24px 24px 20px rgba(0, 0, 0, 0.03), 11px 11px 15px rgba(0, 0, 0, 0.04), 3px 3px 8px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  padding: 3.333vw 1.25vw 0;
  border-radius: 25px;
}
.amenities .container .content .content-box .box {
  margin-bottom: 3.333vw;
}
.amenities .container .content .content-box .box img {
  margin-bottom: 1.25vw;
}
.amenities .container .content .content-box .box h6 {
  margin: 0 auto;
  width: 70%;
  font-weight: 700;
  font-size: clamp(15px, 1.094vw, 27px);
  line-height: 140%;
  text-align: center;
  color: #1B1C1E;
}
@media (max-width: 492px) {
  .amenities .container .content .content-box .box h6 {
    width: 100%;
  }
}

.about .container {
  position: relative;
  z-index: 15;
}
.about .container .content {
  position: relative;
  z-index: 25;
}
.about .container .content .pl-content {
  padding-left: 3.333vw;
}
.about .container .content .pl-content p {
  margin: 0.833vw 0 2.083vw;
}
.about .container .content .pl-content .mission h6 {
  font-weight: 700;
  font-size: clamp(18px, 1.875vw, 40px);
  line-height: 120%;
  letter-spacing: -0.03em;
  margin-bottom: 0.417vw;
}
.about .container .content .pl-content .mission p {
  margin-bottom: 2.5vw;
}
@media (max-width: 992px) {
  .about .container .content .pl-content .mission p {
    margin-bottom: 1.25vw;
  }
}
.about .container .content .men-img {
  margin-top: 14.323vw;
}
@media (max-width: 767px) {
  .about .container .content .men-img {
    margin-top: 3.906vw;
    object-fit: cover;
    width: 100%;
    margin-bottom: 32px;
  }
}
.about .container .content img {
  box-shadow: 42px 42px 24px rgba(0, 0, 0, 0.01), 24px 24px 20px rgba(0, 0, 0, 0.03), 11px 11px 15px rgba(0, 0, 0, 0.04), 3px 3px 8px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  border-radius: clamp(12px, 1.302vw, 30px);
}
@media (max-width: 767px) {
  .about .container .content img {
    object-fit: cover;
    width: 100%;
  }
}

.programs .container {
  position: relative;
  z-index: 15;
}
.programs .container .content {
  position: relative;
  z-index: 25;
}
.programs .container .content .box {
  position: relative;
  overflow: hidden;
}
@media (max-width: 575px) {
  .programs .container .content .box {
    margin: 0 2.609vw;
    margin-bottom: 2.609vw;
  }
}
.programs .container .content .box img {
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.programs .container .content .box .title {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1.45vw 1.435vw;
  z-index: 5;
  margin-bottom: 0;
  font-weight: 700;
  font-size: clamp(24px, 1.875vw, 40px);
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #FAFAFA;
}
.programs .container .content .box .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -5;
  background-color: #01bfc9;
  /* background-color: #01bfc9; */
  width: clamp(40px, 5.052vw, 200px);
  height: clamp(40px, 5.052vw, 200px);
  transition: all 0.5s ease-in-out;
}
.programs .container .content .box:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.programs .container .content .box:hover .title::after {
  width: 100%;
  transition: all 0.5s ease-in-out;
}

.schedule .container {
  position: relative;
  z-index: 15;
}
.schedule .container .content {
  position: relative;
  z-index: 25;
}
.schedule .container .content .schedule-table {
  background-color: #FAFAFA;
  position: relative;
  width: 100%;
  border-collapse: separate;
}
@media (max-width: 992px) {
  .schedule .container .content .schedule-table {
    display: none;
  }
}
.schedule .container .content .schedule-table thead tr {
  width: 100%;
}
.schedule .container .content .schedule-table thead tr th {
  text-align: center;
  width: 16.6666666667%;
  height: 94px;
  font-size: clamp(16px, 1.406vw, 36px);
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #0D0D0D;
  border-width: 0 1px 0 0;
  border-color: #AFB1B6;
}
.schedule .container .content .schedule-table thead tr th:first-child {
  border: 0;
}
.schedule .container .content .schedule-table thead tr th:nth-last-child(2) {
  border: 0;
}
.schedule .container .content .schedule-table thead tr th:last-child {
  border-width: 0 0 0 1px;
}
.schedule .container .content .schedule-table tbody tr {
  width: 100%;
}
.schedule .container .content .schedule-table tbody tr td {
  text-align: center;
  height: 7.813vw;
  font-size: clamp(15px, 1.094vw, 27px);
  line-height: 140%;
  color: #0D0D0D;
  border-width: 1px 1px 0 0px;
  border-color: #AFB1B6;
}
.schedule .container .content .schedule-table tbody tr td:first-child {
  font-weight: 700;
  font-size: clamp(16px, 1.406vw, 36px);
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #797D86;
}
.schedule .container .content .schedule-table tbody tr td:nth-last-child(2) {
  border-right: 0;
}
.schedule .container .content .schedule-table tbody tr td:last-child {
  border-width: 1px 0 0 1px;
}
.schedule .container .content .schedule-list {
  display: none;
}
@media (max-width: 992px) {
  .schedule .container .content .schedule-list {
    display: block;
  }
}
.schedule .container .content .schedule-list .list-box {
  margin-bottom: 3.333vw;
}
.schedule .container .content .schedule-list .list-box:last-child {
  margin-bottom: 0;
}
.schedule .container .content .schedule-list .list-box h5 {
  font-weight: 700;
  font-size: clamp(18px, 1.875vw, 40px);
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #0D0D0D;
  text-align: center;
  margin-bottom: 1.667vw;
}
.schedule .container .content .schedule-list .list-box ul {
  list-style: none;
  padding-left: 0;
}
.schedule .container .content .schedule-list .list-box ul li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #D6D8DB;
  margin-bottom: 16px;
  font-size: clamp(15px, 1.094vw, 27px);
  line-height: 140%;
  color: #797D86;
}
.schedule .container .content .schedule-list .list-box ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .schedule .container .content .schedule-list .list-box ul li {
    font-size: clamp(14px, 1.815vw, 20px);
  }
}
.schedule .container .content .schedule-list .list-box ul li span {
  padding-bottom: clamp(2px, 0.208vw, 6px);
}

.environment .container {
  position: relative;
  z-index: 15;
}
.environment .container .content {
  position: relative;
  z-index: 25;
}
.environment .container .content .img-block {
  border-radius: clamp(10px, 1.302vw, 30px);
  overflow: hidden;
  margin-bottom: 24px;
}
.environment .container .content .img-block img {
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.environment .container .content .img-block:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
@media (max-width: 767px) {
  .environment .container .content .img-2 {
    display: none;
  }
}

.testimonials .container {
  position: relative;
  z-index: 15;
}
.testimonials .container .content {
  position: relative;
  z-index: 25;
}
.testimonials .container .content .item {
  position: relative;
  opacity: 1 !important;
  overflow: hidden;
  width: 200px;
  height: auto;
  transition: all 0.5s ease-out;
}
@media (max-width: 1399px) {
  .testimonials .container .content .item {
    width: 433px;
  }
}
@media (max-width: 575px) {
  .testimonials .container .content .item {
    width: auto;
    width: 100%;
  }
}
.testimonials .container .content .item .user {
  display: block;
  cursor: pointer;
}
.testimonials .container .content .item .user h5 {
  font-weight: 700;
  font-size: 27px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #AFB1B6;
  text-align: center;
  margin-top: 96px;
}
.testimonials .container .content .item .review {
  position: absolute;
  bottom: 35px;
  left: 42px;
  transition: all 3s ease-out;
  display: none;
}
@media (max-width: 575px) {
  .testimonials .container .content .item .review {
    position: relative;
    left: auto;
    bottom: auto;
  }
}
.testimonials .container .content .item .review .box {
  width: 421px;
  height: 226px;
  display: flex;
  justify-content: space-between;
  gap: clamp(20px, 1.66vw, 42px);
  border-radius: 25px;
  box-shadow: 42px 42px 24px rgba(0, 0, 0, 0.01), 24px 24px 20px rgba(0, 0, 0, 0.03), 11px 11px 15px rgba(0, 0, 0, 0.04), 3px 3px 8px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  border-width: 0px 1px;
  border-style: solid;
  border-color: #0D0D0D;
  background: #FAFAFA;
  padding: 32px 12px;
}
@media (max-width: 575px) {
  .testimonials .container .content .item .review .box {
    width: auto;
  }
}
.testimonials .container .content .item .review .box .img-block {
  width: 100%;
}
.testimonials .container .content .item .review .box .img-block img {
  width: 64px;
  height: 64px;
  border-radius: 20px;
}
.testimonials .container .content .item.slick-center, .testimonials .container .content .item.slick-current {
  width: 510px;
  height: 260px;
  transition: all 0.5s ease-out;
}
@media (max-width: 575px) {
  .testimonials .container .content .item.slick-center, .testimonials .container .content .item.slick-current {
    width: auto;
    width: 100%;
  }
}
.testimonials .container .content .item.slick-center .user, .testimonials .container .content .item.slick-current .user {
  display: none;
  transition: all 1s ease-out;
}
.testimonials .container .content .item.slick-center .review, .testimonials .container .content .item.slick-current .review {
  display: block;
  transition: all 5s ease-out;
}

.trainers .container {
  position: relative;
  z-index: 15;
}
.trainers .container .content {
  position: relative;
  z-index: 25;
}
.trainers .container .content .trainer-box {
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .trainers .container .content .trainer-box {
    margin-bottom: 2.502vw;
  }
}
.trainers .container .content .trainer-box img {
  border-radius: clamp(15px, 1.302vw, 30px);
  box-shadow: 42px 42px 24px rgba(0, 0, 0, 0.01), 24px 24px 20px rgba(0, 0, 0, 0.03), 11px 11px 15px rgba(0, 0, 0, 0.04), 3px 3px 8px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
}
.trainers .container .content .trainer-box .trainer-info {
  position: absolute;
  bottom: -22.271vw;
  left: clamp(16px, 1.25vw, 32px);
  transition: all 0.5s ease-in-out;
}
.trainers .container .content .trainer-box .trainer-info .name {
  margin: 0.833vw 0 0.417vw;
  font-weight: 700;
  font-size: clamp(18px, 1.875vw, 40px);
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #FAFAFA;
}
.trainers .container .content .trainer-box .trainer-info .about p {
  font-size: clamp(15px, 1.094vw, 27px);
  line-height: 140%;
  color: #AFB1B6;
  margin-bottom: 0.833vw;
}
.trainers .container .content .trainer-box .trainer-info .about .social-icons {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.trainers .container .content .trainer-box .trainer-info .about .social-icons li {
  text-align: right;
  display: inline;
  margin-right: 1.667vw;
}
@media (max-width: 992px) {
  .trainers .container .content .trainer-box .trainer-info .about .social-icons li {
    margin-right: 1.613vw;
  }
}
.trainers .container .content .trainer-box .trainer-info .about .social-icons li:last-child {
  margin-right: 0;
}
.trainers .container .content .trainer-box .trainer-info .about .social-icons li i {
  color: #AFB1B6;
  font-size: clamp(20px, 1.25vw, 28px);
}
.trainers .container .content .trainer-box .trainer-info .about .social-icons li i:hover {
  color: #01bfc9;
  /* color: #01bfc9; */
}
.trainers .container .content .trainer-box:hover .trainer-info {
  bottom: clamp(16px, 1.25vw, 32px);
  transition: all 0.5s ease-in-out;
}

.pricing .container {
  position: relative;
  z-index: 15;
}
.pricing .container .content {
  position: relative;
  z-index: 25;
}
.pricing .container .content .title h2 {
  font-weight: 700;
  font-size: clamp(32px, 2.448vw, 56px);
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #1B1C1E;
  text-align: center;
}
.pricing .container .content .pricing-box {
  box-shadow: 42px 42px 24px rgba(0, 0, 0, 0.01), 24px 24px 20px rgba(0, 0, 0, 0.03), 11px 11px 15px rgba(0, 0, 0, 0.04), 3px 3px 8px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  border-radius: clamp(15px, 1.302vw, 30px);
  border-width: 0px 1px;
  border-style: solid;
  border-color: #0D0D0D;
  background-color: #FAFAFA;
  text-align: center;
  padding: 3.333vw 0;
}
@media (max-width: 992px) {
  .pricing .container .content .pricing-box {
    margin-bottom: 3.024vw;
  }
}
.pricing .container .content .pricing-box .price {
  font-size: clamp(40px, 4.167vw, 94px);
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #1B1C1E;
  margin-bottom: 0.833vw;
}
.pricing .container .content .pricing-box .duration {
  font-size: clamp(18px, 1.875vw, 40px);
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #AFB1B6;
  margin-bottom: 2.5vw;
}
.pricing .container .content .pricing-box ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 3.333vw;
}
.pricing .container .content .pricing-box ul li {
  font-size: clamp(15px, 1.094vw, 27px);
  line-height: 140%;
  margin-bottom: 0.833vw;
}
.pricing .container .content .pricing-box ul li:last-child {
  margin-bottom: 0;
}
.pricing .container .content .pricing-box .mt-46 {
  margin-top: 2.396vw;
}

iframe {
  height: clamp(350px, 25.625vw, 700px);
}

.join-popup {
  width: 100%;
  height: 100vh;
  position: fixed;
  opacity: 0;
  top: 0;
  left: 0;
  display: grid;
  place-content: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: -10;
}
.join-popup .close {
  color: #01bfc9;
  /* color: #01bfc9; */
  background-color: transparent;
  border: 0;
  font-size: 40px;
}
.join-popup .content {
  width: 500px;
  background-color: #FAFAFA;
  border-radius: 25px;
  box-shadow: 42px 42px 24px rgba(0, 0, 0, 0.01), 24px 24px 20px rgba(0, 0, 0, 0.03), 11px 11px 15px rgba(0, 0, 0, 0.04), 3px 3px 8px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  padding: 48px;
}
@media (max-width: 767px) {
  .join-popup .content {
    width: auto;
  }
}
.join-popup .content h3 {
  font-weight: 700;
  font-size: 47px;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #1B1C1E;
  text-align: center;
  margin-bottom: 64px;
}

.partners {
  background-color: #1B1C1E;
}
.partners .logo {
  padding: 3.385vw 1.563vw;
}
.partners .logo img {
  text-align: center;
}

.contact .content {
  padding: 100px 0;
}
.contact .content .links ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 64px;
}
.contact .content .links ul li {
  margin-bottom: 32px;
  font-weight: 700;
  font-size: 21px;
  line-height: 140%;
  color: #0D0D0D;
}
.contact .content .links ul li.woicon {
  margin-left: 32px;
}
.contact .content .links ul li span {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.03em;
}
.contact .content .links ul li span b {
  font-weight: 700;
  font-size: 21px;
  line-height: 140%;
}
.contact .content .links ul li i {
  margin-right: 8px;
  color: #AFB1B6;
  font-size: 24px;
}
.contact .content .links ul li a:hover i {
  color: #01bfc9;
  /* color: #01bfc9; */
}
.contact .content .social-icons {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 1199px) {
  .contact .content .social-icons {
    margin-bottom: 64px;
  }
}
.contact .content .social-icons li {
  display: inline;
  margin-right: 32px;
}
.contact .content .social-icons li:last-child {
  margin-right: 0;
}
.contact .content .social-icons li i {
  color: #AFB1B6;
  font-size: 24px;
}
.contact .content .social-icons li i:hover {
  color: #01bfc9;
  /* color: #01bfc9; */
}
@media (max-width: 991px) {
  .contact .content .images-block {
    margin-top: 64px;
  }
}
.contact .content .images-block img {
  box-shadow: 42px 42px 24px rgba(0, 0, 0, 0.01), 24px 24px 20px rgba(0, 0, 0, 0.03), 11px 11px 15px rgba(0, 0, 0, 0.04), 3px 3px 8px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  border-radius: 25px;
}
.contact .content .images-block img.lower-img {
  margin-top: 160px;
}

/*# sourceMappingURL=app.css.map */
/* Aplica borda arredondada à tabela inteira */
.tablePlanos {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #DFDFDF;
  border-radius: 12px;
  overflow: hidden; /* Necessário para bordas arredondadas nos navegadores mais antigos */
}

/* Define as bordas arredondadas nas células da primeira e última linha */
.tablePlanos td:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.tablePlanos td:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

/* Estilo das células da tabela */
.tablePlanos td {
  padding: 5px;
}

.tablePlanos th {
  padding: 5px;
}