*{
  margin:0;
  padding:0;
  box-sizing: border-box;
  font-family: Arial, sans-serif, Georgia, "Times New Roman", Times, serif;
}
body {
  margin: 0;
  padding: 0;
  background: url('..//images/fundo30.png');
}

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: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  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-left: 0;
  display: block;
  font-size: 12px;
  width: 200px;
  height: 70px;
 /* width: 200px; */
  color: #acacac;
  text-indent: -10000px;
  background: url(../images/templatemo_logo.png) no-repeat left center;
  /* background-size: contain; */
}





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

.u-section-1 .u-image-1 {
  min-height: 41.68em;
  margin-top: 1.8rem;
  margin-bottom: 1px;
  height: auto;
  background-image: url("../images/monitoraschooll.jpg");
  background-position: 50% 50%;
}



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

.u-section-1 .u-text-1 {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  font-family: Montserrat, sans-serif;
  margin: 30px auto 0 1;
   text-shadow: 3px 5px 5px rgba(209, 252, 253, 0.8),
             -3px -5px 5px rgba(208, 208, 248, 0.8);
}

.u-section-1 .u-text-2 {
  font-size: 5rem;
  font-weight: 700;
  margin: 0 404px 0 0;
  color: rgb(8, 72, 156);
  /* text-align: ; */
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: rgba(211, 239, 248, 0.1);
 text-shadow: 3px 5px 5px rgba(209, 252, 253, 0.8),
             -3px -5px 5px rgba(208, 208, 248, 0.8);
}

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

.u-section-1 .u-text-4 {
  margin: 20px auto 0 0;
}

.u-section-1 .u-btn-1 {
  background-color: none;
  padding: 0;
}

.u-section-1 .u-text-5 {
  font-size: 6rem;
  font-weight: 700;
  margin: 25px 0 0 auto;
}




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

.u-section-2 .u-group-1 {
  width: 559px;
  background: rgb(188, 247, 244,0.7);
  min-height: 246px;
  border-radius: 10px;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.1);
  height: auto;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 0.3;
  margin: -51px auto 25px;
}

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

.u-section-2 .u-text-1 {
  font-size: 1.875rem;
  font-weight: 700;
 text-shadow: 3px 5px 5px rgba(250, 253, 220, 0.8),
             -3px -5px 5px rgba(208, 208, 248, 0.8);
  font-family: Montserrat, sans-serif;
  margin: 0 auto;
}

.u-section-2 .u-btn-1 {
  border-radius: 8px;
  background-color: none;
  margin: 30px auto 0;
  opacity: 0.7;

}

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

.u-section-3 .u-layout-wrap-1 {
  margin: 0px auto 2px 0;
  
}
/* 
.u-section-3 .u-layot-wrap-1 .u-layout {
  margin-left: 150px;
  /* display: grid;
  
  grid-template-areas: ;}  */

.u-section-3 .u-layout-cell-1 {
  min-height: 10px;
  grid-area: grid-1;
}

.u-section-3 .u-layout-row{
  align-items: center;
  justify-content: center;
  /* border: 2px solid black; */
  display: grid;
  grid-template-areas: 'grid-1 grid-2'
                        'grid-3 grid-3'
                         'grid-4 grid-5';

}




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

}

.u-section-3 .u-image-1 {
  width: 116px;
  height: 83px;
  margin: 0 auto;
}

.u-section-3 .u-layout-cell-2 {
  min-height: 153px;
  grid-area: grid-2;
}

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

.u-section-3 .u-image-2 {
  width: 116px;
  height: 83px;
  margin: 0 auto;
}

.u-section-3 .u-layout-cell-3 {
  min-height: 153px;
  grid-area: grid-3;
  margin-left: 5.5em;
}

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

.u-section-3 .u-image-3 {
  width: 116px;
  height: 83px;
  margin: 0 auto;
}

.u-section-3 .u-layout-cell-4 {
  min-height: 153px;
  grid-area: grid-4;
}

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

.u-section-3 .u-image-4 {
  width: 116px;
  height: 83px;
  margin: 0 auto;
}

.u-section-3 .u-layout-cell-5 {
  min-height: 153px;
  grid-area: grid-5;
 }

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

.u-section-3 .u-image-5 {
  width: 116px;
  height: 83px;
  margin: 0 auto;
}


.u-section-4 .u-sheet-1 {
  min-height: 1022px;

  
}

.u-section-4 .u-list-1 {
  width: 742px;
  margin: 0 auto 56px;
}

.u-section-4 .u-repeater-1 {
  grid-template-columns: calc(50% - 5px) calc(50% - 5px);
  min-height: 966px;
  grid-gap: 10px 10px;
}

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

.u-section-4 .u-image-1 {
  height: 330px;
  margin-top: 0;
  margin-bottom: 0;
    border-radius: 10px;
}

