@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

@font-face {
  src: url('../fonts/avenir/AvenirNextCyr-Regular.woff2') format('woff2');
  font-family: 'Avenir Next Cyr';
  font-weight: 300;
}

@font-face {
  src: url('../fonts/avenir/AvenirNextCyr-Bold.woff2') format('woff2');
  font-family: 'Avenir Next Cyr';
  font-weight: 900;
}

/*
Color principal del sitio
hex = #ff014a
rgb = 255, 1, 74
*/
:root {
  --acento: #E33F4F;
  --acentoRGB: 255, 1, 74;
  --gradienteAM: linear-gradient(173deg, rgba(32, 120, 248, 1) 0%, rgba(199, 44, 245, 1) 100%);
  --gradienteNR: linear-gradient(148deg, rgba(248, 137, 32, 1) 0%, rgba(245, 44, 153, 1) 100%);
  --gradienteAVM: linear-gradient(9deg, rgba(229, 248, 32, 1) 0%, rgba(141, 214, 165, 1) 50%, rgba(199, 44, 245, 1) 100%);
}

/* Personalizar los colores de slección */
::selection {
  background-color: var(--acento);
  color: #fff;
}

html,
body {
  overflow-x: hidden !important;
}

b {
  font-weight: 900 !important;
}

img {
  -moz-user-drag: none;
  -webkit-user-drag: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.sucursal-path-show {
  font-family: 'Anton', sans-serif !important;
  font-weight: 300;
}

p,
.btnBlackSquare,
.btnBlackRound,
.btnAccLightRound,
.btnAccLightSquare {
  font-family: 'Avenir Next Cyr';
  font-weight: normal !important;
}

.font-20 {
  font-size: 20px;
}

/* Contenedor que mantiene la imagen y el overlay */
.bg-background {
  position: relative;
  height: 50vh;
  background-size: cover;
  background-position: center;
}

/* El overlay que aparece encima de la imagen */
.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  /* Color y opacidad del overlay */
}

/* Contenido que aparece sobre la imagen */
.bg-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff !important;
  font-size: 64px !important;
  font-family: 'Anton', sans-serif !important;
}

.ImgInstructorRound {
  min-height: 250px;
  min-width: 250px;
  max-width: 250px;
  max-height: 250px;
  margin: 0 auto;
  border-radius: 50%;
  background-position: top;
  background-size: cover;
}


.nav-width {
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 15px 20px !important;
}

.centrarContenido {
  display: flex !important;
  align-items: center !important;
}

.bg-reservar-clases {
  background-image: url(../media/Reserva-clases.png);
  padding: 30px 0px;
  background-position: center center;
  background-size: cover;
}

.bg-comprar-clases {
  background-image: url(../media/Compra-clases.png);
  padding: 30px 0px;
  background-position: center center;
  background-size: cover;
  display: none;
}

/* ------------------------------------------ Página de Inicio */
/* Menú */
.userItem:hover .dropdown-menu {
  display: block;
  z-index: 2;
}

.userItem .dropdown-menu .nav-item {
  border: none !important;
  background: #fff;
}

.userItem .dropdown-menu .nav-link {
  color: #000 !important;
  background: transparent !important;
}

.userItem .dropdown-menu {
  border-left: solid 2px var(--acento);
  border-radius: 0 !important;
  margin-top: -2px;
}

.userItem .dropdown-menu .nav-link:hover {
  color: var(--acento) !important;
}

.nav-item .nav-link,
.navbar-dark .navbar-nav .nav-link {
  font-family: 'Avenir Next Cyr' !important;
}

/* Banner principal */
.mianBannerHome {
  display: flex;
  position: relative;
  padding: 33vw 0 45px 0;
  align-items: flex-end;
}

.bannerHomeCol {
  width: 50%;
  float: left;
  display: block;
  position: relative;
}

.bannerHomeTitle {
  max-width: 430px;
  color: #fff;
  font-size: 56px;
}

.overlay-1 {
  padding: 0 !important;
}

.accentColor {
  color: var(--acento);
}

.app-nav .submenu-item {
  max-width: 110px;
}

.leyenda,
#InstructoresTable,
.app-card-account,
#ComprasTable {
  font-family: 'Avenir Next Cyr', sans-serif;
}

