@import url(reset.css);

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Nunito+Sans:wght@200;400;700;900&display=swap');

@font-face{
    font-family: metrodf;
    src: url(METRODF.TTF);
}

.ismobile{
    display: block;
}

body{
    font-family: 'Montserrat';
    font-size: 1.5vh;
    font-weight: 500;
    cursor: default;
    background-color: #E5E5E5;
    color: #000000;
}

.container{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/*header*/

header{
    height: 10vh;
    position: relative;
    z-index: 99;
}

header .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 10vh;
    position: relative;
    top: 0vh;
    right: 0vh;
}

.header__logo{
    width: 14vh;
    height: 10vh;
    background-image: url(../img/logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.header__lista{
    display: flex;
    justify-content: center;
    align-items: center;
}

.header__item{
    font-size: 1.2vh;
    margin-left: 2vh;
}

.header__menu{
    margin-left: 3vh;
    background-image: url(../img/menu.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 3vh;
    height: 3vh;
}

.mobile{
    top: -1000%;
    right: -2vh;
    padding: 6vh 4vh 2vh 4vh;
    background-color: rgba(255,255,255,0.9);
    z-index: 999;
    position: absolute;
    width: 70%;
    box-sizing: border-box;
    transition: all 0.5s ease;
}

.mobile__item{
    font-size: 2vh;
    font-weight: 600;
    margin: 2vh 0;
}

.fechar{
    background-image: url(../img/fechar.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 2vh;
    height: 2vh;
    position: absolute;
    right: 2.5vh;
    top: 4vh;
}

.header__brilho{
    position: absolute;
    width: 30vh;
    height: 30vh;
    top: 0vh;
    left: 0;
    background-image: url(../img/brilho3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/*banner*/

.banner{
    width: 100%;
    height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow-x: clip;
    z-index: 9;
}

.banner__div1{
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 5vh 7vh;
    flex-direction: column;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.banner__div2{
    width: 60%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 3vh 5vh;
    flex-direction: column;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.banner__imagem{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner__fundo{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

.banner__titulo{
    color: white;
    font-size: 3vh;
    z-index: 1;
    line-height: 120%;
    font-weight: 600;
}

.banner__botao1{
    color: white;
    text-align: center;
    position: absolute;
    bottom: -2.5vh;
    left: 5%;
    text-transform: uppercase;
    background-image: linear-gradient(to right, #FF3435, #FF8400);
    width: 45%;
    height: 5vh;
    line-height: 5vh;
    font-size: 1.1vh;
}

.banner__botao2{
    color: white;
    text-align: center;
    position: absolute;
    bottom: -2.5vh;
    right: 5%;
    text-transform: uppercase;
    background-image: linear-gradient(to right, #54BC62 , #00B56C);
    width: 45%;
    height: 5vh;
    line-height: 5vh;
    font-size: 1.1vh;
}

/*academia*/

.academia{
    padding: 8.5vh 0 5vh 0;
    position: relative;
}

.academia .container{
   display: flex;
   justify-content: space-between;
   align-items: center;
   flex-wrap: wrap;
}

.academia__titulo{
    font-size: 4vh;
    font-weight: 600;
    margin-bottom: 1vh;
}

.academia__texto{
    font-weight: 600;
    font-size: 1.5vh;
    width: 100%;
    line-height: 150%;
}

.academia__brilho{
    position: absolute;
    width: 30vh;
    height: 30vh;
    top: 0vh;
    left: 0;
    background-image: url(../img/brilho3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/*desde*/

.desde{
    position: relative;
}

.desde__titulo{
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    text-align: center;
}

.desde__titulo span{
    text-align: center;
    color: #cccccc;
    font-size: 5vh;
    font-weight: 200;
}

.desde__barra1{
    position: absolute;
    width: calc(50% - 17vh);
    height: 1px;
    background-color: #cccccc;
    top: 2.5vh;
    left: 0;
}

.desde__barra2{
    position: absolute;
    width: calc(50% - 17vh);
    height: 1px;
    background-color: #cccccc;
    top: 2.5vh;
    right: 0;
}

/*estrutura*/

.estrutura{
    padding: 9vh 0 0 0;
    position: relative;
    overflow: hidden;
}

.estrutura__titulo{
    font-size: 4vh;
    font-weight: 600;
    margin-bottom: 2vh;
    text-align: right;
}

.estrutura__div{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.estrutura__info{
    width: 100%;
    order: 2;
    margin-top: 3vh;
}

.estrutura__texto{
    font-size: 1.5vh;
    font-weight: 400;
    line-height: 150%;
}

.estrutura__separa{
    width: 100%;
    height: 1px;
    background-color: #000000;
    margin: 3vh 0;
}

.estrutura__item__titulo{
    position: relative;
    color: #FF5700;
    font-size: 2.5vh;
    font-weight: 600;
    margin-bottom: 2.5vh;
    margin-left: 3vh;
}

.estrutura__item__texto{
    font-size: 1.5vh;
    line-height: 150%;
}

.estrutura__info2{
    width: 100%;
    order: 1;
}

.estrutura__galeria{
    position: relative;
    height: 64vh;
}

.estrutura__galeria__item{
    position: absolute;
    background-color: white;
}

.estrutura__galeria__imagem{
    background-image: url(./assets/uploads/acesso.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.estrutura__galeria__item.active .estrutura__galeria__imagem{
    opacity: 1;
}

.estrutura__galeria__texto{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    font-size: 1.2vh;
    font-weight: 600;
}

.galeria1{
    width: 18vh;
    height: 20vh;
    top: 44vh;
    right: 0vh;
}

.galeria2{
    width: 15vh;
    height: 9vh;
    top: 44vh;
    right: 18vh;
}

.galeria3{
    width: 18vh;
    height: 18vh;
    top: 26vh;
    right: 18vh;
}

.galeria4{
    width: 15vh;
    height: 9vh;
    top: 53vh;
    right: 18vh;
}

.galeria5{
    width: 25vh;
    height: 18vh;
    top: 8vh;
    right: 18vh;
}

.galeria6{
    width: 18vh;
    height: 12vh;
    top: 32vh;
    right: 0vh;
}

.galeria7{
    width: 18vh;
    height: 20vh;
    top: 12vh;
    right: 0vh;
}

.galeria8{
    width: 18vh;
    height: 12vh;
    top: 0vh;
    right: 0vh;
}

.estrutura__galeria__barra{
    position: absolute;
}

.barra1{
    background-image: linear-gradient(45deg, #FF0150 , #FF8A00);
    width: 10vh;
    height: 10vh;
    top: 6vh;
    right: 15vh;
}

.barra2{
    background-image: linear-gradient(150deg, #006DAA , #00C186);
    width: 13vh;
    height: 13vh;
    top: 20vh;
    right: 31vh;
}

.barra3{
    background-image: linear-gradient(150deg, #FF0150 , #FF8A00);
    width: 10vh;
    height: 10vh;
    top: 29vh;
    right: 28vh;
}

.barra4{
    background-image: linear-gradient(150deg, #FF0150 , #FF8A00);
    width: 10vh;
    height: 10vh;
    top: 53vh;
    right: 15vh;
}

.barra5{
    background-image: linear-gradient(150deg, #006DAA , #00C186);
    width: 10vh;
    height: 10vh;
    top: 55vh;
    right: -1vh;
}

.estrutura__item__barra{
    background-image: linear-gradient(150deg, #006DAA , #00C186);
    position: absolute;
    top: 0;
    left: -3vh;
    width: 1.5vh;
    height: 100%;
}

.estrutura__brilho{
    position: absolute;
    width: 30vh;
    height: 30vh;
    top: 2.5vh;
    right: 0;
    background-image: url(../img/brilho4.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/*aulascoletivas*/

.aulascoletivas{
    padding: 6vh 0 0 0;
    position: relative;
}

.aulascoletivas__titulo{
    font-size: 4vh;
    font-weight: 600;
    margin-bottom: 2vh;
}

.aulascoletivas__div{
    position: relative;
    width: 100%;
    height: 20vh;
}

.aulascoletivas__lista{
    width: 100%;
    height: 20vh;
}

.aulascoletivas__item{
    width: 100%;
    height: 20vh;
    position: relative;
}

.aulascoletivas__imagem{
    position: absolute;
    bottom: 0vh;
    left: 0vh;
    height: 16vh;
    width: 70%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.aulascoletivas__nome{
    position: absolute;
    bottom: 6vh;
    right: 0vh;
    width: 50%;
    font-size: 3vh;
    font-weight: 600;
    text-align: right;
}

.aulascoletivas__left{
    position: absolute;
    width: 2.5vh;
    height: 5vh;
    left: 1vh;
    top: 0vh;
    background-image: url(../img/left.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.aulascoletivas__right{
    position: absolute;
    width: 2.5vh;
    height: 5vh;
    right: 1vh;
    top: 0vh;
    background-image: url(../img/right.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.aulascoletivas__brilho{
    position: absolute;
    width: 30vh;
    height: 30vh;
    top: -5vh;
    left: 0;
    background-image: url(../img/brilho.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/*aviso*/

.aviso{
    padding: 0vh 0 10vh 0;
    position: relative;
}

.aviso__div{
    position: relative;
    width: 100%;
    height: 16vh;
}

.aviso__lista{
    width: 100%;
    height: 16vh;
}

.aviso__item{
    width: 100%;
    height: 16vh;
    position: relative;
}

.aviso__imagem{
    position: absolute;
    bottom: 0vh;
    left: 0vh;
    height: 16vh;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.aviso__nome{
    position: absolute;
    bottom: -6vh;
    right: 0vh;
    width: 100%;
    font-size: 1.5vh;
}

/*prooteen*/

.proteen{
    padding: 6vh 0 10vh 0;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
}

.proteen__titulo{
    color: #FF5700;
    text-align: center;
    text-transform: uppercase;
    font-size: 5vh;
    font-weight: 600;
    margin-bottom: 1vh;
    font-family: metrodf;
}

.proteen__subtitulo{
    font-size: 1.5vh;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 150%;
}

.proteen__div{
    margin-top: 2vh;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.proteen__texto{
    width: 60%;
    color: #666666;
    font-size: 1.5vh;
    line-height: 150%;
}

.proteen__imagem{
    position: absolute;
    top: 19vh;
    right: 0vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 35%;
    height: 80vh;
}

.proteen__fundo{
    background-image: linear-gradient(0deg, rgba(229,229,229,1) , rgba(229,229,229,0.8) , rgba(229,229,229,0));
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20vh;
    z-index: 1;
}

.proteen__seta{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 2;
}

.proteen__seta__texto{
    font-size: 1.2vh;
    font-weight: 600;
    padding-bottom: 1vh;
    margin-top: 10vh;
    order: 1;
}

.proteen__seta__imagem{
    background-image: url(../img/seta.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 2.5vh;
    height: 1.5vh;
    padding-bottom: 0vh;
    margin-top: 0vh;
    transition: all 0.5s ease;
    order: 2;
}

/*funcionalkids*/

.funcionalkids{
    background-image: linear-gradient(150deg, #00E2AC , #5BA6E2);
    padding: 6vh 0;
    position: relative;
    overflow: hidden;
}

.funcionalkids .container{
    position: relative;
}

.funcionalkids__titulo{
    font-size: 4vh;
    font-weight: 600;
    color: white;
    margin-bottom: 2vh;
}

.funcionalkids__texto{
    color: white;
    line-height: 150%;
    font-size: 1.5vh;
    font-weight: 400;
}

.funcionalkids__texto.texto1{
    width: 50%;
}

.funcionalkids__subtitulo{
    color: white;
    font-size: 1.5vh;
    font-weight: 600;
    margin-bottom: 1vh;
    margin-top: 2vh;
    line-height: 150%;
}

.funcionalkids__div{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.funcionalkids__info{
    width: 45%;
}

.funcionalkids__imagem{
    position: absolute;
    top: 7vh;
    right: 0;
    width: 20vh;
    height: 20vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/*planos*/

.planos{
    padding: 6vh 0 5vh 0;
    position: relative;
    overflow: hidden;
}

.planos__titulo{
    font-size: 4vh;
    font-weight: 600;
    margin-bottom: 0.5vh;
    text-align: right;
}

.planos__subtitulo{
    font-size: 1.5vh;
    font-weight: 400;
    margin-bottom: 0.5vh;
    text-align: right;
    line-height: 150%;
}

.planos__subtitulo2{
    font-size: 1.5vh;
    font-weight: 600;
    margin-bottom: 2vh;
    text-align: right;
    line-height: 150%;
}

.planos__lista{
    width: 100%;
}

.planos__item{
    width: 100%;
}

.planos__nome{
    font-size: 2.5vh;
    font-weight: 600;
    margin-bottom: 1.5vh;
}

.planos__nome span{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.planos__nome span div{
    font-size: 1.5vh;
    margin-left: 1vh;
}

.planos__tabela{
    width: 100%;
    margin-bottom: 2vh;
}

.planos__topicos{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.planos__topicos__nenhum{
    width: calc(32% - 4vh);
}

.planos__topicos__item{
    width: 17%;
    box-sizing: border-box;
    font-size: 1.2vh;
    font-weight: 600;
    text-align: center;
    border-radius: 0.5vh;
    height: 4vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.planos__standard, .planos__especial{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.5vh;
}

.planos__standard__titulo, .planos__especial__titulo{
    width: calc(32% - 4vh);
    box-sizing: border-box;
    font-size: 1.2vh;
    font-weight: 600;
    text-align: center;
    border-radius: 0.5vh;
    border: 1px solid white;
    height: 6vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.planos__standard__titulo div:nth-child(2), .planos__especial__titulo div:nth-child(2){
    font-size: 1vh;
    margin-top: 0.5vh;
}

.planos__standard__div, .planos__especial__div{
    width: 17%;
}

.planos__standard__item, .planos__especial__item{
    width: 100%;
    box-sizing: border-box;
    font-size: 1.2vh;
    font-weight: 600;
    text-align: center;
    border-radius: 0.5vh;
    border: 2px solid white;
    height: 6vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 0.5vh;
    position: relative;
}

.planos__standard__item:first-child, .planos__especial__item:first-child{
    margin-top: 0vh;
}

.menor{
    font-size: 1vh;
    margin-top: 0.5vh;
}

.laranja{
    border: 1px solid #FF9842;
}

.verde{
    border: 1px solid #00CC9C;
}

.azul{
    border: 1px solid #4690B7;
}

.amarelo{
    border: 1px solid #FFB327;
}

.planos__brilho{
    position: absolute;
    width: 30vh;
    height: 30vh;
    top: -5vh;
    right: 0;
    background-image: url(../img/brilho2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.planos__qtde{
    position: absolute;
    top: calc(50% - 1vh);
    left: -1vh;
    color: #E5E5E5;
    line-height: 2vh;
    font-size: 1vh;
    border-radius: 100%;
    height: 2vh;
    width: 2vh;
}

.planos__qtde.laranja{
    background-color: #FF9842;
    border: 0;
}

.planos__qtde.verde{
    background-color: #00CC9C;
    border: 0;
}

.planos__qtde.azul{
    background-color: #4690B7;
    border: 0;
}

.planos__qtde.amarelo{
    background-color: #FFB327;
    border: 0;
}

.planos__info{
    font-size: 1.5vh;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 1vh;
}

.planos__desconto{
    color: #00CC9C;
    font-size: 1.5vh;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 3vh;
}

/*parceiros*/

.parceiros{
    padding: 6vh 0;
    background-color: #2E2E2E;
    position: relative;
    overflow: hidden;
}

.parceiros__titulo{
    font-size: 4vh;
    font-weight: 600;
    color: white;
    margin-bottom: 2vh;
}

.parceiros__lista{
    width: 100%;
    height: 6vh;
}

.parceiros__item{
    width: calc(33.33% - 1.33vh);
    height: 6vh;
    margin-right: 2vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.parceiros__brilho{
    position: absolute;
    width: 30vh;
    height: 30vh;
    top: -5vh;
    left: 0;
    background-image: url(../img/brilho.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/*contato*/

.contato{
    padding: 6vh 0;
    position: relative;
    overflow: hidden;
}

.contato__titulo{
    font-size: 4vh;
    font-weight: 600;
}

.contato__div{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 2vh;
    position: relative;
    flex-wrap: wrap;
}

.contato__info{
    width: 100%;
}

.contato__mapa{
    width: 100%;
    height: 20vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 2vh;
}

.contato__contatos{
    margin-top: 2vh;
}

.contato__texto{
    font-size: 2vh;
    line-height: 150%;
}

.contato__horario{
    margin-top: 1.5vh;
}

.contato__horario .contato__texto:first-child{
    font-size: 1.5vh;
    font-weight: 700;
}

.contato__horario .contato__texto:last-child{
    font-size: 1.5vh;
    font-weight: 400;
}

.contato__form{
    width: 100%;
    position: relative;
    margin-top: 3vh;
}

.contato__input{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.contato__input .contato__texto{
    width: 25%;
    line-height: 100%;
    font-size: 1.5vh;
    font-weight: 600;
    margin-top: 1vh;
    transition: all 0.5s ease;
}

.contato__input input{
    width: 75%;
    padding: 1vh;
    box-sizing: border-box;
    border: 1px solid #000000;
    border-radius: 0.5vh;
    font-size: 1.5vh;
    margin-bottom: 2vh;
    outline: none;
    font-family: 'Montserrat';
    transition: all 0.5s ease;
    background-color: transparent;
}

.contato__input textarea{
    width: 75%;
    padding: 1vh;
    box-sizing: border-box;
    border: 1px solid #000000;
    border-radius: 0.5vh;
    font-size: 1.5vh;
    margin-bottom: 2vh;
    outline: none;
    font-family: 'Montserrat';
    transition: all 0.5s ease;
    background-color: transparent;
    height: 15vh;
}

.contato__botao{
    text-align: right;
    transition: all 0.5s ease;
}

.contato__botao button{
    padding: 1vh 5vh;
    font-size: 1.5vh;
    border: none;
    border-radius: 0.5vh;
    font-weight: 600;
    background-image: linear-gradient(150deg, #006DAA , #00C186);
}

.contato__mensagem{
    position: absolute;
    width: 90%;
    left: 5%;
    height: 4vh;
    top: calc(50% - 2vh);
    background-color: #006DAA;
    color: white;
    font-size: 1.5vh;
    text-align: center;
    line-height: 4vh;
    border-radius: 0.5vh;
    display: none;
}

.contato__brilho{
    position: absolute;
    width: 30vh;
    height: 30vh;
    top: -5vh;
    left: 0;
    background-image: url(../img/brilho.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/*footer*/

footer{
    background-image: linear-gradient(150deg, #FF0150 , #FF8A00);
    padding: 4vh 0;
}

footer .container{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.footer__logo{
    background-image: url(../img/down.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center left;
    width: 12vh;
    height: 6vh;
    margin-right: 5vh;
    margin-left: 5vh;
}

.footer__item{
    margin: 1vh 0;
}

.footer__menu span{
    color: white;
    font-size: 1.5vh;
    font-weight: 400;
    margin: 1vh 0;
}

.footer__doit{
    position: absolute;
    background-image: url(../img/doit.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    width: 15vh;
    height: 2.5vh;
    bottom: 0;
    right: 0;
}