html {
  overflow-x: hidden;
  overflow-y: scroll !important;
  scroll-behavior: smooth;
}
body {
  font-family: 'Roboto';
  background-color: #000000;
  color: #ffffff;
}
section {
  margin-top: 80px;
}
h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 60px;
  font-weight: 300;
  margin: 0;
  text-transform: uppercase;
}
h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 80px;
  font-weight: 300;
  margin: 0;
  line-height: 90px;
  text-transform: uppercase;
}
h3 span {
  font-weight: 700;
}
h4 {
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
}
h4 span {
  font-weight: 700;
}
h5 {
  font-family: 'Oswald', sans-serif;
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
p {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0px;
  padding-top: 16px;
}
.menu-container {
  position: absolute;
  top: 10px;
  left: 10px;
}
input {
  display: none;
}
.form-check-input {
  display: inline-block;
}
.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  padding: 20px 10px 15px 10px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  color: #000000;
  background-color: rgba(255, 255, 255, .9);
}
.cookiealert.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  transition-delay: 1000ms;
}
.cookiealert a {
  text-decoration: underline;
  color: #000000 !important;
}
.cookiealert .acceptcookies {
  color: #ffffff;
  padding: 6px 10px;
  background-color: #EB5C34;
  vertical-align: baseline;
  border-radius: 0px;
}
.cookiealert .acceptcookies:hover {
  background-color: #FE9053;
}
.cookiealert .acceptcookies-close {
  color: #ffffff;
  padding: 6px 10px;
  background-color: #b1b1b1;
  vertical-align: baseline;
  border-radius: 0px;
}
.cookiealert .acceptcookies-close:hover {
  background-color: #848484;
}
p.cookies {
  font-size: 14px;
  color: #000000;
}
.open {
  background-color: #ffffff;
  width: 30px;
  height: 2px;
  display: block;
  cursor: pointer;
  position: relative;
  top: 8px;
  z-index: 1;
}
.open:before {
  content: "";
  background-color: #ffffff;
  width: 30px;
  height: 2px;
  display: block;
  position: relative;
  top: -8px;
  transform: rotate(0deg);
  transition: all 0.3s ease;
  z-index: 10;
}
.open:after {
  content: "";
  background-color: #ffffff;
  width: 30px;
  height: 2px;
  display: block;
  position: relative;
  top: 6px;
  transform: rotate(0deg);
  transition: all 0.3s ease;
  z-index: 1;
}
.menuOpen {
  width: 55px;
  height: 55px;
  display: block;
  padding: 15px;
  cursor: pointer;
  z-index: 30;
  position: fixed;
}
.menu {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.95);
}
.menu > label {
  width: 40px;
  height: 30px;
  position: absolute;
  left: 20px;
  top: 20px;
  background-size: 100%;
  cursor: pointer;
}
.menu .menuContent {
  position: relative;
  top: 360px;
  font-size: 54px;
  text-align: center;
  padding-bottom: 20px;
  margin-top: -170px;
}
.menu ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
.menu ul li a {
  font-family: 'Oswald', sans-serif;
  position: relative;
  display: inline-block;
  color: #808080;
  text-decoration: none;
  transition: color 0.2s;
  text-transform: uppercase;
  padding: 10px 0;
  font-size: 60px;
  font-weight: 700;
}
.menu ul li a:hover {
  color: #ffffff;
}
.menuEffects {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}
.menuEffects ul {
  transform: translateY(0%);
  transition: all 0.5s;
}
#menuToggle:checked ~ .menuEffects {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s;
  z-index: 20;
}
#menuToggle:checked ~ .menuEffects ul {
  opacity: 1;
}
#menuToggle:checked ~ .menuOpen .open {
  background-color: transparent;
}
#menuToggle:checked ~ .menuOpen .open:before {
  content: "";
  background-color: white;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
