/*********************************************
 * DPF UI CONTROL STYLES FCV: 27/11/2019
 *********************************************/
.controlsZoom {	
	position: fixed;
	display: flex;
	flex-direction: row-reverse;
	width: 100%;
	flex: 100%;
    right: 0px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
	z-index: 999;
	pointer-events: none;
}
.controlsZoom.active {  
	pointer-events: none;
}
.portrait .controlsZoom { 
	flex-direction: column;
	align-items: center;
    right: 0px;
	height: 100%;
	width: 60px;
}
.portrait .controlsZoom.active { 
/*	background: -webkit-linear-gradient(right, #00000085 20%, transparent 100%);*/
}
.tablet.landscape .controlsZoom { 
	width: 75%;
}
.mobile.landscape .controlsZoom.active { 
	flex-direction: row-reverse;
    height: 60px;
    width: 75%;
    display: flex;
	right: -9%!important;
    transform: scale(0.75);
}
.mobile.landscape .controlsZoom { 
	flex-direction: row-reverse;
    height: 60px;
    width: 100%;
    display: flex;
}
.controlsZoom .control {
	position: relative;
    cursor: pointer;
    margin: 10px 5px 0px 5px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
	box-shadow: 0 10px 40px 0 #7d7d7d;
    border: 2px solid #505050;
	visibility: hidden;
    opacity: 0;
	display: none;
    justify-content: center;
    align-items: center;
    pointer-events: all !important;
	-webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.portrait .controlsZoom .control {
	margin: 15px 5px 0px 5px;
}
.portrait .controlsZoom .control.active {
	background-color: #00bcd4;
}
.portrait .controlsZoom .control:first-child {
	margin: 10px 5px 0px 5px;
}
.control.menu svg:nth-child(1){
	transform: scale(1);
    width: 100%;
    transition: all 0.25s linear;
}
.control.menu svg:nth-child(2){
	transform: scale(0);
    width: 0;
    transition: all 0.25s linear;	
}	
.control.menu.active svg:nth-child(1){
	display: none;    
}
.control.menu.active svg:nth-child(2){
	display: block;    
}
.control.help svg:nth-child(2){
	display: none;	
}	
.control.help.active svg:nth-child(1){
	display: none;    
}
.control.help.active svg:nth-child(2){
	display: block;    
}
.control.zoomIn svg:nth-child(2){
	display: none;	
}	
.control.zoomIn.active svg:nth-child(1){
	display: none;    
}
.control.zoomIn.active svg:nth-child(2){
	display: block;    
}
.control.txtIn svg:nth-child(2){
	display: none;	
}	
.control.txtIn.active svg:nth-child(1){
	display: none;    
}
.control.txtIn.active svg:nth-child(2){
	display: block;    
}
.control.zoomOut svg:nth-child(2){
	display: none;	
}	
.control.zoomOut.active svg:nth-child(1){
	display: none;    
}
.control.zoomOut.active svg:nth-child(2){
	display: block;    
}
.control.atmoAudio svg:nth-child(2){
	display: none;	
}	
.control.atmoAudio.active svg:nth-child(1){
	display: none;    
}
.control.atmoAudio.active svg:nth-child(2){
	display: block;  
	transform: scale(0.65);	
}
.control.glossary svg:nth-child(2){
	display: none;	
}	
.control.glossary.active svg:nth-child(1){
	display: none;    
}
.control.glossary.active svg:nth-child(2){
	display: block;    
}
.controlsZoom .atmoAudio:hover {
    background-color: #05050585;
    visibility: visible;
    opacity: 1; 	
}
.atmoAudioTxt {
    background-color: #020202fc;
	user-select: none;
	visibility: hidden;
    opacity: 0;
    -webkit-transition: width 500ms ease-in-out;
    left: 0vw;
    width: 0vw;
    z-index: -1;
    color: white;
    font-family: 'SourceSansPro';
    height: 30px;
    position: absolute;
    border-radius: 40px;
    box-shadow: 0 10px 40px 0 #7d7d7d;
    border: 2px solid #505050;
}    
.controlsZoom .atmoAudio:hover>.atmoAudioTxt {
	background-color: #2b445a3b;
    visibility: visible;
    opacity: 1;
    display: inline-block;
    left: 0px;
    top: 50px;
    position: absolute;
    width: 22vmin;
}
.atmoAudioTxt span{
    top: 50%;
    display: flex;
    font-size: 1.25vmin;
    padding: 5%;
    width: 100%;
    /*justify-content: center;*/
    position: absolute;
    transform: translateY(-50%);
}
.control.hidden{
	visibility: hidden!important;
	opacity: 0!important;
	height: 0!important;
	display:none!important;
}
.control.fsOn svg:nth-child(2){
	display: none;	
}	
.control.fsOn.active svg:nth-child(1){
	display: none;    
}
.control.fsOn.active svg:nth-child(2){
	display: block;    
}
.controlsZoom .control.active { 
	display: flex;
	opacity:1;
	visibility: visible;
	background-color: var(--iconActiveBG)!important;/*darkred!important;*/
}
.controlsZoom .control:hover { 
	background-color: var(--iconsBG)!important;    
}
.controlsZoom .menu:hover { 
	/*transform: scale(1.05); */
}
.controlsZoom .control:active { 
	/*transform: scale(0.8); */
}
.controlsZoom .menu:active { 
	/*transform: scale(0.8); */ 
	background-color: transparent; 	
}
.controlsZoom.active .control {
	display: flex;
    visibility: visible;
	opacity: 1;
	outline: none;
	background-color: #2b445a59;
}
.tablet.portrait .controlsZoom.active .control,
.android.mobile .controlsZoom.active .control {
	background-size: 30px;
}
.tablet.portrait .controlsZoom.active .control.atmoAudio,
.android.mobile .controlsZoom.active .control.atmoAudio {
	background-size: 45px;
}
.tablet.portrait .controlsZoom.active .control.atmoAudio .atmoAudioTxt,
.android.mobile .controlsZoom.active .control.atmoAudio .atmoAudioTxt{
	left: -160px;
    width: 150px;
	top: 0;
}
.tablet.portrait .controlsZoom.active .control.atmoAudio .atmoAudioTxt span,
.android.mobile .controlsZoom.active .control.atmoAudio .atmoAudioTxt span{
	font-size: 12px;
	width: 100%;
}
.tablet.portrait #skitt-ui,
.android.mobile #skitt-ui {
	bottom: 17vh!important;
}
.controlsZoom .menu {
	display: flex!important;
	opacity: 1!important;
	visibility: visible!important;
	background-color: #2b445a59;
}
.controlsZoom.active .menu svg:nth-child(1){
   opacity: 0;
   visibility: hidden;
   transform: scale(0);
   width: 0;
}
.controlsZoom.active .menu svg:nth-child(2){
	opacity: 1;
	visibility: visible;
	transform: scale(1.25);
    width: 100%;
    transition: all 0.25s linear;
	stroke: white;/*darkred;*/
}	
.CommonInputRange {
    display: flex;
    flex-direction: row;
    border-radius: 20px;
    border: 1px white solid;
	background: rgb(10 10 10 / 17%);
	height: 40px!important;
    width: 200px!important;
}
.portrait .CommonInputRange {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    background: rgb(10 10 10 / 17%);
    height: 125px!important;
	width: 40px!important;
}
.CommonInputRange input { 
    height: 40px;
    width: 140px;
	margin-left: 30px; 
	outline: none!important;
}
.portrait .CommonInputRange input { 
    margin-top: 20px;
    width: 90px;
    margin-left: -1px;
    -webkit-transform: rotate(270deg); 
    transform: rotate(270deg); 
    -moz-transform: rotate(270deg); 
    -ms-transform: rotate(270deg);
}
.CommonInputRange .val { 
    position: relative;
    display: block;
    left: 0px;
    top: 33%;
    width: 40px;
    height: 100%;
    font-size: 14px;
    color: #ffffff;
    user-select: none;
}
.portrait .CommonInputRange .val { 
    position: relative;
    display: block;
    top: -9px;
    font-size: 12px;
    width: unset;
    height: auto;
    color: #ffffff;
}
/* Estilos cogidos de la web https://www.cssportal.com/style-input-range/ para los input range */
input[type=range] {	
    -webkit-appearance: none;
    margin: 10px 0;
    position: relative;
    display: block;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: none;/*1px 1px 3px #000000;*/
  background: white;/*#C6D825;*/
  border-radius: 10px;
  border: none;/*1px solid #030303;*/
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: none;/*1px 1px 1px #000031;*/
  border: 1px solid #00001E;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  background: white;/*#FF4F2B;*/
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: white;/*#C6D825;*/
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: none;/*1px 1px 3px #000000;*/
  background: white;/*#C6D825;*/
  border-radius: 10px;
  border: none;/*1px solid #030303;*/
}
input[type=range]::-moz-range-thumb {
  box-shadow: none;/*1px 1px 1px #000031;*/
  border: 1px solid #00001E;
  height: 20px;
  width: 20px;
  border-radius: 4px;
  background: white;/*#FF4F2B;*/
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: white;/*#C6D825;*/
  border: none;/*1px solid #030303;*/
  border-radius: 20px;
  box-shadow: none;/*1px 1px 3px #000000;*/
}
input[type=range]::-ms-fill-upper {
  background: white;/*#C6D825;*/
  border: none;/*1px solid #030303;*/
  border-radius: 20px;
  box-shadow: none;/*1px 1px 3px #000000;*/
}
input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: none;/*1px 1px 1px #000031;*/
  border: 1px solid #00001E;
  height: 20px;
  width: 20px;
  border-radius: 4px;
  background: white;/*#FF4F2B;*/
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: white;/*#C6D825;*/
}
input[type=range]:focus::-ms-fill-upper {
  background: white;/*#C6D825;*/
}
/* BOOL CONTROLS */
.hero .left{
    float: left;
    display: flex;
    flex-direction: row;
    max-width: 70vw;
    padding-left: 50px;
    position: fixed;
    width: 100%;
    left: 2%;
    top: var(--hlt);
}
.hero .left .control{
    position: absolute;
    cursor: pointer;
    margin: 15px 5px 0px 5px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    box-shadow: 0 10px 40px 0 #7d7d7d;
    border: 2px solid #505050;
    justify-content: center;
    align-items: center;
    outline: none;
    background-color: #2b445a59;
    pointer-events: all !important
}
.goBack{
    display: flex!important;
    visibility: visible;
    opacity: 1;
    left: 0;
}
.bookMenu{
    display: flex!important;
    visibility: visible;
    opacity: 1;
}
.control.bookMenu svg:nth-child(2){
    display: none;  
}   
.control.bookMenu.active svg:nth-child(1){
    display: none;    
}
.control.bookMenu.active svg:nth-child(2){
    display: block;    
}
.hero .left .control.close{
	right: 5%;
    background-color: orange!important;
}
.portrait div>.hero .left .control.close{
	right: -39.4%;
    top: 5px;
}
.hero .left .control.close svg{
	position: absolute;
    left: 6px;
    top: 6px;
}
/* TIPTEXT */
.tablet div [tiptext]:after,
.mobile div [tiptext]:after{
    display: none;
}
.tablet div [tiptext]:before,
.mobile div  [tiptext]:before{
    display: none;
}
[tiptext] {
  position: relative;
  cursor: pointer;
}
[tiptext]:before,
[tiptext]:after {
  line-height: 1;
  font-size: 14px;
  font-family: 'SourceSansProLight';
  pointer-events: none;
  position: absolute;
  box-sizing: border-box;
  display: none;
  opacity: 0;
}
[tiptext]:before {
  content: "";
  border: 5px solid transparent;
  z-index: 100;
}
[tiptext]:after {
  content: attr(tiptext);
  text-align: center;
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 6px 8px;
  border-radius: 3px;
  background: var(--primary);
  color: #FFFFFF;
  z-index: 99;
}
[tiptext]:hover:before,
[tiptext]:hover:after {
  display: block;
  opacity: 1;
}
[tiptext]:not([data-flow])::before,
[tiptext][data-flow="top"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: var(--primary);
}
[tiptext]:not([data-flow])::after,
[tiptext][data-flow="top"]::after {
  bottom: calc(100% + 5px);
}
[tiptext]:not([data-flow])::before, [tooltip]:not([data-flow])::after,
[tiptext][data-flow="top"]::before,
[tiptext][data-flow="top"]::after {
  left: 50%;
  -webkit-transform: translate(-50%, -4px);
          transform: translate(-50%, -4px);
}
[tiptext][data-flow="bottom"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: var(--primary);
}
[tiptext][data-flow="bottom"]::after {
  top: calc(100% + 5px);
}
[tiptext][data-flow="bottom"]::before, [tiptext][data-flow="bottom"]::after {
  left: 50%;
  -webkit-transform: translate(-50%, 8px);
          transform: translate(-50%, 8px);
}
[tiptext][data-flow="bottomRight"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: var(--primary);
}
[tiptext][data-flow="bottomRight"]::after {
  top: calc(100% + 5px);
}
[tiptext][data-flow="bottomRight"]::before, [tiptext][data-flow="bottomRight"]::after {
    left: 40%;
    -webkit-transform: translate(-15%, 8px);
    transform: translate(-15%, 8px);
}
[tiptext][data-flow="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: var(--primary);
  left: calc(0em - 5px);
  -webkit-transform: translate(-8px, -50%);
          transform: translate(-8px, -50%);
}
[tiptext][data-flow="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  -webkit-transform: translate(-8px, -50%);
          transform: translate(-8px, -50%);
}
[tiptext][data-flow="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: var(--primary);
  right: calc(0em - 5px);
  -webkit-transform: translate(8px, -50%);
          transform: translate(8px, -50%);
}
[tiptext][data-flow="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  -webkit-transform: translate(8px, -50%);
          transform: translate(8px, -50%);
}
[tiptext=""]::after, [tiptext=""]::before {
  display: none !important;
}
/* Lo nuevo de tooltips sacado de https://www.cssportal.com/css-tooltip-generator/ */
[data-tooltip] {
  position: relative;
  cursor: pointer;
}
[data-tooltip]:before,
[data-tooltip]:after {
  line-height: 1;
  font-size: 14px;
  font-family: 'SourceSansProLight';
  pointer-events: none;
  position: absolute;
  box-sizing: border-box;
  display: none;
  opacity: 0;
}
[data-tooltip]:before {
  content: "";
  border: 5px solid transparent;
  z-index: 100;
}
[data-tooltip]:after {
  content: attr(data-tooltip);
  text-align: center;
  width: 15em;
  height: auto;
  overflow: hidden;
  padding: 6px 8px;
  border-radius: 3px;
  background: var(--primary);
  color: #FFFFFF;
  z-index: 99;
}
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  display: block;
  opacity: 1;
}
[data-tooltip]:not([data-flow])::before,
[data-tooltip][data-flow="top"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: var(--primary);
}
[data-tooltip]:not([data-flow])::after,
[data-tooltip][data-flow="top"]::after {
  bottom: calc(100% + 5px);
}
[data-tooltip]:not([data-flow])::before, [tooltip]:not([data-flow])::after,
[data-tooltip][data-flow="top"]::before,
[data-tooltip][data-flow="top"]::after {
  left: 50%;
  -webkit-transform: translate(-50%, -4px);
          transform: translate(-50%, -4px);
}
[data-tooltip][data-flow="bottom"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: var(--primary);
}
[data-tooltip][data-flow="bottom"]::after {
  top: calc(100% + 5px);
}
[data-tooltip][data-flow="bottom"]::before, [data-tooltip][data-flow="bottom"]::after {
  left: 50%;
  -webkit-transform: translate(-50%, 8px);
          transform: translate(-50%, 8px);
}
[data-tooltip][data-flow="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: var(--primary);
  left: calc(0em - 5px);
  -webkit-transform: translate(-8px, -50%);
          transform: translate(-8px, -50%);
}
[data-tooltip][data-flow="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  -webkit-transform: translate(-8px, -50%);
          transform: translate(-8px, -50%);
}
[data-tooltip][data-flow="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: var(--primary);
  right: calc(0em - 5px);
  -webkit-transform: translate(8px, -50%);
          transform: translate(8px, -50%);
}
[data-tooltip][data-flow="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  -webkit-transform: translate(8px, -50%);
          transform: translate(8px, -50%);
}
[data-tooltip=""]::after, [data-tooltip=""]::before {
  display: none !important;
}
/* HELP STYLES */
.helpModal {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: auto;
    display: block;
    opacity: 0;
    width: 100%;
    height: 0%;
    overflow: hidden;
    user-select: none;
    pointer-events: all;
    background: rgba(0, 0, 0, 0.8);
    transition: all 0.5s ease-in-out 200ms;
}
.helpModal.active {
    opacity: 1;
    height: 100%;
    z-index: 15;
}
.helpModal .inner {
    position: absolute;
    top: 4em;
    left: 0px;
    display: flex;
    width: 100%;
    height: calc(100% - 4em);
    color: rgb(255, 255, 255);
    flex-flow: column nowrap;
    justify-content: center;
}
.helpModal .tabs {
    display: flex;
    overflow: auto;
    flex-direction: row;
    flex: 1 1 0px;
    justify-content: center;
}
.helpModal .helpRow {
    color: white;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow-y: scroll;
    top: 0;
    background: transparent;
    width: 100%;
    max-width: 100%;
    position: relative;
}
.helpModal .tip {
  display: flex;
  font-size: 14px;
  color: rgb(204, 204, 204);
  text-align: center;
  flex-direction: column;
  flex: 1 1 0%;
  justify-content: center;
}
.helpModal .tip.column {
	justify-content: flex-start;
    flex: 33%;
    background-color: transparent;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}
