/*------------------------
	     colors
-------------------------*/
/*------------------------
	     font personalized
-------------------------*/
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 100;
  src: url("../font/Kanit-Thin.ttf");
}

@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 200;
  src: url("../font/Kanit-ExtraLight.ttf");
}

@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 300;
  src: url("../font/Kanit-Light.ttf");
}

@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 400;
  src: url("../font/Kanit-Regular.ttf");
}

@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 500;
  src: url("../font/Kanit-Medium.ttf");
}

@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 600;
  src: url("../font/Kanit-SemiBold.ttf");
}

@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 700;
  src: url("../font/Kanit-Bold.ttf");
}

@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 800;
  src: url("../font/Kanit-ExtraBold.ttf");
}

@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 900;
  src: url("../font/Kanit-Black.ttf");
}

#qwerty .z-index-2 {
  z-index: 2;
}

#qwerty h1 {
  font-weight: 100;
  font-size: 45px;
  line-height: 50px;
}

#qwerty h1 span {
  font-weight: 700;
}

#qwerty h2 {
  font-weight: 100;
  font-size: 45px;
  line-height: 50px;
}

#qwerty h2 span {
  font-weight: 700;
}

#qwerty h3 {
  font-weight: 100;
  font-size: 24px;
  line-height: 28px;
  color: #9B061C;
}

#qwerty h3 b {
  font-weight: 700;
}

#qwerty p {
  font-weight: 100;
  font-size: 20px;
  line-height: 26px;
}

#qwerty p b {
  font-weight: 700;
}

#qwerty body {
  background-color: #000000;
  color: #ffffff;
  font-family: Kanit, sans-serif;
}

#qwerty header {
  padding-top: 20px;
  background-image: url("../img/roberto-buonomo-coach.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
  background-position-x: 13%;
}

#qwerty header.essential {
  padding-bottom: 20px;
  background-image: unset;
  background-repeat: unset;
  background-size: unset;
  height: unset;
  position: unset;
  background-position-x: unset;
}

#qwerty header .filter-dk {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 63%;
  background: transparent linear-gradient(180deg, #00000000 0%, #000000 77%, #000000 100%) 0% 0% no-repeat padding-box;
}

#qwerty header ul {
  list-style: none;
  padding: 0;
}

#qwerty header ul li {
  color: #9B061C;
  font-weight: 300;
  font-size: 20px;
  line-height: normal;
  text-transform: uppercase;
}

#qwerty header ul li:before {
  content: "— ";
}

#qwerty header #menuNavbar {
  z-index: 3;
  /* Mostra il dropdown al passaggio del mouse */
}

#qwerty header #menuNavbar a {
  display: block;
  font-size: 1rem;
  text-wrap: nowrap;
  text-decoration: none;
  color: white;
  padding: 1rem 0 2rem 1.5rem;
}

#qwerty header #menuNavbar a:hover,
header #menuNavbar a.active {
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 5px;
}

#qwerty header #menuNavbar .dropdown .dropdown-menu {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  opacity: 0;
  transform: translateY(-10px);
}

#qwerty header #menuNavbar .dropdown .dropdown-menu a {
  padding: 10px !important;
}

#qwerty header #menuNavbar .dropdown:hover .dropdown-menu {
  background: #9B061C;
  padding: 0;
  border-radius: 0;
  max-height: 500px;
  opacity: 1;
  transform: translateY(0);
  transition: max-height 0.5s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;
}

#qwerty header #menuNavbar .modal-backdrop.show {
  z-index: 1040 !important;
  opacity: 0.2;
}

#qwerty .chi-sono {
  background-image: url("../img/roberto-buonomo-chi-sono.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

#qwerty .atleta_section {
  background: rgba(155, 6, 28, 0.23);
  position: relative;
}

#qwerty .atleta_section .img-bckg {
  background-image: url("../img/roberto-buonomo.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 5%;
  height: 57%;
}

#qwerty .rotate {
  transform: rotate(-90deg);
}

