/*********************************************
 * DPF UNIT THUMBS STYLES FCV: 27/11/2019
 *********************************************/
.modal-units {
    position: absolute;
    width: 25%;
    height: 100%;
	top:0;
	left: 0;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    transition: all 500ms linear;
    transform: translate(-100vw,0);
	will-change: transform;
    background-color: transparent;
}
.modal-units.active {
    transform: translate(0vw,0vh);
	will-change: transform;
    opacity: 1;
	visibility: visible;	
}   
.android.landscape .modal-units {
	position: fixed;
    width: 35%;
    height: 100%;
	top:0;
	left: 0;
    z-index: 10;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    transform: translate3d(-100vw,-4vh,0);
    background-color: transparent;
}
.android.landscape .modal-units.active {
	transform: translate3d(0vw,0vh, 0);
    display: inline-block;
}
.tablet.landscape .modal-units {
	width: 35%;
}
.units{
	position: relative;
    margin-top: 0;
}
.bloxUnits{
	position: relative;
}
h2.unitsTitle{
	padding: 1em 0;
}
.modal-units .unit {
	position: relative;
    float: left;
    width: 100%;
    -webkit-box-shadow: 0 10px 10px 0 #7d7d7d;
    -moz-box-shadow: 0 10px 10px 0 #7d7d7d;
    box-shadow: 0 10px 10px 0 #7d7d7d;
    margin-top: 0px;
    margin-right: 10px;
    background-color: #2b445a;
    display: flex;
    flex-direction: column;
    height: 100%;
    border-right: 1px white solid;
    overflow: hidden;
    font-family: 'SourceSansProLight';
    color: white;
    line-height: 1.5em;
    -webkit-overflow-scrolling: touch;
}
.unit:before {
    top: -10px;
    left: 0;
}
.unit:before, .unit:after {
    opacity: 1;
}
.unit .hero {
    background-color: #2b445a;
    background-image: linear-gradient(90deg, #2b445a 75%, transparent);
    height: 30vh;
    max-height: 30vh;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    position: relative;
    flex-shrink: 0.25;
    border-bottom: 1px white solid;
}
.unit .hero-gradient {
    content: " ";
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    background: linear-gradient(transparent, rgb(18 18 18) 100%);
}
.unit .hero-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.1;
    position: absolute;
    bottom: 16px;
	opacity: 0;
}
.target {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #00000066;
    width: 100%;
    height: 65vh;
    max-height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
}
.unit .target .description {
    width: 94%;
    font-size: 1.5vmin;
    font-weight: 600;
    line-height: 1.5vmin;
    position: relative;
    left: 15px; 
    border-bottom: 1px white solid;
    height: 0vh;
    margin-right: 11px;
    transition: all 0.5s linear;
    opacity: 0;
    visibility: hidden;      
}
.unit .target .description.active {
    height: auto;/*30vh;*/
    opacity: 1;
	visibility: visible;
}
.target::-webkit-scrollbar  {
    display: block!important;
    width: 10px!important;
	height: 10px!important;
}
/* Track */
.target::-webkit-scrollbar-track  {
  box-shadow: inset 0 0 5px black; 
  border-radius: 10px;
}
/* Handle */
.target::-webkit-scrollbar-thumb {
  background: #738ca2; 
  border-radius: 10px;
}
/* Handle on hover */
.target::-webkit-scrollbar-thumb:hover {
  background: orange; 
}
.dpfBloxTime {
    margin: 0px 0px 10px 0px;
    font-weight: bold;
    font-size: 1.25vmin;
    line-height: normal;
    display: none;
    top: -5px;
    width: auto;
    position: relative;
}
.unit .detail-icon {
    width: 100%;
    display: flex;
    flex-direction: row;
	justify-content: space-between;
	align-items: center;
    height: 40px;
    position: relative;
    margin-bottom: 1em;
    border: 1px solid #fff;
    border-radius: 8px;
    text-align: center;
    user-select: none;
    font-size: 12px;
    font-family: 'SourceSansProLight';
}
.unit .detail-icon p {
    font-size: 1.25vmin;
    font-family: 'SourceSansProLight';
    position: relative;
    left: 5px;
    top: 1px;
}
.remainingTime{
	font-size: 12px;
	color: white;
	border: 1px white solid;
	border-radius: 4px;
	height: auto;
	min-width: 3em;
	line-height: normal;
	position: relative;
	right: 7px;
	padding: 3px;
	background: var(--progress);
}
.detail-icon.eTime {
    /*background: linear-gradient(90deg, var(--progress) 100%, transparent 0%);*/
    justify-content: space-between;
    align-items: center;
    padding: 0px 0px 0px 10px;
}
.detail-icon.objects span:first-child{
	position: relative;
	left: 3em;
	top: 2px;
}
.detail-icon.videos span:first-child {
	position: relative;
	left: 3em;
	top: 2px;
}
.detail-icon.audios span:first-child {
	position: relative;
	left: 3em;
	top: 2px;
}
.detail-icon .objectsInfo{
	display: block;
	position: relative;
	left: -4px;
	z-index: 1;
	width: calc(100% + 7px);
	height: 4em;
	transition: all 0.5s linear;
}
.detail-icon .objectsInfo .dropdown{
	height: inherit;
}
.detail-icon .objectsInfo .dropdown .header{
	height: inherit;
	background: transparent;
	border: unset;
	cursor: pointer;
}
.detail-icon .objectsInfo .dropdown .collapsible{
	left: 12px;
	top: 8px;
	right: unset;
}
.detail-icon .objectsInfo .dropdown .collapsible.active{
	transform: rotate(90deg);
	will-change: transform;
}
.detail-icon .objectsInfo .dropdown .data{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	/*column-gap: 1em;*/
	max-height: 55.4vh;
	height: 0vh;
	overflow-y: auto;
	transition: all 0.25s linear;
}
.detail-icon .objectsInfo .dropdown.active .data{
	max-height: 296.4vh;
	height: auto;/*196.4vh;*/
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border: 1px white solid;
	background: black;
	width: 100%;
	position: relative;
}
.detail-icon .objectsInfo .dropdown .data .unit-item{
	height: auto;
	flex: 1 1 40%;
    margin: 0.25em 10px 0.25em 1em;
}
.detail-icon .objectsInfo .dropdown .data .unit-item h2{
	margin: 1em 0;
	font-size: 100%;
	display:none;
}
.detail-icon .objectsInfo .dropdown .data .unit-item .page{
	height: inherit;
	margin: unset;
	width: 100%;
	display: flex;
	flex-direction: column;
	margin: 0.5em 0 0 0;
}
.detail-icon .objectsInfo .dropdown .data .unit-item .page img{
	position: relative;
	height: 85px;
	width: 100%;
}
.detail-icon .objectsInfo .dropdown .data .unit-item.active .page img{
	border: 3px darkorange solid;
}
.detail-icon .objectsInfo .dropdown .data .unit-item .page .unitProgress{
	position: relative;
	top: unset;
	height: auto;
	border: unset;
}
.detail-icon .objectsInfo .dropdown .data .unit-item .page .unitProgress .unitProgressTXT{
	position: relative;
	left: unset;
    display: inline;
}
.page {
    display: block;
    width: calc(100% - 30px);
    height: 120px;
    position: relative;
    margin-left: 15px;
    margin-bottom: 0;
	top: -10px;
	transition: all 0.25s linear;
}
.units.active .page{
	height:0!important;
}
.units.active .page img{
	border:unset!important;
}
.units.active .page .objectivesTXT{
	background:unset!important;
	display: none;
}
.units.active .page .unitProgress{
	top: -11px;
    height: 21px;
}
.units.active .page .unitProgress .unitProgressTXT{
	/*top: -2px;*/
}
.units.active .page .page-number{
	transform: scale(0);
}
.units .dropdown .data div {
    font-size: 100%;
}
.unit .page:hover .objectivesTXT {
    -webkit-transition: width 150ms,opacity 250ms;
    -moz-transition: width 150ms,opacity 250ms;
    transition: width 150ms,opacity 250ms;
    width: 85%;
    opacity: 1;
    filter: none;
}
.units .dropdown .data .objTXT {
    top: -4px;
}
.unit .page_description {
    border: 1px #808080de solid;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    padding: 0 0 0 0;
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    overflow: hidden;
    opacity: 1;
    transition: transform 400ms, opacity 100ms 300ms;
    background: linear-gradient(90deg, #000000c2, #0000007a);
}
.unit .page_description p {
    margin: 0;
    font-size: 0.75em;
    line-height: 20px;
    text-rendering: optimizeLegibility;
    -webkit-text-stroke: 0.2px white;
    opacity: 0.8;
}
.unit .page img {
    width: 100%;
    height: inherit;
    position: absolute;
    top: 1px;
    left: 0;
    /*border: 1px white solid;*/
    object-fit: cover;
}
.unit .page.active img{
    /*border: 1px var(--primary) solid;*/
    filter: brightness(1.15);
    z-index: 0;
}
.unit .page.active .pictogram {
    filter: none;
    background-position: 95%!important;
    z-index: 0;
    background-color: unset;
}
.unit .page .pictogram {
    -webkit-transition: background-position 350ms;
    -moz-transition: background-position 350ms;
    transition: background-position 350ms;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: 0;
    background-color: #0606065c;
}
.unit .page .objectivesTXT{
    width: 85%;
    opacity: 1;
    position: relative;
    background: linear-gradient(90deg, black, transparent);
    font-size: 1.25vmin!important;
    overflow-y: auto;
    padding: 5px;
    top: 1px;
    left: 0px;
    height: 99%;
}
.mobile.landscape .unit .page .objectivesTXT{
	font-size: 1.5vmax!important;
}
.unit .page .objectivesTXT li{
	position: relative;
}
.unit .page .objectivesTXT li svg.valid{
	display: inline-block;
    position: relative;
    top: -4px;
    left: 5px;
    margin-right: 0px;
    transform: scale(1.5);
	will-change: transform;
    stroke: white;
}
.unit .page .objectivesTXT li svg.invalid{
	display: inline-block;
    position: relative;
    margin-right: 0px;
    stroke: red!important;
    transform: scale(1);
	will-change: transform;
    top: 0px;
    left: 0px;
}
.unitProgress{
    position: absolute;height: 15px;overflow: hidden;width: 100%;border: 1px white solid;top: 100%;z-index: 0;
}
.unitProgressBG{
    height: 100%;background-color: var(--progress);opacity: 1;
}
.unitProgressTXT{
    display: flex;justify-content: center;align-items: center;color: white;font-size: 1.25vmin;position: absolute;top: 50%;transform: translateY(-50%);width: 100%;height: 100%;text-align: center;
}
.objTXT{
    margin-left: 25px;
    position: absolute;
    top: -7px;
    font-size: 0.6em;
    width: 190px;
}
.units{
	counter-reset: pages;
}
.units .unit-item{
    margin: 1em 0 30px 0px;
	font-size: 75%;
	letter-spacing: .06rem;
	counter-increment: pages; 
}
.unit h2 {
    color: #fff;
    margin: 0px 15px 10px 15px;
    border-bottom: 1px white solid;
    font-size: 75%;
    user-select: none;
    display: flex;
	line-height: 1.1;
    align-items: center;
}
.units h2:before {
    content: counter(pages);
    background-color: transparent;
    border-radius: 0;
    border: 1px white solid;
    color: white;
    /*background-image: url(ui/icons/pencil.svg);*/
	font-size: 115%;
    width: 2em;
    min-width: 2em;
    line-height: 2em;
    height: 2em;
    background-size: 1em;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: 0;
    margin-right: 2%;
    margin-bottom: -1px;
    text-align: center;
    display: inline-block;
}
.units .unit-item.active h2::before{
  background-color: darkred;
}
.objectivesTXT svg circle {
    stroke-dashoffset: 100;
    transition: stroke-dashoffset 0.5s linear;
    stroke-dashoffset: 100;
    stroke: white;
    stroke-width: 1px;
}
.unit .nav-icon {
    position: absolute;
    width: 80px;
    display: inline-block;
    float: right;
    height: 30px;
    bottom: 20px;
    right: 0px;
    margin: 0px 10px 10px 0px;
    border: 2px solid #fff;
    border-radius: 20px;
	user-select: none;
	line-height: normal;
}
.unit .nav-icon p {
    position: relative;
    font-size: 12px;
    font-family: 'SourceSansProLight';
    text-align: center;
	top: 50%;
    transform: translateY(-50%);
	will-change: transform;
}
.unit .detail-icon p {
    font-size: 1.75vmin;
    font-family: 'SourceSansProLight';
    position: relative;
	left: 5px;
}
.unit .objectives {
    background: white;
    left: 15px;
    pointer-events: none;
    position: relative;
    width: 1px;
    top: 5px;
    transition: opacity 0.25s linear, max-height 0.15s linear, display 0.05s linear;
    opacity: 0;
    max-height: 0;
    display: block;
    height: auto!important;
}
.unit .objectives.active{
    opacity: 1;
    max-height: 6em;
    display: inline-block;
    transition: opacity 0.25s linear, max-height 0.15s linear, display 0.05s linear;
}
.unit .objectives .objective{
    background: #fdfdfd;
    height: 1px;
    left: 0px;
    pointer-events: none;
    position: relative;
    display: inline-block;
    width: 30px;
}
.unit .objectives .objective.text{
	top:11px;
}
.unit .objectives .objective.objects{
	top:11px;
}
.unit .objectives .objective.brain	{
	top:11px;
}
.unit .objectives .objectiveID{
    background-image: url('ui/icons/alert.svg');
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center center;
    position: relative;
	margin-top: unset!important;
    left: 30px;
    width: 20px;
    bottom: 10px;
    border: 1px solid white;
    border-radius: 50%;
    height: 20px;
    color: #fff;
    -webkit-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    user-select: none;
    opacity: 0.5;
}
.unit .objectives .objectiveID.completed {
    background-image: url('ui/icons/check.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    opacity: 1;
}
.unit .objectives .objectiveID.completed .objTXT{
    
}
.unit .pages.active {
    opacity: 0;
    height: 0vh;
}
.unit .target.active {
    opacity: 1;
    height: 95vh;
}
.unit .footer {
    position: absolute;
    display: flex;
    flex-direction: row;
    bottom: 0;
    height: 5vh;
    justify-content: center;
    width: 100%;
    min-height: 5vh;
    border-top: 1px white solid;
    background-color: #2b445a;
}
.unit .footer .footer-legend {
    position: relative;/*absolute;*/
    width: 100px;
    display: inline-block;
    height: 40px;
    margin: -1px 0px 0px 0px;
    border: 1px solid #fff;
    /*border-radius: 0px 0px 20px 20px;*/
	border-radius: 0px 0px 4px 4px;
	margin-right: 0.25rem;
    cursor: pointer;     
    user-select: none;       
}
.unit .footer p {
    position: relative;
    font-size: 12px;
    font-family: 'Montserrat';
    font-weight: 600;
    top: 4px;
    left: 1px;
    text-align: center;            
}
.background_image .pictogram.audio {
    background-image: url(ui/icons/audio.svg);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    filter: grayscale(100%);
}
.background_image .pictogram.video {
    background-image: url(ui/icons/video_animaciones.svg);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    filter: grayscale(100%);
    
}
.background_image .pictogram.image {
    background-image: url(ui/icons/fotogaleria.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    filter: grayscale(100%);

}

.background_image .pictogram.text {
    background-image: url(ui/icons/laminas_no_interactivas.svg);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    filter: grayscale(100%);

}
.background_image .pictogram.object {
    background-image: url(ui/icons/hotspot.svg);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    filter: grayscale(100%);

}
.mobile.portrait .background_image .pictogram.image ,
.mobile.portrait .background_image .pictogram.video ,
.mobile.portrait .background_image .pictogram.audio ,
.mobile.portrait .background_image .pictogram.text ,
.mobile.portrait .background_image .pictogram.object {
    
}
.unit .page:hover {
    opacity: 1;
}
.unit .page:hover .page_description {
    opacity: 1;
    background: none;
    animation: leSnake 0.5s;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: -webkit-transform 400ms, opacity 100ms;
    -moz-transition: -moz-transform 400ms, opacity 100ms;
    transition: transform 400ms, opacity 100ms;
}

.unit .page:hover .pictogram {
    -webkit-transition: background-position 250ms!important;
    -moz-transition: background-position 250ms!important;
    transition: background-position 250ms!important;
    background-position: 95%!important;
    filter: none;
}

.unit .info {
    position: relative;
    display: flex;
    flex-direction: column;
    top: 0px;
    background-color: #00000066;
    max-height: 30vh;
    height: 30vh;
    border-top: 1px white solid;
}
.unit .info .description {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1;
    position: relative;
    top: 20px;
    left: 15px;
    margin-right: 11px;
    opacity: 0.75;
}
.unitNumber {
    position: relative;
    z-index: 5;
    font-size: 16px;
    text-align: center;
    width: 20px;
}
.desktop.portrait .unit .info {
    position: relative;
    width: 15%;
    background-color: #00000066;
    max-height: 200px;
    height: 200px;
    top: 0;
    border: none;
}
.mobile.portrait .unit .hero,
.tablet.portrait .unit .hero{
    max-height: 25%;
    height: 30vh;
}
.mobile.portrait .unit .hero .hero-gradient,
.tablet.portrait .unit .hero .hero-gradient,
.mobile.landscape .unit .hero .hero-gradient,
.tablet.landscape .unit .hero .hero-gradient{
    top: 0px;
}

.tablet.landscape .unit .hero {
    max-height: 30%;
    height: 30%;
}
.mobile.landscape .unit .hero{
    max-height: 45%;
    height: 45%;
}
.mobile.landscape .unit .target,
.tablet.landscape .unit .target {
    max-height: 100%;
    height: 100%;
} 
.mobile.landscape .unit .footer,
.tablet.landscape .unit .footer{
    min-height: 5vh;
    height: 6%;
    background: var(--primary);
}
.mobile.portrait .unit .pages,
.tablet.portrait .unit .pages{
    max-height: 60%;
    height: 60%;
}
.mobile.landscape .unit .pages,
.tablet.landscape .unit .pages {
    max-height: 40%;
    height: 40%;
}
.mobile.portrait .unit .info,
.tablet.portrait .unit .info{

}
.mobile.landscape .unit .info,
.tablet.landscape .unit .info {
    max-height: 30%;
    height: 30%;
    flex-direction: row;
}
.mobile.portrait .unit .info .description,
.tablet.portrait .unit .info .description{
    left: 5px;
    top: 0px;
}
.mobile.landscape .unit .info .description,
.tablet.landscape .unit .info .description {
    font-size: 0.8rem;
    top: 0;
    left: 0;
    margin: 0;
}
.mobile.portrait .unit .info .dpfBloxTime,
.tablet.portrait .unit .info .dpfBloxTime,
.mobile.landscape .unit .info .dpfBloxTime,
.tablet.landscape .unit .info .dpfBloxTime {
    font-size: 0.7rem;
    margin: 0px 1px 1px 15px;
}
.mobile.portrait .unit .info .description h2,
.tablet.portrait .unit .info .description h2,
.mobile.landscape .unit .info .description h2,
.tablet.landscape .unit .info .description h2{
    font-size: 0.7rem;
    margin: 5px 0px 5px 10px;
}
.mobile.portrait .unit .info .description .detail-icon,
.tablet.portrait .unit .info .description .detail-icon{
    margin: 0px 15px 10px 10px;
}
.mobile.landscape .unit .info .description .detail-icon,
.tablet.landscape .unit .info .description .detail-icon{
    width: 25px;
    display: inline-block;
    height: 25px;
    padding: 3px;
}
.mobile.portrait .unit .info .description .detail-icon p,
.tablet.portrait .unit .info .description .detail-icon p,
.mobile.landscape .unit .info .description .detail-icon p,
.tablet.landscape .unit .info .description .detail-icon p{
    font-size: 10px;
    font-family: 'SourceSansProLight';
    top: 14px;
    left: -15px;
    position: relative;
    width: 50px;
}
/* MINIATURAS PORTRAIT  */
.mobile.portrait .modal-units ,
.tablet.portrait .modal-units ,
.desktop.portrait .modal-units {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: 9;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s ease-in-out 0ms;
    -moz-transition: all 0.5s ease-in-out 0ms;
    -o-transition: all 0.5s ease-in-out 0ms;
    transition: all 0.5s ease-in-out 0ms;
    transform: translate3d(-200%,0,0);
    background-color: transparent;
}
.mobile.portrait .modal-units.active ,
.tablet.portrait .modal-units.active ,
.desktop.portrait .modal-units.active {
    transform: translate3d(0vw,0vh, 0);
    display: flex;
    flex-direction: row;
}   
.mobile.portrait .unit ,
.tablet.portrait .unit ,
.desktop.portrait .unit {
    border: none!important;
    position: absolute;
    width: 100%;
    -webkit-box-shadow: 0 10px 40px 0 #7d7d7d;
    -moz-box-shadow: 0 10px 40px 0 #7d7d7d;
    box-shadow: 0 10px 40px 0 #7d7d7d;
    margin-top: 0px;
    background-color: #2b445a;
    display: flex;
    flex-direction: row;
    height: 100%;
    left: 0px;
    overflow: auto;
    font-family: 'SourceSansProLight';
    color: white;
    line-height: 1.5em;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
}
.mobile.portrait .unit:before ,
.tablet.portrait .unit:before ,
.desktop.portrait .unit:before {
    top: 0;
    left: 0;
}
.mobile.portrait .unit:before, .unit:after ,
.tablet.portrait .unit:before, .unit:after ,
.desktop.portrait .unit:before, .unit:after {
    opacity: 1;
}
.mobile.portrait .unit .hero ,
.tablet.portrait .unit .hero ,
.desktop.portrait .unit .hero {
    background-color: #2b445a;
    height: 25vh;
    width: 100%;
    position: absolute;
    border-bottom: 1px white solid;
}
.mobile.portrait .unit .hero-gradient ,
.tablet.portrait .unit .hero-gradient ,
.desktop.portrait .unit .hero-gradient {
    bottom: 0;
    background-image: linear-gradient(transparent, rgb(18 18 18) 90%);
}
.mobile.portrait .unit .hero-title ,
.tablet.portrait .unit .hero-title ,
.desktop.portrait .unit .hero-title {
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.1;
    position: absolute;
    max-width: 75%;
    bottom: 24px;
    left: 15px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.mobile.portrait .modal-units.active .unit .hero-title ,
.tablet.portrait .modal-units.active .unit .hero-title ,
.desktop.portrait .modal-units.active .unit .hero-title {
    opacity: 1;
}
.mobile.portrait .unit h2 ,
.tablet.portrait .unit h2 ,
.desktop.portrait .unit h2 {
    color: #fff;
    fill: #fff;
    margin: 5px 20px 20px 10px;
    border-bottom: 1px white solid;
    width: auto;
    margin: 10px 10px 5px 5px;
}
.mobile.portrait .unit .nav-icon , 
.tablet.portrait .unit .nav-icon , 
.desktop.portrait .unit .nav-icon {
    width: 100px;
    bottom: 25px;
}
.tablet.portrait .unit .target ,
.mobile.portrait .unit .target {
    position: absolute;
    top: 23vh;
    height: 65vh;
	padding: 0 3%;
}
.tablet.portrait.fullscreen .unit .target ,
.mobile.portrait.fullscreen .unit .target {
    position: absolute;
    top: 25%;
    height: 70vh;
}
.desktop.portrait .unit .target {
    position: absolute;
    top: 25vh;
    height: 70vh;
	padding: 0 3%;
}
.mobile.portrait .unit .target .description,
.tablet.portrait .unit .target .description,
.desktop.portrait .unit .target .description{
    display: flex;
    flex-direction: column;
    width: 95%;
}
.mobile.portrait .pages ,
.tablet.portrait .pages ,
.desktop.portrait .pages {
    max-height: 200px;
    height: 200px;
    width: 70%;
    overflow-y: hidden;
    overflow-x: auto;
    display: flex;
    font-family: 'SourceSansProLight';
    color: white;
    line-height: 1.5em;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
}
.desktop.portrait .pages::-webkit-scrollbar  {
  display: block;
  width: 10px;
}
/* Track */
.desktop.portrait .pages::-webkit-scrollbar-track  {
  box-shadow: inset 0 0 5px black; 
  border-radius: 10px;
}
/* Handle */
.desktop.portrait .pages::-webkit-scrollbar-thumb {
  background: #738ca2; 
  border-radius: 10px;
  
}
/* Handle on hover */
.desktop.portrait .pages::-webkit-scrollbar-thumb:hover {
  background: orange; 
}
.desktop.portrait .page {
    width: 100%;
    height: 200px;
	top: -5px;
}
.desktop.portrait .page .page-number{
    right: 24px;
    top: -29px;
}
.desktop.portrait .unit .page.active {
    cursor: pointer;
}
.mobile.portrait .unit .page_description ,
.tablet.portrait .unit .page_description ,
.desktop.portrait .unit .page_description {
    position: absolute;
    z-index: 1;
    top: 1px; /* BORDE DE IMAGEN ES 1px */
    left: 1px;
    padding: 5px;
    width: 150px;
    height: 200px;
    overflow: hidden;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transition: -webkit-transform 400ms, opacity 100ms 300ms;
    -moz-transition: -moz-transform 400ms, opacity 100ms 300ms;
    transition: transform 400ms, opacity 100ms 300ms;
    background-color: #3b5159;
    color: #fff;
}
.mobile.portrait .unit .page_description p ,
.tablet.portrait .unit .page_description p ,
.desktop.portrait .unit .page_description p {
    font-size: 14px;
    margin: 60px 0 0 0;
}
.mobile.portrait .unit .page.active img{
    height: 119px;
}
.tablet.portrait .unit .page.active img,
.desktop.portrait .unit .page.active img{
    position: relative;
	opacity: 0.75;
}
.mobile.portrait .unit .page img{
    height: 120px;
    width: 100%;
    position: absolute;
}
.tablet.portrait .unit .page img {
    height: 120px;
    width: 50%;
    position: absolute;
}
.desktop.portrait .unit .page img{
    width: 50%;
    /*height: 201px;*/
    position: absolute;
}
.portrait .units.stats .page.active .statsLabel {
	position: absolute;
}
.mobile.portrait .unit .unit-item ,
.tablet.portrait .unit .unit-item ,
.desktop.portrait .unit .unit-item {
    padding-top: unset;
}
.mobile.portrait .unit .unit-item .page .objectivesTXT {
    position: absolute;
    font-size: 3.5vmin!important;
    width: 85%;
}
.tablet.portrait .unit .unit-item .page .objectivesTXT ,
.desktop.portrait .unit .unit-item .page .objectivesTXT {
    position: absolute;
    font-size: 0.75rem!important;
    width: 50%;
}
.tablet.portrait .unit .unit-item .objectives {
    position: relative;
    top: -10vh;
    left: 50%;
    background: unset;
    margin-bottom: 0;
    max-height: 1em;
}
.desktop.portrait .unit .unit-item .objectives {
    position: relative;
    top: -10vh;
    left: calc( 50% + 14px );
    background: unset;
    margin-bottom: 0;
    max-height: 1em;
}

.mobile.portrait .unit .unit-item .objectives .objectiveID {
    left: 50px;
}
.tablet.portrait .unit .unit-item .objectives .objectiveID ,
.desktop.portrait .unit .unit-item .objectives .objectiveID {
    position: relative;
    left: 100px;
    
}
.mobile.portrait .unit .unit-item .objectives .objective {
    background: #fdfdfd;
    height: 1px;
    left: 0px;
    position: relative;
    width: 50px;
}
.tablet.portrait .unit .unit-item .objectives .objective ,
.desktop.portrait .unit .unit-item .objectives .objective {
    background: #fdfdfd;
    height: 1px;
    left: 0px;
    position: relative;
    width: 100px;
}
.mobile.portrait .unit .unit-item .objectives .objectiveID .objTXT ,
.tablet.portrait .unit .unit-item .objectives .objectiveID .objTXT ,
.desktop.portrait .unit .unit-item .objectives .objectiveID .objTXT {
    width: 240px;
    font-size: 0.7em;
}
.mobile.portrait .unit .page .unitProgress {
    width: 100%;
}
.tablet.portrait .unit .page .unitProgress ,
.desktop.portrait .unit .page .unitProgress {
    width: 95%;
}
.mobile.portrait .unit .page .unitProgress .unitProgressTXT {
    font-size: 2vmin;
    top: -5px;
}
.mobile.portrait .unit div> .footer ,
.tablet.portrait .unit div> .footer ,
.desktop.portrait .unit div> .footer {
    position: absolute;
    height: 5vh;
    width: 100%;
    left: 50%;
    /* top: 50%; */
    /* border-top: 1px white solid; */
    left: 50%;
    transform: translate(-50%, 0);
    will-change: transform;
}
.tablet.portrait .unit .page.active .pictogram ,
.desktop.portrait .unit .page.active .pictogram {
    filter: none;
}
.tablet.portrait .unit .page .pictogram {
    -webkit-transition: background-position 350ms;
    -moz-transition: background-position 350ms;
    transition: background-position 350ms;
    width: 50%;
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;
    background-position: 50% 50%;
    background-color: #0606065c;
}
.desktop.portrait .unit .page .pictogram {
    -webkit-transition: background-position 350ms;
    -moz-transition: background-position 350ms;
    transition: background-position 350ms;
    width: 50%;
    height: 201px;
    position: absolute;
    top: 0;
    left: 0;
    background-position: 50% 50%;
    background-color: #0606065c;
}
.tablet.portrait .page .pictogram ,
.desktop.portrait .page .pictogram {
    visibility: visible;
}
.objectiveID svg{
    position: absolute;
    width: 23px;
    height: 23px;
    top: -1px;
    left: -1px;
}
.objectiveID svg circle{
    stroke: var(--primary);
    fill: var(--primary);
    transition: stroke-dashoffset 0.4s ease-out 0s, fill 0.3s ease 0.3s;
}
.progress {
    position: absolute;
    display: inline-flex!important;
    height: 20px;
    width: 100%;
    bottom: 0%;
    left: 0;
    z-index: 3;
    border-top: 1px white solid;
    background-image: linear-gradient(transparent 0px,black);
}
.progress:after {
    content: '';
    display: block;
    position: absolute;
    height: 10px;
    width: 100%;
    top: -10px;
}
.progress span {
    background-color: var(--progress);
    width: 0;
    transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
	line-height: normal;
}
.progress span p {
    justify-content: center;
    position: absolute;
    width: 100%;
    min-width: 100%;
    font-size: 60%;
    display: inline-flex;
    top: 50%;
    transform: translateY(-50%);
	will-change: transform;
}
.units .dropdown {
	cursor: pointer;
	padding: 6px 0px;
	letter-spacing: .06rem;
	line-height: 1.2rem;
	text-align: left;
	width: 94%;
	font-size: 75%;
	left: 14px;
	user-select: none;
}

.portrait .units {
	margin: 0px 0px 5px 5px;
}

.portrait .units .dropdown {
	cursor: pointer;
    padding: 3px 0px;
    letter-spacing: .06rem;
    line-height: 1.2rem;
    text-align: left;
    width: 98%;
    font-size: 75%;
    left: 0px;
    user-select: none;
}
.units .dropdown .header{
	background: transparent;
	font-size: 75%;
}
.units .dropdown .header:hover{
	-webkit-transition: background-color 250ms;
	-moz-transition: background-color 250ms;
	transition: background-color 250ms;
	background-color: #738ca2;	
}
.units .dropdown .header .title{
	margin: unset;
	left: 5%;
	font-size: 1.25em;
}
.units .dropdown .data{
	background: transparent;
	border-bottom: unset;
}
.units .dropdown .data div:first-of-type {
	/*margin-top: 1em;*/
}
.units .dropdown .collapsible {
	float: left;
	left: 0px;
	right: unset;
}
.units .dropdown .collapsible.active {
	transform: rotate(90deg);
	will-change: transform;
}
.units.b .dropdown .data{
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: self-end;
    flex-wrap: wrap;
}
.units.b .dropdown .data .unit-item{
	position:relative;
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 1 0 50%;
}
.page .page-number{
	/*display: flex;*/
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px 0px;
    color: rgb(255, 255, 255);
    position: absolute;
    top: 3px;
    right: 3px;
    background: #000000b0;
    width: 1em;
    height: 1em;
    border-radius: 4px;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.units .page img{
    max-height: 167px;    
    max-height: -webkit-fill-available;
}
.units.stats .page{
    height: 100%;/*auto;*/
}
.units.stats .page .pictogram{
    opacity: 0.1;
}
.units.stats .data .page img{
   max-height: -webkit-fill-available;
}
.units.stats .page .objectivesTXT{
    background: #000000ba;
    margin: -1px 0;
    padding: 5px 0px;
    width: 100%;
	top: 0px;
	border-top: 1px white solid;
}
.units.stats .page .statsLabel{
    opacity: 1;
    position: relative;
    height: auto;
    z-index: 0;
   /* margin: 0 1px;
    border-top: 1px white solid;
    border-right: 1px white solid;
    border-left: 1px white solid;*/
} 
.portrait .units.stats .page .statsLabel{
	
    top: 0%;
    width: 50%;
    height: 100%;
	z-index: 1;
}
.mobile.portrait .units.stats .page .statsLabel{
	width: 100%;
}
.statsLabel{
    display: flex;
    opacity: 0;
    height:0;
    background-color: #000000ba;
    width: auto;
    color: inherit;
    border-radius: unset;
    user-select: none;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    transition: 200ms ease-in;
    position: absolute;
    justify-content: center;
    align-items: baseline;
    flex-wrap: nowrap;
    flex-shrink: 0;
    flex-grow: 1;
    flex-basis: 100%;
    margin-bottom: unset;
    padding: 0;
    overflow-y: auto;
}
.statsLabel span:first-child{
    color: white;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    flex: 1 1 auto;
}
.single-chart {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    width: auto;
    justify-content: space-between;
}
.single-chart span{
    width: 100%;
    font-size: 10px;
    text-align: center;
	text-wrap: balance;
    line-height: normal;
    margin: 0 0 10px 0;
	padding: 0 5%;
}
.circular-chart {
    display: block;
    margin: 10px auto;
    max-width: 60px;
    max-height: 60px;
}
.circle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 1;/*1.8;*/
}
.circle {
    fill: none;
    stroke-width: 1;/*1.8;*/
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}
.circular-chart.orange .circle {
  stroke: #ff9f00;
}
.circular-chart.green .circle {
  stroke: #4CC790;
}
.circular-chart.blue .circle {
  stroke: #3c9ee5;
}
.circular-chart.red .circle {
  stroke: darkred;
}
.percentage {
    fill: white;
    font-family: 'SourceSansProLight';
    font-size: 10px;
    stroke-width: 0.1px;
    text-anchor: middle;
}
.shapes svg{
   stroke: unset;
}
.statsLabel.lastPage{
	opacity: 1;
    height: auto;
    background: transparent;
    width: 100%;
}
.statsLabel.lastPage .circular-chart{
	max-width: 5em;
    max-height: 5em;
}
.statsLabel.lastPage .single-chart span {
	font-size: 1rem;
}
.dpfStats{
	left: 0%;
    top: 0%!important;
    width: 100%;
    height: 100%;
    position: absolute;
}
.dpfStats .wrapper {
	font-family: SourceSansProLight;
    overflow: hidden;
    z-index: 3;
    opacity: 1;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
	transition: flex-basis 500ms ease-in-out;
    justify-content: space-between;
    align-items: center;
    color: white;
    height: 100%;
    position: relative!important;
    padding: 5%;
}
.dpfStats .wrapper .page-header{
    padding: 0 18px!important;
    border-left: solid 5px var(--primary);
    user-select: none;
	margin-bottom: unset;
	flex: 1 0 30%;
}
.dpfStats .wrapper .shapes {
    display: flex;
    flex-direction: row;
    column-gap: 1em;
    row-gap: 1em;
    margin: unset;
    padding: unset;
	background: transparent;
    width: auto;
    flex: 1 1 70%;
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
	transition: flex-basis 500ms ease-in-out;
}
.dpfStats .wrapper .shapes .shapeText {
    width: auto;
    height: auto;
    color: inherit;
    border-radius: 4px;
    user-select: none;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    transition: 200ms ease-in;
    position: relative;
    display: flex;
	flex-direction: column;
	align-items: center;
    margin-bottom: unset;
    overflow-y: auto;
	transition: flex-basis 500ms ease-in-out;
}
.dpfStats .wrapper .shapes .shapeText span{
	font-size: 1em;
    width: 100%;
    text-align: center; 
	margin: 1em auto;
	color: white;
	font-family: sans-serif;
    letter-spacing: 1px;
}
.dpfStats .wrapper .shapes svg.circle-chart {
    width: 10em;
    height: 10em;
    display: flex;
    flex: 100%;
    justify-content: center;
}
.dpfStats .wrapper .shapes .circle-chart .circle-chart-bg {
	fill: transparent;
    stroke-width: 1;
	stroke: rgba(255,255,255,0.75);
}
.dpfStats .wrapper .shapes  .circle-chart .circle-fill {
    animation: circle-chart-fill 2s reverse;
    transform: rotate(-90deg);
    transform-origin: center;
	stroke-width: 1;
	will-change: transform;
}
.dpfStats .wrapper .shapes .circle-chart .circle-fill.orange{
	stroke: darkorange;
}
.dpfStats .wrapper .shapes .circle-chart .circle-fill.blue{
	stroke: #3c9ee5;
}
.dpfStats .wrapper .shapes .circle-chart .circle-fill.green{
	stroke: darkgreen;
}
.dpfStats .wrapper .shapes  .circle-chart .circle-chart-info {
    animation: circle-chart-appear 2s forwards;
    opacity: 0;
    transform: translateY(0.3em);
}
.dpfStats .wrapper .shapes  .circle-chart .circle-chart-percent {
    font-family: sans-serif;
    font-size: 0.35em;
}
.dpfStats .wrapper .shapes  .circle-chart .circle-chart-subline {
    fill: white;
    font-family: sans-serif;
    font-size: 0.15em;
    text-anchor: middle;
	alignment-baseline: before-edge;
}
@keyframes circle-chart-fill {
  to { stroke-dasharray: 0 100; }
}

@keyframes circle-chart-appear {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.statsProgress {
    position: relative;
    display: inline-flex!important;
    height: auto;
	width: 90%;
    bottom: 0%;
    left: 0;
    z-index: 3;
	margin-top: 1em;
    background: rgba(255,255,255,0.75);
}
.statsProgress span {
    background-color: var(--progress);
    width: 0;
	height: 5px;
    transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
    line-height: normal;
}
.statsData {
	margin-top: 5px;
    font-size: 75%;
}
.commands {
	display: flex;
}
.commandsWrapper {
	padding: 2em 0em;
    margin: 0;
    width: 90%;
    text-align: center;
    justify-content: space-between;
    display: inline-flex;
}
.commands .command {
	display: inline-flex;
    align-items: center;
    padding: 1em 2em;
    border: 1px rgba(255,255,255,0.75) solid;
    cursor: pointer;
    justify-content: center;
    flex: 0 0 45%;
}
.commands .command span{
	display: block;
    font-weight: 700;
    font-size: 0.85em;
    text-transform: uppercase;
    color: #fff;
}
.portrait .dpfStats.scroller{
	height: 100vh!important;
}
.portrait .dpfStats.scroller .wrapper .shapes svg.circle-chart {
    width: 5em;
	height: 5em;
}
.portrait .dpfStats .wrapper{
	flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
} 
.portrait .dpfStats .wrapper .page-header{
	flex: 100%;
    width: 90%;
    border: unset;
	justify-content: center;
}
.portrait .dpfStats .wrapper .page-header .statsProgress{
	width: 100%;
}
/* NAV  */
.navigation {
	position: absolute;
    right: 0;
    width: 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
	margin: 0;
    padding: 0;
    z-index: 3;
	font-size: 1em;
	
	background-color: #2b445a12;
    /*background-image: linear-gradient(#fffcfc00, #81817d);*/
    color: white;
    height: auto;
    top: 50% !important;
    transform: translateY(-50%) scale(1);
	border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    will-change: transform;
    opacity: 1;
    transform-origin: left center;
    transition: opacity 0.25s ease-in, transform 0.35s linear;
	box-shadow: 0 0 10px darkred;
}
.navigation.hide{
	opacity: 0;
    transform: translateY(-50%) scale(0);
}
.step {
    position: relative;
    display: flex;
	justify-content: center;
    cursor: pointer;
    width: 100%;
    height: auto;
    background-color: transparent;
    margin: 0;
    padding: 0.75em 0;
    transition: all 0.25s linear;
}
.step::after {
    position: absolute;
    content: var(--content);
	opacity: 0;
    color: currentColor;
    bottom: 2.5em;
    font-size: 2vmin;
    left: 5px;
    margin-right: 5px;
    font-family: 'SourceSansPro';
    cursor: pointer;
    transition: all 0.25s linear;
}
.circleBullet {
    display: block;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    border: solid 2px #000;
    border-color: #9d9c98;
}
.navigation .step.active .circleBullet {
    border-color: #ed1c24;
    background-color: #ed1c24;
}
/* Simple menu */
.units.simple .unit-item {
	margin: 1em 0;
}
.units.simple .unit-item h2 {
	color: #a5a5a5;
	border-bottom: 1px #a5a5a5 solid;
}
.units.simple .unit-item.active h2 {
	color: white;
	border-bottom: 1px white solid;
}
.units.simple .unit-item h2:before {
	border: 1px #a5a5a5 solid;
    color: #a5a5a5;
}
.units.simple .unit-item.active h2:before {
	border: 1px white solid;
    color: white;
}
.units.simple .page{
	height: auto;
}
.units.simple .page img{
	display: none;
}
.unit .units.simple .page .pictogram{
	display: none;
}
.unit .units.simple .page .objectivesTXT {
	background: unset;
    padding: 10px 0;
    border-bottom: 1px #a5a5a5 solid;
    top: 5px;
	width: 100%;
}
.units.simple .unit-item .unitProgress{
	position: relative;
	border: unset;
}
.unit .units.simple .unit-item h2{
	margin: 0;
	padding: 0;
}
.unit .units.simple .page .unitProgress{
	height: 2px;
	top: -1px;
}
.unit .units.simple .page .unitProgress .unitProgressBG{
	--progress: green;
}
.unit .units.simple .page .unitProgress .unitProgressTXT{
	display: none;
}
.unit .units.simple .objectives {
	top: -3px;
}
.unit .units.simple .page .statsLabel{
	top: 10px;
}