/* tela de 390px */

@font-face {

    font-family: Alumni Sans;
    src: url(fonts/AlumniSans-VariableFont_wght.ttf);

}

html {

    scroll-behavior: smooth;

}

* {

    margin: 0;
    padding: 0;
    border: 0;
    font-family: Alumni Sans;
    position: relative;
    color: #fff;

}

main {
    width: 100%;
    height: auto;

}


#nav_home {

    position: fixed;

    width: 100%;
    background: linear-gradient(to right, #62508E, #a38ee9);
    background-color: #62508E;
    border: solid 2px #7260a1;
    box-shadow: inset 0 0 10px #fff, 0 0 10px 2px #a38ee9;
    height: 5vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    z-index: 1;

}

#nav_home img {

    display: none;

}

#nav_home a {

    text-decoration: none;
    font-size: 1.1em;
    font-weight: bolder;
    color: #fff;

}

#nav_home a:hover {

    color: #000;
    transition: 1s all;

}

#home {

    width: 100%;
    background: linear-gradient(180deg, #0C0516, #261E3E, #414A6C, #83ace2);
    height: 100vh;


}

#conteudo_alinhado {

    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;


}

#titulo_home {

    margin-top: 5vh;
    text-align: center;
    font-size: 6em;
    line-height: 120%;
}

#oculos {

    position: absolute;
    overflow: hidden;
    width: 100%;
    top: 90%;

}

#oculos img {

    width: 100%;
    height: 100%;

}


.flutuante {
    animation: flutuar 3s infinite ease-in-out;
    /* Duração, repetição, tipo de animação */
}

@keyframes flutuar {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    /* Move a imagem 20px para cima */
    100% {
        transform: translateY(0);
    }
}

#botao_roxo {

    display: flex;
    justify-content: center;
    height: 100px;


}

#button_home {

    display: flex;
    background-color: #62508E;
    border: solid 2px #7260a1;
    box-shadow: inset 0 0 10px #fff, 0 0 10px 2px #a38ee9;
    color: #fff;
    font-size: 2em;
    height: 10vh;
    border-radius: 9999px;
    font-weight: bold;
    padding-left: 2%;
    padding-right: 2%;
    margin-top: 80%;
    text-decoration: none;
    align-items: center;
    text-align: center;
}

#button_home a {

    text-decoration: none;

}




/*Parte Beneficios*/

#beneficios {
    width: 100%;
    height: 100vh;
    background: linear-gradient(360deg, #0C0516, #261E3E, #414A6C, #83ace2);
    background-size: cover;
}

#container_inicial {
    width: 90%;
    height: 14vh;
    text-align: center;
    margin: auto;
    padding-top: 3vh;
}

#container_1 {
    width: 100%;
    height: 25vh;
    float: left;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    padding-top: 5%;
}

#container_2 {
    width: 100%;
    height: 25vh;
    float: left;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    padding-top: 5%;
}

#imagem_principal_beneficios {
    width: 60%;
    height: auto;
    position: absolute;
    top: 180%;
    transition: all 0.5s ease;
    display: flex;
    justify-content: center;
}

#background_beneficios_mobile {
    border-radius: 100%;
}

#background_beneficios_tablet {
    display: none;
}

#background_beneficios_descktop {
    display: none;
}

#imagem_principal_beneficios:hover {
    transform: scale(1.05) rotate(2deg);
}

#titulo_beneficios {
    font-size: 3.0vh;
    padding-top: 5%;
}

#titulo_beneficios h1 {
    color: #ffffff;
}

#branco {
    color: #fff;
}

.quadrado {
    width: 35%;
    height: 25vh;
    background-color: #d9d9d9;
    border-radius: 5%;
    text-align: center;
    transition: all 0.5s ease;
}

.quadrado:hover {
    transform: scale(1.05) rotate(2deg);
    box-shadow: 0 0 15px #646cff80;
}

.quadrado h1 {
    color: #000;
    font-size: 2.3vh;
    margin-right: 3%;
    margin-left: 3%;
    margin-top: 5%;
    margin-bottom: 5%;
}

.quadrado h4 {
    color: #363636;
    font-size: 2vh;
    margin-right: 5%;
    margin-left: 5%;
    margin-top: 2%;
}

.icones {
    margin-top: 0.8vh;
}


/*Produto*/


#produto {
    width: 100%;
    height: 80vh;
    padding-top: 20vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #0C0516, #261E3E, #414A6C, #83ace2);
}

.titulo_produto {
    position: absolute;
    top: 8%;
    text-align: center;
    font-size: 1.5em;
}

.principal {
    width: 90%;
    max-width: 1050px;
    display: flex;
}

.galeria_de_imagens img {
    display: none;
}

.galeria_de_imagens:hover {
    transform: scale(1.05) rotate(2deg);
}

