@charset "UTF-8";
@import "fonts.css";
/******************** 
 DEFINE COLOR
********************/
/******************** 
 RESPONSIVITY
********************/
/******************** 
 XXL
********************/
/******************** 
 XL
********************/
/******************** 
 LG
********************/
/******************** 
 MD
********************/
/******************** 
 SM
********************/
/******************** 
 XS
********************/
/******************** 
 FONT
********************/
/******************** 
 FAMILY
********************/
/******************** 
 SIZE
********************/
/******************** 
 WEIGHT
********************/
/******************** 
 LINE HEIGHT
********************/
/******************** 
 COLOR
********************/
/******************** 
 BACKGROUND
********************/
/******************** 
 BORDER
********************/
/******************** 
 TEXT
********************/
/******************** 
 ALIGN
********************/
/******************** 
 DECORATION
********************/
/******************** 
 COMPONENTS
********************/
/******************** 
 ACCORDION
********************/
/******************** 
 ALERT
********************/
/******************** 
 BADGE
********************/
/******************** 
 BREADCRUMB
********************/
/******************** 
 BUTTONS
********************/
/******************** 
 BUTTON GROUP
********************/
/******************** 
 CARDS
********************/
/******************** 
 CAROUSEL
********************/
/******************** 
 CLOSE BUTTON
********************/
/******************** 
 COLLAPSE
********************/
/******************** 
 DROPDOWN
********************/
/******************** 
 LIST GROUP
********************/
/******************** 
 MODAL
********************/
/******************** 
 NAVBAR
********************/
/******************** 
 NAVS & TABS
********************/
/******************** 
 OFFCANVAS
********************/
/******************** 
 PAGINATION
********************/
/******************** 
 PLACEHOLDERS
********************/
/******************** 
 POPOVERS
********************/
/******************** 
 PROGRESS
********************/
/******************** 
 SCROLLSPY
********************/
/******************** 
 SPINNERS
********************/
/******************** 
 TOASTS
********************/
/******************** 
 TOOLTIPS
********************/
/******************** 
 HELPERS
********************/
/******************** 
 CLEARFIX
********************/
/******************** 
 COLOR & BACKGROUNDS
********************/
/******************** 
 COLORED LINKS
********************/
/******************** 
 RATIO
********************/
/******************** 
 STACKS
********************/
/******************** 
 STRETCHED LINK
********************/
/******************** 
 TEXT TRUNCATION
********************/
/******************** 
 VERTICAL RULE
********************/
/******************** 
 VISUALLY HIDDEN
********************/
/******************** 
 UTILITIES
********************/
/******************** 
 DISPLAY
********************/
/******************** 
 FLEX
********************/
/******************** 
 FLOAT
********************/
/******************** 
 INTERACTIONS
********************/
/******************** 
 OPACITY
********************/
/******************** 
 OVERFLOW
********************/
/******************** 
 POSITION
********************/
/******************** 
 SHADOWS
********************/
/******************** 
 SIZING
********************/
/******************** 
 SPACING
********************/
/******************** 
 TEXT
********************/
/******************** 
 VERTICAL ALIGN
********************/
/******************** 
 VISIBILITY
********************/
.footer-wrapper-fluid {
  background-image: url("../../../assets/web/media/logos/svg/logo-chloe-optic-bgr.svg");
  background-color: rgb(248, 238, 238);
  background-repeat: no-repeat;
  background-size: 120%;
  background-position: 0% 50%;
}

.footer-wrapper {
  background-color: transparent;
}

.footer-wrapper section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.footer-wrapper section .logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-wrapper section .logo img {
  width: 200px;
}

.footer-wrapper section .contact .header {
  padding-bottom: 0.45rem;
  display: inline-block;
  font-size: 1.75rem;
  font-weight: 600;
  color: rgb(0, 0, 0);
  border-bottom: 2px solid rgb(209, 145, 141);
}

.footer-wrapper section .contact address,
.footer-wrapper section .info {
  margin-bottom: 0;
}

