@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Black.woff2") format("woff2"), url("../fonts/Inter-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body, html {
  overflow-x: hidden;
  font-family: "Inter", "sans-serif";
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Inter", "sans-serif";
  font-weight: 900;
}

.post, .page {
  margin: 0;
}

a {
  color: #000;
}

a:visited {
  color: #000;
}

a:hover,
a:focus,
a:active {
  color: #000;
}

::placeholder {
  color: #000;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12-18 */
  color: #000;
}

.o-btn,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  border-radius: 0;
  background: #C82358;
  font-family: "Inter", "sans-serif";
  font-weight: 900;
  color: #fff;
  line-height: 1;
  font-size: 1.3rem;
  padding: 0.5em 1em;
  text-decoration: none;
}

figure {
  display: block;
  margin: 0;
  width: 100%;
}
figure.c-imageHeaderPage {
  height: 100vh;
  position: relative;
}
figure.c-imageHeaderPage:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
}
figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.logo {
  max-width: 130px;
  width: 100%;
  display: block;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 860px) {
  .logo {
    max-width: 100px;
  }
}

.site-header {
  width: 100%;
  padding: 0.5rem 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
}
.site-header::before {
  content: "";
  display: block;
  width: 100%;
  height: 150%;
  background-image: url("../images/topgym-logo-top.png");
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
  clip-path: polygon(0 0, 100% 0, 50% 0, 0 100%);
  background: #C82358;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 992px) {
  .site-header::before {
    clip-path: polygon(0 0, 100% 0, 55% 0, 0 100%);
  }
}
@media screen and (max-width: 860px) {
  .site-header::before {
    clip-path: polygon(0 0, 100% 0, 75% 0, 0 100%);
  }
}
.site-header .menu-menu-container ul {
  padding-top: 1rem;
  justify-content: end;
}
@media screen and (max-width: 992px) {
  .site-header .menu-menu-container ul {
    padding-top: 0.5rem;
  }
}
.site-header .menu-menu-container ul li {
  margin: 1rem;
}
@media screen and (max-width: 992px) {
  .site-header .menu-menu-container ul li {
    margin: 1rem 0.5rem;
  }
}
@media screen and (max-width: 860px) {
  .site-header .menu-menu-container ul li {
    margin: 0 0.5rem;
  }
}
.site-header .menu-menu-container ul li a {
  font-weight: 900;
  color: #fff;
}
@media screen and (max-width: 860px) {
  .site-header .menu-menu-container ul li a {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 766px) {
  .site-header .menu-menu-container ul li a {
    font-size: 1.2rem;
  }
}
.site-header .menu-menu-container ul li a:hover, .site-header .menu-menu-container ul li a:focus, .site-header .menu-menu-container ul li a:visited {
  color: #fff;
}
@media screen and (max-width: 860px) {
  .site-header .main-navigation.toggled ul li {
    margin: 1rem 0.5rem;
  }
}
.site-header .menu-toggle {
  position: fixed;
  top: 25px;
  right: 10px;
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  padding: 0.5rem 1.5rem;
  font-size: 1.5rem;
}
.site-header.-menuDark .menu-menu-container ul li a {
  color: #000;
}
@media screen and (max-width: 860px) {
  .site-header.-menuDark .menu-menu-container ul li a {
    color: #fff;
  }
}
.site-header.-menuDark .menu-menu-container ul li a:hover, .site-header.-menuDark .menu-menu-container ul li a:focus, .site-header.-menuDark .menu-menu-container ul li a:visited {
  color: #000;
}
@media screen and (max-width: 860px) {
  .site-header.-menuDark .menu-menu-container ul li a:hover, .site-header.-menuDark .menu-menu-container ul li a:focus, .site-header.-menuDark .menu-menu-container ul li a:visited {
    color: #fff;
  }
}
.site-header.-scroll {
  background: #C82358;
}
.site-header.-scroll::before {
  display: none;
}
.site-header.-scroll .logo {
  max-width: 70px;
}
.site-header.-scroll .menu-menu-container ul {
  padding-top: 0.5rem;
}
@media screen and (max-width: 860px) {
  .site-header.-scroll .menu-menu-container ul {
    padding-top: 0;
  }
}
.site-header.-scroll .menu-menu-container ul li {
  margin: 0.5rem 1rem;
}
@media screen and (max-width: 992px) {
  .site-header.-scroll .menu-menu-container ul li {
    margin: 0.5rem;
  }
}
@media screen and (max-width: 860px) {
  .site-header.-scroll .menu-menu-container ul li {
    margin: 1rem 0.5rem;
  }
}
.site-header.-scroll.-menuDark .menu-menu-container ul li a {
  color: #fff;
}
.site-header.-scroll.-menuDark .menu-menu-container ul li a:hover, .site-header.-scroll.-menuDark .menu-menu-container ul li a:focus, .site-header.-scroll.-menuDark .menu-menu-container ul li a:visited {
  color: #fff;
}
.site-header.-scroll .menu-toggle {
  position: fixed;
  top: 20px;
  font-size: 1.5rem;
}

.menu-toggle {
  position: fixed;
  top: 30px;
  right: 20px;
}

.admin-bar .site-header {
  top: 30px;
}
.admin-bar .site-header .menu-toggle {
  top: 70px;
}

.paddingTopPage {
  padding-top: 10rem;
}

.c-rowText {
  width: 90%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  font-size: 1.2rem;
  line-height: 1.7;
}
@media screen and (max-width: 860px) {
  .c-rowText {
    font-size: 1rem;
  }
}
.c-rowText h1, .c-rowText h2, .c-rowText h3, .c-rowText h4, .c-rowText h5, .c-rowText h6,
.c-rowText .h1, .c-rowText .h2, .c-rowText .h3, .c-rowText .h4, .c-rowText .h5, .c-rowText .h6 {
  display: block;
  width: 100%;
  text-transform: uppercase;
}

.home .c-rowText {
  padding: 2rem;
}
@media screen and (max-width: 860px) {
  .home .c-rowText {
    width: 100%;
    padding: 1.5rem 0.5rem;
  }
}

.c-backgroundTopGym {
  position: relative;
  z-index: 5;
  background: #C82358;
  color: #fff;
}
.c-backgroundTopGym::after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
  background: #C82358;
  position: absolute;
  bottom: -50%;
}
@media screen and (max-width: 1360px) {
  .c-backgroundTopGym::after {
    height: 200px;
    bottom: -200px;
  }
}

