.container-conteudo-modelos,
.contato {
    padding-left: 20px;
    padding-right: 20px
}

.contato,
.link-2 img {
    padding-right: 20px
}

body,
h1,
h2,
h3,
p,
ul {
    margin: 0
}

.desejar,
body {
    font-family: 'Playfair Display'
}

#tel,
.resposta {
    font-family: Roboto
}

.pergunta,
.span-conteudo-paragrafo {
    cursor: pointer
}

.contate-nos,
.detalhe,
.link,
.pergunta,
h2 {
    position: relative
}

.detalhe,
.texto {
    letter-spacing: 2px
}

.detalhe,
.texto,
.titulo-modelos,
footer,
h2,
header {
    text-align: center
}

#modelos_sites .valor{
  padding: 0;
  padding-bottom: 10px;

}

.container,
body,
footer {
    box-sizing: border-box
}

#nome_logo_descricao {
    font-weight: 400;
    font-size: 12px;
    color: #575757
}

.link_topo a {
    padding: 20px
}

.primeiro-paragrafo {
    display: none
}

footer {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #494b3e;
    width: 100%;
    color: #fff;
    border: 2px solid #000
}

@media(max-width:600px) {
    footer p {
        font-size: 14px
    }
}

a {
    text-decoration: none
}

ul {
    padding: 0;
    list-style: none
}

.depoimento img,
img {
    display: block;
    width: 100%
}

.contate-nos,
form,
header {
    display: flex
}

.pt_pb {
    padding-top: 60px;
    padding-bottom: 60px
}

::-webkit-scrollbar {
    width: 12px
}

::-webkit-scrollbar-thumb {
    background-color: #858881;
    border-radius: 5px
}
header {
    font-size: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    max-width: 100%;
    margin: 0 auto;
    background-size: cover;
    background-image: url('../img/fundo.jpg'); /* Imagem para dispositivos móveis */
    background-position: center bottom;
    background-repeat: no-repeat;
}

/* Estilos para telas maiores */
@media (min-width: 768px) {
    header {
        background-image: url('../img/fundo-grande.jpg'); /* Imagem para telas grandes */
        background-position: center center; /* Ajustar a posição do fundo */
        background-size: contain; /* Ou 'cover', dependendo da estética desejada */
    }
}



.convites{

    width: 350px;
}
 


.contate-nos {
    align-items: center;
    flex-direction: column
}

.contate-nos a {
    position: absolute;
    top: 50px
}

.contate-nos h2 {
    position: absolute;
    top: 5px
}

.grid-2-cl {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px
}

#email-img {
    width: 48px
}

.container-conteudo-modelos {
    display: flex;
    flex-direction: column;
    align-items: center
}


.contato .detalhe {
    padding-top: 0
}

.link p:first-child {
    padding-left: 15px
}

.link h2 {
    padding-bottom: 40px
}

.desejar,
.link a {
    padding-bottom: 20px
}

.link a {
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    flex-direction: row-reverse;
    color: #858881
}

@media (max-width:450px) {
    .link a {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        font-size: 18px
    }
    .link-2 img {
        padding-bottom: 10px;
        display: flex;
        padding-right: 0 !important
    }
 
    
}

#tel {
    font-weight: 400
}

form .botao {
    align-self: flex-start
}

form {
    flex-direction: column
}

input {
    border: none;
    border-bottom: 2px solid #000;
    padding: 10px 0
}

input,
input::placeholder,
label,
textarea {
    color: #000
}

label {
    display: block;
    margin-bottom: 10px
}

input,
textarea {
    background: 0 0;
    margin-bottom: 20px;
    border-radius: 0
}

textarea {
    border: 2px solid #000;
    resize: none
}

form,
input,
label,
textarea {
    font: 400 1.2rem/1.5 Roboto, sans-serif;
    box-sizing: border-box
}

input:focus,
textarea:focus {
    outline: 0
}

.img img {
    height: 100%;
    object-fit: cover;
    object-position: center
}

@media (max-width:800px) {
    .grid-2-cl {
        grid-template-columns: 1fr;
        gap: 20px
    }
    .img {
        display: none
    }
    .contato {
        padding-left: 0;
        padding-right: 0
    }
}

