/**
* Template Name: AgriCulture
* Template URL: https://bootstrapmade.com/agriculture-bootstrap-website-template/
* Updated: Aug 07 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/

/* Fonts */

@font-face {
  font-family: 'Saira';
  src: url('../../fonts/Saira-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../../fonts/Montserrat-Medium.ttf');
  font-weight: normal;
  font-style: normal;
}



@font-face {
  font-family: 'Roboto';
  src: url('/fonts/Roboto-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/

body {
  background-color: white;
  font-family: 'Montserrat';
  scroll-behavior: smooth;
  overflow: visible;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
}

p {
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: 'Montserrat';
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.image-container {
  width: 100vw;
  height: 90vh;
  max-height: 850px;

  /* Ajuste conforme necessário */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  /* foca no lado esquerdo da imagem */

}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.hero {
  color: white;
  position: relative;
  background-color: #29363b;

}


.hero h3 {
  font-size: 2.4rem;
  text-align: left;
  font-weight: bold;
}

.hero p {
  font-size: 1rem;
  font-weight: 100;
}

.info-box {
  padding: 80px 20px;
}

.icon-box {
  text-align: center;
  position: relative;
}

.info-row {
  margin-top: 20px;
}

.icon-box i {
  font-size: 80px;
  color: #1bace2;
}

.hero-text {
  padding-top: 23px;
}

.speech-box {
  position: relative;
  width: 700px;
  /* pode ajustar conforme o SVG */
  height: 285px;
  /* mesma proporção do SVG original */
  background: url('../img/BALÃO\ \(1\).svg') no-repeat center/contain;
  padding: 40px 50px;
  /* espaço interno para o texto não encostar nas bordas */
  box-sizing: border-box;
  color: #000;
  font-weight: bold;
  top: -540px;
  left: 0px;
}

.speech-title {
  color: white;
  padding: 0px 40px !important;
  font-size: 3rem !important;
}

.speech-description {
  color: black;
  font-weight: bold !important;
  margin-top: -10px;
  font-size: 1.2rem !important;
}

.speech-disclaimer {
  color: #1bace2;
  font-weight: bold !important;
  font-size: 1.6rem !important;

}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/

.services {
  background-color: white;
  padding: 20px 20px;
  margin-top: -300px;
}

.services p {
  color: #1bace2;
  font-weight: bold;
  font-size: 1.2rem !important;

}


/*--------------------------------------------------------------
# Certificado Section
--------------------------------------------------------------*/

.certificado-container {
  min-width: 100vw;
  height: 70vh;
  max-height: 600px;
  background-image: url(../img/certificado.png);
  background-repeat: no-repeat;
  background-position: bottom 20% right;
  background-size: cover;
}

.certificado-text {
  padding: 50px 0px;
}

.certificado h3 {
  font-size: 2.8rem !important;
}

.certificado p {
  padding-top: 20px;
}

.certificado-disclaimer {
  font-weight: bold !important;
  margin-top: -12px;
}

.selo {
  visibility: hidden;
}



@media (max-width: 576px) {

  .certificado-container {
    height: auto;
    background-position: top left;
  }

  .certificado-text {
    padding-top: 20px;
  }

  .certificado h3 {
    font-size: 2.4rem !important;
  }

  .selo {
    visibility: visible;
    margin-bottom: 30px;
    width: 180px;
    height: 180px;

  }

}

/*--------------------------------------------------------------
# Btn Section
--------------------------------------------------------------*/
.certificado-btn {
  position: absolute;
  padding: 20px 60px;
  background-color: #1bace2;
  border-radius: 60px;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  margin-top: -50px;
  margin-left: -250px;
  border: 2px solid rgba(0, 0, 0, 0.172);

}

.certificado-btn:hover {
  background-color: #fff;
  color: #1bace2;
}

#formularioCarro {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  flex-wrap: wrap;
  padding: 100px 0px 40px 0px;

}

#formularioCarro.mostrar {
  opacity: 1;
  visibility: visible;
}

#formularioCarro p {
  color: white !important;
}

.btn-cadastro {
  padding: 10px 20px;
  background-color: #1bace2;
  color: white;
  border-radius: 60px;
  font-size: 1.4rem;
  border: 1px black solid;
}

.btn-cadastro:hover {
  background-color: #fff;
  color: #1bace2;
}


