body {
  background: #000000d9;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Britannic Bold", sans-serif;
  color: #fff;
  margin-top: 0px;
  font-weight: 500;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a,
button {
  color: #fff;
  outline: none;
  border: none;
  background: transparent;
}

.trainer-info {
  position: absolute;
  left: 20px;
  background: #000000d9;
  padding: 35px;
  padding-bottom: 25px;
  width: 83%;
  right: -45px;
  bottom: -20%;
  clip-path: polygon(0 0, 82% 0, 100% 100%, 0% 100%);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

.fitness-info {
  position: absolute;
  width: 65%;
  bottom: -50px;
  background: #000000d9;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 40px 45px 30px 40px;
  box-shadow: 0px 10px 20px 0px rgb(130 132 134 / 8%);
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

.tpsub-title-two {
  font-family: "Teko";
  font-size: 22px;
  color: #de252a;
  text-transform: uppercase;
  line-height: 1.2;
  display: block;
  position: relative;
}

.trainer-social_icon a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: 2px solid #de252a;
  color: #f9f7f7;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  margin-right: 10px;
  transition: 0.3s;
  overflow: hidden;
  position: relative;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #262626;
  border-color: #dee2e6 #dee2e6 #fff;
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
  margin-bottom: 15px;
  line-height: 28px;
}

.product__details-des p {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("/Imagenes/logo_loader.png") 50% 50% no-repeat #262626;
  opacity: 0.98;
  animation: pulse;
  /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s;
  /* don't forget to set a duration! */
  animation-iteration-count: infinite;
}

.card-cmc {
  flex: 1 1 auto;
  padding: 1rem 1rem;
  background-color: #000000d9;
}

.mblog_info {
  background: #000000d7;
  padding: 40px 40px;
  box-shadow: -7.552px 9.326px 20px 0px rgb(0 6 69 / 8%);
  margin-left: 0px;
  margin-top: -5px;
  z-index: 1;
  position: relative;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.mblog-button a {
  font-size: 18px;
  text-transform: uppercase;
  color: #de252a;
  transition: 0.3s;
  line-height: 1;
  font-weight: 500;
}

.product_sidebar-inner {
  padding: 40px 30px;
  background: #262626;
}
.sidebar__search-input-2 input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #262626;
  color: white;
  padding: 0 25px;
  text-transform: capitalize;
  border-radius: 5px;
  border: 2px solid #ffffff;
  outline: none;
  padding-top: 3px;
  padding-right: 60px;
  font-family: "Roboto", sans-serif;
}

.trainer-name {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 0;
}

.mblog__title {
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
}
