* {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif, Georgia, "Times New Roman", Times, serif;
  box-sizing: border-box;

}

body {
  background: url('..//images/fundo30.png');
  background-position: center;   
  background-repeat: repeat;  
  background-attachment: fixed; 
  min-height: 100vh;            /* garante altura mínima da tela */
}

header {
  display: flex;
  justify-content: space-between;
  /* Alinha itens no início e fim */
  align-items: center;
  /* Centraliza itens verticalmente */
  padding: 10px 20px;
  /* max-width: auto; */
  margin: 0 auto;
 
  flex-wrap: wrap; /* permite quebrar em telas menores */
}

nav {
  display: flex;
  flex: 1 1 auto;
  justify-content: flex-end;
}

nav ul {
  display: flex;
  list-style: none;
  padding: 6px 12px;
  margin: 0;
  gap: 24px;
  background-color: rgba(0, 255, 255, 0.08);
  border-radius: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  align-items: center;
}

nav ul li {
  margin: 0;
}

nav ul li a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  padding: 6px 8px;
  display: inline-block;
}

.site_title {
  /* margin: 0; */
  /* display: block; */
  font-size: 12px;
  width: 140px;
  height: 70px;
  color: #acacac;
  text-indent: -10000px;
  background: url(../images/templatemo_logo.png) no-repeat left center;
  /* background-size: contain; */
}

/* Header responsivo */
@media (max-width: 767px) {
  header {
    padding: 10px;
    /* align-items: flex-start; */
  }

  .site_title{
    margin:0 auto;
  }

  nav {
    width: 100%;
    order: 2;
    justify-content: center;
  }

  nav ul {
    gap: 12px;
    padding: 8px;
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  nav ul {
    gap: 8px;
    padding: 6px;
    flex-wrap: wrap;
  }

  nav ul li a {
    font-size: 0.95rem;
    padding: 4px 6px;
  }
}


.u-section-1 {
  background-image: none;
}

.u-section-1 .u-sheet-1 {
  min-height: 532px;
}

.u-section-1 .u-text-1 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1.125rem;
  margin: 130px 490px 0;
  text-shadow: 3px;
  -webkit-text-stroke-color: rgba(8, 33, 61, 0.3);
	-webkit-text-stroke-width: 0.1em;
   text-shadow: 3px 5px 5px rgba(5, 70, 114, 0.4),
             -3px -5px 5px rgba(244, 223, 233, 0.4);
}

.u-section-1 .u-text-2 {
  font-weight: 700;
  font-size: 3.125rem;
  width: 780px;
  margin: 20px auto 0;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.3);
	-webkit-text-stroke-width: 0.01em;
  text-shadow: 3px 5px 5px rgba(5, 70, 114, 0.6),
             -3px -5px 5px rgba(208, 208, 248, 0.8);

}

.u-section-1 .u-text-3 {
  font-size: 1.25rem;
  font-weight: 400;
  width: 780px;
  margin: 30px auto 0;
}

.u-section-1 .u-btn-1 {
  width: 80%;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.75rem;
  font-weight: 600;
  border-style: solid;
  margin: 30px auto 0;
  padding: 16px 36px;
  border-radius: 10px;
  justify-content: center;
}

.u-section-1 .u-custom-html-1 {
  margin-top: 30px;
  margin-bottom: 60px;
  padding: 0 170px 0 170px;
  font-weight: 400;
}