.c-homeRow2 {
  margin-top: -5%;
  margin-bottom: -5%;
}

.home .site-footer {
  position: relative;
}
.home .site-footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  clip-path: polygon(0 70%, 100% 0, 100% 100%, 0 100%);
  background: #000;
  position: absolute;
  top: -49%;
}
@media screen and (max-width: 1360px) {
  .home .site-footer::before {
    clip-path: polygon(0 70%, 100% 0, 100% 100%, 0 100%);
    height: 30%;
    top: -29%;
  }
}
@media screen and (max-width: 991px) {
  .home .site-footer::before {
    clip-path: polygon(100% 50%, 40% 100%, 100% 100%);
    height: 300px;
    top: -300px;
  }
}

.c-cardPage {
  position: relative;
}
.c-cardPage:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
}
.c-cardPage .c-cardPageTitle {
  position: absolute;
  bottom: 21.5%;
  left: 10%;
  z-index: 1;
  color: #fff;
  font-size: 3rem;
}
@media screen and (max-width: 1360px) {
  .c-cardPage .c-cardPageTitle {
    font-size: 2rem;
    width: auto;
    padding-right: 5%;
    left: 5%;
  }
}
@media screen and (max-width: 991px) {
  .c-cardPage .c-cardPageTitle {
    bottom: 5%;
  }
}
.c-cardPage .c-cardPageTitle::after {
  /*      content: "";
        display: block;
        width: 3rem;
        height: 3rem;
        clip-path: polygon(80% 50%, 0 0, 0 100%);
        background: $colorTopGym;
        position: absolute;
        bottom: .5rem;
        left: 52%;*/
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 3rem;
  height: 3rem;
  margin: 0 0 0.5rem 1rem;
  clip-path: polygon(80% 50%, 0 0, 0 100%);
  background: #C82358;
}
@media screen and (max-width: 1360px) {
  .c-cardPage .c-cardPageTitle::after {
    /*        display: inline-block;
            position: static;
            vertical-align: middle;*/
    width: 2.5rem;
    height: 2.5rem;
    /*        margin: 0 0 .5rem 1rem;
            clip-path: polygon(80% 50%, 0 0, 0 100%);
            background: $colorTopGym;*/
  }
}
.c-cardPage .c-cardPageTitle.-t2 {
  bottom: 33%;
  /* &::after {
     left: 60%;
     @media screen and (max-width: 1360px) {
       left: auto;
     }
   }*/
}
@media screen and (max-width: 991px) {
  .c-cardPage .c-cardPageTitle.-t2 {
    bottom: 5%;
  }
}
.c-cardPage .c-cardPageTitle.-t3 {
  bottom: 40%;
  /* &::after {
     left: 57%;
     @media screen and (max-width: 1360px) {
       left: auto;
     }
   }*/
}
@media screen and (max-width: 991px) {
  .c-cardPage .c-cardPageTitle.-t3 {
    bottom: 5%;
  }
}
@media screen and (max-width: 991px) {
  .c-cardPage {
    height: 700px;
    margin: 0.5rem 0;
  }
}

