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

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  overflow-x: hidden;
  background-image: url(/assets/images/fd_body.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  line-height: 1.5;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
.float-right {
  float: right;
}
.img-br {
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  margin-left: 2rem;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 1px solid #ccc;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
}

p {
  margin-bottom: 0.8rem;
}

.atendimento__whatsapp a {
  position: fixed;
  bottom: 15px;
  right: 15px;
  background: #29B43F;
  color: #FFF;
  border-radius: 8px;
  z-index: 2000;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
}

.btn1 {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  padding: 1rem 2rem;
  border-radius: 6px;
  border: 0;
  background: #3E4095;
  color: #fff;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.btn1:hover {
  transition: 0.5s;
  opacity: 0.8;
  transform: translateY(-5px);
}

.list1 {
  width: 100%;
  display: block;
  padding: 1rem 2rem;
  border: 1px solid #ddd;
  color: #000;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
  border-radius: 6px;
}
.list1:hover {
  background: #eee;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  transition: 1s;
}

header {
  width: 100%;
  transition: 0.5s;
}
.header {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.70);
  margin-top: 2rem;
  border-radius: 8px 8px 0 0;
}

header.sticky {
  width: 100%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.70);
  position: fixed;
  z-index: 1500;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.navigation {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navigation li {
  list-style: none;
  margin-right: 10px;
  background: #ED3237;
  position: relative;
  padding: 0.4rem 1rem;
  border-radius: 6px;
}
.navigation li a {
  font-size: 0.8rem;
  text-decoration: none;
  font-weight: 500;
  color: #fff;
}
.navigation li ul {
  background: #333;
  display: none;
  z-index: 30000;
  border-radius: 0 0 6px 6px;
  padding: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.navigation li:last-child ul {
  right: 0px;
}
.navigation li:hover ul {
  display: block;
  position: absolute;
}
.navigation li:hover ul li {
  float: none;
  white-space: nowrap;
  width: auto;
  color: #fff;
  margin: 0;
  transition: 0.8s;
}
.navigation li:hover ul li {
  float: none;
  white-space: nowrap;
}
.navigation li:hover ul li a {
  line-height: 30px;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  text-transform: none;
  color: #fff;
}
.navigation li:hover ul li a:hover {
  display: block;
  background: #fff;
  color: #111;
  padding: 0 10px;
  transition: 0.5s;
  border-radius: 4px;
}

.navigation .tel {
  margin: 0;
  display: flex;
  background: #3E4095;
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.4rem 1rem;
}

/* Bloco Slide *************************************************/
.slides {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.box_slide {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.box_slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box_slide_titulo {
  width: 100%;
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 10;
  text-align: center;
  transform: translate(-50%);
  padding: 1rem;
}

.box_slide_titulo h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 55px;
  text-transform: uppercase;
}
.box_slide_titulo p{
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.empresa {
  max-width: 1200px;
  width: 100%;
  background: rgba(255, 255, 255, 0.70);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  text-align: center;
}
.empresa > div {
  margin: 2rem;
}
.empresa h3{
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
}
.empresa p{
  margin: 0;
  font-size: 1rem;
  color: #000;
  font-weight: 600;
}


.banners {
  max-width: 1200px;
  width: 100%;
  background: rgba(255, 255, 255, 0.70);
  padding: 2rem;
 margin: 0 auto;
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
 gap: 30px;
 border-radius: 0 0 8px 8px;
}
.banners > div {
  padding: 2rem;
  background: #fff;
  border-radius: 8px;
  text-align: center;
  color: #3E4095;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
}

.logos {
  max-width: 1200px;
  width: 100%;
  padding: 1rem;
 margin: 0 auto;
text-align: center;
}

/* Scroll top */

.scrolltop {
  position: fixed;
  left: 1rem;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0.4rem;
  background: #00203B;
  border-radius: 0.3rem;
  z-index: 100;
  transition: 0.4s;
  visibility: hidden;
}

.scrolltop:hover {
  background-color: #00080f
}

.scrolltop__icon {
  font-size: 1.4rem;
  color: #fff;
}

/* Show scrolltop */

.show-scroll {
  visibility: visible;
  bottom: 1rem;
}


footer {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  font-size: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 1rem;
}
.copy{
  display: flex;
  gap: 20px;
  align-items: center;
}

.box__conteudo__interno{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
background: #fff;
padding: 2rem 2rem 4rem 2rem;
}

.box__titulo__interno {
  width: 100%;
  position: relative;
  margin-bottom: 4rem;
}
.box__titulo__interno > div {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
.box__titulo__interno > div h2 {
  color: #3E4095;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 45px;
  position: relative;
}
.box__titulo__interno > div h2::after{
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 40px;
  height: 3px;
  background: #3E4095;
}

.breadcrumb {
  display: flex;
  justify-content: left;
  align-items: center;
  list-style: none;
  margin-top: 0.6rem;
}

.breadcrumb li::after {
  display: inline-block;
  font-size: 0.7rem;
  color: #3E4095;
  margin: 0 10px;
  content: "/";
}

.breadcrumb li:last-child::after {
  content: '';
}

.breadcrumb li {
  font-size: 0.7rem;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
  color: #3E4095;
}

.breadcrumb li a {
  font-size: 0.7rem;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
  color: #3E4095;
}



.box_contato {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  margin-bottom: 40px;
  gap: 30px;
}

.box_contato div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #3E4095;
  border-radius: 6px;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.3);
  color: white;
  padding: 1rem;
  text-align: center;
  font-size: 1rem;
}
.box_contato .tel {
display: flex;
justify-content: space-between;
gap: 30px;
}

.box_contato div a {
  color: white;
}

.box_contato div .icon {
  font-size: 30px;
  margin-bottom: 1rem;
}

.box__images {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  padding: 2rem 0;
}
.box__images img {
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}


.list-group { 
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: left;
  margin-bottom: 1rem;
}

.list-group-item {
  padding: 1rem;
  border: 1px solid #ddd;
}
.list-group-item:hover {
  background: #eee;
  font-weight: 600;
}

.list-group-item.active{
  background: #00203B;
  margin: 0;
  color: #fff;
  border-radius: 6px 6px 0 0;
}

.list-group-item:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}


.form-control {
  width: 100%;
  background: #fff;
  padding: 15px;
  margin-bottom: 15px;
  border: 0;
  border-radius: 6px;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  border: 1px solid #ddd;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
}

.form-group {
  display: flex;
  gap: 30px;
}
.form-group > * {
  flex-basis: 100%;
}
.form-group-2 {
  display: flex;
  gap: 30px;
}
.form-group > * {
  flex-basis: 50%;
}


@media (max-width: 1000px) {
  header {
    padding: 1rem 1rem 0 1rem;
  }
  header .navigation {
    display: none;
  }
  header .navigation.active {
    width: 100%;
    height: calc(100% - 155px);
    position: fixed;
    top: 140px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #3E4095;
    z-index: 10000;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    padding: 0 1rem;
}
  header .navigation li {
    margin-left: 0;
    margin: 1rem;
  }
  header .navigation li a {
    text-decoration: none;
    color: #fff;
    font-size: 1.5em;
    margin: 10px;
  }
  .header {
    margin-top: 0;
  }
  header .logo {
    width: 200px;
  }
  .menuToggle {
    position: absolute;
    top: 3rem;
    right: 2rem;
    width: 40px;
    height: 40px;
    background: url(/assets/images/menu.png) no-repeat;
    background-size: 30px;
    background-position: center;
    cursor: pointer;
  }
  .menuToggle.active {
    background: url(/assets/images/close.png) no-repeat;
    background-size: 25px;
    background-position: center;
  }
  .navigation .tel {
    margin-left: 0;
}
  main {
    padding: 0 1rem;
  }


}

@media (max-width: 700px) {
  .box_slide {
    position: relative;
    width: 100%;
    height: 300px;
}
  .box_slide_titulo {
    bottom: 15rem;
  }
  .box_slide_titulo h2 {
    font-size: 2rem;
    line-height: 40px;
  }
    
  footer > div {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  
}
