

/* Compass v1.8.4 */ 


@import url("global.css");
header {
  position: relative;
  max-width: 1536px;
  width: 100%;
  max-height: 687px;
  height: 100vh;
  background-size: contain;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-position-y: top;
  background-position-x: center;
}

header.active-slider {
  transition: background 2s ease-in-out;
}
 
header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  max-width: 1536px;
  width: 100%;
  max-height: 687px;
  height: 100vh;

  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: top;
  background-position-x: center;
}

header.show-banner {
  /* background-color: #6a6d78; */
  background-position-x: 100%;
}


.retangulo-icons-geral-mobile {
  display: none;
}

.container {
  margin: 0 auto;
  width: 100%;
  height: auto;
}

#campo-atendimento .container{
  height: 100%;
}

.container .elipse {
  display: none !important;
  position: absolute;
  top: -65%;
  left: -6%;

  width: calc((1440px / 2) - (144px));
  height: calc((1440px / 2) - (144px));
  border-radius: 50%;

  background-color: var(--background-light);
}

nav.elipse > div {
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  position: absolute;
  left: 28%;
  top: calc((576px / 2) + (15% / 2) + 55px);
  /* margin: 1.25rem 2.5rem; */
}

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: 530px;
  font-weight: 400;
  font-size: 3.3rem;
  margin-left: 5rem;
}

.container .text-home b {
  font-size: 3.3rem;
}

.container .text-home span {
  font-size: 2.6rem;
}

.container .text-home span {
  font-size: 2.6rem;
  font-weight: 700;
}

/* strong {
  font-size: 3.125rem;
  font-weight: bold;
} */

.overlay {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  /* left: calc(50% - 720px); */
  /* width: 1440px; */
  width: 100%;
  height: 100%;
}

nav.login {
  position: relative;
  display: flex;
  margin-right: 6%;
  margin-top: 32px; /* 65px calc(40px + ((75px - 40px) / 2)) 5rem */
  float: right;
  z-index: 2;
}

.container-pesquisa form {
  margin: 0px;
  width: 100%;
  position: static;
  padding: 0px;
  display: initial;
}

.signin-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 40px;
  border-radius: 1.875rem;
  background: white;
  cursor: pointer;
  z-index: 10;
}

.signin-btn p {
  color: var(--primary-color);
}

.signin-btn > a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.signin-btn > a:nth-child(3) {
  margin-top: -2px;
}

.redes-sociais {
  display: flex;
  flex-direction: row;
  justify-content: center;
  z-index: 10;
}

.container-pesquisa {
  flex-direction: column;
  align-items: center;
  margin-left: 20px;
}

.wrapper-pesquisa {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
}

.wrapper-pesquisa .btn-input-active > i {
  color: #a3a3a3;
}

.wrapper-pesquisa .btn-input-active {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  width: 70px;
  height: 40px;
  
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border: none;
  
  cursor: pointer;
  transition: border-top-left-radius 0s linear, border-bottom-left-radius 0s linear;
}

.wrapper-pesquisa button.btn-input-active:not(.active-button){
    transition: border-top-left-radius 1s linear, border-bottom-left-radius 1s linear;
    animation: change-border 0s forwards;
    animation-delay: 1s;
}

.wrapper-pesquisa button.btn-input-active.active-button {
  background-color: #ffffff;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  transition: border-top-left-radius 0s linear, border-bottom-left-radius 0s linear;
}

@keyframes change-border {
    to {
      border-top-left-radius: 30px;	
	  border-top-right-radius: 30px;
	  border-bottom-left-radius: 30px;
	  border-bottom-right-radius: 30px;
    }
}

.wrapper-pesquisa button {
  margin-bottom: 0px;
}

.wrapper-pesquisa input {
    width: 0px;
    height: 40px;

    background-color: #ffffff;
    opacity: 0;

    padding-left: 20px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-right: -20px;

    outline: none;

    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    transition: width 1s linear;
}

.wrapper-pesquisa input:not(.active-wrapper){
    transition: width 1s linear, opacity 3s ease-in-out;
    animation: change-input 0s forwards;
    animation-delay: 1s;
}

.wrapper-pesquisa input.active-wrapper {
  width: 215px;
  margin-right: 0px;
  opacity: 1;
  
  transition: width 1s linear, margin-right 1s linear;
}

@keyframes change-input {
    from{
       opacity: 1;
    }
    to {
        opacity: 1;
    }
}

.line {
  width: 3px;
  height: 300px;
  margin-left: auto;
  background-color: #ccc;
  position: relative;
  right: 31px;
  z-index:0;
}

.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index:0;
}

.social-icons a {
  margin-top: 10px;
  width: 100%;
  display: flex;
  /* align-items: flex-end; */
  justify-content: flex-end;
  position: relative;
  right: 10px;
}

.icon-person {
  transform: scale(calc(((25 * 1) / 35)));
  width: 35px;
  height: 35px;
  background-size: contain;
  margin-right: 10px;
}

/* end header  */

/* compras online */

.compras-online {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  position: absolute;
  top: -180px;
  right: 160px;

  padding: 10px;
}

