html, body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}
body {
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}
.font-18-22 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}
.font-18-22 #adquire {
    font-weight: 700;
}
.font-15-20 {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
}
a{
    text-decoration: none;
    color: #FFFFFF;
}
header{
    position: sticky;
    z-index: 11;
    top:0;
}
.navbar{
    height: 80px;
    align-items: center;
    margin: 0;
    padding: 0px 2rem;
    display: flex;
    background-color: #fff;
    justify-content: space-between;
    flex-direction: row;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}
.navbar-nav{
    display: inline;
    align-items: revert;
    list-style-type: none;
    width: 100%;
    max-width: 100%;
    gap: 5rem;
    box-sizing: border-box;
}
.bars{
    display: none;
}
.navbar-nav-mobile{
    display:none;
}
@media(max-width: 762px){
    .navbar-nav{
        display: none;
    }
    .bars{
        display: block;
    }
    .navbar-nav-mobile{
        padding: 0;
	margin: 0;
	z-index: 12;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,.85);
	gap: 3rem !important;
	overflow:hidden;
    }

    .navbar-nav-mobile .nav-item {
        height: 30px;
        width: 100%;
        display: block;
        padding: 0;
        margin: 0;
        text-align: center;
    }
    .navbar-nav-mobile .nav-item a{
	color:white;
	font-size:20px;
    }
}
.nav-item{
    color: black;
    float: right;
    padding-right: 1rem;
    padding-left: 1rem;
}
.nav-item a{
    letter-spacing: 2.62334px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    color: black;
}

.hero {
    background-image: url('./Banner_App-Website.jpg');
    min-height: 800px!important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
    padding: 0 10vw;
    display: grid;
    grid-template-columns: 2fr 2fr;
}
.hero #hero-content{
    margin-top: 24vh;
}
.hero #hero-content h1{
    font-weight: 700;
    font-size: 48px;
    line-height: 54px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    max-width: 928px;
}
.hero #hero-content p{
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    max-width: 520px;
}
#boton{
    margin-top: 4rem;
    max-width: 377px;
}
#boton a button{
    width: 100%;
    height: 48px;
    background-color: #FF4B39;
    border: none;
    border-radius: 4px;
    color: white;
    letter-spacing: 2.62334px;
    text-transform: uppercase;
}
#boton p{
    width: 100%;
    text-align: center;
}


@media(max-width: 762px){
    .hero{
        grid-template-columns: 1fr;
    }
    #hero-content{
        text-align: center;
    }
    #hero-content h1{
        font-size: 34px;
        line-height: 42px;
        letter-spacing: 1.6px;
    }
    #hero-content p{
        text-align: justify;
    }
    #texto-7-dias{
        text-align: center!important;
    }
}

.brands {
    max-height: 160px;
    margin: auto 1rem;
    display: grid;
    padding: 2%;
    grid-template-columns: 2fr 3fr;
    align-items: center;
    gap: 3rem;
}
.unete{
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 1.6px;
}
@media (max-width: 762px) {
    .brands {
        margin-top: 10px;
        padding: 1%;
        gap: unset;
        grid-template-columns: 1fr;
        text-align: center;
        height: auto;
    }
    .unete{
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
    }
}

.get-membership  {
    position: sticky;
    top: 80px;
    color: #FFFFFF;
    background-color: #FF4B39;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
    gap:4rem;
    z-index: 10;

}
.get-membership button {
    background-color: #ffffff;
    border: none;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 2.62px;
    text-align: center;
    min-width: 172px;
    min-height: 20px;
    border-radius: 4px;
    font-weight: 600;
    text-transform: uppercase;
}
@media (max-width: 762px) {
    .get-membership {
        text-align: center;
        max-height: 120px;
        flex-direction: column;
        color: #ffffff;
        align-items: center;
        gap: 0;

    }

    .get-membership button {
        margin: auto;
        min-height: 32px;
        width: 100%;
    }

    .get-membership p {
        font-size: 12px;
        line-height: 16px;
    }
}

.container,.container-inverse {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:0;
    max-width: 100%;
    overflow: hidden;
}
.container-inverse{
    grid-auto-flow: dense;
    direction: rtl;
    background: #F4F4F4;
    text-align: left;
}
.container img,.container-inverse img {
    width: 100%;
    height: 100%!important;
}
.container div,.container-inverse div{
    padding: 2rem 3rem;
}
.container div h2,.container-inverse div h2 {
    font-size: 34px;
    font-weight: 700;
    line-height: 42px;
    max-height: 700px;
    margin-top: 3rem;
    text-transform: uppercase;
}
.container div h3,.container-inverse div h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
    color: #707070;
}
.container div p,.container-inverse div p {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #262626;
    white-space: initial;
}
@media (max-width: 762px) {
    .container,.container-inverse {
        display: flex;
        flex-direction: column;
        margin: 0;
        gap: 0;
        width: 100%;
    }

    .container img,.container-inverse img {
        all: unset;
        margin-top: -65px;
    }

    .container div h2,.container-inverse div h2 {
        margin-top: 60px;
        margin-left: 24px;
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
        text-align: center;
    }

    .container div h3,.container-inverse div h3 {
        margin-left: 24px;
        font-weight: 700;
        font-size: 15px;
        line-height: 20px;
        text-align: center;
    }

    .container div p,.container-inverse div p {
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
        color: #262626;
        margin-left: 25px;
        margin-right: 24px;
        text-align: center;
    }
}