.contato button {
    align-self: start
}

.desejar {
    padding-top: 20px;
    font-size: calc(16px + .5px)
}

.erro,
.sucess {
    padding-top: 50px;
    font-weight: 700
}

.container_saiba_mais p,
.detalhe,
.resposta,
.valor {
    padding-top: 20px
}

.btn-whats,
.detalhe,
.titulo-modelos,
h2 {
    font-weight: 400
}

.sucess {
    color: #868265
}

.erro {
    color: rgba(120, 0, 0)
}

.depoimento {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px
}

@media(min-width:500px) {
    .depoimento img {
        width: 400px
    }
}

.link-2 h2::after,
.link-2 h2::before {
    width: 20%
}

.depoimentos h2::after,
.depoimentos h2::before {
    width: 30%
}

@media (max-width:900px) {
    .depoimentos h2::after,
    .depoimentos h2::before,
    .faq_container h2::after,
    .faq_container h2::before {
        width: 12%
    }
    h2::after,
    h2::before {
        width: 16% !important
    }
}

.faq {
    padding-bottom: 25px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap
}

.resposta {
    font-size: (14dpx + .5vw);
    color: #575757;
    display: none
}

.pergunta {
    font-family: 'Playfair Display';
    font-size: calc(15px + .5vw)
}

.pergunta::after {
    display: inline-block;
    content: "";
    color: #575757;
    width: 15px;
    height: 15px;
    background-image: url("../img/abrir.svg");
    position: absolute;
    background-repeat: no-repeat;
    padding-top: 5px;
    margin-left: 10px;
    bottom: 0
}

.detalhe_span::after,
.saiba_mais::after {
    width: 2px;
    height: 24px;
    display: inline;
    top: 18px
}

.svg-abrir {
    width: 20px
}

.pergunta.ativo+.resposta {
    display: block;
    animation: .5s forwards slideDown
}

.pergunta.ativo::after {
    transform: rotate3d(90deg) !important;
    transform: rotate(180deg)
}

@keyframes slideDown {
    from {
        opacity: 0;
        max-height: 0
    }
    to {
        opacity: 1;
        max-height: 200px
    }
}

.home.container {
    padding: 0;
}


.imgs-modelo {
    display: flex;
justify-content: center;
    padding-bottom: 20px;
    gap: 80px;

}

.imgs-modelo li {
    min-width: 300px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 50px
}

h2::after,
h2::before {
    display: block
}

.imgs-modelo img {
    width: 200px;
    padding-bottom: 20px
}

h2::after,
h2::before {
    width: 35%;
    height: 2px;
    top: 20px
}

#item-1 {
    margin-right: auto
}

#item-2 {
    margin-left: auto
}

.titulo-modelos {
    font-size: calc(16px + .5vw);
    padding-bottom: 20px
    
}

.informacoes-modelo {
    font-weight: 400;
    color: #575757;
    padding-bottom: 5px;
    font-size: 14px
    
}

.btn-whats,
.valor {
    color: #000;
    font-size: 20px;

    
}

.btn-whats,
.informacoes-modelo,
.valor {
    font-family: Roboto
}

.alerta,
.alerta.ativo {
    text-align: center;
    font-family: roboto
}

.valor {
    padding-bottom: 30px
    
}

.btn-whats {
    background: #858881;
    color: #fff;
    padding: 8px 16px;
    border-radius: 5px;
    border: 2px solid #000
    
}

.btn-whats:hover {
    background: #8e9c8b
}

.detalhe_span::after,
.saiba_mais::after,
h2::after,
h2::before {
    content: "";
    position: absolute;
    background-color: #000
}

#saiba_mais,
.link_topo {
    padding-top: 50px
}

.saiba_mais::after {
    margin-left: 5px
}

.detalhe_span {
    padding-right: 10px
}

.primeiro-paragrafo::after {
    content: "|";
    animation: .7s infinite pisca
}

@keyframes pisca {
    0%,
    100% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
}

.container_saiba_mais.ativo {
    display: block;
    margin-left: 5px;
    opacity: 1
}