#qwerty .alert-send-form {
  border-color: transparent;
  box-shadow: 0px 0px 30px #000000de;
  border-radius: 0px;
  z-index: 99999;
  font-weight: 200;
  font-size: 20px;
}

#qwerty .alert-send-form.alert-danger {
  color: #ffffff;
  background-color: #ce3241f0;
}

#qwerty .alert-send-form.alert-success {
  color: #ffffff;
  background-color: #0b6e41de;
}

#qwerty .wrap-results {
  overflow: visible;
}

#qwerty .wrap-results .wrap-box {
  display: flex;
  align-items: flex-start;
  overflow: scroll;
}

#qwerty .wrap-results .wrap-box .box-result {
  display: inline-block;
  background: transparent linear-gradient(137deg, #3F070D 0%, #9B061C 100%) 0% 0% no-repeat padding-box;
  border-radius: 40px;
  font-size: 30px;
  width: 270px;
  min-width: 270px;
  margin-right: 30px;
  padding: 30px 20px;
}

#qwerty .wrap-results .wrap-box .box-result .box-result__year {
  font-weight: 100;
  color: #9B061C;
}

#qwerty .wrap-results .wrap-box .box-result .box-result__title {
  margin-top: 1rem;
}

#qwerty .wrap-results .wrap-box .box-result .box-result__title p {
  font-weight: 100;
  font-size: 24px;
  line-height: 28px;
}

#qwerty .wrap-results .wrap-box .box-result .box-result__title p b {
  font-weight: 400;
}

#qwerty .coach {
  background: #000;
  overflow: hidden;
}

#qwerty .gallery-thumbnail {
  flex-wrap: wrap;
}

#qwerty .gallery-thumbnail .wrap-thumbnail {
  position: relative;
  min-width: 50%;
  max-width: 50%;
  overflow: hidden;
}

#qwerty .gallery-thumbnail .wrap-thumbnail .wrap-thumbnail__img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#qwerty .gallery-thumbnail .wrap-thumbnail .wrap-thumbnail__label {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 20px;
  background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
}

#qwerty .gallery-thumbnail .wrap-thumbnail .wrap-thumbnail__label .wrap-thumbnail__label-name {
  font-weight: 100;
  font-size: 24px;
  line-height: 26px;
}

#qwerty .gallery-thumbnail .wrap-thumbnail .wrap-thumbnail__label .wrap-thumbnail__label-category {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
}

#qwerty .app-section {
  position: relative;
  background: transparent linear-gradient(150deg, #1A0707 0%, rgba(155, 6, 28, 0.43) 60%) 0% 0% no-repeat padding-box;
}

#qwerty .app-section .iphone-bckg {
  background-image: url("../img/iPhone-app-rb-coaching.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 1%;
  width: 55%;
  height: 20%;
  z-index: 0;
  opacity: 0.1;
}

#qwerty .wrap-macro-categories {
  overflow: hidden;
  padding-left: 0.4rem;
}

#qwerty .wrap-macro-categories .macro-categories {
  overflow: scroll;
  align-items: flex-start;
}

#qwerty .wrap-macro-categories .macro-categories .macro-categories__item {
  background: #fff;
  color: #000000;
  border-radius: 40px;
  padding: 20px;
  min-width: 290px;
  width: 290px;
  margin-right: 20px;
}

#qwerty .wrap-macro-categories .macro-categories .macro-categories__item .title {
  margin-bottom: 1rem;
}

#qwerty .wrap-macro-categories .macro-categories .macro-categories__item .title h4 {
  color: #9B061C;
  font-weight: 200;
}

#qwerty .wrap-macro-categories .macro-categories .macro-categories__item .paragraph {
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
}

#qwerty .gallery-iphone {
  width: 225%;
  margin-left: -14%;
  background-image: linear-gradient(transparent 70%, #1A0707 30%);
}

