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

@font-face {
  font-family: "Rubik-Italic";
  src: url("../fonts/Rubik-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Rubik-Bold";
  src: url("../fonts/Rubik-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Rubik-BoldItalic";
  src: url("../fonts/Rubik-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

/*
  Tipos de format()
  - opentype (otf)
  - truetype(ttf)
  - embedded-opentype
  - truetype-aat (Apple Advenced Typography)
  - svg
*/

body {
  font-family: "Rubik-Regular", "Rubik-Italic", "Rubik-Bold", "Rubik-BoldItalic",
    sans-serif;
  font-size: 1.1em;
  color: #000000;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

section {
  height: 100vh;
}

a:not([href]):not([tabindex]) {
  transition: all 0.3s ease;
  color: #38b;
}

a:not([href]):not([tabindex]):hover {
  text-decoration: none;
  color: #fff;
}

a {
  transition: all 0.3s ease;
  color: #38b;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #3388bb;
}

a:focus {
  outline: none;
}

h2 {
  font-family: "Rubik-Bold", "Rubik-BoldItalic", "Rubik-Regular", sans-serif;
  font-size: 2rem;
}

h3 {
  font-family: "Rubik-Bold", "Rubik-BoldItalic", "Rubik-Regular", sans-serif;
  font-size: 1.5rem;
}

p {
  line-height: 1.2em;
}

.w-90 {
  width: 90% !important;
}

.h-5 {
  height: 5% !important;
}

.h-95 {
  height: 95% !important;
}

.ff-titulo {
  flex-grow: 0;
  flex-basis: auto;
}

.ff-conteudo {
  flex-grow: 1;
  flex-basis: auto;
}

.ff-bold {
  font-family: "Rubik-Bold", "Rubik-BoldItalic", sans-serif;
}

.ff-description {
  width: 70%;
}

.ff-description-longo {
  max-width: 60%;
}

.cursor-pointer {
  cursor: pointer;
}

@media (max-width: 576px) {
  body {
    font-size: 0.8rem;
  }

  section {
    height: 50vh;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.2rem;
  }

  p {
    font-size: 0.8rem;
  }

  .ff-description {
    width: 90%;
  }

  .ff-description-longo {
    max-width: 100%;
  }

  .ff-div-vazio {
    display: none;
  }
}

@media screen and (min-width: 577px) and (max-width: 1300px) {
  .ff-description-longo {
    max-width: 80%;
  }
}

/* **** CABECALHO **** */

.ff-img-menu-logo {
  height: 40px;
}

.ff-navbar {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.7);
  /* opacity: 0.5; */
  transition: all 0.3s ease;
  border-bottom: 1px solid #e9ecef;
  box-shadow: 10px 5px 5px rgba(0, 0, 0, 0.233);
}

.ff-navbar::after {
  opacity: 1;
}

.navbar-brand {
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
}

.navbar-brand:hover,
.ff-navbar.scroll .navbar-brand:hover {
  color: #38b;
}

.ff-navbar.scroll .navbar-brand {
  color: #369;
}

.nav-item {
  list-style: none;
}

.ff-nav-link {
  color: #38b;
}

.ff-navbar.scroll .ff-nav-link {
  color: #369;
}

.ff-navbar.scroll .ff-nav-link:hover,
.ff-navbar.scroll .ff-nav-link.current,
.ff-nav-link:hover,
.dropdown-item:hover,
.nav-link:hover {
  color: #fff;
  background-color: #369;
}

.navbar-toggler {
  border: 1px solid white;
  padding-left: 10px;
  padding-right: 10px;
}

.navbar-toggler-icon {
  color: white;
  padding-top: 6px;
}

.ff-navbar.scroll .navbar-toggler {
  border: 1px solid #707070;
}

.tm-navbar.scroll .navbar-toggler-icon {
  color: #707070;
}
/* **** FIM CABECALHO **** */

/* **** HOME **** */
#home {
  width: 100%;
  height: auto;
  padding: 0;
  color: #035199;
  background-color: #b1cbd4;
}

#carouselHome {
  background-image: url("../img/FarmFeedHome.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 5%;
  height: 100vh;
}

#carouselHome p {
  font-size: 1.45rem;
}

.ff-carousel-control-next-icon {
  background-color: #000000;
}

@media (max-width: 576px) {
  #carouselHome {
    background-size: auto 100%;
    height: 50vh;
  }

  #carouselHome p {
    font-size: 0.8rem;
  }
}
/* **** FIM HOME **** */

/* **** QUEMSOMOS **** */
#qemsomos {
  height: 100vh;
  padding: 0;
  background-color: #fff;
  padding-top: 68px;
}

#qemsomos2 {
  background-color: #fff;
  background-image: url("../img/FarmFeedQuemSomos2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100vh;
  padding: 0;
  padding-top: 68px;
}

