
/* POLITICAS DE PRIVACIDADE */
.politica-de-privacidade{
    padding: 2rem;
}
.politica-de-privacidade h2{
    text-align: center;
    font-size: 52px;
    text-transform: uppercase;
}
.politica-de-privacidade h2 b{
 font-weight: 800;
}
.politica-de-privacidade h4{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1rem;
}
.politica-de-privacidade ol{
    font-weight: 500;
}


/* DÚVIDAS FREQUENTES */
.duvidas-frequentes{
    padding: 2rem;
}
.texto-duvidas-frequentes {
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}
.texto-duvidas-frequentes h1 b{
    font-weight: 800;
}
.duvidas{
    background-color: #eeeeee;
    padding: 0.5rem 2rem 0.5rem;
}
.duvidas .accordion-item {
    background-color: #eeeeee;
}
.duvidas{
    margin-top: 1rem;
}
.duvidas h5{
    /* padding: 1rem;*/
    margin-top: 1rem; 
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-transform: uppercase;
}
.duvida-pergunta{
    text-transform: uppercase;
}
.duvida {
    padding: 20px;
}
.duvida-btn {
    width: 100%;
    background: none;
    border: none;
    font-size: 16px;
    font-weight: 600;
    padding: 12px;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    outline: none;
}
.duvida-btn i {
    font-size: 14px;
    color: #666;
    transition: transform 0.3s ease;
}
.duvida-btn i,
.duvidas-header i {
    transition: transform 0.3s ease-in-out;
}
/* Quando aberto, gira o ícone */
.duvida-btn i.rotate,
.duvidas-header i.rotate {
    transform: rotate(180deg);
}
.resposta {
    display: none;
    padding: 10px 12px;
    font-size: 14px;
    color: #666;
    line-height: 1.4;
}.resposta.ativa {
    display: block;
}.duvida.ativa .duvida-btn i {
    transform: rotate(180deg);
}


/* FORROS */
.forros-conainer {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0px auto 0px auto;
    flex: 1;
    align-items: stretch;
}
/*nossas tecnologias*/
.nossas-tecnologias {
    position: relative;
    background: url('../../../assets/img/forros1.png') no-repeat center center/cover;
    width: 100%;
    height: 430px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 50px;
}
.nossas-tecnologias-overlay {
    text-align: left;
    max-width: 500px;
    padding-left: 4rem;
}
.nossas-tecnologias-overlay h2 {
    font-size: 50px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.1;
    color: white !important;

}
.nossas-tecnologias p {
    font-size: 26px;
    font-weight: 400;
    margin-top: 10px;
    color: white;
    line-height: 1.2;

}
/*Unica marca*/
.unica-marca-bg {
    background: #eaeaea;
}
.unica-marca {
    display: flex;
    justify-content: space-between;
    max-width: 70%;
    margin: 0 auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.unica-marca-conteudo {
    max-width: 35%;
    text-align: left;
}
.unica-marca-conteudo p{
    letter-spacing: 2px;
}
.unica-marca-destaque {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: black;
    max-width: 450px;
    line-height: 1.4;
}
.unica-marca h2 {
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 10px;
    line-height: 1.3;
    max-width: 100%;
}
.unica-marca h2 strong {
    font-weight: 800;
}
.unica-marca-texto {
    max-width: 60%;
    font-size: 14px;
    line-height: 1.5;
}
.unica-marca-texto p {
    color: #393939;
    margin-bottom: 20px;
    text-align: justify;
    font-size: small;
}
/*Forros*/
.forros {
    display: flex;
    flex-direction: column;
    gap: 5rem;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 20px;
    padding-top: 6rem;
}
/* Cada item de forro */
.forro-item {
    display: flex;
    align-items: center;
    gap: 30px;
}
/* Imagem do forro */
.forro-item img {
    width: 350px;
    height: auto;
}
/* Informações do forro */
.forro-info {
    flex: 1;
    text-align: left;
}
/* Título do forro */
.forro-info h2 {
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.forro-info h2 strong {
    font-weight: 800;
}
.forro-info p {
    color: black;
}
/* Ícones do forro */
.forro-icones{
    display: flex;
    align-items: flex-end;
    gap: 20px;
    margin-bottom: 10px;
}
.forro-icone {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    font-size: 12px;
    text-align: center;
    width: 8rem;
    border-bottom: black solid 2px;
    
}
.forro-icone p {
    margin: 0;
}
.forro-icone img {
    width: 35px;
    height: auto;
    margin-bottom: 5px;
}

/* Texto */
.forro-texto {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    max-width: auto;
    text-align: justify;
}
/* Tempo de pedal */
.tempo-pedal {
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    padding: 10px 0px 10px 0px;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
}
/*Conforto*/
.forro-conforto {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    max-width: 1000px;
    margin: 0px auto 40px auto;
    padding: 20px;
    line-height: 1.5;
}
.forro-conforto p{
    color: black;
}
.forro-conforto strong {
    font-weight: 800;
}

/* BLOG */
.blog-posts{
    padding: 2rem 12rem 2rem 12rem;
}
.blog-titulo{
    padding: 2rem;
    text-align: center;
}
.blog-titulo h2 {
    font-weight: 400;
}
.blog-titulo h2 b{
    font-weight: 900;
}
.blog-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr auto;
    gap: 20px;
    max-width: 1200px;
    padding: 0 20px;
}
.blog-post {
    background: #fff;
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease-in-out;
}
.blog-post:hover {
    transform: translateY(-5px);
}
.post-thumbnail img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.post-content {
    padding: 1rem 0rem 1rem 0rem;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: space-between;
}
.post-title {
    font-size: 24px;
    font-weight: 500;
    text-align: left;
    align-items: center;
}
.post-excerpt {
    text-align: left;
    font-size: 12px;
    color: #666;
    margin-bottom: 20px;
}
.read-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1.5rem;
    border: 2px solid black;
    border-radius: 50px;
    color: black;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 12px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    position: relative;
    width: 45%;
}
.read-more .read-more-arrow {
    background: url('../../../assets/img/arrow_btn_white.png')no-repeat scroll center center transparent;
    width: 27px;
    height: 15px;
    margin-left: 1.5rem;
    filter: invert(1);
}
.read-more:hover {
    background: black;
    color: white;
}
.read-more:hover .read-more-arrow {
    transform: translateX(5px);
    transition: transform 0.3s ease-in-out;
    filter: invert(0);
}