@media (max-width: 1199px) {
  .u-section-1 .u-text-1 {
    margin-left: 390px;
    margin-right: 390px;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-text-1 {
    margin-left: 280px;
    margin-right: 280px;
  }

  .u-section-1 .u-text-2 {
    width: 720px;
  }

  .u-section-1 .u-text-3 {
    width: 720px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-text-1 {
    margin-left: 190px;
    margin-right: 190px;
  }

  .u-section-1 .u-text-2 {
    width: 540px;
  }

  .u-section-1 .u-text-3 {
    width: 540px;
  }
}

@media (max-width: 575px) {

  .u-section-1 .u-custom-html-1 {

  padding: 0 17px 0 17px;
  }

  .u-section-1 .u-text-1 {
    margin-left: 90px;
    margin-right: 90px;
  }

  .u-section-1 .u-text-2 {
    width: 340px;
  }

  .u-section-1 .u-text-3 {
    width: 340px;
  }
}
@media (max-width: 575px){
  .u-section-1 .u-text-2 {
    font-size: 2.4em
  }
}

.u-section-2 .u-sheet-1 {
  min-height: 682px;
}

.u-section-2 .u-layout-wrap-1 {
  width: 1014px;
  margin: 60px auto;
}

.u-section-2 .u-image-1 {
  min-height: 388px;
  background-image: url("../images/corredorprevfire.jpg");
  background-position: 50% 50%;
  border-radius: 20px;
   box-shadow: 5px 5px 20px 0 rgba(41, 46, 51, 0.4);
  /* overflow: hidden;
  background-clip: padding-box; */
}

.u-section-2 .u-layout-cell-2 {
  min-height: 179px;
}

.u-section-2 .u-container-layout-2 {
  padding: 0 40px;
  border-radius: 10px;
  background: rgba(247, 223, 223, 0.3); /* Fundo branco com opacidade */
  backdrop-filter: blur(1px); /* Desfoque do que está atrás */
  -webkit-backdrop-filter: blur(7px); /* Compatibilidade Safari */
  border: 1px solid rgba(255, 255, 255, 0.3); /* Borda clara */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4); /* Sombra leve */

}

.u-section-2 .u-text-1 {
  -webkit-text-stroke-color: rgba(143, 48, 0, 0.2);
	-webkit-text-stroke-width: 0.02em;
  text-shadow: 3px 5px 5px rgba(5, 70, 114, 0.4),
             -3px -5px 5px rgba(244, 223, 233, 0.4);
  text-align: justify; 
 
}

.u-section-2 .u-layout-cell-3 {
  min-height: 204px;
  order: 0;
}

.u-section-2 .u-container-layout-3 {
  padding: 20px 20px 20px 0;
  
}

.u-section-2 .u-text-2 {
  font-weight: 700;
  text-align: center;
  font-size: 2.25rem;
  margin: 0;
   -webkit-text-stroke-color: rgba(143, 48, 0, 0.2);
	-webkit-text-stroke-width: 0.02em;
   text-shadow: 3px 5px 5px rgba(114, 112, 5, 0.4),
             -3px -5px 5px rgba(244, 223, 233, 0.4);

}

.u-section-2 .u-text-3 {
  font-size: 1.2rem;
  margin: 20px 0 0;
  text-align: center;
  -webkit-text-stroke-color: rgba(27, 27, 26, 0.2);
	-webkit-text-stroke-width: 0.1em;
   text-shadow: 3px 5px 5px rgba(5, 70, 114, 0.4),
             -3px -5px 5px rgba(244, 223, 233, 0.4);
}

.u-section-2 .u-image-2 {
  min-height: 388px;
  order: 0;
  margin-left: 1em;
  background-image: url("..//images/boxabrigoextint.jpg");
  background-position: 50% 50%;
  box-shadow: 5px 5px 20px 0 rgba(41, 46, 51, 0.4);
  border-radius: 20px;
}

@media (max-width: 1199px) {
  .u-section-2 .u-sheet-1 {
    min-height: 639px;
  }

  .u-section-2 .u-layout-wrap-1 {
    margin-bottom: 30px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-2 .u-image-1 {
    min-height: 380px;
  }

  .u-section-2 .u-layout-cell-2 {
    min-height: 199px;
  }

  .u-section-2 .u-layout-cell-3 {
    min-height: 199px;
  }

  .u-section-2 .u-text-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-2 .u-image-2 {
    min-height: 380px;
  }
}

@media (max-width: 991px) {
  .u-section-2 .u-sheet-1 {
    min-height: 490px;
  }

  .u-section-2 .u-layout-wrap-1 {
    margin-bottom: 60px;
    width: auto;
    margin-right: initial;
    margin-left: initial;
  }

  /* .u-section-2 .u-image-1 {
    min-height: NaNpx;
  } */

  .u-section-2 .u-layout-cell-2 {
    min-height: 180px;
  }

  .u-section-2 .u-container-layout-2 {
    padding-right: 30px;
  }

  .u-section-2 .u-layout-cell-3 {
    min-height: 157px;
  }

  .u-section-2 .u-container-layout-3 {
    padding-right: 30px;
    padding-left: 60px;
  }

  /* .u-section-2 .u-image-2 {
    min-height: NaNpx;
  } */
}

@media (max-width: 767px) {
  .u-section-2 .u-sheet-1 {
    min-height: 244px;
  }

  .u-section-2 .u-layout-cell-2 {
    min-height: 99px;
  }

  .u-section-2 .u-container-layout-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-2 .u-layout-cell-3 {
    min-height: 100px;
  }

  .u-section-2 .u-container-layout-3 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 575px) {
  .u-section-2 .u-layout-cell-2 {
    min-height: 150px;
  }

  .u-section-2 .u-container-layout-2 {
    padding: 0 18px;
  }

  .u-section-2 .u-container-layout-3 {
    padding-bottom: 0;
  }

   .u-section-2 .u-text-1{
    font-size: 0.8em;
    padding: 1em;
   } 

  .u-section-2 .u-text-2 {
    font-size: 1.875rem;
    
  }

  .u-section-2 .u-text-3 {
    font-size: 1.5rem;
  }
}

.u-section-3 {
  background-image: none;
  display: flex;
}

.u-section-3 .u-sheet-1 {
  min-height: 475px;
}

.u-section-3 .u-text-1 {
  margin: 0 auto;
  text-align: center;
  font-size: 2.2em;
  -webkit-text-stroke-color: rgba(143, 48, 0, 0.2);
	-webkit-text-stroke-width: 0.02em;
   text-shadow: 3px 5px 5px rgba(114, 112, 5, 0.4),
             -3px -5px 5px rgba(244, 223, 233, 0.4);
   border-bottom: solid 0.1em rgb(66, 3, 3, 0.3);
   /* width: 40%; */
   
   
}

.u-section-3 .u-layout-wrap-1 {
  margin: 20px auto 10px 0;
  padding-left: 50px;  
}

.u-section-3 .u-layout-cell-1 {
  min-height: 325px;
}

.u-section-3 .u-container-layout-1 {
  padding: 30px;
}

.u-section-3 .u-icon-1 {
  height: 83px;
  width: 83px;
  margin: 0 256px 0 0;
  padding: 10px;
}

.u-section-3 .u-text-2 {
  font-weight: 700;
  margin: 20px 0 0;
  -webkit-text-stroke-color: rgba(143, 48, 0, 0.2);
	-webkit-text-stroke-width: 0.02em;
  text-shadow: 3px 5px 5px rgba(114, 112, 5, 0.4),
             -3px -5px 5px rgba(244, 223, 233, 0.4);
  border-bottom: solid 0.1em rgb(66, 3, 3, 0.3);
  width: 60%;
            }

.u-section-3 .u-text-3 {
  font-size: 1.185rem;
  font-style: italic;
  text-align: justify;
  line-height: 1;
  margin: 20px 0 0 0;
}

.u-section-3 .u-layout-cell-2 {
  min-height: 325px;
}

.u-section-3 .u-container-layout-2 {
  padding: 30px;
}

.u-section-3 .u-icon-2 {
  height: 83px;
  width: 83px;
  background-image: none;
  margin: 0 256px 0 0;
  padding: 10px;
}

.u-section-3 .u-text-4 {
  font-weight: 700;
  margin: 20px 0 0;
  -webkit-text-stroke-color: rgba(143, 48, 0, 0.2);
	-webkit-text-stroke-width: 0.02em;
   text-shadow: 3px 5px 5px rgba(114, 112, 5, 0.4),
             -3px -5px 5px rgba(244, 223, 233, 0.4);
  border-bottom: solid 0.1em rgb(66, 3, 3, 0.3);    
  width: 50%;       
}

.u-section-3 .u-text-5 {
  font-size: 1.125rem;
  font-style: italic;
  text-align: justify;
  line-height: 1;
  margin: 20px 0 0;
}

.u-section-3 .u-layout-cell-3 {
  min-height: 325px;
}

.u-section-3 .u-container-layout-3 {
  padding: 30px;
}

.u-section-3 .u-icon-3 {
  height: 83px;
  width: 83px;
  background-image: none;
  margin: 0 256px 0 0;
  padding: 10px;
}

.u-section-3 .u-text-6 {
  font-weight: 700;
  margin: 20px 0 0;
  -webkit-text-stroke-color: rgba(143, 48, 0, 0.2);
	-webkit-text-stroke-width: 0.02em;
  text-shadow: 3px 5px 5px rgba(114, 112, 5, 0.4),
             -3px -5px 5px rgba(244, 223, 233, 0.4);
  border-bottom: solid 0.1em rgb(66, 3, 3, 0.3);
  width: 75%;
            }

.u-section-3 .u-text-7 {
  font-size: 1.125rem;
  font-style: italic;
  text-align: justify;
  line-height: 1;
  margin: 20px 0 0;
}

@media (max-width: 1199px) {
  .u-section-3 .u-sheet-1 {
    min-height: 235px;
  }

  .u-section-3 .u-text-1 {
    margin-right: 631px;
  }

  .u-section-3 .u-layout-wrap-1 {
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-3 .u-layout-cell-1 {
    min-height: 100px;
  }

  .u-section-3 .u-icon-1 {
    margin-right: 170px;
  }

  .u-section-3 .u-layout-cell-2 {
    min-height: 100px;
  }

  .u-section-3 .u-icon-2 {
    margin-right: 170px;
  }

  .u-section-3 .u-layout-cell-3 {
    min-height: 100px;
  }

  .u-section-3 .u-icon-3 {
    margin-right: 170px;
  }
}

@media (max-width: 991px) {
  .u-section-3 .u-sheet-1 {
    min-height: 174px;
  }

  .u-section-3 .u-text-1 {
    margin-right: 411px;
  }

  .u-section-3 .u-icon-1 {
    margin-right: 97px;
  }

  .u-section-3 .u-icon-2 {
    margin-right: 97px;
  }

  .u-section-3 .u-icon-3 {
    margin-right: 97px;
  }
}

@media (max-width: 767px) {
  .u-section-3 .u-text-1 {
    margin-right: 231px;
  }

  .u-section-3 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-3 .u-container-layout-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-3 .u-container-layout-3 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
  .u-section-3 .u-text-1 {
    margin: 0 auto;
    font-size: 1.8em;
  }

.u-section-3 .u-icon-1{
  margin: 0 auto;
  
}  

.u-section-3 .u-layout-wrap-1{
  padding-left: 0;
}



.u-section-3 .u-text-2{
  text-align: center;
  width: auto;
}

.u-section-3 .u-icon-2{
  margin: 0 auto;
  
}  

.u-section-3 .u-text-4{
  text-align: center;
  width: auto;
}

.u-section-3 .u-icon-3{
  margin: 0 auto;
  
}  

.u-section-3 .u-text-6{
  text-align: center;
  width: 100%;
}


}

.u-section-4 {
  background-image: none;
}

.u-section-4 .u-sheet-1 {
  min-height: 582px;
  width: 100%;
}

.u-section-4 .u-layout-wrap-1 {
  width: 970px;
  margin: 45px auto;
    /* box-shadow: 0 5px 8px rgba(245, 34, 34, 0.2); Sombra leve */

}



/* .u-section-4 .u-layout-cell-1 {
  min-height: 452px;
} */

.u-section-4 .u-container-layout-1 {
  padding: 30px;
  
 
}

.u-section-4 .u-text-1 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
}

.u-section-4 .u-text-2 {
  font-size: 2.3em;
  line-height: 1;
  margin: 20px 0 0;
  border-bottom: 1px solid white;
  width: 85%;
}


.u-section-4 .u-container-layout-1 h2{
  font-size: 4em;
  -webkit-text-stroke-color: rgba(143, 48, 0, 0.2);
	-webkit-text-stroke-width: 0.01em;
  text-shadow: 3px 5px 5px rgba(114, 112, 5, 0.4),
             -3px -5px 5px rgba(244, 223, 233, 0.4);

}


.u-section-4 .u-image-1 {
  min-height: 192px;
  background-image: url("../images/frg.jpg");
  background-position: 50% 50%;
  border-radius: 30px;
  /* box-shadow: 0 5px 8px rgba(245, 34, 34, 0.2); Sombra leve */

}

.u-section-4 .u-container-layout-2 {
  padding: 20px;
  box-shadow: 10px 8px 12px rgba(248, 99, 99, 0.4);
  border-radius: 12px;
}

.u-section-4 .u-image-2 {
  min-height: 222px;
  background-image: url("../images/rg.jpg");
  background-position: 50% 50%;
  border-radius: 30px;
}

.u-section-4 .u-container-layout-3 {
  padding: 10px;
  box-shadow: 10px 8px 12px rgba(248, 99, 99, 0.4);
  border-radius: 12px;
}

.u-section-4 .u-image-3 {
  min-height: 230px;
  background-image: url("../images/alarmeinc.jpg");
  background-position: 50% 50%;
  border-radius: 30px;
}

.u-section-4 .u-container-layout-4 {
  padding: 10px;
  box-shadow: 10px 8px 12px rgba(248, 99, 99, 0.4);
  border-radius: 12px;
}

.u-section-4 .u-image-4 {
  min-height: 260px;
  background-image: url("../images/infraince.jpg");
  background-position: 50% 50%;
  border-radius: 30px;
}

.u-section-4 .u-container-layout-5 {
  padding: 10px;
  box-shadow: 10px 8px 12px rgba(248, 99, 99, 0.4);
  border-radius: 12px;
}

@media (max-width: 1199px) {
  .u-section-4 .u-sheet-1 {
    min-height: 568px;
  }

  .u-section-4 .u-layout-wrap-1 {
    width: 100%;
  }

  .u-section-4 .u-layout-cell-1 {
    min-height: 438px;
  }

  .u-section-4 .u-text-2 {
    font-size: 4.5rem;
  }

  .u-section-4 .u-image-1 {
    min-height: 215px;
  }

  .u-section-4 .u-image-2 {
    min-height: 215px;
  }

  .u-section-4 .u-image-3 {
    min-height: 223px;
  }

  .u-section-4 .u-image-4 {
    min-height: 223px;
  }
}

@media (max-width: 991px) {
  .u-section-4 .u-sheet-1 {
    min-height: 924px;
  }

  .u-section-4 .u-layout-wrap-1 {
    width: 720px;
  }

  .u-section-4 .u-layout-cell-1 {
    min-height: 100px;
  }

  .u-section-4 .u-image-1 {
    min-height: 341px;
  }

  .u-section-4 .u-image-2 {
    min-height: 341px;
  }

  .u-section-4 .u-image-3 {
    min-height: 353px;
  }

  .u-section-4 .u-image-4 {
    min-height: 353px;
  }
}

@media (max-width: 767px) {
  .u-section-4 .u-sheet-1 {
    min-height: 2314px;
  }

  .u-section-4 .u-layout-wrap-1 {
    width: 540px;
  }

  .u-section-4 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-4 .u-image-1 {
    min-height: 512px;
  }

  .u-section-4 .u-image-2 {
    min-height: 512px;
  }

  .u-section-4 .u-image-3 {
    min-height: 530px;
  }

  .u-section-4 .u-image-4 {
    min-height: 530px;
  }
}

@media (max-width: 575px) {
  .u-section-4 .u-sheet-1 {
    min-height: 1542px;
  }

  .u-section-4 .u-layout-wrap-1 {
    width: 340px;
  }

   .u-section-4 .u-text-1{
    text-align: center;
    margin-right: 8px;
   }

  .u-section-4 .u-text-2 {
    font-size: 1.9em;
    margin: 10px auto;
  }
  .u-section-4 .u-container-layout-1 h2{
    font-size: 3.5em;
  }
  /* .u-section-4 .u-text-2 

.u-section-4 .u-text-1 */



  .u-section-4 .u-image-1 {
    min-height: 322px;
  }

  .u-section-4 .u-image-2 {
    min-height: 322px;
  }

  .u-section-4 .u-image-3 {
    min-height: 334px;
  }

  .u-section-4 .u-image-4 {
    min-height: 334px;
  }
}

.u-section-5 .u-sheet-1 {
  min-height: 682px;
}

.u-section-5 .u-layout-wrap-1 {
  width: 1014px;
  margin: 60px auto;
}

.u-section-5 .u-image-1 {
  margin-right: 16px;
  min-height: 378px;
  background-image: url("../images/kitincen.jpg");
  background-position: 50% 50%;
  border-radius: 40px;
  box-shadow: 5px 5px 20px 0 rgba(41, 46, 51, 0.4);

}

.u-section-5 .u-layout-cell-2 {
  min-height: 179px;
}

.u-section-5 .u-container-layout-2 {
   padding: 10px 50px;
  border-radius: 10px;
  background: rgba(247, 223, 223, 0.3); /* Fundo branco com opacidade */
  backdrop-filter: blur(1px); /* Desfoque do que está atrás */
  -webkit-backdrop-filter: blur(7px); /* Compatibilidade Safari */
  border: 1px solid rgba(255, 255, 255, 0.3); /* Borda clara */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4); /* Sombra leve */
}

.u-section-5 .u-text-1 {
  margin: 0;
  text-align: justify;
}

.u-section-5 .u-layout-cell-3 {
  min-height: 204px;
  order: 0;
}

.u-section-5 .u-container-layout-3 {
  padding: 20px 60px 20px 0;
}

.u-section-5 .u-text-2 {
  font-weight: 700;
  text-align: center;
  font-size: 2.25rem;
  margin: 0;
   -webkit-text-stroke-color: rgba(143, 48, 0, 0.2);
	-webkit-text-stroke-width: 0.01em;
  text-shadow: 3px 5px 5px rgba(114, 112, 5, 0.4),
             -3px -5px 5px rgba(244, 223, 233, 0.4);
  border-bottom: solid 0.1em rgb(66, 3, 3, 0.2);
}

.u-section-5 .u-text-3 {
  font-size: 1.2em;
  text-align: center;
  margin: 20px 1px 0;
}

.u-section-5 .u-image-2 {
  min-height: 328px;
  order: 0;
  background-image: url("../images/doorcutfire.jpg");
  background-position: 50% 50%;
  border-radius: 40px;
  box-shadow: 5px 5px 20px 0 rgba(41, 46, 51, 0.4);
}

@media (max-width: 1199px) {
  .u-section-5 .u-sheet-1 {
    min-height: 639px;
  }

  .u-section-5 .u-layout-wrap-1 {
    margin-bottom: 30px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-5 .u-image-1 {
    min-height: 380px;
  }

  .u-section-5 .u-layout-cell-2 {
    min-height: 199px;
  }

  .u-section-5 .u-layout-cell-3 {
    min-height: 199px;
  }

  .u-section-5 .u-text-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-5 .u-image-2 {
    min-height: 380px;
  }
}

@media (max-width: 991px) {
  .u-section-5 .u-sheet-1 {
    min-height: 490px;
  }

  .u-section-5 .u-layout-wrap-1 {
    margin-bottom: 60px;
    width: auto;
    margin-right: initial;
    margin-left: initial;
  }

  /* .u-section-5 .u-image-1 {
    min-height: NaNpx;
  } */

  .u-section-5 .u-layout-cell-2 {
    min-height: 180px;
  }

  .u-section-5 .u-container-layout-2 {
    padding-right: 30px;
  }

  .u-section-5 .u-layout-cell-3 {
    min-height: 157px;
  }

  .u-section-5 .u-container-layout-3 {
    padding-right: 30px;
    padding-left: 60px;
  }

  /* .u-section-5 .u-image-2 {
    min-height: NaNpx;
  } */
}

@media (max-width: 767px) {
  .u-section-5 .u-sheet-1 {
    min-height: 244px;
  }

  .u-section-5 .u-layout-cell-2 {
    min-height: 99px;
  }

  .u-section-5 .u-container-layout-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-5 .u-layout-cell-3 {
    min-height: 100px;
  }

  .u-section-5 .u-container-layout-3 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 575px) {


  .u-section-5 .u-layout-cell-2 {
    min-height: 150px;
  }

  .u-section-5 .u-container-layout-2 {
    padding-bottom: 0;
  }

  
.u-section-5 .u-image-1 {
  background-size: 380px ;

}

  .u-section-5 .u-container-layout-3 {
    padding-bottom: 0;
  }

    .u-section-5 .u-text-1 {
    padding: 2em;
    line-height: 1.1em;
  }

  .u-section-5 .u-text-2 {
    font-size: 1.875rem;
  }

  .u-section-5 .u-text-3 {
    font-size: 1em;
  }
}

.footer {
  
  background-color: #f2f2f2;
  color: #333;
  
}

.footer-container {
   display: flex;
   flex-wrap: wrap; 
   /* justify-content: center; */
  
 
  /* max-width: 1200px;
  margin: 0 auto; */
}



.footer-section {
  flex: 1 1 220px;
  text-align: center;
  margin: 0;
  
}

.titulo-footer1{
  width: 95%;
  text-align: inherit;
  border-bottom: 2px solid rgb(49, 63, 141,0.159);
}

.footer-section .produto-text{
  padding: 0 1em 0 2em;

}

.footer-section .produto-text2{
  text-align: center;
}

.titulo-footer2{
  width: 70%;
  /* margin-bottom: 4em; */
  margin: 20px auto;
  /* text-align: center; */
  /* margin-left: 2em; */
  border-bottom: 2px solid rgb(49, 63, 141,0.159);
}

.titulo-footer3{
  width: 85%;
  margin-left: 0.8em;
  border-bottom: 2px solid rgb(49, 63, 141,0.159);
}

.footer-section .footer-list-servico{
  width: 90%;
}

.titulo-footer4{
  width: 95%;
  text-align: center;
  border-bottom: 2px solid rgb(49, 63, 141,0.159);
}

.footer-section h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
   -webkit-text-stroke-color: rgba(8, 33, 61, 0.3);
	-webkit-text-stroke-width: 0.1em;
  text-shadow: 3px 5px 5px rgba(5, 70, 114, 0.6),
             -3px -5px 5px rgba(208, 208, 248, 0.8);
}


.footer-section p,
.footer-section li {
  font-size: 0.950rem;
  text-align: justify;
  font-weight: 500;
  color: #161616;
  margin-bottom: 10px;
  width: 100%;
}

.footer-section ul {
  list-style: none;
}

.suppliers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(50px, 1fr));
  gap: 8px;
  margin: 0 60px;
  width: 240px;
}