.ff-quemsomos-left {
  background-image: url("../img/FarmFeedQuemSomosLeft.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
}

.ff-quemsomos-right {
  background-image: url("../img/FarmFeedQuemSomosRight.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
}

@media (max-width: 576px) {
  #qemsomos {
    padding-top: 10px;
    height: 85vh;
  }

  #qemsomos2 {
    background-color: #cce4af;
    background-image: none;
    background-size: auto 100%;
    background-position: center bottom;
    height: 80vh;
    padding-top: 10px;
  }

  .ff-quemsomos-left {
    background-size: auto 100%;
    background-position: right bottom;
  }

  .ff-quemsomos-right {
    background-size: 100% 100%;
    background-position: left top;
    /* background-image: none; */
  }
}
/* **** FIM QUEMSOMOS **** */

/* **** PRINCIPIOS **** */
#principios {
  background-image: url("../img/FarmFeedPrincipios.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  height: 100vh;
  padding: 0;
  background-color: #dcebc4;
  padding-top: 68px;
}

#principios h2 {
  color: #035199;
}

@media (max-width: 576px) {
  #principios {
    background-image: none;
    background-size: auto 100%;
    background-position: right bottom;
    height: 70vh;
    padding-top: 10px;
  }
}
/* **** FIM PRINCIPIOS **** */

/* **** EMPRESA **** */
#empresa {
  background-image: url("../img/FarmFeedEmpresa.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  height: 100vh;
  padding: 0;
  padding-top: 68px;
  color: #035199;
}

#empresa li {
  font-family: "Rubik-Bold", "Rubik-BoldItalic", sans-serif;
  list-style-type: none;
  padding-bottom: 1.5px;
}

.ff-empresa-barra {
  width: 5px;
  margin-right: 5px;
}

@media (max-width: 576px) {
  #empresa {
    background-size: auto 100%;
    background-position: right bottom;
    height: 70vh;
    padding: 0;
    padding-top: 10px;
    /* color: #000000; */
  }
}
/* **** FIM EMPRESA **** */

/* **** ENVOLVIDOS **** */
#envolvidos {
  background-image: url("../img/FarmFeedEnvolvidos.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  height: 100vh;
  padding: 0;
  /* background-color: #dcebc4; */
  padding-top: 68px;
  /* color: #035199; */
}

#envolvidos2 {
  background-image: url("../img/FarmFeedEnvolvidos2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  height: 100vh;
  padding: 0;
}

#envolvidos2 p {
  color: #fff;
}

@media (max-width: 576px) {
  #envolvidos {
    background-size: auto 100%;
    background-position: right bottom;
    height: 80vh;
    padding: 0;
    padding-top: 10px;
    /* background-color: #dcebc4; */
    /* color: #035199; */
  }

  #envolvidos2 {
    background-image: none;
    background-color: #dcebc4;
    background-size: auto 100%;
    background-position: left bottom;
    height: 100vh;
    padding: 0;
  }

  #envolvidos2 p {
    color: #000000;
  }
}
/* **** FIM ENVOLVIDOS **** */

/* **** CONTATO **** */
#contato {
  background-image: url("../img/FarmFeedContato.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: bottom;
  padding-top: 68px;
  color: #035199;
}
.background-image {
  background-image: url("../img/FarmFeedContatoLeft.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  height: 100%;
}
.text-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.form-container {
  padding: 20px;
  width: 80%;
  height: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.form-container h2 {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
}
.form-group {
  margin-bottom: 15px;
}
.form-control {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 10px;
}
.enviar-btn {
  text-align: center;
  background-color: #25d366;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  transition: background-color 0.3s, border-color 0.3s;
}
.enviar-btn:hover {
  background-color: #128c7e;
}
.error-message {
  color: red;
  font-size: 0.8rem;
  margin-top: 5px;
}
.error {
  border-color: red !important;
}

@media (max-width: 576px) {
  #contato {
    padding-top: 5px;
  }
}
/* **** FIM CONTATO **** */

/* **** RODAPE **** */
#rodape {
  font-size: 0.8em;
  height: 50vh !important;
  padding: 0;
  background-color: #fff;
  color: #035199;
}

#rodape h3 {
  font-family: "Rubik-Regular", "Rubik-Italic", "Rubik-Bold", "Rubik-BoldItalic",
    sans-serif;
  margin-bottom: 0;
}

#rodape hr {
  border: 0;
  border-top: 5px solid #a7d14c;
  width: 50px;
  text-align: left; /* Para o IE */
  margin: 0.3rem auto 0.3rem 0;
}

.ff-rodape-left {
  background-image: url("../img/FarmFeedrodapeLeft.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top left;
}

.ff-rodape-right {
  background-image: url("../img/FarmFeedRodapeRight.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top right;
}

.ff-rodape-icon {
  width: 35px;
  margin: 0;
}

.ff-logo-rodape {
  width: 90%;
}

@media (max-width: 576px) {
  .ff-logo-rodape {
    width: 60%;
  }

  .ff-copyright {
    font-size: 0.6em;
  }
}
/* **** FIM RODAPE **** */

#whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25d366; /* Cor verde do WhatsApp */
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  z-index: 9999; /* Garante que o botão esteja acima de outros elementos */
}

#whatsapp-btn:hover {
  background-color: #128c7e; /* Cor de destaque ao passar o mouse */
}