.btnAccLightRound {
  color: var(--acento);
  border: solid 1px var(--acento);
  padding: 20px 32px;
  font-size: 18px;
  border-radius: 1000px;
  float: right;
  display: table;
  transition: all ease 0.2s;
  background: transparent;
}

.btnAccLightRound:hover {
  background-color: var(--acento);
  color: #fff;
}

.btnAccLightSquare {
  color: var(--acento);
  border: solid 1px var(--acento);
  padding: 10px 32px;
  font-size: 14px;
  border-radius: 0px;
  display: table;
  transition: all ease 0.2s;
}

.btnAccLightSquare:hover {
  background-color: var(--acento);
  color: #fff;
}

.ol-12,
.col-md-12,
.col-lg-12 {
  display: table;
}

.home-header {
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 0 40px !important;
}

.section-home-1 {
  background: none !important;
  overflow: hidden;
  position: relative;
}

video.bannerHomeVideo {
  position: absolute;
  z-index: -1;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  height: auto;
  width: 100%;
}

.bCol {
  float: left;
  display: block;
  position: relative;
}

.cols2 .bCol {
  width: 50%;
}

.setMarginTopBottom {
  margin: 75px auto !important;
}

#tarjetas {
  margin-bottom: 75px;
}

.cols3 .bCol {
  width: 33.33%;
}

.tarjetaWrapper {
  position: relative;
  padding: 0 10px;
}

img.tarjetaImg {
  display: table;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 45px;
}

.tarjetaStickerWrapper {
  position: absolute;
  display: table;
  z-index: 1;
  bottom: -35px;
  right: -20px;
}

.Sticker1 {
  width: 33%;
}

.Sticker3 {
  width: 41%;
}

img.tarjetaStickerImg {
  width: 100%;
}

.btnBlackSquare {
  border: solid 1px #000;
  border-radius: 1000px;
  padding: 12px 24px;
  display: table;
  margin: 0 auto;
  transition: all ease 0.2s;
}

.btnBlackSquare:hover {
  background-color: #000;
  color: #fff;
}

.btnFilledSquare {
  border: solid 1px var(--acento);
  background-color: var(--acento);
  border-radius: 0px;
  padding: 12px 24px;
  display: table;
  margin: 0 auto;
  transition: all ease 0.2s;
  color: #fff;
  font-size: 14px;
}

.btnFilledSquare:hover {
  color: var(--acento);
  background-color: #fff;
}

.bannerHomeBtn.btnFilledRound {
  border: solid 1px var(--acento);
  background-color: var(--acento);
  border-radius: 1000px;
  padding: 15px 24px;
  display: table;
  margin: 0 auto;
  transition: all ease 0.2s;
  color: #fff;
  font-size: 16px;
  float: right;
}

.bannerHomeBtn.btnFilledRound:hover {
  opacity: 0.85;
}

.btnWhiteSquare {
  border: solid 1px #fff;
  border-radius: 0px;
  padding: 12px 24px;
  display: table;
  margin: 0 auto;
  transition: all ease 0.2s;
  color: #fff;
}

.btnWhiteSquare:hover {
  background-color: #fff;
  color: #000;
}

.bgImageBox {
  position: relative;
  background-size: cover;
}

.bgImageBox.petFriendly {
  background-position: center top;
}

.container-petfriendly {
  background: rgba(0, 0, 0, 0.5);
  padding: 25vh 0;
}

.friendlyContent {
  max-width: 400px;
}

.faqSection {
  background-position: center;
  padding: 20vh 20px;
}

.bgImageBox.nosotrosSection {
  background-position: center center;
  padding: 28vh 0;
  background-size: cover;
  background-position: center;
  position: relative;
}

.bgImageBox.franquiciasSection {
  background-position: center;
  padding: 20vh 20px;
}

.bgImageBox.refiereSection {
  background-position: center center;
  padding: 28vh 0;
}

.bgImageBox .centrarContenido {
  justify-content: center;
}

.bgImageBox h2 {
  color: #fff;
  font-size: 64px;
  text-align: center;
}