#qwerty .abbonamenti_section {
  background: transparent linear-gradient(170deg, #1A0707 30%, rgba(155, 6, 28, 0.43) 70%) 0% 0% no-repeat padding-box;
}

#qwerty .wrap-subscriptions {
  overflow: hidden;
}

#qwerty .wrap-subscriptions .macro-categories {
  overflow: scroll;
}

#qwerty .wrap-subscriptions .macro-categories .subscription__item {
  background: #fff;
  color: #000000;
  border-radius: 40px;
  padding: 20px;
  min-width: 80%;
  height: auto;
}

#qwerty .wrap-subscriptions .macro-categories .subscription__item .title {
  padding-bottom: 1rem;
  border-bottom: 1px solid #0000002e;
}

#qwerty .wrap-subscriptions .macro-categories .subscription__item .title h4 {
  color: #9B061C;
  font-weight: 500;
  font-size: 36px;
  text-transform: uppercase;
}

#qwerty .wrap-subscriptions .macro-categories .subscription__item .title h6 {
  color: #000000;
  font-size: 26px;
  font-weight: 100;
  padding-bottom: 10px;
}

#qwerty .wrap-subscriptions .macro-categories .subscription__item .price {
  font-size: 70px;
  font-weight: 100;
  margin: 30px 0;
}

#qwerty .wrap-subscriptions .macro-categories .subscription__item .list {
  list-style-image: url("../img/check.svg");
  margin-bottom: 20px;
}

#qwerty .wrap-subscriptions .macro-categories .subscription__item .list li {
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  padding-bottom: 10px;
}

#qwerty .wrap-subscriptions .macro-categories .subscription__item .list li::marker {
  text-align: center;
}

#qwerty .wrap-subscriptions .macro-categories .subscription__item .discount {
  background: linear-gradient(180deg, #240000 0%, #9b061c 100%);
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  padding: 1rem;
  border-radius: 15px;
  margin-bottom: 20px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

#qwerty .wrap-subscriptions .macro-categories .subscription__item .note {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  margin: 0 auto 30px auto;
}

#qwerty .wrap-subscriptions .macro-categories .subscription__item .note svg {
  margin-bottom: 3px;
  margin-right: 5px;
}

#qwerty .wrap-subscriptions .macro-categories .subscription__item .note.red {
  color: #9B061C;
  border: 1px solid #9B061C;
  padding: 10px;
}

#qwerty .wrap-subscriptions .macro-categories .subscription__item .note.green {
  color: #48B45A;
  border: 1px solid #48B45A;
  padding: 20px;
}

#qwerty .wrap-subscriptions .macro-categories .subscription__item .note.green a {
  color: #48B45A;
  text-decoration: none;
}

#qwerty .wrap-subscriptions .macro-categories .subscription__item small {
  margin-top: 10px;
  display: block;
  font-weight: 300;
  font-size: 12px;
  text-align: right;
}

#qwerty .team-section h5 {
  color: #9B061C;
}

#qwerty .team-section .trainer-image img {
  min-height: 500px;
  border-radius: 40px;
}

#qwerty .team-section .trainer-description {
  background-color: #9B061C;
  margin-top: 10%;
  box-shadow: 0px 0px 30px #00000026;
}

#qwerty .team-section .trainer-description.left {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

#qwerty .team-section .trainer-description.right {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}

#qwerty .team-section .trainer-description .trainer-info {
  color: #ffffff;
  padding: 20px 0;
  max-width: 80%;
  width: 80%;
}

#qwerty .team-section .trainer-description .trainer-info p {
  font-size: 18px;
  line-height: 20px;
}

#qwerty .headquarters-section #headquarterLogo {
  height: 150px;
  width: 150px;
  aspect-ratio: 1/1;
}

#qwerty .headquarters-section p {
  text-align: justify;
}

#qwerty .newsletter-section {
  background: transparent linear-gradient(150deg, #4E030E 0%, rgba(155, 6, 28, 0.43) 60%) 0% 0% no-repeat padding-box;
}