/* BLOG VIEW */
.blog-view{
    padding: 2.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}
.blog-view-excerpt{
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 26px;
    color: black;
    padding: 0 12rem 0;
}
.blog-view-post {
    display: flex;
    align-items: center;
    max-width: 900px;
    width: 100%;
    gap: 2rem;
    padding-bottom: 1rem;
}
.blog-view-thumbnail img {
    width: 100%;
    max-width: 400px;
    height: auto;
}
.blog-view-content {
    flex: 1;
}
.blog-view-date {
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
}
.blog-view-title {
    font-size: 30px;
    font-weight: 300;
    border-bottom: black solid 2px;
    text-transform: uppercase;
}
.blog-view-meta {
    font-size: 11px;
    color: black;
    text-transform: uppercase;
}


/* SALA DE IMPRENSA */
.sala_imprensa_container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    margin: 0 auto;
    flex: 1;
    align-items: stretch;
}
.sala_imprensa {
    position: relative;
    width: 100%;
    background: url('../../../assets/img/imprensa1.png') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sala_imprensa_overlay {
    padding: 100px 20px;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/* Estilização do título */
.sala_imprensa h2 {
    font-size: 46px;
    text-transform: uppercase;
}
.sala_imprensa h2 span {
    color: white;
    font-weight: 300;
}
.sala_imprensa h2 strong {
    color: white;
    font-weight: 800;
}
.sala_imprensa p {
    color: white;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 10px;
}
/*Filtrar*/
.imprensa-filtrar {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 20px 50px 20px;
    margin: 20px 0;
    border-bottom: 1px solid black;
}
/* Botão de filtro */
.filtro-container {
    display: flex;
    align-items: center;
    border: 2px solid black;
    border-radius: 25px;
    width: 300px;
    overflow: hidden;
}
.botao-filtrar {
    background: white;
    border: none;
    padding: 10px 15px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    border-right: 2px solid black;
}
.botao-filtrar i {
    font-size: 14px;
}
.imprensa-select {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 15px;
    cursor: pointer;
    border-radius: 0 25px 25px 0;
}
.imprensa-select-box {
    background: white;
    border: none;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-align: center;
    width: 180px;
}
.imprensa-select i {
    position: absolute;
    right: 10px;
    pointer-events: none;
    font-size: 14px;
}
.imprensa-select-box:focus {
    outline: none;
}
.baixar {
    gap: 1rem;
    margin-bottom: 1rem;
}
.baixar-container {
    max-width: 1200px;
    min-height: 135px;
    margin: 0 auto;
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f5f5f5;
    padding: 0 1.5rem;
}
.baixar-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    height: 100%;
    width: 25%;
    gap: 5px;
    padding: 0.1rem 1rem; 
    min-height: 120px;
}
.baixar-header .categoria {
    align-self: flex-start;
    font-size: 12px;
    font-weight: bold;
    color: black;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-color: #666;
}
.baixar-header h3 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin: auto 0;
    text-align: center;
}
.baixar-header .data {
    /* align-self: flex-end; */
    font-size: 12px;
    font-weight: 600;
    color: black;
}
.baixar-content {
    display: flex;
    align-items: center;
    width: 50%;
    /* margin-top: 10px; */
}
.baixar-content p {
    font-size: 14px;
    text-align: justify;
    color: #666;
    line-height: 1.5;
    max-width: 600px;
    margin: 0;
}
.baixar-botao{
    width: 20%;
}
.botao-baixar {
    background: black;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    transition: all 0.3s ease;
}
.botao-baixar:hover {
    background: #333;
    color: white;
}













