bem
.no-padding-bottom {
  padding-bottom: 30px !important;
}

.full-height-section {
  height: 100vh;
}

body,
html {
  font-family: "Open Sans", sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #4d6657; /* Text color adjusted to dark green */
  font-weight: 400;
  width: 100% !important;
  height: 100% !important;
}
h2,
h3,
h4 {
  font-family: "Raleway", sans-serif;
}
h2 {
  text-transform: uppercase;
  margin: 0 0 20px;
  font-weight: 800;
  font-size: 36px;
  color: #4d6657; /* Headings color adjusted to dark green */
}
h3 {
  font-size: 20px;
  font-weight: 600;
  color: #4d6657; /* Headings color adjusted to dark green */
}
h4 {
  font-size: 18px;
  color: #4d6657; /* Headings color adjusted to dark green */
  font-weight: 600;
}
h5 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
  font-family: "Raleway", sans-serif;
  color: #4d6657; /* Adjusted text color */

}
p {
  font-size: 15px;
}
p.intro {
  margin: 12px 0 0;
  line-height: 24px;
}
a {
  color: #4d6657; /* Link color adjusted to dark green */
  font-weight: 400;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #355740; /* Link hover color adjusted to a darker green */
}
ul,
ol {
  list-style: none;
  font-size: 15px;
  color: #4d6657; /* Adjusted text color */

}
ul,
ol {
  padding: 0;
  webkit-padding: 0;
  moz-padding: 0;
  font-size: 15px;
  color: #4d6657; /* Adjusted text color */

}
hr {
  height: 2px;
  width: 70px;
  text-align: center;
  position: relative;
  background: #355740; /* Horizontal rule color adjusted to a darker green */
  margin-bottom: 20px;
  border: 0;
}
/* Navigation */
#menu {
  padding: 15px;
  transition: all 0.8s;
}
#menu.navbar-default {
  background-color: #2a4030;
  border-color: rgba(10, 231, 10, 0);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#menu a.navbar-brand {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #00ba37;
  text-transform: uppercase;
}
#menu.navbar-default .navbar-nav > li > a {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  padding: 8px 2px;
  border-radius: 0;
  margin: 9px 20px 0;
}
#menu.navbar-default .navbar-nav > li > a:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background: linear-gradient(to right, #4d6657 0%, #355740 100%);
  content: "";
  transition: width 0.2s;
}
#menu.navbar-default .navbar-nav > li > a:hover:after {
  width: 100%;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff; /* Keeping text color white on hover/focus for clarity */
  background-color: #355740; /* Slightly different green for hover/focus background */
  /*background-color: transparent;*/
}
.navbar-default .navbar-nav > .active > a:after,
.navbar-default .navbar-nav > .active > a:hover:after,
.navbar-default .navbar-nav > .active > a:focus:after {
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  bottom: -1px !important;
  width: 100% !important;
  height: 2px !important;
  background: linear-gradient(to right, #4d6657 0%, #355740 100%) !important;
  content: "" !important;
  transition: width 0.2s !important;
}
.navbar-toggle {
  border-radius: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #2a4030;
  border-color: #4d6657;
}
.navbar-default .navbar-toggle:hover > .icon-bar {
  background-color: #ffffff;
}

#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #2a4030; /* Cookie banner color adjusted to a darker green */
  text-align: center;
  padding: 15px 0;
  box-shadow: 0 -1px 5px rgba(77, 102, 87, 0.5);
  z-index: 999;
}

#cookie-banner p {
  margin: 0;
  color: #fff; /* Text color in cookie banner adjusted to white */
}

#cookie-banner a {
  color: #fff; /* Cor do link "Saber mais" */
  text-decoration: underline;
}

#accept-cookies {
  background-color: #4d6657; /* Accept cookies button color adjusted to a darker green */
  color: #fff; /* Text color adjusted to white */
  border: none;
  padding: 8px 20px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 5px;
  margin-left: 15px;
  transition: background-color 0.3s ease;
}