.bgImageBox p {
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.gradienteNR {
  background: rgb(248, 137, 32);
  background: var(--gradienteNR);
}

.img-logo-responsive {
  max-height: 40px !important;
  max-width: initial !important;
  height: initial !important;
}

.gradienteNR {
  padding: 60px 20px;
  display: table;
  width: 100%;
}

.tituloGigante {
  font-size: 56px;
  text-align: center;
  color: #fff;
  margin: 0 !important;
}

.tituloNegroSection {
  text-align: center;
  font-size: 42px;
}

.entrenadores {
  width: 100%;
  display: table;
  padding: 30px 0;
}

.entrenadoresInfo {
  text-align: center;
  line-height: 1.2em;
  font-size: 20px;
}

.fotoGridWrapper .fotoGridItem {
  width: 20%;
  float: left;
  background-color: lightgray;
  height: 380px;
  display: table;
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
}

/* ------------------------------------------ Nosotros */
.nosotrosCabeceraContent h2 {
  text-align: center;
}

.stickerNosotrosWrapper {
  width: 160px;
  position: absolute;
  left: 110px;
  transform: translate(-50%, 0);
  bottom: -75px;
}

.stickerNosotrosWrapper img {
  width: 100%;
}

.beatrideTitle {
  font-family: 'Anton' !important;
  font-size: 28px;
}

.nosotrosInfo {
  font-size: 18px;
}

.nosotrosInfoSection {
  padding: 50px 0;
}

.nosotrosInfoImg {
  width: 100%;
  border-radius: 4px;
}

.nosotrosInfoSection .container {
  max-width: 1000px !important;
}

.gradienteAVM {
  padding: 45px 0;
  background: var(--gradienteAVM);
}

.gradienteAVM h2 {
  color: #fff;
  text-align: center;
  font-size: 42px;
}

.footerColR * {
  text-align: right !important;
}

.footer-text a {
  text-decoration: underline !important;
}

.footer {
  border: none !important;
  padding: 0 !important;
  margin-top: 45px;
}

.footer .container {
  border-top: solid 1px #000;
  padding: 30px 20px;
}

/* .div-instructores {
  background-color: var(--acento) !important;
  padding-top: 95% !important;
  min-height: initial !important;
  border-radius: 50% !important;
  width: 100% !important;
  position: relative;
  overflow: hidden;
  color: #fff;
} */

.div-instructores {
  border-radius: 50% !important;
  min-height: 280px;
  background-color: var(--acento) !important;
  position: relative;
  overflow: hidden;
  color: #fff;
  width: 280px;
}

.div-instructores-info,
.InstructorHover:hover {
  box-shadow: none !important;
}

.coachesTitle {
  text-align: center;
}

.nombre-instructor {
  font-family: 'Anton' !important;
  font-size: 30px !important;
  color: var(--acento) !important;
  font-weight: normal !important;
}

.perfil-instructor {
  position: absolute;
  z-index: 1;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  opacity: 0;
  transition: all ease 0.2s;
  text-align: center;
  background-color: rgba(var(--acentoRGB), 0.8);
  width: 100%;
  height: 100%;
  margin: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.perfil-instructor:hover {
  opacity: 1;
  color: #fff !important;
}

.perfil-instructor svg {
  margin-right: 5px;
}

.perfil-instructor:hover * {
  color: #fff !important;
  opacity: 1;
}

.coachesSection {
  position: relative;
}

.marquesina-container {
  overflow: hidden;
  width: 100%;
  margin: 0 0 60px;
  padding: 8px 0;
  white-space: nowrap;
  background-color: var(--acento);
}

.marquesina-container span {
  color: #fff;
  font-size: 20px;
  font-family: 'Avenir Next Cyr';
}

.marquesina {
  animation: marquee 20s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* Ajusta el ancho y la altura según tus necesidades */
.marquesina span {
  width: 100px;
  /* Ancho de cada palabra */
  display: inline-block;
}

/* ------------------------------------------ Registro */
.registroTitleWrapper h1,
.registroTitleWrapper p {
  text-align: center;
}

.input_beatride {
  display: block;
  width: 100%;
  padding: 6px 0 !important;
  font-size: 18px;
  line-height: 1.2em;
  color: #000;
  background-color: transparent !important;
  background-clip: initial !important;
  border-bottom: solid 2px #bbbbbb !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  height: auto !important;
  transition: all ease 0.2s !important;
  text-transform: none !important;
}

.input_beatride:focus {
  border-bottom: solid 2px var(--acento) !important;
}

.form-floating>label {
  padding: 0 !important;
  color: #959595 !important;
}

/* .form-floating>label {
  top: 10px !important;
  left: 10px !important;
} */

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
  opacity: .65;
  -webkit-transform: scale(0.85) translateY(-1.2rem) translateX(0rem) !important;
  transform: scale(0.85) translateY(-1.2rem) translateX(0rem) !important;
  /* opacity: 0 !important; */
}

.registrarseTitle {
  font-size: 48px;
}

.registroTitleWrapper {
  margin-bottom: 45px;
}

.section-iniciar-sesion {
  background-color: transparent !important;
}

.form-group {
  margin-bottom: 25px !important;
}

.iniciarSesion {
  width: 15px;
  height: auto;
}

.socialIgNav {
  width: 15px;
  height: auto;
}

.socialFbNav {
  width: 15px;
  height: auto;
}

ul.navbar-nav {
  margin: 0 auto;
  width: 100% !important;
  display: inline-flex;
}

ul.nav-bar {
  max-width: 890px;
  width: 100%;
  display: table;
  margin: 0 auto;
}

.nav-item {
  display: table-cell;
}

.nav-link {
  font-size: 16px !important;
}

.nav-link.btnAccLightRound {
  color: var(--acento) !important;
  border: solid 1px var(--acento);
  padding: 10px 16px !important;
  border-radius: 1000px;
  float: right;
  display: table !important;
  transition: all ease 0.2s !important;
}

.nav-link.btnAccLightRound:hover {
  color: #fff !important;
}

.navIconsBlock {
  display: table;
  margin: 0 10px;
}

.newsletterSection {
  margin-top: 45px;
}

.newsBtn {
  float: right;
  padding: 12px 20px;
  font-size: 16px;
}

.newsCampo {
  border: solid 1px #c7c7c7 !important;
  padding: 8px 12px !important;
  color: #c7c7c7 !important;
  border-radius: 0px !important;
  font-size: 16px !important;
  appearance: none;
  -webkit-appearance: none !important;
  max-width: 200px;
  float: right;
}

.newsletterForm input.newsCampo::placeholder {
  color: #c7c7c7;
}

.newsletterForm {
  display: inline-flex;
  flex-direction: column;
  align-items: end;
  float: right;
}

.promoWrapper {
  position: relative;
  margin-bottom: 45px;
}

img.promoImg {
  width: 100%;
  border-radius: 50%;
}

.promoInfoHolder {
  text-align: center;
  margin-top: 15px;
}

.sectionTitle {
  text-align: center;
  padding: 60px;
}

.promocionesSection .container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  display: table !important;
}

/* ------------------------------------------ FAQs */
.faqsHolder {
  display: table;
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 75px 0;
}

.faqItem {
  margin-bottom: 45px;
}

.faqItemDesc {
  font-size: 18px;
}

/* ------------------------------------------ Refiere a un amigo */
.stickerRefiereWrapper {
  width: 115px;
  position: absolute;
  right: 20%;
  transform: translate(50%, 0);
  bottom: -40px;
}

.stickerRefiereWrapper img {
  width: 100%;
  transform: rotate(45deg);
}

.refiereContent {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
}

.refiereTitle {
  text-align: center;
  margin: 80px auto 45px;
}

.refiereLista {
  padding: 0;
  list-style: none;
  list-style-position: inside;
  counter-reset: contadorLista;
  font-family: 'Avenir Next Cyr';
  font-weight: normal !important;
}

.refiereLista:marker {
  color: red !important;
}

.refiereListaItem::before {
  font-family: 'Anton';
  content: "";
  color: var(--acento);
  display: inline-block;
  width: 1em;
  counter-increment: contadorLista;
  content: counter(contadorLista);
}

.refiereButtons {
  margin: 0 auto;
  width: auto;
  display: table;
}

.refiereButtons {
  margin: 45px auto 0;
  width: auto;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
  max-width: 350px;
}

/* ------------------------------------------ Franquicias */
.franquiciasHolder {
  width: 100%;
  margin: 75px auto;
  display: table;
  max-width: 940px;
}

.franquiciasHolder * {
  text-align: center;
}

.franquiciasFormWrapper {
  max-width: 300px;
  display: table;
  margin: 45px auto 0;
  width: 100%;
  position: relative;
}

.btn_beatride_red_sesion {
  background-color: var(--acento) !important;
}

/* -------------------------------------------------- Reserva */
.barraColorReserva {
  background: var(--gradienteAM);
  width: 100%;
  height: 120px;
}

.contenedor-calendario {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.calendario {
  padding: 0;
  margin: 0 0 75px;
  background-color: transparent;
  background-image: none;
  background-image: none;
  background-position: initial;
  background-size: initial;
  background-repeat: initial;
  color: initial;
}

.calendario h1 {
  text-align: center;
  font-size: 32px;
}

.contenedor-titulo-calendario {
  margin-top: 20px;
}

.col-calendario {
  border: none !important;
}

.dia-calendario {
  margin-bottom: 0;
  margin-right: 10px;
}

.dia-semana-calendario {
  background: var(--acento);
  display: flex;
  align-items: center;
  vertical-align: middle;
  flex-direction: row-reverse;
  justify-content: center;
  padding: 8px 4px;
  margin-bottom: 10px;
}

.dia-semana-calendario h2,
.dia-semana-calendario h4 {
  color: #fff;
  margin-bottom: 0;
}

.dia-semana-calendario * {
  font-size: 18px;
  font-weight: bold;
  font-family: 'Avenir Next Cyr' !important;
}

.entrenador-calendario {
  color: #000 !important;
  text-align: left !important;
  padding: 23px 10px !important;
  border: none !important;
  background: #ededed !important;
  margin-bottom: 5px;
}

.col-calendario:hover {
  background-color: transparent !important;
}

#franquicias_beatride input {
  text-align: left !important;
}

#infoPerfil select {
  padding: 0 20px;
}