.cuidados {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    margin: 30px auto 0px auto;
    flex: 1;
    align-items: stretch;
}
/* Cuidados Essenciais */
.cuidados-especiais {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
}
.cuidados-especiais span {
    font-weight: 900;
}
.cuidados-especiais h2 {
    font-size: 56px;
    font-weight: 300;
    text-transform: uppercase;
}
.cuidados-especiais h2 strong {
    font-weight: 800;
}
.cuidados-especiais p {
    font-size: 15px;
    font-weight: 500;
    color: #666;
    max-width: 700px;
    margin: 10px auto;
    line-height: 1.5;
}
.cuidados-especiais .destaque {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 15px;
    color: #141414;
    letter-spacing: 2px;
}

/*Instrucoes*/
.instrucoes {
    position: relative;
    background: url('../../../assets/img/cuidados1.png') no-repeat center center/cover;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.instrucoes-overlay {
    width: 100%;
    height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px;
}
/* Título */
.instrucoes h2 {
    color: white !important;
    font-size: 38px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.instrucoes h2 strong {
    font-weight: 900;
}
/* Grid de instruções */
.instrucoes-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    max-width: 800px;
}
/* Cada bloco de instrução */
.instrucao {
    background: rgba(255, 255, 255, 0.8);
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 10px;
    /* border-radius: 5px; */
    width: 250px;
}
.instrucao img {
    width: 45px;
    height: auto;
}
.instrucao p {
    padding-left: 0.5rem;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}
/* Cuidados Durante a Lavagem */
.cuidados-lavagem {
    text-align: center;
    max-width: 1300px;
    margin: 0 auto;
    padding: 40px 20px;
}
.cuidados-lavagem h2 {
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 40px;
}
.cuidados-lavagem h2 span {
    font-weight: 400;
}
.cuidados-lavagem h2 strong {
    font-weight: 900;
}
/* Lista de Cuidados */
.cuidados-lista {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
/* Itens da lista */
.cuidados-lista {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 900px;
    margin: 0 auto;
}
.cuidados-lista .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dcdcdc;
    padding: 10px 0;
}
.cuidados-lista .item:last-child {
    border-bottom: none;
}
.cuidados-lista .item h3 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    flex: 1;
    min-width: 260px;
    text-align: left;
}
.cuidados-lista .item p {
    font-size: 14px;
    font-weight: 500;
    color: #666;
    line-height: 1.5;
    flex: 3;
    text-align: left;
    /* margin-left: 15px; */
}
/* Cuide Bem */
.cuide-bem {
    position: relative;
    background: url('../../../assets/img/cuidados2.png') no-repeat center top/cover;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* padding: 120px; */
    /* padding-right: 15rem; */
    padding-right: 15rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.cuide-bem-overlay {
    text-align: left;
}
.cuide-bem .pequeno-texto {
    max-width: 450px;
    font-size: 16px;
    font-weight: 500;
    color: white;
    line-height: 1.2;
    letter-spacing: 1px;
}
.cuide-bem h2 {
    max-width: 500px;
    font-size: 36px;
    font-weight: 400;
    color: white !important;
    text-transform: uppercase;
    line-height: 1.3;
    margin-top: 0;
}
.cuide-bem h2 strong {
    font-weight: 800;
}


/* REVENDEDOR / PARCEIRO */
.parceiro {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    margin: 30px auto 0px auto;
    flex: 1;
    align-items: stretch;
}
/*Revendedor autorizado*/
.revendedor-autorizado {
    text-align: center;
    padding: 40px 20px;
}
.revendedor-autorizado h2 {
    font-size: 50px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.revendedor-autorizado h2 strong {
    font-weight: 900;
}
.revendedor-autorizado p {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 2px;
}
/*Formularios*/
.dados-loja {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    width: 100%;
}
.dados-loja h3 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    /* margin-bottom: 20px; */
    background: #f0f0f0;
    padding: 1rem;
}
.dados-loja label {
    font-size: 14px;
}
.opcoes-loja {
    display: flex;
    justify-content: center;
    padding: 0.5rem;
    margin-bottom: 20px;
    font-weight: 600;
}
.opcoes-loja > span > span > span {
    background-color: #f0f0f0;
    gap: 5px;
    padding: 1.5rem 1.5rem;
    border: 1px solid #000;
    border-radius: 5px;
    width: 350px;
    margin-top: 10px;
}
.campo-triple,
.campo-quatro {
    display: flex;
    gap: 10px;
}
.dados-loja label,
.marcas-container label,
.mensagem-container label{
    padding-left: 1rem;
}
.campo input,
.campo-duplo input,
.campo-triple input,
.campo-triple select,
.campo-quatro input,
.campo-quatro select,
.mensagem-container textarea{
    background-color: transparent !important;
    padding: 10px;
    border: 1px solid #000 !important;
    border-radius: 20px;
    font-size: 14px;
}
.campo-triple input {
    flex: 1;
    width: 100%;
}
.campo-quatro input,
.campo-quatro select {
    flex: 1;
    width: 100%;
}
/* Estilização da seção SUFRAMA */
.suframa {
    max-width: 1200px;
    margin: 0px auto;
    padding: 20px;
    width: 100%;
}
.suframa h3 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    background: #f0f0f0;
    padding: 20px;
}
.suframa .form_input span {
    display: flex;
    justify-content: center;
}
.suframa .form_input span .wpcf7-list-item{
    background-color: #f0f0f0;
    gap: 5px;
    padding: 1.5rem 1.5rem;
    border: 1px solid #000;
    border-radius: 5px;
}
.suframa .form_input span .wpcf7-list-item input.active{
    background-color: #000;
}

