@charset "UTF-8";

/*Estilos extras*/

@font-face {
    font-family: 'fontNormal';
    src: url(../fonts/SourceSansPro-Regular.ttf);
}

@font-face {
    font-family: 'fontBold';
    src: url(../fonts/SourceSansPro-Bold.ttf);
}

:root {
    --light: #ffffff;
    --box-Radius__Frases: 5px;
    --box-Shadow__Frases: 0.00px 1.00px 4px 0px rgba(0, 0, 0, 0.6);
    --box-Shadow__Youtbe: 0px 1px 4px 0px rgba(0, 0, 0, 0.6);
    --font-titulo: 'fontBold';
    --font-textos: 'fontNormal';
}

/* 
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
} */

body {
    font-family: var(--font-textos);
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.div-container__web {
    max-width: 1250px;
    /*max-width: 1150px;*/
}

.div-container__header {
    height: 85px
}

.div-container__web .img-Logo {
    width: 72%
}

/*.div-container__Youtube iframe {
	position: relative;
	width: 100%;
	height: 633px;
	top: 0;
	left: 0;
	border: 0;
	background-color: var(--light);
	box-shadow: var(--box-Shadow__Youtbe)
}*/

.div-container__title {
    font-size: 30px;
    font-weight: 700;
    color: #2e2c28;
    letter-spacing: 0.1em;
    line-height: 0.6em;
}

.div-container__frase {
    font-size: 21px;
    color: #555555;
    letter-spacing: 0.1em;
    line-height: 1.6rem
}

.div-container__frase strong {
    color: #80605a
}


/* Botones */
.btn__suscribete {
    font-size: 12px;
    font-weight: 700;
    color: var(--light);
    background-color: #bf8f86;
    border-radius: 10px;
    padding: 5px 16px;
    letter-spacing: 0.05em;
    transition: .5s
}

.btn__suscribete:hover {
    color: #bf8f86;
    background-color: transparent
}

.btn__añadir {
    font-size: 12px;
    font-weight: 700;
    color: var(--light);
    background-color: #bf8f86;
    border-radius: 10px;
    padding: 5px 16px;
    letter-spacing: 0.05em;
    transition: .5s
}

.btn__añadir:hover {
    color: var(--light);
    /* background-color: #bf8f86 */
}

.btn__ingresar {
    font-size: 12px;
    font-weight: 700;
    color: var(--light);
    background-color: #929da6;
    border-radius: 10px;
    padding: 5px 12px;
    letter-spacing: 0.05em;
    transition: .5s
}

.btn__ingresar:hover {
    color: #929da6;
    background-color: transparent
}

.btn__publicar {
    font-size: 12px;
    font-weight: 700;
    color: var(--light);
    background-color: #bf8f86;
    border-radius: 10px;
    /* padding: 5px 16px; */
    letter-spacing: 0.05em;
    transition: .5s
}

.btn__publicar:hover {
    color: #bf8f86;
    background-color: transparent
}

/* Box frases */
.box-one__explora {
    color: var(--light);
    background-color: #bcaaa7;
    border-radius: var(--box-Radius__Frases);
    /*box-shadow: var(--box-Shadow__Frases)
	transition: all 0.4s ease-in-out 0s;
}
.box-one__explora:hover {
	transform: translateX(0)translateY(0)scaleX(1.08)scaleY(1.08)rotate(0deg)skewX(0deg)skewY(0deg);*/
}

.box-two__senti {
    color: var(--light);
    background-color: #b9afa1;
    border-radius: var(--box-Radius__Frases);
    /*box-shadow: var(--box-Shadow__Frases)
	transition: all 0.4s ease-in-out 0s;
}
.box-two__senti:hover {
	transform: translateX(0)translateY(0)scaleX(1.08)scaleY(1.08)rotate(0deg)skewX(0deg)skewY(0deg);*/
}

.box-three__comparti {
    color: var(--light);
    background-color: #c1ccd2;
    border-radius: var(--box-Radius__Frases);
    /*box-shadow: var(--box-Shadow__Frases)
	transition: all 0.4s ease-in-out 0s
}
.box-three__comparti:hover {
	transform: translateX(0)translateY(0)scaleX(1.08)scaleY(1.08)rotate(0deg)skewX(0deg)skewY(0deg);*/
}

.box-one__explora,
.box-two__senti,
.box-three__comparti {
    min-height: 268px;
}

.boxes__frases h1 {
    font-family: var(--font-titulo);
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 0.5em;
}

.boxes__frases p {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: 0.1em;
    margin-bottom: 0px;
    text-align: center
}

.boxes__description {
    max-width: 210px;
    min-height: 95px;
    margin: 0px auto
}


/* Slider */
.div-slider__home h1 {
    font-family: var(--font-titulo);
    font-size: 32px;
    color: #555555
}

.div-slider__home p {
    font-size: 17px;
    color: #808080;
    line-height: 1.4em;
    margin-bottom: 0px
}

.div-slider__home .carousel-indicators {
    display: flex;
    justify-content: center;
    align-items: center
}

.div-slider__home .carousel-indicators .active {
    width: 6px;
    height: 6px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
}


.empezahoy h1 {
    font-family: var(--font-titulo);
    font-size: 38px;
    font-weight: 700;
    color: #555555;
    letter-spacing: 0.05em
}

.empezahoy .subtitulo {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 0.5em
}

.empezahoy .options p {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.2em;
    margin-bottom: 0px
}

.empezahoy img {
    padding-bottom: 10px
}


.elegiplan {
    background-color: #f2f1ee;
    border-radius: 5px;
}

.elegiplan h1 {
    font-family: var(--font-titulo);
    font-size: 38px;
    font-weight: 700;
    color: #555555;
    letter-spacing: 0.05em;
}

.elegiplan .boxs {
    border-radius: 5px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.6)
}

.elegiplan .boxs h1 {
    font-size: 40px;
    color: #ffffff;
    letter-spacing: 0.05em;
    line-height: .9em
}

