@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Dream-Avenue";
  src: url("../assets/fonts/FontsFree-Net-Dream-Avenue.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

:root {
  --primary-color: #e4c291;
  --secondary-color: #000000;
  --terciary-color: #eaeded;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
font,
img,
ul,
li,
header,
nav,
section,
article,
aside,
footer {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

* {
  font-family: "Montserrat", sans-serif;
}

/*Estilos generales del boton whatsapp*/
.whatsapp-btn {
  position: fixed;
  bottom: 90px;
  right: 40px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: breathe 2s ease-in-out infinite;
}

/*Estilos solo al icono whatsapp*/
.bi-whatsapp {
  color: #fff;
  font-size: 32px;
  animation: beat 2s ease-in-out infinite;
  text-decoration: none;
}

a {
  text-decoration: none;
  list-style: none;
}

.menu {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed; /* Torna o navbar fixo na tela */
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000; /* Valor alto para garantir que fique sobreposto a outros elementos */
  width: 100%; /* Garante que o navbar ocupe toda a largura da tela */
}

/* NAVBAR */
.main-content {
  margin: 0 auto;
}

.menu a,
.menu.menu-fixed a li {
  color: var(--terciary-color);
  display: flex;
  padding: 25px 0 25px 0;
  text-decoration: none; /* Removendo o sublinhado dos links */
}

.menu.menu-fixed a li:hover {
  color: #25d366;
  text-decoration: none; /* Removendo o sublinhado dos links */
}

.menu-content {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  color: #292929;
}

.menu-content .logo {
  padding-top: 8px;
}
.menu-fixed ul {
  display: flex;
  flex-direction: row;
}

.menu-navBar li {
  text-decoration: none;
  list-style: none;
  padding: 0 12px;
  list-style: none;
}

.menu-navBar li a {
  color: rgb(196, 196, 196);
}

.menu-navBar li .active {
  color: var(--primary-color);
}

.menu-navBar li a:hover {
  color: var(--primary-color);
  text-decoration: none;
}

.icons a svg {
  color: var(--primary-color);
  margin: 0 10px;
}

/* Menu-button */
.menu-responsive {
  cursor: pointer;
  position: absolute;
  top: 30%;
  right: 6%;

  visibility: hidden;
  opacity: 0;
}
.bar {
  display: block;
  width: 25px;
  height: 3px;
  border-radius: 3px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: var(--terciary-color);
}

/* 
  Carousel
*/

.carousel-item img {
  max-height: 100vh; /* Ajuste a altura máxima conforme necessário */
  object-fit: cover; /* Garante que a imagem seja cortada proporcionalmente para preencher a área */
  width: 100%; /* Garante que a imagem ocupe toda a largura do contêiner */
  height: auto; /* Mantém a proporção da altura */
  display: block; /* Garante que a imagem seja exibida como bloco */
}

section {
  display: flex;
  justify-content: center;
}

.about-us h2 {
  font-size: 110px;
  font-family: "Dream-Avenue";
  color: var(--primary-color);
  margin-top: 200px;
  margin-left: 60px;
}

.about-us p {
  margin-left: 60px;
  color: var(--terciary-color);
}

/* 
    Services
*/

.content-services {
  background-color: var(--primary-color);
  width: 100%;
}

.content-services .container {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
.content-services .container h3 {
  font-size: 38px;
  font-family: "Dream-Avenue";
  padding-top: 6px;
  font-weight: 500;
}

.content-services .container button {
  padding: 5px 25px;
  background-color: transparent;
  font-family: "Montserrat";
  font-size: 22px;
  font-weight: bold;
  border: 3px solid var(--secondary-color);
}

.container a {
  color: inherit;
  text-decoration: none;
}

.container a:hover {
  color: var(--primary-color);
  text-decoration: none;
}
.service-section {
  background-image: url("../assets/imgs/imgs-06.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
}

.service-section h2 {
  font-family: "Dream-Avenue";
  font-size: 45px;
  color: var(--terciary-color);
  text-align: center;
  padding-top: 250px;
}

.service-section .spacing {
  background-color: var(--primary-color);
  width: 150px;
  height: 3px;
}

#spaced-text {
  letter-spacing: 40px;
}

.content-secitio-service {
  margin-top: 150px;
}

.sec-contato {
  margin-top: 50px;
}

.services h2 {
  font-size: 82px;
  font-family: "Dream-Avenue";
  color: var(--terciary-color);
  margin-top: 120px;
  margin-left: 60px;
}

.services h2 span {
  font-size: 102px;
  font-family: "Dream-Avenue";
  color: var(--primary-color);
}

.services h3 {
  margin-left: 60px;
  font-family: "Montserrat";
  color: var(--terciary-color);
  font-weight: 300;
  font-style: italic;
}

section .content-secition .img-field {
  position: static;
}

/* section .score-services-1 {
  position: absolute;
  right: 50%;
  font-family: "Dream-Avenue";
  color: #232323b9;
  font-size: 20rem;
}

section .score-services-2 {
  position: absolute;
  right: 15%;
  font-family: "Dream-Avenue";
  color: #232323b9;
  font-size: 20rem;
} */

.service-meio-ambiente {
  background-image: url("../assets/imgs/imgs-09.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 320px;
  margin-top: 100px;
}

.section-meio-ambiente h1 {
  font-size: 61px;
  font-family: "Dream-Avenue";
  color: var(--primary-color);
}

.section-meio-ambiente h2 {
  font-size: 32px;
  font-family: "Dream-Avenue";
  color: var(--primary-color);
}

.section-meio-ambiente p {
  margin-top: 20px;
  font-size: 18px;
  color: var(--terciary-color);
  font-family: "Montserrat";
}

.service-contact {
  background-image: url("../assets/imgs/imgs-10.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
}

.service-contact .sec-contato {
  color: var(--terciary-color);
  font-weight: bold;
  font-size: 24px;
  padding-top: 80px;
}

.service-contact .container .contact {
  display: flex;
  justify-content: space-between;
}

.service-contact .container .contact h2 {
  font-size: 62px;
  font-family: "Dream-Avenue";
}

.service-contact .container .contact button {
  border: 2px solid var(--terciary-color);
  background-color: transparent;
  color: var(--terciary-color);
  font-size: 22px;
  height: 55px;
  width: 150px;
}

/* 
  FOOTER
*/
footer {
  margin-top: 100px;
}

.footers-sections {
  display: flex;
  justify-content: space-between;
}

footer h5 {
  font-size: 32px;
  font-style: italic;
  color: var(--terciary-color);
}

.spacing {
  background-color: var(--primary-color);
  width: 150px;
  height: 3px;
}

.footers-sections div p {
  color: var(--terciary-color);
  font-size: 13px;
  font-weight: 300;
}

.d7m {
}

.d7m span {
  color: var(--terciary-color);
  font-size: 14px;
}

.icons-footer a {
  padding: 0 15px;
  color: var(--primary-color);
  background-color: transparent;
  text-decoration: none;
}

.icons-footer a:hover {
  color: var(--primary-color);
}

.end-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 25px 0 25px 0;
}

.end-footer .footer-text {
  margin: 0;
}

.end-footer .d7m {
  display: flex;
  flex-direction: column;
  align-items: left;
}

.end-footer .d7m span {
  margin-right: 10px; /* Ajuste o valor conforme necessário */
}
