ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background: #2E2E2E;
  position: relative;
  margin-top: 24px;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #000;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15p
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #8be100;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #000;
}
.btn-contato:hover {
text-decoration: none;

}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #c0c0c0;;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
  border:2px solid #000;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #000;
    padding: 13px 20px;
    border: 1px solid #2E2E2E;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #000;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #c0c0c0;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

.footer-social-icon i {
font-size: 20pt;
line-height: 0px;
color: #000;
}

.contato {
 padding-top: 10px;
 padding-bottom: 10px; 
}
/* navmenu */

/* Localização */

.localizacao {
 display: flex;
 flex-direction: column;
 justify-content: center;
}

.localizacao h1 {
color: #fff;
font-family: inherit;
font-weight: 600;  
}

.localizacao a {
 color: #fff;
 cursor: pointer; 
}
 .mapa iframe {
 width: 420px;
 height: 360px;
 border-color: #000;
 }

 .single-cta {
  display: flex;
  justify-content: start;
 }

 .single-cta i {
  font-size: 30pt;
  width: 40px;
 }

 .email {
 color: #8be100; 
}

  .img-personalizado {
  width: 450px;
  }

  .texto {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  }
  
  .texto h5 {
  background: #2E2E2E;
  padding: 15px;
  text-align: center;
  }

  .texto a {
  text-decoration: none;
  color: #fff;  
  }

  .texto a:hover {
    color: #c0c0c0;  
  }
  .container{
  padding-top: 15px; 
  padding-bottom: 15px;
  
  }

  .carousel-container {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin-bottom: 40px;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  }
  .carousel-items {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .carousel-item {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e9ecef;
    font-size: 24px;
    font-weight: bold;
    color: #495057;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: all 0.5s ease;
    overflow: hidden;
  }
  .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .carousel-nav {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }
  .carousel-nav button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    margin: 0 5px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  
  .carousel-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    z-index: 10;
  }
  .carousel-dots span {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #ced4da;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  .carousel-dots span.active {
    background-color: #007bff;
  }

  .diferenciao-1 {
   background: #373636;
   padding: 50px;
   margin-bottom: 50px; 
  }

  .DIFERENCIAO {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
    ;
  }

  .DIFERENCIAO H4 {
    font-size: 14PT;
  }

  .DIFERENCIAO i {
  color:#000;
  font-size: 35pt;  
  padding-right: 13px;
    
}

