:root {
  --color-beirao: #C7A25A;
  --color-beirao-green: #006F48;
  --color-grey: #e5e5dd;
  --color-dark: #373535;
  --color-oil-black: #171717;
  --color-oil-light-green: #A7D058;
  --color-oil-blue: #48C1E1;
  --color-oil-red: #C30033;
  --color-oil-yellow: #EBA921;
}

body {
  font-family: 'Roboto Slab', sans-serif;
  padding-top: 70px;
}

nav {
  font-family: 'Lato', sans-serif;
}

hr {
  border-color: var(--color-beirao);
}

footer {
  background-color: var(--color-dark);
}

footer hr {
  border-color: var(--white);
}

footer small {
  font-size: 60%;
}

footer a {
  color: var(--white);
}

.color-beirao {
  color: var(--color-beirao);
}

.bg-grey {
  background-color: var(--color-grey);
}

.mt-10 {
  margin-top: 6rem;
}

.card {
  border: none;
}

.card-title {
  color: var(--color-beirao);
}

.card-footer {
  background-color: transparent;
  border-top-color: var(--color-beirao);
}

.btn {
  padding: 0.3rem 0.5rem;
}

.btn-outline-beirao {
  border-radius: 0;
  border-color: var(--color-beirao);
  color: var(--color-beirao);
}

.btn-outline-beirao:hover {
  color: var(--color-beirao);
}

.navbar-nav .nav-item.active {
  border-bottom: 2px solid var(--color-beirao);
}

.carousel-indicators {
  bottom: 0;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: grey;
}

.carousel-indicators .active {
  background-color: var(--color-dark);
}

.carousel-body {
  height: 700px;
}

.carousel-body .bottle {
  max-height: 650px;
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  display: flex;
  margin-left: -78px;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .carousel-body {
    height: 550px;
  }

  .carousel-body .bottle {
    max-height: 500px;
    left: 40%;
  }
}

.data-overlay::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #191919;
  opacity: 0.5;
  border-radius: inherit;
  display: block;
}

.data-overlay * {
  z-index: 1;
}

.oil-specs {
  font-size: 0.75rem;
}

.bottle .bottle-body {
  height: 700px;
}

.bottle .image-bottle {
  max-height: 650px;
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  display: flex;
  margin-left: -78px;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .bottle .bottle-body {
    height: unset;
    flex-direction: column;
  }

  .bottle .image-bottle {
    max-height: 500px;
    position: unset;
    top: unset;
    left: unset;
    right: unset;
    margin-left: auto;
    display: block;
    margin-right: auto;
  }

  .bottle .bottle-info {
    text-align: center;
  }
}

#map {
  height: 100%;
  background-color: var(--color-grey);
}

@media (max-width: 767.98px) {
  #map {
    height: 500px;
  }
  body { padding-top: 0px; }
}

.flag-icon{
  cursor: pointer;
}

.filteroliveoil input{
  height: 25px;
  width: 25px;
}

.packageoption
{
  height: 30px !important;
  border: none !important;
}

#yellowbeirao
{
  width: 75%;
  border-bottom: solid 2px;
  height: 10px;
  color: var(--color-beirao);
}

.nota {
  font-size: 0.7em;
  color: grey;
}