:root {
  --selected1: #CCCCCC;
  --selected2: #828282;
  --selected3: #515151;
  --purple1: #AA9CCB;
  --purple2: #7961A9;
  --purple3: #8B57A2;
  --navy1: #8A9CC4;
  --navy2: #6580AD;
  --navy3: #1B4688;
  --blue1: #9EBFD8;
  --blue2: #22B5D0;
  --blue3: #006EB6;
  --green1: #D4E390;
  --green2: #89C540;
  --green3: #64AD3E;
  --yellow1: #F5DDA3;
  --yellow2: #FFE55C;
  --yellow3: #FFCA05;
  --orange1: #FDCB8A;
  --orange2: #F8A770;
  --orange3: #F26C42;
  --red1: #F7AAA4;
  --red2: #F05B64;
  --red3: #F5A4BA;
  --pink1: #F5A4BA;
  --pink2: #EF5B7E;
  --pink3: #ED3D83;
  --bg-gr-green: linear-gradient(90deg, rgba(154,196,72,1) 0%, rgba(171,204,89,1) 56%, rgba(211,222,127,1) 128%);
  --linear-gradient: linear-gradient(90deg, var(--selected3) 0%, var(--selected2) 56%, var(--selected1) 128%);
  --br-rounded: 2em;
}

body {
  overflow-x: hidden;
}

* {
  font-family: Roboto, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

a {
  color: var(--selected3);
}

a:hover {
  color: var(--selected2);
}

.st0 {
  fill: #FFFFFF;
}

#intro {
  height: 100vh;
}

#cover {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-size: no-repeat;
  background-attachment: fixed;
  display: table;
  position: relative;
}

#header_background {
  position: absolute;
  width: 100%;
  background-repeat: no-repeat;
  display: table-cell;
  height: 100vh;
  background-position: center center;
  background-size: cover;
}

#main_container {
  padding: 0 !important;
}

#main_container > section {
  min-height: 100vh;
}

/* **************  TITLE  ********************** */

.title {
  color: var(--selected3);
}

@media (min-width: 300px) {
  .title {
    transform: scale(.7);
  }
}

@media (min-width: 576px) {
  .title {
    transform: scale(.8);
  }
}

@media (min-width: 992px) {
  .title {
    transform: scale(1);
  }
}

/* **************  SECTION  ********************** */

section.hasImage {
  background-color: #e1e1e1;
  overflow: hidden;
  position: relative;
  display: table;
}

.bg_img_section {
  position: absolute;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: table-cell;
  height: 100%;
}

/* **************  CARD   ********************** */

.card {
  border-radius: 20px;
  overflow: hidden;
  max-width: 90%;
  margin: 10%;
}

.card_heading {
  width: 100%;
  color: white;
  letter-spacing: 1px;
  height: 60px;
  text-align: center;
}

.d-xl-flex.align-items-xl-center.card_heading {
}

/* *****ACCORDION*************************************** */

.accordion .card {
  border-radius: 0px;
  max-width: 100%;
  text-align: center;
  background-color: var(--selected1);
  overflow: hidden;
  margin: 0%;
}

.accordion .card a {
  color: var(--selected3);
}

.accordion .card h5 a {
  color: white;
}

.accordion .card div[role="tabpanel"] {
  color: var(--dark);
  text-align: left;
  background-color: #e9f3f5;
}

/* ************** AUDIO  ********************** */

audio {
  margin-bottom: 30px;
  border: solid var(--selected3) 2px;
  border-radius: 25px;
  box-shadow: 0 0 17px #b4b4b4;
}

/* **************  HIGHLIGHTED   ********************** */

.hilighted {
  display: table-cell;
  padding: 10px;
  font-weight: bold;
  color: var(--selected3);
  letter-spacing: 2px;
  border: solid white;
  box-shadow: 0 0 7px #b4b4b4;
  margin: 10px;
  font-size: 1.24em;
}

/* **************  IMAGES   ********************** */

.col_img_right {
  border-radius: var(--br-rounded);
  width: 90%;
  margin: 5%;
}

@media (min-width: 992px) {
  .col_img_right {
    border-radius: unset;
    border-top-left-radius: var(--br-rounded);
    border-bottom-left-radius: var(--br-rounded);
    transform: translateX(6%);
  }
}

/* **************  MAGNIFIER   ********************** */

.img-magnifier-container {
  position: relative;
}

.img-magnifier-glass {
  position: absolute;
  border: 3px solid #000;
  border-radius: 50%;
  cursor: none;
  width: 100px;
  height: 100px;
}

/* **************  area -----------------------------------   ********************** */

.area {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  border-radius: 6px;
  width: 48px;
  height: 48px;
  padding: 8px;
  border: 2px solid var(--selected3);
  color: white;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  cursor: pointer;
  transform-origin: center;
}

.area.rectangle {
  border-radius: 3px;
}

/* **************  step -----------------------------------   ********************** */

.step_container {
  position: absolute;
}

.step {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background-color: var(--selected3);
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 5px;
  text-align: center;
  width: 1.6em;
  cursor: pointer;
}

/* **************  CLICK-MAP -----------------------------------   ********************** */

.clic_map_container {
  width: 100%;
  height: auto;
}

.clic_map {
  width: 100%;
  height: auto;
}

.spot {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  padding: 8px;
  background: #fff;
  border: 2px solid white;
  color: white;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  cursor: pointer;
  transform-origin: top;
  background-color: var(--selected3);
}

/* TOOLTIP -------------------------------------------------------------- */

.ui-tooltip.ui-widget-content {
  border: 1px solid #ffffff;
}

.ui-tooltip, .arrow:after {
  border: 2px solid white;
}

.ui-tooltip {
  padding: 10px 20px;
  color: white;
  border-radius: 10px;
  font-size: 1em !important;
  box-shadow: 0 0 7px #b4b4b4;
}

._tooltip {
  color: var(--selected3);
  cursor: pointer;
}

span._tooltip {
  border-bottom: dotted 2px;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  background: var(--selected3);
}

body .ui-tooltip {
  display: block !important;
}

.ui-tooltip-content {
}

/* MARKER ----------------------------------------- */

.marker {
  position: absolute;
  top: 0;
  left: 0;
}

.marker i {
  font-size: 1.9em;
}

/* MODAL ----------------------------------------- */

.modal-header .close span {
  color: white;
  opacity: 1;
}

a[href*="#modal_"] {
  color: var(--info);
  border-bottom: dotted 2px;
  margin: 0 4px;
  cursor: url(../img/cursor_pop.png), pointer !important;
}

.card_heading, #activity_header {
  background: var(--linear-gradient);
  color: white;
}

.spot {
  transform: scale(.3);
}

.cursor_pop {
  cursor: url(../img/cursor_pop.png), pointer !important;
}

.modal-body li {
  margin-bottom: 8px;
}