.elegiplan .boxs h2 {
    font-size: 19px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.elegiplan .boxs .precios {
    color: #ffffff;
    font-weight: 700;
}

.elegiplan .boxs .precios .numero {
    font-size: 42px;
    line-height: .7em;
}

.elegiplan .boxs .precios .moneda {
    font-size: 24px;
}

.elegiplan .boxs .subprecios {
    color: #555555;
    letter-spacing: 0em
}

.elegiplan .boxs .subprecios .numero {
    font-size: 27px;
    font-weight: 700;
    line-height: 1em;
}

.elegiplan .boxs .subprecios .moneda {
    font-size: 14px;
    font-weight: 700;
}

.elegiplan .descripcion {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.2em;
}

.elegiplan .descripcion ul {
    list-style-type: none;
    padding-left: 0px;
}

.elegiplan .descripcion ul li {
    padding-bottom: 10px;
}

.elegiplan .terminos {
    color: #ffffff;
    font-size: 12px;
}

.elegiplan .box__one {
    background-color: #9badb6;

}

.elegiplan .box__two {
    background-color: #bf8f86;
}


.home__studionline .titulo {
    color: #555555;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2em
}

.home__studionline .title {
    font-size: 25px
}

.home__studionline .subtitle {
    font-size: 40px
}

.home__studionline .box__one {
    color: #555555;
    background-color: #d6dde1;
}

.home__studionline .center__content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%
}

.home__studionline .box__one .title {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.2em;
}

.home__studionline .box__one .description {
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.2em;
}

.home__studionline .box__one .btn__gris {
    padding: 6px 25px;
    border-radius: 5px;
}

.home__studionline .box__two {
    color: #555555;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em
}


.semanaentrenamiento {
    background-color: #e5dbd5;
}

.semanaentrenamiento .box__center {
    background-color: #ffffff;
}

.semanaentrenamiento .content {
    color: #555555;
}

.semanaentrenamiento .content .title {
    font-size: 25px;
    font-weight: 700;
    padding-top: 15px;
    line-height: 0.5em;
    letter-spacing: 0.05em;
}

.semanaentrenamiento .content .subtitle {
    font-size: 15px;
    color: #575454;
}


.home__resenas .title {
    font-family: var(--font-titulo);
    color: #555555;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.home__resenas .box {
    border: 1px solid #dbc0c0;
    border-radius: 5px;
}

.home__resenas .box p {
    color: #2f2e2e;
    font-size: 12px;
    letter-spacing: 0em;
}


.suscribete .titulo .title {
    color: #808080;
    font-size: 23px;
    letter-spacing: 0.05em;
    font-weight: 700
}

.suscribete label {
    font-size: 13px
}

.suscribete .input-group.suscribeme {
    background-color: #AAAAAA;
    border: 3px solid #86939A;
}

.suscribete .input-group.suscribeme button {
    background-color: #AAAAAA;
}

.suscribete .input-group.suscribeme:hover,
.suscribete .input-group.suscribeme:hover>button {
    font-weight: 700;
    color: #6d838f;
    background-color: #ffffff;
    box-shadow: none;
    transition: 0s;
}

.suscribete .content .form-control {
    font-size: 16px;
    font-style: italic;
    height: 60px;
    color: #606582;

    border-color: #ffffff;
    border-radius: 0px;

    border-right: none;
    letter-spacing: 0.05em;
    transition: 0s;
}

.suscribete .content .form-control:hover {
    font-weight: 700;
    color: #6d838f;
    background-color: #ffffff;
    box-shadow: none
}

.suscribete .content .form-control:focus {
    font-weight: 700;
    color: #6d838f;
    box-shadow: none
}

.suscribete .content .btn {
    min-height: 60px;
    border-left: none;
    border-radius: 0px;
    color: #6d838f;
    font-weight: 600;
    padding-right: 10px;
    box-shadow: none;
    transition: 0s;
}

.suscribete .content button span {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 5px 10px;
    letter-spacing: 0.05em;
    transition: 0s;
}

.suscribete .content button span:hover {
    color: #ffffff;
    background-color: #8b8379;
}





/* Botones */
.btn__gris {
    font-size: 14px;
    font-weight: 700;
    color: var(--light);
    background-color: #808080;
    border-radius: 10px;
    padding: 12px 22px;
    letter-spacing: 0.05em;
    transition: .5s
}

.btn__gris:hover {
    color: #ffffff;
    background-color: #dbc0c0
}

.btn__rosado {
    font-size: 14px;
    font-weight: 700;
    color: var(--light);
    background-color: #bf8f86;
    border-radius: 10px;
    padding: 6px 22px;
    letter-spacing: 0.05em;
    transition: .5s
}

.btn__rosado:hover {
    color: #ffffff;
    background-color: #929da6
}

.btn__rosado__claro {
    font-size: 14px;
    font-weight: 700;
    color: var(--light);
    background-color: #dbc0c0;
    border-radius: 5px;
    padding: 10px 30px;
    letter-spacing: 0.05em;
    transition: .5s
}

.btn__rosado__claro:hover {
    color: #ffffff;
    background-color: #808080
}

.btn__marron {
    font-size: 14px;
    font-weight: 700;
    color: var(--light);
    background-color: #5d5851;
    border-radius: 10px;
    min-width: 100%;
    min-height: 42px;
    padding: 8px 22px;
    letter-spacing: 0.05em;
    transition: .5s
}

.btn__marron:hover {
    color: #ffffff;
    background-color: #dbc0c0
}

.btn__marronClaro {
    font-size: 12px;
    font-weight: 700;
    color: var(--light);
    background-color: #c5b0a1;
    border-radius: 10px;
    padding: 5px 12px;
    letter-spacing: 0.05em;
    transition: .5s
}

.btn__marronClaro:hover {
    color: #ffffff;
    background-color: #dbc0c0
}

.btn__beige {
    font-size: 12px;
    font-weight: 700;
    color: var(--light);
    background-color: #d6d1c8;
    border-radius: 5px;
    padding: 5px 12px;
    letter-spacing: 0.05em;
    transition: .5s
}

.btn__beige:hover {
    color: #ffffff;
    background-color: #555555
}

.btn__home {
    font-size: 12px;
    font-weight: 700;
    background-color: #c5cbd0;
    color: #ffffff;
    border: 2px solid #9badb6;
    letter-spacing: 0.05em;
}

.btn__home:hover {
    background-color: #ffffff;
    color: #c5cbd0
}