#qwerty .newsletter-section .card {
  border-radius: 40px;
}

#qwerty .newsletter-section .card .card-title {
  color: #9B061C;
  font-weight: bold;
}

#qwerty .newsletter-section .card .form-control {
  padding: 1rem;
  border-radius: 40px;
}

#qwerty .newsletter-section .card .form-check {
  font-size: 18px;
}

#qwerty .newsletter-section .card .form-check label {
  color: #000000;
}

#qwerty .newsletter-section .card .form-check label a {
  color: #000000;
}

#qwerty .newsletter-section .card button {
  padding: 0.5rem 4rem;
  background: #9B061C;
  color: #ffffff;
  box-shadow: 0px 0px 20px #0000004D;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 500;
  border: none;
  text-transform: uppercase;
}

#qwerty .newsletter-section .card button:hover,
.newsletter-section .card button:focus-visible,
.newsletter-section .card button:visited,
.newsletter-section .card button:focus {
  background: #3E060F !important;
}

#qwerty .btn-primary {
  background: #000;
  box-shadow: 0px 0px 20px #0000004D;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 500;
  border: none;
  text-transform: uppercase;
}

#qwerty .btn-primary:hover {
  background: #9B061C !important;
}

#qwerty .btn-primary:active {
  background: #9B061C !important;
}

#qwerty .btn-primary:focus-visible {
  background: #000;
}

#qwerty .btn-primary:visited {
  background: #000;
}

#qwerty .btn-primary:focus {
  background: #000;
}

#qwerty .form-subscription {
  height: auto !important;
  color: #000000;
  padding: 50px 0;
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
  overflow: scroll;
}

#qwerty .form-check .form-check-input:checked {
  background-color: #9B061C;
  border-color: #9B061C;
}

#qwerty .form-check .form-check-label {
  font-size: 20px;
  font-weight: 200;
}

#qwerty .form-control {
  border: 2px solid #A7061E;
  border-radius: 20px;
}

#qwerty .box-left-red {
  background-color: #9B061C;
  min-height: 600px;
  border-radius: 40px;
  box-shadow: 0px 0px 30px #00000026;
}

#qwerty .box-right-red {
  background-color: #9B061C;
  min-height: 600px;
  border-radius: 40px;
  box-shadow: 0px 0px 30px #00000026;
}

#qwerty .box-right-white {
  background-color: #ffffff;
  margin-top: 10%;
  box-shadow: 0px 0px 30px #00000026;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}

#qwerty .box-left-white {
  background-color: #ffffff;
  margin-top: 10%;
  box-shadow: 0px 0px 30px #00000026;
  border-radius: 40px;
}

#qwerty .info-in-white-box {
  color: #000000;
  padding: 20px 0;
  max-width: 80%;
  width: 80%;
}

#qwerty .info-in-white-box p {
  font-size: 18px;
  line-height: 20px;
}

#qwerty .extra-service-info {
  max-width: 80%;
}

#qwerty .extra-service-info .extra-service-info__title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 200;
  margin-bottom: 2rem;
}

#qwerty .extra-service-info .extra-service-info__price {
  color: #000000;
  font-size: 70px;
  font-weight: 100;
  margin-bottom: 2rem;
  text-wrap: nowrap;
}

#qwerty .extra-service-info .extra-service-info__list {
  list-style-image: url("../img/check.svg");
  margin-bottom: 20px;
}

#qwerty .extra-service-info .extra-service-info__list li {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding-bottom: 10px;
}

#qwerty .extra-service-info .extra-service-info__note {
  color: #000000;
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  margin-top: 1rem;
}

#qwerty footer {
  position: relative;
}

#qwerty footer:before {
  content: "";
  width: 100%;
  position: absolute;
  top: -80px;
  left: 0;
  height: 70px;
  background: transparent linear-gradient(180deg, #00000000 0%, #000000 77%, #000000 100%) 0% 0% no-repeat padding-box;
}

