body{
	overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}
section.pag{
	position: relative;
}
.viewmode-scroll section.pag{
    margin-top: -5px;
}
.book-content{   
	 width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    overflow: hidden;
    padding: 60px 0px 60px 0px;
   	-webkit-box-sizing: border-box;
   	-moz-box-sizing: border-box;
   	box-sizing: border-box;
}
.pages-to-split{
    position: relative;
}
body.device-desktop.viewmode-double .book-content,
body.device-desktop.viewmode-single .book-content {
    padding: 60px 55px 60px 55px;
}
body.viewmode-scroll .book-content {
    padding: 60px 0px 60px 0px;
}
.book-content img{
	max-width: 100%;
}
.book-content-viewport{   
    position: relative;
    display: block;
    height: 100%;
}
.book-content-pages{
	float: left;
    position: relative;
}
#sliderPagination{
	position: relative;
	top: 50%;
	margin-top: -9px;
}
.swiper-book{   
	 width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    overflow: hidden;
   	-webkit-box-sizing: border-box;
   	-moz-box-sizing: border-box;
   	box-sizing: border-box;
}
.toolbar {
	width: 100%;
	height: 60px;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #d2d2d2;
	z-index: 200;
	-webkit-transition: transform 0.25s, opacity 0.25s;
	-o-transition: transform 0.25s, opacity 0.25s;
	transition: transform 0.25s, opacity 0.25s;
}

.device-desktop .navbar,
.device-desktop .toolbar,
.device-desktop .navbar .navbar-pages,
.device-desktop .toolbar .toolbar-title {
	transition: transform 0.2s;
	-o-transition: transform 0.2s;
	-webkit-transition: transform 0.2s;
}
.device-desktop .toolbar .toolbar-title h1 {
	transition: color 0.2s;
	-o-transition: color 0.2s;
	-webkit-transition: color 0.2s;
}
.device-desktop .navarrow {
	transition: background 0.2s;
	-o-transition: background 0.2s;
	-webkit-transition: background 0.2s;
}
.device-desktop .toolbar.isHidden {
	transform: translateY(-60px);
	-o-transform: translateY(-60px);
	-ms-transform: translateY(-60px);
	-webkit-transform: translateY(-60px);
}
.device-desktop .toolbar.isHidden .toolbar-title {
	transform: translateY(60px);
	-o-transform: translateY(60px);
	-ms-transform: translateY(60px);
	-webkit-transform: translateY(60px);
}
.device-desktop .toolbar.isHidden .toolbar-title h1 {
	color: #888;
}
.device-desktop.bkgcolor-2 .toolbar.isHidden .toolbar-title h1,
.device-desktop.bkgcolor-2 .navbar.isHidden .navbar-pages .navbar-pages-txt {
	color: #fff;
}
.device-desktop.bkgcolor-3 .toolbar.isHidden .toolbar-title h1,
.device-desktop.bkgcolor-3 .navbar.isHidden .navbar-pages .navbar-pages-txt {
	color: #353027;
}
.device-desktop .navbar.isHidden {
	transform: translateY(60px);
	-o-transform: translateY(60px);
	-ms-transform: translateY(60px);
	-webkit-transform: translateY(60px);
}
.device-desktop .navbar.isHidden .navbar-pages {
	transform: translateX(-40px) translateY(-60px);
	-o-transform: translateX(-40px) translateY(-60px);
	-ms-transform: translateX(-40px) translateY(-60px);
	-webkit-transform: translateX(-40px) translateY(-60px);
}

.device-desktop .navarrow.isHidden {
	background-color: transparent;
}
.device-desktop .navarrow.isHidden:hover {
	background-color: #eaeaea;
}
.device-desktop.bkgcolor-2 .navarrow.isHidden:hover {
	background-color: #232323;
}
.device-desktop.bkgcolor-3 .navarrow.isHidden:hover {
	background-color: #e2cda7;
}