#menuToggle:checked ~ .menuOpen .open:after {
  content: "";
  background-color: white;
  transform: rotate(-45deg);
  position: relative;
  top: 0;
  right: 0;
  z-index: 1;
}
#menuToggle:not(:checked) ~ .menuEffects ul {
  transform: translateY(-30%);
}
.header {
	height: 100vh;
  overflow: hidden;
}
.header-txt {
  position: absolute;
  margin: auto;
  left: 0px;
  right: 0px;
  top: 300px;
}
.header-p2 {
  font-family: 'Oswald', sans-serif;
  font-size: 48px !important;
  line-height: 70px;
  text-align: center;
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
}
.header-p2 .bigger-font {
  font-size: 58px;
}
.header-p2 span {
  font-weight: 500;
}
.partilhar {
  position: absolute;
  font-size: 10px;
  color: #ffffff;
  text-transform: uppercase;
  transform: rotate(90deg);
  top: 40px;
  right: 0px;
}
.partilhar::after {
  content: '';
  width: 20px;
  height: 2px;
  background: #7a3d2a;
  position: absolute;
  top: 7px;
  left: 65px;
}
.social-media-container {
  position: absolute;
  right: 14px;
  top: 115px;
  width: 20px;
}
.social-item {
  color: #ffffff;
}
.social-item a {
  color: #ffffff;
}
.social-item a:hover {
  color: #ffffff;
}