.detalhes_produto {
    background: #fff;
    box-shadow: -10px 5px 10px rgba(0, 0, 0, 0.1);
    padding: 40px 30px 0px 40px;
    border-radius: 10%;
}

.mobile_produtos {
    width: 60%;
    height: auto;
}

.detalhes {
    margin-bottom: 20px;
}

.detalhes h2 {
    font-size: 25px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 10px;
    color: #011627;
}

.detalhes h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #011627;
}

.detalhes h4 {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #f72585;
    margin-bottom: 10px;
}

.detalhes p {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    color: #000000;
}

.cores {
    margin-bottom: 20px;
}

.selecionar_cor {
    display: flex;
    align-items: center;
}

.selecionar_cor h3 {
    width: 70px;
    margin-right: 30px;
    font-size: 20px;
    font-weight: 500;
    color: #011627;
}

.selecionar_cor input {
    display: none;
}

.selecionar_cor span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
}

.cor-1 {
    background: #ccc;
}

.cor-2 {
    background: #000000;
}

.selecionar_cor input:checked+span {
    transform: scale(.9);
    box-shadow: 0 0 0 4px #fff, 0 0 0 6px #011627;
}

.quantidade {
    margin-bottom: 50px;
}

.selecionar_quantidade {
    display: flex;
    align-items: center;
}

.selecionar_quantidade h3 {
    width: 70px;
    margin-right: 30px;
    font-size: 20px;
    font-weight: 500;
    color: #011627;
}

.selecionar_quantidade input {
    background: #000000;
    font-size: 20px;
    font-weight: 600;
    border: 0;
    outline: 0;
    padding: 2px 2px 2px 15px;
    border-radius: 12px;
    width: 20px;
    height: 30px;
}


/*Comentarios*/


#comentarios {
    background: linear-gradient(360deg, #0C0516, #261E3E, #414A6C, #83ace2);
    width: 100%;
    height: 100vh;
    margin: 0;
}

#titulo_comentario {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#titulo_comentario h1 {
    color: #fff;
    font-size: 4vh;
    text-align: center;
    margin-top: 0.1px;
    margin-bottom: 5px;
    justify-content: center;
    flex-direction: row;
}

#Titulo_principal {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
}

#Titulo_principal span {
    color: #5e3aff;
    font-size: 4vh;
    text-align: center;
    margin-bottom: 5px;
    justify-content: center;
    flex-direction: row;
    font-weight: bold;
}

#titulo_comentario h3 {

    color: #fff;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}

#fila1_comentarios {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    /* alinha no início */
    align-items: flex-start;
    /* alinha em cima */
    flex-direction: row;
    /* lado a lado */
    gap: 10px;
    /* espaço entre os blocos */
}

#fila1_comentarios .div_feedback {
    background-color: white;
    width: 50%;
    height: 175px;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 20px;
    box-shadow: 5px 5px 10px rgb(0, 0, 0, 0.385);
    transition: all 0.5s ease;
}

#fila1_comentarios .div_info {
    background-color: white;
    width: 35%;
    height: 175px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 20px;
    box-shadow: 5px 5px 10px rgb(0, 0, 0, 0.385);
    transition: all 0.5s ease;
}

#fila1_comentarios .div_feedback:hover {
    transform: scale(1.05) rotate(-2deg);
    box-shadow: 0 0 15px #646cff80;
}

#fila1_comentarios .div_info:hover {
    transform: scale(1.05) rotate(2deg);
    box-shadow: 0 0 15px #646cff80;
}

#fila2_comentarios {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    gap: 10px;
}

#fila2_comentarios .div_feedback {
    background-color: white;
    width: 50%;
    height: 175px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 20px;
    box-shadow: 5px 5px 10px rgb(0, 0, 0, 0.385);
    transition: all 0.5s ease;
}

#fila2_comentarios .div_feedback:hover {
    transform: scale(1.05) rotate(2deg);
    box-shadow: 0 0 15px #646cff80;
}

#fila2_comentarios .div_info {
    background-color: white;
    width: 35%;
    height: 175px;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 20px;
    box-shadow: 5px 5px 10px rgb(0, 0, 0, 0.385);
    transition: all 0.5s ease;
}

#fila2_comentarios .div_info:hover {
    transform: scale(1.05) rotate(2deg);
    box-shadow: 0 0 15px #646cff80;
}

#fila2_comentarios .div_info2 {

    display: none;
}

.div_feedback2 .estrelas2 {
    display: none;
}

.div_feedback2 .nome {
    display: none;
}

.div_feedback2 .comentario {
    display: none;
}

#fila3_comentarios {
    width: 100%;
    height: auto;

    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    gap: 10px;
}

