@import url(https://fonts.googleapis.com/css?family=Roboto:300,400);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);

* {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

input[type="text"] {
    font-size: 16px;
}

body.modal-open {
    /* position: fixed;*/
    height: 100%;
    width: 100%;
    overflow: hidden;
}

body.invisivel {
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

body.visivel {
    opacity: 1;
}

html {
    scroll-behavior: smooth;
}

#s-banner {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    z-index: 101;
    position: relative;
}

.banner-img {
    width: 100vw;
    height: 500px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.video-container {
    width: 70%;
    margin: 50px auto;
    margin-bottom: 0px;
    text-align: center;
}

.video-container video {
    width: 100%;
    border-radius: 10px;
}

#s-como-funciona {
    z-index: 100;
    margin-top: 50px;
    width: 100vw;
    height: auto;
    padding-bottom: 30px;
    justify-content: center;
    display: flex;
}

.box-como-funciona {
    width: 1000px;
    min-height: 400px;
    height: auto;
    max-height: 600px;
    border-radius: 50px;
    background-color: white;
    padding: 20px;
}

.box-como-funciona-titulo {
    text-align: center;
    /* margin-top: 10px; */
    font-family: 'Lato', 'sans-serif';
    font-weight: bold;
    font-size: 1.5rem;
    padding-bottom: 25px;
    /* background-color: orange; */
}

.box-como-funciona-conteudo {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 20px;
}

.btn-ver-projetos {
    height: 35px;
    background-color: #257e1a;
    color: white;
    justify-self: center;
    display: flex;
    justify-content: center;
    align-items: center;
}


.box-como-funciona-conteudo .conteudo {
    width: 48%;
    height: 325px;
}

.box-como-funciona-conteudo .esquerda {
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 28px;
    font-weight: bold;
    overflow: hidden;
}

.box-como-funciona-conteudo .direita {
    display: grid;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.box-como-funciona-conteudo .direita #imagem-demonstracao {
    height: 200px;
    display: none;
}

#video-demonstracao{
    display: block;
}

.box-como-funciona-conteudo .direita img {
    width: 90%;
    max-height: 200px;
    justify-self: center;
}

.box-como-funciona-conteudo .direita .conteudo-imagens-pequenas {
    display: flex;
    width: 90%;
    justify-self: center;
    gap: 10px;
    width: 300px;
    height: 60px !important;
    justify-content: center;
    overflow: visible !important;
}

.box-como-funciona-conteudo .direita .conteudo-imagens-pequenas img {
    border: 1px dashed black;
    padding: 5px;
    transition: 0.3s ease-in-out;
}

.box-como-funciona-conteudo .direita .conteudo-imagens-pequenas img:hover {
    cursor: pointer;
    transform: scale(1.03);
}

.box-como-funciona-conteudo .checklist {
    justify-content: center;
    align-items: center;
    display: flex;
}

.checklist {}

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

.checklist li {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.checklist li a{
    display: flex;
    justify-content: center;
    align-items: center;
}

.checklist .fas {
    overflow: hidden !important;
    font-size: 1.5rem;
}

.checklist a {
    outline: none;
    text-decoration: none;
}

.alinhamento-span {
    position: relative;
    bottom: 7px;
    font-family: 'Lato', sans-serif;
}

#s-projetos {
    margin-top: -10px;
    width: 100vw;
    height: auto;
    padding-bottom: 30px;
    justify-content: center;
    padding-top: 30px;
    position: relative;
    /* background: linear-gradient(to bottom, rgba(128, 128, 128, 0.5) 0%, white 70%, white 100%); */
    /* background-color: rgba(128, 128, 128, 0.1); */
    display: grid;
    overflow: hidden;
    position: relative;
}

.titulo h2 {
    font-size: 30px;
    color: black;
    text-align: center;
    justify-self: center;
    overflow-x: visible !important;
    /* font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; */
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    /* -ms-text-combine-horizontal: 1px black solid; */
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 2);
}

.fundo-foto {
    margin-top: -12px;
    background-image: url("../images/fundocinza.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#s-produtos {
    padding-top: 50px;
    width: 100vw;
    /* max-width: 1400px; */
    margin: 0 auto;
    height: auto;
    display: grid;
    gap: 30px;

    /* background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, black 2%, black 100%); */
    /* background-color: black; */
    align-items: center;
    justify-content: center;
    padding-bottom: 50px;
}

.linha-produtos {
    display: flex;
    height: 105% !important;
    gap: 50px;
}

#s-quem-somos {
    background: linear-gradient(to bottom, white 0%, rgba(242, 242, 242, 0.95) 2%)
        /* background-color: rgba(242, 242, 242, 1); */
}