h2 {
    font-size: calc(30px + .5vw);
    padding-bottom: 100px
}

h2::before {
    right: 0
}

@media (max-width:900px) {
    h2::after,
    h2::before {
        width: 100px
    }
}

@media (max-width:420px) {
    h2::after,
    h2::before {
        width: 80px
    }
}

@media (max-width:377px) {
    h2::after,
    h2::before {
        display: none
    }
}

.texto {
    color: #575757;
    font-size: 15px
}

#texto_transforme {
    background-color: #8e9c8b;
    color: #fff;
    font-size: 20px
}

.link_topo {
    display: flex;
    justify-content: center
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px
}

#modelos_sites ul {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px
}

#modelos_sites li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

#modelos_sites img {
    max-width: 300px;
    min-width: 200px
}

.modelos_sites_informacoes {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap
}

.modelos_sites_informacoes .btn-whats {
    font-size: 1rem;
    padding: 8px
}

.grid {
    padding-top: 100px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center
}

.simular-inputs {
    max-width: 400px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    display: grid;
    gap: 10px
}

.simular-inputs p {
    text-align: center;
    font-size: 1.2rem;
    padding-bottom: 20px
}

.simular-inputs input,
.simular-inputs select {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem
}

.container-simular {
    display: flex;
    align-items: center;
    justify-content: center
}

.container-simular img {
    width: 350px
}

.iframe {
    border: none;
    height: 475px;
    position: absolute
}

.alerta {
    opacity: 0;
    color: red
}

.alerta.ativo {
    opacity: 1
}

@media(max-width:900px) {
    .grid {
        gap: 40px;
        grid-template-columns: 1fr
    }
    .simular-inputs {
        justify-self: center
    }
}

select {
    outline: transparent;
    color: #494b3e !important
}


#modelos_sites .valor{
    position: relative;
    width: 193px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
   
}

#modelos_sites .valor a::before{
    display: block;
    content: "";
    color: #575757;
    width: 25px;
    height: 25px;
    background-image: url("../img/carrinho.svg");
    position: absolute;
    background-repeat: no-repeat;
    right: 20px;
    top: 0;
    cursor:pointer;

 

}



.filtros{

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-bottom: 50px;
}

.filtros-btn{
  background-color: transparent;
color: #494b3e;
border: solid 2px #494b3e;
  
}

.filtros-btn.ativo{
    background-color: #494b3e;
  color:white;

    
  }
  

.tipos{
    text-align: center;
    padding-bottom: 20px;
}


.logo{
    position: absolute;
    top: 30px;
}


  h3 {
    color: #333;
  }
  
  .combo-selection {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    margin: 20px;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;

    box-sizing: border-box;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
  
  /* Coluna de convites */
  .coluna-convites, .coluna-servicos {
    flex: 1;
    

    margin-right: 20px;
  }
  
  .coluna-convites input, .coluna-servicos input {
    margin-right: 10px;
  }
  
  .coluna-convites label, .coluna-servicos label {
    display: block;
    margin: 10px 0;
  }
  
  .coluna-servicos label {
    margin-top: 10px;
  }
  
  /* Resultados do Combo */
  .resultado-combo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f9f9f9;

    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
  
  .resultado-combo p {
    margin: 5px 0;
  }
  
  .resultado-combo strong {
    color: #333;
  }
  
  .valor-total {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
  }
  
  /* Botão do WhatsApp */
  .btn-whats {
    text-align: center;
    margin-top: 20px;
  }
  
  .btn-whats a {
    display: inline-block;
    background-color: #25D366;
    color: white;
    padding: 12px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    width: 100%;
    transition: background-color 0.3s ease;
  }
  
  .btn-whats a:hover {
    background-color: #128C7E;
  }
  
  /* Responsividade */
  @media (max-width: 768px) {
    .combo-selection {
      flex-direction: column;
      align-items: center;
    }
  
    .coluna-convites, .coluna-servicos {
      flex: 1 1 100%;
      margin-right: 0;
    }
  
    .resultado-combo {
      flex: 1 1 100%;
    }
  }
  