.entrenador-calendario span {
  display: table !important;
  line-height: 100% !important;
}

.clase {
  transition: all ease 0.2s !important;
}

.clase:hover {
  background: var(--acento) !important;
}

span.hora-calendario {
  font-size: 20px;
  font-weight: 500;
  margin: 10px 0 22px !important;
  font-family: 'Avenir Next Cyr';
  transition: all ease 0.2s;
}

span.instruc-calendario {
  color: #4C4C4C;
  font-size: 18px;
  transition: all ease 0.2s !important;
  font-family: 'Avenir Next Cyr';
  font-weight: 600;
}

.clase:hover .playlist,
.clase:hover .hora-calendario,
.clase:hover .instruc-calendario {
  color: #fff !important;
}

span.playlist {
  color: var(--acento) !important;
  font-weight: bold !important;
  line-height: 100% !important;
  transition: all ease 0.2s !important;
  font-size: 16px;
  /* font-weight: normal !important; */
  font-family: 'Avenir Next Cyr';
}

.col-calendario {
  padding-left: 3px !important;
  padding-right: 3px !important;
}

/* -------------------------------------------------- Beatjuice */
.tiendaWrapper {
  display: block;
  width: 100%;
  margin-bottom: 90px;
}

.productoBtn {
  background: var(--acento);
  color: #fff;
  border: none;
  display: table;
  margin: 0 auto;
  padding: 9px 28px;
  font-size: 14px;
  font-family: 'Avenir Next Cyr';
  transition: all ease 0.17s;
  border: solid 1px #fff;
}