.suppliers-grid img {
  max-width: 100%;
  height: auto;
  display: block;
}

.templatemo_footer_wrapper {
	width: auto;
	margin: 0 auto;
	text-align: center;
	border-top: 5px solid #000;
	background: #222222;
	
}

.templatemo_footer {
	max-width: 100%;
	padding: 10px 10px 5px;
	color: #dc8924;
	box-sizing: border-box;
}

/* ===== REDES SOCIAIS FOOTER ===== */

.social_footer {
   display: flex;
   margin-top: 2em; 
   gap: 1.7em;
	 
}



.footer-section .social_footer{
 
  justify-content: center;
}

.social_icon {
   display: flex;
   /* width: 4em;
   height: 4em; */
   /* margin: 0 auto; */
   /* justify-content: center; */
   border-radius: 10px;
   transition: 0.4s;
   margin-left: -0.9em;

}



.social_icon svg {
    width: 2.5em;
    height: 2.5em;
	  fill: #ffffff;
    transition: 0.3s;
    
    
}

.social_icon.facebook svg { fill: #1877f2; }
.social_icon.instagram svg { fill: #e1306c; }
.social_icon.whatsapp svg { fill: #25d366; }

/* Hover moderno */
.social_icon:hover {
    transform: translateY(-5px);
    background: rgb(0, 195, 255,0.1);
}

.social_icon:hover svg {
    fill: #000;
}

 /*.bullet-whatsapp .whatsapp{
  margin: 0 auto;
  align-items: center;
  
} */

.whatsapp{
justify-content: center;
  
}

.sub-titulo-footer{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.3em;
  /* margin-right: 20px; */

}

.bullet-whatsapp .sub-titulo-footer {
	margin-bottom: 0.5em;

}

/* .bullet-whatsapp .social_icon{
 justify-content: center;

} */

.bullet-whatsapp li, .bullet-whatsapp a{
	font-size: 1em;
  text-align: center;
}


/* 
.bullet-whatsapp li:last-child {
	margin-top: -0.8em;
	
} */


@media (max-width: 767px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
  }

  .footer-section {
    width: 100%;
    max-width: 400px;
    /* flex: 1 1 100%;
    margin: 0;
    margin-right: 1em; */
  }

  .suppliers-grid {
    grid-template-columns: repeat(minmax(60px, 1fr));
   
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 30px;
  }
}

@media (max-width: 575px) {
.footer {
    padding: 15px 5px;
    
  }

/* .footer-section .produto-text{
  /* margin: 3em; 
  padding-right: 3em;
} */

.footer-section .footer-list-servico{
 justify-content: center;
}

.footer-section p,
.footer-section li {
  /* margin-left: 1em; */
  text-align: center;
  
}

.footer-section .sub-titulo-footer{
  font-size: 1em;
}

.footer-section .bullet-whatsapp a{
  font-size: 0.9em;
}


.footer-section h3 {
    font-size: 1.2rem;
    text-align: center;
  }

.footer-section .social_footer{
  margin-top: 1em;
 
}

.social_footer {
  margin-left: 1.5em;
}

 
.titulo-footer1{
  width: 100%;
 
}

.suppliers-grid {
  /* grid-template-columns: repeat(auto-fill, minmax(60px, 1fr)); */
  margin: 1em auto;
  /* gap: 1px; */
  width: 80%;
  /* padding-left: 180px;
  padding-right: 80px; */
}
/* 
.suppliers-grid li {
  gap: 1px;
} */

.titulo-footer2{
  width: 80%;
 
}
.titulo-footer3{
 width: 100%;
 margin-left: -0.3em;
}

.footer-section h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
 
 
}
.titulo-footer4{
    margin-left: 0.5em;
}



}
