body {
  font-family: "Montserrat", serif;
  font-size: 1em;
}

a {
  color: black;
  text-decoration: none;
}

a:hover, .nav-link:focus, .nav-link:hover {
  color: #3a221c;
}

.btn-primary {
  background-color: #baaeaa;
  border-color: #baaeaa;
  color: #3a221c;
}

.border-primary {
  border-color: #baaeaa !important;
}

.header {
  position: absolute;
  margin-top: 75.49px;
  z-index: 1;
}

.header .header-title .title {
  color: #fff;
  font-family: "Monoton";
  font-size: 48px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}

.header a {
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 300;
}

.main-header {
  justify-content: center;
  display: flex;
}

.main-footer {
  border-top: 1px solid #3a221c;
  background: #baaeaa;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}

.footer-content .content-title img {
  width: 220px;
}

.footer-content .content-title h3 {
  color: #000;
  text-align: center;
  font-family: "Monoton";
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
}

.footer-content {
  display: flex;
  padding: 22px 0;
  align-items: center;
  justify-content: end;
  gap: 9px;
}

.footer-content .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.footer-content .content .address {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.footer-content .content .address p {
  margin-bottom: 0;
}

.footer-content .content .address .address-title {
  color: #000;

  font-size: 14px;
  font-weight: 400;
}

.footer-content .content .address .address-content {
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

@media screen and (max-width: 1300px) and (min-width: 992px) {
  .header .header-title .title {
    font-size: 33px;
  }

  .header a {
    font-size: 25px;
  }
}

@media screen and (max-width: 1040px) and (min-width: 851px) {
  .header a {
    font-size: 23px;
  }

  .header .header-title .title {
    font-size: 28px;
  }
}

@media screen and (max-width: 851px) and (min-width: 695px) {
  .header a {
    font-size: 18px;
  }
}

@media screen and (max-width: 851px) and (min-width: 695px) {
  .header .header-title .title {
    font-size: 20px;
  }
}

@media screen and (max-width: 695px) and (min-width: 600px) {
  .header a {
    font-size: 18px;
  }

  .header .header-title .title {
    font-size: 20px;
  }
}

@media screen and (max-width: 992px) and (min-width: 638px) {
  .footer-content {
    flex-direction: column;
    gap: 15px;
  }

  .footer-content .content .address .address-content {
    font-size: 10px;
  }

  .navbar-nav {
    text-align: center;
  }
}

@media screen and (max-width: 657px) {
  .header .header-title .title {
    font-size: 16px;
  }

  .header a {
    font-size: 16px;
  }
}

.img-header {
  width: 100%;
  height: 365px;
  background: url("/assets/img/cover-home.jpg") no-repeat bottom center fixed;
  /*background: url("/assets/img/cover-home.jpg");*/
  /*background-repeat: round;*/
  /*background-attachment: fixed;*/
  /*background-position: center top;*/
  /*background-size: contain;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.img-header .sections-title {
  text-align: center;
  font-size: 48px;
  font-weight: 400;
  color: white;
  text-transform: uppercase;
  padding: 150px 0;
}


.breadcrumb {
  margin-bottom: 0px;
}

.breadcrumb .title a {
  color: #8e8e8e;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.breadcrumb .title-content {
  color: #000;

  font-size: 16px;
  font-weight: 400;
  margin-top: auto;

}

.pagination li a,
.pagination li span {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  background: white;
  font-weight: bold;
  outline: none;
}

.pagination li.active .page-link {
  background-color: white;
  color: #37acef;
  border-color: var(--bs-pagination-border-color);
}

@media screen and (max-width: 600px) {
  .img-header img, .img-header::before {
    height: 220px;
  }

  .img-header .sections-title {
    top: 150px;
    font-size: 32px;
  }

  .footer-content {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-content .content-title img {
    width: 30px;
  }

  .footer-content .content-title img:first-child {
    width: 80px;
  }
}

.logo img {
  margin: 20px 0;
  width: 228px;
}

.navbar-nav {
  display: flex;
  justify-content: center;
  width: 100%;
}

.navbar-nav .nav-item {
  margin: 0 22px;
}

.navbar {
  border-top: 1px solid #3a221c;
  background: #baaeaa;
}

.nav-item.active, .nav-item:hover {
  border-bottom: 1px solid #3a221c;
}

.navbar-nav .nav-link, .navbar-nav .nav-link.active {
  color: #3a221c;
}

.pagination .d-sm-none {
  display: none !important;
}

.pagination .d-none {
  display: flex !important;
  align-items: center !important;
}

.box {
  background: #baaeaa;
  border: 1px solid #3a221c;
  padding: 30px 10px 0;
  border-radius: 8px;
}

.select2-selection--multiple:before {
  content: "";
  position: absolute;
  right: 7px;
  top: 42%;
  border-top: 5px solid #888;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
  background-color: #baaeaa !important;
  color: #3a221c !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
  border-right: 1px solid white;
  padding-right: 5px;
  color: #3a221c !important;
}

.popover--price{
  max-width: 400px;
  width: max-content;
}