.btn__grisOscuro {
    font-size: 11px;
    font-weight: 700;
    color: var(--light);
    background-color: #585656;
    border-radius: 10px;
    padding: 5px 8px;
    letter-spacing: 0.05em;
    transition: .5s
}

.btn__grisOscuro:hover {
    color: #ffffff;
    background-color: #dcc0bf
}

.btn__Rosa {
    font-size: 11px;
    font-weight: 700;
    /* color: var(--light);
	background-color: #585656; */
    color: #ffffff;
    background-color: #dcc0bf;
    border-radius: 10px;
    padding: 5px 8px;
    letter-spacing: 0.05em;
    transition: .5s
}

.btn__Rosa:hover {
    /* color: #ffffff;
	background-color: #dcc0bf */
    color: var(--light);
    background-color: #585656;
}

.btn__plomo {
    font-size: 11x;
    font-weight: 700;
    color: var(--light);
    background-color: #7b7b7b;
    border-radius: 10px;
    padding: 5px 25px;
    letter-spacing: 0.05em;
    transition: .5s
}

.btn__plomo:hover {
    color: #ffffff;
    background-color: #dcc0bf
}

.btn__grisOscuro__active {
    background-color: #aeb7bc;
}

.btn__miperfil {
    font-size: 14px;
    color: #575454;
    background-color: #f4f0ed;
    border-radius: 10px;
    padding: 5px 16px;
    letter-spacing: 0.05em;
    transition: .5s;
}

.btn__miperfil:hover {
    color: #bf8f86;
    background-color: #ffffff;
}

.btn__miperfil.on {
    color: #ffffff;
    background-color: #bf8f86;
    font-weight: 700;
}






.footerx {
    background-color: #eaeaea;
}

.footerx .redes img {
    width: 34px;
    padding-right: 2px;
}


.choose__register {
    color: #555555
}

.choose__register h1 {
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.choose__register p {
    font-size: 20px;
}

.choose__register .btn {
    font-size: 20px;
    width: 100%;
    padding: 10px 15px
}

.choose__register .btn__ingresar:hover {
    color: #ffffff;
    background-color: #5e696f;
}


.forms__inputs input,
.forms__inputs select {
    border: 1px solid #9badb6;
    color: #9badb6;
    margin-top: 10px;
}

.forms__inputs input:focus {
    color: #9badb6;
}

.forms__inputs .btn__ingresar {
    width: 100%;
    font-size: 20px;
    padding: 5px 15px;
}

.forms__inputs .btn__ingresar:hover {
    color: #ffffff;
    background-color: #5e696f;
}


.form__ingreso h1 {
    color: #555555;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 5px;
}

.form__ingreso .empezahoy {
    background-color: #f7f2f2;
}

.form__ingreso .empezahoy p {
    color: #808080;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.2em;
    margin-bottom: 0px;
}


.sliderClases .thumbnail {
    position: relative
}

.sliderClases .titlex {
    color: #000000;
    background-color: #ffffff63;
    width: 100%;
    bottom: 0px;
    left: 0px;
    font-size: 10px;
    font-weight: 600;
    padding: 2px 10px;
    line-height: 1.2rem;
    min-height: 20px;
    letter-spacing: 0.05em;
    position: absolute;
}

.sliderClases .intensidad {
    color: #000000;
    font-size: 10px;
    background-color: #d3d4d5;
    border-radius: 4px;
    top: 5px;
    left: 10px;
    padding: 1px 5px;
    position: absolute;
}

.sliderClases .btn__Play::before {
    position: absolute;
    color: #ffffff;
    font-family: "Font Awesome 5 Free";
    font-size: 26px;
    font-weight: 300;
    content: "\f144";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.sliderClases .carousel-inner {
    padding: 0px 60px 30px 60px
}

.sliderClases .carousel-inner .content>div {
    padding: 0px 5px;
}

.sliderClases .flechas .carousel-control-next,
.sliderClases .flechas .carousel-control-prev {
    background-color: transparent;
    top: 40%;
}

.sliderClases .flecha__right svg {
    transform: scaleX(-1);
}

.section__clases {
    color: #2e2c28
}

.section__clases .titulos {
    line-height: 0.8em;
}

.section__clases p {
    font-size: 14px;
    margin-bottom: 0px;
}

.section__clases h1 {
    color: #5d5851;
    font-size: 35px;
    font-weight: 700;
}

.section__clases .subtitulos p {
    font-size: 23px;
    letter-spacing: 0.1em;
    line-height: 1.2em;
}

.card__clase {
    color: #5d5851;
    font-size: 23px;
    letter-spacing: 0.05em;
}

.card__clase h4 {
    padding-bottom: 10px;
    border-bottom: 1px solid #dbc0c0
}

.card__clase .descrip {
    color: #575454;
    font-size: 12px;
    /* font-family: "Source Sans Pro" */
}

.card__clase .descrip p {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    color: #575454;
    font-size: 12px;
    /* font-family:(--font-textos); */
    font-family: "Helvetica", monospace;
    line-height: 1.5;
}

.card__clase .card {
    border: none
}

.card__clase .card.card-cascade .view.view-cascade {
    z-index: 1;
}

.card__clase .card .view .mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-attachment: fixed;
}

.card__clase .card.card-cascade img {
    border-radius: 2px;
    box-shadow: 0px 0px 4px 0 rgb(0 0 0 / 20%);
}

.card__clase .card.card-cascade .card-body.card-body-cascade {
    background: #ffffff;
    position: relative;
    border: 1px solid #dbc0c0;
    border-radius: 5px;
    margin-left: 10px;
    bottom: 50px;
    width: calc(100% - 20px);
    height: 100%;
    min-height: 335px;
    line-height: 0.7em;
    z-index: 2;
}

.card__clase .btn__bottom {
    position: absolute;
    bottom: 20px;
    left: 25%;
}

.section__clases .ritmo h1 {
    font-family: var(--font-titulo);
    font-size: 32px;
}

.section__clases .ritmo p {
    font-size: 18px;
}

.section__clases .ritmo strong {
    color: #80605a;
}

.section__clases .ritmo .btn {
    padding: 10px 20px;
    min-width: 200px !important;
    font-size: 15px;
}

.section__clases .ritmo .btn__marron {
    min-width: auto;
}


.Registro .nav-link {
    font-size: 14px;
    font-weight: 700;
    color: #aaaaaa;
    padding: 0px;
    display: contents;
    letter-spacing: 0.03em;
}

.Registro .nav-pills .nav-link.active {
    font-size: 14px;
    font-weight: 700;
    color: #555555;
    background-color: transparent;
}

.Registro .nav-pills .nav-link:hover {
    color: #555555;
}

.Registro .nav-pills .arrow {
    font-size: 15px;
    color: #aaaaaa;
    padding: 0px 6px;
    line-height: 1.8em;
}

.Registro .boxRegistro label {
    color: #c3988e;
}

.Registro .boxRegistro label:nth-child(2) {
    font-size: 14px;
}

.Registro .boxRegistro .checkbox__terms {
    height: 15px;
    width: 15px;
    background-color: #eeeeee;
}

.Registro .boxRegistro:hover input~.checkbox__terms {
    background-color: #cccccc;
}

.Registro .boxRegistro input:checked~.checkbox__terms {
    background-color: #2196F3;
}

.Registro .boxRegistro .checkbox__terms:after {
    content: "";
    position: absolute;
    display: none;
}

.Registro .boxRegistro input:checked~.checkbox__terms:after {
    display: block;
}

.Registro .boxRegistro .checkbox__terms:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.Registro .boxRegistro .form-control-feedback {
    right: 0px
}

.Registro .boxRegistro .fa-calendar:before {
    top: 10px;
    right: 10px;
    position: absolute
}

.Registro .box__planes .elegiplan {
    background-color: #f7f2f2
}

.Registro .box__planes .elegiplan p {
    font-size: 18px;
    margin-bottom: 0px;
}

.Registro .box__planes .elegiplan .boxs h1 {
    font-size: 28px
}

.Registro .box__planes .elegiplan .boxs h2 {
    font-size: 16px
}

.Registro .box__planes .elegiplan .boxs .precios .numero {
    font-size: 25px
}

.Registro .box__planes .elegiplan .boxs .precios .moneda {
    font-size: 15px
}



#ModalRegistroSucces {
    color: #808080;
}