#qwerty footer a {
  color: #ffffff;
  text-decoration: none;
}

#qwerty footer a:hover {
  color: #9B061C;
}

#qwerty footer p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

#qwerty footer small {
  color: #808080;
  font-size: 14px;
  font-weight: 200;
}

#qwerty footer img {
  width: 120px;
}

#qwerty .note-alert {
  background-color: #3E060F;
  padding: 10px;
  font-size: 20px;
  font-weight: 200;
  display: inline-block;
  float: left;
  clear: both;
}

#qwerty .note-alert small {
  font-size: 20px;
  font-weight: 200;
}

#qwerty .note-alert svg {
  margin-bottom: 4px;
  margin-right: 10px;
}

#qwerty .scroll-to-top {
  position: fixed;
  right: -1px;
  bottom: 75px;
  z-index: 9998;
  padding: 0;
}

#qwerty .scroll-to-top span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #9B061C;
  box-shadow: 0px 0px 10px #3E060F;
  width: 50px;
  height: 50px;
  padding: 10px;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

#qwerty .scroll-to-top span svg {
  fill: #000000;
}

@media only screen and (min-width: 1200px) {
  #qwerty h1 {
    font-size: 58px;
    line-height: 66px;
  }

  #qwerty h2 {
    font-size: 58px;
    line-height: 66px;
  }

  #qwerty h3 {
    font-size: 32px;
    line-height: 40px;
  }

  #qwerty header .filter-dk {
    height: 23%;
  }

  #qwerty .atleta_section .img-bckg {
    height: 60%;
  }

  #qwerty .gallery-thumbnail .wrap-thumbnail .wrap-thumbnail__label {
    padding: 20px 30px;
  }

  #qwerty .wrap-subscriptions .macro-categories .subscription__item .price {
    font-size: 5rem;
  }

  #qwerty .info-in-white-box {
    padding: 3rem 1rem;
  }

  #qwerty .extra-service-info {
    max-width: 60%;
  }

  #qwerty .extra-service-info .extra-service-info__price {
    font-size: 5rem;
  }
}

@media only screen and (min-width: 768px) {
  #qwerty p {
    font-size: 26px;
    line-height: 34px;
  }

  #qwerty header ul li {
    font-size: 28px;
  }

  #qwerty .atleta_section .img-bckg {
    left: 1%;
    height: 43%;
  }

  #qwerty .app-section .iphone-bckg {
    width: 25%;
    height: 30%;
    opacity: 1;
  }

  #qwerty .wrap-macro-categories {
    padding-left: 4.4rem;
  }

  #qwerty .wrap-macro-categories .macro-categories .macro-categories__item {
    padding: 45px 30px;
    min-width: 385px;
    width: 385px;
  }

  #qwerty .wrap-macro-categories .macro-categories .macro-categories__item .title {
    margin-bottom: 3rem;
  }

  #qwerty .wrap-subscriptions .macro-categories .subscription__item {
    min-width: 60%;
  }

  #qwerty .info-in-white-box p {
    font-size: 22px;
    line-height: 32px;
  }

  #qwerty .extra-service-info .extra-service-info__title {
    font-size: 36px;
    line-height: 42px;
  }

  #qwerty .extra-service-info .extra-service-info__list li {
    font-size: 26px;
    line-height: 32px;
    padding-left: 20px;
  }

  #qwerty .extra-service-info__note {
    margin-top: 4rem;
  }
}

@media only screen and (min-width: 576px) {
  #qwerty #menuNavbar a {
    padding: 1rem !important;
  }

  #qwerty #menuNavbar .offcanvas-top.show {
    height: 35vh !important;
  }

  #qwerty #menuNavbar .offcanvas-top.show .offcanvas-body {
    display: block !important;
    text-align: center !important;
  }

  #qwerty #menuNavbar .offcanvas-top.show .offcanvas-body a {
    display: inline-block;
    padding: 0.7rem !important;
  }
}