#s-faq {
    background-color: black;
}

#s-faq,
#s-nossos-numeros,
#s-quem-somos {
    overflow: visible !important;
    width: 100vw;
    height: auto;
    justify-content: center;
    align-items: center;
    display: flex;
    padding-top: 50px;
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
    flex-direction: column;
    display: flex;
}

#s-faq {
    padding-bottom: 0px !important;
}

#s-nossos-numeros {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 50px;
    background: linear-gradient(to bottom, rgba(242, 242, 242, 0.95) 0%, white 12%, white 95%, rgba(0, 0, 0, 0.95) 100%)
}

#s-faq .titulo h2 {
    color: white;
    text-shadow: 0 0 0;
}

.titulo {
    justify-self: center;
    display: flex;
}


#s-faq .titulo h2,
#s-quem-somos .titulo h2,
#s-feedbacks .titulo h2 {
    margin-right: auto;
    display: block;
    margin-left: auto;
}

#s-feedbacks {
    text-align: center;
    display: grid;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 50px;
}

#comentario {
    width: 400px;
    border-radius: 20px;
}

.align-box {
    justify-self: center;
    align-self: center;
    width: auto;
    gap: 50px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    overflow-x: visible;
    display: grid;
}

.box-faq {
    width: 400px;
    overflow: visible !important;
    height: 350px;
    padding: 30px;
    background-color: white;
    /* display: grid; */
    border-radius: 30px;
    box-shadow: 0px 0px 500px 10px rgba(0, 0, 0, 0.1);
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transform: translateY(50px);
    animation: fadeInUp 0.6s forwards;
}

#s-quem-somos .box-faq {
    height: 200px;
}

.box-faq.visible {
    opacity: 1;
    transform: translateY(0);
}

.box-faq:nth-child(1) {
    animation-delay: 0.2s;
}

.box-faq:nth-child(2) {
    animation-delay: 0.4s;
}

.box-faq:nth-child(3) {
    animation-delay: 0.6s;
}

.box-faq:nth-child(4) {
    animation-delay: 0.8s;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.box-faq h1 {
    font-size: 1.5rem;
    /* padding: 30px; */
    text-align: center;
    color: black;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.box-faq p {
    font-size: 1.1rem;
    /* padding: 30px; */
    text-align: justify;
    color: black;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.box-faq a {
    text-decoration: none;
}

.box-faq button {
    justify-content: center;
    justify-self: center;
    align-items: center;
    height: 35px;
    width: 100%;
    display: flex;
}

button {
    align-self: center;
    justify-self: center;
    color: black;
    border-radius: 10px;
    height: 50px;
    width: 200px;
    font-size: 1rem;
    background-color: #32CD32;
    border-color: transparent;
    transition: 0.5s ease-in-out;
}

button:hover {
    background-color: darkgreen;
    color: white;
    cursor: pointer;
}

.consulta {
    align-items: center;
    display: grid;
    gap: 5px;
    /* height: 150px; */
    position: relative;
    overflow-x: visible !important;
}


.consulta input {
    border-radius: 10px;
    height: 30px;
    width: 550px;
    border-color: transparent;
    align-self: center;
    justify-self: center;
    padding-inline: 10px;
    padding-right: 35px;
    border: 1px solid black;
}

.consulta .titulo h2 {
    font-size: 60px;
    font-weight: bold;
    background-image: url('../images/corlogo.jpg');
    background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0px 0px 0px rgba(255, 255, 255, 0) !important;
    font-size: 30px;
    text-align: center;
    justify-self: center;
    overflow-x: visible !important;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif !important;
}

.consulta input:focus {
    /* outline: none; */
    transition: 1s ease-in-out;
}

.alinhar-botao {
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
}

.teste {
    width: 100px;
    height: 100px;
    background-color: grey;
}

.produto-card {
    display: grid;
    justify-content: center;
    width: 80%;
    max-width: 400px;
    height: 350px;
    background-color: white;
    border-color: #F5F5F5;
    border-style: solid;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    justify-self: center;
    transform: scale(1);
    overflow: auto !important;
    transition: opacity 0.2s ease-out, transform 0.2s ease-out;
    /* box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1); */
}

.produto-card img {
    justify-self: center;
    width: 225px;
    height: 150px;
    border-radius: 5px;
}

.produto-card h1 {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

#emuitomais {
    align-items: center;
    justify-self: center;
    justify-content: center;
    display: flex;
    border-style: none !important;
    font-size: 2rem;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}


.produto-card:hover {
    cursor: pointer;
    transform: scale(1.01);
    transition: transform 0.3s ease-in-out;
}

.produto-card:not(:hover) {
    transition: transform 0.5s ease-in-out;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 1000;
}

.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    max-width: 1000px;
    width: 80%;
    display: none;
    z-index: 1001;
}

.modal-content {
    background-color: white;
    padding: 20px;
    /* height: 300px; */
    height: AUTO;
    border-radius: 10px;
    text-align: center;
    max-width: 800px;
    align-self: center;
    justify-self: center;
    width: 400px;
    position: relative;
    display: block;
}

#modal-1 {
    width: 600px;
    height: auto;
}

#modal-imagem {
    width: 500px;
    max-height: 350px;
    height: 300px;
    border-radius: 5px;
}