#ModalRegistroSucces .modal-content {
    background-color: #ffffff;
    border: none
}

#ModalRegistroSucces .modal-header {
    border-bottom: 0px;
}

#ModalRegistroSucces .modal-body p {
    line-height: 1em;
    letter-spacing: 0.05em;
}

#ModalRegistroSucces .modal-body svg {
    width: 2rem;
    height: 2rem;
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 1.2;
    margin-left: 8px;
}


.BioCami .bg {
    font-size: 16px;
    color: #575454;
    background-color: #f7f2f2;
    border-radius: 5px;
}

.BioCami .titulos p {
    font-size: 25px;
    margin-bottom: 0px;
    line-height: 0.8em;
}

.BioCami .titulos h1 {
    color: #5d5851;
    font-size: 35px;
    font-weight: 700;
}



.Programas .titulos p {
    font-size: 25px;
    margin-bottom: 0px;
    line-height: 0.8em;
}

.Programas .titulos h1 {
    color: #5d5851;
    font-size: 35px;
    font-weight: 700;
}

.Programas__subtitulo {
    font-size: 20px;
    color: #575454;
}

.Programas .subtitulos {
    font-size: 18px
}

.Programas .content img {
    border-radius: 2px;
    box-shadow: 0px 0px 4px 0 rgb(0 0 0 / 20%);
    min-height: 210px;
    max-height: 210px;
}

.Programas .content {
    position: relative
}

.Programas .nivel {
    color: #555555;
    font-size: 10px;
    font-weight: 700;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    top: 5px;
    right: 10px;
    padding: 5px 12px;
    position: absolute;
    transition: .5s;
}

.Programas .nivel:hover {
    color: #ffffff;
    background-color: #dcc0bf;
}

.Programas .text h1 {
    color: #575454;
    font-size: 13px;
    font-weight: 600;
}

.Programas .text .description {
    font-size: 12px;
}

.Programas .text .description .nros__training {
    color: #A0A09F;
}

.Programas .text .description .descrip {
    color: #575454;
    text-align: justify;
}

.Programas .bg {
    background-color: #f2f1ee;
    border-radius: 5px;
}

.Programas .programas__ptas h1 {
    font-family: var(--font-titulo);
    font-size: 32px;
    font-weight: 700;
    color: #555555;
    letter-spacing: 0.05em;
}

.Programas .programas__ptas .content p {
    color: #A0A09F;
    font-size: 18px;
}

.Programas .programas__ptas .content strong {
    color: #555555;
    font-size: 18px;
}


.StudiOnline .bg__video {
    background-color: #e7e2dc;
}

.StudiOnline .text___video {
    font-size: 18px;
    color: #808080;
}

.videoSO {
    background-color: #e7e2dc;
}

.StudiOnline .bg__one {
    background-color: #f8f7f7;
}

.StudiOnline .bg__two {
    background-color: #fafafa;
}

.StudiOnline .plan {
    color: #555555;
}

.StudiOnline .plan h1 {
    font-family: var(--font-titulo);
    font-size: 26px;
    font-weight: 700;
}

.StudiOnline .plan .dias p {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 0px;
}

.StudiOnline .plan .text p {
    font-size: 18px;
    color: #575454;
}

.StudiOnline .elegi h1 {
    font-size: 25px
}

.StudiOnline .elegi p {
    font-size: 18px;
    color: #575454
}

.StudiOnline .espavos {
    color: #575454;
}

.StudiOnline .esparavos h1 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.15em
}

.StudiOnline .lista svg {
    width: 19px;
    height: 12px;
    fill: #ae633f;
    transform: rotate(90deg);
    float: left;
    position: relative;
    top: 8px;
}

.StudiOnline .lista .content {
    font-size: 17px;
    margin-left: 40px;
}

.StudiOnline .the-faqs-list .card {
    border: none;
    border-bottom: 1px solid #bcbcbc !important;
}

.StudiOnline .the-faqs-list .card .card-header .title button {
    font-size: 20px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    display: block;
    width: 100%;
    text-align: left;
    padding: 1em 60px 1em 0;
    -webkit-transition: all .25s ease-out;
    -o-transition: .25s ease-out all;
    transition: all .25s ease-out;
}

