@media (min-width: 820px) and (max-width: 1279px) {

    /*Home*/

    #nav_home a {

        font-size: 1.6em;

    }

    #titulo_home {

        text-align: center;
        font-size: 6em;

    }



    #oculos img {

        width: 60%;

    }

    #oculos .flutuante {

        position: absolute;
        
    }


    #button_home {

    font-size: 2em;
    margin-top: 50%;
}



    /*Beneficios*/


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

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

    #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: 20%;
    }

    #background_beneficios_descktop{
        display: block;
    }

    #background_beneficios_tablet{
        display: block;
        position: absolute;
        transition: all 0.5s ease;
    }

    #background_beneficios_mobile{
        display: none;
    }
    
    #imagem_principal_beneficios{
        width: 60%;
        height: auto;
        top: 30%;
        display: flex;
        justify-content: center;
        transition: all 0.5s ease;
    }

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

    #titulo_beneficios {
        font-size: 4.0vh;
        padding-top: 4%;
    }

    #titulo_beneficios h1 {
        color: #fffdfd;
    }

    #branco {
        color: #fff;
    }

    #quadrado {
        width: 30%;
        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: 3vh;
        margin-right: 3%;
        margin-left: 3%;
        margin-top: 5%;
        margin-bottom: 5%;
    }

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

    .icones {
        margin-top: 0.8vh;
    }

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

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

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

    .galeria_de_imagens {
        box-shadow: -10px 5px 10px rgba(0, 0, 0, 0.1);
        transform: scale(1.07);
        position: relative;
        transition: all 0.5s ease;
        border-radius: 10%;
        display: block;
    }

    .galeria_de_imagens img {
        width: 100%;
        padding-top: 150px;
        display: block;
    }

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

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

    .detalhes {
        margin-bottom: 20px;
    }

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

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

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

    .detalhes p {
        font-size: 25px;
        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: 40px;
        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: 40px;
        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;
    }

    .mobile_produtos{
        display: none;
    }

    /*Titulos*/

    #comentarios {
        width: 100%;
        height: 100vh;
    }

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

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

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

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

    #titulo_comentario h3 {
        color: #fff;
        font-size: 35px;
        font-weight: 500;
        text-align: center;
        margin-left: 10px;
        margin-right: 10px;

    }

    #fila1_comentarios {

        width: 100%;
        margin-top: 1vh;
        height: auto;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: row;
        gap: 10px;


    }

    #fila1_comentarios .div_feedback {
        background-color: white;
        width: 40%;
        height: 215px;

    }

    #fila1_comentarios .div_info {
        background-color: white;
        width: 25%;
        height: 215px;
        float: left;
        
    }

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

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

    #fila2_comentarios {
        width: 100%;
        margin-top: 25px;
        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;
    }

    #fila2_comentarios .div_feedback {
        background-color: white;
        width: 40%;
        height: 215px;

    }

    #fila2_comentarios .div_info {
        background-color: white;
        width: 25%;
        height: 215px;
        float: left;

    }

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

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

    #fila3_comentarios {

        display: none;
    }

    #fila3_comentarios .div_feedback {
        display: none;
    }

    #fila3_comentarios .div_info {
        display: none;
    }


    /*classes dentros das divs*/
    .div_feedback2 img {
        width: 50px;
        height: 50px;
        display: block;
        float: left;

    }

    .div_feedback img {
        width: 50px;
        height: 50px;
    }

    .div_info img {
        height: 12vh;
    }

    .div_info2 img {
        height: 12vh;
    }

    .div_info2 h1 {
        color: black;
        text-align: center;
        font-size: 40px;
        font-weight: 500;
        font-family: 'Times New Roman', Times, serif;
    }

    .div_info2 p {
        color: black;
        text-align: center;
        margin-top: 2px;
        font-size: 25px;

    }

    .div_info h1 {
        font-size: 45px;
    }

    .div_info p {
        font-size: 25px;
    }

    .div_feedback .nome {
        font-size: 2vh;
        margin-top: 10px;
        margin-left: 10px;
    }

    .div_feedback .nome2 {
        font-size: 2vh;
        margin-top: 10px;
        margin-left: 15px;
    }

    .div_feedback2 .nome {
        color: black;
        font-size: 2vh;
        margin-top: 15px;
        margin-left: 10px;
        margin-bottom: 5px;
        display: block;
    }

    .div_feedback .estrelas {
        font-size: 30px;
        margin-left: 75px;
    }

    .div_feedback .comentario {
        font-size: 20px;
        margin-left: 10px;
    }

    .div_feedback2 .comentario {
        color: black;
        font-size: 20px;
        margin-left: 10px;
        display: block;
    }

    .div_feedback2 .estrelas2 {
        font-size: 15px;
        margin-left: 70px;
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 20px;
        display: block;
    }

    #texto_final {
        display: block;
    }

    #texto_final h1 {
        font-size: 5vh;
        font-weight: 500;
    }

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

    
    /*Formulario Satisfacao*/


    #titulo_faleconosco {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin-bottom: 3.5vh;
    }

    #titulo_normal {
        font-size: 40px;

    }

    #titulo_acessibilidade {
        font-size: 40px;
    }

    #conteudo_formulario {
        width: 60%;
        height: 50vh;
        margin: auto;
        border-radius: 10px 10px 0 0;
        display: flex;
        align-items: start;
        justify-content: start;
        padding-left: 5%;
        padding-right: 5%;
        margin-top: 0;
        margin-bottom: 0;
    }

    #container_icones_imagem {
        position: relative;
        display: flex;
        flex-direction: row;
    }

    #conteudo_formulario h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }


    #container_contatos {
        position: relative;
        margin-left: 15%;
        width: 40%;
        height: 25vh;
        border-radius: 0 0 0 10px;
        background-color: #000000;
        box-shadow: 4px 2px 4px #4C4C4C;
        display: flex;
        align-items: start;
        flex-direction: column;
        float: left;
    }

    #contatos_brancos_1 {
        position: relative;
        width: 90%;
        height: 20vh;
        margin: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
    }

    #contatos_brancos_2 {
        position: relative;
        width: 90%;
        height: 20vh;
        margin: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
    }

    .logos {
        position: relative;
        text-align: center;
        height: 90px;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #000;
    }

    .info {
        position: relative;
        display: flex;
        font-size: 20.9px;
    }

    #container_imagem_formulario {
        position: relative;
        width: 30%;
        height: 25vh;
        border-radius: 10px 10px 10px 10px;
        background-color: #000;
        display: block;
    }

    .imagem_formulario {
        position: relative;
        display: block;
        box-shadow: 4px 2px 4px #4C4C4C;
        width: 100%;
        height: 100%;
        border-radius: 0 0 10px 0;
    }

    .form {
        font-size: 20px;
        height: 40vh;
    }

    .form input {
        height: 10vh;
        width: 97%;
    }

    .form label {
        margin-bottom: 0.2rem;
    }

    .form input,
    .form textarea {
        font: inherit;
        margin-bottom: 1rem;
        border-radius: 4.557px;
    }

    .form textarea {
        height: 20vh;
        width: 98%;
    }

    #button_fale_conosco {
        width: 100%;
        height: 25vh;
        font-size: 25px;
    }

    #button_fale_conosco img {
        display: none;
    }

    #container_imagem_desktop {
        display: none;
    }

     #icones_contatos_preto {
        display: none;
    }

    #button_fale_conosco:hover {
        cursor: pointer;

    }

    #contatos_brancos_2:hover {
        cursor: pointer;
    }

    #contatos_brancos_1:hover {
        cursor: pointer;
        
    }
    .info:hover{
        text-decoration: underline;
        transition: all 2.1;
    }
    #imagem_contatos{
        display: none;
    }


    /*PÁGINA DO VÍDEO*/


    #tela_video {
        width: 100%;
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

    }

    #tecnologia_que_cuida {
        width: 70%;
        height: auto;
    }

    #tecnologia_que_cuida h1 {
        font-size: 8vh;
        font-weight: bold;
    }

    #texto_video {
        width: 90%;
        height: auto;

    }

    #texto_video p {
        font-size: 4.5vh;
        color: #ffffff;
    }

    #campo_video_oculos {
        width: 90%;
        height: 40vh;
    }

    /*Equipe*/

    #fotos {

        flex-direction: row;

    }

    /*Footer*/

    footer {
        color: #fff;
        padding: 50px 20px 20px;
    }

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

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

    .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;
        font-size: 15px;
    }

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


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

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

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

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

    

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

}