.u-section-4 .u-text-1 {
  font-weight: 700;
  font-size: 1.25rem;
  margin: 0.6em auto;
  
}

.u-section-4 .u-text-2 {
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 0;
  text-align: center;
}

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

.u-section-4 .u-image-2 {
  height: 330px;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 10px;
}

.u-section-4 .u-text-3 {
  font-weight: 700;
  font-size: 1.25rem;
  margin: 0.8em auto;
}

.u-section-4 .u-text-4 {
  margin: 0;
  margin-left: 1.6em;
  text-align: center;
}

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

.u-section-4 .u-image-3 {
  height: 330px;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 10px;
}

.u-section-4 .u-text-5 {
  font-weight: 700;
  font-size: 1.25rem;
  margin: 0 auto;
  margin-top: 0.5em;
}

.u-section-4 .u-text-6 {
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 0;
  text-align: center;
}

.u-section-4 .u-container-layout-4 {
  margin-top: 0.6em;
  padding: 10px;

}

.u-section-4 .u-image-4 {
  height: 330px;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 10px;  
}

.u-section-4 .u-text-7 {
  font-weight: 700;
  font-size: 1.25rem;
  margin: 0 auto;
}

.u-section-4 .u-text-8 {
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 0;
  text-align: center;

}

.u-section-4 .u-btn-1 {
  background-image: none;
  padding: 0;
}


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

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

.u-section-5 .u-text-1 {
  font-weight: 400;
  font-size: 3rem;
  margin: 60px 98px;
}



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

.u-section-6 .u-layout-wrap-1 {
  margin-top: 60px;
  margin-bottom: -58px;
}

.u-section-6 .u-image-1 {
  min-height: 514px;
  background-image: url("..//images/patiocam.jpg");
  background-position: 65.94% 50%;

}

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

.u-section-6 .u-group-1 {
  width: 375px;
  min-height: 218px;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.1);
  height: auto;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 0.3;
  margin: 0 auto;
  border-radius: 10px;
}

.u-section-6 .u-container-layout-2 {
  padding: 30px;
  border-radius: 10px;
}

.u-section-6 .u-text-1 {
  font-size: 1.875rem;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  margin: 0 auto;
 
}

.u-section-6 .u-btn-1 {
  background-image: none;
  margin: 30px auto 0;
  border-radius: 10px;
}

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

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

.u-section-6 .u-image-2 {
  height: 223px;
  margin-top: 0;
  margin-bottom: 0;
  object-position: 0% 50%;
  border-radius: 10px;
}

.u-section-6 .u-text-2 {
  font-weight: 700;
  margin: 30px auto 0;
}

.u-section-6 .u-text-3 {
  margin: 20px auto 0;
}

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

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

.u-section-6 .u-image-3 {
  height: 223px;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 10px;
}

.u-section-6 .u-text-4 {
  font-weight: 700;
  margin: 30px auto 0;
}

.u-section-6 .u-text-5 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.u-section-6 .u-text-6 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  font-size: 0.875rem;
}

.u-section-6 .u-btn-2 {
  background-image: none;
  padding: 0;
  
}

.u-section-6 .u-layout-cell-4 {
  min-height: 324px;
}

.u-section-6 .u-container-layout-5 {
  padding: 0 30px;
}

.u-section-6 .u-image-4 {
  height: 223px;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 10px;
}

.u-section-6 .u-text-7 {
  font-weight: 700;
  margin: 30px auto 0;
}

.u-section-6 .u-text-8 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.u-section-6 .u-layout-cell-5 {
  min-height: 324px;
}

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

.u-section-6 .u-image-5 {
  height: 223px;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 10px;
}

.u-section-6 .u-text-9 {
  font-weight: 700;
  margin: 35px auto 0;
}

.u-section-6 .u-text-10 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.u-section-6 .u-image-6 {
  min-height: 642px;
  background-image: url("../images/avfire.jpg");
  background-position: 50% 50%;
}

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

.u-section-6 .u-group-2 {
  width: 375px;
  min-height: 218px;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.1);
  height: auto;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 0.3;
  margin: 0 auto;
  border-radius: 10px;
}

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

.u-section-6 .u-text-11 {
  font-size: 1.875rem;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  margin: 0 auto;
}

.u-section-6 .u-btn-3 {
  background-image: none;
  margin: 30px auto 0;
  border-radius: 10px;
}

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

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

.u-section-7 .u-list-1 {
  margin-bottom: 60px;
  margin-top: 60px;
}

.u-section-7 .u-repeater-1 {
  grid-template-columns: calc(25% - 7.5px) calc(25% - 7.5px) calc(25% - 7.5px) calc(25% - 7.5px);
  min-height: 232px;
  grid-gap: 10px 10px;
}

.u-section-7 .u-container-layout-1 {
  padding: 10px;
}