.StudiOnline .the-faqs-list .card .card-header,
.StudiOnline .the-faqs-list .card .card-header button {
    margin: 0;
    background: 0 0;
    border: none;
}

.StudiOnline .the-faqs-list .card .card-header .title button.collapsed:before {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.StudiOnline .the-faqs-list .card .card-header .title button:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    width: 40px;
    height: 40px;
    background-image: url(../img/arrow.png);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: 0.25s ease-out all;
    transition: all 0.25s ease-out;
    background-size: 35px 35px;
}


.Programas__free .bg__one {
    background-color: #d6dde1;
    border-radius: 10px;
}

.Programas__free .bg__two {
    background-color: #e2d2c5;
    border-radius: 5px;
}

.Programas__free .bg__two ul {
    grid-gap: 10px;
    display: grid;
    grid-template-columns: repeat(5, 0fr);
    padding-left: 0px;
    list-style: none;
}

.Programas__free .border__titulo {
    border-bottom: 1px solid #dbc0c0;
}

.Programas__free .bg__one.listado li {
    font-size: 13px;
    color: #2f2e2e;
    border-bottom: 1px solid #b8bcbc;
    list-style-type: none;
    padding: 15px 20px;
}

.Programas__free .bg__one.listado li:last-child {
    border-bottom: transparent;
}

.Programas__free .bg__one.listado li svg {
    width: 16px;
    height: 16px;
    float: left;
    fill: #596267;
    position: relative;
    top: 2px;
    margin-right: 15px;
}

.Programas__free .multimedia img,
.Programas__free .multimedia iframe {
    border-radius: 10px;
}

.Programas__free .titulo h1 {
    font-size: 27px;
    font-weight: 700;
    color: #2f2e2e;
    letter-spacing: 0.05em;
}

.Programas__free .titulo .descargar a {
    font-size: 13px;
    border-radius: 6px;
}

.Programas__free .descripcion {
    font-size: 18px;
    color: #575454;
    text-align: justify;
}

.Programas__free .titulo__two {
    font-size: 22px;
    color: #80605a;
}

.lista__clases .lista__videos___item a {
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    background-color: #c6b0a1;
    display: block;
    padding: 6px 9px;
    border-radius: 50%;
    text-decoration: none;
    letter-spacing: 0.05em;
    transition: all .25s cubic-bezier(.25, .46, .45, .94) 0s;
}

.lista__clases .lista__videos___item a:hover {
    background-color: #82615b;
}

.Programas__free ul {
    padding-left: 0px;
}

.Programas__free .Semanas .nav-tabs,
.Programas__free .Semanas .nav-tabs .nav-link.active {
    color: #ffffff;
    border-color: transparent
}

.Programas__free .Semanas .nav-tabs .nav-link.active {
    background-color: #bf8f86;
}

.Programas__free .Semanas .nav-tabs .nav-link {
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    background-color: #c6b0a1;
    border: 0px;
    margin: 5px 14px;
    padding: 10px 35px
}

.Programas__free .Semanas .nav-tabs .nav-link:hover {
    background-color: #929da6
}

.Programas__free .Semanas .nav-link {
    border-radius: 8px;
}

.Programas__free .Videos h1 {
    font-size: 16px;
    font-weight: 700;
}

.Programas__free .Videos .thumbnail img {
    border-radius: 10px;
}

.Programas__free .Videos .thumbnail {
    position: relative;
}

.Programas__free .Videos .thumbnail .intensidad {
    color: #2f2e2e;
    font-size: 10px;
    background-color: hsl(0deg 0% 100% / 30%);
    border-radius: 20px;
    top: 10px;
    left: 10px;
    padding: 1px 10px;
    position: absolute;
    transition: .3s;
}

.Programas__free .Videos .thumbnail .intensidad:hover {
    color: #bf8f86;
    background-color: #ffffff;
}

.Programas__free .Videos .thumbnail .tags a {
    font-size: 10px;
    font-weight: 700;
    color: #ffffff;
    background-color: #bf8f86;
    text-decoration: none;
    padding: 3px 10px;
    border-radius: 30px;
    margin-right: 5px;
}

.Programas__free .Videos .thumbnail .tags a:hover {
    color: #bf8f86;
    background-color: #ffffff;
}

.tags_videos {
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    background-color: #bf8f86;
    text-decoration: none;
    padding: 7px 15px;
    border-radius: 10px;
    margin-right: 5px;
    transition: .4s;
}

.tags_videos:hover {
    color: #bf8f86;
    background-color: #ffffff;
    transition: .4s;
}

.tags_videos_calendar {
    font-size: 13px;
    font-weight: 700;
    color: #bf8f86;
    background-color: #ffffff;
    text-decoration: none;
    padding: 7px 15px;
    border-radius: 10px;
    border: #bf8f86 solid 2px;
    margin-right: 5px;
    transition: .4s;
}

.tags_videos_calendar:hover {
    color: #bf8f86;
    border: #ffffff solid 2px;
    transition: .4s;
}

.Programas__buy .bg__one {
    color: #575454;
    background-color: #f1f1f3;
}

.Programas__buy .bg__two {
    border-radius: 10px;
}

.Programas__buy .sabermas {
    font-family: var(--font-titulo);
    font-size: 32px;
    color: #575454;
}

.Programas__buy .multimedia img,
.Programas__buy .multimedia iframe {
    border-radius: 10px;
}

.btn__descargarPrograma {
    font-size: 16px;
    font-weight: 700;
    color: #8a6755;
    border: 1px solid #bf8f86;
    border-radius: 30px;
    padding: 6px 35px;
    letter-spacing: .1em;
    transition: .5s
}

.btn__descargarPrograma:hover {
    color: #8a6755;
}

.btn__descargarPrograma:hover svg {
    width: 26px;
    height: 26px;
    transition: .5s;
}

.btn__descargarPrograma svg {
    fill: #8B6755;
    width: 20px;
    height: 20px;
    transition: .5s;
}

.Programas__buy .titulo h1 {
    font-size: 20px;
    font-weight: 700;
}

.Programas__buy .titulo h2 {
    font-size: 16px
}

.Programas__buy .precios h1 {
    font-size: 18px
}

