html {
    display: block;
    padding: 0;
    margin: 0;
}
body {
  display: block;
  padding: 0;
  margin: 0;
}
figure {
    margin: 1em 40px;
    display: block;
}



.dropdown-item {
  font-size: 12pt !important;
  min-width: 250px;
  text-align: justify;
}
.dropdown-menu {
    border: solid 1px #666 !important;
    border-radius: 0 !important;

    padding: 10px !important;
    background: rgb(255, 255, 255);
}

.dropdown-item.active, .dropdown-item:active {
    background: none !important;
    color: #666 !important;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: purple !important;
    background: none !important;
}

.Parallax-host {
    display: none
}
.tweak-overlay-parallax-enabled.has-parallax-images:not(.tweak-site-width-option-constrained-width) {
    background-color: #fff !important
}
.tweak-overlay-parallax-enabled .Index-page--has-image,
.tweak-overlay-parallax-enabled .Intro--has-image {
    background-color: transparent
}
.tweak-overlay-parallax-enabled .Parallax-host {
    display: block
}
.tweak-overlay-parallax-enabled .Parallax-item {
    top: 0;
    width: 100%;
    z-index: -1;
    overflow: hidden;
    background-color: #cda99d
}
.tweak-overlay-parallax-enabled .Parallax-item [data-parallax-image-wrapper] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    -webkit-transform: translatez(0);
    transform: translatez(0);
    will-change: transform
}
.tweak-overlay-parallax-enabled.parallax-item-positioning-method-fixed .Parallax-item {
    position: fixed;
    -webkit-transform: translatez(0);
    transform: translatez(0);
    will-change: transform
}
.tweak-overlay-parallax-enabled.parallax-item-positioning-method-absolute .Parallax-item {
    position: absolute
}
.Site-inner {
    position: relative
}
.Index-page-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0
}
.Index-page-image:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(205, 169, 157, 0)
}
.enable-load-effects .Index-page-image {
    opacity: 0;
    -webkit-transition: opacity 200ms 400ms ease-out;
    -moz-transition: opacity 200ms 400ms ease-out;
    -ms-transition: opacity 200ms 400ms ease-out;
    -o-transition: opacity 200ms 400ms ease-out;
    transition: opacity 200ms 400ms ease-out
}
.enable-load-effects .Index-page-image.loaded {
    opacity: 1;
}
.tweak-index-page-fullscreen-first-page-only .Index-page--has-image:first-child {
  min-height: 100vh;
}
.tweak-index-page-fullscreen-first-page-only .Index-page:first-child,
.tweak-index-page-fullscreen-pages-with-backgrounds-only .Index-page--has-image,
.tweak-index-page-fullscreen-all-pages .Index-page {
    ddisplay: -webkit-box;
    ddisplay: -ms-flexbox;
    ddisplay: -webkit-flex;
    ddisplay: flex;
    min-height: 100vh
}
.tweak-index-page-fullscreen-first-page-only .Index-page:first-child .Index-page-content,
.tweak-index-page-fullscreen-pages-with-backgrounds-only .Index-page--has-image .Index-page-content,
.tweak-index-page-fullscreen-all-pages .Index-page .Index-page-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
}
.tweak-index-page-fullscreen-first-page-only .Index-page--has-image:first-child,
.tweak-index-page-fullscreen-pages-with-backgrounds-only .Index-page--has-image:first-child,
.tweak-index-page-fullscreen-all-pages .Index-page--has-image:first-child {
    min-height: 100vh
}
.Index-page--has-image {
    background-color: #cda99d;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    color: #fff
}
.Index-page {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;




}