@media (max-width: 513px) {
  .certificado-btn {
    padding: 10px 20px;
    font-size: 1rem;
    margin-top: -30px;

    margin-left: -150px;

  }

}



/*--------------------------------------------------------------
# Parceiros Section
--------------------------------------------------------------*/

.parceiros-container {
  padding: 100px 10px;
  background-color: #1bace2;
}

.parceiros h2 {
  margin-top: 20px;
  font-size: 3.4rem;
  font-weight: bold;
}

.parceiroLogo {
  width: 100%;
  height: auto;
}

.parceiroLogo2 {
  width: 80%;
  height: auto;
}

@media (max-width: 576px) {
  .parceiroLogo2 {
    width: 100%;
  }

}



/*--------------------------------------------------------------
# FAQ Section
--------------------------------------------------------------*/
.faq {
  padding: 60px 20px;
  background-color: #29363b;
  text-align: center;

}

.faq h2 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  color: #ffffff;
}

.faq-section {
  padding: 30px 0;
  display: flex;
  justify-content: center;
}

.faq-container {
  width: 60%;
  margin: 0 auto;
}

.faq-item {
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.faq-question {
  background-color: #1bace2;
  color: #ffffff;
  padding: 12px;
  font-size: 1.2rem;
  border-bottom: 1px solid #787878;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s ease;
  position: relative;
  text-align: center;
}

.faq-question i {
  position: absolute;
  right: 15px;
  transition: transform 0.3s ease;
}

.faq-question.open i {
  transform: rotate(180deg);
}

.faq-question:hover {
  background-color: #1bade2a8;
}

.faq-answer {
  background-color: #fff;
  color: #333;
  padding: 15px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out, padding 0.3s ease-in-out;
}

@media (max-width: 600px) {
  .faq-container {
    width: 95%;
  }

  .faq-question {
    font-size: 16px;
    padding: 10px;
  }

  .faq-answer {
    font-size: 14px;
    padding: 10px;
  }
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer {
  background-color: #29363b;
}

.logo-and-line {
  display: flex; /* Alinha os itens em linha */
  align-items: center; /* Alinha verticalmente */
} 

.footer p{
  color: white;

}

/* Estilo do logo */
.logo-footer {
  display: flex; /* Alinha os ícones em linha */
  max-width: 100%; /* Garante que o logo não ultrapasse o tamanho do contêiner */
  height: 40px;
}

.green-line {
  flex-grow: 1; /* Faz a linha ocupar o espaço restante */
  height: 2px;
  background-color: #1bace2;
  margin-top: 5px;
}

.social-icons {  
  display: flex; /* Alinha os ícones em linha */
  justify-content: left; /* Centraliza os ícones horizontalmente */
  gap: 10px; /* Distância entre os ícones */
  padding: 0px;

}

.social-icon {
  display: inline-block;
  background-color: #1bace2; /* Cor verde */
  border-radius: 50%; /* Formato circular */
  padding: 8px 15px 8px 15px; /* Espaço para garantir que o ícone não encoste nas bordas */
  transition: transform 0.3s ease; /* Efeito de transição */
}

.social-icon i {
  font-size: 22px; /* Tamanho do ícone */
  color: #fff; /* Cor do ícone (branca) */
  transition: color 0.3s ease; /* Transição suave para a cor */
}

.social-icon:hover {
  background-color: #1bade2a2;
}

.social-icon:hover i {
  color: #fff; /* Garante que a cor do ícone continue branca no hover */
}

@media (max-width: 768px) {
  .social-icons {  
    justify-content: center !important; /* Centraliza os ícones horizontalmente */
  
  }
  .logo-footer {  
    display: flex !important; /* Alinha os ícones em linha */
    justify-content: center !important; /* Centraliza os ícones horizontalmente */
  
  }
}

.footer-bv {
  background-color: #1bace2;
  margin-bottom: -30px;
  padding: 5px 0px !important;
}

.footer-bv p{
color: white;
font-size: 1.2rem;
margin-top: 10px;
}



/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  color: white;
  background-color: #1d3138;
  padding: 5px 0;
  transition: all 0.5s;
  z-index: 997;
}

.sitename {
  color: white;
}

.header .logo img {
  max-height: 90px;
  margin-left: 60px;
}

.scrolled .header {
  box-shadow: 0px 0 18px color-mix(in srgb, var(--default-color), transparent 85%);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu a,
  .navmenu a:focus {
    color: white;
    padding: 18px 60px;
    font-size: 1.2rem;
    font-family: 'Montserrat';
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;

  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu li:last-child a {
    padding-right: 0;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: #1bace2;
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px color-mix(in srgb, var(--default-color), transparent 85%);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

/* Navmenu - Mobile */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    font-size: 40px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 10px 0px 5px 0px;
    z-index: 9997;
  }

  .header .logo img {
    margin-top: 0;
  }


  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px color-mix(in srgb, var(--default-color), transparent 90%);
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: 'Roboto';
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  padding: 0px 0;
  scroll-margin-top: -40px;
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 66px;
  }
}





/* Extra extra large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  .hero h3 {
    font-size: 2.8rem;
  }

  .hero p {
    font-size: 1.2rem;
  }

  .hero-text {
    padding-top: 30px;
  }
}

@media (max-width: 1199.98px) {


  .hero-title {
    font-size: 2.2rem;
    padding: 0px 0px;
  }
}


@media (max-width: 991.98px) {
  .image-container {
    height: 85vh !important;
  }

  .speech-box {
    top: -660px !important;
  }

  .speech-title {
    margin-top: 0px !important;
  }

  .hero h3 {
    margin-top: 30px;
  }

  .speech-box {
    top: -700px;
  }
}

@media (max-width: 767.98px) {
  .image-container {
    height: 70vh !important;
  }

  .hero h3 {
    margin-top: 0px;
    padding-left: 0px;
  }

  .info-box {
    padding: 80px 0px !important;
  }

  .speech-box {
    left: -80px !important;
    top: -600px !important;
    height: 245px !important;
  }

  .speech-title {
    margin-top: -15px !important;
    font-size: 2.6rem !important;
  }

  .speech-description {
    font-size: 1rem !important;
  }

  .speech-disclaimer {
    font-size: 1.4rem !important;
  }

}

@media (max-width: 575.98px) {
  .image-container {
    height: 50vh !important;
  }

  .car-icon {
    width: 150px;
    margin-bottom: 20px;
  }

  .info-box {
    padding: 0px 20px !important;
    margin-top: 60px !important;
  }

  .hero-text {
    padding-top: 10px;
  }

  .speech-box {
    top: -600px !important;
    left: -100px !important;
    height: 220px !important;
  }

  .speech-title {
    font-size: 2rem !important;
    padding: 0px 80px !important;
  }

  .speech-description {
    padding: 0px 60px !important;
    margin-left: -80px !important;
    margin-top: -20px !important;
  }

  .speech-disclaimer {
    font-size: 1.2rem !important;
    padding: 0px 80px !important;
    margin-left: -100px !important;
  }

  .services {
    margin-top: -150px;
  }

}

@media (max-width: 500px) {
  .speech-box {
    top: -590px !important;
    left: -120px !important;
  }

  .speech-title {
    margin-left: 60px;
    padding: 0px 40px !important;
  }

  .speech-disclaimer {
    margin-top: -10px !important;
  }
}

@media (max-width: 472px) {

  .header .logo img {
    margin-left: 20px;
  }

  .image-container {
    height: 50vh !important;
  }

  .speech-box {
    height: 170px !important;
    left: -160px !important;
    top: -560px !important;
  }

  .speech-title {
    font-size: 1.7rem !important;
    margin-left: 80px !important;
    padding: 0px 60px !important;

  }

  .speech-description {
    font-size: 0.8rem !important;
    padding: 0px 110px !important;
    margin-left: -140px !important;
    margin-top: -30px !important;
  }

  .speech-disclaimer {
    font-size: 1.1rem !important;
    padding: 0px 110px !important;
    margin-left: -140px !important;
  }

  .car-icon {
    margin-left: -20px !important;
  }

  .services {
    margin-top: -100px;
  }

  .services p {
    font-size: 1.2rem !important;
  }

}


@media (max-width: 380px) {
  .speech-box {
    height: 150px !important;
    left: -180px !important;
    top: -530px !important;
  }

  .speech-title {
    font-size: 1.5rem !important;
    margin-left: 120px !important;
    padding: 0px 40px !important;
  }

  .speech-description {
    font-size: 0.7rem !important;
    padding: 0px 140px !important;
    margin-left: -160px !important;
    margin-top: -35px !important;
  }

  .speech-disclaimer {
    font-size: 0.9rem !important;
    padding: 0px 140px !important;
    margin-left: -160px !important;
    margin-top: -15px !important;
  }

}