.Programas__buy .precios h2 {
    font-size: 12px;
    font-weight: 700;
}

.Programas__buy .descripcion {
    font-size: 16px;
    text-align: justify;
}

.Programas__buy .descripcion p {
    margin-bottom: 0px;
}

.Programas__buy .nivel {
    min-width: 50%;
}

.Programas__buy .nivel h1 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em
}

.Programas__buy .btns__buy .btn__marron {
    font-size: 12px;
    min-height: auto;
    padding: 3px 22px;
    min-width: 95%;
}

.Programas__buy .btns__buy .btn__marron.one {
    background-color: #8b8379
}

.Programas__buy .btns__buy .btn__marron.two {
    background-color: #bf8f86
}

.Programas__buy .btns__buy .btn__marron:hover {
    color: #bf8f86;
    background-color: transparent;
    border: 1px solid #bf8f86;
}

.Programas__buy .bg__one.listado ul {
    padding-left: 0px;
}

.Programas__buy .bg__one.listado li {
    font-size: 16px;
    color: #2f2e2e;
    border-bottom: 1px solid #b8bcbc;
    list-style-type: none;
    padding: 15px 20px;
}

.Programas__buy .bg__one.listado li:last-child {
    border-bottom: none;
}

.Programas__buy .bg__one.listado li svg {
    width: 16px;
    height: 16px;
    float: left;
    fill: #596267;
    position: relative;
    top: 5px;
    margin-right: 15px;
}

.Programas__buy .cards {
    color: #575454;
}

.Programas__buy .cards h1 {
    font-size: 26px;
    font-weight: 700;
}

.Programas__buy .Profesoras.bg {
    color: #575454;
    background-color: #f1f1f3;
}

.Programas__buy .Profesoras .titulo h1 {
    font-family: var(--font-titulo);
    font-size: 32px;
    line-height: 1em;
}

.Programas__buy .Profesoras img {
    border-radius: 50%;
    overflow: hidden;
}

.Programas__buy .Profesoras p {
    font-size: 15px;
    font-weight: 700;
}


.Plan__principal .btn {
    font-size: 12px;
    padding: 12px 20px;
    min-width: 75%;
}

.Plan__principal .btn__suscribete:hover {
    color: #ffffff;
    background-color: #929da6;
}

.Plan__videos .subtitulo {
    font-size: 16px;
    color: #575454;
}

.Plan__videos .bg {
    background-color: #e2d2c5;
    border-radius: 10px;
    padding: 10px 0px;
}


.Todosentrenamientos .thumbnail {
    box-shadow: 0 2px 5px rgb(0 0 0 / 53%);
}

.Todosentrenamientos .categorias .titulo {
    font-size: 26px;
    font-weight: 700;
    color: #575454;
}

.Todosentrenamientos .categorias .btn {
    background-color: #b1aca5;
    margin-bottom: 10px;
    padding: 7px 0px;
}

.Todosentrenamientos .categorias .btn.first {
    padding: 15px 0px;
}

.Todosentrenamientos .btn__suscribete:hover {
    color: #ffffff;
    background-color: #929da6;
}

.Todosentrenamientos .categorias svg {
    width: 15px;
    height: 7px;
    fill: #ffffff;
    margin-left: 5px;
}

.Plan__videos .subtitulo svg {
    transform: rotate(270deg);
    width: 12px;
    height: 6px;
    fill: #AE633F;
    margin-top: -2px;
    margin-right: 5px;
}

.Todosentrenamientos__video iframe {
    border-radius: 10px;
}

.Todosentrenamientos__video .Videos .thumbnail .tags a {
    font-size: 13px;
    padding: 8px 16px;
    border-radius: 10px;
}

.Todosentrenamientos__video .Videos .thumbnail .tags a:hover.Specialsession__tag {
    background-color: #ffffff !important;
}


.slider__Nutricion h1 {
    letter-spacing: 0.05em;
    margin-bottom: 0px;
    line-height: 2.5rem;
}

.text__size_title {
    font-size: 45px !important
}

.slider__Nutricion .btn__gris {
    background-color: #565454;
    padding: 6px 30px !important;
}

.slider__Nutricion .btn__gris:hover {
    background-color: #dcc0bf
}


.Content__Nutricion .descripcion p {
    font-size: 18px
}

.Content__Nutricion .descripcion2 p {
    color: #575454;
}

.Content__Nutricion .btn__gris {
    background-color: #565454;
}

.Content__Nutricion .btn__gris:hover {
    background-color: #dcc0bf;
}

.Content__Nutricion .correo p {
    font-size: 14px;
}

.Content__Nutricion .correo svg {
    width: 94px;
    height: 65px;
}

.Content__Nutricion .correo svg [data-color="1"] {
    fill: #86939A;
}


.MiPerfil .bg {
    background-color: #e5ddd6;
    border-radius: 5px;
}

.MiPerfil .MisDatos__planes {
    display: flex;
}

.MiPerfil .MisDatos__planes .container-profilepic {
    min-width: 150px;
    height: 150px;
}

.MiPerfil .MisDatos__planes .photo-preview {
    background-size: cover;
    background-position: center;
    background-color: #ffffff;
}

.MiPerfil .MisDatos__planes .middle-profilepic {
    background-color: rgba(255, 255, 255, 0.6);
}

.MiPerfil .MisDatos__planes .container-profilepic:hover .middle-profilepic {
    display: flex !important;
    cursor: pointer;
}

.MiPerfil .MisDatos__planes .btn__profilepic {
    opacity: 0;
    cursor: pointer;
}

.MiPerfil .MisDatos__planes .btn__profilepic input {
    height: 150px;
    width: 150px;
    display: flex;
    cursor: pointer;
    /*margin-left: -20px;*/
}

.MiPerfil .MisDatos__planes .change__pic span {
    display: flex;
    position: absolute;
    line-height: 1em;
}

.MiPerfil .MisDatos__planes .name__user {
    font-size: 37px;
    letter-spacing: 0.05em;
    line-height: 1em;
}

.MiPerfil .bg__cards {
    background-color: #faf6f6;
    border-radius: 5px;
}

.MiPerfil .titulos h1 {
    font-size: 20px;
    font-weight: 700;
    color: #2f2e2e;
    margin-bottom: 0px;
}

