/* General */
/* General - Button */
button {
	border: none;
	cursor: pointer;
}
button:focus,button:active {
	outline: none;
}
/* General - Forms */
input {
	border: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input:focus,input:active {
	outline: none;
}
/* NavArrow */
.navarrow {
	top: 0;
	width: 55px;
	height: 100%;
	z-index: 150;
	display: none;
	position: fixed;
	background: #dddddd;
}

body.device-desktop.viewmode-double .navarrow,
body.device-desktop.viewmode-single .navarrow {
	display: block;
}
.navarrow:hover {
	background: #d5d5d5;
}
.navarrow:active {
	background: #d0d0d0;
}
.navarrow-prev {
	left: 0;
}
.navarrow-next {
	right: 0;
}
/* NavArrow - Icon */
.navarrow-icon {
	width: 23px;
	height: 37px;
	display: block;
	margin: 0 auto;
	background-image: url('../img/gui/sprite-arrows.png');
	background-repeat: no-repeat;
}
.navarrow-icon-prev {
	background-position: 0 0;
}
.navarrow-icon-next {
	background-position: -23px 0;
}
/* NavBar */
.navbar {
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60px;
	z-index: 200;
	position: fixed;
	background: #dddddd;
}
.navbar > * {
	float: left;
	height: 100%;
	position: relative;
}
.navbar-help,
.navbar-pages {
	width: 10%;
}
#sliderPagination-vertical{
	display: none;
	position: absolute;
	top: 20px;
	right: 14px;
	height: 100%;
	z-index: 200;
}
#sliderPagination-vertical .dhxsl_track{
	width:8px;
}
#sliderPagination-vertical .dhxsl_runner{
	cursor: ns-resize;
}
body.viewmode-scroll #sliderPagination-vertical{
	display: block;
}
body.device-tablet .navbar-help{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 72px;
    z-index: 100;
}
body.device-tablet .navbar-help-tag,
body.device-mobile .navbar-help-tag{
	display: none;
}
body.device-tablet .navbar-pages {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 140px;
    z-index: 100;
}
body.device-tablet .navbar-prog {
	position: absolute;
	top: 0px;
	left: 0px;
    width: 100%;
	padding: 0px 140px 0px 72px;
    z-index: 90;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body.viewmode-scroll #sliderPagination {
	display: none;	
}

/* NavBar - Help */
.navbar-help {

}

body.viewmode-scroll  .navbar-help {
    z-index: 100;
}
.navbar-help-btn {
	margin: 10px 10px;
    /* border-radius: 8px; */
	transition: background 0.2s;
	-o-transition: background 0.2s;
	-webkit-transition: background 0.2s;
}
.navbar-help-btn:hover {
	background-color: #cacaca;
}
.navbar-help-btn:active {
	background-color: #bababa;
}
.navbar-help-btn > * {
	float: left;
	height: 40px;
}
.device-mobile .navbar-help-btn > * {
    width: 30px;
    height: 40px;
}
.navbar-help-ico {
	width: 40px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../img/gui/icon-help.png');
}
.navbar-help-tag::before,
.navbar-help-tag::after {
	top: 10px;
	width: 1px;
	content: '';
	height: 20px;
	position: absolute;
}
.navbar-help-tag::before {
	left: -1px;
	opacity: 0.2;
	background: #000;
}
.navbar-help-tag::after {
	left: 0;
	opacity: 0.5;
	background: #fff;
}
.navbar-help-tag {
    color: #333;
    font-size: 16px;
    line-height: 40px;
    position: relative;
    padding-left: 10px;
}

