/* Estilos Gerais */
body {
  font-family: "Roboto", sans-serif;
  color: #333;
}

/* Seletor de Idiomas */
.language-flags img {
  border: 1px solid transparent;
  transition: transform 0.2s;
  opacity: 0.8;
}

.language-flags img:hover {
  transform: scale(1.2);
  border: 1px solid white;
  opacity: 1;
}

/* Ajuste para dispositivos móveis */
@media (max-width: 991px) {
  .language-flags {
    margin-top: 15px;
    justify-content: center;
  }
}

/* Header Gradient - Social e Natureza */
.bg-gradient-social-nature {
  background: linear-gradient(135deg, #1e88e5 0%, #43a047 100%);
}

.navbar-light .nav-link {
  color: rgba(255, 255, 255, 0.85) !important;
}

.navbar-light .nav-link:hover,
.navbar-light .nav-link.active {
  color: white !important;
}

.navbar-light .navbar-brand {
  color: white;
}

.navbar-light .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.5);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Hero Section */
.hero-section {
  position: relative;
  height: 80vh;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  z-index: -1;
}

.hero-background.active {
  opacity: 1;
}

.hero-bg-1 {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("../img/hero-bg.jpg") no-repeat center center;
  background-size: cover;
}

.hero-bg-2 {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("../img/hero-bg-2.jpg") no-repeat center center;
  background-size: cover;
}

/* Cores e Botões */
.btn-primary {
  background-color: #0066cc;
  border-color: #0066cc;
}

.btn-primary:hover {
  background-color: #0052a3;
  border-color: #0052a3;
}

.text-primary {
  color: #0066cc !important;
}

/* Footer */
.bg-darker {
  background-color: #111;
}

/* Animações e Transições */
.card,
.btn {
  transition: all 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

/* Responsividade */
@media (max-width: 768px) {
  .hero-section {
    height: 60vh;
  }
}

.flags {
  width: 150px;
}

.flags img {
  width: 30px;
  margin-right: 2px;
  cursor: pointer;
}

a.gflag {
  font-size: 16px;
  padding: 1px 0;
  background-repeat: no-repeat;
  background-image: url(16.png);
}
a.gflag img {
  border: 0;
  height: 16px;
  display: inline;
}
a.gflag:hover {
  background-image: url(16a.png);
}
img.gstats {
  display: none;
}
a.alt_flag {
  background-image: url(alt_flags.png);
}
a.alt_flag:hover {
  background-image: url(alt_flagsa.png);
}
a.us_flag {
  background-position: -0px -0px;
}
a.br_flag {
  background-position: -100px -0px;
}
a.mx_flag {
  background-position: -200px -0px;
}

a.glink {
  text-decoration: none;
}
a.glink span {
  margin-right: 3px;
  font-size: 10px;
  vertical-align: middle;
}
a.glink img {
  vertical-align: middle;
  display: inline;
  border: 0;
  padding: 0;
  margin: 0;
  opacity: 0.8;
}
a.glink:hover img {
  opacity: 1;
}

body > .skiptranslate {
  display: none;
}

a.glink img {
  margin-right: 2px;
}
#goog-gt-tt {
  display: none !important;
}
.goog-te-banner-frame {
  display: none !important;
}
.goog-te-menu-value:hover {
  text-decoration: none !important;
}
.goog-text-highlight {
  background-color: transparent !important;
  box-shadow: none !important;
}
body {
  top: 0 !important;
}
#google_translate_element2 {
  display: none !important;
}

/* Botão Flutuante de WhatsApp */
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.whatsapp-float:hover {
  background-color: #128c7e;
  color: #fff;
  transform: scale(1.1);
}

/* Ajuste para dispositivos móveis */
@media screen and (max-width: 767px) {
  .whatsapp-float {
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
    font-size: 25px;
  }
}