.helpModal .item-image img {
    width: 11%;
    max-width: 100%;
    height: auto;
}
.helpModal .item-help {
    margin: 2% 20% 2% 20%;
    font-size: 1.4em;
    line-height: 1.2rem;
    color: #dadada;
    user-select: none;
    padding: 0em;
}
.helpModal .item-help span{
	font-family: 'SourceSansProLight';
}
.helpModal .item-icon img {
    width: 9%;
    height: auto;
}
/* COLORES */
.rojo {
  border-bottom: 3px solid rgb(195, 61, 68);  
}
.rosa {
  border-bottom: 3px solid rgb(237, 30, 121);  
}
.naranja {
  border-bottom: 3px solid rgb(247, 147, 30);  
}
.morado {
  border-bottom: 3px solid rgb(147, 39, 143);  
}
.verde {
  border-bottom: 3px solid rgb(140, 198, 63);  
}
.azul {
  border-bottom: 3px solid rgb(63, 169, 245);  
}
.rojoAll {
  border: 3px solid rgb(195, 61, 68);  
}
.rosaAll {
  border: 3px solid rgb(237, 30, 121);  
}
.naranjaAll {
  border: 3px solid rgb(247, 147, 30);  
}
.moradoAll {
  border: 3px solid rgb(147, 39, 143);  
}
.verdeAll {
  border: 3px solid rgb(140, 198, 63);  
}
.azulAll {
  border: 3px solid rgb(63, 169, 245);  
}
.rojoTxt {
  color: rgb(195, 61, 68)!important; 
}
.rosaTxt {
  color: rgb(237, 30, 121)!important; 
}
.naranjaTxt {
  color: rgb(247, 147, 30)!important;   
}
.moradoTxt {
  color: rgb(147, 39, 143)!important;   
}
.verdeTxt {
  color: rgb(140, 198, 63)!important;   
}
.azulTxt {
  color: rgb(63, 169, 245)!important;   
}
.goldTitle {
  color: #d4a024;  
  font-style: italic;
  font-size: 42px;
  font-weight: 300;
}
.image--scroll-arrow {
    width: 50px;
    height: 25px;
    position: absolute;
    bottom: 70px;
    left: 50%;
    margin-left: -25px;
    animation: scrollArrowPulse 1.5s infinite ease-in-out;
}
@keyframes scrollArrowPulse {
    0%,
    10% {
        opacity: 0;
        transform: translateY(-50%)
    }
    45%,
    65% {
        opacity: 1
    }
    90%,
    100% {
        opacity: 0;
        transform: translateY(50%)
    }
}
audio:not([controls]) {
    display: none !important;
}
audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-panel {
	background-color: #fff;
	color: #000;
}
audio::-webkit-media-controls-enclosure {
    background-color: #c6c6ec;
	border-radius: 0;
	border: 1px var(--primary) solid;
}
audio::-webkit-media-controls-timeline {}
audio::-webkit-media-controls-volume-control-container {}
audio::-webkit-media-controls-volume-control-container.closed {}
audio::-webkit-media-controls-volume-slider-container {}
audio::-webkit-media-controls-volume-slider {}
audio::-webkit-media-controls-seek-back-button {}
audio::-webkit-media-controls-seek-forward-button {}
audio::-webkit-media-controls-fullscreen-button {}
audio::-webkit-media-controls-rewind-button {}
audio::-webkit-media-controls-return-to-realtime-button {}
audio::-webkit-media-controls-toggle-closed-captions-button {}