/* Marcas trabalhadas e imagens da loja */
.marcas-trabalhadas,
.imagens-loja,
.mensagem-observacao {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    width: 100%;
}
/* Títulos */
.marcas-trabalhadas h3,
.imagens-loja h3,
.mensagem-observacao h3 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    background: #f0f0f0;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
}
/* Seção de Marcas Trabalhadas */
.marcas-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.marcas-container textarea {
    background-color: transparent !important;
    border: 1px solid #000;
    border-radius: 10px;
    height: 100px;
}
/* Seção de Imagens da Loja */
.campo-anexo-imagens {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f5f5f5;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid black;
    width: 100%;
}
.imagens-loja p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 15px;
}
.upload-container {
    flex: 1;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}
.upload-container h5{
    font-weight: 600;
    letter-spacing: 2px;
    font-size: small;
    margin-top: 5px;
}
/* Esconde os inputs */
.file-input {
    display: none;
}
.custom-file-upload {
    background-color: black;
    font-weight: bold;
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 20px;
    transition: background 0.3s ease-in-out;
    display: inline-block;
} 
.custom-file-upload:hover {
    background-color: #333;
}
/* Exibe o nome do arquivo */
#file-name-fachada, 
#file-name-interior {
    font-size: 14px;
    color: #333;
}
.mensagem-container textarea {
    height: 100px;
}
/* Políticas e termos */
.politica-termos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 12px;
    margin-top: 15px;
}
.politica-termos input {
    width: 15px;
    height: 15px;
}
.politica-termos a {
    color: black;
    text-decoration: underline;
}
.custom-file-upload {
    display: flex;
    align-items: center;
    gap: 10px;
}
.file-input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}
.upload-btn {
    background-color: #0073aa;
    color: white;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 4px;
    transition: 0.3s;
}
.upload-btn:hover {
    background-color: #005177;
}
#file-name {
    font-size: 14px;
    color: #333;
}



/* PAGINATION */
.pagination li {
    width: 30px !important;
}
.pagination li span{
    color: black !important;
}
.pagination li span.current{
    padding: 0 0.5rem 0;
    border-bottom: 2px solid black !important;
    font-weight: bold;
}

