body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
}

.onde-title {
  font-size: 38px;
  color: #91E325;
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #FAFAFA;
  border-bottom: 1px solid #FAFAFA;
  margin-bottom: 80px;
  margin-top: 20px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
}

.onde-encontrar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
  background-color: #EEF6ED;
}
.onde-encontrar h4 {
  font-size: 19px;
  font-weight: 600;
  color: #282828;
  text-align: center;
  margin: 0 15px;
  margin-bottom: 40px;
}
.onde-encontrar form {
  display: block;
  max-width: 412px;
  margin: 0 15px;
}

.onde-encontrar select {
  width: 100%;
  height: 50px;
  font-size: 17px;
  font-weight: 500;
  color: #282828;
  background-color: #ffffff;
  border: 2px solid rgba(112, 112, 112, 0.1);
  margin-bottom: 20px;
  padding: 0 10px;
  cursor: pointer;
}

.onde-btn {
  display: block;
  width: 100%;
  height: 55px;
  margin: 0 auto;
  font-size: 17px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  background-color: #91E325;
  border-radius: 28px;
  border: none;
  margin-top: 10px;
  margin-bottom: 50px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.onde-btn:hover{
  transform: scale(1.05);
}

.lojas {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 10px;
}

@media(max-width: 992px){
  .lojas{
    align-items: center;
  }
}
.lojas-result {
  font-size: 19px;
  font-weight: 600;
  color: #282828;
  text-align: center;
  margin-bottom: 30px;
}

.lojas-wrapper {
  display: flex;
  justify-content: center;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.lojas-box {
  display: block;
  width: 520px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 17px;
  margin: 15px 10px;
  padding: 1.5rem 2.5rem !important;
}

.lojas-name {
  font-size: 21px;
  font-weight: 700;
  color: #282828;
  margin-top: 0;
  margin-bottom: 20px;
}

.lojas-endereco,
.lojas-telefone{
  display: flex;
  font-size: 17px;
  font-weight: 600;
  color: #282828;
  margin-top: 0;
  margin-bottom: 30px;
}

.lojas-mapa {
  font-size: 16px;
  font-weight: 700;
  color: #91E325;
  text-decoration: none;
}
.lojas-mapa:hover {
  text-decoration: underline;
}

.lojas-btn {
  display: block;
  width: 240px;
  height: 55px;
  margin: 0 auto;
  font-size: 17px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  background-color: #91E325;
  border-radius: 28px;
  border: none;
  margin-top: 10px;
  margin-bottom: 50px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.lojas-btn:hover {
  transform: scale(1.05);
}
.gg-phone {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  transform: scale(var(--ggs,1))
}
.gg-phone::after,
.gg-phone::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute
}
.gg-phone::after {
  width: 18px;
  height: 18px;
  border-top-left-radius: 1px;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 12px;
  border-left: 4px solid;
  border-bottom: 4px solid;
  left: 2px;
  bottom: 2px;
  background:
          linear-gradient(
                  to left,
                  currentColor 10px,
                  transparent 0
          ) no-repeat right 11px/6px 4px,
          linear-gradient(
                  to left,
                  currentColor 10px,
                  transparent 0
          ) no-repeat -1px 0/4px 6px
}
.gg-phone::before {
  width: 20px;
  height: 20px;
  border: 6px double;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  transform: rotate(-45deg);
  bottom: 2px;
  left: 2px
}
.gg-pin {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: rotate(45deg) scale(var(--ggs,1));
  width: 18px;
  height: 18px;
  border-radius: 100% 100% 0 100%;
  border: 2px solid;
  margin-top: -4px;
  margin-right: 6px;
  background: #49D294;
  border-color: #49D294;
}

.gg-pin::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 7px;
  height: 7px;
  border: 3px solid;
  top: 3px;
  left: 3px;
  border-radius: 40px;
  background: #ffffff;
  border-color: #ffffff;
}

#search:disabled{
  transition: none;
  transform: none;
  opacity: 0.7;
}
.header .nav{
  max-height: 145px;
}

.header .navbar-brand img{
  max-height: 120px;
}

.footer .navbar-brand img{
  max-height: 80px;
}

.footer .apoio{
  display: flex;
  justify-content: flex-end;
}

@media(max-width: 770px){
  .header .navbar-brand img{
    max-height: 80px;
  }
}

@media(max-width: 433px){
  .header .navbar-brand img{
    max-height: 60px;
  }
  footer .navbar-brand{
    margin-top: 40px;
  }
}
.navbar-collapse{
  justify-content: flex-end;
}

nav .nav-link{
  font-family: 'Oswald', sans-serif;
  color: #008a2c;
  text-decoration: underline;
}
nav .nav-link:active{
  font-family: 'Oswald', sans-serif;
  color: #008a2c;
  text-decoration: underline;
}
nav .nav-link:focus, nav .nav-link:hover {
   color: #005834;
 }

footer{
  height: 200px;
  display: flex;
  align-items: center;
}

footer .text{
  color: #8f8f8f;
}

@media(max-width: 992px){
  footer .text{
    display: none;
  }
}

@media(max-width: 530px){
  footer .apoio{
    margin-top: 40px;
    margin-bottom: 30px;
    height: 60px;
  }
  footer .container{
    justify-content: center !important;
  }
}