.productoBtn:hover {
  color: var(--acento);
  background: #fff;
  border: solid 1px var(--acento);
}

.tiendaCabecera {
  width: 100%;
  display: block;
  height: 30vw !important;
  background-position: center;
  background-size: cover;
  max-height: 300px;
}

.productoCabecera {
  width: 100%;
  display: block;
  height: 30vw !important;
  background-position: center;
  background-size: cover;
  max-height: 300px;
}

.productosWrapper {
  width: 100%;
  max-width: 960px;
  margin: 45px auto;
  display: table;
}

.productosGridCol {
  display: table;
  float: left;
  width: calc(33.33% - 20px);
  margin: 0 10px 35px;
}

.productoThumb {
  width: 100%;
  margin-bottom: 15px;
}

.productoTitle {
  font-size: 20px;
  margin-bottom: 0px;
  font-family: 'Avenir Next Cyr' !important;
  font-weight: 900 !important;
}

.productoDesc {
  font-size: 16px;
  margin: 0px;
  line-height: 1.2em;
  height: 40px;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
}

.tiendaWrapper .sectionTitle {
  font-size: 45px;
}

/* --------------------------------------------------------------- ES PRODUCTO --------- */
.contador {
  display: table;
  font-size: 18px;
  margin: 0;
}

.contador-inner {
  border: solid 1px var(--acento);
}

