
* 
{
   scroll-behavior: smooth !important;
   scroll-snap-type: proximity;
}

html
{
    width: 100%;
    background-image: url("../img/background.png");
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    margin-top:-39px;
    z-index: 0;
}

.main-wrapper
{
    position: fixed;
    left:0;
    top:0;
    width: 100%;
    overflow-x: hidden !important;
    height: 100%;
    z-index: 0;
}

#idBtnBeneficios 
{
   text-decoration: none;
   outline: none;
}

.section-apresentacao
{
    position:absolute;
    top:65px;
    left:-25px;
    z-index: 1;
    width: 100%;    
}

.section-apresentacao-quero
{
    position:absolute;
    top:0px;
    left:0px;
    z-index: 1;
    width: 100%;
    height:660px;
    background-image: url("../img/secao1gradiente.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: transparent !important;
}

.section-apresentacao-sobre
{
    position:absolute;
    top:-60px;
    left:0px;
    z-index: 1;
    width: 100%;
}

.section-apresentacao-parceiro
{
    position:absolute;
    top:-60px;
    left:0px;
    z-index: 1;
    width: 100%;
}

.container-apresentacao
{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    background-color:transparent;
    margin-top: 90px;
    margin-left: 20px;
    z-index: 2;
}

.container-apresentacao-quero
{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    background-color:transparent;
    margin-top: 160px;
    margin-left:-60px;
    z-index: 2;
}

.container-apresentacao-sobre
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color:transparent;
    margin-top: 110px;
    z-index: 2;
}

.container-apresentacao-parceiro
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color:transparent;
    margin-top: 110px;
    z-index: 2;
}

.container-conheca
{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    background-color:transparent;
    margin-top: 160px;
    margin-left:-60px;
    z-index: 2;
}

.container-missao
{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    background-color:transparent;
    margin-top: 160px;
    margin-left:-60px;
    z-index: 2;
}

.container-valores
{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    background-color:transparent;
    margin-top: 160px;
    margin-left:-60px;
    z-index: 2;
}

.coluna0-apresentacao-sobre
{
   display: flex;
   flex-direction: column;
   justify-content: flex-start;
   width: 21%;
   background-color: transparent !important;
   font-family: 'Inter', sans-serif;
   z-index: 1;
}

.coluna1-apresentacao
{
   display: flex;
   flex-direction: column;
   justify-content: flex-start;
   background-color: transparent !important;
   font-family: 'Inter', sans-serif;
   z-index: 1;
}

.coluna1-apresentacao-sobre
{
   display: flex;
   flex-direction: column;
   justify-content: flex-start;
   width: 23%;
   margin-top:-140px;
   background-color: transparent !important;
   font-family: 'Inter', sans-serif;
   z-index: 1;
}

.coluna1-apresentacao-parceiro
{
   display: flex;
   flex-direction: column;
   justify-content: flex-start;
   width: 35%;
   margin-top:-250px;
   margin-left: -300px;
   background-color: transparent !important;
   font-family: 'Inter', sans-serif;
   z-index: 1;
}

.container-especialistas
{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100vw;
    background-color:transparent;
    margin-top: 200px;
    margin-left:3vw;
    z-index: 2;
}

.linha1-especialistas
{
   align-self: center;
   text-align: center;
   font-size:22px;
   width: 100vw;
   margin-top:110px;
   margin-left: -165px;
   background-color: transparent !important;
   font-family: 'Inter', sans-serif;
   font-weight: bold;
   color:white;
   z-index: 1;
}

.linha2-especialistas
{
    position: relative;
    text-align: center;
    margin: 30px;
    width: 1500px; 
    height: 800px;
    z-index: 1;
}

.coluna0-conheca
{
   display: flex;
   flex-direction: column;
   justify-content: flex-start;
   width: 2%;
   background-color: transparent !important;
   font-family: 'Inter', sans-serif;
   z-index: 1;
}

.coluna1-conheca
{
   display: flex;
   flex-direction: column;
   justify-content: flex-start;
   font-family: 'Inter', sans-serif;
   background-color: #2ed2c5;
   border-radius: 25px;
   width: 400px;
   height:750px;
   margin-top: 50px;
   margin-left: 20px;
   z-index: 1;
}

.coluna1-conheca-interna
{
   position:relative;
   background-color: #4598ff;
   background-image: url("../img/Foto11.jpg");
   background-repeat: no-repeat;
   background-size: cover;
   border-radius: 25px;
   width: 400px;
   height:750px;
   margin-left: 25px;
   margin-top: -40px;
   z-index: 2;
}

.coluna1-missao
{
   display: flex;
   flex-direction: column;
   justify-content: flex-start;
   font-family: 'Inter', sans-serif;
   background-color: #2ed2c5;
   border-radius: 25px;
   width: 400px;
   height:400px;
   margin-top: -250px;
   z-index: 1;
}

.coluna1-missao-interna
{
   position:relative;
   background-image: url("../img/Foto12.png");
   background-repeat: no-repeat;
   background-size: cover;
   border-radius: 25px;
   width: 400px;
   height:400px;
   margin-left: 25px;
   margin-top: -45px;
   z-index: 2;
}

.coluna1-valores
{
   display: flex;
   flex-direction: column;
   justify-content: flex-start;
   font-family: 'Inter', sans-serif;
   background-color: #2ed2c5;
   border-radius: 25px;
   width: 400px;
   height:460px;
   margin-top: -210px;
   z-index: 1;
}

.coluna1-valores-interna
{
   position:relative;
   background-image: url("../img/Foto13.png");
   background-repeat: no-repeat;
   background-size: cover;
   background-position: left 0px top -60px;
   border-radius: 25px;
   width: 400px;
   height:460px;
   margin-left: 25px;
   margin-top: -45px;
   z-index: 2;
}

.botao-beneficios
{
    display: block;
    text-decoration: none !important;
    margin-left: 0px;
    margin-top:30px;
    width: 244px;
    height:45px;
    padding: 10px;
    background-image: url("../img/buttonLighter.png");
    background-repeat: no-repeat;
    background-size: 244px 45px;
    background-position: center;
    background-size: contain;
    background-color: transparent !important;
    color:white;
    border: none;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    text-shadow: 1px 1px 2px black;    
}

.botao-beneficios-index
{
    display: block;
    text-decoration: none !important;
    margin-left: 0px;
    margin-top:0px;
    width: 244px;
    height:45px;
    padding: 10px;
    background-image: url("../img/buttonLighter.png");
    background-repeat: no-repeat;
    background-size: 244px 45px;
    background-position: center;
    background-size: contain;
    background-color: transparent !important;
    color:white;
    border: none;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    text-shadow: 1px 1px 2px black;    
}

.botao-quero-ser-parceiro
{
    margin-top:20px;
    width:270px !important;
    height:45px;
    padding-top:5px;
    background-image: url("../img/buttonLighter.png");
    background-repeat: no-repeat;
    background-size: 400px 45px;
    background-color: transparent !important;
    color:white;
    border-radius: 5px;
    border:none;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    z-index: 2;
}