.compras-online img {
  position: relative;
  margin-top: 10px;
  width: 180px;
  z-index: 1;
}

.compras-online span {
  opacity: 0;
  background-color: white;
  font-size: 18px;
  width: 200px;
  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;
}

.compras-online .sombra-cart {
  position: relative;
  top: -12px;
  width: 80%;
  height: 10px;
  /* background-color: rgb(35, 35, 35);
    box-shadow: 0px 4px 5px rgba(0,0,0,1) !important; */
  background-color: rgb(185, 0, 31, 1);
  box-shadow: 0px 4px 5px rgb(154, 0, 0) !important;
  filter: blur(0px);
  border-radius: 50%;
  z-index: 0;
}

/* end compras online */

/* Modal para compras online */
.modal {
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
  /* transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out; */
}

.active-modal {
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}

.modal-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fefefe;
  padding: 20px;
  border: 1px solid #888;
  width: calc(1440px / 2);
  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(105, 105, 105);
  margin: 0 10px;
  padding: 0 30px;
  width: 250px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}

.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: 44%;
  left: 80px;
  top: 100px;
}

.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;
  font-size: 20px;
  font-weight: 300;
  text-align: justify;
}

#campo-atendimento {
  position: relative;
  width: 100%;
  height: calc(680px + ((375px) + 130px));
}

/* #campo-atendimento {
  position: relative;
  width: 100%;
  height: 100%;
} */

/* icons e descriÃ§oes */

.retangulo-icons-geral {
  position: relative;

  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 375px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.retangulo1 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ba181a;
}

.retangulo1 > img {
  height: 231px !important;

  position: absolute;
  top: -98px;
  right: 0;
}

.descricao-icons {
  display: flex;
  align-content: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  padding: 0 36px;
}

.descricao-icons h3 {
  color: #f9d33d;
  font-weight: 600;
  font-size: 1.15rem;
  margin-bottom: 6px;
  text-align: center;
}

.descricao-icons p {
  text-align: center;
}

.descricao-icons div {
  min-height: 100px;
}

.frota,
.centro-distribuicao,
.agilidade,
.produtos,
.expertise {
  display: flex;
  flex-direction: column;
  width: calc((1440px / 5) - 18px);
  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 {
  position: relative;
  padding: 25px 6% 0px 6%;

  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: space-between;
  gap: 50px;

  z-index: 1;
}

.servicos {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  
  margin-top: 40px;
}

.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 {
  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: -140px;
  width: 100%;
  height: 687px;

  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
}

.onda-elements{
  width: 100%;
  height: 100%;

  display: flex;
  align-items: flex-end;
}

.onda1 {
  position: absolute;
  width: 100%;
}

.onda2 {
  position: absolute;
  width: 100%;
}

.container-ondas-text {
  width: 100%;
  height: 687px;
  display: flex;
  flex-direction: row;
  align-items: center;

  position: absolute;
}

.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: auto; /* 500px */
  padding: 6% 6%;
}

.clientes img {
  width: 71.875rem;
}

/* beggin footer */

/* .container-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  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: 400;
}

.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 1s 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: 50%;
  background-size: cover;
  background-position: bottom;
}

.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: 0.3rem;
} */

/* end menu styles */

/* paginaÃ§Ã£o sobre header */
.header-container-sobre {
  height: 41.5625rem;
}

.container-sobre {
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1440px;
  background-image: url("assets/img/sobre.svg");
}

.container-sobre-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  top: 0.625rem;
  width: 43.75rem;
  padding: 0.625rem;
  margin-left: -100px;
  position: absolute;
  background-color: white;
  border-radius: 1.875rem;
  box-shadow: 0 0 0.375rem rgba(0, 0, 0, 0.6);
}

.container-sobre-menu img {
  margin-left: 9.375rem;
  width: 12.5rem;
}

.barra-sobre {
  width: 0.125rem;
  height: 3.75rem;
  background-color: #b99428;
  margin-right: 0.625rem;
}

.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;
}

.container-sobre-menu a {
  color: #b99428;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
}

.barra-inferior {
  display: flex;
  align-items: center;

  width: 75rem;
  height: 80px;

  position: absolute;
  right: -2%;
  top: -40px;

  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;
}

/* paginaÃ§Ã£o section quem somos */

.quem-somos {
  display: flex;
  justify-content: space-between;
  padding: 6% 0;
}

.caminho-historia {
  display: flex;
  flex-direction: column;
  margin-bottom: 6.25rem;
}

/* paginaÃ§Ã£o text quem somos */

.text-quem-somos {
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
  margin-right: 3.125rem;
}

.text-quem-somos h1 {
  color: var(--primary-color);
  font-size: 1.875rem;
  width: 18.75rem;
}

.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 {
  background-color: var(--primary-color);
  width: 1200px;
  height: 5rem;
  display: flex;
  position: absolute;
  border-top-left-radius: 1.25rem;
  align-items: center;
  padding: 10px;
  right: 0;
  margin-right: -3.125rem;
  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%;
  margin-top: 6.25rem;
  display: flex;
  justify-content: center;
}

.container-area-atuacao-icon {
  display: flex;
  flex-wrap: wrap;
  width: 37.5rem;
  margin-left: 12.5rem;
}