.container-faqs{
    background: #F4F4F4;
    color: #262626;
    max-width: 100%;
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(0,1fr);
    padding: 4rem clamp(1rem,6vw,6rem);
    gap: 1rem;
    overflow-x: hidden;
    box-sizing: border-box;
}
.container-faqs h2{
    font-weight: 700;
    font-size: 34px;
    line-height: 42px;
    text-transform: uppercase;
}
.container-faqs h3{
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    /* or 121% */

    text-transform: uppercase;

    /* Gris oscuro */

    color: #707070;
}
.faq{
    display: grid;
    grid-template-columns: 9fr 1fr;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    background-color: #FFFFFF;
    border-radius: 8px;
    width: 80%;
}
.container-faqs-all{
    margin-top: 2rem;
}
.faq img{
    width: 15px;
    height: 15px;
    margin-left: 30px;
}
.question .answer {
    display: none;
}

.question.active .answer {
    display: block;
    padding: 20px;
    background: white;
    margin-top: -15px;
    border-radius: 0px 0px 8px 8px;
    text-align: justify;
}
.question.active .faq img{
    height: auto;
    content: url('./minus.svg');
}

@media (max-width: 762px) {
    .container-faqs{
        grid-template-columns: 1fr;
        color: #262626;
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
    }
    .container-faqs h2{
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
    }
    .container-faqs h3{
        font-weight: 700;
        font-size: 15px;
        line-height: 20px;
    }
    .faq{
        grid-template-columns: 9fr 1fr;
    }
    .faq img{
        margin: unset;
        margin-right: 5px;
    }
}

.footer-container{
    background: #262626;
    max-width: 100%;
    color: white;
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    padding: 3rem;
    overflow-x: hidden;
    box-sizing: border-box;
}
.footer-nav{
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}
.footer-networks-img img{
    width: 24px;
    height: 24px;
    margin-right: 1rem;
}
#conect{
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
}
#about{
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
}
#contact{
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
}
#phone{
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    align-items: center;
    display: flex;
}
#tyc{
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
}
#text-download{
    font-weight: 700;
    font-size: 34px;
    line-height: 42px;
    text-transform: uppercase;
}
.footer-nav,footer-container{
    margin: 16px auto;
}
.footer-app{
    display: flex;
    flex-direction: column;
}
.footer-app img{
    margin-right: 20px;
    display: inline-block;
    width: 35%;
}
@media(max-width: 762px){
    .footer-container{
        display: flex;
        flex-direction: column;
        padding: 1rem;
    }
    .footer-networks,.footer-nav{
        border-bottom: 1px solid #707070;
    }
    .footer-nav{
        margin: unset;
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }
}

.copyright{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #999999;
}
.copyright p{
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
}

.worqout-plus{
    max-height: 800px;
}

.container-wp{
    background-color: #262626;
    height:100%;
    width: 100%;
    display: grid;
    grid-template-columns: 4fr 6fr;
}
.info-wp{
    color: #FFFFFF;
    z-index: 10;
    width: 100%;
    margin: 10vh 0vw 10vh 5vw;
}
.info-wp img{
    width: 140px;
}
.info-wp h1{
    font-weight: 700;
    font-size: 34px;
    line-height: 42px;
    text-transform: uppercase;
    margin-top: 80px;
    margin-bottom: 80px;
}
.info-wp p{
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    max-width: 700px;
    margin: 20px auto;
    margin-left: 0;
}
.info-wp #compra-button{
    margin-top: 60px;
    text-align: center;
    max-width: 377px;
}

.info-wp #compra-button a{
    color: white;
}
#link-mermbership button{
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.info-wp #compra-button a button{
    background: #FF4B39;
    border-radius: 4px;
    border: none;
    height: 48px;
    color: #ffffff;
    text-transform: uppercase;
    width: 100%;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 2.62334px;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
}
#img-studios2{

    right: 0;
    height:115%;
    max-height: 850px;
    width: 100%;
    z-index: 1;
    margin-bottom: 0;
}
@media(max-width: 762px){
    .worqout-plus{
        background-color: #262626;
        padding: 0;
        max-height: unset;
    }
    .container-wp{
        grid-template-columns: 1fr;
        padding: unset;
    }
    .info-wp{
        color: white!important;
        all: unset;
        padding: 10vh 10vw;
        text-align: center;
    }
    #img-studios2{
        all: unset;
        width: 100%;
    }
    .info-wp #compra-button {
        margin: auto;
    }
    #link-mermbership {
        all: unset;
        width: 100%;
    }
}


