/* ------------------------------------------ variables globales ------------------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;700&family=Nunito+Sans:wght@200;400;700&display=swap");

:root {
  --salma_principal_color: #04aebf;
  --salma__color__gris: #757575;
  --salma__color__blanco: #fff;
  --fuente__principal: "Montserrat", sans-serif;
}

/* ------------------------------------------ utilidades plantilla ------------------------------------------ */
body {
  font-family: var(--fuente__principal) !important;
  line-height: 1;
}

.text-azul-salma {
  color: var(--salma_principal_color) !important;
}

.text-blanco-salma {
  color: var(--salma__color__blanco) !important;
}

.btn-azul {
  background-color: var(--salma_principal_color);
  color: var(--salma__color__blanco);
  border-radius: 20px;
  margin: 0 0.5rem 0 0.5rem;
  border: 0;
  padding: 7px;
  font-weight: bold;
}

.btn-salma {
  background-color: var(--salma_principal_color);
  color: var(--salma__color__blanco);
  border-radius: 50px;
  border: none;
  display: inline-block;
  width: 100%;
}

.btn-salma-forgot {
  background-color: var(--salma_principal_color);
  color: var(--salma__color__blanco);
  border-radius: 50px;
  border: none;
  display: inline-block;
  width: 100%;
}

.error-input {
  border: 1px solid red !important;
}

.border-radius {
  border-radius: 20px !important;
}

.sensurar-info {
  filter: blur(10px);
  user-select: none;
  pointer-events: none;
}

.texto-centro {
  text-align: center;
}

/*blockquote*/


blockquote.blockquote>p {
  margin-bottom: 0;
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: '\2014 \00A0';
}

blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

blockquote.media-object.m-o-border-right {
  border-right: 4px solid #1b55e2;
  border-left: none;
}

blockquote.media-object .media .usr-img img {
  width: 55px;
}

.icon-share {
  font-size: 18px;
  cursor: pointer;
  padding: 0.4rem;
  color: var(--salma__color__blanco);
  background-color: var(--salma_principal_color);
  border-radius: 50%;
  margin-left: 0.5rem;
}