.botao-enviar-parceiro
{
    width: 400px !important;
    height:45px;
    margin-top:15px;
    padding-top:5px;
    background-image: url("../img/buttonLighter.png");
    background-repeat: no-repeat;
    background-size: 400px 45px;
    background-color: transparent !important;
    color:white;
    border-radius: 25px;
    border:none;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

.titulo-apresentacao-index
{
    display: inline;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 36px;
    line-height: 45px;
    background: -webkit-linear-gradient(20deg, #4befe6 0%, #51a4f6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space:nowrap;
}

.titulo-apresentacao-parceiro
{
    display: inline;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 36px;
    line-height: 45px;
    background: -webkit-linear-gradient(20deg, #4befe6 0%, #51a4f6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space:nowrap;
}

.titulo-apresentacao-sobre
{
    display: inline;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 36px;
    line-height: 45px;
    background: -webkit-linear-gradient(20deg, #4befe6 0%, #51a4f6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space:nowrap;
}

.titulo-apresentacao-conheca
{
    display: inline;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 36px;
    line-height: 45px;
    background: -webkit-linear-gradient(20deg, #4befe6 0%, #51a4f6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space:nowrap;
}

.titulo-apresentacao-missao
{
    display: inline;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 36px;
    line-height: 45px;
    background: -webkit-linear-gradient(20deg, #4befe6 0%, #51a4f6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space:nowrap;
}

.titulo-apresentacao-valores
{
    display: inline;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 36px;
    line-height: 45px;
    background: -webkit-linear-gradient(20deg, #4befe6 0%, #51a4f6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space:nowrap;
}

.titulo-apresentacao-black
{
    display: inline;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 36px;
    line-height: 45px;
    color:black;
    white-space:nowrap;
}

.titulo-apresentacao-quero
{
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color:white;
}

.texto-apresentacao-index
{
    width: 450px;
    text-align: left;
    font-family: 'Inter', sans-serif;
    font-weight: light;
    font-size: 16px;
    background-color: transparent !important;
    line-height: 23px;
    color:black;
}

.texto-apresentacao-parceiro
{
    width: 450px;
    text-align: left;
    font-family: 'Inter', sans-serif;
    font-weight: light;
    font-size: 16px;
    background-color: transparent !important;
    line-height: 23px;
    color:black;
}

.texto-apresentacao-sobre
{
    width: 360px !important;
    margin-left: -8px;
    text-align: left;
    font-family: 'Inter', sans-serif;
    font-weight: light;
    font-size: 16px;
    background-color: transparent !important;
    line-height: 22px;
    color:black;
    padding:12px;
}

.coluna2-apresentacao
{
    text-align: center;
    white-space: nowrap !important;
    width:200px;
    height: 200px;
    z-index: 1;
}

.coluna2-apresentacao-sobre
{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    white-space: nowrap !important;
    width:1150px;
    height: 570px;
    margin-left:100px;
    margin-top:9px;
    scale:0.89;
    background-image: url("../img/Foto10_Recorte.png");
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 25px;
    z-index: 0;
}

.coluna2-apresentacao-parceiro
{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    white-space: nowrap !important;
    width:635px;
    height: 837px;
    scale:0.7;
    margin-left:-150px;
    margin-top:-110px;
    background-image: none;
    background-repeat: no-repeat;
    z-index: 1;
}

.coluna2-conheca
{
    text-align: left;
    white-space: wrap !important;
    width:400px;
    height: 600px;
    margin-top:-160px;
    z-index: 1;
}

.coluna2-missao
{
    text-align: left;
    white-space: wrap !important;
    width:400px;
    height: 600px;
    margin-top:-100px;
    margin-left: 30px;
    z-index: 1;
}

.coluna2-valores
{
    text-align: left;
    white-space: wrap !important;
    width:400px;
    height: 600px;
    margin-top:-100px;
    margin-left: 30px;
    z-index: 1;
}

.canvas-mao-ortese
{
    scale: 1.0;
    position: absolute;
    /* background-image: url("../img/ortesys_hand.png");
    background-repeat: no-repeat; */
    text-align: center;
    white-space: nowrap !important;
    width:229px;
    height: 2000px;
    margin-top: -380px;
    margin-left: 190px;
    z-index: 1;
}

.coluna3-apresentacao-quero
{
    position: absolute;
    background-image: url("../img/backgroundQuero.png");
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    white-space: nowrap !important;
    width: 100vmax; 
    height: 1860px;
    top: 470px;
    left: 0px;
    z-index: 1;
}

.coluna3-apresentacao-sobre
{
    position: absolute;
    background-image: url("../img/backgroundSobre.png");
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    white-space: nowrap !important;
    width: 100vmax; 
    height: 1860px;
    top: 540px;
    left: 0px;
    z-index: 1;
}

.social-network-icon
{
   cursor: pointer;
   margin-top: 35px;   
}

.coluna3-apresentacao-parceiro
{
    position: absolute;
    background-image: url("../img/fundoParceiro.png");
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    white-space: nowrap !important;
    width: 100vw; 
    height: 2000px;
    top: 50px;
    left: 0px;
    z-index: 0;
}

.coluna3-especialistas-hexagono-01
{
    position: absolute;
    display: inline-block;
    width: 443px; 
    height: 510px;
    top: -80px;
    left: 155px;
    scale:0.6;
    background-image: url("../img/hexagono.png");
    text-align: center;
    padding:50px;
    padding-top:60px;
    z-index: 1;
}

.coluna3-especialistas-hexagono-02
{
    position: absolute;
    display: inline-block;
    width: 443px; 
    height: 510px;
    top: -80px;
    left: 440px;
    scale:0.6;
    background-image: url("../img/hexagono.png");
    text-align: center;
    padding:50px;
    padding-top:60px;
    z-index: 1;
}

.coluna3-especialistas-hexagono-03
{
    position: absolute;
    display: inline-block;
    width: 443px;
    height: 510px;
    top: -80px;
    left: 725px;
    scale:0.6;
    background-image: url("../img/hexagono.png");
    text-align: center;
    padding:50px;
    padding-top:60px;
    z-index: 1;
}

.coluna3-especialistas-hexagono-04
{
    position: absolute;
    display: inline-block;
    width: 443px;
    height: 510px;
    top: 166px;
    left: 298px;
    scale:0.6;
    background-image: url("../img/hexagono.png");
    text-align: center;
    padding:50px;
    padding-top:70px;
    z-index: 1;
}

.coluna3-especialistas-hexagono-05
{
    position: absolute;
    display: inline-block;
    width: 443px;
    height: 510px;
    top: 166px;
    left: 584px;
    scale:0.6;
    background-image: url("../img/hexagono.png");
    text-align: center;
    padding:50px;
    padding-top:55px;
    z-index: 1;
}

.titulo-hexagono
{
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 26px;
    line-height: 35px;
    color: #225db3;
}

.texto-hexagono
{
    font-family: 'Inter', sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 15px;
    color: black;
    text-align: center;
}

.section-sua-rotina
{
    position:absolute;
    top:470px;
    left:0px;
    z-index: 1;
    width: 97%;
    margin: 20px;
    text-align: center;
}

.container-sua-rotina
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 600px;
    height:300px;
    /*background-color:#3de7c5;
    border-radius: 25px;
    box-shadow: -6px -6px 6px 6px rgba(0, 0, 0, 0.08), 6px 6px 6px 12px rgba(0, 0, 0, 0.12); */
    margin-top: 20px;
    margin-left: 270px;
    z-index: 2;
}

.section-ortese-4-passos
{
    position:absolute;
    top:1395px;
    left:-25px;
    z-index: 1;
    width: 100%;
}

.container-4-passos
{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    background-color:transparent;
    margin-top: 90px;
    z-index: 2;
}

.botao-onde-encontrar-4-passos
{
    position: absolute;
    margin-top: 350px;
    text-align: center;
    width: 355px;
    height:55px;
    padding: 10px;
    background-image: url("../img/buttonLighter.png");
    background-repeat: no-repeat;
    background-size: 330px 75x;
    background-color: transparent !important;
    color:white;
    border: none;
    font-weight: bold;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
}


.sua-ortese-em-4-passos
{
    position: absolute;
    margin-top: -400px;
    margin-left: calc(50% - 400px);
    text-align: center;
    width:600px;
    padding-top: 40px;
    padding-bottom: 40px;
    height: 30px;
}

.titulo-4-passos
{
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 28px;
    line-height: 45px;
    background: -webkit-linear-gradient(20deg, #4befe6 0%, #51a4f6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.titulo-sua-rotina
{
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 28px;
    line-height: 35px;
    padding-top:60px;
    padding-bottom:40px;
    background: -webkit-linear-gradient(20deg, #4befe6 0%, #51a4f6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}


.ortese-4-passos-texto
{
    width: 500px;
    height: 300px;
    font-family: 'Inter', sans-serif;
    font-weight: light;
    font-size: 16px;
    background-color: transparent !important;
    line-height: 23px;
    color:black;
    z-index: 1;
}

.ortese-4-passos-caixa
{
    border-radius: 25px;
    padding:20px;
    padding-top:30px;
    color:black;
    font-family: 'Inter', sans-serif;
    width:286px;
    height: 169px;
}

.ortese-4-passos-caixa-titulo
{
    font-size: 20px;
    font-weight: bold;
}

.ortese-4-passos-caixa-corpo
{
    font-size: 15px;
    font-weight: lighter;
}

.row-caixa-4-passos
{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    background-color:transparent;
    z-index: 2;
    scale: 0.8;
    margin-top: -100px;
}

.ortese-4-passos-caixa-01
{
    display: inline-block;
    margin-left:30px;
}

.ortese-4-passos-caixa-02
{
    display: inline-block;
    margin-left:30px;
}

.ortese-4-passos-caixa-03
{
    display: inline-block;
    margin-left:30px;
}

.ortese-4-passos-caixa-04
{
    display: inline-block;
    margin-left:30px;
}

.flag-passo
{
    position: absolute;
    text-align: center;
    font-size: 58px;
    line-height: 70px;
    color:black;
    font-family: 'Syne', sans-serif;
    border-radius: 25px;
    width: 156px;
    height: 134px;
    margin-top: -130px;
    margin-left: 65px;
    background-image:url("../img/hexagon.png");
    background-repeat: no-repeat;
    z-index: -1;
}

.flag-lupa
{
    text-align: center;
    width: 58px;
    height: 49px;
    margin-top: -10px;
    margin-left: 83px;
    background-image:url("../img/lupa.png");
    background-repeat: no-repeat;
    z-index: 1;
}

.flag-metro
{
    text-align: center;
    width: 58px;
    height: 49px;
    margin-top: -10px;
    margin-left: 256px;
    background-image:url("../img/metro.png");
    background-repeat: no-repeat;
    z-index: 1;
}

.flag-3dprinter
{
    text-align: center;
    width: 58px;
    height: 49px;
    margin-top: -13px;
    margin-left: 260px;
    background-image:url("../img/3dPrinter.png");
    background-repeat: no-repeat;
    z-index: 1;
}

.flag-pesoLeve
{
    text-align: center;
    width: 58px;
    height: 49px;
    margin-top: -10px;
    margin-left: 257px;
    background-image:url("../img/pesoLeve.png");
    background-repeat: no-repeat;
    z-index: 1;
}

.flag-barra-01
{
    position: absolute;
    text-align: center;
    width: 215px;
    height: 12px;
    scale: 0.8;
    margin-top: -139px;
    margin-left: 220px;
    background-image:url("../img/barra.png");
    background-repeat: no-repeat;
    z-index: 1;
}

.flag-barra-02
{
    position: absolute;
    text-align: center;
    width: 215px;
    height: 12px;
    scale: 0.8;
    margin-top: -139px;
    margin-left: 473px;
    background-image:url("../img/barra.png");
    background-repeat: no-repeat;
    z-index: 1;
}

.flag-barra-03
{
    position: absolute;
    text-align: center;
    width: 215px;
    height: 12px;
    scale: 0.8;
    margin-top: -139px;
    margin-left: 728px;
    background-image:url("../img/barra.png");
    background-repeat: no-repeat;
    z-index: 1;
}

.flag-retangulo
{
    display: flex;
    position:absolute;
    text-align: center;
    width: 1141px;
    height: 26px;
    margin-top: -295px;
    margin-left: 0px;
    background-image:url("../img/retangulo.png");
    background-repeat: no-repeat;
    z-index: 0;
}

.section-porque-usar
{
    position:absolute;
    top:1600px;
    left:0px;
    z-index: 1;
    width: 100%;
    height:900px;
    background-image: url("../img/blueWaveBackground.png");
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}

.confortaveis-image
{
    position:relative;
    top:-75px;
    left:-120px;
    scale: 0.8;
    z-index: 2;
    width: 627px;
    height: 520px;
    border-radius: 25px;
    background-image: url("../img/roupaSocial.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.leves-image
{
    position:relative;
    top:-75px;
    left:-120px;
    scale: 0.8;
    z-index: 2;
    width: 627px;
    height: 520px;
    border-radius: 25px;
    background-image: url("../img/leves.png");
    background-repeat: no-repeat;
}

.seguras-image
{
    position:relative;
    top:-75px;
    left:-120px;
    scale: 0.8;
    z-index: 2;
    width: 627px;
    height: 520px;
    border-radius: 25px;
    background-image: url("../img/seguras.png");
    background-repeat: no-repeat;
}

.hipoalergenico-image
{
    position:relative;
    top:-75px;
    left:-120px;
    scale: 0.8;
    z-index: 2;
    width: 627px;
    height: 520px;
    border-radius: 25px;
    background-image: url("../img/hipoalergenico.png");
    background-repeat: no-repeat;
}

.personalizada-image
{
    position:relative;
    top:-75px;
    left:-120px;
    scale: 0.8;
    z-index: 2;
    width: 627px;
    height: 520px;
    border-radius: 25px;
    background-image: url("../img/personalizada.png");
    background-repeat: no-repeat;
}

.duraveis-image
{
    position:relative;
    top:-75px;
    left:-120px;
    scale: 0.8;
    z-index: 2;
    width: 627px;
    height: 520px;
    border-radius: 25px;
    background-image: url("../img/duraveis.png");
    background-repeat: no-repeat;
}

.fundo-beneficios
{
    position:absolute;
    top:-30px;
    left:-105px;
    scale: 0.8;
    z-index: 1;
    width: 629px;
    height: 525px;
    border-radius: 25px;
    background-color: #71dfd7;
    background-repeat: no-repeat;
}


.porque-usar-texto
{
    position:relative;
    top:-550px;
    left:465px;
    z-index: 2;
    width: 465px;
    height: 520px;
    padding:30px;
    text-align: left;
    color:white;
    background: transparent;
    font-family: 'Inter', sans-serif;
    font-weight: lighter;
    font-size: 18px;
    line-height: 30px;
    opacity: 1;
    animation: fadeinout 8s linear forwards;

}


.blue-wave-background
{
    position:relative;
    width: 110%;
    height: 650px;
    margin-top: 0px;
    margin-left: -120px;
    z-index: 1; 
}

.titulo-porque-usar
{
    position:absolute;
    margin-top:-90px;
    margin-left: 150px;
    color:white;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 32px;
    line-height: 45px;
}

.tabs-porque-usar
{
    margin-top:180px;
    margin-left: 100px;    
    display:flex;
    flex-wrap: wrap;
    max-width: 100%;
    font-family: 'Inter', sans-serif;

}

.tabs__label
{
    color:#d8e3f1;
    font-size: 1.2em;
    padding: 10px 16px;
    cursor: pointer;
}

.tabs__radio
{
    display: none;
}

.tabs__content
{
    order: 1;
    width:80%;
    line-height: 1.5;
    font-size:0.9em;
    display: none;
    position:absolute;
    margin-top:130px;
    margin-left: 135px;
    height:400px;
    padding:30px;
    color:white;
    background: transparent;
    font-family: 'Inter', sans-serif;
    font-weight: lighter;
    font-size: 16px;
    line-height: 30px;
    opacity: 1;
    animation: fadeinout 8s linear forwards;
}

.tabs__content_mobile
{
   display:none;
}   


.tabs__radio:checked+.tabs__label
{
    font-weight: bold;
    color: white;
    border-bottom: 2px solid #00f29a;
}

.tabs__radio:checked+.tabs__label+.tabs__content
{
    display: initial;

}

.section-ainda-em-duvida
{
    position:absolute;
    top:2450px;
    left:0px;
    z-index: 1;
    width: 100%;
    background-color:white;
    display: none;
}


.depoimentos-background
{
    position:relative;
    width: 110%;
    height: 750px !important;
    margin-top: 100px;
    margin-left: -30px;
    padding-bottom:100px;
    z-index: 1; 
    background-color:white;
}

.titulo-ainda-em-duvida
{
    margin-left: -90px;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 28px;
    line-height: 45px;
    background: -webkit-linear-gradient(20deg, #4befe6 0%, #51a4f6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.texto-ainda-em-duvida
{
   text-align: center;
   margin-left:-90px;
   font-size:1.2em;
}

.slider
{
    margin: 0 auto;
    width: 80%;
    height: 500px;
    margin-top:80px;
    margin-left: 270px;
    overflow: hidden;
}

.slides
{
    width: 400%;
    height: 500px;
    display: flex;

}

.slides input
{
    display:none;
}

.slide
{
    width: 25%;
    position: relative;
    transition:2s;
}

.slide img
{
    width: 640px;
    height: 455px;
}

.manual-navigation
{
    position: absolute;
    width: 80%;
    margin-top:-40px;
    margin-left: -190px;

    display: flex;
    justify-content: center;
    z-index: 1;
}

.manual-btn
{
    border:2px solid lightblue;
    margin-top:25px;
    left: -10px;
    padding:5px;
    border-radius:10px;
    cursor:pointer;
    transition: 1s;
    z-index: 1;
}

.manual-btn:not(:last-child)
{
    margin-right: 40px;
}

.manual-btn:hover
{
    background-color: white;
}

#radio1:checked ~ .first
{
    margin-left: 0;
}

#radio2:checked ~ .first
{
    margin-left: -25%;
}

#radio3:checked ~ .first
{
    margin-left: -50%;
}

#radio4:checked ~ .first
{
    margin-left: -75%;
}

.navigation-auto div
{
    border: 2px solid #20a6ff;
    padding: 5px;
    margin-top:125px;
    border-radius:10px;
    cursor:pointer;
    transition: 1s;
}

.navigation-auto
{
    position: absolute;
    width: 80%;
    margin-top:360px;
    margin-left: -190px;
    display: flex;
    justify-content: center;
}

.navigation-auto div:not(:last-child)
{
    margin-right: 40px;
}

#radio1:checked ~ .navigation-auto .auto-btn1
{
    background-color: white;
}

#radio2:checked ~ .navigation-auto .auto-btn2
{
    background-color: white;
}

#radio3:checked ~ .navigation-auto .auto-btn3
{
    background-color: white;
}

#radio4:checked ~ .navigation-auto .auto-btn4
{
    background-color: white;
}

.section-oque-dizem
{
    position:absolute;
    top:3300px;
    left:0px;
    z-index: 1;
    width: 100%;
    background-color:black;
    display: none;
}

.oquedizem-background
{
    position:relative;
    width: 110%;
    height: 900px !important;
    margin-top: 100px;
    margin-left: -30px;
    padding-bottom:100px;
    z-index: 1; 
    background-color:black;
}

.titulo-oquedizem
{
    margin-left: -70px;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 28px;
    line-height: 45px;
    background: -webkit-linear-gradient(20deg, #4befe6 0%, #51a4f6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.depoimento-texto 
{
    position: absolute;
    text-align: center;
    width: 500px;
    height: 250px;
    margin-top:-298px;
    margin-left: 60px;
    z-index: 2;
    color: black;
    font-size: 20px;
    font-family: 'Inter', sans-serif;
}

.depoimento-autor
{
    position: absolute;
    text-align: center;
    width: 500px;
    height: 30px;
    margin-top:-85px;
    margin-left: 60px;
    z-index: 2;
    color: black;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Inter', sans-serif;
    background: -webkit-linear-gradient(20deg, #4befe6 0%, #51a4f6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space:nowrap;
}

.depoimento-paciente-texto 
{
    position: absolute;
    text-align: left;
    width: 500px;
    height: 250px;
    margin-top:-270px;
    margin-left: 325px;
    z-index: 2;
    color: grey;
    font-size: 22px;
    font-family: 'Inter', sans-serif;
}

.depoimento-paciente-autor
{
    position: absolute;
    text-align: left;
    width: 500px;
    height: 30px;
    margin-top:-73px;
    margin-left: 325px;
    z-index: 2;
    color: black;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Inter', sans-serif;
    white-space:nowrap;
}


.slider-pacientes
{
    margin: 0 auto;
    width: 80%;
    height: 400px;
    margin-top: 60px;
    margin-left: 70px;
    overflow: hidden;
}

.slides-pacientes
{
    width: 400%;
    height: 550px !important;
    display: flex;
    padding-top: 48px;
    margin-left: 0px;
    margin-top:-21px;
    z-index: 3;
}

.slides-pacientes input
{
    display:none;
}

.slide-pacientes
{
    width: 25%;
    position: relative;
    transition:2s;
}

.slide-pacientes img
{
    scale:1.1;
}

.manual-navigation-pacientes
{
    position: absolute;
    width: 72%;
    margin-top:-40px;
    display: flex;
    justify-content: center;
    z-index: 2;
}

.manual-btn-pacientes
{
    border:2px solid lightblue;
    margin-top:-115px;
    height: 5px;
    left: -10px;
    padding:5px;
    border-radius:10px;
    cursor:pointer;
    transition: 1s;
    z-index: 1;
}

.manual-btn-pacientes:not(:last-child)
{
    margin-right: 40px;
}

.manual-btn-pacientes:hover
{
    background-color: white;
}

#radio1-pacientes:checked ~ .first-pacientes
{
    margin-left: 0;
}

#radio2-pacientes:checked ~ .first-pacientes
{
    margin-left: -25%;
}

#radio3-pacientes:checked ~ .first-pacientes
{
    margin-left: -50%;
}

#radio4-pacientes:checked ~ .first-pacientes
{
    margin-left: -75%;
}

.navigation-auto-pacientes div
{
    border: 2px solid #20a6ff;
    padding: 5px;
    margin-top:-15px;
    border-radius:10px;
    cursor:pointer;
    transition: 1s;
}

.navigation-auto-pacientes
{
    position: absolute;
    width: 80%;
    margin-top:360px;
    margin-left: 30px;
    display: flex;
    justify-content: center;
}

.manual-navigation-pacientes
{
    position: absolute;
    width: 80%;
    margin-top:-40px;
    margin-left: 30px;

    display: flex;
    justify-content: center;
    z-index: 1;
}

.navigation-auto-pacientes div:not(:last-child)
{
    margin-right: 40px;
}

#radio1-pacientes:checked ~ .navigation-auto .auto-btn1
{
    background-color: white;
}

#radio2-pacientes:checked ~ .navigation-auto .auto-btn2
{
    background-color: white;
}

#radio3-pacientes:checked ~ .navigation-auto .auto-btn3
{
    background-color: white;
}

#radio4-pacientes:checked ~ .navigation-auto .auto-btn4
{
    background-color: white;
}

.section-faq
{
    position:absolute;
    /* top:3950px; */
    top: 2450px;
    left:-30px;
    z-index: 1;
    width: 110%;
    height: auto;
    clear: both;
    background-color:#efefef;
}

.section-faq-parceiro
{
    position:absolute;
    top:2390px;
    left:-30px;
    z-index: 1;
    width: 110%;
    background-color:#efefef;
    height: 1700px;
}


.faq-background
{
    position:relative;
    width: 110%;
    height: 1050px !important;
    margin-top: 120px;
    margin-left: -90px;
    padding-bottom:10px;
    z-index: 1; 
    background-color:#efefef;
}

.faq-background-parceiro
{
    position:relative;
    width: 110%;
    height: 1050px !important;
    margin-top: 120px;
    margin-left: -90px;
    padding-bottom:10px;
    z-index: 1; 
    background-color:#efefef;
}

.titulo-faq-index
{
    width: 100vw;
    padding:10px;
    padding-top:80px;
    margin-left: calc(50% - 720px);
    text-align: center;
}

.titulo-faq-parceiro
{
    width: 100vw;
    padding:10px;
    margin-left: calc(50% - 665px);
    text-align: center;
}

.titulo-faq-frequentes
{
    margin-left: -70px;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 28px;
    line-height: 45px;
    background: -webkit-linear-gradient(20deg, #4befe6 0%, #51a4f6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.faq-section
{
    min-height: 100vh;
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Inter', sans-serif;
    font-weight: bolder;
    font-size: 18px;
}

.faq
{
    max-width: 70%;
    margin: top 2rem;
    padding-bottom: 1rem;
    cursor: pointer;
    font-weight: bold;
    border-bottom: 2px solid lightgrey;
}

.question
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold !important;
}

.question h3
{
    font-weight: bold !important;
    font-size: 1.8rem;
}

.answer
{
    max-height: 0;
    overflow: hidden;
    font-weight: lighter;
    transition: max-height 1.4s ease;
}

.answer p
{
    padding-top: 1rem;
    line-height: 1.6;
    font: size 1.4rem;
    text-align: left;
}

.faq.active .answer
{
    max-height: 300px;
    animation: fade 1s ease-in-out;
}

.faq.active svg
{
    transform: rotate(180deg);
}

svg
{
    transition: transform 0.5s ease-in;
}

.section-busca
{
    position:absolute;
    top:560px;
    text-align: left;
    margin-left:calc(50% - 150px);
    z-index: 1;
    width: 300px;
    height:41px;
    background-color: #2f384f;
    border-radius: 25px;
    padding-top:8px;
    padding-left:8px;
    padding-bottom:7px;
}

.section-conheca
{
    position:absolute;
    top:410px;
    text-align: left;
    margin-left:calc(50% - 550px);
    z-index: 1;
    width: 300px;
    height:700px;
    background-color: transparent;
}

.section-especialistas
{
    display: inline-block;
    position:absolute;
    top:410px;
    text-align: left;
    margin-left: 2vw;
    z-index: 2;
    width: 95vw !important;
    height:800px !important;
    background-color: transparent;
}

.section-falando
{
    position:absolute;
    top:1400px;
    text-align: center;
    margin-left:-5px;
    z-index: 1;
    width: 100vw;
    height:700px;
    background-image: url("../img/fundoFalando.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent !important;
}

.section-missao
{
    position:absolute;
    top:1420px;
    text-align: left;
    margin-left:calc(50% - 550px);
    z-index: 1;
    width: 300px;
    height:700px;
    background-color: transparent;
}

.section-valores
{
    position:absolute;
    top:2000px;
    text-align: left;
    margin-left:calc(50% - 550px);
    z-index: 1;
    width: 300px;
    height:700px;
    background-color: transparent;
}


.container-busca
{
    position:relative;
    top:0px;
    left:0px;
    color:white;
    background-color: transparent;
    width:290px;
    height:35px;
}

.container-busca-imagem
{
    position:relative;
    top:-40px;
    left:225px;
    color:white;
    background-color: transparent;
    width:45px;
    height:45px;
    background-image: url("../img/lupa2.png");
    background-repeat: no-repeat;
    scale:0.65;
    z-index: 2;
}

.item-cidade
{
    flex-basis: 25%;
    width: 250px;
    height: 160px;
    background-color: #2ed2c5;
    color:white;
    border-radius: 25px;
    padding:20px;
    padding-top:10px;
    padding-left: 25px;
}

.section-cidades
{
    position:absolute;
    justify-content: space-around;
    top:650px;
    z-index: 1;
    width: 100%;
    height:500px;
    background-color: transparent !important;
}

.container-cidades
{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.container-cidades > div {
    margin: 6px;
    flex-basis: 33%;     
  }

.section-formulario
{
    position:absolute;
    justify-content: space-around;
    top:1100px;
    left:0px;
    z-index: 1;
    width: 100%;
    height:550px;
    background: -webkit-linear-gradient(20deg, #1f96c4 0%, #207abc 100%);
}

.section-formulario-parceiro
{
    position:absolute;
    justify-content: space-around;
    top:1960px;
    left:0px;
    z-index: 1;
    width: 100%;
    height:430px;
    background: -webkit-linear-gradient(20deg, #1f96c4 0%, #207abc 100%);
}

.container-formulario
{
    margin-left: calc(50% - 170px);
}

.container-formulario-parceiro
{
    margin-left: calc(50% - 200px);
}

.form-parceiro-small-field 
{
    width:100px !important;
}

.form-parceiro-medium-field 
{
    width:200px !important;
}

.form-parceiro-large-field 
{
    width:300px !important;
}

.form-parceiro-larger-field 
{
    width:400px !important;
}

.input-form-quero
{
    width: 350px;
    height: 35px;
    margin-bottom:5px;
    background-color: #fbfbfb !important;
    color:#76b6d1 !important;
    border-radius: 25px;
    padding:5px;
    padding-left: 15px;
    padding-right: 15px;    
}

.textarea-form-quero
{
    width: 350px;
    height: 100px;
    margin-bottom:5px;
    background-color: #fbfbfb !important;
    color:#76b6d1;
    border-radius: 25px;
    padding:5px;
    padding-left: 15px;
    padding-right: 15px;
    resize: none;
    border: none;
}    

.textarea-form-quero:focus
{
    width: 350px;
    height: 100px;
    margin-bottom:5px;
    background-color: #fbfbfb !important;
    color:#76b6d1;
    border-radius: 25px;
    padding:5px;
    padding-left: 15px;
    padding-right: 15px;
    resize: none;
    border: none;
    outline: none;
}    

.botao-whatsapp
{
    text-align: center;
    width: 350px;
    height: 35px;
    margin-bottom:5px;
    background-color: #19cb3f !important;
    color:white;
    font-weight: bolder;
    border-radius: 25px;
    padding:8px;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
}

.botao-email
{
    text-align: center;
    width: 350px;
    height: 35px;
    margin-bottom:5px;
    background-color: #70a8f9 !important;
    color:white;
    font-weight: bolder;
    border-radius: 25px;
    padding:5px;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
}

.section-rodape-quero
{
    position:absolute;
    top:1900px;
    left:-30px;
    z-index: 1;
    width: 110%;
    background-color:white;
}

.section-rodape-sobre
{
    position:absolute;
    top:2650px;
    left:-30px;
    z-index: 1;
    width: 110%;
    background-color:white;
}

.section-rodape-parceiro
{
    position:absolute;
    top:4000px;
    left:-30px;
    z-index: 1;
    width: 110%;
    background-color:white;
}

.section-nao-encontrou
{
    position:absolute;
    justify-content: space-around;
    top:1730px;
    left: 0px;
    text-align: center;
    z-index: 1;
    width: 100%;
    height:480px;
    background-color: transparent !important;
}

@keyframes fade
{
    from
    {
        opacity: 0;
        transform: translateY(-10px);
    }
    to 
    {
        opacity: 1;
        transform: translate(0px);
    }
}

@keyframes fadeinout
{
  0%,100% { opacity: 0 }
  5%,95% { opacity: 1 }
}

.section-rodape
{
    position:absolute;
    /* top:5100px; */
    top: 3600px;
    left:-30px;
    z-index: 1;
    width: 110%;
    background-color:white;
}

.rodape-background
{
    position:relative;
    width: 110%;
    height: 400px !important;
    margin-top: 0px;
    margin-left: -100px;
    padding-bottom:10px;
    z-index: 1; 
    background-color:white;
}

.item-rodape
{
    padding: 10px;
    min-height: 100vh;
    width: 80%;
    align-items: left;
    font-family: 'Inter', sans-serif;
    font-weight: lighter;
    font-size: 16px;
    line-height: 30px;
}

.item-rodape:not(:last-child)
{
    border-right: 1px solid grey;
}

@media screen and (max-width: 992px) 
{

    .section-apresentacao
    {
        position:absolute;
        top:65px;
        left:0px;
        z-index: 1;
        width: 100vw;
    }    

   .coluna2-apresentacao
   {
        display: none;
   }
   .coluna1-apresentacao
   {
      position: absolute;
      width: 100vw;
      margin-left: 0px;
      margin-top:0px;
      background-color: transparent !important;
      font-family: 'Inter', sans-serif;
      z-index: 1;
   }

   .texto-apresentacao-index
    {
        width: 97vw;
        margin-left: -10px;
        margin-top: 220px;
        text-align: left;
        font-family: 'Inter', sans-serif;
        font-weight: light;
        font-size: 3.5vw;
        background-color: transparent !important;
        line-height: 5.0vw;
        color:black;
        padding:12px;
    }

    .texto-apresentacao-sobre
    {
        width: 97vw;
        margin-left: -10px;
        margin-top: 45px;
        text-align: left;
        font-family: 'Inter', sans-serif;
        font-weight: light;
        font-size: 3.5vw;
        background-color: transparent !important;
        line-height: 5.0vw;
        color:black;
        padding:12px;
    }

    .texto-apresentacao-conheca
    {
        text-align: left;
        font-family: 'Inter', sans-serif;
        font-weight: light;
        font-size: 3.5vw;
        background-color: transparent !important;
        line-height: 5.0vw;
        color:black;
    }

    .texto-apresentacao-parceiro
    {
        width: 97vw;
        margin-left: -10px;
        margin-top:240px;
        text-align: left;
        font-family: 'Inter', sans-serif;
        font-weight: light;
        font-size: 3.5vw;
        background-color: transparent !important;
        line-height: 5.0vw;
        color:white;
        padding:12px;
    }

    .titulo-4-passos
    {
        font-family: 'Inter', sans-serif;
        font-weight: bold;
        font-size: 22px;
        margin-left:60px;
        margin-top:-200px !important;
        line-height: 45px;
        background: -webkit-linear-gradient(20deg, #4befe6 0%, #51a4f6 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .ortese-4-passos-texto
    {
        width: 320px;
        height: 300px;
        margin-top:-15px;
        margin-left: 40px;
        text-align: justify;
        font-family: 'Inter', sans-serif;
        font-weight: light;
        font-size: 16px;
        background-color: transparent !important;
        line-height: 23px;
        color:black;
        z-index: 1;
    }    
   .row-caixa-4-passos
   {
       display: flex;
       flex-direction: column;
       justify-content: space-around;
       align-items: center;
       width: 100%;
       background-color:transparent;
       z-index: 2;
       scale: 0.8;
       margin-top: -200px;
   }
   .ortese-4-passos-caixa-01,
   .ortese-4-passos-caixa-02,
   .ortese-4-passos-caixa-03,
   .ortese-4-passos-caixa-04
   {
       display: block;
       margin-left: -10px;
       margin-bottom:180px;
   }

   .section-porque-usar
   {
       position:absolute;
       top:2670px;
       height: 1400px;
       left:0px;
       z-index: 1;
       width: 100%;
       background-image: url("../img/blueWaveBackground.png");
       background-repeat: no-repeat;
       -webkit-background-size: 100%;
       -moz-background-size: 100%;
       -o-background-size: 100%;
       background-size: cover;
   }
   .titulo-porque-usar
   {
      margin-top:15px;
      font-family: 'Inter', sans-serif;
      font-weight: bold;
      font-size: 16px;
      line-height: 40px;
      width: 80%;  
   }

   .section-ainda-em-duvida
   {
       position:absolute;
       top:2130px;
       left:0px;
       z-index: 1;
       width: 100%;
       height: 1000px !important;
       background-color:white;
   }
   .titulo-ainda-em-duvida
   {
       margin-left: 0px;
       text-align: center;
       font-family: 'Inter', sans-serif;
       font-weight: bold;
       font-size: 28px;
       line-height: 45px;
       background: -webkit-linear-gradient(20deg, #4befe6 0%, #51a4f6 100%);
       -webkit-background-clip: text;
       background-clip: text;
       -webkit-text-fill-color: transparent;
   }   
   .texto-ainda-em-duvida
   {
      text-align: center;
      margin-left:0px;
      font-size:1.2em;
   }   
   .depoimentos-background
   {
       display:flex;
       flex-direction: column;
       align-items: center;
       width: 110%;
       height: 600px !important;
       margin-top: 100px;
       padding-bottom:100px;
       z-index: 1; 
       background-color:white;
   }
   .slider
   {
       scale:0.6;
       text-align: center;
       margin: 0 -50px;
       width: 630px;
       height: 500px;
       margin-top:-30px;
       overflow: hidden;
   }
   .manual-navigation, .navigation-auto
   {
      display: none;
   }
   .slider-pacientes
   {
       scale:0.6;
       text-align: center;
       margin: 0 -90px;
       width: 630px;
       height: 500px;
       margin-top:-30px;
       overflow: hidden;
   }
   .manual-navigation-pacientes, .navigation-auto-pacientes
   {
      display: none;
   }
   .section-oque-dizem
   {
       position:absolute;
       top:2830px;
       left:0px;
       z-index: 1;
       width: 100%;
       background-color:black;
   }
   .oquedizem-background
   {
      display:flex;
      flex-direction: column;
      align-items: center;
      width: 110%;
      height: 600px !important;
       margin-top: 100px;
       margin-left: -30px;
       padding-bottom:100px;
       z-index: 1; 
       background-color:black;
   }   
   .titulo-oquedizem
   {
       margin-left: 10px;
       text-align: center;
       font-family: 'Inter', sans-serif;
       font-weight: bold;
       font-size: 18px;
       line-height: 45px;
       background: -webkit-linear-gradient(20deg, #4befe6 0%, #51a4f6 100%);
       -webkit-background-clip: text;
       background-clip: text;
       -webkit-text-fill-color: transparent;
   }

   .section-faq
   {
       position:absolute;
       text-align: center;
       top:3660px;
       left:calc(50% - 246px);
       z-index: 1;
       width: 111%;
       height:auto;
       background-color:#efefef;
   }

   .faq-background-index
   {
       display:flex;
       flex-direction: column;
       align-items: center;
       width: 110%;
       height: 1220px !important;
       margin-top: 120px;
       margin-left: -40px;
       padding-bottom:10px;
       z-index: 1;
       background-color:#efefef;
   }

   .faq-background-parceiro
   {
       display:flex;
       flex-direction: column;
       align-items: center;
       width: 110%;
       height: 1050px !important;
       margin-top: 120px;
       margin-left: -40px;
       padding-bottom:10px;
       z-index: 1;
       background-color:#efefef;
   }


   .section-rodape
   {
       position:absolute;
       text-align: center;
       top:5000px;
       left:0px;
       z-index: 1;
       width: 100%;
       background-color:white;
   }   
   .rodape-background
   {
       scale: 0.7;
       display:flex;
       flex-direction: column;
       align-items: center;
       margin-left: 0px;
       width: 100%;
       height: 100%;
       z-index: 1; 
       background-color:white;
   }

   #videoIframe 
   {
    width: 100%;
    height: 100%;
   }

   .container-sua-rotina
    {
        scale:0.78em;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 320px !important;
        /*background-color:#3de7c5;
        border-radius: 25px;
        box-shadow: -6px -6px 6px 6px rgba(0, 0, 0, 0.08), 6px 6px 6px 12px rgba(0, 0, 0, 0.12); */
        margin-top: 20px;
        margin-left: calc(50% - 175px);
        z-index: 2;
    }

    .botao-beneficios
    {
        scale:0.7;
        margin-left: -52px;
        margin-top:0px;
        width: 336px;
        height: 80px;
        background-image: url("../img/buttonLighter.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-color: transparent !important;
        color:white;
        border: none;
        font-weight: bold;
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        text-shadow: 1px 1px 2px black;
        white-space: nowrap !important; 
    }

    .botao-beneficios-index
    {
        scale:0.7;
        margin-left: calc(50% - 230px);
        margin-top:-40px;
        width: 356px;
        height: 80px;
        background-image: url("../img/buttonLighter.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-color: transparent !important;
        color:white;
        border: none;
        font-weight: bold;
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        text-shadow: 1px 1px 2px black;
        white-space: nowrap !important; 
    }

    .section-sua-rotina
    {
        position:absolute;
        top:650px;
        left:0px;
        z-index: 1;
        width: 97%;
        margin: 20px;
        text-align: center;
    }

    .section-ortese-4-passos
    {
        position:absolute;
        top: 1550px !important;
        margin-left: calc(50% - 180px);
        z-index: 1;
        width: 97%;
        text-align: center;
    }    

    .canvas-mao-ortese
    {
        display: block;
        scale: 1.0;
        position: absolute;
        text-align: center;
        white-space: nowrap !important;
        width:100%;
        height: 450px;
        margin-top: 250px;
        margin-left: calc(50% - 147px);
        z-index: 1;
    }

    .titulo-apresentacao-index 
    {
        position: absolute;
        margin-top:147px;
        margin-left: -1px;
        display: inline;
        font-family: 'Inter', sans-serif;
        font-weight: bold;
        font-size: 7vw;
        line-height: 9vw;
        background: -webkit-linear-gradient(20deg, #4befe6 0%, #51a4f6 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        white-space:nowrap;
    }

    .titulo-apresentacao-sobre 
    {
        position: absolute;
        margin-top:-18px;
        margin-left: -1px;
        display: inline;
        font-family: 'Inter', sans-serif;
        font-weight: bold;
        font-size: 7vw;
        line-height: 9vw;
        background: -webkit-linear-gradient(20deg, #4befe6 0%, #51a4f6 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        white-space:nowrap;
    }

    .titulo-apresentacao-missao
    {
        position: absolute;
        margin-top:-50px;
        margin-left: -1px;
        display: inline;
        font-family: 'Inter', sans-serif;
        font-weight: bold;
        font-size: 7vw;
        line-height: 9vw;
        background: -webkit-linear-gradient(20deg, #4befe6 0%, #51a4f6 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        white-space:nowrap;
    }

    .titulo-apresentacao-valores
    {
        position: absolute;
        margin-top:-50px;
        margin-left: -1px;
        display: inline;
        font-family: 'Inter', sans-serif;
        font-weight: bold;
        font-size: 7vw;
        line-height: 9vw;
        background: -webkit-linear-gradient(20deg, #4befe6 0%, #51a4f6 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        white-space:nowrap;
    }

    .titulo-apresentacao-conheca
    {
        position: absolute;
        margin-top:-73px !important;
        margin-left: 0px;
        display: inline;
        font-family: 'Inter', sans-serif;
        font-weight: bold;
        font-size: 7vw;
        line-height: 10vw;
        background: -webkit-linear-gradient(20deg, #4befe6 0%, #51a4f6 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        white-space:nowrap;
    }


    .titulo-apresentacao-parceiro 
    {
        position: absolute;
        margin-top:140px;
        margin-left: -1px;
        display: inline;
        font-family: 'Inter', sans-serif;
        font-weight: bold;
        font-size: 7vw;
        line-height: 10vw;
        background: -webkit-linear-gradient(20deg, #4befe6 0%, #51a4f6 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        white-space:nowrap;
    }

    .sua-ortese-em-4-passos
    {
        position: absolute;
        margin-top: -400px;
        margin-left: 0px;
        text-align: center;
        width:95%;
        height: 0px;
    }

    .botao-onde-encontrar-4-passos
{
    position: absolute;
    margin-top: 1250px;
    text-align: center;
    width: 355px;
    height:55px;
    padding: 10px;
    background-image: url("../img/buttonLighter.png");
    background-repeat: no-repeat;
    background-size: 330px 75x;
    background-color: transparent !important;
    color:white;
    border: none;
    font-weight: bold;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
}

.flag-lupa
{
    position: absolute;
    text-align: center;
    width: 58px;
    height: 49px;
    margin-top: -625px;
    margin-left: 536px;
    background-image:url("../img/lupa.png");
    background-repeat: no-repeat;
    z-index: 1;
}

.flag-metro
{
    position:absolute;
    text-align: center;
    width: 58px;
    height: 49px;
    margin-top: -275px;
    margin-left: 536px;
    background-image:url("../img/metro.png");
    background-repeat: no-repeat;
    z-index: 1;
}

.flag-3dprinter
{
    position:absolute;
    text-align: center;
    width: 58px;
    height: 49px;
    margin-top: 70px;
    margin-left: 536px;
    background-image:url("../img/3dPrinter.png");
    background-repeat: no-repeat;
    z-index: 1;
}

.flag-pesoLeve
{
    position:absolute;
    text-align: center;
    width: 58px;
    height: 49px;
    margin-top: 420px;
    margin-left: 536px;
    background-image:url("../img/pesoLeve.png");
    background-repeat: no-repeat;
    z-index: 1;
}

.flag-barra-01, .flag-barra-02, .flag-barra-03
{
    display:none;
}

.tabs-porque-usar
{
    margin-top:20px;
    margin-left: 100px;    
    display:flex;
    flex-wrap: wrap;
    max-width: 100%;
    font-family: 'Inter', sans-serif;

}

.tabs__label
{
    display: none;
}

.porque-usar-texto
{
    position:relative;
    margin-top:420px;
    left:0px;
    z-index: 2;
    width: 100vw;
    height: 520px;
    padding:30px;
    text-align: left;
    color:white;
    background: transparent;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    opacity: 1;
    animation: fadeinout 8s linear forwards;
    text-shadow: 1px 1px black;
    -webkit-text-stroke: 0.2px black;
}

.tabs__content
{
    order: 1;
    width:80%;
    line-height: 1.5;
    font-size:0.9em;
    display: none;
    position:absolute;
    margin-top:100px;
    margin-left: calc(50% - 225px);
    text-align: center;
    height:500px;
    padding:30px;
    color:white;
    background: transparent;
    font-family: 'Inter', sans-serif;
    font-weight: lighter;
    font-size: 16px;
    line-height: 30px;
    opacity: 1;
    animation: fadeinout 8s linear forwards;
}

.blue-wave-background
{
    position:relative;
    width: 110%;
    height: 1000px !important;
    margin-top: 0px;
    margin-left: -120px;
    z-index: 1; 
}

.section-apresentacao-quero
{
    position:absolute;
    margin-top:45px;
    margin-left:0px;
    z-index: 1;
    width: 109%;
    height:250px;
    background-image: url("../img/secao1gradiente.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: transparent !important;
}

.coluna3-apresentacao-quero
{
    position: absolute;
    background-image: url("../img/backgroundQuero.png");
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    white-space: nowrap !important;
    width: 100vmax; 
    height: 1860px;
    top: 190px;
    left: 0px;
    z-index: 1;
}

.titulo-apresentacao-quero
{
    scale:0.95;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color:white;
}

.section-busca
{
    position:absolute;
    top:310px;
    text-align: left;
    margin-left:calc(50% - 155px);
    z-index: 1;
    width: 300px;
    height:41px;
    background-color: #2f384f;
    border-radius: 25px;
    padding-top:8px;
    padding-left:8px;
    padding-bottom:7px;
}

.section-cidades
{
    position:absolute;
    justify-content: space-around;
    top:395px;
    z-index: 1;
    width: 100%;
    height:700px;
    background-color: transparent !important;
}

.item-cidade
{
    flex-basis: 25%;
    width: 500px !important;
    height: 160px;
    background-color: #2ed2c5;
    color:white;
    border-radius: 25px;
    padding:80px;
    padding-top:10px;
    padding-left: 25px;
}

.texto-item-cidade 
{
    scale:0.9;
    margin-top:0px;
    margin-left:-10px;
    width: 230px;
}

.section-formulario
{
    position:absolute;
    justify-content: space-around;
    top:1200px;
    left:0px;
    z-index: 1;
    width: 100%;
    height:550px;
    background: -webkit-linear-gradient(20deg, #1f96c4 0%, #207abc 100%);
}

.section-nao-encontrou
{
    position:absolute;
    margin-top:100px;
    left:0px;
    text-align: center;
    z-index: 1;
    width: 97%;
    height:400px;
    background-color: transparent !important;
}

.container-nao-encontrou
{
    position: absolute;
    width:300px;
    height: 100%;
    left:0px;
    top:0px;
    margin-left: calc(50% - 143px);
}

.section-rodape-quero
{
    position:absolute;
    top:2000px;
    left:-30px;
    z-index: 1;
    width: 110%;
    background-color:white;
}

.section-apresentacao-sobre
{
    position:absolute;
    margin-top:150px;
    margin-left:-265px;
    z-index: 1;
    width: 100%;
}

.coluna2-apresentacao-sobre
{
    position: absolute;
    width:90%;
    height: 580px;
    margin-left:275px;
    margin-top:720px;
    scale:0.89;
    background-image: url("../img/Foto10_Recorte.png");
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 25px;
    z-index: 0;
}

.coluna3-apresentacao-sobre
{
    position: absolute;
    background-image: url("../img/backgroundSobre.png");
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    white-space: nowrap !important;
    width: 100vmax; 
    height: 1860px;
    top: 455px;
    left: 0px;
    z-index: 1;
}

.section-conheca
{
    position:absolute;
    top:560px;
    text-align: left;
    margin-left:10px;
    z-index: 1;
    width: 100%;
    height:700px;
    background-color: transparent;
}

.coluna1-conheca-interna
{
   position:absolute;
   background-color: #4598ff;
   background-image: url("../img/Foto11.jpg");
   background-repeat: no-repeat;
   background-size: cover;
   border-radius: 25px;
   width: 90%;
   height:480px;
   margin-left: 35px;
   margin-top: 780px;
   z-index: 2;
}

.coluna1-conheca
{
   position:absolute;
   width: 100vw;
   height:800px;
   margin-top: 50px;
   margin-left: calc(50% - 135px);
   font-family: 'Inter', sans-serif;
   background-color: transparent;
   border-radius: 25px;
   z-index: 1;
}

.section-missao
{
    position:absolute;
    top:2100px;
    text-align: left;
    margin-left:60px;
    z-index: 1;
    width: 95%;
    height:800px;
    background-color: transparent;
}

.coluna1-missao
{
    position:absolute;
    top:900px;
    text-align: left;
    margin-left:0px;
    z-index: 1;
    width: 95%;
    height:700px;
    background-color: transparent;
}

.coluna1-missao-interna
{
    position:absolute;
    background-color: #4598ff;
    background-image: url("../img/Foto12.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
    width: 90%;
    height:500px;
    margin-left: 30px;
    margin-top: -260px;
    z-index: 2;
}

.section-valores
{
    position:absolute;
    top:3050px;
    text-align: left;
    margin-left:30px;
    z-index: 1;
    width: 95%;
    height:500px;
    background-color: transparent;
}

.coluna1-valores
{
   display: flex;
   flex-direction: column;
   justify-content: flex-start;
   font-family: 'Inter', sans-serif;
   background-color: transparent;
   border-radius: 25px;
   width: 95%;
   height:550px;
   margin-top: -210px;
   margin-left:-70px;
   z-index: 1;
}

.coluna1-valores-interna
{
   position:absolute;
   background-image: url("../img/Foto13.png");
   background-repeat: no-repeat;
   background-size: contain;
   background-position: left 0px top 0px;
   border-radius: 25px;
   width: 85%;
   height:500px;
   margin-left: 80px;
   margin-top: 450px;
   z-index: 2;
   border:0.5px solid grey;
}

.coluna2-valores
{
    position: absolute;
    text-align: left;
    white-space: wrap !important;
    width:83%;
    height: 700px;
    margin-top: 160px;
    margin-left: 100px;
    z-index: 1;
}

.section-rodape-sobre
{
    position:absolute;
    top:3800px;
    left:-30px;
    z-index: 1;
    width: 110%;
    background-color:white;
}

.section-apresentacao-parceiro
{
    position:absolute;
    margin-top:-70px;
    margin-left:250px;
    text-align: left;
    z-index: 1;
    width: 95%;
    height:800px;
    background-color: transparent;
}

.coluna3-apresentacao-parceiro
{
    position: absolute;
    background-image: url("../img/fundoParceiro.png");
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    white-space: nowrap !important;
    width: 115vw; 
    height: 3300px !important;
    margin-top: 135px;
    margin-left: -250px;
    z-index: 0;
}

.titulo-apresentacao-black
{
    position: absolute;
    margin-top: 87px;
    display: inline;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 26px;
    line-height: 27px;
    color:black;
    white-space:nowrap;
}

.section-especialistas
{
    display: inline-block;
    position:absolute;
    top:485px;
    text-align: left;
    margin-left: 0px;
    z-index: 2;
    width: 100vw !important;
    height:1610px !important;
    background-color: white;
}

.linha1-especialistas
{
   text-align: center;
   font-size:1.5em;
   width: 100vw;
   margin-top:-320px;
   margin-left: calc(50% - 230px);
   background-color: transparent !important;
   font-family: 'Inter', sans-serif;
   font-weight: bold;
   color: #4598ff;
   z-index: 1;
}

.coluna3-especialistas-hexagono-01
{
    position: absolute;
    width: 443px; 
    height: 510px;
    margin-top: -120px;
    margin-left: calc(50% - 382px);
    scale:0.6;
    background-image: url("../img/hexagono_mobile.png");
    text-align: center;
    padding:50px;
    padding-top:60px;
    z-index: 1;
}

.coluna3-especialistas-hexagono-02 
{
    position: absolute;
    width: 443px; 
    height: 510px;
    margin-top: 180px;
    margin-left: calc(50% - 650px);
    scale:0.6;
    background-image: url("../img/hexagono_mobile.png");
    text-align: center;
    padding:50px;
    padding-top:60px;
    z-index: 1;
}

.coluna3-especialistas-hexagono-03 
{
    position: absolute;
    width: 443px; 
    height: 510px;
    margin-top: 480px;
    margin-left: calc(50% - 953px);
    scale:0.6;
    background-image: url("../img/hexagono_mobile.png");
    text-align: center;
    padding:50px;
    padding-top:60px;
    z-index: 1;
}

.coluna3-especialistas-hexagono-04 
{
    position: absolute;
    width: 443px; 
    height: 510px;
    margin-top: 535px;
    margin-left: calc(50% - 510px);
    scale:0.6;
    background-image: url("../img/hexagono_mobile.png");
    text-align: center;
    padding:50px;
    padding-top:60px;
    z-index: 1;
}

.coluna3-especialistas-hexagono-05 
{
    position: absolute;
    width: 443px; 
    height: 510px;
    margin-top: 835px;
    margin-left: calc(50% - 815px);
    scale:0.6;
    background-image: url("../img/hexagono_mobile.png");
    text-align: center;
    padding:50px;
    padding-top:60px;
    z-index: 1;
}

.linha2-especialistas
{
    position: absolute;
    text-align: center;
    margin-top: 2000px;
    margin-left: 5px;
    width: 100vw; 
    height: 2000px;
    z-index: 1;
}


.icone-hexagono
{
    filter:brightness(255);
}

.titulo-hexagono
{
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 26px;
    line-height: 35px;
    color:white ;
}

.texto-hexagono
{
    font-family: 'Inter', sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 15px;
    color: white;
    text-align: center;
}

.section-falando
{
    position:absolute;
    top:2100px;
    text-align: center;
    margin-left:-5px;
    padding-top: 8px;
    z-index: 1;
    width: 100vw;
    height:700px;
    background-image: url("../img/fundoFalando.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent !important;
}

.veja-falando-mobile 
{
    padding-top: 40px;
    width: 95vw;
}

.section-formulario-parceiro 
{
    position:absolute;
    justify-content: space-around;
    top:2555px;
    left:0px;
    z-index: 1;
    width: 100vw;
    padding-left:30%;
    padding-right:10%;
    height:500px;
    background: -webkit-linear-gradient(20deg, #1f96c4 0%, #207abc 100%);
}

.form-parceiro-larger-field, .form-parceiro-large-field, .form-parceiro-medium-field, .form-parceiro-small-field 
{
    width:80vw !important;
}

.section-faq-parceiro
{
    position:absolute;
    text-align: left !important;
    top:3050px;
    margin-left:calc(50% - 180px);
    z-index: 1;
    width: 100vw;
    background-color:#efefef;
    height: 1350px;
}

.titulo-faq-index
{
    width: 100vw;
    padding:10px;
    margin-left: calc(50% - 165px);
    text-align: center;
}

.titulo-faq-parceiro
{
    width: 100vw;
    padding:10px;
    margin-left: calc(50% - 165px);
    text-align: center;
}

.question 
{
    text-align: left;
    margin-left: -40px;
    width: 73vw;
}

.section-rodape-parceiro
{
    position:absolute;
    top:4400px;
    left:-30px;
    z-index: 1;
    width: 110%;
    background-color:white;
}

.titulo-sua-rotina
{
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 26px;
    line-height: 35px;
    width: 100vw;
    margin-left: -30px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 20px;
    background: -webkit-linear-gradient(20deg, #4befe6 0%, #51a4f6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fundo-beneficios
{
    display: none;
}

.container-formulario-parceiro
{
    margin-left: calc(50% - 205px);
}

.container-apresentacao-quero
{
    position: absolute;
    width: 100%;
    margin-top: 68px;
    margin-left:-70px;
    text-align: left;
    background-color:transparent;
    z-index: 2;
}

.coluna2-conheca
{
    width:100vw;
    height: auto;
    margin-top:30px;
    margin-left:75px;
    text-align: left;
    white-space: wrap !important;
    z-index: 1;
}

}