.u-section-7 .u-icon-1 {
  width: 48px;
  height: 48px;
  margin: 0 auto;
  padding: 0;
}

.u-section-7 .u-text-1 {
  font-weight: 400;
  margin: 20px auto 0;
}

.u-section-7 .u-text-2 {
  margin: 30px 0 0;
}

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

.u-section-7 .u-icon-2 {
  width: 48px;
  height: 48px;
  margin: 0 auto;
  padding: 0;
}

.u-section-7 .u-text-3 {
  font-weight: 400;
  margin: 20px auto 0;
}

.u-section-7 .u-text-4 {
  margin: 30px 0 0;
}

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

.u-section-7 .u-icon-3 {
  width: 48px;
  height: 48px;
  margin: 0 auto;
  padding: 0;
}

.u-section-7 .u-text-5 {
  font-weight: 400;
  margin: 20px auto 0;
}

.u-section-7 .u-text-6 {
  margin: 30px 0 0;
}

.u-section-7 .u-container-layout-4 {
  padding: 10px;
}

.u-section-7 .u-icon-4 {
  width: 48px;
  height: 48px;
  margin: 0 auto;
  padding: 0;
}

.u-section-7 .u-text-7 {
  font-weight: 400;
  margin: 20px auto 0;
}

.u-section-7 .u-text-8 {
  margin: 30px 0 0;
}


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

  .u-section-6 .u-image-1 {
    min-height: 424px;
  }

  .u-section-6 .u-group-1 {
    height: auto;
  }

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

  .u-section-6 .u-image-2 {
    height: 173px;
  }

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

  .u-section-6 .u-image-3 {
    height: 173px;
  }

  .u-section-6 .u-layout-cell-4 {
    min-height: 267px;
  }

  .u-section-6 .u-image-4 {
    height: 173px;
  }

  .u-section-6 .u-layout-cell-5 {
    min-height: 267px;
  }

  .u-section-6 .u-image-5 {
    height: 173px;
  }

  .u-section-6 .u-image-6 {
    min-height: 529px;
  }

  .u-section-6 .u-group-2 {
    height: auto;
  }
}

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

  .u-section-6 .u-layout-wrap-1 {
    margin-bottom: 0;
  }

  .u-section-6 .u-image-1 {
    min-height: 650px;
  }

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

  .u-section-6 .u-image-2 {
    height: 297px;
  }

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

  .u-section-6 .u-image-3 {
    height: 297px;
  }

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

  .u-section-6 .u-image-4 {
    height: 297px;
  }

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

  .u-section-6 .u-image-5 {
    height: 297px;
  }

  .u-section-6 .u-image-6 {
    min-height: 810px;
  }
}
@media (max-width: 991px) {
  .u-section-4 .u-list-1 {
    width: 720px;
  }

  .u-section-4 .u-repeater-1 {
    grid-template-columns: 100%;
  }

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

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

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

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

@media (max-width: 767px) {
  .u-section-4 .u-list-1 {
    width: 540px;
  }

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

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

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

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

@media (max-width: 575px) {
  .u-section-4 .u-list-1 {
    width: 340px;
  }

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

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

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

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


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

  .u-section-6 .u-image-1 {
    min-height: 488px;
  }

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

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

  .u-section-6 .u-image-2 {
    height: 515px;
  }

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

  .u-section-6 .u-image-3 {
    height: 515px;
  }

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

  .u-section-6 .u-image-4 {
    height: 515px;
  }

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

  .u-section-6 .u-image-5 {
    height: 515px;
  }

  .u-section-6 .u-image-6 {
    min-height: 608px;
  }

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

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

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

  .u-section-6 .u-image-1 {
    min-height: 539px;
  }

  .u-section-6 .u-group-1 {
    width: 265px;
  }

  .u-section-6 .u-text-1 {
    font-size: 1.5rem;
  }

  .u-section-6 .u-image-2 {
    height: 317px;
  }

  .u-section-6 .u-image-3 {
    height: 317px;
  }

  .u-section-6 .u-image-4 {
    height: 317px;
  }

  .u-section-6 .u-image-5 {
    height: 317px;
  }

  .u-section-6 .u-image-6 {
    min-height: 383px;
  }

  .u-section-6 .u-group-2 {
    width: 320px;
  }

  .u-section-6 .u-text-11 {
    font-size: 1.5rem;
  }
}
@media (max-width: 1199px) {
  .u-section-3 .u-sheet-1 {
    min-height: 253px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 575px) {
  .u-section-3 .u-layout-wrap-1 {
    margin-bottom: -555px;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-3{
    height: 34em;
  }

  .u-section-3 .u-layout-cell-3 {
    margin: 0;
  }

}

@media (max-width: 1199px) {
  .u-section-7 .u-repeater-1 {
    min-height: 191px;
  }
}

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

  .u-section-7 .u-list-1 {
    margin-bottom: -146px;
  }

  .u-section-7 .u-repeater-1 {
    grid-template-columns: calc(50% - 5px) calc(50% - 5px);
    min-height: 379px;
  }
}

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

  .u-section-7 .u-list-1 {
    margin-bottom: 60px;
  }

  .u-section-7 .u-repeater-1 {
    grid-template-columns: 100%;
  }

  .u-section-7 .u-text-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .u-section-7 .u-text-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .u-section-7 .u-text-6 {
    margin-left: auto;
    margin-right: auto;
  }

  .u-section-7 .u-text-8 {
    margin-left: auto;
    margin-right: auto;
  }
}

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

  .site_title {
    /* max-width: 160px; */
    /* height: 48px; */
    margin-left: 3em;
    margin-bottom: 8px;
   
  }

  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;
  }
}
/* Header responsivo */

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

