@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700;800&family=Poppins:wght@200;300;400;500;600;700;800&display=swap");
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  background-color: #252424;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  color: #ebebeb;
  line-height: 1.5;
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #ebebeb !important;
}

h1 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 4.5rem;
  font-weight: 600;
}
@media (orientation: landscape) {
  h1 {
    font-size: 4rem;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 6rem;
  }
}
@media (min-width: 768px) and (orientation: landscape) {
  h1 {
    font-size: 4rem;
  }
}
@media (min-width: 992px) and (orientation: landscape) {
  h1 {
    font-size: 6rem;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 8rem;
  }
}

h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 4rem;
  font-weight: 600;
  margin: 0;
}
@media (min-width: 768px) {
  h2 {
    font-size: 5rem;
  }
}

h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  margin: 0;
}

h4 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  margin: 0;
}

h5 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  margin: 0;
}

.line {
  display: block;
  width: 10rem;
  height: 3px;
  background-color: #a4b415;
}

hr {
  height: 2px;
  background-color: #c4e62f;
  border: none;
  width: 100%;
  opacity: 0.5;
  margin: 3rem 0;
}

.navbar {
  padding: 1.5rem 0;
  transition: 0.3s ease;
  z-index: 15;
}
.navbar .logo {
  font-size: 2rem;
  transition: 0.3s ease;
}
.navbar .logo:hover {
  color: #cbe62f !important;
}
.navbar .btn-offcanvas {
  gap: 0.5rem;
}
.navbar .btn-offcanvas span {
  width: 2.5rem;
  height: 0.3rem;
  background-color: #ebebeb;
  transition: 0.3s ease;
}
.navbar .btn-offcanvas:hover span {
  background-color: #cbe62f;
}
.navbar .btn-offcanvas:active, .navbar .btn-offcanvas:focus {
  border: none;
}
.navbar .nav-link {
  letter-spacing: 1px;
  text-transform: uppercase;
}
.navbar .nav-link:hover {
  color: #cbe62f !important;
}
.navbar .nav-link.active {
  color: #cbe62f !important;
}
.navbar.scroll {
  background-color: rgba(32, 31, 31, 0.7);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  box-shadow: 0 0 10px #cbe62f;
  padding: 0.75rem 0;
}