.footer-wrapper section .contact address p,
.footer-wrapper section .info p {
  font-size: 0.9rem;
  font-style: italic;
  line-height: 1.5rem;
  color: rgb(94, 98, 120);
}

.footer-wrapper section .contact address p span {
  font-weight: 600;
  color: rgb(209, 145, 141);
}

.footer-wrapper section .contact address i.fa-solid {
  color: rgb(209, 145, 141);
}

.footer-wrapper section .contact address a {
  color: rgb(0, 0, 0);
}

.footer-wrapper section .social-sites {
  /*display: flex;
  align-items: center;*/
}

.footer-wrapper section .social-sites .header {
  padding-bottom: 0.45rem;
  display: inline-block;
  font-size: 1.75rem;
  font-weight: 600;
  color: rgb(0, 0, 0);
  border-bottom: 2px solid rgb(209, 145, 141);
}

.footer-wrapper section .social-sites div {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.footer-wrapper section .social-sites div p {
  margin: 0;
}

.footer-wrapper section .social-sites a {
  color: rgb(209, 145, 141);
}

.footer-wrapper section .social-sites a:visited {
  color: rgb(209, 145, 141);
}

.footer-wrapper section .social-sites a:hover {
  color: rgb(155, 65, 81);
}

.footer-wrapper section .social-sites a:active {
  color: rgb(209, 145, 141);
}

.impressum-wrapper-fluid {
  background-color: rgb(0, 0, 0);
}

.impressum-wrapper {
  background-color: rgb(0, 0, 0);
}

.impressum-wrapper section {
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.impressum-wrapper section p {
  margin-bottom: 0;
  font-size: 0.75rem;
  color: rgb(255, 255, 255);
}

.impressum-wrapper section p a {
  color: rgb(255, 255, 255);
}

.impressum-wrapper section p a:visited {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}

.impressum-wrapper section p a:hover {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}

.impressum-wrapper section p a:action {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}

/******************** 
 HTML, BODY
********************/
html {
  scroll-behavior: smooth;
}

html, body {
  height: 100%;
}

body {
  font-family: "Roboto", sans-serif;
  background-color: rgb(251, 247, 247);
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  body {
    font-size: 1rem;
    padding-top: 78px;
  }
}
/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399px) {
  body {
    font-size: 1rem;
    padding-top: 78px;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  body {
    font-size: 1rem;
    padding-top: 78px;
  }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 1rem;
    padding-top: 78px;
  }
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {
  body {
    font-size: 1rem;
    padding-top: 78px;
  }
}
/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
  body {
    font-size: 1rem;
    padding-top: 78px;
  }
}
/********************
 CUSTOM STYLES
********************/
.preloader-wrapper {
  height: 100%;
  background-color: rgb(255, 255, 255);
}

.preloader {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.preloader .logo {
  width: 25%;
  height: 100px;
  display: block;
  background-image: url("../media/logos/svg/logo-chloe-optic.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.preloader .indicator {
  width: 100px;
}

.page-wrapper {
  display: none;
  margin-bottom: -8px;
}

.content {
  padding: 2rem;
}

.content .text {
  padding-top: 1rem;
}

.content .text h2 {
  font-weight: 300;
}

.text-rotator-wrapper {
  position: relative;
}

.text-rotator {
  position: absolute;
  top: 50%;
  width: 100%;
  opacity: 0;
  transition: opacity 1s;
  text-align: center;
}

.text-rotator div p {
  display: block;
  margin-bottom: 3rem;
  color: rgb(155, 65, 81); /* Primární barva */
  text-shadow: 0 0 8px rgba(125, 35, 51, 0.7); /* Jemný světelný efekt */
}

.logos-wrapper img {
  filter: grayscale(100%);
  transition: ease all 1s;
}

.logos-wrapper img:hover {
  filter: grayscale(0%);
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  .anchor {
    display: block;
    margin-top: -78px;
    padding-top: 78px;
  }
  .slide-wrapper-fluid {
    height: calc(100vh - 78px);
    background: url("../../../assets/web/media/backgrounds/1.webp") no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .slide {
    height: 25%;
    display: flex;
    justify-content: start;
    align-items: end;
  }
  .slide p {
    margin-left: 3rem;
    margin-bottom: 3rem;
  }
  .slide p img {
    width: 70px;
    height: 70px;
  }
  .text-rotator div p {
    font-size: 5rem;
  }
  .o-mne-wrapper {
    padding: 5rem 0.75rem 0 0.75rem;
  }
}
/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399px) {
  .anchor {
    display: block;
    margin-top: -78px;
    padding-top: 78px;
  }
  .slide-wrapper-fluid {
    height: calc(100vh - 78px);
    background: url("../../../assets/web/media/backgrounds/1.webp") no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .slide {
    height: 25%;
    display: flex;
    justify-content: start;
    align-items: end;
  }
  .slide p {
    margin-left: 3rem;
    margin-bottom: 3rem;
  }
  .slide p img {
    width: 70px;
    height: 70px;
  }
  .text-rotator div p {
    font-size: 5rem;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  .anchor {
    display: block;
    margin-top: -78px;
    padding-top: 78px;
  }
  .slide-wrapper-fluid {
    height: calc(100vh - 78px);
    background: url("../../../assets/web/media/backgrounds/1.webp") no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .slide {
    height: 25%;
    display: flex;
    justify-content: start;
    align-items: end;
  }
  .slide p {
    margin-left: 3rem;
    margin-bottom: 3rem;
  }
  .slide p img {
    width: 70px;
    height: 70px;
  }
  .text-rotator div p {
    font-size: 4rem;
  }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .anchor {
    display: block;
    margin-top: -78px;
    padding-top: 78px;
  }
  .slide-wrapper-fluid {
    height: calc(100vh - 78px);
    background: url("../../../assets/web/media/backgrounds/2.webp") no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .slide {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
  }
  .slide p {
    margin-bottom: 3rem;
  }
  .slide p img {
    width: 60px;
    height: 60px;
  }
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {
  .anchor {
    display: block;
    margin-top: -78px;
    padding-top: 78px;
  }
  .slide-wrapper-fluid {
    height: calc(100vh - 78px);
    background: url("../../../assets/web/media/backgrounds/2.webp") no-repeat;
    background-size: cover;
    background-position: center center;
  }
}
/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
  .anchor {
    display: block;
    margin-top: -78px;
    padding-top: 78px;
  }
  .slide-wrapper-fluid {
    height: calc(100vh - 78px);
    background: url("../../../assets/web/media/backgrounds/2.webp") no-repeat;
    background-size: cover;
    background-position: center center;
  }
}
/************************************
 B O O T S T R A P   5   C u s t o m
************************************/
/******************** 
 CONTENT
********************/
/******************** 
 TYPOGRAPHY
********************/
h1 {
  font-size: 2.5rem;
  font-weight: 800;
  color: rgb(209, 145, 141);
}

h2 {
  font-size: 2rem;
  font-weight: 800;
  color: rgb(209, 145, 141);
}

h3 {
  font-size: 1.75rem;
  font-weight: 500;
  color: rgb(155, 65, 81);
}

h4 {
  font-size: 1.5rem;
  font-weight: 500;
  color: rgb(155, 65, 81);
  text-align: center;
}

h5 {
  font-size: 1.25rem;
  color: rgb(155, 65, 81);
}

h6 {
  font-size: 1.15rem;
  color: rgb(155, 65, 81);
}

p {
  font-size: 1rem;
  line-height: 1.5rem;
}

blockquote {
  font-size: 2.1rem;
  text-align: center;
  color: rgb(209, 145, 141);
}

ul {
  padding-left: 1rem;
  line-height: 1.5rem;
  list-style-type: none;
}

ul li::before {
  font-family: "FontAwesome";
  content: "\f105";
  margin: 0 5px 0 -15px;
  color: rgb(209, 145, 141);
}

ul li ul li::before {
  font-family: "FontAwesome";
  content: "\f068";
  margin: 0 5px 0 -15px;
  color: rgb(209, 145, 141);
}

.lead {
  font-size: 1.5625rem;
  font-weight: 400;
  line-height: 2.5rem;
}

a {
  font-weight: 600;
  color: rgb(155, 65, 81);
  text-decoration: none;
  -webkit-transition: color 0.5s ease-out;
  -moz-transition: color 0.5s ease-out;
  -o-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
}

a:visited {
  font-weight: 600;
  color: #c06978;
  text-decoration: underline;
}

a:hover {
  font-weight: 600;
  color: #652a35;
  text-decoration: underline;
}

a:active {
  font-weight: 600;
  color: #b85768;
  text-decoration: underline;
}

.display-1 {
  font-size: 5rem;
}

.display-2 {
  font-size: 4.5rem;
}

.display-3 {
  font-size: 4rem;
}

.display-4 {
  font-size: 3.5rem;
}

.display-5 {
  font-size: 3rem;
}

.display-6 {
  font-size: 2.5rem;
}

.display-7 {
  font-size: 2rem;
}

.display-8 {
  font-size: 1.75rem;
}

.display-9 {
  font-size: 1.5rem;
}

.display-10 {
  font-size: 1.25rem;
}

.display-11 {
  font-size: 1.2rem;
}

.display-12 {
  font-size: 1.15rem;
}

.display-13 {
  font-size: 1.1rem;
}

.display-14 {
  font-size: 1.05rem;
}

.display-15 {
  font-size: 1rem;
}

.display-16 {
  font-size: 0.95rem;
}

.display-17 {
  font-size: 0.9rem;
}

.display-18 {
  font-size: 0.85rem;
}

.display-19 {
  font-size: 0.8rem;
}

.display-20 {
  font-size: 0.75rem;
}

.display-21 {
  font-size: 0.7rem;
}

.display-22 {
  font-size: 0.65rem;
}

.display-23 {
  font-size: 0.6rem;
}

.display-24 {
  font-size: 0.55rem;
}

.display-25 {
  font-size: 0.5rem;
}

/******************** 
 IMAGES
********************/
/******************** 
 TABLES
********************/
.table {
  border-color: rgba(209, 145, 141, 0.1);
  border-spacing: 5px;
  border-collapse: separate;
}

.table th {
  padding: 1rem;
  vertical-align: middle;
}

.table td {
  padding: 1rem;
}

/******************** 
 FIGURES
********************/
/******************** 
 FORMS
********************/
/******************** 
 COMPONENTS
********************/
/******************** 
 ACCORDION
********************/
/******************** 
 ALERT
********************/
/******************** 
 BADGE
********************/
/******************** 
 BREADCRUMB
********************/
/******************** 
 BUTTONS
********************/
.btn-primary {
  padding-left: 3rem;
  padding-right: 3rem;
  font-weight: 400;
  text-decoration: none;
  color: rgb(255, 255, 255) !important;
  background-color: rgb(155, 65, 81);
  border-color: rgb(155, 65, 81);
  border-radius: 0.375rem;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.btn-primary:hover {
  font-weight: 400;
  text-decoration: none;
  color: rgb(255, 255, 255);
  background-color: #77323e;
  border-color: #77323e;
}

.btn-primary:active {
  font-weight: 400;
  text-decoration: none;
  color: rgb(255, 255, 255);
  background-color: #652a35 !important;
  border-color: #652a35 !important;
}

.btn-primary:focus {
  text-decoration: none;
  color: rgb(255, 255, 255);
  background-color: #b85768;
  border-color: #b85768;
}

.btn-secondary {
  padding-left: 3rem;
  padding-right: 3rem;
  font-weight: 400;
  text-decoration: none;
  color: rgb(255, 255, 255) !important;
  background-color: rgb(209, 145, 141);
  border-color: rgb(209, 145, 141);
  border-radius: 0.375rem;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.btn-secondary:hover {
  font-weight: 400;
  text-decoration: none;
  color: rgb(255, 255, 255);
  background-color: #c26e69;
  border-color: #c26e69;
}

.btn-secondary:active {
  font-weight: 400;
  text-decoration: none;
  color: rgb(255, 255, 255);
  background-color: #bb5c56 !important;
  border-color: #bb5c56 !important;
}

.btn-secondary:focus {
  text-decoration: none;
  color: rgb(255, 255, 255);
  background-color: #e0b4b1;
  border-color: #e0b4b1;
}

.btn-tertiary {
  padding-left: 3rem;
  padding-right: 3rem;
  font-weight: 400;
  text-decoration: none;
  color: rgb(255, 255, 255) !important;
  background-color: rgb(248, 238, 238);
  border-color: rgb(248, 238, 238);
  border-radius: 0.375rem;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.btn-tertiary:hover {
  font-weight: 400;
  text-decoration: none;
  color: rgb(255, 255, 255);
  background-color: #e9caca;
  border-color: #e9caca;
}

.btn-tertiary:active {
  font-weight: 400;
  text-decoration: none;
  color: rgb(255, 255, 255);
  background-color: #e2b8b8 !important;
  border-color: #e2b8b8 !important;
}

.btn-tertiary:focus {
  text-decoration: none;
  color: rgb(255, 255, 255);
  background-color: white;
  border-color: white;
}

.btn-quaternary {
  padding-left: 3rem;
  padding-right: 3rem;
  font-weight: 400;
  text-decoration: none;
  color: rgb(255, 255, 255) !important;
  background-color: rgb(251, 247, 247);
  border-color: rgb(251, 247, 247);
  border-radius: 0.375rem;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.btn-quaternary:hover {
  font-weight: 400;
  text-decoration: none;
  color: rgb(255, 255, 255);
  background-color: #ead5d5;
  border-color: #ead5d5;
}

.btn-quaternary:active {
  font-weight: 400;
  text-decoration: none;
  color: rgb(255, 255, 255);
  background-color: #e2c4c4 !important;
  border-color: #e2c4c4 !important;
}

.btn-quaternary:focus {
  text-decoration: none;
  color: rgb(255, 255, 255);
  background-color: white;
  border-color: white;
}

/******************** 
 BUTTON GROUP
********************/
/******************** 
 CARDS
********************/
.card-img-top {
  width: 100%;
  height: 15vw;
  object-fit: cover;
}

.card {
  background-color: rgb(155, 65, 81);
  border: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  min-height: 23.5rem;
}

.card:hover {
  background-color: rgb(209, 145, 141);
}

.card-body {
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-body p {
  font-size: 1.125rem;
  text-align: center;
  color: rgb(255, 255, 255);
}

.card-body p {
  font-size: 1.125rem;
  text-align: center;
  color: rgb(255, 255, 255);
}

/******************** 
 CAROUSEL
********************/
/******************** 
 CLOSE BUTTON
********************/
/******************** 
 COLLAPSE
********************/
/******************** 
 DROPDOWN
********************/
/******************** 
 LIST GROUP
********************/
/******************** 
 MODAL
********************/
.modal-dialog-bottom {
  display: flex;
  align-items: end;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-setting-cookies .modal-header .modal-title {
  margin-bottom: 0;
  font-size: 1.05rem;
}

.modal-setting-cookies .accordion-item .accordion-header .accordion-button {
  font-size: 0.95rem;
}

.modal-setting-cookies .modal-body .accordion-item .badge {
  margin-left: 0.25rem;
  background-color: rgb(94, 98, 120);
}

.modal-setting-cookies .modal-body .accordion-item .accordion-body p {
  margin-bottom: 1rem;
}

.modal-setting-cookies .modal-body .accordion-item .accordion-body .alert {
  margin-bottom: 0;
  font-size: 0.85rem !important;
  background-color: rgb(239, 242, 245);
  border: 2px solid rgb(181, 181, 195);
}

.modal-setting-cookies .nav-tabs .nav-item:before {
  content: "";
  margin: 0;
}

.modal-setting-cookies .nav-tabs .nav-item .nav-link.active {
  color: rgb(255, 255, 255) !important;
  background-color: rgb(155, 65, 81);
}

.modal-setting-cookies .tab-pane {
  padding: 1rem 1rem 0 1rem;
}

.modal-setting-cookies .tab-pane p.header {
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}

.modal-setting-cookies .tab-pane p {
  margin-bottom: 0;
  font-size: 0.85rem;
}

/******************** 
 NAVBAR
********************/
.navbar {
  background-color: rgb(255, 255, 255);
}

.navbar-nav li:before {
  content: "";
  margin: 0;
}

.navbar-nav li:before ul li:before {
  content: "";
  margin: 0;
}

.navbar-brand {
  margin: 0;
  padding: 0;
}

.navbar-toggler.navbar-toggler {
  width: 56px;
  height: 56px;
  border-color: rgb(155, 65, 81);
  border-radius: 50%;
}

.navbar-toggler.navbar-toggler:hover {
  border-color: rgb(155, 65, 81);
}

.navbar-toggler.navbar-toggler:focus {
  border-color: rgb(155, 65, 81);
  box-shadow: none;
}

.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%2300394f' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-collapse {
  justify-content: center;
}

.nav-link {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  color: rgb(155, 65, 81) !important;
  /*border-bottom: 2px solid $primary;*/
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nav-link:hover,
.nav-link.active,
.nav-link.dropdown-toggle.show {
  font-weight: 500;
  text-decoration: none;
  color: rgb(209, 145, 141) !important;
  /*border-bottom: 2px solid $white;*/
}

.dropdown-menu {
  margin-top: 0.75rem !important;
  padding: 0;
  background-color: rgb(255, 255, 255);
  border-radius: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.dropdown-item {
  width: auto;
  margin: 0.25rem;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  color: rgb(0, 0, 0) !important;
  background-color: rgb(255, 255, 255);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.dropdown-item:hover,
.dropdown-item.active {
  font-weight: 500;
  text-decoration: none;
  color: rgb(255, 255, 255) !important;
  background-color: rgb(155, 65, 81);
}

.navbar-collapse .language-switcher {
  display: none;
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  .navbar-brand img {
    width: 192px;
  }
}
/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399px) {
  .navbar-brand img {
    width: 192px;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-brand img {
    width: 192px;
  }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-brand img {
    width: 192px;
  }
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {
  .navbar-brand img {
    width: 192px;
  }
}
/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
  .navbar-brand img {
    width: 192px;
  }
}
/******************** 
 NAVS & TABS
********************/
/******************** 
 OFFCANVAS
********************/
.offcanvas {
  background: rgb(248, 238, 238);
}

.offcanvas-header .btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.offcanvas-body {
  background: rgb(248, 238, 238);
}

.offcanvas-body ul li.nav-item {
  margin-bottom: 1rem;
}

.offcanvas-body ul li.nav-item img {
  width: 28px;
  height: 28px;
}

.offcanvas-body ul li.nav-item a {
  font-size: 1.25rem;
  color: rgb(209, 145, 141) !important;
  text-decoration: none;
}

.offcanvas-body ul li.nav-item a:visited {
  color: rgb(209, 145, 141) !important;
  text-decoration: none;
}

.offcanvas-body ul li.nav-item a:hover {
  color: rgb(155, 65, 81) !important;
  text-decoration: none;
}

.offcanvas-body ul li.nav-item a:active {
  color: rgb(209, 145, 141) !important;
  text-decoration: none;
}

.offcanvas-body .social-sites {
  margin-top: 3rem;
  text-align: center;
}

.offcanvas-body .social-sites a {
  color: rgb(209, 145, 141);
}

.offcanvas-body .social-sites a:visited {
  color: rgb(209, 145, 141);
}

.offcanvas-body .social-sites a:hover {
  color: rgb(155, 65, 81);
}

.offcanvas-body .social-sites a:active {
  color: rgb(209, 145, 141);
}

.offcanvas-body .language-switcher {
  display: none;
}

/******************** 
 PAGINATION
********************/
/******************** 
 PLACEHOLDERS
********************/
/******************** 
 POPOVERS
********************/
/******************** 
 PROGRESS
********************/
/******************** 
 SCROLLSPY
********************/
/******************** 
 SPINNERS
********************/
/******************** 
 TOASTS
********************/
/******************** 
 TOOLTIPS
********************/
/******************** 
 HELPERS
********************/
/******************** 
 CLEARFIX
********************/
/******************** 
 COLOR & BACKGROUNDS
********************/
/******************** 
 COLORED LINKS
********************/
/******************** 
 RATIO
********************/
/******************** 
 STACKS
********************/
/******************** 
 STRETCHED LINK
********************/
/******************** 
 TEXT TRUNCATION
********************/
/******************** 
 VERTICAL RULE
********************/
/******************** 
 VISUALLY HIDDEN
********************/
/******************** 
 UTILITIES
********************/
/******************** 
 BACKGROUNDS
********************/
.bg-primary {
  background-color: rgb(155, 65, 81) !important;
}

.bg-primary-light {
  background-color: rgba(155, 65, 81, 0.1) !important;
}

.bg-secondary {
  background-color: rgb(209, 145, 141) !important;
}

.bg-secondary-light {
  background-color: rgba(209, 145, 141, 0.1) !important;
}

.bg-tertiary {
  background-color: rgb(248, 238, 238) !important;
}

.bg-tertiary-light {
  background-color: rgb(248, 238, 238) !important;
}

.bg-quaternary {
  background-color: rgb(251, 247, 247) !important;
}

.bg-quaternary-light {
  background-color: rgba(251, 247, 247, 0.1) !important;
}

.bg-success {
  border-color: rgb(27, 197, 189);
}

.bg-danger {
  background-color: rgb(246, 78, 96);
}

.bg-warning {
  background-color: rgb(255, 168, 0);
}

.bg-info {
  background-color: rgb(137, 80, 252);
}

.bg-light {
  background-color: rgb(245, 248, 250);
}

.bg-dark {
  background-color: rgb(24, 28, 50);
}

.bg-white {
  background-color: rgb(255, 255, 255);
}

.bg-black {
  background-color: rgb(0, 0, 0);
}

/******************** 
 BORDERS
********************/
.border-primary {
  border-color: rgb(155, 65, 81) !important;
}

.border-secondary {
  border-color: rgb(209, 145, 141) !important;
}

.border-success {
  border-color: rgb(27, 197, 189) !important;
}

.border-danger {
  border-color: rgb(246, 78, 96) !important;
}

.border-warning {
  border-color: rgb(255, 168, 0) !important;
}

.border-info {
  border-color: rgb(137, 80, 252) !important;
}

.border-light {
  border-color: rgb(245, 248, 250) !important;
}

.border-dark {
  border-color: rgb(24, 28, 50) !important;
}

.border-white {
  border-color: rgb(255, 255, 255) !important;
}

.border-black {
  border-color: rgb(0, 0, 0) !important;
}

/******************** 
 COLORS
********************/
.text-primary {
  color: rgb(155, 65, 81) !important;
}

.text-secondary {
  color: rgb(209, 145, 141);
}

.text-success {
  color: rgb(27, 197, 189);
}

.text-danger {
  color: rgb(246, 78, 96);
}

.text-warning {
  color: rgb(255, 168, 0);
}

.text-info {
  color: rgb(137, 80, 252);
}

.text-light {
  color: rgb(245, 248, 250);
}

.text-dark {
  color: rgb(24, 28, 50);
}

.text-white {
  color: rgb(255, 255, 255);
}

.text-black {
  color: rgb(0, 0, 0);
}

/******************** 
 DISPLAY
********************/
/******************** 
 FLEX
********************/
/******************** 
 FLOAT
********************/
/******************** 
 INTERACTIONS
********************/
/******************** 
 OPACITY
********************/
/******************** 
 OVERFLOW
********************/
/******************** 
 POSITION
********************/
/******************** 
 SHADOWS
********************/
/******************** 
 SIZING
********************/
/******************** 
 SPACING
********************/
/******************** 
 TEXT
********************/
/******************** 
 VERTICAL ALIGN
********************/
/******************** 
 VISIBILITY
********************/
/********************
 MEDIA QUERIES
********************/
.mq {
  width: 100px;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  .mq {
    background-image: url("../../../assets/web/media/backgrounds/mq-xxl.webp");
  }
}
/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399px) {
  .mq {
    background-image: url("../../../assets/web/media/backgrounds/mq-xl.webp");
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  .mq {
    background-image: url("../../../assets/web/media/backgrounds/mq-lg.webp");
  }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .mq {
    background-image: url("../../../assets/web/media/backgrounds/mq-md.webp");
  }
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {
  .mq {
    background-image: url("../../../assets/web/media/backgrounds/mq-sm.webp");
  }
}
/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
  .mq {
    background-image: url("../../../assets/web/media/backgrounds/mq-xs.webp");
  }
}
/********************
 PLUGINS
********************/
/********************
 BACK TO TOP PAGE
********************/
#top-button {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 1000;
  width: 50px;
  height: 50px;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  text-decoration: none;
  background-color: rgb(155, 65, 81);
  border: 1px solid rgb(255, 255, 255) !important;
  border-radius: 50%;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
}

#top-button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: rgb(255, 255, 255);
}

#top-button:visited {
  background-color: rgb(51, 51, 51);
}

#top-button:hover {
  cursor: pointer;
  background-color: rgb(51, 51, 51);
}

#top-button:active {
  background-color: rgb(51, 51, 51);
}

#top-button.show {
  opacity: 1;
  visibility: visible;
}

/********************
 COOKIE SETTINGS
********************/
#open_preferences_center {
  position: fixed;
  left: 30px;
  bottom: 30px;
  z-index: 1000;
  width: 50px;
  height: 50px;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  text-decoration: none;
  background-color: rgb(155, 65, 81);
  border: 1px solid rgb(255, 255, 255) !important;
  border-radius: 50%;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
}

#open_preferences_center::after {
  content: "\f564";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: rgb(255, 255, 255);
}

#open_preferences_center:visited {
  background-color: rgb(51, 51, 51);
}

#open_preferences_center:hover {
  cursor: pointer;
  background-color: rgb(51, 51, 51);
}

#open_preferences_center:active {
  background-color: rgb(51, 51, 51);
}

#open_preferences_center.show {
  opacity: 1;
  visibility: visible;
}

.cc-nb-okagree {
  background-color: rgb(155, 65, 81) !important;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
}

.cc-nb-okagree:hover {
  background-color: rgb(125, 35, 51) !important;
}

.cc-nb-reject {
  background-color: rgb(155, 65, 81) !important;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
}

.cc-nb-reject:hover {
  background-color: rgb(125, 35, 51) !important;
}

.cc-nb-changep {
  background-color: rgb(248, 238, 238) !important;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
}

.cc-nb-changep:hover {
  background-color: rgb(218, 208, 208) !important;
}

.cc-cp-foot-save {
  background-color: rgb(155, 65, 81) !important;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
}

.cc-cp-foot-save:hover {
  background-color: rgb(125, 35, 51) !important;
}

.termsfeed-com---pc-dialog input[type=checkbox].cc-custom-checkbox:checked + label:before {
  background-color: rgb(209, 145, 141) !important;
}

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