.decrementar,
.incrementar {
  padding: 5px 10px;
  font-size: 20px;
  cursor: pointer;
  background: none;
  border: none;
  transition: all ease 0.2s;
  appearance: none;
  -webkit-appearance: none;
}

.decrementar:hover,
.isProduct .incrementar:hover {
  background-color: var(--acento);
  color: #fff;
}

.valor {
  margin: 0 10px;
  min-width: 30px;
  text-align: center;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Avenir Next Cyr';
}

.isProduct .productoHolder {
  max-width: 960px !important;
  margin: 0 auto;
  display: table;
}

.isProduct .productoMainTitle {
  text-align: center;
  margin: 45px auto;
  display: table;
}

.isProduct .productoColumns {
  display: table;
  width: 100%;
  margin: 0 auto;
}

.isProduct .productoCol1 {
  margin-right: 20px;
}

.isProduct .productoCol2 {
  margin-left: 20px;
}

.isProduct .productoCol1,
.isProduct .productoCol2 {
  width: calc(50% - 20px);
  float: left;
  display: table;
}

.isProduct .agregar {
  appearance: none;
  -webkit-appearance: none;
  background: var(--acento);
  color: #fff;
  border: none;
  padding: 9px 28px;
  font-size: 15px;
  font-family: 'Avenir Next Cyr';
  transition: all ease 0.17s;
  border: solid 1px #fff;
}

.isProduct .agregar:hover {
  color: var(--acento);
  background: #fff;
  border: solid 1px var(--acento);
}

.isProduct .productoPrecio {
  font-size: 20px;
  margin-bottom: 0px;
  font-family: 'Avenir Next Cyr' !important;
  font-weight: 900 !important;
}

.isProduct .pagoTitle {
  font-size: 20px;
}

.isProduct .productoDatosPago span {
  display: block;
}

/* ------------------------------------------------------------- Dashboard */
.comprarClasesWrapper {
  max-width: 1200px;
  margin: 10px auto 90px;
}

.photoCouch-div {
  width: 200px;
  height: 200px;
  display: table;
  background-size: cover;
  background-position: center top;
  border-radius: 50%;
  margin: 35px auto -150px;
}

#infoPerfil input,
#infoPass input {
  background: none;
  border: none;
  border-bottom: 2px solid var(--acento) !important;
  outline: none;
  border-radius: 0;
  box-shadow: none;
}

.dataTables_scroll .dataTable {
  width: 100% !important;
}

.dataTables_scroll .dataTables_scrollHeadInner {
  padding-right: 0 !important;
  width: 100% !important;
}

.dataTables_filter {
  margin-bottom: 20px;
}

.app-nav .submenu-link {
  color: #5d6778;
  font-size: .875rem;
  margin-left: 0;
  padding: 7px 0 7px 1rem;
  position: relative;
  display: block;
  margin-bottom: 0;
  color: #fff;
  margin-top: 4px;
}

.app-page-title {
  color: var(--acento);
}

.app-nav .submenu-link:hover {
  color: #fff;
}

.app-nav .submenu-arrow {
  position: absolute;
  right: 0;
  top: 25%;
  color: #fff !important;
  display: none;
}

.instructoresWrapper {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  display: block;
}

.col-comprar-clase {
  box-shadow: none;
  border-radius: 50%;
  height: 100%;
  overflow: hidden;
  padding: 0px 10px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 250px;
  min-height: 230px;
  margin: 10px auto;
  max-width: 250px;
}

.col-comprar-clase:hover {
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background: var(--acento);
}

.precio-clase:after {
  content: "" !important;
}

.col-comprar-clase:hover *,
.col-comprar-clase:hover .precio-clase:before {
  color: #fff;
}

.col-comprar-clase.compra_clase * {
  padding: 0;
}

/* .cant-comp-clases,
.clase-clase,
.precio-clase,
.expira-dias {
  color: #000;
} */

.precio-clase {
  margin: 8px;
}

.clase-clase {
  margin: 0;
}

.puntos {
  color: #6A6A6A;
  padding: 10px 0 10px;
  font-size: 14px;
  font-weight: 600;
  margin-top: 6px;
}

.cant-comp-clases {
  font-size: 22px;
}

#ProductosContenido .col {
  margin-bottom: 35px;
}

