@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

.text-group * {
  margin-top: 0px;
  margin-bottom: 0px;
}

.centered-content {
  display: flex;
  align-items: center;
}

.contains-background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#map {
  min-height: 380px;
  height: auto;
}

body {
  background-color: white;
  color: #4d4d4d;
  font-family: "Montserrat", sans-serif;
}

.clickable {
  cursor: pointer;
}

.image-responsive {
  width: 100%;
}
.image-responsive.medium {
  max-width: 260px;
}
.image-responsive.small {
  max-width: 120px;
}

.image-icon {
  width: 24px;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23b1b1b1' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23b1b1b1' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.is-error {
  color: #e53935;
}

#menu {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

.menu {
  padding: 32px 2%;
  /*background-color: #9eb6ce;*/
  background-color: #fafafa;
  transition: all 0.2s ease;
}
.menu.scrolling {
  box-shadow: #56565696 0px 2px 10px 0px;
  padding: 0px 2%;
}
.menu.scrolling .menu-logo {
  display: none;
}

.menu-logo {
  float: left;
  max-width: 180px;
}

.menu-social {
  float: right;
}

.social-logo img {
  width: 42px;
  padding: 0px 5px;
  opacity: 0.5;
}
.social-logo img:hover {
  opacity: 0.7;
}

.menu-items {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.menu-items a {
  padding: 0px 4%;
  transition: color 0.2s ease;
  text-decoration: none;
  color: #25292c;
}
.menu-items a:hover, .menu-items a:focus, .menu-items a:active, #mobile-menu a:hover, #mobile-menu a:focus, #mobile-menu a:active {
  color: #c97178;
  text-decoration: underline;
}

.menu-trigger {
  display: none;
  font-size: 34px;
  color: #6c6c6c;
}

.carousel-caption {
  /*background: rgba(0,0,0,0.5);*/
  right: 0;
  bottom: 0;
  left: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: fit-content;
  z-index: 1;
}

@media (max-width: 900px) {
  .menu-logo, .menu-items {
    display: none;
  }

  .menu-trigger {
    flex-grow: 1;
    display: block;
  }
}
.btn-outline-primary {
  border-color: #3d70a2;
  color: #3d70a2 !important;
}
.btn-outline-primary:hover, .btn-outline-primary:active {
  background-color: #3d70a23b !important;
  border-color: #3d70a2 !important;
}

.btn-primary {
  background-color: #3d70a2;
  border-color: #3d70a2;
}
.btn-primary:hover, .btn-primary:active {
  background-color: #305982 !important;
}

.btn-custom {
  color: #999;
  background-color: #eee;
  border-color: #eee;
  font-weight: 500;
}
.btn-custom:hover, .btn-custom:active {
  color: #fff;
  background-color: #c97178 !important;
  border-color: #c97178;
}

.color-text {
  color: #4d4d4d;
}

.color-primary {
  color: #c97178;
}

.color-gray {
  color: #a8a8a8;
}

.background-alt {
  background-color: #f5f5f5;
}
.background-alt.gradient {
  background: linear-gradient(0deg, #b7cbde 0%, #d5e0eb 100%);
}

.background-white {
  background-color: white;
}

.background-gray {
  background-color: #fbfbfb;
}

.text-huge {
  font-size: min(6vw, 72px);
}
.text-huge.not-responsive {
  font-size: 72px;
}
.underline{
  text-decoration: underline;
}

.overlap {
  margin-top: -8px;
}

.section-container {
  margin-top: 32px;
  padding: 0px 2%;
}

.standard-container {
  padding: 8px 16px;
}

.bordered-container {
  border: #d5e0eb solid 4px;
}

.bordered {
  border: #e0e0e0 solid 1px;
}

.separator {
  height: 16px;
}

.large-separator {
  height: 40px;
}

.outer-shadow {
  box-shadow: 0px 6px 4px 4px #88888812;
}

.categories {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.colors {
  display: flex;
  justify-content: center;
}

.color {
  height: 36px;
  width: 36px;
  margin-left: 0.5em;
  border-radius: 18px;
  border: 2px solid #aaa;
  cursor: pointer;
}

a.color:hover, a.category:hover {
  box-shadow: 0px 4px 10px rgba(0,0,0,0.3);
}

.radio-color {
  display: none;
}

.label-color {
  height: 28px;
  width: 28px;
  margin-left: 0.5em;
  border: 2px solid #aaa;
  cursor: pointer;
}

.radio-color:checked + .label-color {
  border: 2px solid #c97178;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.3);
}

.category {
  height: 10rem;
  width: 10rem;
  /*margin-left: 0.5em;*/
  border-radius: 50%;
  background-size: cover;
  border: 2px solid #aaa;
  cursor: pointer;
  /*margin: 2rem;*/
}

.category-item a {
  color: #c97178;
}

.category-item {
  height: auto;
  min-height: 10rem;
  width: 10rem;
  margin: 1rem;
}
.exploreCatImage {
    border-radius: 100px;
    border: 4px solid #fff;
    display: block;
    box-sizing: border-box;
}
.category-span {
  padding-top: 10rem;
}

.product {
  margin-bottom: 16px;
}
.product .product-thumbnail {
  overflow: hidden;
  height: 200px;
  position: relative;
}
.product .product-thumbnail .contains-background {
  transition: all 0.2s;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.product .product-icon {
  margin: 8px;
  background-color: #c97178;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.product .product-icon.big {
  font-size: 26px;
  height: 70px;
  width: 70px;
}
.product .product-icon h6 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0px;
}
.product .product-active {
  opacity: 0;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: opacity 0.2s;
}
.product:hover .product-active {
  opacity: 1;
}
.product:hover .product-thumbnail .contains-background {
  transform: scale(1.05, 1.05);
}
.product .product-data {
  padding: 8px 12px;
  padding-bottom: 16px;
  background-color: #fdfdfd;
  border: solid #e0e0e0 1px;
}

.product-detail .thumbnails-container {
  display: flex;
  flex-wrap: wrap;
}
.product-detail .product-thumbnail {
  position: relative;
  height: 80px;
  width: 80px;
  overflow: hidden;
  margin-right: 8px;
  margin-top: 8px;
}
.product-detail .product-thumbnail:hover .contains-background {
  transform: scale(1.05, 1.05);
}
.product-detail .product-thumbnail .contains-background {
  transition: all 0.2s;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

a.product:hover {
    text-decoration: none !important;
}
.input-group-append {
  z-index: 1;
}

.review-container {
  margin: 24px 15%;
}
.review-container .review-image {
  justify-content: center;
}
.review-container .review-meta, .review-container .review-stars {
  font-size: 150%;
}
.review-container .review-star:after {
  color: #ffc928;
  font-size: 1.4em;
  font-style: normal;
  content: "★";
}
.link_reviews {
  color: #c97178
}
.link_reviews:hover {
  color: #c97178;
  text-decoration: underline;
}

.slider-data {
  display: flex;
  padding-top: 120px;
  padding-bottom: 120px;
  justify-content: flex-end;
  z-index: 1;
}
.slider-data h2 {
  font-size: min(6vw, 72px);
  font-weight: 900;
}
.slider-data h5 {
  font-size: min(4vw, 48px);
  margin-top: -3vw;
}
.slider-data h6 {
  font-size: min(1.5vw, 18px);
}

@media (min-width: 1200px) {
  .slider-data h5 {
    margin-top: -36px;
  }
}
@media (max-width: 768px) {
  .slider-data {
    justify-content: center;
    text-align: center;
  }
  .slider-data h2 {
    font-size: 72px;
  }
  .slider-data h5 {
    font-size: 48px;
    margin-top: -36px;
  }
  .slider-data h6 {
    font-size: 18px;
  }
  .category {
    height: 7.2rem;
    width: 7.2rem;
    margin: 0.3rem;
  }
  .category-item {
    min-height: 7rem;
    width: 7rem;
  }
}
@media (max-width: 425px) {
  .slider-data h5 {
    font-size: 35px;
    margin-top: -32px;
  }
}
.slider-image {
  overflow: hidden;
}
.slider-image .contains-background {
  transform: scale(1.15, 1.15);
  transition: all 12s;
}
.slider-image .contains-background.animating {
  transform: scale(1, 1);
}

.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

@media (max-width: 768px) {
  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  .review-data h5, .review-data .review-stars {
    text-align: center;
  }
}

/*gallery*/
.image_gallery_container {
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 200px;*/
    border: 3px solid #4d4d4d;

    background-position: center;
    background-size: cover;
    height:15rem;
}
.link_gallery {
  text-decoration: none;
  color: #25292c;
}
.link_gallery:hover {
  text-decoration: underline;
  color: #c97178;
}

/*# sourceMappingURL=general.css.map */




/*.Claros input:checked {
  background: #fff;
}

.Cafes input:checked {
  background: #614527;
}

.Oscuros input:checked {
  background: #000;
}*/