#fila3_comentarios .div_feedback {
    background-color: white;
    width: 50%;
    height: 175px;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 20px;
    box-shadow: 5px 5px 10px rgb(0, 0, 0, 0.385);
    transition: all 0.5s ease;
}

#fila3_comentarios .div_info {
    background-color: white;
    width: 35%;
    height: 175px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 20px;
    box-shadow: 5px 5px 10px rgb(0, 0, 0, 0.385);
    transition: all 0.5s ease;
}

#fila3_comentarios .div_feedback:hover {
    transform: scale(1.05) rotate(2deg);
    box-shadow: 0 0 15px #646cff80;
}

#fila3_comentarios .div_info:hover {
    transform: scale(1.05) rotate(2deg);
    box-shadow: 0 0 15px #646cff80;
}

#texto_final {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    flex-direction: row;

}

#texto_final h1 {
    width: 100%;
    margin-top: 25px;
    font-size: 4vh;
    color: #fff;
    text-align: center;

    font-weight: 500;
}

#texto_final span {
    color: rgb(255, 255, 255);
    font-weight: 500;
    font-size: 4vh;
}


/*Dentro das divis*/

.div_feedback img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-left: 15px;
    margin-top: 10px;
    float: left;

}

.estrelas {
    font-size: 20px;
    margin-top: 10px;
    margin-left: 65px;

}

/* Estrelas de Satisfação */
.on {
    color: rgb(68, 68, 67);
}

.off {
    color: #757474;
}


.div_info img {
    width: 100%;
    height: 87px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.div_info2 img {
    width: 100%;
    height: 87px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}


.div_feedback .nome {
    color: rgb(0, 0, 0);
    margin-top: 15px;
    margin-left: 10px;
}

.div_feedback .nome2 {
    color: black;
    margin-top: 15px;
    margin-left: 15px;
}

.div_feedback .comentario {
    color: #000;
    display: flex;
    justify-content: left;
    margin-left: 8px;
    margin-top: 7px;
    font-size: 12px;
    margin-bottom: 15px;
}



.div_info h1 {
    color: black;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 400;
    font-size: 27px;
    display: flex;
    justify-content: center;
    margin-top: 5px;
}

.div_info .nome_pequeno {
    color: black;
    display: flex;
    justify-content: center;
}


.div_feedback2 img {
    width: 40px;
    height: 40px;
    margin-left: 15px;
    margin-top: 10px;
    border-radius: 100%;
    display: none;
}

.div_feedback2 .estrelas {
    display: none;
}



/*Foumulario Satisfacao*/

#fale_conosco {
    width: 100%;
    height: 100vh;
    background: linear-gradient(180deg, #0C0516, #261E3E, #414A6C, #83ace2);
    display: flex;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
}

#titulo_faleconosco {
    font-size: 32px;
    text-align: center;
    gap: 5px;
    padding-top: 10vh;
}

#titulo_normal {
    font-size: 35px;
    color: #fff;

}

#titulo_acessibilidade {
    font-size: 35px;
    color: #fff;
}

#conteudo_formulario {
    width: 80%;
    height: 62vh;
    margin: auto;
    background-color: #fff;
    box-shadow: 4px 2px 4px #4C4C4C;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 4vh;
    padding-top: 3vh;
}

#conteudo_formulario h2 {
    background-image: linear-gradient(to right, #000, #4d4c4c);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 26px;
    text-align: center;
    padding-bottom: 5px;
}

#icones_contatos_preto {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-top: 10px;
}

#alinhamento_logos_formulario {
    width: 100%;
    height: 5vh;
    display: flex;
    justify-content: space-around;

}

.logos_pretos {
    display: flex;
    position: relative;
    width: 80%;
    background-color: #fff;
    height: 5vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}

.img_icone {
    width: 100%;
    height: 100%;
}

.infos {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 1.4vh;
    padding-top: 10px;
    text-align: center;
    font-weight: 500;
    color: #000;

}

.form {
    width: 100%;
    font-size: 24px;
    display: flex;
    height: 40vh;
    flex-direction: column;
    justify-content: space-around;
}

.form label,
.form input,
.form textarea,
.form button {
    display: block;
    width: 100%;

}

.form input {
    height: 34px;
    width: 97%;
    font-weight: 200;
}

.form label {
    color: #000;
    line-height: 1;
    margin-bottom: 0.2rem;
    font-weight: 600;
}

.form input,
.form textarea {
    font: inherit;
    margin-bottom: 1rem;
    border-radius: 4.557px;
    border: 1px solid transparent;
    background-color: #eaeaea;
    color: #000;
    padding: 10px;
    transition: border-color, box-shadow 0.2s;
}

.form textarea {
    height: 69px;
    width: 97%;
    resize: vertical;
    max-height: 12.5rem;
    font-weight: 200;

}