#accept-cookies:hover {
  background-color: #4d6657; /* Accept cookies button hover color adjusted to dark green */
}


.navbar img {
  max-height: 70px; /* Ajuste a altura máxima da imagem conforme necessário */
  vertical-align: middle; /* Alinha verticalmente a imagem no centro do navbar */
  margin-top: -20px;
}

.section-title {
  margin-bottom: 70px;
}
.section-title h2 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.section-title h2::after {
  position: absolute;
  content: "";
  background: #4d6657; /* Section title underline color adjusted to dark green */
  height: 4px;
  width: 60px;
  bottom: 0;
  margin-left: -30px;
  left: 5%;
}
.section-title p {
  font-size: 18px;
}
.btn-custom {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  color: #fff;
  background-color: #4d6657; /* Custom button background color adjusted to dark green */
  padding: 14px 34px;
  letter-spacing: 1px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  border-radius: 25px;
  transition: all 0.5s linear;
  border: 0;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active {
  color: #fff;
  background-image: none;
  background-color: #4d6657;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: none;
}
/* Header Section */
/* Header Section */
/* CSS para estender o fundo semi transparente sobre o texto */
.intro {
  display: table;
  width: 100%;
  padding: 0;
  background: url(../img/intro-bg.jpg) center center no-repeat;
  -webkit-background-size: 50%;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

/* Outros estilos para o texto dentro da seção .intro */
.intro h1 {
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-size: 82px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.intro h1 span {
  font-weight: 800;
  color: #5ca9fb;
}

.intro p {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 auto;
  margin-bottom: 60px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.2);
  font-weight: bold;
}

header .intro-text {
  padding-top: 350px;
  padding-bottom: 200px;
  text-align: center;
}

/* Features Section */
#features {
  background: #f6f6f6;
}
#features i.fa {
  font-size: 38px;
  margin-bottom: 20px;
  transition: all 0.5s;
  color: #fff;
  width: 100px;
  height: 100px;
  padding: 30px 0;
  border-radius: 50%;
  background: linear-gradient(to right, #4d6657 0%, #355740 100%);
  box-shadow: 10px 10px 10px rgba(77, 102, 87, 0.5);
}
/* About Section */
#about {
  padding: 100px 0;
  padding-bottom: 260px;
}
#about h3 {
  font-size: 22px;
  margin: 0 0 20px;
}
#about h2 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#about h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #4d6657 0%, #355740 100%);
  height: 4px;
  width: 60px;
  bottom: 0;
  left: 0;
}
#about .about-text li {
  margin-bottom: 6px;
  margin-left: 6px;
  list-style: none;
  padding: 0;
}
#about .about-text li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #5ca9fb;
  font-size: 11px;
  font-weight: 300;
  padding-right: 8px;
}
#about img {
  width: 100%;
  max-height: auto;
  margin-top: 10px;
  background: #fff;
  border-right: 0;
  box-shadow: 0 0 50px rgba(77, 102, 87, 0.5);
}
#about p {
  line-height: 24px;
  margin: 30px 0;
}
/* Services Section */
#services {
  padding: 100px 0;
  background: linear-gradient(to right, #4d6657 0%, #355740 100%);
  color: #fff;
}
#services .service-desc {
  margin: 10px 10px 20px;
}
#services h2 {
  color: #fff;
}
#services .section-title h2::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.3);
  height: 4px;
  width: 60px;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
}
#services i.fa {
  font-size: 42px;
  width: 120px;
  height: 120px;
  padding: 40px 0;
  background: linear-gradient(to right, #4d6657 0%, #355740 100%);
  border-radius: 50%;
  color: #fff;
  box-shadow: 10px 10px 10px rgba(77, 102, 87, 0.5);
}
#services h3 {
  font-weight: 500;
  padding: 5px 0;
  color: #fff;
}
#services p {
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.5;
  word-wrap: break-word;
}
#services .service-desc {
  margin-bottom: 40px;
}