.MiPerfil .titulos h2 {
    font-size: 14px;
    font-weight: 700;
    color: #2f2e2e;
    margin-bottom: 3px;
}

.MiPerfil .titulos .descripcion {
    font-size: 14px;
    color: #575454;
    line-height: 1em;
    margin-bottom: 0px;
}

.MiPerfil .titulos a {
    color: #2f2e2e;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
}

.MiPerfil .titulos a:hover {
    color: #bf8f86;
}

.MiPerfil .completa__perfil {
    min-height: 223px;
    height: 100%
}

.completa__perfil h1 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.MiPerfil .suscripcion .titulos h1 {
    font-size: 37px;
    font-weight: 700;
    color: #2f2e2e;
    margin-bottom: 0px;
}

.MiPerfil .suscripcion .titulos h2 {
    font-size: 32px;
    font-weight: 700;
    color: #2f2e2e;
    margin-bottom: 3px;
}

.MisDatos {
    color: #575454;
}

.MisDatos h1 {
    font-size: 23px;
    letter-spacing: 0.05em;
    padding-bottom: 5px;
    border-bottom: 1px solid #575454;
}

.MisDatos label {
    font-size: 14px;
    color: #575454 !important;
}

.MisDatos .form-control {
    background-color: #f3efec;
    border: 2px solid #e5ddd6;
    transition: .3s;
}

.MisDatos .form-control:hover {
    border: 2px solid #f6ebe4;
}

.MisDatos .form-control:focus {
    box-shadow: none;
    background-color: #ffffff;
}

.MisDatos .btn__suscribete {
    padding: 10px 25px;
}

.MisDatos .btn__suscribete:hover {
    background-color: #ffffff;
}

.box__miSuscripcion .bg {
    background-color: #fbfaf9;
}



.box__miSuscripcion .enlaces a {
    color: #2f2e2e;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

.box__miSuscripcion .enlaces a:hover {
    color: #bf8f86;
}

#ModalCancelarSuscripcion {
    color: #575454;
}

#ModalCancelarSuscripcion .title p {
    font-size: 20px;
    line-height: 1.1em;
}


.mercadopago .titulos p {
    color: #99abb4;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.mercadopago .titulos h1 {
    font-family: var(--font-textos);
    font-size: 22px;
    letter-spacing: 0.1em;
}

.mercadopago .boxs {
    position: relative;
    border: 1.8px solid #9badb6;
    border-radius: 5px;
    box-shadow: none;
}

.mercadopago .boxs h1 {
    font-size: 28px;
    color: #555555;
    letter-spacing: 0.01em;
    margin-bottom: 10px;
}

.mercadopago .boxs h2 {
    color: #555555;
    font-size: 26px;
    font-weight: 500;
}

.mercadopago .boxs h2 span {
    letter-spacing: 0.1em;
}

.mercadopago .boxs .btn__ingresar:hover,
.mercadopago .boxs .btn__suscribete:hover {
    color: #ffffff;
    background-color: #5e696f;
}

.mercadopago .boxes {
    border-radius: 5px;
    box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 60%);
}

.mercadopago .ahorro {
    color: #bf8f86;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    border: 2px solid #bf8f86;
    background-color: #ffffff;
    top: -17px;
    right: 10px;
    padding: 2px 20px;
    position: absolute;
}


.tarjetapago .titulos h1 {
    font-family: var(--font-titulo);
    font-size: 22px;
    font-weight: 700;
}

.tarjetapago .titulos h2 {
    color: #808080;
    font-size: 18px;
}

.tarjetapago .icon__arrow__pagos {
    color: #808080;
    font-size: 30px;
    margin-right: 20px;
    opacity: .5;
}

.tarjetapago label {
    color: #808080b2;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.tarjetapago input {
    margin-top: 0px !important;
}

.tarjetapago .pago__bg {
    background-color: #e0e5e7;
}

.tarjetapago .box__one_pagos h1 {
    color: #929da6;
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 0px;
    margin-bottom: 0px
}

.tarjetapago .box__one_pagos h2 {
    color: #808080;
    font-size: 18px;
}

.tarjetapago .box__one_pagos h3 {
    color: #000000;
    font-size: 26px;
}

.tarjetapago .box__pago__total {
    padding-bottom: 5px;
    border-bottom: 1px solid #000000
}

.tarjetapago .box__pago__total h1 {
    color: #000000;
    font-size: 14px;

}


.download__certificados .bg {
    color: #ffffff;
    background-color: #aeb5bb;
    border-radius: 20px;
    position: relative
}

.download__certificados h1 {
    font-size: 20px;
    font-weight: 700;
}

.download__certificados p {
    line-height: 1.2rem;
    padding-bottom: 0px;
    font-weight: 700;
}

.download__certificados .imagen {
    color: #555555;
    font-size: 10px;
    font-weight: 700;
    background-color: #f1f1f3;
    border-radius: 20px;
    top: 50px;
    left: -180px;
    padding: 5px 12px;
    position: absolute;
    transition: .5s;
}

.download__certificados .imagen img {
    border-radius: 10px;
    box-shadow: 0px 0px 4px 0 rgb(0 0 0 / 20%);
}








.zoom {
    transform: scale(.99);
    transition: .5s
}

.zoom:hover {
    transform: scale(1.01);
    transition: .5s
}

.zoom2 {
    transform: scale(.99);
    transition: .5s
}

.zoom2:hover {
    transform: scale(1.01);
    transition: .5s
}



/* Espacios */
.pr-0 {
    padding-right: 0px
}

.estrellas .checked {
    color: #80605A;
}

.h-100 {
    height: 100% !important;
}

.center__vertical {
    display: flex;
    align-items: center;
    justify-content: center;
}

.center__vertical__solo {
    display: flex;
    align-items: center
}

.form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 20px;
    text-align: center;
    pointer-events: none;
    color: #aaaaaa;
}

.color__crema {
    color: #bf8f86
}

.Specialsession__tag {
    background-color: #a8846b !important;
}



.slider__entrena__bar {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background: #f4f0ed;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider__entrena__bar:hover {
    opacity: 1;
}

.slider__entrena__bar::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #bf8f86;
    cursor: pointer;
}