@media only screen and (min-width: 992px) {
  #qwerty header {
    background-position-x: 0;
  }

  #qwerty header #menuNavbar a {
    padding-left: 2.5rem;
  }

  #qwerty .atleta_section svg {
    position: absolute;
  }

  #qwerty .atleta_section .img-bckg {
    left: 1%;
    height: 47%;
  }

  #qwerty .wrap-results .wrap-box .box-result {
    width: 380px;
    min-width: 380px;
  }

  #qwerty .wrap-results .wrap-box .box-result .box-result__title p {
    font-size: 30px;
    line-height: 38px;
  }

  #qwerty .gallery-thumbnail .wrap-thumbnail {
    min-width: 20%;
    width: 20%;
  }

  #qwerty .gallery-thumbnail .wrap-thumbnail .wrap-thumbnail__label .wrap-thumbnail__label-name {
    font-size: 26px;
    line-height: 28px;
  }

  #qwerty .gallery-thumbnail .wrap-thumbnail .wrap-thumbnail__label .wrap-thumbnail__label-category {
    font-size: 18px;
    line-height: 20px;
  }

  #qwerty .gallery-iphone {
    width: 115%;
    margin-left: -5%;
  }

  #qwerty .wrap-subscriptions .macro-categories .subscription__item {
    padding: 30px;
    min-width: unset;
  }

  #qwerty .wrap-subscriptions .macro-categories .subscription__item button {
    width: 100%;
  }

  #qwerty .wrap-subscriptions .macro-categories .subscription__item .price {
    font-size: 4rem;
    margin: 50px 0;
  }

  #qwerty .wrap-subscriptions .macro-categories .subscription__item .list {
    margin-bottom: 10px;
  }

  #qwerty .extra-service-info .extra-service-info__title {
    margin-bottom: 4rem;
  }

  #qwerty .extra-service-info .extra-service-info__price {
    font-size: 4rem;
    margin-bottom: 4rem;
  }

  #qwerty .extra-service-info .extra-service-info__list {
    margin-bottom: 40px;
  }
}

@media (max-width: 576px) {
  #qwerty .gallery-thumbnail .wrap-thumbnail.mobile-100 {
    height: 470px;
  }

  #qwerty .headquarters-section .carousel-item img {
    height: unset;
  }
}

@media (max-width: 768px) {
  .gallery-thumbnail .wrap-thumbnail.mobile-100 {
    height: 670px;
  }

  #qwerty .gallery-thumbnail .wrap-thumbnail.mobile-100 img {
    width: 100%;
    height: auto !important;
  }

  #qwerty .team-section .trainer-image {
    margin-top: 10%;
  }

  #qwerty .team-section .trainer-image.right img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  #qwerty .team-section .trainer-image.left {
    text-align: right;
  }

  #qwerty .team-section .trainer-image.left img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  #qwerty .team-section .trainer-image img {
    min-height: unset;
    max-height: 400px;
  }

  #qwerty .team-section .trainer-description {
    min-height: 600px;
    margin-top: 0;
    border-radius: 40px;
  }
}

@media screen and (max-width: 992px) {
  #qwerty header #menuNavbar .offcanvas-top {
    background: #000000;
    height: 100%;
    width: 100%;
  }

  #qwerty header #menuNavbar .offcanvas-top .offcanvas-header {
    display: flex;
    justify-content: flex-end;
    font-size: 1.5rem;
  }

  #qwerty header #menuNavbar .offcanvas-top .offcanvas-body {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 2rem;
  }

  #qwerty header #menuNavbar .offcanvas-top .offcanvas-body a {
    font-size: 1.3rem;
  }

  #qwerty header #menuNavbar .dropdown {
    display: none;
  }

  #qwerty .row_abbonamenti_section {
    flex-wrap: nowrap;
  }

  #qwerty .row_abbonamenti_section .subscription__item button {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }

  #qwerty .subscription__item {
    padding-bottom: 50px !important;
  }
}