@media (max-width: 575px) {
  .u-section-5 .u-text-1 {
    font-size: 2.25rem;
  }
}

@media (max-width: 1199px) {
  .u-section-2 .u-group-1 {
    height: auto;
  }
}

@media (max-width: 767px) {
  .u-section-2 .u-group-1 {
    width: 418px;
    margin-top: -46px;
    margin-bottom: 20px;
  }

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

@media (max-width: 575px) {
  .u-section-2 .u-group-1 {
    width: 290px;
  }

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

@media (max-width: 1199px) {
  .u-section-1 .u-image-1 {
    height: auto;
  }

  .u-section-1 .u-text-2 {
    margin-right: 304px;
  }
}

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

@media (max-width: 767px) {
  .u-section-1 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-1 .u-text-2 {
    font-size: 4.5rem;
    margin-right: 0;
  }

  .u-section-1 .u-text-5 {
    font-size: 4.5rem;
    width: auto;
    margin-top: 133px;
  }

  .u-section-1 .u-text-2 {
 
  text-align: center;
 
}


}

@media (max-width: 575px) {
  .u-section-1 .u-text-2 {
    font-size: 3.75rem;
  }

  .u-section-1 .u-text-3 {
    font-size: 2.25rem;
  }

  .u-section-1 .u-text-5 {
    font-size: 3.75rem;
  }

  .u-section-1 .u-image-1 {
  width: 5px;  
  min-height: 35.68em;
  margin-top: 1rem;
  height: auto;
  background-position: 70% 70%;
}

.u-section-2 .u-group-1 {
  width: 289px;
  margin: -130px auto 15px;
  
}



/* 
.u-section-2 .u-sheet-1 {
  min-height: 220px;
}

.u-section-2 .u-group-1 {
  width: 559px;
  min-height: 246px;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.1);
  height: auto;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 0.3;
  margin: -51px auto 25px;
} */

}


/*Codigo Adicionado*/
.footer {
  
  background-color: #f2f2f2;
  color: #333;
  padding: 20px 10px;
}

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


.footer-section {
  flex: 1 1 300px;
  text-align: center;
  margin: 10px;
  
}

.titulo-footer1{
  /* width: 100%; */
  border-bottom: 2px solid rgb(49, 63, 141,0.159);
}

.titulo-footer2{
  width: 70%;
  /* text-align: center; */
  
  border-bottom: 2px solid rgb(49, 63, 141,0.159);
}
.titulo-footer3{
  width: 90%;
  margin-left: 0.8em;
  border-bottom: 2px solid rgb(49, 63, 141,0.159);
}
.titulo-footer4{
  width: 100%;
  text-align: center;
  border-bottom: 2px solid rgb(49, 63, 141,0.159);
}
.footer-section .produto-text2{
  text-align: center;
  margin-left: 0.8em;
}


.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: 95%;
}

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

.suppliers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
  gap: 10px;
  margin: 1.7em auto;
  width: 70%;
}

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



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

}



.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(-3px);
    background: rgb(0, 195, 255,0.1);
}

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

.bullet-whatsapp .whatsapp{
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}

.whatsapp{
	width: 4em;
  height: 4em;
 
}

.sub-titulo-footer{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.3em;

}

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

  .footer-section {
    flex: 1 1 100%;
    margin: 0;
    margin-right: 1em;
  }

  .suppliers-grid {
    grid-template-columns: repeat(auto-fill, minmax(50px, 1fr));
  }
}

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

.footer-section .produto-text{
  margin-left: 1em;
}


.footer-section li {
  margin-left: 0.9em;
  
}

/* .bullet-whatsapp .social_icon{
  margin: 0 auto;
} */

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

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

 
.titulo-footer1{
  width: 100%;
 
}

.suppliers-grid {
  width: 70%;
}

.titulo-footer2{
  width: 100%;
 
}
.titulo-footer3{
 width: 100%;
 margin:0;
 
}

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



}

/*Fim do Código Adicionado*/