#modal-nome {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 50px;
}

.tamanho-img {
    width: 50px;
    height: 50px;
    max-height: 300px;
    border-radius: 5px;
}

#modal-especificacoes {
    display: grid;
    align-self: center;
    justify-self: center;
    height: auto;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    max-width: 100%;
    padding: 10px;
    justify-items: center;
    align-items: center;
}

.row {
    flex-direction: row;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.modal-espec-style {
    width: 230px;
    height: 25px;
    background-color: transparent;
    color: black;
    border-color: black;
    border-style: dotted;
    padding: 10px;
    justify-self: center;
    justify-content: space-evenly;
    align-items: center;
    display: inline-flex;
    gap: 20px;
    border-radius: 10px;
    transition: 0.5s ease-in-out;
    overflow-x: visible !important;
}

.modal-espec-style:hover {
    transform: scale(1.01);
    overflow-x: visible !important;
}

.modal-espec-style h2 {
    font-size: 1rem;
}

.modal-espec-style>div {
    margin-bottom: 10px;
}

.modal-box-inside-box {
    display: flex;
}

#box-personalizado {
    justify-self: center;
    border: 1px dashed black;
    font-size: 1.3rem;
    width: 230px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    display: grid;
    height: 100px;
    padding: 5px;
}

#box-personalizado button {
    height: 30px;
    width: 150px;
}

.modal-imagens-pequenas,
.modal-imagens-pequenas-480 {
    width: 50%;
    display: flex;
    overflow: hidden !important;
    height: 75px;
    gap: 10px;
    /* justify-content: space-around; */
    /* margin-top: 10px; */
}

.modal-imagens-pequenas img,
.modal-imagens-pequenas-480 img {
    width: 70px;
    height: 70px;
    gap: 30px;
    object-fit: cover;
    border: 2px solid #ccc;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.modal-imagens-pequenas img:hover,
.modal-imagens-pequenas-480 img:hover {
    transform: scale(1.02);
}

.modal-block {
    display: flex;
    text-align: center;
    justify-content: center;
}

.modal-block h3 {
    font-size: 2rem;
}


.modal-imagens-pequenas,
.modal-imagens-pequenas-480 {
    padding-left: 20px;
}

.close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 30px;
    cursor: pointer;
}

.nossa-empresa {
    /* background-color: grey; */
    justify-self: center;
    align-self: center;
    width: auto;
    gap: 100px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    overflow-x: visible;
    display: grid;
}

.card-quem {
    width: 350px;
    height: 400px;
    background-color: white;
    justify-self: center;
    gap: 10px;
    display: grid;
    border-radius: 10px;
    box-shadow: 0px 0px 30px #808080;
    position: relative;
    transition: transform 0.5s ease-in-out;
    /* Aplica a transição a todos os estados */
}

.card-quem:hover {
    transform: scale(1.05);
}

.card-quem h1 {
    text-align: center;
    padding-top: 20px;
    color: white;
    text-shadow: 1px 1px 3px black, 0 0 25px black, 0 0 5px black;
}

#modal-b-compra {
    display: grid;
}

#modal-b-compra h3,
#modal-b-compra h5 {
    font-weight: normal;
}

.b-compra {
    transition: 0.3s ease-in-out;
    color: white;
    background-color: #257e1a;
}

.b-compra:hover {
    transform: scale(1);
    background-color: #6abe57;
}