/* NavBar - Popover */
.navbar-popover{
	display: none;
	background-color: #333;
	color: #fff;
    position: absolute;
    top: 0px;
    left: 50%;
    height: auto;
    width: auto;
    padding: 10px 15px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
body.bkgcolor-2 .navbar-popover{
	background-color: #fefefe;
	color: #333;
}

.viewmode-scroll .navbar-popover{
    top: auto;
    bottom: 100%;
    margin-bottom: 20px;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
.navbar-popover-txt{
	max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* NavBar - Progress */
.navbar-prog {
	width: 80%;
}
.navbar-prog-total {
	left: 0;
	top: 50%;
	width: 100%;
	height: 8px;
	cursor: pointer;
	margin-top: -4px;
	position: absolute;
	background: #b9b9b9;
}
.navbar-prog-actual {

}
.navbar-prog-bullet {
	top: -5px;
	width: 18px;
	height: 18px;
	cursor: pointer;
	position: absolute;
	border-radius: 50%;
	background: #8a8a8a;
	transition: transform 0.05s, background 0.2s;
	-o-transition: transform 0.05s, background 0.2s;
	-webkit-transition: transform 0.05s, background 0.2s;
}
.navbar-prog-bullet:hover:active {
	transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.navbar-prog-bullet:hover {
	background: #555555;
}
/* NavBar - Tooltip */
.navbar-tooltip {

}
.navbar-tooltip-txt {

}
/* NavBar - Pages */
.navbar-pages {
	text-align: center;
}
body.viewmode-scroll .navbar-pages {
	width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.navbar-pages .navbar-pages-txt {
	color: #444;
	line-height: 60px;	
}
/* SideMenu */
.sidemenu {
	height: 100%;	
	width: 340px;
	z-index: 300;
	display: none;
	position: fixed;
	
	opacity: 0;
	transform: translateX(-80%);
	-o-transform: translateX(-80%);
	-ms-transform: translateX(-80%);
	-webkit-transform: translateX(-80%);

	transition: transform 0.4s, opacity 0.4s;
	-o-transition: transform 0.4s, opacity 0.4s;
	-webkit-transition: transform 0.4s, opacity 0.4s;
}
body.device-tablet .sidemenu,
body.device-mobile .sidemenu {
	font-size: 0.9em;
}
.sidemenu.isActived {
	opacity: 1;
	transform: translateX(0%);
	-o-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-webkit-transform: translateX(0%);
}
.sidemenu ul {
	margin: 0;
	padding: 0;
}
.sidemenu-nav {
	width: 100%;
	display: table;
}
.sidemenu-nav-item {
	cursor: pointer;
	padding: 10px 0;
	text-align: center;
	display: table-cell;
}
.sidemenu-nav-item:hover {
	color: #fff;
	background: #5f5f5f;
}
.sidemenu-nav-item.isActive {
	background: #525252;
}
.sidemenu-nav-tag {
	color: #b6b6b6;
	font-size: 1em;
	text-transform: uppercase;
}
.sidemenu-nav-item:hover .sidemenu-nav-tag,
.sidemenu-nav-item.isActive .sidemenu-nav-tag {
	color: #fff;
}
.sidemenu-extra {
	left: 0;
	background: #686868;
}
.sidenav_search-wrapper {
	top: 0;
    z-index: 50;
	width: 100%;
	height: 80px;
	position: absolute;
}
/* SideMenu - Sections */
.menusec {
	width: 100%;
    height: 100%;
	display: none;
    padding-top: 80px;
	padding-bottom: 48px;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
/* SideMenu - Sections - Form */
.menuform {
	width: 100%;
	height: 40px;
	position: relative;
}
.menuform form > * {
	top: 0;
	height: 100%;
	position: absolute;
}
.menuform-input {
	z-index: 50;
	width: 100%;
	padding: 10px;
	background: #d9d5d6;
}
.menuform-btn {
	right: 0;
	z-index: 60;
	width: 40px;
	height: 40px;
	background-color: transparent;
}
.menuform-ico {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url('../img/gui/icon-search.png');
	background-position: center center;
	background-repeat: no-repeat;
}
/* SideMenu - Sections - List */
.menusec-list {
	width: 100%;
	height: 100%;
	list-style: none;
    overflow-y: auto;
    overflow-x: hidden;
	position: relative;
}
/* SideMenu - Sections - Item */
.menusec-list-item,
.menusec-sublist-item,
.menusec-nesteditem-wrapper {
	float: left;
	width: 100%;
	padding: 10px;
	cursor: pointer;
	position: relative;
	background: #767676;
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-left: 0px solid #444;

	transition: border-left 0.1s;
	-o-transition: border-left 0.1s;
	-webkit-transition: border-left 0.1s;
}
.menusec-list-item:hover,
.menusec-sublist-item:hover,
.menusec-nesteditem-wrapper:hover { 
	border-width: 5px;
}
.menusec-list-item:active,
.menusec-sublist-item:active,
.menusec-nesteditem-wrapper:active { 
	border-width: 8px;
}
.menusec-list-item:nth-child(odd),
.menusec-sublist-item:nth-child(odd) {
	background: #5f5f5f;
}
.menusec-list-tag,
.menusec-list-num,
.menusec-sublist-tag,
.menusec-sublist-num {
	color: #eee;
	font-size: 1.1em;
	font-weight: 100;

	transition: color 0.1s;
	-o-transition: color 0.1s;
	-webkit-transition: color 0.1s;
}
.menusec-sublist-tag {
	float: left;
}
.menusec-list-num,
.menusec-sublist-num {
	top: 10px;
	right: 10px;
	position: absolute;
	font-weight: 300;
	background-color: #767676;
    box-shadow: 0px 0px 0px 5px #767676;
}

.menusec-list-item:nth-child(odd) .menusec-list-num,
.menusec-sublist-item:nth-child(odd) .menusec-list-num,
.menusec-list-item:nth-child(odd) .menusec-sublist-num,
.menusec-sublist-item:nth-child(odd) .menusec-sublist-num{
	background-color: #5f5f5f;
    box-shadow: 0px 0px 0px 5px #5f5f5f;
}
.menusec-nesteditem-wrapper .menusec-list-num,
.menusec-nesteditem-wrapper .menusec-list-num{
	background-color: #525252;
    box-shadow: 0px 0px 0px 5px #525252;
}
.menusec-list-item:hover span,
.menusec-sublist-item:hover span,
.menusec-nesteditem-wrapper:hover span { 
	color: #fff;
}
.menusec-list-item {
}
.menusec-list-tag {

}
.menusec-list-num {
}
/* SideMenu - Sections - Sublist */
.menusec-nesteditem {
	padding: 0;
}
.menusec-nesteditem-wrapper {
	background: #525252;
}
.menusec-sublist {
	display: none;
	width: 100%;
	padding: 0px;
}
.menusec-sublist-item {
	padding-left: 25px;
}
.menusec-sublist-tag {

}
.menusec-sublist-num {

}
/* SideMenu - Close Button */
.sidemenu-close {
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 12px 0;
	position: absolute;
	background: #525252;
}
.sidemenu-close:hover {
	background: #4A4A4A;
}
.sidemenu-close:active {
	background: #404040;
}
.sidemenu-close-ico {

}
.sidemenu-close-tag {
	color: #fefefe;
	font-size: 1.25em;
}
/* Highlight Menu */
.highlightMenu {
	top: 160px;
	left: 160px;
	position: fixed;
	border-radius: 6px;
	/* margin-left: -180px; */
	z-index: 300;
	box-shadow: 0 1px 2px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.35);
	opacity: 0;
	transform: scale(0.3) translateY(40px);
	-o-transform: scale(0.3) translateY(40px);
	-ms-transform: scale(0.3) translateY(40px);
	-webkit-transform: scale(0.3) translateY(40px);

	transition: transform 0.25s cubic-bezier(0, 0.75, 0.55, 1.2), opacity 0.25s cubic-bezier(0, 0.75, 0.55, 1.2);
	-o-transition: transform 0.25s cubic-bezier(0, 0.75, 0.55, 1.2), opacity 0.25s cubic-bezier(0, 0.75, 0.55, 1.2);
	-webkit-transition: transform 0.25s cubic-bezier(0, 0.75, 0.55, 1.2), opacity 0.25s cubic-bezier(0, 0.75, 0.55, 1.2);
}
.highlightMenu.isActived {
	opacity: 1;
	transform: scale(1) translateY(0);
	-o-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	-webkit-transform: scale(1) translateY(0);
	transition: transform 0.25s cubic-bezier(0, 0.75, 0.55, 1.2), opacity 0.25s cubic-bezier(0, 0.75, 0.55, 1.2);
	-o-transition: transform 0.25s cubic-bezier(0, 0.75, 0.55, 1.2), opacity 0.25s cubic-bezier(0, 0.75, 0.55, 1.2);
	-webkit-transition: transform 0.25s cubic-bezier(0, 0.75, 0.55, 1.2), opacity 0.25s cubic-bezier(0, 0.75, 0.55, 1.2);
}
.highlightMenu::after {
	top: 95%;
	left: 50%;
	width: 8px;
	height: 8px;
	z-index: 10;
	content: '';
	display: block;
	position: absolute;
	background-color: #f0f0f0;
	transform: rotate(45deg) translate(-50%);
	-o-transform: rotate(45deg) translate(-50%);
	-ms-transform: rotate(45deg) translate(-50%);
	-webkit-transform: rotate(45deg) translate(-50%);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
/* Highlight Menu - Item */
.highlightMenu-item {
	z-index: 20;
	float: left;
	width: 45px;
	height: 45px;
	position: relative;
	background-color: #f0f0f0;
}
.highlightMenu-item:hover {
	background-color: #e5e5e5;
}
.highlightMenu-item:first-child {
	border-radius: 6px 0 0 6px;
}
.highlightMenu-item:last-child {
	border-radius: 0 6px 6px 0;
}
/* Highlight Menu - Item - Ico */
.highlightMenu-ico {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
}
.highlightMenu-ico-anotation {
	background-image: url('../img/gui/icon-highlight-anotation.png');
}
.highlightMenu-ico-favorite {
	background-image: url('../img/gui/icon-highlight-favorite.png');
}
.highlightMenu-ico-search {
	background-image: url('../img/gui/icon-highlight-search.png');
}
.highlightMenu-ico-share {
	background-image: url('../img/gui/icon-highlight-share.png');
}
/* Modal */
.modal,
.footnote,
.extraContent {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 555;
	display: none;
	position: fixed;
	background-color: rgba(0,0,0,0.2);
}
.modal-container {
	top: 50%;
	left: 50%;
	max-width: 90%;
	position: absolute;
	display: inline-block;
}
.modal-body {
	width: 800px;
	padding: 20px;
	max-width: 100%;
	overflow-y: auto;
	max-height: 600px;
	overflow-x: hidden;
	background-color: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.modal-body img {
	width: 100%;
}
.modal-close {
	top: -17px;
	width: 34px;
	height: 34px;
	right: -17px;
	border-radius: 50%;
	position: absolute;
	background-color: #1a96bc;
	background-image: url('../img/gui/icon-modalClose.png');
	background-position: center center;
	background-repeat: no-repeat;
}
/* Modal - Variations */
.modal-container-presentation {
	width: 90%;
	border: 5px solid #994525;
}
[data-modal="extraModal"] .modal-container {
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
[data-modal="contentModal"] .modal-container {
	left: auto;
	right: auto;

	opacity: 0;
	transform: scale(0.5);
	-o-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-webkit-transform: scale(0.5);

	transition: transform 0.3s, opacity 0.3s;
	-o-transition: transform 0.3s, opacity 0.3s;
	-webkit-transition: transform 0.3s, opacity 0.3s;
}
[data-modal="contentModal"].isActive .modal-container {	
	opacity: 1;
	transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
}
.modal-body-presentation {
	width: 100%;
}
.modal-container-resolText {
	border-bottom: 4px solid #207bcf;
}
.modal-container-resolVideo {
	border-bottom: 4px solid #cf2049;
	
}
/* Button - Modal */
.btnModal-expForm {
	width: 100%;
}
.btnModal-content,
.btnFootnote-content{
	display: none;
}
.btnFootnote {
	cursor: pointer;
}
/* Fotnote */
.footnote {
    z-index: 140;
    padding: 60px 55px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.footnote-container {
	width: 100%;
	height: auto;
	bottom: 60px;
	padding: 25px;
	position: absolute;
	background-color: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-top: 2px solid #ff590a;
}
/* Single Page */
.pagSingle .container {
	padding: 0;
}
/* Symbol List */
.symbolList {
	display: none;
	background: #f26532 url('../img/content/bgPag6.png') no-repeat top;
}
.symbolList-title {

}
.symbolList-table {

}
.symbolList-table th {
	color: #ce572d;
	font-size: 1.2em;
	font-weight: 500;
	padding: 8px 12px;
	background-color: #e6a192;
	border-top: 2px solid #884129;
	border-bottom: 2px solid #884130;
}
.symbolList-table td {
	color: #3e261f;
	background-color: #f5d4cb;
}
.pagCover .container {
	margin: 0px;
	background-color: #bfbfbf;
	max-width: 100% !important;
	overflow: hidden;
}

.pagCover .container canvas {
	background-image: url('../img/content/capa.jpg');
	background-repeat: no-repeat;
}
.pagCover-content {
	top: 0;
	left: 50%;
	z-index: 20;
	width: 574px;
	height: 100%;
	max-width: 100%;
	position: absolute;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.pagCover-title {
	color: #6e1f99;
	font-size: 3.6em;
	font-weight: 100;
	text-align: left;
	margin-left: 40px;
	margin-bottom: 0;

	opacity: 0;
	transform: translateX(20px);
	-o-transform: translateX(20px);
	-ms-transform: translateX(20px);
	-webkit-transform: translateX(20px);

	transition: opacity 0.4s 0.4s, transform 0.4s 0.4s;
	-o-transition: opacity 0.4s 0.4s, transform 0.4s 0.4s;
	-webkit-transition: opacity 0.4s 0.4s, transform 0.4s 0.4s;
}
.device-mobile .pagCover-title {
	font-size: 2.8em;
}
.pagCover-autor {
	color: #fff;
	margin-top: 0;
	text-align: left;
	margin-left: 40px;

	opacity: 0;
	transform: translateX(20px);
	-o-transform: translateX(20px);
	-ms-transform: translateX(20px);
	-webkit-transform: translateX(20px);

	transition: opacity 0.4s 0.6s, transform 0.4s 0.6s;
	-o-transition: opacity 0.4s 0.6s, transform 0.4s 0.6s;
	-webkit-transition: opacity 0.4s 0.6s, transform 0.4s 0.6s;
}
.pagCover-intersaberes {
	left: 40px;
	bottom: 40px;
	position: absolute;

	opacity: 0;
	transform: translateX(20px);
	-o-transform: translateX(20px);
	-ms-transform: translateX(20px);
	-webkit-transform: translateX(20px);

	transition: opacity 0.4s 0.9s, transform 0.4s 0.9s;
	-o-transition: opacity 0.4s 0.9s, transform 0.4s 0.9s;
	-webkit-transition: opacity 0.4s 0.9s, transform 0.4s 0.9s;
}
.pagCover-title.isAnimated,
.pagCover-autor.isAnimated,
.pagCover-intersaberes.isAnimated {
	opacity: 1;
	transform: translateX(00px);
	-o-transform: translateX(00px);
	-ms-transform: translateX(00px);
	-webkit-transform: translateX(00px);
}
.pagCover-tag {
    left: 0;
    width: 80px;
    height: 30px;
	position: absolute;
    background: #6e1f99;
    transform: rotate(90deg);
    border-radius: 4px 4px 0 0;
    margin-left: -25px !important;
    color: #fff;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}
.pageLoad {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 550;
	position: fixed;
	overflow: hidden;
	background-color: #dedede;
}
.pageLoad-container {
	top: 50%;
	left: 50%;
	text-align: center;
	position: absolute;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.pageLoad-ico {
	animation: rotate 2s infinite linear;
}
.pageLoad-txt {
	margin-top: 10px;
	font-size: 1.4em;
}

.infointro-header {
	width: 100%;
	padding: 35px 30px 0;
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.infointro-header h1,
.infointro-header h2 {
	display: inline;
}
.infointro-header h1 {
	padding: 0;
	font-size: 2.4em;
}
.infointro-header h1::after {
	width: 30px;
	height: 2px;
	content: '';
	display: block;
	margin: 10px 0 0;
	background-color: #f0f0f0;
}
.infointro-header h2 {
	color: #555555;
	font-size: 1.6em;
	font-weight: 500;
}
.bkgcolor-2 .infointro-header h1 {
	color: #ff9975;
}
.bkgcolor-2 .infointro-header h2 {
	color: #fafafa;
}
.bkgcolor-3 .infointro-header h1::after {
	background-color: #ceb68e;
}
.bkgcolor-3 .infointro-header h2 {
	color: #967231;
}
.infointro-button {
	top: 50px;
	right: 50px;
	cursor: pointer;
    padding: 8px 10px;
    background-color: #21b2b7;
    border: 1px solid #1aa6ab;
    color: #fff;
    text-align: left;
    font-weight: 700;
    font-size: 0.9em;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
.infointro-button span::before {
	float: left;
	content: '';
	width: 48px;
	height: 49px;
	display: block;
	margin-right: 10px;
	background-image: url('../img/content/btIconCapPresent.png');
	transition: transform 0.4s;
}
.infointro-button:hover span::before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.infointro-group {
	width: 50px;
	height: 50px;
	font-family: 'Ubuntu', sans-serif;
}
.infointro-groupfigure {
	width: 100%;
	height: 100%;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	background-color: #fff;
	border: 2px solid #f16939;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.device-desktop .infointro-groupfigure {
	animation: dancingBubbles 2s linear infinite;
	-o-animation: dancingBubbles 2s linear infinite;
	-moz-animation: dancingBubbles 2s linear infinite;
	-webkit-animation: dancingBubbles 2s linear infinite;
}
.bkgcolor-2 .infointro-groupfigure {
	background-color: #292929;
	border: 2px solid #ff865b;
}
.bkgcolor-3 .infointro-groupfigure {
	background-color: #fff0d8;
}
.infointro-groupfigure span {
	color: #36a4ae;
	font-size: 1.1em;
	font-weight: 700;
	line-height: 44px;
}
.bkgcolor-2 .infointro-groupfigure span {
	color: #cffbff;
}
.infointro-grouplabel {
	left: 50%;
	width: 240px;
	margin-left: -120px;
	position: absolute;

	color: #f16939;
	font-size: 1em;
	font-weight: 600;
	text-align: center;
}
.bkgcolor-2 .infointro-grouplabel {
	color: #ffa481;
}
.infointro-grouplabelup {
	bottom: 120%;
}
.infointro-grouplabeldown {
	top: 120%;
}
.infointro-bulletwhat {
	width: 12px;
	height: 12px;
	position: absolute;
	border-radius: 50%;
	background-color: #fdaf91;
}
.device-desktop .infointro-bulletwhat {
	animation: dancingBubbles 2s linear reverse infinite;
	-o-animation: dancingBubbles 2s linear reverse infinite;
	-moz-animation: dancingBubbles 2s linear reverse infinite;
	-webkit-animation: dancingBubbles 2s linear reverse infinite;
}
.st0 {
	stroke: #f16837 !important;
	stroke-width: 2 !important;
}
.st1 {
	stroke-width: 2 !important;
}

.infointro-group1 { left: 10%; top: 58%; }
.infointro-group2 { left: 22%; top: 72%; }
.infointro-group3 { left: 29%; top: 38%; }
.infointro-group4 { left: 45%; top: 69%; }
.infointro-group5 { left: 50%; top: 24%; }
.infointro-group6 { left: 65%; top: 68%; }
.infointro-group7 { left: 75%; top: 40%; }
.infointro-group8 { left: 88%; top: 65%; }

.infointro-group1 .infointro-groupfigure { animation-duration: 2.2s; }
.infointro-group2 .infointro-groupfigure { animation-duration: 2.6s; }
.infointro-group3 .infointro-groupfigure { animation-duration: 2.4s; }
.infointro-group4 .infointro-groupfigure { animation-duration: 2.5s; }
.infointro-group5 .infointro-groupfigure { animation-duration: 2.7s; }
.infointro-group6 .infointro-groupfigure { animation-duration: 2.3s; }
.infointro-group7 .infointro-groupfigure { animation-duration: 2.2s; }
.infointro-group8 .infointro-groupfigure { animation-duration: 2.1s; }

.infointro-bulletwhat1 { animation-duration: 2.2s; }
.infointro-bulletwhat2 { animation-duration: 2.6s; }
.infointro-bulletwhat3 { animation-duration: 2.4s; }
.infointro-bulletwhat4 { animation-duration: 2.5s; }
.infointro-bulletwhat5 { animation-duration: 2.7s; }
.infointro-bulletwhat6 { animation-duration: 2.3s; }
.infointro-bulletwhat7 { animation-duration: 2.2s; }

.infointro-bulletwhat1 { left: 20%; top: 58%; }
.infointro-bulletwhat2 { left: 32%; top: 62%; }
.infointro-bulletwhat3 { left: 38%; top: 43%; }
.infointro-bulletwhat4 { left: 42%; top: 28%; }
.infointro-bulletwhat5 { left: 54%; top: 58%; }
.infointro-bulletwhat6 { left: 65%; top: 40%; }
.infointro-bulletwhat7 { left: 77%; top: 72%; }

@media (max-width: 1024px) {
	.container {
		padding: 20px 40px;
	}
	.tutorialTitle,
	.sumarioTitle {
		font-size: 2.2em;
	}
	.sumarioChapter {
		font-size: 1.2em;
	}
	.infointro-header h1 {
		font-size: 2.1em;
	}
}
@media (max-width: 970px) {
	.infointro-group {
		width: 42px;
		height: 42px;
	}	
	.infointro-grouplabel {
	    width: 200px;
	    font-size: 0.8em;
	    margin-left: -100px;
	    line-height: 1em;
	}
	.infointro-groupfigure span {
		font-size: 1em;
		line-height: 38px;
	}
	.infointro-button {
		top: 30px;
		right: 30px;
		font-size: 0.8em;
	}
}
@media  (min-width: 768px) {
	.device-tablet.viewmode-scroll .infointro,
	.device-desktop.viewmode-scroll .infointro {
		min-height: 800px;
		position: relative;
	}
	.device-tablet.viewmode-scroll .infointro {
		min-height: 650px;
	}
	.viewmode-double .infointro-group {
		position: absolute;
	}
	.infointro-button {
	    position: absolute;
	}
}
@media  (max-width: 768px) {
	#infointro-svg {
		display: none;
	}
	.infointro-container {
		width: 100%;
		padding: 0 30px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.infointro {
		padding: 0 0 30px;
		text-align: center;
		position: static !important;
	}
	.infointro-group,
	.infointro-grouplabel {
		position: static !important;
	}
	.infointro-group {
		width: 100%;
		margin-bottom: 18px;
	}
	.infointro-grouplabel {
		width: auto;
		height: 42px;
		text-align: left;
		font-size: 1.05em;
		margin-left: auto;
		display: table-row;
	}
	.infointro-grouplabel span {
		display: table-cell;
		vertical-align: middle;
	}
	.infointro-groupfigure {
		float: left;
		width: 42px;
		height: 42px;
		display: block;
		position: static;
		margin-right: 8px;
	}
	.infointro-bulletwhat {
		display: none;
	}
	.infointro-button {
		margin: 0 30px;
		display: inline-block;
	}
}

@keyframes dancingBubbles {
	0% {
		transform: translate(0,0);
		-o-transform: translate(0,0);
		-ms-transform: translate(0,0);
		-webkit-transform: translate(0,0);	}
	50% {
		transform: translate(3px,3px);
		-o-transform: translate(3px,3px);
		-ms-transform: translate(3px,3px);
		-webkit-transform: translate(3px,3px);

	}
	100% {
		transform: translate(0,0);
		-o-transform: translate(0,0);
		-ms-transform: translate(0,0);
		-webkit-transform: translate(0,0);
	}
}
@keyframes rotate {
	0% {
		transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}
@media (max-width: 768px) {
	.navarrow {
		display: none;
	}
	.pag {
    	width: 100%;		
    	height: auto;
		display: inline-block;
	}
	.container {
		height: auto;
		overflow: visible;
		/* padding: 0 20px; */
	}
	.fichaTecnica {
		margin: 0;
		width: 100%;
		height: auto;
		display: inline-block;
		border-top: 1px solid;
		border-border: 1px solid;
	}
	.footnote {
		padding: 0;
	}
	.footnote-container {
		padding: 15px;
		/* bottom: 0; */
	}
	.pagCover .container canvas {	
		/*
		-webkit-transform-origin: 50% 50%; 
	    -ms-transform-origin: 50% 50%; 
		transform-origin: 50% 50%;
		*/
	}
	.custombox-modal-wrapper-superscaled .custombox-modal{
	    max-width: 95%;
	}
}
@media (max-width: 480px) {
	button.toolbar-backto-btn {
		width: 200px;
	}
}
body.viewmode-portrait.device-tablet .pagCover .container canvas{
	    -ms-transform-origin: 50%; 
	    -webkit-transform-origin: 50%; 
		transform-origin: 50%;
}

#apresentacaoVid .modalScroll {
	padding: 0 !important;
	overflow: hidden;
}
#apresentacaoVid .video-js {
    text-align: center;
    height: 100% !important;
    position: absolute !important;
}
#apresentacaoVid video {
	position: relative;
	display: inline-block;
	width: auto !important;
	height: 100% !important;
}