@import url('global.css');

.container {
    position: relative;

    margin: 0 auto;
    width: 100%;
    height: auto;

    max-width: 1440px !important;
}

header {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
}

nav.blog {
    display: flex;
    align-items: center;
    float: left;
    position: relative;
    top: 16px;
}

nav div.barra-menu a {
    color: #B99428;
    margin-left: 0.625rem;
    font-size: 1.375rem;
    font-weight: bold;
}

.barra-menu {
    display: flex;
    align-items: center;
    margin-top: -2.5rem;
}

.barra {
    font-size: 4.375rem;
    color: #B99428;
    font-weight: 100;
}

.container .text-home {
    display: flex;
    width: 100%;
}

.container .text-home p {
    margin-top: -250px;
    width: 448px;
    font-weight: 400;
    font-size: 3.125rem;
    margin-left: 5rem;
}

strong {
    font-size: 3.125rem;
    font-weight: bold;
}

.login {
    display: flex;
    margin-right: 50px;
    margin-top: 5rem;
    float: right;

}

.signin-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 40px;
    border-radius: 1.875rem;
    background: white;
    cursor: pointer;
}

.signin-btn p {
    color: red;
}

.redes-sociais {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.container-pesquisa {
    flex-direction: column;
    align-items: center;
    margin-left: 20px;
}

.container-pesquisa-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    width: 70px;
    height: 40px;
    border-radius: 30px;
    border: none;
    margin-bottom: 10px;
    cursor: pointer;
}

.container-pesquisa-btn > i{
    color: #A3A3A3;
}

.line {
    width: 3px;
    height: 300px;
    margin: 0 auto;
    background-color: #ccc;
}

.social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.social-icons a {
    margin-top: 10px;
}

.icon-person {
    width: 25px;
    margin-right: 10px;
}

/* end header  */

/* compras online */

.compras-online {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: -120px;
    left: 75%;
    padding: 10px;
}

.compras-online img {
    margin-top: 10px;
    width: 140px;
}

.compras-online span {
    opacity: 0;
    background-color: white;
    font-size: 18px;
    width: 180px;
    text-align: center;
    border-radius: 30px;
    font-weight: 800;
    padding: 5px;
    color: red;
    transition: opacity 0.3s ease-in-out;
}

.compras-online:hover span {
    display: block;
    opacity: 1;
}

/* end compras online */

/* Modal para compras online */
.modal {
    display: none;
    position: fixed;
    /*  position: absolute; */
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.4);
    /* transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out; */
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    border-radius: 30px;
}

.escolha-loja {
    color: red;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 16px;
}