.modal-preco {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* .modal-imagens-pequenas-480 {
    display: none;
} */

.no-scroll {
    overflow: hidden;
}

.orcamento-container {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
}

.orcamento-form {
    flex-direction: column;
    display: grid;
}

.orcamento-box {
    display: flex;
    width: 1000px;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
}

.orcamento-box img {
    width: 100px;
    text-decoration: none;
}

.orcamento-whatsapp h2 {
    font-size: 2rem;
}

.orcamento-whatsapp img {
    width: 75px;
}


.orcamento-form input,
select,
textarea {
    width: 300px;
}

textarea {
    height: 200px;
}

input,
textarea,
select {
    margin-bottom: 1rem;
    border-radius: 10px;
    padding: 0.5rem;
}

textarea {
    text-decoration: none;
}

.b-mostrar-mais {
    color: white;
}

.verde {
    background-color: darkgreen !important;
}

.cinza {
    background-color: grey !important;
}

.numeros {
    width: 100vw;
    display: flex;
    gap: 50px;
    padding: 10px;
    justify-content: center;
}

.fas .fa-ruler-combined {
    text-align: center;
}

.titulo-numeros {
    /* justify-content: center; */
    padding-top: 50px;
    padding-bottom: 50px;
    width: 500px;
    display: flex;
    justify-content: space-evenly;
    align-self: center;
    gap: -30px;
}

.titulo-numeros i {
    width: 100px;
    text-align: center;
    color: darkgreen;
    font-size: 5rem;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    justify-self: center;
    justify-content: center !important;
    display: inline-flex;
}

.titulo-item {
    overflow-y: hidden !important;
    justify-content: center;
    align-items: center;
    display: inline;
    text-align: center;
    gap: 0px;
    width: 200px;
}


.titulo-item span {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.numeros h3 {
    font-size: 1rem;
    font-weight: normal;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-align: left;
}

.numeros p {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    text-align: left;
    font-size: 2rem;
    color: darkgreen;
}


.snip1533 {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    color: #9e9e9e;
    display: inline-block;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    margin: 35px 10px 10px;
    max-width: 310px;
    min-width: 250px;
    position: relative;
    text-align: center;
    width: 100%;
    background-color: #ffffff;
    border-radius: 5px;
    border-top: 5px solid green;
}

.snip1533 *,
.snip1533 *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.snip1533 figcaption {
    padding: 20% 10% 2%;
    height: 250px;
    ;
}

.snip1533 figcaption:before {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    color: green;
    content: "\f10e";
    font-family: 'FontAwesome';
    font-size: 32px;
    font-style: normal;
    left: 50%;
    line-height: 60px;
    position: absolute;
    top: -30px;
    width: 60px;
}

.snip1533 h3 {
    color: #3c3c3c;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    margin: 10px 0 5px;
}

.snip1533 h4 {
    font-weight: 400;
    margin: 0;
    opacity: 0.5;
}

.snip1533 blockquote {
    font-style: italic;
    font-weight: 300;
    margin: 0 0 20px;
}

.importante {
    justify-content: center;
    justify-self: center;
    display: flex;
    align-items: center;
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    max-width: 80%;
}

.pular-linha {
    display: none;
}

@media (max-width: 1150px) {
    .linha-produtos {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    #s-produtos {
        gap: 50px;
    }

    .box-como-funciona {
        width: 80%;
    }

    .box-como-funciona-conteudo .esquerda {
        font-size: 20px;
    }

}

@media (max-width: 1024px) {
    .nossa-empresa {
        gap: 50px;
    }

    .align-box {
        grid-template-columns: repeat(1, 1fr);
        gap: 35px;
    }

    .card-quem {
        width: 300px;
        height: 350px;
    }

    .orcamento-box {
        flex-direction: column;
        gap: 30px;
    }

    .numeros {
        display: grid;
        gap: 20px;
    }

    .titulo-numeros {
        width: 100vw !important;
    }

    .numeros h3 {
        font-size: 1rem;
    }

    .numeros p {
        font-size: 2rem;
    }

}



@media (max-width: 768px) {
    #modal-1 {
        width: 600px;
        height: auto;
    }

    .pular-linha {
        display: flex;
    }

    #modal-imagem {
        width: 75vw;
        max-height: 200px;
        height: 200px;
        border-radius: 5px;
    }

    .box-como-funciona-conteudo .direita .conteudo-imagens-pequenas {
        width: 200px;
        height: 40px !important;
    }

    #s-produtos {
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
    }

    #s-banner {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .video-container {
        width: 90%;
    }

    #s-quem-somos,
    #s-faq {
        padding-bottom: 0px;
    }

    .banner-img {
        width: 100%;
        height: 250px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .nossa-empresa {
        grid-template-columns: repeat(1, 1fr);
        gap: 50px;
    }

    .card-quem {
        width: 350px;
        height: 400px;
    }

    .produto-card {
        width: 80%;
        max-width: 300px;
        /* height: 250px; */
        background-color: white;
        border-color: #F5F5F5;
        border-style: solid;
        border-radius: 10px;
        text-align: center;
        justify-self: center;
        transform: scale(1);
    }

    .produto-card h3 {
        font-size: 1rem;
    }

    .produto-card img {
        width: 200px;
        height: 100px;
        border-radius: 5px;
    }

    .box-faq {
        width: 300px;
        height: 250px;
        background-color: white;
        border-radius: 30px;
        box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4);
    }

    /* #s-quem-somos .box-faq {
        height: 100px !important;
    } */

    .consulta input {
        width: 300px;
    }

    #modal-images {
        display: grid;
    }

    #modal-nome {
        font-size: 35px;
    }

    .modal {
        max-height: 80%;
        border-radius: 20px;
    }

    .modal-content {
        height: auto;
    }

    .modal-content img {
        /* width: 70%; */
        border-radius: 10px;
        height: auto;
    }

    .modal-box-inside-box {
        display: grid;
        justify-content: center;
        gap: 25px;
    }

    .modal-imagens-pequenas-480 {
        justify-content: center;
        display: flex;
        gap: 10px;
        width: 100%;
        padding-left: 0px;
    }

    .modal-imagens-pequenas-480 img {
        display: flex;
        width: 70px;
        height: 70px;
        justify-self: center;
    }

    .modal-imagens-pequenas {
        display: none;
    }

    .linha-produtos {
        gap: 20px;
    }
}

