

/* Compass v1.8.4 */ 

@import url('global.css');

/* .container-geral{
    position: relative;
    margin: 0 auto;
    padding: 0 6%;
    max-width: 1440px !important;
    height: auto;
} */
#menu-top.active .nav::before{
    content: '';
    position: absolute;
    top: 102px;
    width: var(--width-menu-bar);
    left: calc(50% -(var(--width-menu-bar) / 2));
    height: 1px;
    background-color: #000000;
    opacity: .5;
}

#menu-top.active .nav::after{ 
    top: 0;
}

header {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
}

.container {
    margin: 0 auto;
    width: 100%;
}

.container .elipse {
    width: 37.5rem;
    position: absolute;
}

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: var(--primary-color);
}

.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: var(--primary-color);
    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: var(--primary-color);
    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: var(--primary-color);
    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: var(--primary-color);
    font-size: 36px;
    font-weight: 600;
}

.ondas-text2 {
    font-size: 36px;
    font-weight: 500;
    width: 500px;
    color: var(--primary-color);
}

.ondas-text-bottom {
    font-size: 24px;
    font-weight: 400;
    margin-top: 20px;
    color: var(--primary-color);
}

.ondas-text-gratis {
    color: var(--primary-color);
    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: var(--primary-color);
    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: var(--primary-color);
    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;
    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-sobre {
    height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('assets/img/banner-sobre.png');
    

    position: relative;
    display: flex;
}

nav.sobre {
    display: flex;
    align-items: center;
    float: left;
    position: relative;
    /* margin: 1.25rem 2.5rem; */
}

.container-sobre-menu {
    display: flex;
    flex-direction: row;
    align-items: center;

    width: calc(43.75rem - 100px);
    left: 0;
    top: calc(0.625rem + 1.25rem);
    padding: 0.625rem;

    position: absolute;
    background-color: white;
    border-radius: 0 1.875rem 1.875rem 0;
    box-shadow: 0 0 0.375rem rgba(0, 0, 0, 0.6);
}

.container-sobre-menu a{
    color: var(--primary-color);
    font-weight: bold;
    font-size: 20px;
}

#clickmenu{
    color: #B99428;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}

.container-sobre-menu img {
    margin-left: calc(9.375rem - 100px);
    width: 12.5rem;
}

.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: var(--primary-color);
    margin-left: 1.25rem;
}

.text-sobre-nos {
    color: var(--primary-color);
    margin-left: 1.25rem;
}

.barra-inferior {
    position: absolute;
    width: calc(100% - 4%);
    height: 80px;

    top: -40px;
    left: 4%;

    display: flex;
    align-items: center;

    background-color: var(--primary-color);
    
    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;
    color:white;
}

/* 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: var(--primary-color);
    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 atuacao */

.barra-superior {
    width: calc(100% - 4%);
    height: 80px;

    display: flex;
    align-items: center;

    position: relative;
    left: 4%;

    margin-right: -3.125rem;
    padding: 10px;

    background-color: var(--primary-color);
    border-top-left-radius: 1.25rem;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    color:white;
}

.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: var(--primary-color);
    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-atuacao-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-atuacao-molde h1 {
    text-align: center;
    margin-bottom: 1.25rem;
    color: var(--primary-color);
    font-size: 1.125rem;
    font-weight: 800;
}

.area-atuacao-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: calc(100% - 4%);
    height: 80px;

    display: flex;
    align-items: center;

    position: relative;
    left: 4%;

    margin-right: -3.125rem;
    padding: 10px;

    background-color: var(--primary-color);
    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;
    color:white;
}

.container-filiais {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 3% 4%;
}

.filiais-titulo {
    width: 100%;
}

.filiais-titulo p {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 30px;
}

.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: var(--primary-color);
    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 0px 20px 20px;
}

.estado-lista li {
    color: #9B9B9B;
    margin: 4px 0;
    font-size: 18px;
    cursor: pointer;
}

.estado-lista li.selecionado {
    color: black;
    font-weight: 800;
}

.wrapper-info-map {
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 6%;
}

.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 h3 > div{
    font-size: 24px;
    margin-bottom: 10px;
    color: #000000;
  }
  
  .descricao-container p {
    color: #000000;
    font-size: 16px;
    line-height: 1.5;
  }