.container-lojas {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.retangulo-logo {
    border: 1px solid rgb(99, 97, 97);
    margin: 0 10px;
    width: 250px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loja-festpan {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.negrito {
    font-weight: bold;
}

.loja-festpan p {
    color: black;
    margin-top: 6px;
}

.loja-festcakes {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.loja-festcakes p {
    color: black;
    margin-top: 6px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

.close:hover,
.close:focus {
    color: red;
    text-decoration: none;
    cursor: pointer;
}

/*  end modal */

/* beggin campo atendimento */

.container-historia {
    position: relative;

    width: 100%;
    height: 100%;
}

.img-divisoria {
    width: 100%;
    height: 100%;
    position: absolute;
    margin-top: -7.5rem;
}

.img-divisoria img {
    width: 100%;
}

.container-historia-texto-geral {
    position: absolute;
    width: 45.5rem;
    left: 80px;
    top: -20px;
}

.container-historia-texto-geral h1 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #CEB861;
    margin-bottom: 1.25rem;
}

.container-historia-p1 {
    color: black;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 1rem;
    text-align: justify;
}

.container-historia-p2 {
    color: black;
    color: black;
    font-size: 20px;
    font-weight: 300;
    text-align: justify;
}

.container-caminhao {
    width: 100%;
    height: 100vh;
}

.container-caminhao-img img{
    /* background-image: url('http://localhost/2-Projects/festpan.com.br/assets/img/caminhao.svg'); */
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
}

/* icons e descriçoes */

.retangulo-icons-geral {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    height: 100%;
    position: relative;
    
}

.retangulo1 {
    position: relative;
}

.retangulo1 img {
    width: 100%;
    height: 100%;
}

.retangulo2 {
    position: absolute;
    top: -98px;
    right: 0;
}

.retangulo2 > img{
    height: 231px !important;
}

.descricao-icons {
    display: flex;
    align-content: center;
    justify-content: center;
    width: 90%;
    margin-left: 1.25rem;
    position: absolute;
}

.descricao-icons h3 {
    color: #F9D33D;
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 6px;
    text-align: center;
}

.descricao-icons p {
    text-align: center;
}

.frota,
.centro-distribuicao,
.agilidade,
.produtos,
.expertise {
    display: flex;
    flex-direction: column;
    height: 12.5rem;
    align-content: center;
    justify-content: center;
    margin: 20px;
    padding: 20px;
}

.descricao-icons img {
    height: 68px;
    margin-bottom: 20px;
}



/* beggin segmentos */

.container-segmentos {
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: center;
    margin-left: 100px;
    margin-top: -180px;

    z-index: 1;
}

.sevicos {
    display: flex;
    justify-content: flex-start;
    position: absolute;
}

.servicos .servicos-titulo {
    color: #CEB861;
    width: 278px;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 20px;
}

.servicos .servicos-paragrafo {
    color: black;
    margin: 4px 0;
    font-size: 20px;
    font-weight: 400;
}

/* styles do circulo de imgs */

.circle-container {
    margin-left: 300px;
    margin-top: 200px;
    display: flex;
    justify-content: flex-end;
}

.circle-container img {
    width: 600px;
    position: relative;
}


/* end styles do circulo e segmentos */

.container-ondas {
    position: relative;
    margin-top: -180px;
    z-index: 0;
    width: 100%;
    height: 600px;
}

.onda1 {
    position: absolute;
    width: 100%;
}

.onda2 {
    position: absolute;
    width: 100%;
}

.container-ondas-text {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.ondas-text {
    display: flex;
    flex-direction: column;
    position: absolute;
    margin-left: 120px;
    margin-top: 180px;
}

.ondas-text-newsletter {
    color: red;
    font-size: 36px;
    font-weight: 600;
}

.ondas-text2 {
    font-size: 36px;
    font-weight: 500;
    width: 500px;
    color: red;
}

.ondas-text-bottom {
    font-size: 24px;
    font-weight: 400;
    margin-top: 20px;
    color: red;
}

.ondas-text-gratis {
    color: red;
    background-color: white;
    width: 200px;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin-top: 14px;
    border-radius: 14px;
}

/* formulario */

.container-form {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-right: 120px;
    margin-top: 20px;
    position: relative;
}

form {
    width: 550px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    position: absolute;
    justify-content: flex-end;
    margin-top: 10px;
}

input,
select {
    padding: 18px 30px;
    border-radius: 30px;
    border: none;
    margin-bottom: 16px;
    width: 100%;
    font-size: 16px;
    color: black;
    box-shadow: 0px 0 2px rgba(0, 0, 0, 0.1);

}

.botao-enviar {
    background-color: white;
    font-weight: bold;
    width: 150px;
    border: none;
    color: red;
    padding: 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 30px;
    margin-left: 350px;
    font-weight: bold;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.botao-enviar:hover {
    background-color: #e1e2e7;
}

/*   end formulario */

.clientes {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 500px;
}

.clientes img {
    width: 71.875rem;
}

/* beggin footer */

.container-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #D9251B;
    padding: 2.5rem;
}

.footer-logo {
    width: 12.5rem;
}

.footer-links {
    display: flex;
    flex-direction: column;
    margin: 0.625rem 1.875rem;
}

.footer-links a {
    font-size: 0.875rem;
    font-weight: 400;
    margin: 0.1875rem 0;
}

.footer-endereco {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.footer-endereco p {
    font-size: 0.875rem;
    font-weight: 400;
    margin: 0.1875rem 0;
}

.footer-endereco h3 {
    font-size: 0.875rem;
    font-weight: 800;
}

.footer-catalago {
    display: flex;
    flex-direction: column;
    margin: 0.625rem 1.875rem;
    justify-content: center;
    align-items: center;
}

.footer-catalago h3 {
    font-size: 1.125rem;
}

.footer-catalago a {
    background-color: white;
    color: #D9251B;
    font-size: 1.125rem;
    font-weight: 700;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.625rem;
    padding: 8px 15px;
}

.footer-container-redes-sociais {
    display: flex;
    flex-direction: row;

}

.footer-redes-sociais {
    width: 12.5rem;
}

.footer-redes-sociais a {
    margin: 0rem 0.375rem;
    margin-top: 0.625rem;
}

.footer-redes-sociais img {
    margin-bottom: 0.625rem;
}


/* beggin menu */

.container-menu {
    position: fixed;

    width: 100%;
    height: 100vh;
    display: flex;
    top: 0;
    left: -100%;

   transition: left 2s linear;
   z-index: 1000;
}

.menu-links {
    display: flex;
    width:50vw;
    height: 100vh;

    align-items: center;

    background-color: red;
    border: none;
}

.menu-imagem{
    display: flex;
    width:50vw;
    background-size: cover;
}

.menu-imagem > img{
    width:100%;
    background-size: cover;
}

.menu-item {
    cursor: pointer;
}

.menu-linha {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12.5rem;
    height: 0.125rem;
    background-color: #ccc;
    margin: 1.25rem 0;
}

.menu-links p {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.875rem;
}

nav ul li {
    margin: 0.625rem 0;
    width: 14.375rem;
}

nav ul a {
    color: white;
    margin: 0 auto;
}

nav ul ul {
    font-weight: 100;
    margin-left: 1.25rem;
}

.logo-menu {
    width: 9.375rem;
    height: 6.25rem;
    background-color: white;
    border-radius: 1.25rem;
    margin-right: 0.625rem;
}

.logo-menu-fest {
    background-color: white;
    width: 9.375rem;
    height: 6.25rem;
    border-radius: 1.25rem;
}

.container-menu > .menu-links > nav > ul{
    margin-left: 10px;
}

.voltar-home {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid white;
    border-radius: 50%;
    width: 1.875rem;
    height: 1.875rem;
    margin-left: 50px;
    margin-top: .300rem;
}

/* end menu styles */


/* paginação sobre header */
.container-blog {
    width: 100%;

    position: relative;
    display: flex;
    margin-bottom: 100px;
}

.container-blog > .post-update{
    position: absolute;
    right: 0;
    top: 0;

    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-right: calc(1440px / 2) solid #D9251B;
    border-bottom: calc((1440px * 15) / 100) solid transparent;
    z-index: -1;
}

.container-blog > .post-update > .box{
    z-index: 2;
    width: 140px;
    display: flex;
    flex-direction: column;
    text-align: right;
    position: absolute;
    left: calc(50% + ((720px / 2) + 120px));
    top: calc((((1440px * 15) / 100) / 2)  - 50px);
}

.container-blog > .post-update > .box > h3,span{
    color: white;
}

/* Post Principal */
.container > .post-principal{
    position: relative;
    display: flex;

    width: 100%;

    margin: 15% 0 4% 0;
    padding: 0 6%;
    z-index: 0;
}

.container > .post-principal > .left-img{
    width: 65%;
}
.container > .post-principal > .right-info{
    width:35%;
    padding: 0px 0px 0px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: right;
}

.container > .post-principal > .left-img img{
    width: 100%;
}
.container > .post-principal > .right-info h2{
    display: flex;
    font-size: 38px;
    color: var(--primary-color);
}
.container > .post-principal > .right-info p{
    display: flex;
    color: #727272;
    font-size: 20px;
    font-weight: 300;
    padding: 15px 0;
}
.container > .post-principal > .right-info a{
    width: 60%;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #D9D9D9;
    color: #5A5A5A;
    border-radius: 8px;
}
/* Post Principal - End */

/* Publicações */

.container .box-publicacoes{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0px 6%;

}
.container .publicacao{
    position: relative;
    display: flex;
    flex-direction: column;


    width: 23%;

    margin: 1%;
    z-index: 0;
}

.container .publicacao > .top-img{
    width: 100%;
}
.container .publicacao > .bottom-info{
    width:100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: right;
}

.container .publicacao > .top-img img{
    width: 100%;
}
.container .publicacao > .bottom-info h2{
    margin-top: 20px;
    display: flex;
    font-size: 20px;
    color: var(--primary-color);
}
.container .publicacao > .bottom-info p{
    display: flex;
    color: #727272;
    font-size: 15.8px;
    font-weight: 300;
    padding: 15px 0;
    text-align: justify;
}
.container .publicacao > .bottom-info a{
    width: 60%;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #D9D9D9;
    color: #5A5A5A;
    border-radius: 8px;
}
/* Publicações - End */

/* beggin menu */

.container-menu {
    position: fixed;

    width: 100%;
    height: 100vh;
    display: flex;
    top: 0;
    left: -100%;

   transition: left 2s linear;
   z-index: 1000;
}

.menu-links {
    display: flex;
    width:50vw;
    height: 100vh;

    align-items: center;

    background-color: red;
    border: none;
}

.menu-imagem{
    display: flex;
    width:50vw;
    background-size: cover;
}

.menu-imagem > img{
    width:100%;
    background-size: cover;
}

.menu-item {
    cursor: pointer;
}

.menu-linha {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12.5rem;
    height: 0.125rem;
    background-color: #ccc;
    margin: 1.25rem 0;
}

.menu-links p {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.875rem;
}

nav ul li {
    margin: 0.625rem 0;
    width: 14.375rem;
}

nav ul a {
    color: white;
    margin: 0 auto;
}

nav ul ul {
    font-weight: 100;
    margin-left: 1.25rem;
}

.logo-menu {
    width: 9.375rem;
    height: 6.25rem;
    background-color: white;
    border-radius: 1.25rem;
    margin-right: 0.625rem;
}

.logo-menu-fest {
    background-color: white;
    width: 9.375rem;
    height: 6.25rem;
    border-radius: 1.25rem;
}

.container-menu > .menu-links > nav > ul{
    margin-left: 10px;
}

.voltar-home {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid white;
    border-radius: 50%;
    width: 1.875rem;
    height: 1.875rem;
    margin-left: 50px;
    margin-top: .300rem;
}

/* end menu styles */

.container-blog-menu {
    display: flex;
    flex-direction: row;
    align-items: center;

    top: 0;
    padding: 0px 80px;
    margin-left: -100px;

    position: absolute;
    background-color: #F6F6F6;
    border-radius: 0px 50px 50px 0px;    
}

.container-blog-menu a{
    color: red;
    font-weight: bold;
    font-size: 20px;
}

.container-blog-menu img {
    margin-left: 80px;
    width: 160px;
}

.barra-sobre {
    width: 0.125rem;
    height: 3.75rem;
    background-color: #B99428;
    margin-right: 1.25rem;
}

.barra-vermelha-sobre {
    width: 0.125rem;
    height: 3.75rem;
    background-color: red;
    margin-left: 1.25rem;
}

.text-sobre-nos {
    color: red;
    margin-left: 1.25rem;
}

.barra-inferior {
    width: 100vw !important;
    height: 80px;

    position: relative;
    top: -40px;
    left: 4%;

    display: flex;
    align-items: center;

    background-color: red;
    
    border-top-left-radius: 1.25rem;
    padding: 10px;

    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.barra-inferior h1 {
    font-size: 1.625rem;
    margin-left: 3.125rem;
    font-weight: 800;
}

/* paginação section quem somos */

.quem-somos {
    display: flex;
    justify-content: space-between;
    padding: 8% 0;
    position: relative;
}

.caminho-historia {
    display: flex;
    flex-direction: column;

    position: relative;
    left: -7%;
}

.caminho-historia img{
    width: 100%;
}

/* paginação text quem somos */

.text-quem-somos {
    display: flex;
    flex-direction: column;
    padding: 1.25rem;

    width: 40%;
}

.text-quem-somos h1 {
    color: red;
    font-size: 1.875rem;
}

.text-quem-somos p {
    color: #000000;
    margin: 1.25rem 0;
    text-align: justify;
    /* width: 16.25rem; */
    font-size: 1.125rem;
}

/* styles das img na linha temporal */

.industria-atual {
    width: 600px;
    margin-left: 100px;
}

.linha-temporal {
    width: 600px;
}

.industria-3 {
    position: absolute;
    margin-top: 620px;
    margin-left: 320px;
    width: 200px;
}

.industria-2 {
    position: absolute;
    width: 200px;
    margin-top: 800px;
    margin-left: 490px;
}

.industria-1 {
    position: absolute;
    width: 200px;
    margin-top: 950px;
    margin-left: 160px;
}

/* section area de atuação */

.barra-superior {
    width: 100vw !important;
    height: 80px;

    display: flex;
    align-items: center;

    position: relative;
    left: 4%;

    margin-right: -3.125rem;
    padding: 10px;

    background-color: red;
    border-top-left-radius: 1.25rem;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.barra-superior h1 {
    font-size: 1.625rem;
    margin-left: 3.125rem;
    font-weight: 800;
}

.container-area-atuacao {
    position: relative;
    width: 100%;
    padding: 2% 4%;
    display: flex;
    justify-content: space-evenly;
}

.container-area-atuacao-icon {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
}

.area-atuacao-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1.25rem 0rem;
}

.area-atuacao-icon img {
    width: 5rem;
}

.area-atuacao-icon p {
    color: red;
    text-align: center;
    width: 9.375rem;
    font-weight: 600;
    margin-top: 0.625rem;
}

.area-atuacao-text p {
    color: black;
    width: 20rem;
    padding: 1.25rem;
    font-size: 1.125rem;
    text-align: justify;

}

.area-atuacao-text2 p {
    color: black;
    width: 20rem;
    padding: 1.25rem;
    font-size: 1.125rem;
    text-align: justify;
}

.area-atuacao-moldes {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.area-atuação-molde {
    background-color: #FFD1CE;
    padding: 1.25rem;
    border-top-right-radius: 2.5rem;
    border-bottom-left-radius: 2.5rem;
    width: 320px;
    margin: 0 0.625rem;
}

.area-atuação-molde h1 {
    text-align: center;
    margin-bottom: 1.25rem;
    color: red;
    font-size: 1.125rem;
    font-weight: 800;
}

.area-atuação-molde p {
    color: #000000;
    margin-left: 1.25rem;
    margin-top: 0.3125rem;
    font-weight: 600;
}

/* marcas da festpan */

.container-marcas-festpan{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 6% 0;
}

.container-marcas-titulo {
    display: flex;
    justify-content: center;
}

.marcas-festpan-titulo {
    color: #E4AA26;
    font-size: 26px;
}

.marcas-festpan {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 2%;
}

.logo-marcas-festpan1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
}

.logo-marcas-festpan2 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 30%;
}

.logo-marcas-festpan3 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 30%;
}

.logo-marcas-festpan1 img {
    width: 300px;
}

.logo-marcas-festpan1>h1 {
    color: #B99428;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
}

.logo-marcas-festpan1 p {
    width: 300px;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    text-align: center;
}

.logo-marcas-festpan2 img {
    width: 300px;
}

.logo-marcas-festpan2>h1 {
    color: #B99428;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
}

.logo-marcas-festpan2 p {
    color: #000000;
    width: 300px;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
}

.logo-marcas-festpan3 img {
    width: 200px;
    margin-bottom: 10px;
}

.logo-marcas-festpan3>h1 {
    color: #B99428;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
}

.logo-marcas-festpan3 p {
    color: #000000;
    width: 300px;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
}

/* section sobre filiais */

.barra-superior-filiais {
    width: 100vw !important;
    height: 80px;

    display: flex;
    align-items: center;

    position: relative;
    left: 4%;

    margin-right: -3.125rem;
    padding: 10px;

    background-color: red;
    border-top-left-radius: 1.25rem;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.barra-superior-filiais h1 {
    font-size: 1.625rem;
    margin-left: 3.125rem;
    font-weight: 800;
}

.container-filiais {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 6% 4%;
}

.filiais-titulo {
    width: 100%;
}

.filiais-titulo p {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
}

.container-filiais > .filiais{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.filiais-estado {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.selecionar-estado {
    background-color: red;
    width: 250px;
    text-align: center;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.selecionar-estado p {
    font-size: 20px;
    font-weight: 800;
}

.container-estados {
    background-color: #F6F6F6;
    width: 500px;
}

.estado-lista {
   padding: 20px;
}

.estado-lista li {
    color: #9B9B9B;
    margin: 4px 0;
    font-size: 18px;
    cursor: pointer;
}

.estado-lista li.selecionado {
    color: black;
    font-weight: 800;
}

.mapa-container {
    position: relative;
    justify-content: flex-end;
    height: 500px;
    overflow: hidden;
    margin-bottom: 50px;
   
}

.mapa {
    display: flex;
    justify-content: flex-end;
    width: 500px;
    height: 500px;
}

.descricao-container {
    display: flex;
    flex-direction: column;
    width: 500px;
    height: 500px;
}
  
  .descricao-container h3 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #000000;
  }
  
  .descricao-container p {
    color: #000000;
    font-size: 16px;
    line-height: 1.5;
  }


  /* SINGLE POST - BLOG */

  #clickmenu{
    color: #B99428;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
  }

  .banner-main {
    width: 100%;
    padding: 0 6%;
    margin-top: 216px;
}

  .banner-main img {
    width: 100%;
  }

  .banner-main h2 {
    margin-top: 45px;
    display: flex;
    font-size: 38px;
    color: var(--primary-color);
  }

  .banner-main .preview-description {
    font-size: 20px;
    color: #727272;
    margin-top: 30px;
  }

  .description-post {
    margin-top: 30px;
    padding: 0px 6%;
  }

  .wrapper-description{
    display: flex;
    align-items: flex-start;
    gap: 32px;

  }

  .wrapper-description article{
    width: 33%;
  }

  .wrapper-description article h2 {
    color: #000;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 25px;
  }

  .wrapper-description article img {
    margin-bottom: 30px;
    width: 100%;
  }

  .wrapper-description article p {
    font-size: 20px;
    color: #000;
    text-align: justify;
    margin-bottom: 30px;
  }     

  .font-description {
    padding: 0px 6%;
  }

  .font-description p, .font-description strong {
    font-size: 15px;
    color: #000;
  }

  .section-ready-more {
    margin-top: 50px;
    padding: 0px 6%;
  }

  .section-ready-more h2 {
    color: #D9251B;
    font-size: 38px;
  }

  .wrapper-cards {
    display: flex;
    align-items: center;
    margin-top: 20px;
    gap: 20px;
  }

  .wrapper-cards .card-ready-more {
    width: 33%;
  }

  .wrapper-cards .card-ready-more .img-card img {
    width: 100%;
  }
  .wrapper-cards .card-ready-more .title-card h2 {
    font-size: 30px;
    margin-top: 20px;
    color: #D9251B;
    margin-bottom: 20px;
  }

  .wrapper-cards .card-ready-more .description-card p {
    font-size: 20px;
    color: #000;
    text-align: justify;
  }

  .section-chat {
    padding: 0 6%;
    margin-top: 50px;
    margin-bottom: 90px;
  }

  .section-chat form {
    width: 939px;
    align-items: flex-start;
    position: static;
  }

  .section-chat form label {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .section-chat form textarea {
    height: 260px;
    width: 900px;
    padding: 35px;
    border: 1px solid #9B9B9B;
    border-radius: 35px;
    color: #000;
    resize: none;
  }

  .section-chat .wrapper-btn {
     width: 100%;
        display: flex;
        justify-content: flex-end;
  }

  .section-chat form button {
    background-color: #D9251B;
    height: 50px;
    width: 220px;
    border-radius: 30px;
    margin-top: 15px;
    cursor: pointer;
    
  }

  .section-chat .wrapper-content {
    display: flex;
    align-items: center;
    gap: 45px;
  }

  .section-chat .messages {
    margin-top: 50px;
  }

  .section-chat .messages:last-child {
    margin-left: 17%;
  }

  .section-chat .content-user {
    background-color: #D9251B;
    width: 930px;
    padding: 28px 35px;
    
    border-radius: 20px;
    position: relative;
  }

  .section-chat .content-user:after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 13px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #D9251B;
    top: 36px;
    left: -2%;
    right: -23px;
    transform: rotate(33deg);
    border-radius: 50px;
  }

  .icon-next-message {
    margin-left: 14%;
    margin-top: 15px;
  }
  