
  html {
    scroll-behavior: smooth;
  }
  section {
    scroll-margin-top: 100px;
  }
  h3 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 32px;
    font-weight: 300;
  }
    #secHeader .deskHeader{
    background: #7B7B7B;
    position: fixed;
    top: 32px;
    left: 0;
    right: 0;
    z-index: 99999;
    border-radius: 10px;
    padding: 12px 24px;
  }
  #secHeader .conteudo-site ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 16px;
    justify-content: center;
  }
  #secHeader .conteudo-site ul li a {
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: white;
  }
  #secHeader .conteudo-site ul li a:hover{
    color: #FFB923;
  }
  .contato-botao {
    background: #FFB923;
    border-radius: 10px;
    color: black;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 10px 18px;
    display: flex;
    align-items: center;
    width: fit-content;
  }
  .contato-botao:hover {
    background: #FEA71F;
  }
  .contato-botao svg{
    margin-right: 8px;
  }
  #secHeader .deskHeader .contato-botao {
    float: right;
  }
  .mobHeader {
    background: #7B7B7B;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 99999;
  }
  .mobHeader ul {
    text-align: center;
    list-style: none;
    padding: 0px;
  }
  .mobHeader li {
    margin-bottom: 24px;
  }
  .mobHeader .menu-navegacao-mobile a {
    color: white;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
  }
  .mobHeader .menu-navegacao-mobile {
    margin-top: 36px;
    margin-bottom: 100px;
  }
  .mobHeader .contato-botao{
    margin-bottom: 60px;
  }
  .whatsapp-sidebar {
    position: fixed;
    top: 30%;
    right: -155px;
    width: 200px;
    background-color: #ffbd00;
    color: black;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    display: flex;
    transition: right 0.4s ease;
    z-index: 9999;
  }
  .whatsapp-sidebar.open {
    right: 0;
  }
  .whatsapp-tab {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    background-color: #ffbd00;
    padding: 8px 2px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .whatsapp-tab h5 {
    margin: 0px;
    font-family: "Bebas Neue";
    font-size: 20px;
    font-weight: 400;
  }
  .whatsapp-tab img {
    width: 40px;
    height: 40px;
  }
  .whatsapp-content {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
  }
  .whatsapp-content h3 {
    text-align: center;
    font-family: "Bebas Neue";
    font-size: 20px;
    font-weight: 400;
  }
  .whatsapp-content p {
    color: black;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
    margin: 0px;
  }
  .whatsapp-content .number {
    align-items: center;
    font-weight: bold;
  }
  .whatsapp-content a {
    text-decoration: none;
    color: black;
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
  }
  .whatsapp-content i {
    font-size: 14px;
  }
  .arrow {
    position: fixed;
    top: 52%;
    right: 0;
    z-index: 9999;
  }
  .home-banner {
    position: relative;
    background-size: cover;
    background-position: center;
    padding-top: 245px;
    padding-bottom: 245px;
    overflow: hidden;
  }
  .home-banner .etiqueta{
    position: absolute;
    right: 8%;
    bottom: 12%;
    z-index: 10;
  }

  .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
  }
  .home-banner .container,
  .home-banner .titulo-topo {
    position: relative;
    z-index: 2;
  }
  .home-banner h1 {
    color: white;
    font-family: "Bebas Neue", sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    padding-right: 20px;
  }
  .amarelo {
    color: #FFB923;
  }
  .categoria-box {
    position: relative;
    background: #262626;
    border: 2px solid #FFB923;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 30px 20px;
    margin: 20px auto;
    max-width: 660px;
    margin-top: -70px;
    z-index: 10;
  }
  .categoria-box p {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    color: white;
    margin: 0px;
  }
  .glow-top {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    height: 23px;
    width: 42px;
    background: radial-gradient(56.51% 58.83% at 50% 50%, #FFCF3A 0%, rgba(255, 207, 58, 0.00) 100%);
    filter: blur(2.200000047683716px);
    z-index: 1;
  }
  .categoria-item {
    flex: 1;
    text-align: center;
    color: white;
    position: relative;
    z-index: 2;
    padding: 0 10px;
  }
  .categoria-item img {
    width: 44px;
    height: 44px;
    margin-bottom: 8px;
  }
  .separator {
    height: 65px;
    width: 2px;
    background-color: white;
  }

  .quem-somos {
    margin-top: 100px;
  }
  .quem-somos .quem-somos-text {
    padding-left: 100px;
  }
  .quem-somos .quem-somos-text p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
  }
  .quem-somos .slider-images img {
    width: 420px;
    height: 565px;
    object-fit: cover;
  }

  .categorias {
    margin-top: 100px;
    background-color: #262626;
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .categorias .img-catego{
    border-radius: 10px;
  }
  .categorias .card-catego::after {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.3s ease;
    border-radius: 10px;
    z-index: 1;
  }

  .categorias .card-catego:hover::after {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .categorias .card-catego{
    position: relative;
    display: flex;
    justify-content: center;
  }
  .categorias .card-title{
    position: absolute;
    bottom: 0px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.80);
    width: 95%;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 2;
  }
  .categorias .card-title img{
    width: 24px;
    height: 24px;
    margin-left: 8px;
  }
  .contato {
    padding-top: 120px;
    padding-bottom: 95px;
  }
  @media (max-width: 768px) {
    .home-banner .etiqueta{
      width: 88px;
      height: 88px;
      bottom: 20%;
      right: 15%;
    }
  }
  @media (max-width: 567px) {
    .home-banner {
      padding-top: 140px;
    }
  }
  @media (max-width: 425px) {
    .categoria-box {
      padding: 30px 5px;
    }
  }
  @media (max-width: 320px) {
    .categoria-item {
      padding: 0 0px;
    }
    .categoria-box p {
      font-size: 10px;
    }
    .categoria-item img {
      width: 35px;
      height: 35px;

    }
  }
    .contato h5 {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 35px;
    padding-right: 100px;
  }
  .contato .card-contato {
    background-color: #262626;
  }
 .card-contato {
    border-radius: 10px;
    padding-left: 26px;
    padding-bottom: 46px;
  }
  .card-contato h4 {
    font-family: "Bebas Neue";
    font-size: 20px;
    font-weight: 400;
    color: white;
    margin-top: 32px;
  }
  .card-contato h4 img {
    margin-right: 8px;
    width: 20px;
    height: 20px;
    aspect-ratio: 1/1;
  }
  .card-contato p,
  .card-contato a{
    color: white !important;
    font-family: Inter !important;
    font-size: 14px !important;
    font-weight: 400 !important;
  }
  .contato .redes-sociais {
    text-align: center;
  }
  .contato-img .image-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .image-wrapper {
    position: relative;
    display: flex;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }

  .image-wrapper::after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.8);
    transition: opacity 0.3s ease;
    pointer-events: none;
    border-radius: 10px;
  }
  .image-wrapper:hover::after {
    opacity: 0;
  }

  @media (max-width: 1024px) {
    .quem-somos .slider-images img {
      width: 100%;
      height: 100%;
    }
    .quem-somos .quem-somos-text {
      padding-left: 15px;
    }
  }
  @media (max-width: 992px) {
    .home-banner h1 {
      font-size: 32px;
      text-align: center;
      padding-right: 0px;
    }
    .contato-botao {
      margin: auto;
    }
  }
  @media (max-width: 567px) {
    #footer .mapa {
       margin-top: 0px;
    }
    #footer .mapa img {
      width: 90%;
      height: 90%;
    }
    .contato .card-contato {
      margin-bottom: 20px;
    }
    .contato {
      text-align: center;
      padding-top: 100px;
      padding-bottom: 90px;
    }
    .contato h5 {
      margin-bottom: 30px;
      padding-right: 0px;
    }

  }

  #footer{
 		background-color: black;
 		padding-top: 24px;
 		padding-bottom: 28px;
 	}
 	#footer .logo-footer p{
 		padding-top: 17px;
 		padding-right: 120px;
 		color: white;
		font-family: Inter;
		font-size: 14px;
		font-weight: 400;
 	}
 	#footer .box-baixo p, #footer .box-baixo a{
		color: white;
		font-family: Inter;
		font-size: 16px;
		font-weight: 400;
 	}
 	#footer .mapa{
 		margin-top: 30px;
 	}
 	#footer .mapa img{
 		width: 90%;
 	}
 	.mclogo p{
 		display: flex;
 		align-items: center;
 	}
 	.mclogo img{
 		margin-left: 8px;
 	}
  @media (max-width: 768px) {
   	#footer {
	    text-align: center;
		}
		#foote .box-baixo {
			text-align: center;
		}
		.mclogo {
			margin-top: 15px;
			justify-content: center;
		}
		#footer .logo-footer p {
		  padding-right: 0px;
		}
		#footer .mapa img {
	    width: 85%;
	    height: 75%;
	    object-fit: contain;
		}
  }
  @media (max-width: 567px) {
  	#footer .mapa {
		   margin-top: 0px;
		}
		#footer .mapa img {
      width: 90%;
      height: 90%;
    }
    .card-contato {
	    text-align: center;
	    padding-left: 0px;
		}
  }