.form input:hover,
.form input:focus,
.form textarea:hover,
.form textarea:focus {
    outline: none;
    border-color: #7752fa;
    box-shadow: 0 0 0 0 3px #1c0a6b;
}

#button_fale_conosco {
    width: 100%;
    height: 7vh;
    background-color:
        #1D162E;
    border-radius: 4.556px;
    font-size: 20px;
}

#button_fale_conosco:hover {
    cursor: pointer;
    background-color: #7752fa;
    transition: background-color, 0.2s;

}

#button_fale_conosco:disabled {
    cursor: not-allowed;
    background-color: bisque;
}

#alinhamento_logos_formulario:hover {
    cursor: pointer;
}

.infos:hover {
    text-decoration: underline;
    transition: all 2.0s;
}

#container_imagem_formulario {
    display: none;
}

#container_imagem_desktop {
    display: none;
}

.imagem_formulario {
    display: none;
}

#container_contatos {
    display: none;
}

#button_fale_conosco img {
    display: none;
}

#contatos_brancos_1 {
    display: none;
}

#contatos_brancos_2 {
    display: none;
}

#conteudo_formulario h3 {
    height: 0.1vh;
}

/*PÁGINA DO VÍDEO*/

#tela_video {
    width: 100%;
    height: 100vh;
    background: linear-gradient(180deg, #0C0516, #261E3E, #414A6C, #83ace2);
    display: flex;
    flex-direction: column;
    align-items: center;
}

#tecnologia_que_cuida {
    width: 100%;
    height: auto;
    margin-bottom: 2vh;
    margin-top: 6vh;
}

#tecnologia_que_cuida h1 {
    font-size: 5vh;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

#texto_video {
    width: 80%;
    height: auto;
    text-align: center;
    margin-bottom: 2vh;
}

#texto_video p {
    font-size: 3.5vh;
    color: #ffffff;
    font-weight: 550;
}

#campo_video_oculos {
    width: 90%;
    height: 350px;

}

/*Equipe*/

#equipe {

    width: 100%;
    height: auto;
    background: linear-gradient(360deg, #0C0516, #261E3E, #414A6C, #83ace2);

}

#titulo_equipe {

    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 100%;

}

#titulo_equipe h1 {

    color: #000;
    font-size: 3.5em;
    margin-top: 5%;


}

#fotos {

    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 20px;
    /* Espaço entre os cartões */
    padding: 20px;

}

.membro {
    background-color: #62508E;
    border: solid 2px #7260a1;
    box-shadow: inset 0 0 10px #fff, 0 0 10px 2px #a38ee9;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    max-width: 250px;
    /* Largura máxima para cada cartão */
    width: 100%;
    /* Garante que o cartão ocupe 100% da largura em telas pequenas */
    box-sizing: border-box;
    /* Inclui padding e borda na largura total */
}

.membro:hover {

    transform: scale(1.1);
    transition: 1s all
}

.membro img {
    width: 150px;
    /* Tamanho da foto */
    height: 150px;
    border-radius: 50%;
    /* Deixa a imagem redonda */
    object-fit: cover;
    /* Garante que a imagem preencha o espaço sem distorção */
    border: 2px solid #fff;
    margin-bottom: 10px;
}

.membro a img {

    position: absolute;
    border-radius: 0%;
    width: 24px;
    height: 24px;
    left: 10px;
    border: 0;

}

.membro h3 {
    color: #fff;
    margin: 0;
    font-size: 1.2em;
}

.membro p {
    color: #d1c1eb;
    margin: 5px 70px 0;
    text-align: left;
}

/*Footer*/

footer {
    background: linear-gradient(180deg, #1D162E, #1b0d40);
    color: #fff;
    padding: 50px 20px 20px;
}

.footer-container {
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    display: flex;
    justify-content: right;
}

.footer-esquerda h2 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #fff;
}

.footer-esquerda p {
    font-size: 14px;
    color: #ccc;
    line-height: 1.6;
}

.footer-coluna h4 {
    font-size: 16px;
    margin-bottom: 15px;
    color: #fff;
}

.footer-coluna ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-coluna ul li {
    margin: 8px 0;
}

.footer-coluna ul li a {
    color: #bbb;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.footer-coluna ul li a:hover {
    color: #8d4af8;
}

.footer-coluna ul li p {
    color: #bbb;
    font-size: 14px;
    margin: 0;
}

.footer-copyright {
    margin-top: 30px;
    border-top: 1px solid #ffffff;
    padding-top: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-copyright p {
    font-size: 13px;
    color: #ffffff;
}

.icones-sociais a {
    margin-left: 10px;
    display: inline-block;
    color: #bbb;
    font-size: 18px;
    transition: 0.3s;
}

.icones-sociais a:hover {
    color: #5e3aff;
}

.icones-sociais img {
    width: 25px;
    height: 25px;
}