@media (max-width: 560px) {
    .box-como-funciona {
        max-height: 800px;
    }

    .box-como-funciona-conteudo {
        display: grid;
        justify-content: center;
        justify-self: center;
    }

    .box-como-funciona-conteudo .conteudo{
        width: 90%;
    }

    .box-como-funciona-conteudo .esquerda
    , .box-como-funciona-conteudo .direita {
        justify-self: center;
    }

    .box-como-funciona-conteudo .direita #imagem-demonstracao{
        width: 100%;
    }

    .box-como-funciona-conteudo .direita .conteudo-imagens-pequenas {
        width: 250px;
        height: 50px !important;
    }
}

@media (max-width: 480px) {
    .linha-produtos {
        grid-template-columns: repeat(1, 1fr);
    }

    #s-produtos {
        gap: 60px;
    }

    .titulo {
        max-width: 300px;
    }

    .box-faq {
        width: 250px;
        min-height: 250px;
        height: auto;
        align-items: center;
        justify-content: center;
    }

    #comentario {
        width: 250px;
    }

    .mobile-none {
        display: none;
    }

    .produto-card {
        width: 80%;
        max-width: 225px;
        height: 150px;
        background-color: white;
        border-color: #F5F5F5;
        border-style: solid;
        border-radius: 10px;
        text-align: center;
        justify-self: center;
        transform: scale(1);
    }

    /* .produto-card h3 {
        font-size: 0.5rem;
    } */

    .produto-card img {
        position: absolute;
        z-index: 1000;
        width: 100%;
        height: 100%;
        border-radius: 5px;
        /* filter: blur(1px); */
    }

    .produto-card:hover img {
        background: linear-gradient(to bottom, white, transparent);
    }

    .produto-card h1 {
        position: absolute;
        left: 50%;
        top: 90%;
        transform: translate(-50%, -50%);
        z-index: 2000;
        font-size: 1.2rem;
        color: #fff;
        width: 100%;
        font-weight: bold;
        -webkit-text-stroke: -0px grey;
        text-shadow:
            -1px -1px 0 grey,
            1px -1px 0 grey,
            -1px 1px 0 grey,
            1px 1px 0 grey;

    }

    .consulta .titulo h2 {
        font-size: 1.5rem;
        width: 100%;
    }

    .consulta input {
        width: 200px;
    }

    .modal-imagens-pequenas-480 {
        justify-self: center;
    }

    #modal-nome {
        font-size: 25px;
    }

    .card-quem {
        width: 250px;
        height: 300px;
    }
}