@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins&display=swap');


body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  background-color: white !important;
}

.navbar {
  display: none;
}

.header-top {
  width: 100%;

}



.header-top {
  background-color: white;
}
.link-footer{
  text-decoration: none;
  color: white;
}
.header-top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 83%;
  margin: 0 auto;

}

.header-top-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  gap: 10px;
  padding: 0;
}

.header-top-content li img {
  width: 30px;
}
.phone-header{
  width: 160px !important;
  margin-top: -3px;
}

/* efeito de transparencia redes sociais header */
.header-top-content li:hover {
  opacity: 0.5;
  transition: ease-in-out;
  transition-duration: 0.5s;
}

/*header Ligue*/

.call-us {
  color: #666666;
  font-weight: 700;
  font-size: 14px;
  ;
}

.phone-number-header {
  color: #063380;
  font-weight: 700;
  font-size: 14px;
  ;
}

.divisor {
  margin-top: 0px;
  margin-bottom: 10px;
}

.search-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 83%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;

}

.search-header a {
  width: auto;
}

.header-logo {
  width: 160px;
  margin-right: 40px;
}

.search {
  background-color: #063380;
  color: white;
  border: none;
  padding: 20px;
  
  border-radius: 8px;
  height: 5px;
  width: 48vw;
}

.search::placeholder {
  color: white;
  font-size: 12px;
  
}

#searchResults{
  display: none;
  position: absolute;
  z-index: 5;
  background-color: white;
  padding: 20px;
  border-radius: 0px 0px 5px 5px;
  border: 1px solid blue;
}
#searchResults a{
  text-decoration: none;
}
#searchResults li{
  list-style-type: none;
  margin: 15px 0px;
}
tr{
  padding: 5px;
}
tr:hover{
  cursor: pointer;
}
.imagemProduto{
  width: 50px;
  vertical-align: middle;
}
/*.searchProductsOptions{
  z-index: 5;
  position: absolute;
  width: 200px;
  border: 1px solid black;
  background-color: white;
}
.imagemProduto{
  width: 100%;
}*/
.btn-express {
  width: 200px;
  margin-left: 50px;
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 88.6% !important;
  margin: 0 auto;

  font-size: 15px;
}

.header-menu a {
  text-decoration: none;
}

.header-menu a:-webkit-any-link {
  color: #606060;
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 88.6%;
  margin: 0 auto;

  font-size: 15px;
  ;
}

.header-menu a {
  text-decoration: none;

}

.header-menu a:-webkit-any-link {
  color: #606060;
}

.header-menu a:-webkit-any-link {
  color: #606060;
}

.menu ul li {
  display: inline;
  color: #606060;
}

.menu li {
  margin: 30px;
}

.menu a {
  font-size: 1em;
}

.dropbtn {
  background-color: white;
  padding: 16px;
  font-size: 1em;
  border: none;
  cursor: pointer;
  color: #063380;
  font-weight: 800;
  font-family: 'Montserrat', sans-serif;
}
.dropbtn-the-company {
  background-color: white;
  padding: 16px;
  font-size: 1em;
  border: none;
  cursor: pointer;
  
  
  font-family: 'Montserrat', sans-serif;
}

.dropdown {
  position: relative;
  display: inline-block;

}

/* Abas Menu Header */

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 500px;

  z-index: 1;
  box-shadow: 0 2px 6px 0 rgb(0 0 0 / 64%);
  box-sizing: border-box;

  text-align: left;
  border-radius: 0px 0px 20px 20px;
  padding: 20px 10px;
}
.dropdown-content-empresa{
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 200px;

  z-index: 1;
  box-shadow: 0 2px 6px 0 rgb(0 0 0 / 64%);
  box-sizing: border-box;

  text-align: left;
  border-radius: 0px 0px 20px 20px;
  padding: 20px 20px;
  
}
.dropdown-content-empresa .primeira-aba{
  width: 100%;
  line-height: 2.0;
}
.dropdown-content .primeira-aba {
  width: 45%;
  float: left;
  border-right: 1px grey solid;
  
}
.dropdown-content .primeira-aba a::after{
  content: " \203A ";
  float: right;
  font-size: 20px;
  margin-top: -5px;
}
.segunda-aba{
  margin-left: 45px;
  display: none;
  width: 45%;
  float: left;
}
.segunda-aba.aba-bolsas:hover{
  display: block;
}