.container-faqs{
    background: #F4F4F4;
    color: #262626;
    max-width: 100%;
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(0,1fr);
    padding: 4rem clamp(1rem,6vw,6rem);
    gap: 1rem;
    overflow-x: hidden;
    box-sizing: border-box;
}
.container-faqs h2{
    font-weight: 700;
    font-size: 34px;
    line-height: 42px;
    text-transform: uppercase;
}
.container-faqs h3{
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    /* or 121% */

    text-transform: uppercase;

    /* Gris oscuro */

    color: #707070;
}
.faq{
    display: grid;
    grid-template-columns: 9fr 1fr;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    background-color: #FFFFFF;
    border-radius: 8px;
    width: 100%;
}
.container-faqs-all{
    margin-top: 2rem;
}
.faq img{
    width: 15px;
    height: 15px;
    margin-right: 15px;
}
.faq p{
    margin-left: 20px;
}
.section-item a{
    color: black;
}
.section-item .data{
    background-color: white;
    border-radius: 4px;
    overflow: hidden;
    height: 0;
}
.button-buy{
    font-family: 'Poppins', sans-serif;
    letter-spacing: 2.62334px;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
}
.section-item .data:target{
    height: auto;
    margin-top: -15px;
    padding: 20px;
    padding-top: 30px;
}
.faq:target{
    border-radius: 0px 0px 8px 8px;
}

@media (max-width: 762px) {
    .container-faqs {
        grid-template-columns: 1fr;
        color: #262626;
        font-weight: 500;
        font-size: 10px;
        line-height: 14px;
        padding: 10% 10%;
        gap: 0;
    }
    .container-faqs h2{
        font-weight: 700;
        font-size: 14px;
        line-height: 18px;
    }
    .container-faqs h3{
        font-weight: 700;
        font-size: 15px;
        line-height: 20px;
    }
    .faq{
        grid-template-columns: 9fr 1fr;
        width: 100%;

    }
    .faq img{
        margin: unset;
        margin-right: 5px;
    }

}

.footer-container{
    background: #262626;
    max-width: 100%;
    color: white;
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    padding: 3rem;
    overflow-x: hidden;
    box-sizing: border-box;
}
.footer-nav{
    padding: 1rem  0rem 1rem 0rem;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.footer-networks-img img{
    width: 24px;
    height: 24px;
    margin-right: 1rem;
}
#conect{
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
}
#about{
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
}
#contact{
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
}
#phone{
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    align-items: center;
    display: flex;
}
#tyc{
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
}
#text-download{
    font-weight: 700;
    font-size: 34px;
    line-height: 42px;
    text-transform: uppercase;
}
.footer-nav,footer-container{
    margin: 16px auto;
}
.footer-app{
    display: flex;
    flex-direction: column;
}
.footer-app img{
    margin-right: 20px;
    display: inline-block;
    width: 35%;
}
@media(max-width: 762px){
    .footer-container{
        display: flex;
        flex-direction: column;
        padding: 1rem;
    }
    .footer-networks,.footer-nav{
        border-bottom: 1px solid #707070;
        color: white;
    }
    .footer-nav{
        margin: unset;
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }
    #conect {
        font-weight: 600;
        font-size: 12px;
        line-height: 15px;
        text-transform: uppercase;
    }
    #tyc{
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
    }
    .footer-app #text-download{
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
    }
}

.copyright{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #999999;
}
.copyright p{
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
}

@media(max-width: 762px){
    .copyright p {
        font-weight: 500;
        font-size: 10px;
        line-height: 14px;
    }
    .studios .studios-img {
        display: grid;
        max-width: 100%;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        align-items: center;
        height: 140px;
        gap: 1rem;
        padding: 0 2rem;
        justify-content: center;
    }
    .studios #last-img img {
        max-width: 100%;
        height: fit-content;
    }
    .footer-container{
        padding: 10%;
    }
    .studios h2 {
        margin-top: -80px;
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        text-transform: uppercase;
        max-width: 333px;
    }
    .studios p {
        font-weight: 500;
        font-size: 11px;
        line-height: 20px;
        color: #262626;
        text-align: center;
        margin: 0% 6%;
        max-width: 293px;
    }
    .studios-titles{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    #texto-meses{
        text-transform: uppercase;
        width: 302px;
    }
    #texto-meses1{
        color: #262626;
        text-transform: uppercase;
        width: 302px;
    }
    .container-pay p{
        width: 302px;
    }
}

.texto-corto{
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.active-nav{
    border-bottom: 5px solid #FF4B39;
}
.nav-item:hover{
    color :#FF4B39;
    border-bottom: 5px solid #FF4B39;
}
.nav-item:hover a{
    color: #FF4B39!important;
}
@media (max-width: 762px){
    .nav-item:hover{
    color :#FF4B39;
    border-bottom:none;
}
}