.Parallax-item {
  width: 100vw !important;
  height: 100vh !important;
}
.Index-page-image {
    background-size: cover !important;
    background-position: center center !important;
}
body {
  font-family: 'Bellota', cursive;
  font-size: 16px;
  line-height: 1.9;
  color: #333;

}
a {
    color: rgb(170, 65, 170);
    color: #000;
    font-size: 12px;
}
a:hover {
    text-decoration: none;
    color: rgb(170, 65, 170);
}
.topbar-section {
    font-size: 13px;
}
.topbar-section a {
    color: #333;
    font-size: 17px;
}
.topbar-contact {
    display: flex;
    align-items: center;
}
.navbar-section .nav-link {
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
}
.section-title {
    font-size: 28px;
    color:#000;
}
.section-subtitle {
    font-size: 15pt;
    color: #999 !important;
}
.footer-section {
    font-size: 12px;
    background-color: #f3f2f2;
}
.contact-section {
    font-size: 14px;
    background-color: #f3f2f2;
}


.blue-button {
    background-color: #286AC4;
    border: solid 1px #286AC4;
    color: #FFF !important;
    font-size: 12px;
}
.blue-button:hover {
    background-color:#FFF;
    color: #1c5fbd !important;
}


.purple-button {
    background-color: rgb(170, 65, 170);
    border: solid 1px rgb(170, 65, 170);
    color: #FFF !important;
    font-size: 12px;
}
.purple-button:hover {
    background-color:#FFF;
    color: rgb(170, 65, 170) !important;
}

.article-title {
    font-size: 20px;
    color: #666;
}
.article-title:hover {
    color: rgb(170, 65, 170);
}
.breadcrumb-section {
    font-size: 11pt;
    margin-bottom: 40px;
}
.breadcrumb-section a {
    font-size: 11pt;
    color: rgb(170, 65, 170);
    font-weight: bold;
}
.accept-cookies {
  display: flex;
  align-items: center;
  background-color: #000;
  position: fixed !important;
  z-index: 8000;
  bottom: 0 !important;
  font-size: 10pt;
  color: #efefef;
  padding: 15px;
  width: 100vw;
}
.accept-cookies a {
  color: white;
}
.accept-cookie a:hover {
  color: white;
}
.productPreviewSection {
    backgroudnd-color: rgb(252, 219, 255);
    min-height: 1100px;
}

.productPreviewSection h1 {
    color: rgb(170, 65, 170);
}
.productPreviewSubtitle {
    color: #666;
    font-size: 16pt;
}




@media only screen and (min-width: 375px) and (max-width: 767px) and (orientation: landscape) {
    .Index-page-image {
        bottom: -110% !important;
    }

}


@media only screen and (max-width: 812px) and (orientation: landscape) {
  .Index-page-image {
      bottom: -110% !important;
  }
}


html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
.navbar-brand {
  margin-right: 0 !important;
}
@media (max-width: 640px) {

    .ddropdown {
        position: static !important; 
    }
    .ddropdown-menu {
        position: relative !important;
    }

  .navbar-nav {
      background: #FFF;
  }
  .navbar-brand img {
      width: 330px;
  }
  .navbar-toggler i {
    font-size: 12px;
  }
  .navbar {
    position: inherit !important;
  }
  .navbar-toggler {
      position: absolute;
      top: 0;
      margin-top: 1rem;
      margin-left: 15px;
      color: #000;
      left: 0;
  }
  .navbar-toggler:focus {
      outline: none;
  }
}
@media (max-width: 768px) {
  .navbar-brand img {
      width: 350px;
  }
}
@media (max-width: 768px) and (orientation: landscape) {
  .navbar-brand img {
      width: 150px;
  }
  .navbar-brand {
      margin-top: -100px;
  }
}
@media only screen and (min-width: 768px) {
  .navbar-brand {
      position: absolute;
      left: 50%;
      margin-left: -150px;
      margin-top: 30px;
  }
  .navbar-brand img {
      width: 300px;
  }
  .main-section {
      margin-top: 200px;
  }
}





.parallax {
  position: relative;
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;

  /**
   * Default height
   */
  height: 100%;
}




/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
  .parallax {
    background-attachment: scroll;
    overflow: hidden;
  }
}

*:focus {
    outline: none !important;
    box-shadow: none !important;
}



.pagination .act>.page-link {
    background-color: rgb(236, 236, 236) !important;
}