/* PAGINAÇÃO DO CPT */
.cpt-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap; /* Evita que os itens quebrem para a linha de baixo */
}
.page-numbers {
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    list-style: none;
    padding: 0;
    margin-top: 20px;
}
.page-numbers .current {
    font-weight: bold;
    border-bottom: 2px solid black;
    padding-bottom: 0;
}
.page-numbers .current .page-number {
    font-weight: bold !important;
}
.page-numbers .next,
.page-numbers .prev {
    font-size: 18px;
    padding: 5px;
}

/* Responsivo */
@media (max-width: 1200px) {
    /* REVENDEDOR FORM */
    .opcoes-loja > span > span > span {
        width: 310px;
    }
}
@media (max-width: 991px){
    /* REVENDEDOR FORM */
    .opcoes-loja > span > span > span {
        display: flex;
        justify-content: center;
    }

    /* FORROS */
    .nossas-tecnologias-overlay {
        padding-left: 0rem;
    }
    .unica-marca {
        display: flex;
        flex-wrap: wrap
    }
    .unica-marca-conteudo {
        max-width: 100%;
        text-align: left;
    }
    .unica-marca-texto {
        max-width: 100%;
    }
    .forro-item{
        flex-wrap: wrap;
        gap: 10px;
    }
    .forro-item img {
        width: 250px;
    }
    .forro-icone img {
        width: 35px;
    }
    .forro-icones {
        gap: 10px;
    }

    /* BLOG */
    .blog-container {
        grid-template-columns: 1fr;
     
    }
    .post-title {
        height: auto;
    }
    .blog-posts{
        padding: 2rem 6rem 2rem;
    }
    .blog-view-excerpt{
        padding: 0;
    }
}

@media (max-width: 768px) {
    /* REVENDEDOR FORM */
    .campo-triple,
    .campo-quatro,
    .upload-container{
        flex-direction: column;
    }
    .marcas-container {
        grid-template-columns: 1fr;
    }
    .campo-anexo-imagens > label {
        margin-top: 1rem;
    }
    /* BLOG */
    .blog-container {
        grid-template-columns: 1fr;
    }
    .blog-view-post {
        flex-direction: column;
        align-items: flex-start;
    }
    .blog-view-thumbnail img {
        max-width: 100%;
    }
    .blog-view-excerpt{
        font-size: 18px;
    }

    /* SALA DE IMPRENSA */
    .baixar-container {
        flex-direction: column;
        align-items: flex-start;
        padding: 1rem;
    }
    .baixar-header {
        width: 100%;
        min-height: auto;
        padding: 0;
    }
    .baixar-header h3 {
        text-align: left;
        margin-top: 0.5rem;
        margin-bottom: 1rem;
    }
    .baixar-header .data {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
    }
    .baixar-content {
        width: 100%;
    }
    .baixar-botao {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        margin-top: 1rem;
    }
    .botao-baixar {
        width: 100%;
        justify-content: center;
    }

    /* CUIDADOS */
    .cuidados-lavagem h2 {
        font-size: 20px;
    }
    .cuidados-lista .item {
        flex-direction: column;
        align-items: flex-start;
    }
    .cuidados-lista .item h3 {
        min-width: unset;
        margin-bottom: 5px;
    }
    .cuidados-lista .item p {
        margin-left: 0;
    }
    .instrucoes-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .cuide-bem {
        height: auto;
        padding: 30px;
        justify-content: center;
        text-align: center;
    }
    .cuide-bem-overlay {
        max-width: 90%;
    }
    .cuide-bem .pequeno-texto {
        font-size: 10px;
        line-height: 1.4;
    }
    .cuide-bem h2 {
        font-size: 18px;
        line-height: 1.3;
    }
    .cuide-bem h2 strong {
        font-size: 20px;
    }
}

@media (max-width: 576px){
    /*FORROS*/
    .forro-icone img {
        width: 35px;
    }
    .forro-item {
        flex-direction: row;
        justify-content: center;
    }
    .forro-icone {
        width: 6rem;
    }
    .forro-icones{
        justify-content: center;
    }

    /* BLOG */
    .blog-posts{
        padding: 2rem 2rem 2rem;
    }
    .read-more {
        width: 100%;
    }
    .post-excerpt {
        margin-bottom: 15px;
    }
    .blog-titulo{
        padding: 0rem;
    }

    /* CUIDADOS */
    .instrucoes-overlay {
        padding: 8rem;
    }
    .instrucoes h2 {
        font-size: 32px;
    }
    .instrucoes-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .instrucao img {
        width: 30px;
    }
    .instrucao p {
        font-size: 12px;
    }
}