.area-atuacao-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1.25rem 0rem;
  margin-left: 0.625rem;
}

.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: 16.875rem;
  padding: 1.25rem;
  font-size: 1.125rem;
  text-align: justify;
}

.area-atuacao-text2 p {
  color: black;
  width: 16.875rem;
  padding: 1.25rem;
  font-size: 1.125rem;
  text-align: justify;
  margin-right: 6.25rem;
}

.area-atuacao-moldes {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-left: 100px;
}

.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: var(--primary-color);
  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-fespan {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.container-marcas-titulo {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.marcas-festpan-titulo {
  color: #e4aa26;
  font-size: 26px;
}

.marcas-festpan {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: 110px;
}

.logo-marcas-festpan1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
}

.logo-marcas-festpan2 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 300px;
  margin-top: 26px;
}

.logo-marcas-festpan3 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 300px;
  margin-top: -40px;
}

.logo-marcas-festpan1 img {
  width: 220px;
}

.logo-marcas-festpan1 > h1 {
  color: #b99428;
  text-align: center;
  font-size: 20px;
  font-weight: 800;
}

.logo-marcas-festpan1 p {
  color: #000000;
  width: 220px;
  text-align: justify;
}

.logo-marcas-festpan2 img {
  width: 220px;
}

.logo-marcas-festpan2 > h1 {
  color: #b99428;
  text-align: center;
  font-size: 20px;
  font-weight: 800;
}

.logo-marcas-festpan2 p {
  color: #000000;
  width: 220px;
  text-align: justify;
}

.logo-marcas-festpan3 img {
  width: 150px;
  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: 220px;
  text-align: justify;
}

/* section sobre filiais */

.barra-superior-filiais {
  background-color: var(--primary-color);
  width: 1200px;
  height: 5rem;
  display: flex;
  position: relative;
  border-top-left-radius: 1.25rem;
  align-items: center;
  margin-top: 80px;
  padding: 10px;
  margin-left: 200px;
  margin-right: -3.125rem;
  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;
  flex-wrap: wrap;
  justify-content: center;
}

.filiais-titulo {
  width: 430px;
}

.filiais-titulo p {
  color: #000000;
  font-size: 24px;
  font-weight: 800;
  margin-top: 40px;
  margin-left: -250px;
}

.filiais-estado {
  width: 100%;
  margin-top: 80px;
}

.selecionar-estado {
  background-color: var(--primary-color);
  width: 250px;
  text-align: center;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 220px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.selecionar-estado p {
  font-size: 20px;
  font-weight: 800;
}

.container-estados {
  background-color: #f6f6f6;
  margin-left: 220px;
  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;
  margin-left: 550px;
  margin-top: 100px;
}

.descricao-container {
  margin-top: 20px;
  width: 500px;
}

.descricao-container h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #000000;
}

.descricao-container p {
  color: #000000;
  font-size: 16px;
  line-height: 1.5;
}

.container {
  position: relative;
}

/* Slider */

.clientes .wrapper {
  max-width: calc(100% - (50px / 2));
  width: 100%;
  position: relative;
}

.clientes .wrapper i {
  top: 50%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.25rem;
  position: absolute;
  text-align: center;
  line-height: 50px;
  background: var(--secondary-color);
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
}

.clientes .wrapper i:active {
  transform: translateY(-50%) scale(0.85);
}

.clientes .wrapper i:first-child {
  left: -22px;
}

.clientes .wrapper i:last-child {
  right: -22px;
}

.clientes .wrapper .carousel {
  padding: 0 25px;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 7) - 12px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  border-radius: 8px;
  scroll-behavior: smooth;
  scrollbar-width: none;
  border: 2px solid var(--secondary-color);
  justify-content: center;
  justify-items: center;
}

.carousel::-webkit-scrollbar {
  display: none;
}

.carousel.no-transition {
  scroll-behavior: auto;
}

.carousel.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}

.carousel.dragging .card {
  cursor: grab;
  user-select: none;
}

.carousel :where(.card, .img) {
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel .card {
  scroll-snap-align: start;
  list-style: none;
  background: #fff;
  cursor: pointer;
  padding-bottom: 15px;
  flex-direction: column;
  border-radius: 8px;
}

.carousel .card .img {
  height: 148px;
  width: 148px;
}

.card .img img {
  width: 140px;
  object-fit: cover;
  border: 4px solid #fff;
}

.carousel .card h2 {
  font-weight: 500;
  font-size: 1.56rem;
  margin: 30px 0 5px;
}

.carousel .card span {
  color: #6a6d78;
  font-size: 1.31rem;
}

@media screen and (max-width: 900px) {
  .wrapper .carousel {
    grid-auto-columns: calc((100% / 2) - 9px);
  }
}
/* Slider - End */

@media screen and (max-width: 600px) {
  .wrapper .carousel {
    grid-auto-columns: 100%;
  }
  nav.elipse > div {
    left: 35%;
    bottom: -8%;
  }
  .container .elipse {
    left: -50%;
  }
  nav.login {
    opacity: 0;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 100%;
  }
}