@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Poppins, sans-serif;
}

body {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
  background-color: #fff;
  overflow-x: hidden;
  padding-bottom: 60px;
}


/*sessão hero-menu*/

.hero-menu {
  background-color: #333333;
}

.navbar-brand img {
  width: 250px;
}

.custom-brand {
  margin-right: auto;
  margin-left: 0;
}


.item-search input {
  border-radius: 20px;
  padding: 12px;
  outline: none;
  border: none;
  background-color: #eebc31;
}

.search-container {
  position: relative;
  display: inline-block;
}

.item-search,
.item-search ::placeholder
{
  color: #333;
  font-weight: 400;
}



.search-container input[type="search"] {
  padding-left: 50px;
}

.search-container i.bi-search {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.item-atendimento button {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: none;
  padding: 12px;
  font-weight: 400;
  transition: 1s ease-out;
  background-color: #eebc31;
}

.item-atendimento button:hover {
  background-color: #fff;
  color: #333;
  transition: 1s ease-in;
}

/*Fim sessão hero-menu*/

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 20px;
}

main .container {
  margin-top: 70px;
}

.valores-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar {
  display: flex;
  align-items: center;
  height: 120px;
} 

.navbar-dark .navbar-nav .nav-link.active {
  background-color: #eba630;
  color: #333;
}

.navbar-dark .navbar-nav .nav-link:hover {
  background-color: #ffffff;
  color: #333;
  border: none;
  transition: 1s ease;
  border-radius: 5px;
}

.navbar-nav {
  justify-content: center;
}


.navbar-collapse {
  justify-content: space-between;
}

a .nav-link {
  color: white !important;
}
.navbar-collapse.show .navbar-nav {
  background-color: #333333e7; /* Cor de fundo desejada */
  border-radius: 15px;
}

.navbar-collapse.show .navbar-nav {
  justify-content: center;
  text-align: center;
  left: 25px;
}

/*Sessão Hero-Section*/

/* .hero-section {
  border: 1px solid deeppink;
} */

.hero-section h1 {
  color: #333333;
}

.hero-section {
  display: flex;
  flex-direction: column;
  /* padding-left: 50px;
  padding-right: 70px; */
  justify-content: space-between;
  align-items: center;
}

.paragrapho p {
  font-size: 17px;
  overflow-wrap: break-word
}

.paragrapho h1 {
  font-size: 2.8vw;
}

.foto-elite {
  margin-top: 20px;
  border-radius: 15px;
  width: 100%;
  height: auto;
  border: 6px solid rgb(234, 234, 234);
}

.custom-row {
  border: 1px solid #eeeeee;
  display:flex;
  flex-direction: row;
  justify-content: space-between;
}

.menco-img {
  background:
  linear-gradient(
    rgba(0, 0, 0, 0.681),rgba(0, 0, 0, 0.64)
  ),
  url(../images/galpao.JPG);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  color: white;
  align-items: center;
  padding: 20px;
  width: 100%;
}

.menco-img img {
  padding-bottom: 20px;
  width: 350px;
  height: auto;
}

/*Fim da sessão Hero-Section*/
/*Sessão Footer*/
.row {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-top: 15px;
  font-weight: 300;
  padding-left: 15px;
  padding-right: 15px;
}

.text-elite {
  padding-top: 40px;
}

footer {
  border-top: 1px solid #333;
  bottom: 0;
  left: 0;
  height: 95px;
  position: relative;
  width: 100%;
  margin-top: auto;
}

.container-footer {
  background-color: #333333;
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.footer-row {
  display: flex;
  justify-content: space-between;
}

.footer-text {
  color: white;
  text-align: left;
  font-weight: 300;
  font-size: 12pt;
}