/* Company Section */
#company {
  padding: 100px 0;
  background: linear-gradient(to right, #4d6657 0%, #355740 100%);
  color: #fff;
}
#company .company-desc {
  margin: 10px 10px 20px;
}
#company h2 {
  color: #fff;
}
#company .section-title h2::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.3);
  height: 4px;
  width: 60px;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
}
#company i.fa {
  font-size: 42px;
  width: 120px;
  height: 120px;
  padding: 40px 0;
  background: linear-gradient(to right, #4d6657 0%, #355740 100%);
  border-radius: 50%;
  color: #fff;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
}
#company h3 {
  font-weight: 500;
  padding: 5px 0;
  color: #fff;
}
#company p {
  color: rgba(255, 255, 255, 0.75);
}
#company .company-desc {
  margin-bottom: 40px;
}

/* SERVIÇOS DUPLICADO */
/* Company Section */
#company2 {
  padding: 100px 0;
  background: linear-gradient(to right, #4d6657 0%, #355740 100%);
  color: #fff;
}
#company2 .company2-desc {
  margin: 10px 10px 20px;
}
#company2 h2 {
  color: #fff;
}
#company2 .section-title h2::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.3);
  height: 4px;
  width: 60px;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
}
#company2 i.fa {
  font-size: 42px;
  width: 120px;
  height: 120px;
  padding: 40px 0;
  background: linear-gradient(to right, #4d6657 0%, #355740 100%);
  border-radius: 50%;
  color: #fff;
  box-shadow: 10px 10px 10px rgba(77, 102, 87, 0.5);
}
#company2 h3 {
  font-weight: 500;
  padding: 5px 0;
  color: #fff;
}
#company2 p {
  color: rgba(255, 255, 255, 0.75);
}
#company2 .company-desc {
  margin-bottom: 40px;
}

/* CONTACT DUPLICADO */
/* Company Section */
#company3 {
  padding: 100px 0;
  background: linear-gradient(to right, #4d6657 0%, #355740 100%);
  color: #fff;
}
#company3 .company2-desc {
  margin: 10px 10px 20px;
}
#company3 h2 {
  color: #fff;
}
#company3 .section-title h2::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.3);
  height: 4px;
  width: 60px;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
}
#company3 i.fa {
  font-size: 42px;
  width: 120px;
  height: 120px;
  padding: 40px 0;
  background: linear-gradient(to right, #4d6657 0%, #355740 100%);
  border-radius: 50%;
  color: #fff;
  box-shadow: 10px 10px 10px rgba(77, 102, 87, 0.5);
}
#company3 h3 {
  font-weight: 500;
  padding: 5px 0;
  color: #fff;
}
#company3 p {
  color: rgba(255, 255, 255, 0.75);
}
#company3 .company-desc {
  margin-bottom: 40px;
}
/* Team Section */
#team {
  padding: 100px 0;
  padding-bottom: 260px;
}
#team h3 {
  font-size: 22px;
  margin: 0 0 20px;
}
#team h2 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#team h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #4d6657 0%, #355740 100%);
  height: 4px;
  width: 60px;
  bottom: 0;
  left: 0;
}
#team .team-text li {
  margin-bottom: 6px;
  margin-left: 6px;
  list-style: none;
  padding: 0;
}
#team .team-text li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #5ca9fb;
  font-size: 11px;
  font-weight: 300;
  padding-right: 8px;
}
#team img {
  width: 100%;
  max-height: auto;
  margin-top: 10px;
  background: #fff;
  border-right: 0;
  box-shadow: 0 0 50px rgba(77, 102, 87, 0.5);
}
#team p {
  line-height: 24px;
  margin: 30px 0;
}
/* Contact Section */
#contact {
  padding: 100px 0;
  background: linear-gradient(to right, #4d6657 0%, #355740 100%);
  color: rgba(255, 255, 255, 0.75);
}