.slider__entrena__bar::-moz-range-thumb {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #bf8f86;
    cursor: pointer;
}


.etiquetax {
    width: 30px;
    height: 26px;
    position: absolute;
    z-index: 9;
    background-color: #bf8f86;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    padding-top: 3px;
    top: -5px;
}

.etiquetax:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 8;
    background-color: #bf8f86;
    position: relative;
    left: 9px;
}

.ocultarx {
    display: none;
}

.youtube__container {
    overflow: hidden;
    width: 100%;
    /* Keep it the right aspect-ratio */
    aspect-ratio: 16/9.2;
    /*Defecto 16/9*/
    /* No clicking/hover effects */
    pointer-events: none;
}

.youtube__container iframe {
    /* Extend it beyond the viewport... */
    width: 300%;
    height: 100%;
    /* ...and bring it back again */
    margin-left: -100%
}

.hide__controls__youtube_studionline {
    overflow: hidden;
    width: 90%;
    aspect-ratio: 16/9;
    pointer-events: none;
}

.hide__controls__youtube_studionline iframe {
    width: 100%;
    height: 150%;
    margin-left: -45%
}

.btn:focus,
input:focus {
    box-shadow: none !important
}

.dropdown-toggle.icon__user::after {
    display: none;
}

.icon__perfil {
    width: 30px;
    height: 30px;
}

.boxes__frases a {
    text-decoration: none;
}

.boxes__frases .box__funciona,
.boxes__frases .box__plansemanal,
.boxes__frases .box__prguntas {
    color: #ffffff;
    border-radius: 4px;
    min-height: 180px;
    letter-spacing: 0.05em;
}

.boxes__frases .box__funciona h1,
.boxes__frases .box__plansemanal h1,
.boxes__frases .box__prguntas h1 {
    font-size: 22px;
}

.box__funciona {
    background-color: #bf8f86;
}

.box__plansemanal {
    background-color: #aeb7bc;
}

.box__prguntas {
    background-color: #b2ada6;
}

.content__spotify h1 {
    color: #bf8f86;
    font-size: 25px;
    font-weight: 700;
}

.content__spotify p {
    color: #575454;
    font-size: 18px;
}


.nav-item.active a {
    color: #ACC2CD !important;
    font-weight: 600;
}

.items__sliders h1,
.items__sliders h2 {
    margin-bottom: 0;
    line-height: 1.8rem;
}

.desafiate__bg {
    background-color: #eae7e4;
}

.titleVideo {
    position: absolute;
    color: #303030;
    background: #ffffff5c;
    width: 100%;
    bottom: 0px;
    left: 0px;
    font-size: 12px;
    font-weight: 600;
    padding: 0.5rem;
    line-height: 1.2rem;
    min-height: 40px;
}

.precio__antes {
    position: relative;
    font-size: 38px;
    font-weight: 700;
}

.precio__antes:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 2px solid #ff0000;
    border-color: inherit;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.precio__antes__text em {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
}

.text__video {
    position: absolute;
    /*margin: 100px;*/
    color: #ffffff;
    pointer-events: fill;
    left: 5%;
    top: 50%;
    transition: all .2s;
}

.text__video h1 {
    font-size: 60px;
    letter-spacing: 0.05em;
    line-height: .9em;
    font-family: var(--font-titulo);
}

.text__video h4 {
    font-size: 35px;
}

.text__video a {
    font-size: 18px;
    box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 60%);
}

.text__video a:hover {
    background-color: #ffffff;
    box-shadow: none;
}

.btn__suscribete.addClassVisitaEntrenamiento.on {
    color: #ffffff;
    background-color: #bf8f86;
    font-weight: 700;
}

.btn_buscador {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
  
.btn_buscador:focus {
    color: #495057;
    background-color: #fff;
    border-color: #bf8f86;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(191, 143, 134);
}

.btn_buscador::placeholder {
    color: #6c757d;
    opacity: 1;
}

.input_comentario {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 10px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    overflow: hidden;
}
  
.input_comentario:focus {
    border: #bf8f86 solid 1px;
    color: #495057;
    background-color: #fff;
    border-color: #bf8f86;
    outline: 0;
}

.limit_w_img_profesores img {
    width: 167px !important;
}

/*Fondos sliders*/
.fondo_entrena_tus_habitos {
    background-image: url('../../assets2/img/studionline/slider/5.png');
    background-size: cover;
}

.fondo_reto_inicial {
    background-image: url('../../assets2/img/studionline/slider/2.jpg');
    background-size: cover;
}

.fondo_entrena_tu_fuerza {
    background-image: url('../../assets2/img/studionline/slider/3.jpg');
}

.fondo_nutricion {
    background-image: url('../../assets2/img/nutricion/slider/1.webp');
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* Proporción de aspecto 16:9 para videos de YouTube */
    height: 0;
    overflow: hidden;
    background-color: #e7e2dc;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container iframe {
    pointer-events: none;
    /* Deshabilita eventos en el iframe para evitar que los controles se activen al hacer clic en el video */
}

/* Estilos para el picture de los sliders */
.carousel-item picture {
    display: block;
    width: 100%;
    height: auto;
    /* Ajusta la altura automáticamente */
}

.carousel-item img {
    width: 100%;
    height: auto;
    /* Mantiene la proporción de la imagen */
    display: block;
}

.centered-element {
    display: flex;
    justify-content: flex-start; /* Alinea a la izquierda */
    align-items: center; /* Centra verticalmente */
    height: 100%; /* Asegura que el contenedor ocupe toda la altura */

}

 /* Estilo para el texto e íconos en color gris claro */
 .text-muted {
    color: #5f5e5d !important;
    /* Gris claro */
}

/* Alinear los nombres al centro y ajustar su ancho */
.fs-6 {
    white-space: nowrap;
    /* Evita que el texto se divida en varias líneas */
    overflow: hidden;
    /* Oculta texto que no cabe */
    text-overflow: ellipsis;
    /* Muestra "..." si el texto es demasiado largo */
    font-size: 0.9rem;
    /* Ajusta el tamaño del texto */
}

/* Asegurar que todo está centrado */
.text-center-fmobile a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Espaciado adicional para los íconos y texto */
.text-center i {
    margin-bottom: 0.3rem;
    /* Espacio entre el ícono y el texto */
}