.offcanvas-lg {
  background-color: rgba(37, 36, 36, 0.7);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  overflow: hidden;
  box-shadow: 0 0 10px #cbe62f;
  width: 30rem !important;
  border: none !important;
}
.offcanvas-lg .offcanvas-header {
  color: #91e62f;
}
.offcanvas-lg .offcanvas-header button {
  opacity: 1;
  filter: invert(99%) sepia(34%) saturate(0%) hue-rotate(183deg) brightness(114%) contrast(84%);
}
.offcanvas-lg .offcanvas-header button:focus {
  box-shadow: none;
}
.offcanvas-lg .offcanvas-body .nav-link {
  font-size: 2rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.offcanvas-lg .offcanvas-body .nav-link:hover {
  color: #cbe62f !important;
}
.offcanvas-lg .offcanvas-body .nav-link.active {
  color: #cbe62f !important;
}
.offcanvas-lg .offcanvas-body .social_icons {
  font-size: 3rem;
  margin-top: 7rem;
}
.offcanvas-lg .offcanvas-body .social_icons i {
  color: #cbe62f;
}

.hero {
  overflow: hidden;
  height: 40vh;
  background-image: linear-gradient(rgba(20, 20, 20, 0.9), rgba(20, 20, 20, 0.9)), url("../../../img/fundo.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero .container {
  height: 100%;
}
.hero .container h1 {
  letter-spacing: 0.5rem;
  text-align: center;
}
.hero .container h1.hide {
  transition: transform ease 0.75s 0.1s, opacity ease 0.75s 0.1s;
}
@media (min-width: 1200px) {
  .hero .container h1.hide {
    transform: translateY(100px);
    opacity: 0;
  }
}
@media (min-width: 1200px) {
  .hero .container h1.hide.slide_in {
    transform: translateY(0);
    opacity: 1;
  }
}
.hero .container span {
  color: #cbe62f;
}

footer {
  position: relative;
  z-index: 2;
  background-color: rgba(196, 230, 47, 0.1);
  box-shadow: 0 0 10px #cbe62f;
}
footer .container {
  padding: 3rem 0;
}
footer .container h2 {
  color: #cbe62f;
}
footer .container h5 {
  color: #cbe62f;
}
@media (min-width: 768px) {
  footer .container .kontakt_col {
    margin-top: -10rem;
  }
}
@media (min-width: 992px) {
  footer .container .kontakt_col {
    margin-top: 0;
  }
}
footer .container .kontakt_col .kontakt a {
  position: relative;
}
footer .container .kontakt_col .kontakt a:after {
  position: absolute;
  content: "";
  background-color: #cbe62f;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  transition: 0.3s ease;
}
footer .container .kontakt_col .kontakt a:hover::after {
  width: 100%;
}
footer .container .social a {
  font-size: 2rem;
}
footer .container .social a i {
  transition: 0.3s ease;
}
footer .container .social a:hover i {
  color: #cbe62f;
}
footer .container .mapa a,
footer .container .icons a {
  position: relative;
}
footer .container .mapa a:after,
footer .container .icons a:after {
  position: absolute;
  content: "";
  background-color: #cbe62f;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  transition: 0.3s ease;
}
footer .container .mapa a:hover::after,
footer .container .icons a:hover::after {
  width: 100%;
}
footer .copy {
  background-color: #201f1f;
  font-size: 1.5rem;
}
footer .copy p a {
  color: rgba(190, 230, 47, 0.8) !important;
  text-decoration: underline;
}
footer .copy p a:hover {
  color: #cbe62f !important;
}

::-webkit-scrollbar {
  width: 1rem;
}

::-webkit-scrollbar-track {
  background-color: #252424;
}

::-webkit-scrollbar-thumb {
  background-color: #a6e62f;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #bde432;
}

@supports (scrollbar-color: #cbe62f #252424) {
  * {
    scrollbar-color: #b5e62f #252424;
    scrollbar-width: auto;
  }
}
::-moz-selection {
  background: rgba(227, 230, 47, 0.3);
}
::selection {
  background: rgba(218, 230, 47, 0.3);
}

::-moz-selection {
  background: rgba(230, 227, 47, 0.3);
}

.preloader {
  background-color: #252424;
  position: fixed;
  z-index: 100;
  height: 100vh;
  width: 100%;
  transition: 0.3s ease;
  display: block;
}
.preloader .banter-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 72px;
  height: 72px;
  margin-left: -36px;
  margin-top: -36px;
}
.preloader .banter-loader__box {
  float: left;
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
.preloader .banter-loader__box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #b5e62f;
}
.preloader .banter-loader__box:nth-child(3n) {
  margin-right: 0;
  margin-bottom: 6px;
}
.preloader .banter-loader__box:nth-child(1):before,
.preloader .banter-loader__box:nth-child(4):before {
  margin-left: 26px;
}
.preloader .banter-loader__box:nth-child(3):before {
  margin-top: 52px;
}
.preloader .banter-loader__box:last-child {
  margin-bottom: 0;
}
@keyframes moveBox-1 {
  9.0909090909% {
    transform: translate(-26px, 0);
  }
  18.1818181818% {
    transform: translate(0px, 0);
  }
  27.2727272727% {
    transform: translate(0px, 0);
  }
  36.3636363636% {
    transform: translate(26px, 0);
  }
  45.4545454545% {
    transform: translate(26px, 26px);
  }
  54.5454545455% {
    transform: translate(26px, 26px);
  }
  63.6363636364% {
    transform: translate(26px, 26px);
  }
  72.7272727273% {
    transform: translate(26px, 0px);
  }
  81.8181818182% {
    transform: translate(0px, 0px);
  }
  90.9090909091% {
    transform: translate(-26px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.preloader .banter-loader__box:nth-child(1) {
  animation: moveBox-1 4s infinite;
}
@keyframes moveBox-2 {
  9.0909090909% {
    transform: translate(0, 0);
  }
  18.1818181818% {
    transform: translate(26px, 0);
  }
  27.2727272727% {
    transform: translate(0px, 0);
  }
  36.3636363636% {
    transform: translate(26px, 0);
  }
  45.4545454545% {
    transform: translate(26px, 26px);
  }
  54.5454545455% {
    transform: translate(26px, 26px);
  }
  63.6363636364% {
    transform: translate(26px, 26px);
  }
  72.7272727273% {
    transform: translate(26px, 26px);
  }
  81.8181818182% {
    transform: translate(0px, 26px);
  }
  90.9090909091% {
    transform: translate(0px, 26px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.preloader .banter-loader__box:nth-child(2) {
  animation: moveBox-2 4s infinite;
}
@keyframes moveBox-3 {
  9.0909090909% {
    transform: translate(-26px, 0);
  }
  18.1818181818% {
    transform: translate(-26px, 0);
  }
  27.2727272727% {
    transform: translate(0px, 0);
  }
  36.3636363636% {
    transform: translate(-26px, 0);
  }
  45.4545454545% {
    transform: translate(-26px, 0);
  }
  54.5454545455% {
    transform: translate(-26px, 0);
  }
  63.6363636364% {
    transform: translate(-26px, 0);
  }
  72.7272727273% {
    transform: translate(-26px, 0);
  }
  81.8181818182% {
    transform: translate(-26px, -26px);
  }
  90.9090909091% {
    transform: translate(0px, -26px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.preloader .banter-loader__box:nth-child(3) {
  animation: moveBox-3 4s infinite;
}
@keyframes moveBox-4 {
  9.0909090909% {
    transform: translate(-26px, 0);
  }
  18.1818181818% {
    transform: translate(-26px, 0);
  }
  27.2727272727% {
    transform: translate(-26px, -26px);
  }
  36.3636363636% {
    transform: translate(0px, -26px);
  }
  45.4545454545% {
    transform: translate(0px, 0px);
  }
  54.5454545455% {
    transform: translate(0px, -26px);
  }
  63.6363636364% {
    transform: translate(0px, -26px);
  }
  72.7272727273% {
    transform: translate(0px, -26px);
  }
  81.8181818182% {
    transform: translate(-26px, -26px);
  }
  90.9090909091% {
    transform: translate(-26px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.preloader .banter-loader__box:nth-child(4) {
  animation: moveBox-4 4s infinite;
}
@keyframes moveBox-5 {
  9.0909090909% {
    transform: translate(0, 0);
  }
  18.1818181818% {
    transform: translate(0, 0);
  }
  27.2727272727% {
    transform: translate(0, 0);
  }
  36.3636363636% {
    transform: translate(26px, 0);
  }
  45.4545454545% {
    transform: translate(26px, 0);
  }
  54.5454545455% {
    transform: translate(26px, 0);
  }
  63.6363636364% {
    transform: translate(26px, 0);
  }
  72.7272727273% {
    transform: translate(26px, 0);
  }
  81.8181818182% {
    transform: translate(26px, -26px);
  }
  90.9090909091% {
    transform: translate(0px, -26px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.preloader .banter-loader__box:nth-child(5) {
  animation: moveBox-5 4s infinite;
}
@keyframes moveBox-6 {
  9.0909090909% {
    transform: translate(0, 0);
  }
  18.1818181818% {
    transform: translate(-26px, 0);
  }
  27.2727272727% {
    transform: translate(-26px, 0);
  }
  36.3636363636% {
    transform: translate(0px, 0);
  }
  45.4545454545% {
    transform: translate(0px, 0);
  }
  54.5454545455% {
    transform: translate(0px, 0);
  }
  63.6363636364% {
    transform: translate(0px, 0);
  }
  72.7272727273% {
    transform: translate(0px, 26px);
  }
  81.8181818182% {
    transform: translate(-26px, 26px);
  }
  90.9090909091% {
    transform: translate(-26px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.preloader .banter-loader__box:nth-child(6) {
  animation: moveBox-6 4s infinite;
}
@keyframes moveBox-7 {
  9.0909090909% {
    transform: translate(26px, 0);
  }
  18.1818181818% {
    transform: translate(26px, 0);
  }
  27.2727272727% {
    transform: translate(26px, 0);
  }
  36.3636363636% {
    transform: translate(0px, 0);
  }
  45.4545454545% {
    transform: translate(0px, -26px);
  }
  54.5454545455% {
    transform: translate(26px, -26px);
  }
  63.6363636364% {
    transform: translate(0px, -26px);
  }
  72.7272727273% {
    transform: translate(0px, -26px);
  }
  81.8181818182% {
    transform: translate(0px, 0px);
  }
  90.9090909091% {
    transform: translate(26px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.preloader .banter-loader__box:nth-child(7) {
  animation: moveBox-7 4s infinite;
}
@keyframes moveBox-8 {
  9.0909090909% {
    transform: translate(0, 0);
  }
  18.1818181818% {
    transform: translate(-26px, 0);
  }
  27.2727272727% {
    transform: translate(-26px, -26px);
  }
  36.3636363636% {
    transform: translate(0px, -26px);
  }
  45.4545454545% {
    transform: translate(0px, -26px);
  }
  54.5454545455% {
    transform: translate(0px, -26px);
  }
  63.6363636364% {
    transform: translate(0px, -26px);
  }
  72.7272727273% {
    transform: translate(0px, -26px);
  }
  81.8181818182% {
    transform: translate(26px, -26px);
  }
  90.9090909091% {
    transform: translate(26px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.preloader .banter-loader__box:nth-child(8) {
  animation: moveBox-8 4s infinite;
}
@keyframes moveBox-9 {
  9.0909090909% {
    transform: translate(-26px, 0);
  }
  18.1818181818% {
    transform: translate(-26px, 0);
  }
  27.2727272727% {
    transform: translate(0px, 0);
  }
  36.3636363636% {
    transform: translate(-26px, 0);
  }
  45.4545454545% {
    transform: translate(0px, 0);
  }
  54.5454545455% {
    transform: translate(0px, 0);
  }
  63.6363636364% {
    transform: translate(-26px, 0);
  }
  72.7272727273% {
    transform: translate(-26px, 0);
  }
  81.8181818182% {
    transform: translate(-52px, 0);
  }
  90.9090909091% {
    transform: translate(-26px, 0);
  }
  100% {
    transform: translate(0px, 0);
  }
}
.preloader .banter-loader__box:nth-child(9) {
  animation: moveBox-9 4s infinite;
}

.hero_home {
  overflow: hidden;
  height: 100vh;
  height: 100svh;
  padding-top: 6rem;
  background-image: linear-gradient(rgba(20, 20, 20, 0.9), rgba(20, 20, 20, 0.9)), url("../../../img/fundo.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (orientation: landscape) {
  .hero_home .container {
    flex-direction: row !important;
  }
}
@media (min-width: 1200px) {
  .hero_home .container {
    flex-direction: row;
  }
}
.hero_home .container .text {
  margin-bottom: 3rem;
}
.hero_home .container .text span {
  color: #cbe62f;
}
@media (orientation: landscape) {
  .hero_home .container .text {
    flex-grow: 1 !important;
    flex-basis: 0 !important;
  }
}
.hero_home .container .text .button {
  color: #000000 !important;
  background-color: #ffffff;
  padding: 0.5em 1.5em;
  border: 1px solid #ebebeb;
  transition: 0.3s ease;
}
@media (min-width: 992px) {
  .hero_home .container .text .button {
    font-size: 2rem;
  }
}
.hero_home .container .text .button:hover {
  border-color: #000000;
  background-color: #cbe62f;
}
.hero_home .container .text.hide {
  transition: transform ease 0.75s 0.3s, opacity ease 0.75s 0.3s;
}
@media (min-width: 1200px) {
  .hero_home .container .text.hide {
    transform: translateX(-200px);
    opacity: 0;
  }
}
@media (min-width: 1200px) {
  .hero_home .container .text.hide.slide_in {
    transform: translateX(0);
    opacity: 1;
  }
}
.hero_home .container .img {
  background-image: url("../../../img/hero.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}
@media (min-width: 1200px) {
  .hero_home .container .img {
    background-position: bottom right;
    margin-top: 2rem;
  }
}
.hero_home .container .img.hide {
  transition: transform ease 0.75s 0.4s, opacity ease 0.75s 0.4s;
}
@media (min-width: 1200px) {
  .hero_home .container .img.hide {
    transform: translateY(200px);
    opacity: 0;
  }
}
@media (min-width: 1200px) {
  .hero_home .container .img.hide.slide_in {
    transform: translateX(0);
    opacity: 1;
  }
}

.about {
  overflow: hidden;
  background: linear-gradient(45deg, rgba(212, 230, 47, 0.219) 30%, transparent 30%), linear-gradient(35deg, rgba(175, 230, 47, 0.07) 40%, transparent 40%), linear-gradient(65deg, rgba(166, 230, 47, 0.07) 40%, #252424 40%);
}
.about .about_img {
  padding-top: 5rem;
}
.about .about_img img {
  transition: 0.3s ease;
}
@media (min-width: 1200px) {
  .about .about_img img:hover {
    filter: drop-shadow(0 0 5px #a6c712);
    transform: scale(1.025);
  }
}
.about .about_img.hide {
  transition: transform ease 0.75s 0.25s, opacity ease 0.75s 0.25s;
}
@media (min-width: 1200px) {
  .about .about_img.hide {
    transform: translateY(200px);
    opacity: 0;
  }
}
@media (min-width: 1200px) {
  .about .about_img.hide.slide_in {
    transform: translateX(0);
    opacity: 1;
  }
}
.about .about_text {
  padding-top: 7rem;
}
@media (min-width: 992px) {
  .about .about_text {
    padding-top: 0;
  }
}
.about .about_text h2 span {
  color: #cbe62f;
}
.about .about_text .button {
  color: #000000 !important;
  background-color: #ffffff;
  padding: 0.5em 1.5em;
  border: 1px solid #000000;
  transition: 0.3s ease;
}
.about .about_text .button:hover {
  border-color: #050505;
  background-color: #cbe62f;
}
.about .about_text .hide {
  transition: transform ease 0.75s 0.15s, opacity ease 0.75s 0.15s;
}
@media (min-width: 1200px) {
  .about .about_text .hide {
    transform: translateX(200px);
    opacity: 0;
  }
}
@media (min-width: 1200px) {
  .about .about_text .hide.slide_in {
    transform: translateX(0);
    opacity: 1;
  }
}
@media (prefers-reduced-motion) {
  .about .about_text .hide {
    transition: none;
  }
}

.services {
  background-image: linear-gradient(rgba(20, 20, 20, 0.9), rgba(20, 20, 20, 0.9)), url("../../../img/gym2.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.services .container {
  padding: 7rem 0;
}
.services .container .heading {
  margin-bottom: 7rem;
}
@media (min-width: 992px) {
  .services .container .heading p {
    width: 75%;
  }
}
.services .container .swiper-container {
  position: relative;
  padding-bottom: 4rem;
}
.services .container .swiper-container .swiper {
  width: 90%;
}
@media (min-width: 576px) {
  .services .container .swiper-container .swiper {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .services .container .swiper-container .swiper {
    width: 85%;
  }
}
@media (min-width: 1200px) {
  .services .container .swiper-container .swiper {
    width: 90%;
  }
}
.services .container .swiper-container .swiper .swiper-wrapper {
  margin-bottom: 2rem;
}
.services .container .swiper-container .swiper .swiper-wrapper .swiper-slide {
  height: auto;
  background-image: linear-gradient(rgba(37, 37, 36, 0.6), rgba(37, 37, 36, 0.6));
  padding: 4rem;
  border: 2px solid rgba(183, 223, 39, 0.486);
  transition: border 0.3s ease;
}
@media (min-width: 1200px) {
  .services .container .swiper-container .swiper .swiper-wrapper .swiper-slide:hover {
    border: 2px solid #cbe62f;
  }
}
.services .container .swiper-container .swiper .swiper-wrapper .swiper-slide img {
  max-width: 10rem;
  align-self: center;
  filter: invert(84%) sepia(93%) saturate(747%) hue-rotate(16deg) brightness(100%) contrast(102%);
}
.services .container .swiper-container .swiper .swiper-wrapper .swiper-slide h3 {
  text-align: center;
}
.services .container .swiper-container .swiper .swiper-wrapper .swiper-slide h3 span {
  color: #cbe62f;
}
.services .container .swiper-container .swiper-button-prev,
.services .container .swiper-container .swiper-button-next {
  color: #cbe62f;
  transform: translateY(-2rem);
}
.services .container .swiper-container .swiper-pagination {
  color: #cbe62f;
}
.services .container .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: #ebebeb !important;
  border-radius: 0;
  transition: width ease 0.3s;
}
.services .container .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #cbe62f !important;
  width: 20px;
}
.services .container .all_services {
  padding-top: 7rem;
}
.services .container .all_services .button {
  color: #ebebeb !important;
  background-color: transparent;
  padding: 0.5em 1.5em;
  border: 1px solid #ebebeb;
  transition: 0.3s ease;
}
.services .container .all_services .button:hover {
  border-color: #cbe62f;
  background-color: #cbe62f;
}

.cta {
  overflow: hidden;
  background: linear-gradient(-45deg, rgba(205, 218, 24, 0.219) 30%, transparent 30%), linear-gradient(-65deg, rgba(196, 230, 47, 0.07) 40%, transparent 40%), linear-gradient(-28deg, rgba(175, 230, 47, 0.07) 45%, #252424 45%);
}
.cta .container .cta_text {
  padding-top: 7rem;
}
.cta .container .cta_text h2 span {
  color: #cbe62f;
}
@media (min-width: 992px) {
  .cta .container .cta_text {
    padding-top: 0;
  }
}
.cta .container .cta_text .button {
  color: #000000 !important;
  background-color: #ebebeb;
  padding: 0.5em 1.5em;
  border: 1px solid #000000;
  transition: 0.3s ease;
}
.cta .container .cta_text .button:hover {
  border-color: #cbe62f;
  background-color: #cbe62f;
}
.cta .container .cta_text .hide {
  transition: transform ease 0.75s 0.15s, opacity ease 0.75s 0.15s;
}
@media (min-width: 1200px) {
  .cta .container .cta_text .hide {
    transform: translateX(-200px);
    opacity: 0;
  }
}
@media (min-width: 1200px) {
  .cta .container .cta_text .hide.slide_in {
    transform: translateX(0);
    opacity: 1;
  }
}
.cta .container .cta_img img {
  padding-top: 5rem;
  transition: 0.3s ease;
}
@media (min-width: 1200px) {
  .cta .container .cta_img img:hover {
    filter: drop-shadow(0 0 5px #cbe62f);
    transform: scale(1.025);
  }
}
.cta .container .cta_img.hide {
  transition: transform ease 0.75s 0.25s, opacity ease 0.75s 0.25s;
}
@media (min-width: 1200px) {
  .cta .container .cta_img.hide {
    transform: translateY(200px);
    opacity: 0;
  }
}
@media (min-width: 1200px) {
  .cta .container .cta_img.hide.slide_in {
    transform: translateX(0);
    opacity: 1;
  }
}
.cta .container .heading {
  margin-bottom: 7rem;
}

.pricing {
  background-image: linear-gradient(rgba(20, 20, 20, 0.9), rgba(20, 20, 20, 0.9)), url("../../../img/gym3.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.pricing .container {
  padding: 7rem 0;
}
.pricing .container .heading {
  margin-bottom: 5rem;
}
@media (min-width: 992px) {
  .pricing .container .heading p {
    width: 75%;
  }
}
.pricing .container .price {
  background-image: linear-gradient(rgba(37, 36, 36, 0.6), rgba(37, 36, 36, 0.6));
  padding: 4rem 3rem;
  border: 2px solid rgba(181, 230, 47, 0.2);
  transition: border 0.3s ease, transform 0.3s ease;
}
@media (min-width: 1200px) {
  .pricing .container .price:hover {
    border: 2px solid #cbe62f;
    transform: translateY(-1rem);
  }
}
.pricing .container .price img {
  width: 10rem;
  filter: invert(84%) sepia(93%) saturate(747%) hue-rotate(16deg) brightness(100%) contrast(102%);
}
.pricing .container .price h3 span {
  color: #cbe62f;
}
.pricing .container .price h4 span:nth-child(1) {
  color: #cbe62f;
}
.pricing .container .price h4 span:nth-child(2) {
  font-size: 0.7em;
}
.pricing .container .price p {
  margin: 1rem 0;
}
.pricing .container .all_prices {
  padding-top: 7rem;
}
.pricing .container .all_prices .button {
  color: #ebebeb !important;
  background-color: transparent;
  padding: 0.5em 1.5em;
  border: 1px solid #ebebeb;
  transition: 0.3s ease;
}
.pricing .container .all_prices .button:hover {
  border-color: #cbe62f;
  background-color: #cbe62f;
}

.testimonials .container {
  padding: 7rem 0;
}
.testimonials .container .heading {
  margin-bottom: 7rem;
}
@media (min-width: 992px) {
  .testimonials .container .heading p {
    width: 75%;
  }
}
.testimonials .container .heading h2 span {
  color: #cbe62f;
}
.testimonials .container .swiper-container {
  position: relative;
  padding-bottom: 4rem;
}
.testimonials .container .swiper-container .swiper {
  width: 90%;
}
@media (min-width: 576px) {
  .testimonials .container .swiper-container .swiper {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .testimonials .container .swiper-container .swiper {
    width: 85%;
  }
}
@media (min-width: 1200px) {
  .testimonials .container .swiper-container .swiper {
    width: 90%;
  }
}
.testimonials .container .swiper-container .swiper .swiper-wrapper {
  margin-bottom: 2rem;
}
.testimonials .container .swiper-container .swiper .swiper-wrapper .swiper-slide {
  background-color: #201f1f;
  border: 2px solid rgba(203, 230, 47, 0.2);
  transition: border 0.3s ease;
  padding: 3rem;
  height: auto;
}
@media (min-width: 1200px) {
  .testimonials .container .swiper-container .swiper .swiper-wrapper .swiper-slide:hover {
    border: 2px solid #cbe62f;
  }
}
.testimonials .container .swiper-container .swiper .swiper-wrapper .swiper-slide img {
  width: 5rem;
  margin-bottom: 2rem;
  filter: invert(84%) sepia(93%) saturate(747%) hue-rotate(16deg) brightness(100%) contrast(102%);
}
.testimonials .container .swiper-container .swiper-button-prev {
  color: #cbe62f;
  transform: translateY(-2rem);
}
.testimonials .container .swiper-container .swiper-button-next {
  color: #cbe62f;
  transform: translateY(-2rem);
}
.testimonials .container .swiper-container .swiper-pagination {
  color: #cbe62f;
}
.testimonials .container .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: #ebebeb !important;
  border-radius: 0;
  transition: width ease 0.3s;
}
.testimonials .container .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #cbe62f !important;
  width: 20px;
}

.contact {
  background-color: #201f1f;
}
.contact .container {
  padding: 7rem 0;
}
.contact .container .heading {
  margin-bottom: 7rem;
}
@media (min-width: 992px) {
  .contact .container .heading p {
    width: 75%;
  }
}
.contact .container .heading h2 span {
  color: #cbe62f;
}
.contact .container .contact_links {
  font-size: 1.75rem;
}
.contact .container .contact_links .kontakt_podaci,
.contact .container .contact_links .drustvene_mreze {
  min-width: 25rem;
}
@media (min-width: 768px) {
  .contact .container .contact_links .kontakt_podaci,
  .contact .container .contact_links .drustvene_mreze {
    min-width: 0;
  }
}
.contact .container .contact_links i {
  font-size: 2.5rem;
  color: #cbe62f;
  min-width: 4rem;
  text-align: center;
}
.contact .container .contact_links a {
  position: relative;
}
.contact .container .contact_links a:after {
  position: absolute;
  content: "";
  background-color: #cbe62f;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  transition: 0.3s ease;
}
.contact .container .contact_links a:hover::after {
  width: 100%;
}
.contact .container .contact_form form input,
.contact .container .contact_form form textarea {
  background-color: #252424;
  color: #cbe62f;
  outline: none;
  border: 1px solid transparent;
  padding: 1rem;
  resize: none;
  transition: 0.3s ease;
}
.contact .container .contact_form form input::-moz-placeholder, .contact .container .contact_form form textarea::-moz-placeholder {
  color: #ebebeb;
}
.contact .container .contact_form form input::placeholder,
.contact .container .contact_form form textarea::placeholder {
  color: #ebebeb;
}
.contact .container .contact_form form input:focus,
.contact .container .contact_form form textarea:focus {
  border: 1px solid #cbe62f;
}
.contact .container .contact_form form .button {
  transition: 0.3s ease;
}
.contact .container .contact_form form .button:hover {
  border: 1px solid #cbe62f;
}
.contact #map {
  width: 100%;
  height: 60rem;
}/*# sourceMappingURL=index.css.map */


/* Container principal do botão - posicionamento fixo na tela */
.whatsapp-container {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 100;
    display: flex;
    align-items: center;
}

/* Estilo base do botão do WhatsApp */
.whatsapp-float {
    width: 60px;
    height: 60px;
    background-color: #25d366; /* Cor verde característica do WhatsApp */
    color: #fff;
    border-radius: 50%; /* Formato circular */
    text-align: center;
    font-size: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Sombra suave */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease; /* Transição suave para efeitos hover */
    animation: pulse 2s infinite; /* Animação de pulsar constante */
    text-decoration: none !important; /* Remove sublinhado do link */
    position: relative;
}

/* Efeitos quando o mouse passa sobre o botão */
.whatsapp-float:hover {
    background-color: #128c7e; /* Tom mais escuro de verde */
    transform: scale(1.1); /* Aumenta levemente o tamanho */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); /* Sombra mais intensa */
}

/* Estilo do balão de mensagem (tooltip) */
.whatsapp-tooltip {
    position: absolute;
    right: 70px; /* Posicionado à esquerda do botão */
    background-color: #fff;
    color: #333;
    padding: 10px 15px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    white-space: nowrap; /* Impede quebra de linha */
    opacity: 0; /* Inicialmente invisível */
    transform: translateX(10px); /* Efeito de deslocamento inicial */
    transition: all 0.3s ease; /* Transição suave */
    pointer-events: none; /* Permite interação com o botão por baixo */
    font-size: 14px;
    font-family: Arial, sans-serif;
}

/* Mostra o tooltip quando em hover */
.whatsapp-float:hover .whatsapp-tooltip {
    opacity: 1; /* Torna visível */
    transform: translateX(0); /* Remove deslocamento */
}

/* Triângulo indicador do balão (seta) */
.whatsapp-tooltip::after {
    content: '';
    position: absolute;
    right: -10px; /* Posiciona à direita do balão */
    top: 50%;
    transform: translateY(-50%); /* Centraliza verticalmente */
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #fff; /* Cria triângulo apontando para o botão */
}

/* Animação de pulsar (efeito de respiração) */
@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
    70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* Estilos responsivos para tablets */
@media (max-width: 768px) {
    .whatsapp-float {
        width: 50px;
        height: 50px;
        font-size: 25px;
    }
    
    .whatsapp-tooltip {
        font-size: 12px;
        padding: 8px 12px;
    }
}

/* Estilos responsivos para celulares */
@media (max-width: 480px) {
    .whatsapp-float {
        width: 45px;
        height: 45px;
        font-size: 22px;
    }
    
    .whatsapp-tooltip {
        font-size: 11px;
        padding: 6px 10px;
        white-space: normal; /* Permite quebra de linha em telas pequenas */
        width: 120px;
        right: 60px;
    }
}


.bloco-nome-logo {
  text-align: center;
  padding: 20px;
  position: relative;
}

/* Logo com leve deslocamento à direita */
#fotologo {
  width: 180px;
  height: auto;
  margin-top: 10px;
  transform: translateX(90px); /* leve deslocamento à direita */
}

/* Responsividade para telas pequenas */
@media (max-width: 600px) {
  #fotologo {
    width: 180px;
    transform: translateX(120px); /* remove o deslocamento à direita */
  }

  .bloco-nome-logo h2 {
    font-size: 1.5rem;
  }

  .bloco-nome-logo p {
    font-size: 1rem;
  }
}


.modal {
  display: none; 
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.7);
}

.modal-content {
  position: relative;
  margin: 5% auto;
  padding: 30px;
  background: transparent;
  width: 90%;
  max-width: 400px;
  border-radius: 10px;
}

.modal-content video {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.close {
  position: absolute;
  top: 0px;
  right: 1px;
  font-size: 40px;
  font-weight: bold;
  color: #faf8f8;
  cursor: pointer;
}