.precio-clase::before {
  font-family: 'Anton', sans-serif !important;
  font-weight: 400;
  letter-spacing: 1px;
  color: #3D3D3C;
  content: '$ ';
  font-size: 18px;
  display: inline-block;
}

.py-3 {
  border: none !important;
}

#infoPerfil .form-select {
  border: solid 1px var(--acento);
}

.app-nav .submenu-link.active {
  color: #fff !important;
  font-weight: bold;
}

.swal-button--catch,
.swal-button.swal-button--confirm {
  background-color: var(--acento);
  border-radius: 0px;
  box-shadow: none !important;
  transition: all ease 0.2s;
}

.swal-button--catch:not([disabled]):hover,
.swal-button.swal-button--confirm {
  background-color: var(--acento);
  opacity: 0.7;
}

.swal-button:not([disabled]):hover {
  background-color: #252930 !important;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.swal-modal .swal-text {
  text-align: center !important;
  line-height: 1.7em !important;
}

.swal-button--cancel {
  border-radius: 0px;
  background-color: #fff;
  color: var(--acento);
  border: solid 2px var(--acento);
  box-shadow: none !important;
  transition: all ease 0.2s;
}

.swal-button--cancel:not([disabled]):hover {
  background-color: #fff;
  opacity: 0.7;
}

.swal-footer {
  text-align: center;
}

.swal-modal {
  border-radius: 0px;
}

.btn_beatride_pago {
  background-color: var(--acento);
  border: none;
}

.app-card-settings {
  margin: 0 auto;
}

.app-btn-secondary {
  background-color: var(--acento);
  color: #fff !important;
  border: none !important;
}

.app-btn-secondary:hover {
  opacity: 0.75;
  background-color: var(--acento);
  color: #fff !important;
  border: none !important;
}

.app-card-account .app-card-header {
  margin: 0;
}

.contenedor-calendario-detalle {
  background: none !important;
}

.disponibles-lugares {
  color: var(--acento);
}

.clase:hover .disponibles-lugares {
  color: #fff;
}

.hora-calendario {
  color: #000;
}

.clase:hover .hora-calendario {
  color: #fff;
}

.app-btn-primary {
  background: var(--acento);
  border: none !important;
}

.app-btn-primary:hover {
  background: var(--acento);
  opacity: 0.75;
}

.nav-tabs li button,
.nav-tabs li button:hover {
  color: var(--acento);
}

.nav-tabs button.nav-link.active {
  font-weight: bold;
}

.isLoggedIn {
  background: var(--acento);
}

.isLoggedIn .iniciarSesion {
  filter: invert(1) !important;
}

.isLoggedIn.nav-link {
  padding: 10px;
  margin-bottom: 15px;
}

.userItem ul li {
  display: table;
  /* background: red; */
}

.titulo-header-beatride,
.titulo-subheader-beatride {
  text-align: center;
}

.titulo-header-beatride {
  color: var(--acento);
}

.mensaje-exito {
  background: none;
  color: var(--acento);
  padding: 8px 12px;
  border: solid 2px var(--acento);
  margin: 20px 0;
}

.mensaje-error {
  background: rgba(var(--acentoRGB), 0.1);
  color: var(--acento);
  padding: 8px 12px;
  border: solid 2px var(--acento);
  margin: 20px 0;
}

/*

+                                  +
+                                  +
+                                  +
+                                  +
+                                  +
+                                  +
+                                  +
+                                  +
+                                  +
+                                  +
+                                  +
+                                  +
+                                  +
+                                  +
+                                  +

------------ Responsive ------------

+                                  +
+                                  +
+                                  +
+                                  +
+                                  +
+                                  +
+                                  +
+                                  +
+                                  +
+                                  +
+                                  +
+                                  +
+                                  +
+                                  +
+                                  +

*/

@media (min-width: 768px) {

  .container-md,
  .container-sm,
  .container {
    max-width: calc(100% - 40px) !important;
  }
}