/* ------------------------------------------ diseño web ------------------------------------------ */
.header__contenedor__hero {
  background: url("../images/logo_app/Background_banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.logo_light {
  width: 15rem;
}

.menu__header__links {
  background-color: var(--salma_principal_color);
  color: var(--salma__color__blanco);
  border-radius: 20px;
  margin: 0 0.5rem 0 0.5rem;
}

.nav-link {
  padding: 0.5rem;
}

.icon__header__service {
  width: 1.3rem;
}

.btn-default-banner {
  display: block;
  position: relative;
  padding: 0.5rem 3.5rem;
  background-color: var(--salma_principal_color);
  color: var(--salma__color__blanco);
  border-radius: 5rem;
  font-weight: bold;
  font-size: 1.3rem;
  overflow: visible;
}

.botones__banner {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

@media (min-width: 768px) {
  .botones__banner {
    display: flex;
    flex-direction: row;
    row-gap: 1rem;
    margin-bottom: 7rem;
    padding-left: 0;
  }

  .btn-default-banner {
    max-width: 19rem;
    display: inline;
    position: relative;
    padding: 0.5rem 3.5rem;
    background-color: var(--salma_principal_color);
    color: var(--salma__color__blanco);
    border-radius: 5rem;
    font-weight: bold;
    font-size: 1.3rem;
  }
}

/* imagen de wapp */
.wpp__contact {
  width: 100%;
  height: 100%;
}

.whapp__content {
  position: absolute;
  left: -2px;
  top: -2px;
  width: 50px;
  display: inline-block;
}

.contenedor__banner__hero {
  position: relative;
}

/* video del banner principal */
.video__banner__hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* para darle un filtro encima del video */
.banner_slide_content {
  background: linear-gradient(to bottom, transparent 0%, transparent 30%, #0000008c 100%);
}

/* tamaño de imagen */
.banner_slide_content {
  height: 130vh;
  z-index: 3;
  padding: 0;
  display: flex;
  align-items: flex-end;
}

/* estilos del banner contenedor */
.banner_content h2 {
  font-size: 2.5rem;
  margin-bottom: 0;
  font-family: var(--fuente__principal);
}

.banner_content p {
  margin-bottom: 0;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  font-family: var(--fuente__principal);
}

/* diseño desktop */
@media (max-width: 1400px) {
  .banner_content:last-child {
    margin-bottom: 2rem;
  }

  .banner_content h2 {
    font-size: 4rem;
  }

  .banner_content p {
    font-size: 26px;
    color: #fff;
  }
}

/* diseño tablet */
@media (max-width: 768px) {
  .banner_content:last-child {
    margin-bottom: -3rem;
  }

  .banner_content h2 {
    font-size: 4rem;
  }

  .banner_content p {
    font-size: 24px;
    color: #fff;
  }
}

/* diseño movil */
@media (max-width: 500px) {
  .banner_content:last-child {
    margin-bottom: -4rem;
  }

  .banner_content h2 {
    font-size: 2rem;
  }

  .banner_content p {
    font-size: 20px;
    color: #fff;
  }
}




/* ------------------------------------------ seccion de sliders ------------------------------------------ */
.heading_s2 h3 {
  font-family: var(--fuente__principal);
  font-size: 3rem;
}

/* card de los sliders */
.card__curso__salma__info {
  position: relative;
  padding-top: 3rem;
  border-radius: 0 0 1rem 1rem;
}

.card__curso__salma__img {
  border-radius: 1rem 1rem 0 0;
}

.title__card__class {
  font-family: var(--fuente__principal);
  font-size: 1.6rem !important;
  font-weight: bold;
  color: var(--salma_principal_color);
}

.curva {
  position: absolute;
  margin-top: -7rem;
  width: 100%;
  height: 5rem;
  left: 0;
}

/* ------------------------------------------ Planes  y precios del mercado ------------------------------------------ */
.info__planes {
  background-color: var(--salma_principal_color);
  color: var(--salma__color__blanco);
  border-radius: 2rem;
  margin: 0 1.5rem 1.5rem 1.5rem;
  padding: 1rem;
}

.precios__planes {
  text-align: center;
  position: relative;
}

.precios__planes p {
  color: var(--salma_principal_color);
  background-color: var(--salma__color__blanco);
  font-size: 2rem;
  border-radius: 1rem 1rem 0 0;
  padding: 0.4rem 1.5rem;
  display: inline;
  font-weight: bold;
}

.titulo__planes {
  font-size: 2.1rem;
  font-weight: bold;
}

.btn__comprar__planes {
  text-transform: uppercase;
  font-weight: bold;
  background-color: var(--salma__color__blanco);
  color: var(--salma_principal_color);
  font-size: 1.6rem;
  padding: 0.2rem 1rem;
  border-radius: 5rem;
}

.pricing_style2::before {
  background-color: #04afbf54;
}

.pricing_style2::before {
  border-radius: 1rem;
}

/* ------------------------------------------ Section terapia bio-evolutiva ------------------------------------------ */

.TerapiaH {
  color: var(--salma_principal_color);
  font-weight: bold;
}

.btnTerapia {
  font-family: var(--fuente__principal);
  font-weight: bold;
}

/* ------------------------------------------ Section grid ------------------------------------------ */
.SHGrid {
  text-transform: capitalize;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.pGrid {
  text-align: justify;
}

.containerGrid {
  padding: 2rem;
}

/* ------------------------------------------ Section grid ------------------------------------------ */
.HTestimonios {
  color: var(--salma_principal_color);
}

.pTestimonios {
  color: var(--salma_principal_color);
  font-size: 1.5rem;
}

.testi_desc p {
  text-align: justify;
}

/* ------------------------------------------ modal curso preview ------------------------------------------ */
/* modal principal */
.content__modal__hero {
  font-family: var(--fuente__principal);
  padding: 1rem 2rem;
  display: block;
}

.content__modal__hero svg:first-child {
  float: right;
}

.contenedor__banner__hero>h1 {
  font-family: var(--fuente__principal);
}

.vd-1-prew {
  overflow-y: scroll;
  max-height: 700px;
}

/* imagen de la modal */
.calatura__vd__img {
  aspect-ratio: 16/9 !important;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.calatura__video {
  width: 100%;
  height: 5rem;
  margin-right: 0.5rem;
}

/* lista de videos */

.vd__content {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.vd__list .vd__list__item {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--salma__color__gris);
}

@media (min-width: 768px) {
  .vd__list .vd__list__item {
    flex-direction: row;
  }
}

.vd__list .vd__list__item:last-child {
  border: none;
}

.vd__nombre__video {
  font-family: var(--fuente__principal);
  font-weight: bold;
}

.vd__contendor__info {
  flex-grow: 2;
}

/* ------------------------------------------ seccion que es la bioevolucion ------------------------------------------ */
.target__bio {
  border-radius: 1rem;
  margin-bottom: 3rem;
}

/* ------------------------------------------ footer ------------------------------------------ */
.BGFooter {
  background-size: cover;
}

.logoSalmaFooter {
  max-width: 40%;
}

/* ------------------------------------------ login salma ------------------------------------------ */
.contenedor__login {
  padding: 1rem;
  background: #ffffff;
  box-shadow: 0px 0px 11px 0px #c5c5c5db;
  border-radius: 30px;
}

.contenedor__login__hero {
  height: 100vh;
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
}

/* inpues de formulario */
.formulario__principal input[type="email"],
.formulario__principal input[type="password"],
.formulario__principal input[type="text"] {
  border-radius: 50px;
}

/* media querys del login */
@media (min-width: 1200px) {
  .contenedor__login {
    max-width: 45rem;
    width: 40rem;
  }

  .btn-salma {
    width: 10rem;
  }

  .btn-salma-forgot {
    width: 15rem;
    border-radius: 50px;
  }
}

/* ------------------------------------------ carrito de compras ------------------------------------------ */
.cart_buttons .view-cart,
.cart_buttons .checkout {
  padding: 10px 10px !important;
}

.btn-carro {
  border-radius: 50px !important;
  border: none;
}

/* ------------------------------------------ seccion perfil cliente ------------------------------------------ */
.contenedor__perfil {
  margin-top: 4rem;
}

.seccion__curso {
  box-shadow: 0px 0px 11px 0px #e2e1e1db;
  border-radius: 20px;
  padding: 1rem;
  gap: 1rem;
  max-height: 50rem;
  margin-left: 15px;
  margin-right: 15px;
}

.row-bien .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.card-curso {
  padding: 1rem;
  background-color: #efefef;
  border-radius: 10px;
}

.card-curso-img img {
  border-radius: 10px !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

/* ------------------------------------------ seccion detalles cursos ------------------------------------------ */
.contenedor__curso {
  height: 26rem;
}

.contenedor__curso__1 {
  margin-top: 1.5rem;
  height: 26rem;
}

.info__section {
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
}

/* .info__section h1 {
  font-size: 1.5rem;
  font-weight: bold;
} */

.share__section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}

.title__section {
  margin: 0;
  /* Para eliminar cualquier margen que pueda haber por defecto */
}

.share__section #textToCopy {
  width: 400px;
  border-radius: 5px;
  border: 1px solid #04afbfa2;
}

.seccion__video__principal {
  margin-bottom: 1.5rem;
}

.contenedor__video__principal {
  width: 100%;
  height: 26rem;
  position: relative;
  overflow: hidden;
}

/* Eliminar luego */

/* .contenedor__video__principal::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 150%);
  pointer-events: none;
  border-radius: 20px;
  z-index: 1;
} */

.video__principal {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: relative;
  z-index: 0;
}

.contenedor__elementos__video__principal {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 4rem 2rem;
  z-index: 2;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  color: white;
  pointer-events: none;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  border-radius: 20px;
}

.contenedor__texto__video__principal h1 {
  color: white;
  pointer-events: none;
}

.contenedor__texto__video__principal p {
  color: white;
  font-size: 12px;
  pointer-events: none;
  line-height: normal;
}

.contenedor__imagen__video__principal {
  display: flex;
  justify-content: end;
  right: 0;
  position: absolute;
}

.contenedor__imagen__video__principal img {
  width: 2.5rem;
}

@media (min-width: 1024px) {
  .contenedor__imagen__video__principal {
    margin-right: 1rem;
    padding: 1rem;
    position: relative;
  }

  .contenedor__imagen__video__principal img {
    width: 9rem;
  }
}

.seccion__capitulos {
  margin-top: 1.5rem;
  justify-content: center;
}

@media (max-width: 499px) {
  .seccion__capitulos {
    margin-top: 1.5rem;
    justify-content: center;
    height: 1200px;
  }
}

.contenedor__temporadas {
  padding: 0;
  margin: 0;
  border-bottom: 2px solid #636363;
}

.contenedor__contador__temporadas {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 0;
}

.temporadas_titulo {
  padding: 0;
  margin: 0;
  font-size: 1.3rem;
  font-weight: bold;
}

.contador__temporada {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
}

.contador__temporada:hover {
  color: white;
  background-color: #0ed4ee;
  font-size: 15px;
  border-bottom: 6px solid #0ed4ee;
}

.temporada__selected {
  border-bottom: 6px solid #0ed4ee;
}

.temporada__blocked {
  cursor: not-allowed;
  background-color: #c2c1c1;
  border-bottom: 6px solid #c2c1c1;
  pointer-events: none;
}

.card-capitulos {
  padding: 1rem;
  background-color: #efefef;
  border-radius: 10px;
}

.contenedor__capitulos {
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
}

.card__capitulo {
  width: 25%;
  min-width: 300px;
  padding: 1rem;
  margin-bottom: 1rem;
}


.imagen__card {
  border-radius: 20px !important;
  width: 268px;
  height: 150px;
  object-fit: cover;
  object-position: center center;
  margin-bottom: 10px;
}

.imagen__card:hover {
  cursor: pointer;
}

.contenedor__texto__card {
  border-radius: 20px;
  box-shadow: 0px 0px 11px 0px #e2e1e1db;
  padding: 1rem;
}

.titulo__card {
  font-size: 1.3rem;
  font-weight: bold;
}

.descripcion__card {
  font-size: 0.7rem;
  font-weight: 500;
  line-height: normal;
  max-height: 70px;
  overflow: hidden;
}

.descripcion__card:hover {
  max-height: 100% !important;
  cursor: pointer;
  font-weight: bold;
}

.show__descripcion__card {
  max-height: 100% !important;
  cursor: pointer;
  height: 100%;
  font-weight: bold;
  max-height: 100%;
}

.metodos_pago {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ------------------------------------------ Modal de registro ------------------------------------------ */
#FormularioDatosCliente .row .col-md-6 .col-md-12 p {
  margin-bottom: 0;
}

/* ------------------------------------------ boton de pago ------------------------------------------ */
.boton-pago {
  display: flex;
  justify-content: center;
}

/* ------------------------------------------ carrito de compras ------------------------------------------ */
@media (min-width: 389px) {
  .navbar .navbar-nav li.show>.dropdown-menu.cart_box {
    -moz-transform: scale(1) translate(100px, 10px);
    -webkit-transform: scale(1) translate(100px, 10px);
    transform: scale(1) translate(100px, 10px);
  }
}

@media (min-width: 768px) {
  .navbar .navbar-nav li.show>.dropdown-menu.cart_box {
    -moz-transform: scale(1) translate(0px, 0px);
    -webkit-transform: scale(1) translate(0px, 0px);
    transform: scale(1) translate(0px, 0px);
  }
}

.card-curso-body {
  line-height: 0.5;
}

.nav-icons {
  display: flex !important;
  flex-direction: revert !important;
}

.card_dispositivos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 20px;
}

/* ------------------------------------------ terminos y condiciones ------------------------------------------ */
.terminos-condiciones {
  font-weight: bold;
  color: var(--salma_principal_color);
}

.terminos-condiciones:hover {
  color: var(--salma_principal_color);
  text-decoration: underline;
}

.content__autorizacion {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1rem;
}

.content__autorizacion>p {
  margin-bottom: 0;
}

.contenedor-texto-requisitos-garantia p {
  text-align: center;
  width: 100%;
}

.contenedor-requisitos-garantia {
  padding: 0 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contenedor-requisitos-garantia p {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 0.5rem;
}

.icono-pequeno {
  width: 1rem;
  height: 1rem;
}

.politica-deshabilitada {
  pointer-events: none;
  cursor: not-allowed;
  background-color: #c2c1c1;
  color: black;
}

.politica-habilitada {
  background-color: var(--salma_principal_color);
  color: var(--salma__color__blanco);
  border-radius: 20px;
  margin: 0 0.5rem 0 0.5rem;
  border: 0;
  padding: 7px;
  font-weight: bold;
}

.carousel_slider .item {
  min-height: 300px;
  /* Forzar un mínimo de altura */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.carousel_slider .item video {
  width: 100%;
  /* Ancho del video */
  height: 400px;
  /* Alto del video */
  object-fit: cover;
  /* Asegura que el video cubra el contenedor */
}

.contenedor_toogle{
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1rem;
  margin-top: 150px;
  margin-bottom: 60px;
}

.toogle__confe__1 {
  margin-left: 10px;
}

.toogle__confe__2 {
  margin-right: 10px;
}


.contenedor_toogle img {
  height: 8rem;
}