.dropdown-content a::before {
  
}

.dropdown-content a {
  color: #063380;
  padding: 5px 16px;
  text-decoration: none;
  display: block;
  font-size: 0.8em;
  font-weight: 300;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown:hover .dropdown-content-empresa {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: white;
}





.all-products-icon {
  width: 27px;
  position: relative;
  z-index: 1;
  margin-right: -8px;
  vertical-align: -3px;
}

.arrow-dropdown {
  width: 10px;
  position: relative;
  z-index: 1;
  vertical-align: 2px;
  margin-left: -15px;
  margin-right: 5px;
}

/*Menu selecionado*/
.selectedMenu a {
  color: #636363 ;
  font-weight: 600;
  line-height: 2;
}
.primeira-aba a{
  font-size: 1em;
  font-weight: 700;
  color: #063380 !important;
}
.primeira-aba a:hover{
  color: #063380;
}
.segunda-aba p{
  color: #063380 !important;
  font-weight: 700;
}
.dropdown-content .segunda-aba a{
  margin-left: 0px;
  padding: 0px;
  font-size: 14px;
}
.inicio {
  color: #063380 !important;
  font-weight: 800;
}

.main-banner {
  background-image: url('/assets/imagens/Banner-principal.png');
  background-size: cover;
  margin-bottom: 20px;
  height: 468px;
  background-repeat: no-repeat;
  position: relative;
}

.main-banner-container {
  width: 46vw;
  padding-top: 30px;
}

.main-banner-tittle {
  text-align: right;
  color: white;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 0px;
}

.main-banner-sub-tittle-1{
  margin-bottom: -30px;
  text-align: right;
  color: white;
  font-size: 40px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
}
.main-banner-sub-tittle {
  margin-top: 0px;
  text-align: right;
  color: white;
  font-size: 42px;
  font-weight: 800;
  font-style: italic;
}

.btn-solicite {
  float: right;
  width: 25vw;
}

.selos-banner {
  display: none;
  position: absolute;
  right: 8vw;
  top: 50.5px;
  width: 10vw;
}

.selos-banner img {
  margin: auto;
  width: 80%;
  top: 0px;
}

.produtos-personalizados {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 90%;
  margin: 0 auto;
  margin-bottom: 30px;
  font-size: 19px;
  text-align: center;

}

.produto-personalizado-off {
  display: none;
}

.produto-personalizado-off-two {
  display: none;
}

.produto-personalizado-off-three {
  display: none;
}

.titulo-produtos-personalizados {
  color: #063380;
  text-transform: uppercase;
}

.italic-bold {
  font-weight: 900;
  font-style: italic;
}

.painel-de-botoes {
  margin-top: 40px;
}

.produtos-personalizados img {
  width: 13%;
  margin-left: 10px;
  margin-right: 10px;
}

.slides-produtos {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.bullet-slide,
.right-arrow,
.left-arrow {
  height: 10px;
  width: auto !important;
}

.bullet-slide:hover,
.right-arrow:hover,
.left-arrow:hover {
  cursor: pointer;
}

.btn-muito-mais {
  display: none;
  margin-top: 20px;
  background-color: #063380;
  color: white;
  border: none;
  width: 150px;
  height: 40px;
  border-radius: 5px;
  font-weight: 600;
}

.referencia-no-mercado {
  background-image: url('/assets/imagens/BGs/fatias_referecnia-mercado-clientes-BG.png');
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 150px;
  border-top: 2px solid #063380;
  box-sizing: border-box;
}

.container-referencia {
  display: -webkit-box;
  display: block;
  max-width: 73%;
  margin: 0 auto;

  font-size: 19px;
  color: white;
}

.titulo-referencia {
  text-transform: uppercase;
  padding-top: 60px;
}

.descricao-referencia {
  display: block;
  margin-right: 280px;
}

.texto-cliente {
  color: #EBCB04;
  padding-top: 50px;
  position: relative;
  top: 26px;
}

/* Galeria de imagem */
.galeria-imagens-full {
  width: 80%;
  margin-left: 50px;
  margin-top: 20px;
}

.galeria-imagens {

  height: 300px;
  margin-left: 180px;
  margin-top: -70px;
  padding: 10px 0px 0px 0px;
  width: 800px;
}

.conquistas {
  text-transform: uppercase;
}



.grid {
  display: none;
  grid-auto-flow: column;
  grid-gap: 5px;
  padding-top: 18px;
}

.grid img {
  height: 35px;
  width: auto;
}

.grid__figure {
  max-width: 300px;
  height: auto;
}

.grid li {
  list-style: none;
}


.logo-cliente {
  width: 160px;
}

.logo-cliente img {
  gap: 10px;
  vertical-align: center;
}

.artigos-promocionais {
  margin: auto;
  width: 1100px;
  box-sizing: border-box;
}

.artigos-promocionais-img {
  margin-left: -50px;
  vertical-align: -80px;
  width: 10vw;
  margin-top: 30px;
  margin-bottom: 30px;
}

.btn-artigos-promocionais {
  background-image: linear-gradient(to right, #598AE4, #38CDDC);
  padding: 20px 50px;
  color: white;
  font-size: 35px;
  border-radius: 10px;
  margin: auto;
  text-decoration: none;
}

.btn-artigos-promocionais-titulo {
  font-weight: 900;
}

.btn-artigos-promocionais-italic {
  font-style: italic;
}

.bone-promocionais {
  margin: auto;
  width: 900px;
  box-sizing: border-box;
}

.bone-promocionais-img {
  vertical-align: -80px;
  width: 10vw;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.btn-bone-promocionais {
  background-image: linear-gradient(to right, #598AE4, #38CDDC);
  padding: 20px 50px;
  color: white;
  font-size: 35px;
  border-radius: 10px;
  margin-left: -50px;
  text-decoration: none;
}

.btn-bone-promocionais-titulo {
  font-weight: 900;
}

.btn-bone-promocionais-italic {
  font-style: italic;
}

.nossas-conquistas {
  background-image: url('/assets/imagens/BGs/fatias_conquistas-selos-BG.png');
  background-size: cover;
  ;
  min-width: 100vh;
  min-height: 500px;
  position: relative;
}

.container-tamanho {
  max-width: 70%;
  margin: 0 auto;
  margin-bottom: 30px;
  font-size: 24px;
  padding-left: 30px;

}

.titulo-conquistas {
  box-sizing: border-box;
  padding-top: 80px;
  color: #063380;
}

.btn-um {
  width: 20%;
  height: auto;
}

.btn-dois {
  margin-left: 37px;
  width: 20%;
  margin-top: 0px;

}

.btn-tres {
  position: absolute;
  width: 20%;
  left: 50.6%;
  top: 149.5px;
}

.selos {
  position: absolute;
  right: 15vw;
  top: 150px;
  width: 10vw;
}

.selos img {
  width: 100%;
  top: 0px;
}

.garrafas-termicas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 90%;
  margin: 0 auto;
  margin-bottom: 30px;
  font-size: 19px;
  text-align: center;
}

.garrafas-termicas-img {
  margin-left: auto;
  margin-right: auto;
  width: 87%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.formulario-contato {
  background-image: url('/assets/imagens/BGs/fatias_fale-conosco-bg.png');
  background-size: cover;
  min-width: 100vh;
  min-height: 80vh;
  position: relative;
  box-sizing: border-box;
}

.home-form-content {
  width: 450px;
  margin-left: 30%;
  height: 458px;
}

.home-form-content h2 {
  padding-top: 65px;
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.home-form-content p {
  margin-top: 0px;
  width: 80%;
  font-size: 0.8em;
  font-weight: 500;
  color: #636363;
}

.home-form-content input {
  width: 80%;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 2px solid #063380;
  padding: 8px;
}
.home-form-content-index input {
  width: 80%;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 2px solid #063380;
  padding: 8px;
}
.home-form-content-index {
  width: 450px;
  margin-left: 30%;
  height: 458px;
}

.home-form-content-index h2 {
  padding-top: 65px;
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.home-form-content-index p {
  margin-top: 0px;
  width: 80%;
  font-size: 0.8em;
  font-weight: 500;
  color: #636363;
}
.home-form-content-index select{
  min-width: 380px;
  width: 80%;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 2px solid #063380;
  padding: 8px;
}

.home-form-content-index input::placeholder{
  font-weight: 600;
}
.home-form-content-index select[disabled]{
  font-weight: 600;
}
.home-form-content select{
  width: 80%;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 2px solid #063380;
  padding: 8px;
}

.home-form-content input::placeholder{
  font-weight: 600;
}
.home-form-content select[disabled]{
  font-weight: 600;
}
#privacy-checkbox {
  width: auto;
}

.privacy-input {
  margin-top: -17px;
  width: 80%;
  font-size: 0.8em;
  font-weight: 500;
  line-height: 1.0;
  color: #636363;
}

.formsubmit {
  margin-top: 30px;
  margin-left: 245px;
  width: 30% !important;
  background-color: #0C7C37;
  text-transform: uppercase;
  font-weight: 600;
  color: white;
  border: none !important;
  letter-spacing: 0.2ch;
}

.politica-de-privacidade {
  text-decoration: none;
  color: #063380;
}

.footer-distributed {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding: 55px 50px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-mid-left,
.footer-distributed .footer-center,
.footer-distributed .footer-semi-right,
.footer-distributed .footer-semi-final,
.footer-distributed .footer-right {
  display: inline-block;
  vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left {
  width: 20%;
  margin-right: 3%;
}

.footer-left h3 img {
  width: 80%;
  margin-bottom: 10px;
}

.footer-left h4 img {
  width: 28%;
  margin: 10px;
}

/*.monge-wardancer img{
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
      }*/

/* The company logo */
.footer-distributed .footer-company-name {
  color: #222;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}

.primeiro-rodape {
  
  background-image: url('fatiasrodapeelemento.png') ;
  background-position: right;
  background-position-y: 98px;
  background-repeat: no-repeat;
  background-size: 150px;
  font-family: 'Montserrat', sans-serif !important;
  
}

.footer-distributed h3 {
  color: #ffffff;
  margin: 0;
}


/* Footer links */

/* Footer mid-left */

.footer-distributed .footer-mid-left {
  width: 40%;
}

.footer-left img {
  width: 40%;
}

.footer-distributed .footer-links {
  color: #ffffff;
  margin-top: 0px;
  padding: 0;
}

.footer-distributed .footer-links a {
  display: inline-block;
  line-height: 1.8;
  font-weight: 600;
  text-decoration: none;
  color: #626262;
  text-decoration: underline;
  margin: 0px 10px;
}

.footer-distributed .footer-links a:nth-child(3n-2)::after{
  content: " • ";
}
/* Footer Center */

.footer-distributed .footer-center {
  width: 13%;
  margin-left: 2%;
}

.footer-distributed .footer-center i {
  background-color: #33383b;
  color: #ffffff;
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  vertical-align: top;
}

.footer-distributed .footer-center i.fa-envelope {
  font-size: 17px;
  line-height: 38px;
}

.footer-distributed .footer-center p {
  display: inline-block;
  color: #ffffff;
  font-weight: 400;
  vertical-align: middle;
  margin: 0;
}

.footer-distributed .footer-center p span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
}

.footer-distributed .footer-center p a {
  text-decoration: none;
}

.title-footer-products {
  margin: 0px;
  margin-bottom: 30px;
  display: inline-block;

  font-weight: 900;
  text-decoration: none;
  color: #063380;
}

.ferreiro {

  margin-top: -20px;
  color: #666666;
  line-height: 2.0;
  font-size: 13px;

  font-weight: 600;

}

ul {
  padding-inline-start: 20px;
}
.buttons-footer{
  margin-top: 20px;
  margin-left: 10px;
}
.fale-conosco-footer{
  width: 160px;
}
.social-rodape{
  width: 30px;
  margin: 0px 20px;
  margin-top: 10px;
}
.social-rodape:nth-child(1){
  margin-left: 3px;
}
.blog-rodape{
  width: 95px;
}
/*.footer-distributed .footer-links a:before {
        content: "|";
        font-weight:300;
        font-size: 20px;
        left: 0;
        color: #fff;
        display: inline-block;
        padding-right: 5px;
      }*/

.footer-distributed .footer-links .link-1:before {
  content: none;
}

/* Footer Semi Right */

.footer-distributed .footer-semi-right {
  width: 13%;
}

.ferreiro-semi-right {
  width: 80%;
  margin-top: 48px;
  color: #666666;
  line-height: 2.0;
  font-size: 13px;
  margin-left: -23px;
  font-weight: 600;
  margin-left: 10px;
}

/* Footer Semi Right */

.footer-distributed .footer-semi-final {
  width: 13%;
}

.ferreiro-semi-final {
  width: 80%;
  margin-top: 48px;
  color: #666666;
  line-height: 2.0;
  font-size: 13px;
  margin-left: -23px;
  font-weight: 600;
  margin-left: 10px;
}

/* Footer Right */

.footer-distributed .footer-right {
  width: 36%;

}

.footer-tittle {
  font-weight: 700;
  color: #063380;
}

.footer-distributed .footer-company-about {
  line-height: 20px;
  color: #92999f;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}

.footer-distributed .footer-company-about span {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-distributed .footer-icons {
  margin-top: 10px;
}

.footer-distributed .footer-icons a {
  display: inline-block;
  
  height: 35px;
  cursor: pointer;
  border-radius: 2px;

  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;

  margin-right: 3px;
  margin-bottom: 20px;
}


.footer-icons img {
  width: 60px;
}

.tel-icon {
  vertical-align: middle;
  width: 20px;
}

.tittle-last-foot {
  color: #063380;
  font-weight: 700;
  font-size: 18px;
}

.home-form-content p {
  width: 100%;
}

.rodapepe-cruzado {
  text-align: center;
  font-size: 12px;
  background-color: black;
  color: white;
  padding: 10px;
}

.footer-distributed .footer-right {
  margin-top: 5px;
}

.header-top-content {
  padding-top: 20px;
}



figure:hover span {
  opacity: 0.76;
  filter: alpha(opacity=76);
}

figure {
  max-width: 937px;
  height: 354px;
  position: relative;
  overflow: hidden;
  margin: 50px auto;
}

figcaption {
  padding-left: 20px;
  color: #fff;
  font-family: "Kaushan Script", "Lato", "arial";
  font-size: 22px;
  background: rgba(1, 144, 238, 0.76);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 55px;
  height: 55px;
  z-index: 5
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

  body {
    width: 100%;
  }

  .footer-distributed .footer-center {
    width: 13%;
    margin-left: 0%;
  }

  .header-top-content {
    display: block;
    margin-left: -70px;
  }

  .header-top-content ul {
    margin-left: auto;
    margin-right: auto;
    width: 30%;
  }

  .header-top-callus{
    width: 100%;
  }
  .header-top-callus p{
    justify-content: center;
  }
  div.header-top-callus {
    text-align: center;
  }

  .search-header {
    display: block;
    text-align: center;
  }
  
  .header-logo {
    margin-right: 0;
    width: 150px;
    margin-bottom: 20px;
  }



  .btn-express {
    margin: auto;
    margin-top: 20px;
    width: 150px;
  }

  .privacy-input {
    width: 100%;
  }

  /* Menu mobile */
  .header-menu {
    display: none;
  }

  .main-banner {
    background-image: linear-gradient(to right, #598AE4, #38CDDC);
    height: 500px !important;
    width: 100%;
    position: relative;
  }
  
  .main-banner-container {
    width: 100%;

    text-align: center;
  }

  .main-banner-sub-tittle-1{
    margin-bottom: 0px;
  }
  .main-banner-tittle,
  .main-banner-sub-tittle {
    text-align: center;
    margin: 10px 20px 10px 20px;
  }

  .selos-banner {
    padding-top: 50px;
    display: flex;
    position: static;
    justify-content: center;
    margin-bottom: -50px;
    width: 100%;
  }

  .selos-banner img {
    width: 100px;
  }

  .btn-orcamento {
    width: 100%;
    height: 30px;
    
  }

  .btn-solicite {
    float: none;
    margin: auto;
    width: 80%;
    
  }


  /*Botão ecobags e bonés*/

  .artigos-promocionais {
    width: 80%;
  }

  .artigos-promocionais-btn,
  .bone-big-btn {
    display: none;
  }

  /* Galeria de imagens */
  .galeria-imagens-full {
    display: none;
  }

  .painel-de-botoes img {
    width: 200px;
    margin: 10px;
  }

  .titulo-referencia {
    text-align: center;
  }

  .descricao-referencia {
    text-align: center;
    margin-right: 0;
  }

  .referencia-no-mercado {
    background-image: none;
    background-color: #063380;
  }

  .galeria-imagens {
    display: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    padding-bottom: 750px;
    width: auto;
  }

  .container-referencia {
    max-width: 90%;
  }

  .grid {
    display: block;

  }

  .grid li {
    text-align: center;
  }

  ul.grid {
    margin: 0px;
    padding: 0px;
  }

  .grid img {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .nossas-conquistas {
    min-width: auto;
    background-image: none;
    background-color: #E6E7E8;
    padding-bottom: 10px;
    margin-top: -20px;
  }

  .parte-selos {
    padding-top: 30px;
    font-size: 20px;
  }

  .btn-tres {
    position: static;
  }

  .btn-um,
  .btn-dois,
  .btn-tres {
    width: 150px;
    display: block;
  }

  .btn-dois {
    margin: 0px;
  }





  .selos {
    display: inline;
    right: 60px;

  }

  .selos img {
    width: 80px;
    ;
  }


  .formulario-contato {
    min-height: 520px !important;
    min-width: auto;
    background-image: none;
    text-align: center;
  }

  .home-form-content {
    margin: 20px;
    width: auto;
    height: 200px !important;
  }

  .privacy-input {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }

  .privacy-text {
    line-height: 1.6;
  }

  .formsubmit {
    margin-top: 20px;
    margin-left: auto;

  }

  .formsubmit:hover {
    cursor: pointer;
  }

  .home-form-content h2 {
    padding-top: 0px;
  }

  .ferreiro {
    margin-top: 0px;

  }

  div.footer-center {
    margin-bottom: 0px !important;
  }

  .footer-distributed .footer-semi-right {
    margin-top: -15px;
  }

  ul.ferreiro-semi-right {
    padding-top: 10px;
  }

  .primeiro-rodape {
    background-image: none;
    margin-top: 250px;
  }






  .container-box {
    max-width: 1050px;
    width: 90%;
    margin: auto;
  }

  .navbar {
    display: block !important;
    width: 100%;
    box-shadow: 0 1px 4px rgb(146 161 176 / 15%);
  }

  .nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 62px;
  }

  .navbar .menu-items {
    display: flex;
  }

  .navbar .nav-container li {
    list-style: none;
  }

  .navbar .nav-container a {
    text-decoration: none;
    color: #0e2431;
    font-weight: 500;
    font-size: 1em;
    padding: 0.7rem;
  }

  .navbar .nav-container a:hover {
    font-weight: bolder;
  }

  .nav-container {
    display: block;
    position: relative;
    height: 60px;
  }

  .nav-container .checkbox {
    position: absolute;
    display: block;
    height: 32px;
    width: 32px;
    top: 20px;
    left: 20px;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
  }

  .nav-container .hamburger-lines {
    display: block;
    height: 26px;
    width: 32px;
    position: absolute;
    top: 17px;
    left: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .nav-container .hamburger-lines .line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: #0e2431;
  }

  .nav-container .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
  }

  .nav-container .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
  }

  .nav-container .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
  }

  .navbar .menu-items {
    padding-top: 120px;
    padding-bottom: 1200px;
    box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
    /*height: 120vh;*/
    width: 100%;
    transform: translate(-150%);
    display: flex;
    flex-direction: column;
    margin-left: -40px;
    padding-left: 50px;
    transition: transform 0.5s ease-in-out;
    text-align: center;
    background-color: white;
    z-index: 5;
  }

  .ferreiro,
  .ferreiro-semi-right,
  .ferreiro-semi-final {
    padding-inline-start: 0px;
    margin: auto;
    text-align: center;
    list-style-position: inside;
    padding-right: 15px;
  }

  .navbar .menu-items li {
    margin-bottom: 1.2rem;
    font-size: 1em;
    font-weight: 500;
  }

  .logo {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 1.2rem;
    color: #0e2431;
  }

  .primeiro-rodape {
    margin-top: 30px;
  }

  .nav-container input[type="checkbox"]:checked~.menu-items {
    transform: translateX(0);
  }

  .nav-container input[type="checkbox"]:checked~.hamburger-lines .line1 {
    transform: rotate(45deg);
  }

  hr {
    display: none;
  }

  .nav-container input[type="checkbox"]:checked~.hamburger-lines .line2 {
    transform: scaleY(0);
  }

  .nav-container input[type="checkbox"]:checked~.hamburger-lines .line3 {
    transform: rotate(-45deg);
  }

  .nav-container input[type="checkbox"]:checked~.logo {
    display: none;
  }

  .footer-distributed {
    padding: 0px
  }

  .footer-distributed .footer-left,
  .footer-distributed .footer-mid-left,
  .footer-distributed .footer-center,
  .footer-distributed .footer-semi-right,
  .footer-distributed .footer-semi-final,
  .footer-distributed .footer-right {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }

  .footer-distributed .footer-center i {
    margin-left: 0;
  }

  .footer-distributed .footer-semi-right {
    margin-bottom: 0px !important;
  }

  .header-top-content ul {
    width: 35%;
  }

  .social-media-icons-container {
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-phone {
    margin-bottom: 20px;
  }

  .main-banner {
    height: auto;
    z-index: -2;
  }

  .buttons-footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .category-m-menu{
    background-color: #063380;
    color: white !important;
    border-radius: 5px;
    line-height: 3.0;
  }

  .home-form-content input {
    min-width: auto;
    width: 80%;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 2px solid #063380;
    padding: 8px;
  }
  .home-form-content select{
    min-width: auto;
    width: 80%;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 2px solid #063380;
    padding: 8px;
  }
  
}

.ferreiro a,
.ferreiro-semi-final a,
.ferreiro-semi-right a {
  text-decoration: none;
  color: #666666;
}