.social-item-footer {
  color: #6e6e6e;
  display: inline-block;
}
.social-item-footer a {
  color: #6e6e6e;
}
.social-item-footer a:hover {
  color: #ffffff;
}
.logo {
  position: fixed;
  background-image: url(../imgs/logo.png);
  width: 100%px;
  height: 75px;
  top: 0px;
  margin: auto;
  left: 0px;
  right: 0px;
  z-index: 10;
  background-size: 150px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 20px;
  transition: all .3s;
  cursor: pointer;
}
.start {
  background-size: 150px;
}
.resize {
  background-size: 80px;
  backdrop-filter: blur(10px);
}
.comeca {
  position: absolute;
  bottom: 300px;
  left: 0px;
  right: 0px;
  margin: auto;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  width: 220px;
  height: 55px;
  background-color: rgba(0, 0, 0, .3);
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  letter-spacing: 2px;
  padding-top: 20px;
  transition: all 0.5s ease;
}
.comeca:hover {
  background-color: rgba(0, 0, 0, .7);
}
.seta-down {
  position: absolute;
  bottom: 150px;
  left: 0px;
  right: 0px;
  font-size: 22px;
  margin: auto;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  background-color: rgba(0, 0, 0, .3);
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  padding-top: 5px;
  transition: all 0.5s ease;
}
.seta-down:hover {
  background-color: rgba(0, 0, 0, .7);
}
.bold {
  font-weight: 500;
}
.instagram {
  padding-bottom: 25px;
}
.insta-imgs img {
  width: 100%;
  object-fit: cover;
}
.insta-pad {
  padding-left: 0px;
}
.insta-pad-row {
  padding-left: 15px;
}
.insta-text {
  font-family: 'Oswald', sans-serif;
  font-size: 60px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  letter-spacing: 12px;
  text-transform: uppercase;
  padding-top: 100px;
}
.insta-text-sub {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  color: #818181;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 40px;
}
.footer {
  padding-bottom: 60px;
  padding-top: 80px;
}
.foot-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.foot-menu li {
  float: left;
}
.foot-menu li a {
  display: block;
  text-align: center;
  padding: 16px;
  text-decoration: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #808080;
}
.foot-menu li a:hover {
  color: #ffffff;
}
.foot-menu2 {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.foot-menu2 li {
  float: left;
}
.foot-menu2 li a {
  display: block;
  text-align: center;
  padding: 14px;
  text-decoration: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #808080;
}
.foot-menu2 li a:hover {
  color: #ffffff;
}
.logo-white {
  background-image: url(../imgs/logo-white.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 200px;
  height: 120px;
  cursor: pointer;
}
.center-block {
  float: none;
  display: block;
  margin: 0 auto;
}
.copy {
  display: block;
  text-align: right;
  text-decoration: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #808080;
  padding-right: 50px;
}
.seta {
  border: solid black;
  border-width: 0px 3px 3px 0;
  display: inline-block;
  padding: 20px;
}
.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-right: 12px;
}
.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin-left: 12px;
}
.slick-slider {
  height: 100%;
}
.slick-prev {
  z-index: 10;
  position: absolute;
  left: 120px;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  transition: all 0.3s;
}
.slick-next {
  z-index: 10;
  position: absolute;
  right: 120px;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
  transition: all 0.3s;
}
.img-header-resp {
  width: 100%;
}
.slick-slide {
  position: relative;
}
.top-social {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 20;
}
.cool-link {
  display: inline-block;
  color: #000;
  text-decoration: none;
}
.cool-link::after {
  content: '';
  display: none;
  width: 50px;
  height: 1px;
  background: #ffffff;
  transition: width .3s;
  position: absolute;
  top: 56px;
  right: -100px;
}
.cool-link::before {
  content: '';
  display: none;
  width: 50px;
  height: 1px;
  background: #ffffff;
  transition: width .3s;
  position: absolute;
  top: 56px;
  left: -100px;
}
.cool-link:hover::after {
  display: block;
}
.cool-link:hover::before {
  display: block;
}
.bt-all {
  background-image: url(../imgs/arrow-button-white.svg);
  background-repeat: no-repeat;
  background-position: center right 20px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background-color: #EB5C34;
  padding: 10px 55px 10px 20px;
  transition: all .3s;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  border: none;
}
.bt-all a {
  color: #ffffff;
  text-decoration: none;
}
.bt-all:hover {
  background-color: #FE9053;
}
.p-120 {
  padding: 120px;
}
.inner-title {
  border-left: 5px solid #ffffff;
  margin-left: -25px;
  padding-left: 25px;
}
.bg-visao {
  background-image: url(../imgs/img-visao.jpg);
  background-position: center;
  background-size: cover;
}
.bg-missao {
  background-image: url(../imgs/img-missao.jpg);
  background-position: center;
  background-size: cover;
}
.grey-bg {
  background-color: #1D1D1D;
}
.serv-container {
  height: 800px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background-clip: content-box;
}
.treino {
  background-image: url(../imgs/img-treino.jpg);
  background-position: center;
  background-clip: content-box;
  background-size: cover;
  height: 100%;
  width: 100%;
  transition: all .5s;
}
.online {
  background-image: url(../imgs/img-online.jpg);
  background-position: center;
  background-clip: content-box;
  background-size: cover;
  height: 100%;
  width: 100%;
  transition: all .5s;
}
.treino:hover {
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.online:hover {
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.txt-treino {
  position: absolute;
  bottom: 50px;
  left: 50px;
  letter-spacing: -2px;
}
.areas {
  background-color: #1D1D1D;
  padding-bottom: 80px;
}
.pt-80 {
  padding-top: 80px;
}
.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}
.areas-cards .card {
  color: #ffffff;
  background-color: #000000;
  border: none;
  border-radius: 0px;
  height: 100%;
}
.areas-cards .card .card-body {
  padding: 40px;
}
.areas-cards .card .card-img, .card-img-top {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.areas-cards .card h2 {
  font-size: 30px;
}
.areas-cards .card h3 {
  font-size: 50px;
  line-height: 55px;
}
.areas-cards .card p {
  font-size: 16px;
}
.item-container {
  position: relative;
}
.item-info-container {
  position: relative;
  margin-top: 15px;
  min-height: 50px;
}
.item-title {
  position: absolute;
  top: 0px;
  left: 0px;
  font-family: 'Oswald', sans-serif;
  font-size: 32px;
  color: #EB5C34;
  font-weight: 400;
  line-height: 38px;
}
.item-price {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 32px;
  font-weight: 700;
}
.item-container .overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  cursor: pointer;
  transition: all .3s;
}
.item-container .overlay:hover {
  background-color: rgba(0, 0, 0, .0);
}
.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.item-container .overlay .bt-show {
  opacity: 0;
}
.item-container .overlay:hover > .bt-show {
  opacity: 1;
}
.modal-open {
  padding-right: 0 !important;
}
.order-modal {
  --bs-modal-width: 800px;
}
.modal-item {
  font-family: 'Oswald', sans-serif;
  font-size: 32px;
  color: #EB5C34;
  font-weight: 400;
}
.modal-price {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}
.order-modal .modal-header {
  border: none;
}
.order-modal .modal-content {
  background-color: var(--bs-modal-bg);
  border: none;
  border-radius: 0px;
}
.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
}
.col-form-label {
  padding-bottom: 0px;
}
.form-control {
  border-radius: 0px;
}
.bt-cancel {
  background-color: #6c757d;
}
.bt-cancel:hover {
  background-color: #1d1d1d;
}
.modal-footer {
  border-top: none;
}
.visao-missao {
  margin-top: 0px;
}
.visao-missao .container {
  position: relative;
  background-color: rgba(0, 0, 0, .6);
  padding: 120px 120px 0px 120px;
  margin-top: -300px;
}
.visao-missao p {
  padding-top: 16px;
}
.areas p {
  padding-top: 16px;
}
.areas h2 {
  font-size: 30px;
  color: #EB5C34;
}
.areas h3 {
  font-size: 50px;
  line-height: 60px;
  color: #EB5C34;
}
.v-desktop {
  display: block !important;
}
.v-mobile {
  display: none !important;
}
.px-50-2 {
  padding-left: 50px;
  padding-right: 50px;
}
.p-80 {
  padding: 80px;
}
.p-80-2 {
  padding: 80px 80px 80px 80px;
}
.bg-black {
  background-color: #000000;
}
.areas .treino {
  min-height: 620px;
  pointer-events: none;
}
.areas .online {
  min-height: 620px;
  pointer-events: none;
}
.menu ul li a.selected {
  color: #EB5C34;
  pointer-events: none;
}
.cool-link.selected::before {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  background: #EB5C34;
  position: absolute;
  top: 56px;
  left: -100px;
  pointer-events: none;
}
.cool-link.selected::after {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  background: #EB5C34;
  position: absolute;
  top: 56px;
  right: -100px;
  pointer-events: none;
}
.contactos p {
  padding-top: 16px;
}
.contactos h2 {
  font-size: 30px;
  color: #EB5C34;
  padding: 0px 0px;
}
.contactos h3 {
  font-size: 50px;
  line-height: 60px;
  color: #EB5C34;
}
.contactos h4 {
  font-size: 20px;
}
.andre {
  background-image: url(../imgs/andre.jpg);
  background-position: center;
  background-clip: content-box;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.contactos .andre {
  min-height: 420px;
  pointer-events: none;
}
.contactos p a {
  color: #ffffff;
}
.contactos p a:hover {
  color: #EB5C34;
}
.contactos li {
  font-size: 20px;
}
.contactos li a {
  color: #ffffff;
}
.contactos li a:hover {
  color: #EB5C34;
}
.modal-footer {
  padding-top: 0px;
}
.small, small {
  padding-top: 0px;
}


/*******************************************************************MEDIA QUERIES******************************************************/
@media (max-width:1680px) {
  h2 {
    font-size: 53px;
  }
  h3 {
    font-size: 70px;
    line-height: 79px;
  }
  h4 {
    font-size: 28px;
  }
  h5 {
    font-size: 53px;
  }
  p {
    font-size: 18px;
    padding-top: 14px;
  }
  .p-120 {
    padding: 105px;
  }
  .areas h3 {
    font-size: 44px;
    line-height: 53px;
  }
  .areas-cards .card h2 {
    font-size: 27px;
  }
  .areas-cards .card h3 {
    font-size: 44px;
    line-height: 53px;
  }
  .areas-cards .card .card-body {
    padding: 35px;
  }
  .px-50 {
    padding-left: 45px;
    padding-right: 45px;
  }
  .pt-80 {
    padding-top: 70px;
  }
  section {
    margin-top: 70px;
  }
  .menu .menuContent {
    top: 400px;
    margin-top: -150px;
  }
  .menu ul li a {
    font-size: 55px;
  }
}
@media (max-width:1440px) {
  h2 {
    font-size: 45px;
  }
  h3 {
    font-size: 60px;
    line-height: 68px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 45px;
  }
  p {
    font-size: 16px;
    padding-top: 12px;
  }
  .p-120 {
    padding: 90px;
  }
  .areas h3 {
    font-size: 38px;
    line-height: 45px;
  }
  .areas-cards .card h2 {
    font-size: 23px;
  }
  .areas-cards .card h3 {
    font-size: 38px;
    line-height: 45px;
  }
  .areas-cards .card .card-body {
    padding: 30px;
  }
  .px-50 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .pt-80 {
    padding-top: 60px;
  }
  section {
    margin-top: 60px;
  }
  .item-title {
    font-size: 24px;
    line-height: 28px;
    padding-top: 0px;
  }
  .item-price {
    font-size: 24px;
    padding-top: 0px;
  }
  .bt-all {
    font-size: 14px;
    padding: 8px 55px 8px 20px;
  }
  .menu .menuContent {
    top: 300px;
    margin-top: -100px;
  }
  .menu ul li a {
    font-size: 50px;
  }
}
@media (max-width:1366px) {
  h2 {
    font-size: 43px;
  }
  h3 {
    font-size: 57px;
    line-height: 65px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 43px;
  }
  p {
    font-size: 15px;
    padding-top: 12px;
  }
  .p-120 {
    padding: 86px;
  }
  .areas h3 {
    font-size: 36px;
    line-height: 43px;
  }
  .areas-cards .card h2 {
    font-size: 22px;
  }
  .areas-cards .card h3 {
    font-size: 36px;
    line-height: 43px;
  }
  .px-50 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .menu .menuContent {
    top: 250px;
    margin-top: -100px;
  }
  .menu ul li a {
    font-size: 45px;
  }
  label.col-form-label {
    font-size: 14px;
  }
}
@media (max-width:1280px) {
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 54px;
    line-height: 60px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 40px;
  }
  p {
    font-size: 14px;
    padding-top: 12px;
  }
  .p-120 {
    padding: 80px;
  }
  .areas h3 {
    font-size: 34px;
    line-height: 40px;
  }
  .areas-cards .card h2 {
    font-size: 20px;
  }
  .areas-cards .card h3 {
    font-size: 34px;
    line-height: 40px;
  }
  .areas-cards .card .card-body {
    padding: 28px;
  }
  .px-50 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .pt-80 {
    padding-top: 50px;
  }
  section {
    margin-top: 50px;
  }
  .item-title {
    font-size: 24px;
    line-height: 28px;
    padding-top: 0px;
  }
  .item-price {
    font-size: 24px;
    padding-top: 0px;
  }
  .menu .menuContent {
    top: 250px;
    margin-top: -100px;
  }
  .menu ul li a {
    font-size: 40px;
  }
}
@media (max-width:1180px) {
  .item-title {
    position: relative;
    font-size: 24px;
    line-height: 28px;
    padding-top: 0px;
  }
  .item-price {
    position: relative;
    font-size: 24px;
    padding-top: 0px;
  }
}
@media (max-width:1024px) {
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 43px;
    line-height: 48px;
  }
  h5 {
    font-size: 32px;
  }
  .p-120 {
    padding: 64px;
  }
  .areas h3 {
    font-size: 28px;
    line-height: 32px;
  }
  .areas-cards .card h2 {
    font-size: 16px;
  }
  .areas-cards .card h3 {
    font-size: 28px;
    line-height: 32px;
  }
  .areas-cards .card .card-body {
    padding: 22px;
  }
  .img-header-resp {
    width: auto;
    height: 100%;
  }
  .px-50 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .pt-80 {
    padding-top: 40px;
  }
  section {
    margin-top: 40px;
  }
}
@media (max-width:992px) {

}
@media (max-width:820px) {
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 35px;
    line-height: 39px;
  }
  h5 {
    font-size: 26px;
  }
  .areas h3 {
    font-size: 22px;
    line-height: 26px;
  }
  .p-120 {
    padding: 50px;
  }
  .areas-cards .card .card-body {
    padding: 18px;
  }
}
@media (max-width:768px) {
 .v-desktop {
    display: none !important;
  }
  .v-mobile {
    display: block !important;
  }
  .bg-visao {
    min-height: 480px;
  }
  .bg-missao {
    min-height: 480px;
  }
  .p-120 {
    padding: 60px;
  }
  .menu ul li a {
    padding: 20px 0;
    font-size: 40px;
  }
  .visao-missao .container {
    padding: 60px 60px 0px 60px;
  }
  .txt-treino h2 {
    padding: 0px 0px;
  }
  .areas {
    padding-bottom: 0px;
  }
  section {
    margin-top: 40px;
  }
  .pt-80 {
    padding-top: 40px;
  }
  .px-50 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .px-50-2 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .areas-cards .card h2 {
    padding: 0px 0px;
  }
  .item-info-container {
    margin-top: 5px;
    min-height: 40px;
  }
  .order-modal .modal-content {
    margin-left: 20px;
    margin-right: 20px;
  }
  .modal-body h2 {
    padding: 0px 0px;
  }
  .footer {
    padding-bottom: 60px;
    padding-top: 20px;
  }
  .foot-menu li a {
    padding: 12px;
    font-size: 16px;
  }
  .areas h2 {
    padding: 0px 0px;
  }
  .p-80 {
    padding: 40px;
  }
  .p-80-2 {
    padding: 0px 40px 40px 40px;
  }
  .img-header-resp {
    height: 100vh;
    width: 100vw;
    margin: 0 auto;
  }
  p {
    font-size: 18px;
    padding-top: 14px;
  }
  h2 {
    font-size: 40px;
    padding: 0px 60px;
  }
  h3 {
    font-size: 60px;
    line-height: 70px;
    padding: 0px 0px;
  }
  h4 {
    font-size: 30px;
  }
  h5 {
    font-size: 50px;
  }
  .areas h3 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (max-width:576px) {
  .item-title {
    position: absolute;
    font-size: 32px;
    line-height: 38px;
    padding-top: 0px;
  }
  .item-price {
    position: absolute;
    font-size: 32px;
    padding-top: 0px;
  }
  .areas-cards .card h2 {
    font-size: 30px;
  }
  .areas-cards .card h3 {
    font-size: 45px;
    line-height: 55px;
  }
  .img-header-resp {
    width: auto;
    height: 100vh;
    margin: 0 auto;
  }
  p {
    font-size: 18px;
    padding-top: 14px;
  }
  h2 {
    font-size: 40px;
    padding: 0px 60px;
  }
  h3 {
    font-size: 60px;
    line-height: 70px;
    padding: 0px 0px;
  }
  h4 {
    font-size: 30px;
  }
  h5 {
    font-size: 50px;
  }
  .areas h3 {
    font-size: 45px;
    line-height: 55px;
  }
  .areas-cards .card h2 {
    font-size: 30px;
  }
  .areas-cards .card h3 {
    font-size: 45px;
    line-height: 55px;
  }
  div#metabolico {
    background-color: #000000;
  }
  .px-50 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width:414px) {

}
@media (max-width:320px) {

}