@media only screen and (max-width:767px) {

  .tituloGigante {
    font-size: 38px;
  }

  .faqSection {
    padding: 10vh 20px;
  }

  .bgImageBox.franquiciasSection {
    padding: 10vh 20px;
  }

  .isLoggedIn+.dropdown-menu {
    border-left: solid 2px var(--acento);
    border-radius: 0 !important;
    margin-top: -2px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .isLoggedIn+ul li {
    display: table !important;
    width: 100%;
  }

  .isLoggedIn+ul li a {
    text-align: left !important;
  }

  .navIconsBlock .nav-item {
    margin: 0 7px !important;
    display: inline-block;
  }

  .isProduct .productoCol1 {
    margin-right: 0px;
  }

  .isProduct .productoCol2 {
    margin-left: 0px;
  }

  .isProduct .productoCol1,
  .isProduct .productoCol2 {
    width: 100%;
    padding: 0 20px;
  }

  .productosGridCol {
    display: table;
    float: left;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
  }

  .productoDesc {
    height: auto;
  }

  .productoBtn {
    margin: 0;
  }

  .bannerHomeBtn.btnFilledRound {
    margin: 0 auto !important;
    float: none !important;
    display: table !important;
    width: auto !important;
  }

  .newsletterFormTitle,
  .newsletterFormInfo {
    text-align: center;
  }

  .newsletterForm {
    display: flex;
    flex-direction: column;
    align-items: center;
    float: initial;
  }

  /* .col-6 {
    width: 100% !important;
  } */

  .bannerHomeCol {
    width: 100% !important;
  }

  .mianBannerHome {
    display: table;
    padding: 80vw 0 25px 0;
  }

  .bannerHomeTitle {
    text-align: center;
    max-width: initial;
    margin-bottom: 20px;
    font-size: 46px;
  }

  .btnAccLightRound {
    padding: 12px 24px;
  }

  .centrarContenido {
    display: table !important;
    margin: 0 auto !important;
  }

  .centrarContenido>div {
    width: 100%;
  }

  .bCol2 .bCol,
  .bCol3 .bCol {
    width: 100%;
  }

  .bCol {
    margin-bottom: 45px;
  }

  img.tarjetaImg {
    margin-bottom: 35px;
  }

  .container {
    padding: 0 20px !important;
  }

  .tarjetaStickerWrapper {
    right: -10px;
  }

  video.bannerHomeVideo {
    height: 100%;
    width: auto;
  }

  .bannerHomeBtn {
    margin: 0 auto;
    float: none;
  }

  .Sticker1 {
    width: 100px;
  }

  .Sticker3 {
    width: 133px;
  }

  .fotoGridWrapper .fotoGridItem {
    width: 50%;
    height: 280px;
    background-position: center top;
  }

  .fotoGridWrapper .fotoGridItem:nth-child(1) {
    width: 100%;
    /* Hace que la última imagen ocupe toda la fila */
    margin: 0 auto;
    /* Centra la última imagen */
    background-position: center;
  }

  .bgImageBox.petFriendly {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .footerColL {
    margin: 25px 0 !important;
  }

  .footerColR {
    margin-bottom: 25px !important;
  }

  .footerColL *,
  .footerColR * {
    text-align: center !important;
  }

  .div-instructores {
    padding-top: 100%;
  }

  .stickerNosotrosWrapper {
    width: 115px;
    position: absolute;
    bottom: auto;
    transform: translate(100%, 0);
  }
}

@media only screen and (max-width: 900px) {
  span.instruc-calendario {
    font-size: 12px;
  }

  .dia-semana-calendario * {
    font-size: 12px;
  }

  span.hora-calendario {
    font-size: 14px;
  }

  span.playlist {
    font-size: 12px;
  }

  .entrenador-calendario {
    padding: 20px 8px !important
  }

  .dia-calendario {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 700px) {
  .photoCouch-div {
    width: 130px;
    height: 130px;
    display: table;
    background-size: cover;
    background-position: center top;
    border-radius: 50%;
    margin: 35px auto -100px;
  }

  span.instruc-calendario {
    font-size: 10px;
  }

  .dia-semana-calendario * {
    font-size: 6px;
  }

  span.hora-calendario {
    font-size: 10px;
  }

  span.playlist {
    font-size: 6px;
  }

  .entrenador-calendario {
    padding: 8px 2px !important
  }

  span.hora-calendario {
    margin: 4px 0 15px !important;
  }

  .dia-calendario {
    margin-right: 2px;
  }

  .contenedor-calendario {
    padding: 0 0px;
  }

  .bgImageBox h2 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 600px) {
  /* .entrenador-calendario {
    padding: 25px 15px !important;
  } */
}