#company3 {
  padding: 100px 0;
  background: linear-gradient(to right, #4d6657 0%, #355740 100%);
  color: #fff;
}
#contact .section-title {
  margin-bottom: 40px;
}
#contact .section-title p {
  font-size: 16px;
}
#contact h2 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#contact .section-title h2::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.3);
  height: 4px;
  width: 60px;
  bottom: 0;
  left: 30px;
}
#contact h3 {
  color: #fff;
  margin-top: 80px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  font-weight: 400;
}
#contact form {
  padding-top: 20px;
}
#contact .text-danger {
  color: #cc0033;
  text-align: left;
}
#contact .btn-custom {
  margin: 30px 0;
  background: transparent;
  border: 2px solid #fff;
}
#contact .btn-custom:hover {
  color: #1f386e;
  background: #fff;
}
label {
  font-size: 12px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  float: left;
}
#contact .form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #444;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#contact .form-control:focus {
  border-color: #999;
  outline: 0;
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
  color: #777;
}
.form-control:-moz-placeholder {
  color: #777;
}
.form-control::-moz-placeholder {
  color: #777;
}
.form-control:-ms-input-placeholder {
  color: #777;
}
.contact-info { 
  color: #ffffff;
  padding: 20px; /* Espaçamento interno */
  text-align: right;
}

/* Estilize a lista de informações de contato */
.contact-info ul {
  color: #ffffff;
  list-style-type: none; /* Remova os marcadores de lista */
  padding: 0;
}

.contact-info ul li {
  color: #ffffff;
  margin-bottom: 10px; /* Espaçamento inferior entre os itens */
  font-size: 16px; /* Tamanho da fonte */
}

.contact-info strong {
  font-weight: bold; /* Faça o texto em negrito */
}

/* Ajuste o tamanho da fonte do título das informações de contato */
.contact-info h2 {
  font-size: 20px;
  margin-bottom: 15px;
}
/* Footer Section*/
#footer {
  background: #f6f6f6;
  padding: 30px 0;
}
#footer p {
  color: #888;
  font-size: 14px;
}
#footer a {
  color: #608dfd;
}
#footer a:hover {
  border-bottom: 2px solid #4d6657;
}

@media (max-width: 768px) {
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .form-control.small {
    font-size: 14px;
    padding: 8px; /* Ajuste o espaçamento interno conforme necessário */
  }

  .col-md-4 {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    padding: 0 15px;
  }
  h2 {
    font-size: 24px; /* Tamanho de fonte menor para h2 em telas menores */
  }
  
  p {
    font-size: 14px; /* Tamanho de fonte menor para p em telas menores */
    word-wrap: break-word; /* Quebra de linha automática */
  }
  body {
    font-size: 12px;
    overflow-x: hidden;
  }
  .intro h1 {
    font-size: 36px;
  }

  .intro p {
    font-size: 16px;
    margin-bottom: 30px;
  }

  #menu.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    font-size: 14px;
    margin: 9px 10px 0;
  }

  .section-title h2 {
    font-size: 24px;
  }

  .section-title p {
    font-size: 16px;
  }

  #services {
    padding: 60px 0; /* Reduz o espaçamento superior e inferior para economizar espaço */
  }

  #services .container {
    max-width: 100%;
    padding: 0 15px; /* Adicione algum espaçamento nas laterais */
  }

  /* Ajuste o tamanho dos ícones e título em telas menores */
  #services i.fa {
    font-size: 38px; /* Reduza o tamanho dos ícones */
    width: 100px;
    height: 100px;
    padding: 30px 0;
  }

  #services h3 {
    font-size: 22px; /* Reduza o tamanho do título do serviço */
  }

  #services p {
    font-size: 15px; /* Reduza o tamanho do texto do serviço */
  }
  
}