.c-boxHeaderPage {
  width: 100%;
  color: #fff;
  position: absolute;
  bottom: 10%;
  left: 0;
  z-index: 5;
}
.c-boxHeaderPage .o-headerPage {
  font-size: 4rem;
  line-height: 1;
  padding-left: 4rem;
  position: relative;
}
@media screen and (max-width: 992px) {
  .c-boxHeaderPage .o-headerPage {
    font-size: 3rem;
    padding-left: 3rem;
  }
}
@media screen and (max-width: 860px) {
  .c-boxHeaderPage .o-headerPage {
    font-size: 2rem;
    padding-left: 2rem;
  }
}
.c-boxHeaderPage .o-headerPage::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  height: 4rem;
  clip-path: polygon(80% 50%, 0 0, 0 100%);
  background: #C82358;
}
@media screen and (max-width: 992px) {
  .c-boxHeaderPage .o-headerPage::before {
    width: 3rem;
    height: 3rem;
  }
}
@media screen and (max-width: 860px) {
  .c-boxHeaderPage .o-headerPage::before {
    width: 2rem;
    height: 2rem;
  }
}

.page-template-contact .c-preFooter {
  display: none;
}

.c-colorTopGym {
  background: #C82358;
  color: #fff;
}

.c-rowFaq h5 {
  width: 100%;
  padding-bottom: 0.1rem;
  border-bottom: 2px solid #C82358;
  text-transform: uppercase;
  color: #C82358;
}

.c-cardTeam {
  height: 100%;
  min-height: 300px;
  display: block;
  position: relative;
  background: #C82358;
  color: #fff;
  /* &:before {
     display: block;
     content: "";
     width: 100%;
     padding-top: (1 / 1) * 100%;
   }*/
}
.c-cardTeam.-haveImage .c-textCardTeam {
  opacity: 0;
}
.c-cardTeam.-haveImage:hover .c-textCardTeam {
  opacity: 1;
}
.c-cardTeam .c-imageCardTeam {
  position: relative;
  z-index: 1;
}
.c-cardTeam .c-textCardTeam {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2rem;
  background: #C82358;
  color: #fff;
  z-index: 5;
}
.c-cardTeam .c-textCardTeam h4 {
  text-transform: uppercase;
}
.c-cardTeam.o-backgroundWhite .c-textCardTeam {
  background: #fff;
  color: #C82358;
  border: 5px solid #C82358;
}

.c-carbBlog {
  display: block;
  background: #C82358;
  color: #fff;
  text-decoration: none;
}
.c-carbBlog:focus, .c-carbBlog:visited {
  color: #fff;
}

.single h1 {
  display: inline-block;
}
.single h1:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 2rem;
  height: 2rem;
  margin: 0 0 0.5rem 1rem;
  clip-path: polygon(80% 50%, 0 0, 0 100%);
  background: #C82358;
}

.c-popupWelcome {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #C82358;
  z-index: 999999;
  padding-top: 15vh;
  transition: opacity 1s ease-out;
  opacity: 1;
}
@media screen and (max-width: 860px) {
  .c-popupWelcome {
    padding-top: 5vh;
  }
}
.c-popupWelcome .c-popupWelcomeTitle {
  font-size: 3rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .c-popupWelcome .c-popupWelcomeTitle {
    font-size: 2rem;
  }
}

.site-footer {
  background: #000;
  color: #fff;
}
.site-footer i {
  color: #fff;
}

.site-footer a, .site-footer a:hover, .site-footer a:focus, .site-footer a:active, .site-footer a:visited {
  color: #fff;
}
.site-footer input[type=text], .site-footer input[type=email],
.site-footer input[type=url], .site-footer input[type=password],
.site-footer input[type=search], .site-footer input[type=number],
.site-footer input[type=tel], .site-footer input[type=range],
.site-footer input[type=date], .site-footer input[type=month],
.site-footer input[type=week], .site-footer input[type=time],
.site-footer input[type=datetime], .site-footer input[type=datetime-local],
.site-footer input[type=color], .site-footer textarea {
  color: #fff;
  border: none;
  border-bottom: 3px solid #fff;
  background: none;
  border-radius: 0;
  padding: 3px;
}
.site-footer ::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
.site-footer ::-ms-input-placeholder { /* Edge 12-18 */
  color: #fff;
}
.site-footer .c-list-social {
  display: block;
  margin: 0;
  padding: 0;
}
.site-footer .c-list-social li {
  list-style-type: none;
  display: inline-block;
  margin: 5px;
  font-size: 1.5rem;
}

.c-imagetCardPartner img {
    filter: grayscale(100%);
    transition: filter 0.5s ease-in-out; 
}

.c-imagetCardPartner img:hover {
    filter: grayscale(0%);
}


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