.toolbar ul,
.toolbar ul li{
	list-style: none;
	display: inline-block;
    height: 100%;
    margin: 0px;
    padding: 0px;
}
.toolbar ul li{
	float:left;
}
body.device-tablet.orientation-portrait .toolbar-config,
body.device-mobile.orientation-portrait .toolbar-config{
	display: none;
}
.toolbar-left{
	position: absolute;
	top: 0px;
	left: 0px;
}
.toolbar-right{
	position: absolute;
	top: 0px;
	right: 0px;
}
.toolbar-title{	
    width: 50%;
    height: 100%;
    margin: 0px auto;
    text-align: center;
}
body.device-tablet .toolbar-title{
    width: 55%;
}
body.device-mobile .toolbar-title {
	display: none;
}
.toolbar-title h1{	
	font-size: 22px;
	/* line-height: 60px; */
	font-weight: normal;
	color: #555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
body.device-tablet .toolbar-title h1,
body.device-mobile .toolbar-title h1{
    font-size: 19px;
    line-height: 28px;
}
.toolbar-title-complement:before{
	content: " - ";
}
.toolbar-btn{
	height: 60px;
	width: 55px;
	display: block;
	cursor: pointer;	margin: 0px;
	position: relative;
	background-color: #d2d2d2;
	background-position: 50%;
	background-repeat: no-repeat;
}

.toolbar-btn:hover{
	background-color: #cac9c9;
}
.toolbar-btn-library{
	width: 190px;
	height: 100%;
	margin: 0px;
}
.toolbar-btn-extra{
	background-image: url('../img/gui/icon-extras.png');
}
/* toolbar - back to page */
@media (max-width: 580px), (min-width: 721px) and (max-width: 1270px)  {
	.toolbar-backto {
	    top: 60px;
	    left: 50%;
	    width: auto;
		position: fixed;
		height: 40px !important;
	    transform: translateX(-50%);
	    -moz-transform: translateX(-50%);
	    -webkit-transform: translateX(-50%);
	}
	button.toolbar-backto-btn {
		margin: 10px 0;
		background-color: rgba(202, 202,202, 0.9);
	}
}
.toolbar-backto-btn {
	display: none;
	background-color: #cacaca;
	margin: 10px 10px;
	transition: background 0.2s;
	-o-transition: background 0.2s;
	-webkit-transition: background 0.2s;
}
.toolbar-backto-btn:hover {
	background-color: #c3c3c3;
}
.toolbar-backto-btn:active {
	background-color: #bababa;
}
.toolbar-backto-btn > * {
	float: left;
	height: 40px;
}
.toolbar-backto-ico {
	width: 40px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../img/gui/icon-backto.png');
}
.toolbar-backto-tag {
	color: #333;
	font-size: 16px;
	line-height: 40px;
	position: relative;
	padding-left: 7.5px;
	padding-right: 4px;
}
/* .toolbar-btn-config::before,
.toolbar-btn-config::after,
.toolbar-btn-extra::before,
.toolbar-btn-extra::after {
	content: '';
	top: 10px;
	width: 1px;
	height: 40px;
	position: absolute;
}
.toolbar-btn-extra::before {
	right: 1px;
	opacity: 0.15;
	background: #000;
}
.toolbar-btn-extra::after {
	right: 0;
	opacity: 0.3;
	background: #fff;
}
.toolbar-btn-config::before {
	left: -1px;
	opacity: 0.15;
	background: #000;
}
.toolbar-btn-config::after {
	left: 0;
	opacity: 0.3;
	background: #fff;
} */
.toolbar-btn-library{
	background-image: url('../img/gui/icon-library.png');
}
body.device-tablet .toolbar-btn-library,
body.device-mobile .toolbar-btn-library{
	width: 140px;
    background-size: 90%;
}
body.device-mobile .toolbar-btn-library{
	width: 130px;
}
.toolbar-btn-search{
	background-image: url('../img/gui/icon-search.png');
}
.toolbar-btn-fonts{
	background-image: url('../img/gui/icon-fonts.png');
}
.toolbar-btn-config{
	background-image: url('../img/gui/icon-config.png');
}
.toolbar-btn-share{
	background-image: url('../img/gui/icon-share.png');
}

.popover{
	top: 100%;
    width: 300px;
    max-width: 100%;
    max-height: 640px;
	margin-left: 0px;
    background-color: #fefefe;
    border-radius: 6px;
    position: fixed;
    z-index: 210;
    box-shadow: 0 0px 2px 0px rgba(0,0,0,0.19), 0 2px 5px rgba(0,0,0,0.35);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.popover .scrollable{
	width: 100%;
	height: 100%;
	overflow-y: auto;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.popover:after,
.popover:before{
	content: '';
	position: absolute;
	width: 100%;
	height:20px;
	left: 0px;
	z-index: 200;
}
.popover:after{
	top: 0px;
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
    border-radius: 6px 6px 0px 0px;
}
.popover:before{
	bottom: 0px;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    border-radius: 0px 0px 6px 6px;
}
.popover .popover-arrow{
    width: 10px;
    height: 10px;
    position: absolute;
    top: -5.5px;
    left: 50%;
    margin-left: -7.5px;
    background-color: #fefefe;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.2);
}
/* .popover .popover-arrow::after{
    content: '';
    position: absolute;
    top: 0px;
    left: -6px;
    width: 20px;
    height: 20px;
    background-color: #fefefe;
} */

.popover .scrollable::-webkit-scrollbar {
	width: 5px;
}

.popover .scrollable::-webkit-scrollbar-track {
	background-color: transparent;
}

.popover .scrollable::-webkit-scrollbar-thumb {
	background-color: rgba(52, 52, 52, 0.3);
}
.popover .scrollable::-webkit-scrollbar-thumb:window-inactive {
	background-color: rgba(52,52,52,0.15); 
}
.popover-section{
	width: 100%;
	min-height: 100px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
}
.popover-section::after{
	content: '';
	width: 80%;
	bottom: 0px;
	left: 10%;
	position: absolute;
    opacity: 0.15;
	border-bottom: 1px solid #333;
}
.popover-section:last-child::after{
	border-bottom: 0px solid #333;
}
.popover-tag{
	color: #555;
	text-align: center;
	margin-bottom: 20px;
}
.popover-ico{
	width: 12%;
	height: 30px;
	background-position: 50%;
	background-repeat: no-repeat;
	display: inline-block;
}
#popover-switch-fontsz, #popover-switch-bright{
	width: 65%;
	height: 30px;
	display: inline-block;
    margin-left: 4%;
    margin-right: 4%;
}

.popover-ico-fontsz-1{
	background-image: url('../img/gui/icon-fontsz-1.png');
}
.popover-ico-fontsz-2{
	background-image: url('../img/gui/icon-fontsz-2.png');
}
.popover-ico-bright-1{
	background-image: url('../img/gui/icon-bright-1.png');
}
.popover-ico-bright-2{
	background-image: url('../img/gui/icon-bright-2.png');
}
.popover-btn-share-buttons .popover-btn{
	background-position: 50%;
	background-repeat: no-repeat;
}
.popover-btn-share-1{
	background-image: url('../img/gui/icon-share-1.png');
}
.popover-btn-share-2{
	background-image: url('../img/gui/icon-share-2.png');
}
.popover-btn-share-3{
	background-image: url('../img/gui/icon-share-3.png');
}
.popover-btn-share-4{
	background-image: url('../img/gui/icon-share-4.png');
}

.popover-btn-fonttype-buttons,
.popover-btn-view-buttons,
.popover-btn-share-buttons,
.popover-btn-bkg-buttons{
	width: 100%;
	display: inline-table;
}
.popover-section-fonttype .popover-btn,
.popover-section-view .popover-btn,
.popover-section-share .popover-btn,
.popover-section-bkg .popover-btn {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}
.popover-section-view .popover-btn,
.popover-section-fonttype .popover-btn {
	width: 50%;
	height: 60px;
}
.popover-section-bkg .popover-btn {
	width: 33.3%;
	height: 60px;
}
.popover-section-share .popover-btn {
	width: 25%;
	height: 50px;
}
.popover-section-fonttype .popover-btn:hover,
.popover-section-view .popover-btn:hover,
.popover-section-share .popover-btn:hover,
.popover-section-bkg .popover-btn:hover {
	background-color: #dedede;
}
.popover-section-fonttype .popover-btn.actived,
.popover-section-view .popover-btn.actived,
.popover-section-bkg .popover-btn.actived {
	background-color: #f2f2f2;
}

.popover-section-fonttype .popover-btn:last-child,
.popover-section-view .popover-btn:last-child {
	border-left: 1px solid rgba(0,0,0,0.15);
}

.popover-section-share .popover-btn,
.popover-section-bkg .popover-btn {
	border-right: 1px solid rgba(0,0,0,0.15);
}
.popover-section-share .popover-btn:last-child,
.popover-section-bkg .popover-btn:last-child {
	border-right: 0px;
}
.popover-btn-fonttype-1{
	background-image: url('../img/gui/icon-fonttype-1.png');
}
.popover-btn-fonttype-2{
	background-image: url('../img/gui/icon-fonttype-2.png');
}
.popover-btn-view-1{
	background-image: url('../img/gui/icon-view-1.png');
}
.popover-btn-view-2{
	background-image: url('../img/gui/icon-view-2.png');
}
body.device-tablet.orientation-portrait .popover-btn-view-2,
body.device-mobile .popover-btn-view-2{
	background-image: url('../img/gui/icon-view-3.png');
}
.popover-btn-bkg-buttons button span{    
	width: 50px;
    height: 50px;
    display: block;
    border-radius: 50px;
    background-color: #dedede;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
button.popover-btn-bkg-1 span{
	background-color: #fff;
	border: 2px solid #dedede;
}
button.popover-btn-bkg-2 span{
	background-color: #333;
	border: 2px solid #222;
}
button.popover-btn-bkg-3 span{
	background-color: #e9d8ba;
    border: 2px solid #dacbb0;
}
/* Appended Overlay */
.appendedOverlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 209;
	position: absolute;
}
.popover .dhxsl_track{
	margin-top: 4px;
}
.dhtmlxslider_material .dhxsl_cont_hr .dhxsl_track{
	height: 8px;
	background-color: #b9b9b9;
}
.dhtmlxslider_material .dhxsl_runner{
	width: 18px;
	height: 18px;
    background-color: #8a8a8a;
    cursor: ew-resize;
    transition: transform 0.05s, background 0.2s, left 0.2s;
    -o-transition: transform 0.05s, background 0.2s, left 0.2s;
    -webkit-transition: transform 0.05s, background 0.2s, left 0.2s;
}
body.device-tablet .dhtmlxslider_material .dhxsl_runner,
body.device-mobile .dhtmlxslider_material .dhxsl_runner{
    transition: none;
    -o-transition: none;
    -webkit-transition: none;
}
.dhtmlxslider_material .dhxsl_runner:hover{
    background: #555555;
}
.dhtmlxslider_material .dhxsl_runner:active{
    background: #555555;
    transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
#popover-switch-bright .dhxsl_track,
#popover-switch-fontsz .dhxsl_track{
	background-color: #dedede;
}
.sumarioList li{
    position: relative;
    width: 100%;
    padding: 10px;
    padding-right: 50px;
    padding-left: 32px;
    background-color: transparent;
    border-bottom: 2px dotted rgba(255, 255, 255, 0.3);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    cursor: pointer;
    line-height: 1.4em;
}
.sumarioList li:hover{
	background-color: rgba(255, 255, 255, 0.15);
}
.sumarioList-pagenum{
    position: absolute;
    right: 0px;
    width: 30px;
    text-align: right;
    padding-right: 10px;
    top: 10px;
}
.MJXc-display, .MJXp-display{
	margin: 10px !important;
	width: auto !important;
	display: inline-block !important;
}
.auxHighlight{	   
	 background-color: rgba(255, 67, 64, 0.32);
    box-shadow: 0px 0px 0px 2px rgba(255, 67, 64, 0.32);
}

.menusec-list::-webkit-scrollbar {
	width: 0.7em;
}

.menusec-list::-webkit-scrollbar-track {
	background-color: #5f5f5f;
}

.menusec-list::-webkit-scrollbar-thumb {
	background-color: #333;
}
* img{
	max-width: 100%;
}
*::-moz-selection {
background:rgba(255, 67, 64, 0.32);
color:inherit;
}
*::selection {
background:rgba(255, 67, 64, 0.32);
color:inherit;
}
/* body.viewmode-scroll .swiper-book{   
    overflow-y: auto;
    overflow-x: hidden;
} */

body.viewmode-scroll .swiper-slide{   
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body.viewmode-scroll .swiper-book::-webkit-scrollbar {
	width: 0px;
}
.modalContent{
	display: none;
	color: #555;
    font-size: 1em;
    line-height: 1.6em;
}
.modalContent-shorttext,
.modalContent-videogallery,
.modalContent-lists,
.modalContent-text{
	background-color: #fff;
	text-align: left;
	box-shadow: 0px 0px 0px 5px rgba(242, 101, 49, 0.5), 0px 0px 30px 10px rgba(0,0,0,0.2);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.modalContent-text .modalContent-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    top: 0px;
    left: 0px;
}
.modalContent-videogallery{
	width: 80%;
}
.modalContent-shorttext{
	width: 500px;
	/* max-width: 80%; */
	max-height: 80%;
}
.modalContent-lists{	
	width: 500px;
}
.modalContent-lists{
	background-color: #f26532;
}
.modalContent-lists tr{
	background:  none;
}
.modalContent-lists h3{    padding: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #FFF;
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
    font-size: 2em;
    line-height: 1.1em;
    font-weight: 300;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
}
.modalContent-lists th{
	position: relative;
	color: #fff;
	background-color: rgba(255, 255, 255, 0.1);
	padding:  15px;
	padding-right: 15px;
	cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.modalContent-lists th:hover{
	background-color: rgba(255, 255, 255, 0.2);
}
.modalContent-lists th.sort-up,
.modalContent-lists th.sort-down{
	padding-right: 30px;
}
.modalContent-lists th:after{
	content: "\0025BE";
    color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 50%;
    font-size: 1.5em;
    line-height: 20px;
    height: 20px;
    width: 20px;
    right: -2.5px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateX(-50%) translateY(-50%)  rotate(0deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
}
.modalContent-lists th.sort-up:after{
	opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%)  rotate(-180deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-180deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-180deg);
    transform: translateX(-50%) translateY(-50%) rotate(-180deg);
}
.modalContent-lists th.sort-down:after{
	opacity: 1;
}
.modalContent-lists td{
	color: #923d1d;
	background-color: #ffe0d5;
}
.modalContent-lists tr:hover td{
	background-color: #ffcebc;
}
.modalContent-math{
	background-color: #ffa98a;
	color: #7b2b0e;
	border: 0px;
	box-shadow: 0px 0px 0px 5px rgba(242, 101, 49, 0.5);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.modalContent-image{
	padding: 20px;
}
.modalContent-image .imageTitle{
	text-align: left;
}
.modalContent-image .modalContent-container{
	display: inline-block;
	margin: 0px;
	position: relative;
	width: auto;
	height: 100%;
    background-color: #fff;
    padding:  20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0px 0px 0px 5px rgba(242, 101, 49, 0.5), 0px 0px 30px 10px rgba(0,0,0,0.2);
}
.modalContent-shorttext .modalScroll,
.modalContent-lists .modalScroll,
.modalContent-text .modalScroll{
	height: 100%;
	width: auto;
	overflow-y: auto;
	overflow-x: auto;
	display: block;
	padding: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.modalContent-math .modalScroll{
	height: 100%;
	width: 100%;
	padding: 20px;
	overflow-y: hidden;
	overflow-x: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.modalClose{
    z-index: 250;
	display: none;
    position: absolute;
    right: -20px;
    top: -20px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #1c94bb;
    line-height: 1em;
    text-align: center;
    color: #fff;
    font-size: 15px;
}
.modalClose .icon{
	width: 100%;
	height: 100%;
	line-height: 40px;
	margin: 0px;
}

.rev-pagination .swiper-slide{
	width: auto;
}
.revisao-controls .swiper-pagination-bullet{
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    opacity: 0.5;
    background: rgba(0,0,0,0.35);
    margin: 0px;
    cursor: pointer;
	margin-top: 12.5px;
}
.revisao-controls .swiper-pagination-bullet .icon.icon-info{
	width: 100%;
	height: 100%;
	margin: 0px;
}
.revisao-controls .swiper-slide-active .swiper-pagination-bullet {
    opacity: 1;
    font-weight: bold;
}
.modalRevisao{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	color: #fff;
	background-color: #ff7747;
    overflow: hidden;
}
.modalRevisao-close{
    color: #fff;
    font-size: 25px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: 10px;
    opacity: 0.8;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: 100;
}
.modalRevisao-close:hover{
    opacity: 1;
}
p.modalRevisao-feedbacktitle{
    font-size: 1.5em;
    text-transform: uppercase;
    display: inline-table;
    padding: 0px 20px 0px 0px;
    margin: 0px;
    margin-bottom: 10px;
    border-bottom: 2px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
}
button.revisao-nextQuest,
button.modalRevisao-nextQuest{
	display: inline-block;
    background: #71b9a9;
    padding: 10px;
    border: none;
    cursor: pointer;
    color: #fff;
    border-radius: 5px;
}
button.modalRevisao-nextQuest{
	position: absolute;
	bottom: 20px;
}
.modalRevisao-scroll{        
	position: absolute;
    max-height: 100%;
    width: 500px;
    max-width: 100%;
    margin: 0px;
    overflow-y: auto;
    padding: 20px;
    padding-bottom: 75px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
	
}
.addPlayer{
    cursor: pointer;
    position: relative;
    padding: 0px;
    overflow: hidden;
}
.addPlayer:after {
    content: '\e800';    
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    font-size: 70px;
    text-align: center;
    line-height: 100px;
    height: 100px;
    width: 100px;
    display: block;
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    border: 4px solid;
    background-color: #333333;
    background-color: rgba(52, 52, 52, 0.5);
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border-radius: 80px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
    box-shadow: 0px 0px 0px 500px rgba(52,52,52,0.5);
}
.addPlayer:hover:after {
    outline: 0;
    border-color: #fff;
    background-color: #333333;
    background-color: rgba(52, 52, 52, 0.9);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1.1);
    -o-transform: translateX(-50%) translateY(-50%) scale(1.1);
    transform: translateX(-50%) translateY(-50%) scale(1.1);
}
.addPlayer img{
	width: 100%;
}
.video-js.vjs-fullscreen{
	margin: 0px;
}

#modalresolucaotexto .modalScroll{
	padding: 0px;
}
[class*="modalsection-"] {
	width: 100%;
	height: auto;
	padding:  40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
[class*="modalsection-"] h3 {
	font-size: 1.5em;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	padding: 10px 0px;
	border-bottom: 1px solid #adabab;
    margin-top: 0px;
}
.contentCenterModal{
	width: 960px;
	max-width: 90%;
    margin: 0px auto;
    display: block;
}
.modalsection-b {
	background-color: #e6e6e6;
}

.videogallery-content{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

.videogallery-list{
	top: 0px;
	left: 0px;
	position: absolute;
	width: 200px;
	height: 100%;
	display: block;
	overflow-y: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 10;
}
.videogallery-listtitle{
	width: 100%;
	font-size: 1.2em;
	display: inline-block;
	background-color: #3c3c3c;
	text-align: center;
	color: #fff;
	padding: 10px;
	font-weight: 300;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.videogallery-listitem {
    float: left;
	width: 100%;
	height: 150px;
	padding: 20px;
    display: block;
	padding-bottom: 0px;
	background-color: #d1d1d1;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;

	transition: background 0.2s;
	-o-transition: background 0.2s;
	-webkit-transition: background 0.2s;
}
.videogallery-listitem.actual{
    background-color: #eaeaea;
}
.videogallery-itemtitle{
	width: 100%;
	display: inline-block;
	text-align: center;
}
.videogallery-viewplayer{
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding: 20px;
	padding-left: 220px;
	position: absolute;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 0;
}


.videogallery-itemplayer{
	width: 100%;
    cursor: pointer;
    position: relative;
    padding: 0px;
    display: inline-block;
    overflow: hidden;
}
.videogallery-itemplayer:after { 
    content: '\e800';    
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    height: 40px;
    width: 40px;
    display: block;
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    border: 3px solid;
    background-color: #333333;
    background-color: rgba(52, 52, 52, 0.5);
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border-radius: 80px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
    box-shadow: 0px 0px 0px 500px rgba(52,52,52,0.5);
}
.videogallery-itemplayer:hover:after {
    outline: 0;
    border-color: #fff;
    background-color: #333333;
    background-color: rgba(52, 52, 52, 0.9);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1.1);
    -o-transform: translateX(-50%) translateY(-50%) scale(1.1);
    transform: translateX(-50%) translateY(-50%) scale(1.1);
}
.videogallery-itemplayer img{
	width: 100%;
}
.videogallery-viewplayercontent{
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
    overflow-y: auto;

}
.videogallery-modaltitle{
	font-size: 1.5em;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	padding: 10px 0px;
	border-bottom: 1px solid #adabab;
    margin-top: 0px;
    margin-bottom: 20px;
}
#guideAddNotes{
    padding: 20px;
    width: 100%;
    display: inline-block;
    color: #a5a4a4;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.note{
	cursor: pointer;
    background-color: rgba(255,193,7,0.3);
    box-shadow: 0px 0px 0px 2px rgba(255,193,7,0.3);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.note.modalNote-color-yellow{
    background-color: rgba(255,193,7,0.3);
    box-shadow: 0px 0px 0px 2px rgba(255,193,7,0.3);
}
.note.modalNote-color-blue{
    background-color: rgba(3, 169, 244,0.3);
    box-shadow: 0px 0px 0px 2px rgba(3, 169, 244,0.3);
}
.note.modalNote-color-green{
    background-color: rgba(0, 150, 136,0.3);
    box-shadow: 0px 0px 0px 2px rgba(0, 150, 136,0.3);
}
.note.modalNote-color-purple{
    background-color: rgba(156, 39, 176,0.3);
    box-shadow: 0px 0px 0px 2px rgba(156, 39, 176,0.3);
}
.note.modalNote-color-red{  
    background-color: rgba(244, 67, 54,0.3);
    box-shadow: 0px 0px 0px 2px rgba(244, 67, 54,0.3);
}
.note.delete.modalNote-color-yellow{
    background-color: rgba(255,193,7, 0);
    box-shadow: 0px 0px 0px 2px rgba(255,193,7, 0);
}
.note.delete.modalNote-color-blue{
    background-color: rgba(3, 169, 244, 0);
    box-shadow: 0px 0px 0px 2px rgba(3, 169, 244, 0);
}
.note.delete.modalNote-color-green{
    background-color: rgba(0, 150, 136, 0);
    box-shadow: 0px 0px 0px 2px rgba(0, 150, 136, 0);
}
.note.delete.modalNote-color-purple{
    background-color: rgba(156, 39, 176, 0);
    box-shadow: 0px 0px 0px 2px rgba(156, 39, 176, 0);
}
.note.delete.modalNote-color-red{  
    background-color: rgba(244, 67, 54, 0);
    box-shadow: 0px 0px 0px 2px rgba(244, 67, 54, 0);
}
.modalNote{
	max-width: 100%;
	display: none;
	background-color: #FFFDE7;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0px 2px 0px rgba(150,94,4,0.19), 0 2px 5px rgba(150,94,4,0.35);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -20px;
    z-index: 210;
    -webkit-transition: box-shadow 0.3s, background-color 0.3s;
    -o-transition: box-shadow 0.3s, background-color 0.3s;
    transition: box-shadow 0.3s, background-color 0.3s;
}
.modalNote.modalNote-color-yellow{
	background-color: #FFFDE7;
    box-shadow: 0 0px 2px 0px rgba(150,94,4,0.19), 0 2px 5px rgba(150,94,4,0.35);
}
.modalNote.modalNote-color-blue{
    background-color: #E1F5FE;
    box-shadow: 0 0px 2px 0px rgba(1, 87, 155,0.19), 0 2px 5px rgba(1, 87, 155,0.35);
}
.modalNote.modalNote-color-green{
    background-color: #E0F2F1;
    box-shadow: 0 0px 2px 0px rgba(0, 77, 64,0.19), 0 2px 5px rgba(0, 77, 64,0.35);
}
.modalNote.modalNote-color-purple{
    background-color: #F3E5F5;
    box-shadow: 0 0px 2px 0px rgba(74, 20, 140,0.19), 0 2px 5px rgba(74, 20, 140,0.35);
}
.modalNote.modalNote-color-red{    
	background-color: #FFEBEE;
    box-shadow: 0 0px 2px 0px rgba(183, 28, 28,0.19), 0 2px 5px rgba(183, 28, 28,0.35);
}
.modalNote-content{
	width: 500px;
	max-width: 100%;
	height: auto;
}
.modalNote-header{    
    height: auto;
    min-height: 45px;
    padding: 10px 20px;
    width: 100%;
    background-color: #FFF59D;
    font-style: italic;
    font-family: 'Noto Serif', serif;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 700;
    color: #965e04;
    -webkit-transition: color 0.3s, background-color 0.3s;
    -o-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
}
.modalNote-header *{    
    font-family: 'Noto Serif', serif;
}
.modalNote-color-yellow .modalNote-header{
	background-color: #FFF59D;
    color: #965e04;
}
.modalNote-color-blue .modalNote-header{   
	background-color: #B3E5FC;
    color: #01579B;
}
.modalNote-color-green .modalNote-header{    
	background-color: #B2DFDB;
    color: #004D40;
}
.modalNote-color-purple .modalNote-header{    
	background-color: #E1BEE7;
    color: #4A148C;
}
.modalNote-color-red .modalNote-header{    
	background-color: #FFCDD2;
    color: #B71C1C;
}
.noteButtonColor{
	height: 30px;
	width: 30px;
	border-radius: 15px;
	background-color: #FFECB3;
	border: 0px solid;
	float: left;
	margin-right: 10px;
	box-shadow: 0px 0px 0px 0px #fff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.noteButtonColor.actived{
	border: 3px solid;
	box-shadow: 0px 0px 0px 0px #fff;
}
.noteButtonColor.yellow{
	background-color: #FFF59D;
	border-color: #FDD835;
}
.noteButtonColor.blue{
	background-color: #B3E5FC;
	border-color: #03A9F4;
}
.noteButtonColor.green{
	background-color: #B2DFDB;
	border-color: #26A69A;
}
.noteButtonColor.purple{
	background-color: #E1BEE7;
	border-color: #BA68C8;
}
.noteButtonColor.red{
	background-color: #FFCDD2;
	border-color: #E57373;
}
.modalNote-text textarea{
    height: 150px;
    max-height: 150px;
    width: 100%;
    border: 0px;
    outline: 0;
    font-size: 1em;
    background-color: transparent;
    color: #965e04;
    padding: 20px;   
    resize: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.modalNote-color-yellow .modalNote-text textarea::-webkit-input-placeholder{
   color: #e8d73d;
}
.modalNote-color-yellow .modalNote-text textarea:-moz-placeholder {
   color: #e8d73d;
}

.modalNote-color-blue .modalNote-text textarea::-webkit-input-placeholder{
   color: #81D4FA;
}
.modalNote-color-blue .modalNote-text textarea:-moz-placeholder {
   color: #81D4FA;
}

.modalNote-color-green .modalNote-text textarea::-webkit-input-placeholder{
   color: #80CBC4;
}
.modalNote-color-green .modalNote-text textarea:-moz-placeholder {
   color: #80CBC4;
}

.modalNote-color-purple .modalNote-text textarea::-webkit-input-placeholder{
   color: #CE93D8;
}
.modalNote-color-purple .modalNote-text textarea:-moz-placeholder {
   color: #CE93D8;
}
.modalNote-color-red .modalNote-text textarea::-webkit-input-placeholder{
   color: #EF9A9A;
}
.modalNote-color-red .modalNote-text textarea:-moz-placeholder {
   color: #EF9A9A;
}

.modalNote-color-yellow .modalNote-text textarea{
    color: #965e04;
}
.modalNote-color-blue .modalNote-text textarea{   
    color: #01579B;
}
.modalNote-color-green .modalNote-text textarea{    
    color: #004D40;
}
.modalNote-color-purple .modalNote-text textarea{    
    color: #4A148C;
}
.modalNote-color-red .modalNote-text textarea{    
    color: #B71C1C;
}
.modalNote-footer{       
	height: auto;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #965e04;
    display: table;
    width: 100%;
}

.noteButton{	
    padding: 10px 20px;
    background-color: #FFF59D;
    text-align: left;
    -webkit-box-sizing: border-box;
    border-radius: 6px;
    margin: 0px 0px 0px 10px;
    font-size: 1em;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #965e04;
    float: right;
    opacity: 1;
    -webkit-transition: color 0.3s, background-color 0.3s, opacity 0.3s;
    -o-transition: color 0.3s, background-color 0.3s, opacity 0.3s;
    transition: color 0.3s, background-color 0.3s, opacity 0.3s;
}
.noteButton:hover{
    opacity: 0.6;
}	
.modalNote-color-yellow .noteButton{
	background-color: #FFF59D;
    color: #965e04;
}
.modalNote-color-blue .noteButton{   
	background-color: #B3E5FC;
    color: #01579B;
}
.modalNote-color-green .noteButton{    
	background-color: #B2DFDB;
    color: #004D40;
}
.modalNote-color-purple .noteButton{    
	background-color: #E1BEE7;
    color: #4A148C;
}
.modalNote-color-red .noteButton{    
	background-color: #FFCDD2;
    color: #B71C1C;
}

.menusec-list-tag{
    line-height: 1.15em;
}
.menusec-list-item .menusec-list-tag .menumark{
    background-color: rgba(255,193,7,0.3);
    box-shadow: -3px 0px 0px 0px rgba(255,193,7,0.3),3px 0px 0px 0px rgba(255,193,7,0.3);
    -webkit-transition: background-color 0.3s, box-shadow 0.3s;
    -o-transition: background-color 0.3s, box-shadow 0.3s;
    transition: background-color 0.3s, box-shadow 0.3s;
}
.menusec-list-item.modalNote-color-yellow .menusec-list-tag .menumark{
    background-color: rgba(255,193,7,0.3);
    box-shadow: -3px 0px 0px 0px rgba(255,193,7,0.3),3px 0px 0px 0px rgba(255,193,7,0.3);
}
.menusec-list-item.modalNote-color-blue .menusec-list-tag .menumark{
    background-color: rgba(3, 169, 244,0.3);
    box-shadow: -3px 0px 0px 0px rgba(3, 169, 244,0.3), 3px 0px 0px 0px rgba(3, 169, 244,0.3);
}
.menusec-list-item.modalNote-color-green .menusec-list-tag .menumark{
    background-color: rgba(0, 150, 136,0.3);
    box-shadow: -3px 0px 0px 0px rgba(0, 150, 136,0.3), 3px 0px 0px 0px rgba(0, 150, 136,0.3);
}
.menusec-list-item.modalNote-color-purple .menusec-list-tag .menumark{
    background-color: rgba(156, 39, 176,0.3);
    box-shadow: -3px 0px 0px 0px rgba(156, 39, 176,0.3), 3px 0px 0px 0px rgba(156, 39, 176,0.3);
}
.menusec-list-item.modalNote-color-red .menusec-list-tag .menumark{
    background-color: rgba(244, 67, 54,0.3);
    box-shadow: -3px 0px 0px 0px rgba(244, 67, 54,0.3), 3px 0px 0px 0px rgba(244, 67, 54,0.3);
}
.content-search{
	display: none;
	height: 100%;
	width: 285px;
	position: absolute;
	background-color: #ddd;
	top: 0px;
	right: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-transition: background-color 0.6s, box-shadow 0.6s;
	-o-transition: 		background-color 0.6s, box-shadow 0.6s;
	transition: 		background-color 0.6s, box-shadow 0.6s;
    box-shadow: 0px 0px 0px rgba(0,0,0,0.3);
}
.content-search.focus{
	background-color: #eaeaea;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
}
.content-search input{    
	height: 100%;
    padding: 20px;
    width: 150px;
    color: #555;
    font-size: 18px;
    font-family: 'Ubuntu', sans-serif;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.findsearch-button{    
	position: absolute;
    width: 30px;
    height: 30px;
    top: 12.5px;
    right: 75px;
    background-color: transparent;
    color: #808080;
    font-size: 20px;
    cursor: pointer;
    line-height: 30px;
    padding: 0px;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.findsearch-button:hover{ 
	background-color: #d2d2d2
}   
.findsearch-preview{
    right: 105px;
}
.findsearch-close{
	height: 60px;
	width: 55px;
	display: block;
    font-size: 18px;
    line-height: 60px;
    color: #808080;
	cursor: pointer;
	margin: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #d2d2d2;
	background-position: 50%;
	background-repeat: no-repeat;
}

.findsearch-close:hover{
	background-color: #cac9c9;
}
mark{
	-webkit-transition: background-color 0.3s, box-shadow 0.3s;
	-o-transition: background-color 0.3s, box-shadow 0.3s;
	transition: background-color 0.3s, box-shadow 0.3s;
}
mark.actual{    background-color: rgba(228, 0, 255, 0.5);
    box-shadow: 0px 0px 0px 2px rgba(228, 0, 255, 0.5), 0px 0px 5px 2px rgba(255,255,255, 0.2);
}
mark{
	background-color: rgba(255, 255, 0, 0.5);
	box-shadow: 0px 0px 0px 2px rgba(255, 255, 0, 0.5), 0px 0px 5px 2px rgba(255,255,255, 0.2);
}
.btnModal{
	cursor: pointer;
}
.modalContent-footer{
	max-height: 100%;
	max-width: 100%;
    height: auto !important;
	background-color: #fff;
	box-shadow: 0px -5px 0px 0px rgba(242, 101, 49, 0.5);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.modalContent-footer .modalScroll{
	height: 100%;
	padding: 10px 20px;
	padding-right: 80px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.device-mobile .modalContent-footer .modalScroll{
	padding: 10px 20px;
}
.modalContent-footer .modalScroll p{
	text-align: left;
    font-size: 1.1em;
}
/* .custombox-modal-center {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
} */
.custombox-modal-open > .custombox-modal-container-slide > div, .custombox-modal-open > .custombox-modal-container-slidetogether > div{
	width: 100%;
}
span.btnModal.orange strong{
    /* border-bottom: 2px solid rgba(242, 101, 49, 0.2); */
    box-shadow: 0px -6px 0px rgba(242, 101, 49, 0.2) inset, 
    			0px 2px 0px rgba(242, 101, 49, 0.2);
    padding: 0px 4px;
    -webkit-transition: border-bottom 0.15s linear, box-shadow 0.3s linear;
    -o-transition: border-bottom 0.15s linear, box-shadow 0.3s linear;
    transition: border-bottom 0.15s linear, box-shadow 0.3s linear;
}
span.btnModal.orange:hover strong{
    /* border-bottom: 0px solid rgba(242, 101, 49, 0.2); */
    box-shadow: 0px -35px 0px rgba(242, 101, 49, 0.2) inset,
    			0px 2px 0px rgba(242, 101, 49, 0.2);
}
span.btnModal.orange sup{
	margin-left: -1px;
	font-weight: 700;
}
.modalContent-footer .modalClose{
	display: block;
	right: 40px;
	top:  50%;
    -webkit-transform: translateX(50%) translateY(-50%);
    -ms-transform: translateX(50%) translateY(-50%);
    -o-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%);
}
.device-mobile .modalContent-footer .modalClose{
	right: auto;
	left: 50%;
	top: auto;
	bottom: 100%;
    -webkit-transform: translateX(-50%) translateY(50%);
    -ms-transform: translateX(-50%) translateY(50%);
    -o-transform: translateX(-50%) translateY(50%);
    transform: translateX(-50%) translateY(50%);
}
#listadeformulas tr,
#listadeimagens tr,
#listadevideos tr{
	cursor: pointer;
}
.infographicChapter{    
	display: none;
	width: 100%;
    height: 100%;
    min-height: 500px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    left: 0px;
}
#impress .imp-slide {    
	opacity: 0.7;
	display: block;
	position: absolute;
    width: 500px;
    height: 400px;
    background-color: #fff;
    border: 0px;
    border-radius: 50%;
    box-shadow: -30px 0px 0px rgba(0, 0, 0, .2);
    letter-spacing: -1px;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    cursor: pointer;
}
.infographicChapter-fallback .swiper-slide {    
	opacity: 0.7;
    width: 500px;
    min-height: 320px;
    background-color: #fff;
    border: 0px;
    border-radius: 50%;
    box-shadow: -30px 0px 0px rgba(0, 0, 0, .2);
    letter-spacing: -1px;
    cursor: pointer;
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
}
.infographicChapter-fallback .swiperInfo-title {
	position: absolute;
	top: 50%;
	left: 50%;
    font-size: 28px;
    line-height: 1em;
    margin:  0px;
	width: 90%;
	height: auto;
	text-align: center;
	color: #f26532;
	font-weight: 300;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#impress .imp-slide.showDest:after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	box-shadow: 0px 0px 0px 5px #fff inset;
	border-radius: 50%;
	top: 0px;
	left: 0px;
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);  
	animation: pullShadow 2s infinite;
 	animation-timing-function: ease-out;
}
#impress .imp-slide.showDest:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	box-shadow: 0px 0px 0px 5px #fff inset;
	border-radius: 50%;
	top: 0px;
	left: 0px;
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);  
	animation: pullShadow 2s infinite;
 	animation-timing-function: ease-out;
    -webkit-animation-delay: 1s; 
    animation-delay: 1s;
}
@keyframes pullShadow {
  	0% { 
	  	opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		box-shadow: 0px 0px 0px 15px #fff inset;
	}
 	100% { 
	  	opacity: 0;
		-webkit-transform: scale(1.5);
		-ms-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
		box-shadow: 0px 0px 0px 1px #fff inset;
	}
}
#impress .imp-slide.active {
	opacity: 1;
    cursor: default;
}    

#impress .imp-slide .imp-title{
	position: absolute;
	top: 50%;
	left: 50%;
    font-size: 40px;
    line-height: 1em;
    margin:  0px;
	width: 90%;
	height: auto;
	text-align: center;
	color: #f26532;
	font-weight: 300;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#impress .overview{
	display: none;
}
.impress-supported .fallback-message {
    display: none;
}

.impress-supported .infographicChapter {
    display: block;
}
.infofall-control,
.imp-control{
	display: none;
    position: absolute;
    height: 40px;
    width: 40px;
    background-color: rgba(255,255,255, 0.3);
    box-shadow: 0px 0px 0px 4px rgba(242, 101, 50, 0.5), 0px 0px 16px rgba(0,0,0,0.3);
    color: #fff;
    text-shadow: 0px 0px 16px rgba(0,0,0,0.3);
    border-radius: 50%;
    bottom: 30px;
   	padding: 0px;
    font-size: 30px;
    line-height: 30px;
	cursor: pointer;
	-webkit-transition: box-shadow 0.3s;
	-o-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
}
.infofall-control .icon,
.imp-control .icon{
	width: 100%;
	height: 100%;
	margin:  5px auto;
}
.infofall-control .icon:before,
.imp-control .icon:before{ 
	width: 100%;
    text-align: center;
    margin: 0px 2px;
    display: inline;
}
.infofall-control:hover,
.imp-control:hover{
    box-shadow: 0px 0px 0px 6px rgba(242, 101, 50, 0.5), 0px 0px 16px rgba(0,0,0,0.15);
}
.imp-control.imp-controlnext{
    right: 40px;
}
.imp-control.imp-controlprev{
    right: 100px;
}
.infofall-controlnext{
    margin-left: 20px;
}
.impress-supported .imp-control{
	display: block;
}
.infographicChapter-fallbackControls{
	text-align: center;
	margin-top: 20px;
}
.infographicChapter-fallbackControls .infofall-control{
	display: inline-block;
	position: relative;
	bottom: auto;
	right: auto;
}
.first.column{
	background-color: #bfbfbf;
}

.fallback-message .btnModal-chapter{    
	position: static;
    margin: 20px auto !important;
    display: block;
    width: 100%;
}
.guideInfographic{
	background-color: rgba(0,0,0,0.5);
    padding: 30px;
    width: 70%;
    max-width: 800px;
    height: auto;
    position: absolute;
    bottom: 90px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.bkgcolor-3 .guideInfographic{
	background-color: rgba(255,255,255,0.5);
}
.guideInfographic p{
	margin-top: 0px;
	margin-bottom: 15px;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.closeGuideInfographic{	
    background-color: #f26532;z
    color: #FFF;
    padding: 10px 15px;
    margin: 0px auto;
    display: block;

}

.infointro{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
}
#infointro-svg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.infointro-group{
	position: absolute;
}
.infointro-group1{
	top: 10%;
	left: 10%;
}
.infointro-group2{
	top: 50%;
	left: 50%;
}