* {
	font-family: 'Ubuntu', sans-serif;
}
body .book-content *,
body .modalContent * {
	font-family: 'Open Sans', sans-serif;
}
body .book-content h1, body .book-content h2, body .book-content h3,
body .book-content h3, body .book-content h4, body .book-content h5,
body .book-content h1 *, body .book-content h2 *, body .book-content h3 *,
body .book-content h3 *, body .book-content h4 *, body .book-content h5 *{
	font-family: 'Ubuntu', sans-serif;
}
body.fonttype-2 .book-content * {
	font-family: 'Noto Serif', serif;
}
body.fontsize-1 .book-content {
    font-size: 0.8em;
}
body.fontsize-2 .book-content {
    font-size: 1em;
}
body.fontsize-3 .book-content {
    font-size: 1.04em;
}
body.bkgcolor-2{
	background-color: #333;
}
body.bkgcolor-3{
	background-color: #e9d8ba;
}
img {
	max-width: 100%;
}
body {
	margin: 0;
	padding: 0;
	-webkit-transition: background-color 0.6s;
	-o-transition: background-color 0.6s;
	transition: background-color 0.6s;
}
body p, li{
	-webkit-transition: color 0.6s;
	-o-transition: color 0.6s;
	transition: color 0.6s;
}
button {
	border: none;
	background-color: transparent;
}
hr {
    opacity: 0.4;
}
.mjx-math * {
	font-family: 'Ubuntu', sans-serif;
}
.displayNone{
	display: none!important;
}

.container {
	/* max-width: 628px; */
	width: 100%;
	margin: 0 auto;
	padding: 20px 80px;
	overflow-y: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    transition: background-image 0.6s;
    -moz-transition: background-image 0.6s;
    -webkit-transition: background-image 0.6s;
}
.device-tablet .container {
	padding: 20px 40px;
}
.btnModal img {
	display: block;
}
body.viewmode-scroll .container {
	padding: 10px 0;
	max-width: 960px;
	height: auto !important;
}
body.device-mobile .mobile-hidden,
body.device-tablet .tablet-hidden,
body.device-desktop .desktop-hidden {
	display: none !important;
}
body.viewmode-scroll.device-tablet .container,
body.viewmode-scroll.device-mobile .container {
	max-width: 80%;
}
body.orientation-portrait.device-mobile .revisao{
	max-width: 90%;
}
body.viewmode-scroll .btnModal {
	margin: 0px auto;
}

body.viewmode-double.device-desktop .apresentacaoVideo_content,
body.viewmode-double.device-tablet  .apresentacaoVideo_content,
body.viewmode-single.device-tablet  .apresentacaoVideo_content{
	max-width: 80%;
	width: 625px;
    margin: 0px auto;
}

.row{
	max-width: 628px;
	width: 100%;
}

.pag{
	height: 400px;
}

body.viewmode-scroll .pag,
.content.pag{
	height: auto;
}

#pag2 .container{
	background: url('../img/content/bgPag2.png') no-repeat top left;
	font-size: 13px;
}

.infoEditora {
	padding-top: 40px;
}

.logoIntersaberes {
	display: inline-block;
}
.logoIntersaberes_dark {
	display: none;
}

.infoEditora p{
	display: inline-block;
	margin-left: 20px;
}

.fichaTecnica{
	padding-right: 20px;
	color:#58595b;
	height: 470px;
	overflow-y: auto;
	overflow-x: hidden;
}

.orange{
	color: #f26531;
}

.black{
	color: #000000;
}

.tab{
	margin-left: 20px;
}

.floatRight{
	float: right;
}

.fichaTecnicaScrollbar::-webkit-scrollbar {
	width: 0.7em;
}

.fichaTecnicaScrollbar::-webkit-scrollbar-track {
	background-color: #dddddd;
}

.fichaTecnicaScrollbar::-webkit-scrollbar-thumb {
	background-color: #767676;
}

#pag3{    
	background: url('../img/content/bgPag3.jpg') no-repeat center;
    background-size: cover;
}

.authorTitle{
	font-size: 3em;
	text-align: center;
	color: #333333;
	font-weight: lighter;
	padding: 20px;
}

.authorBox{
	margin: 0 auto;
	width: 100%;
	text-align: center;
    margin-bottom: 80px;
}

.authorPhoto{
	display: inline-block;
}

.authorInfo{
	display: inline-block;
	margin-left: 15px;
	padding: 0px 10px;
	border:1px solid #ccc;
	background: #fff;
	max-width: 300px;
	height: 192px;
	font-size: 1.1em;
	line-height: 1.4em;
	text-align:justify;
}

.flexCenter {
	display: flex;
	justify-content: center;
}

.socialMedia a{
	text-decoration: none;
}

.icon{
	display: inline-block;
	width: 28px;
	height: 28px;
	margin: auto 2px;
}

.fbIcon{
	background: url(../img/content/fbIcon.png) no-repeat;
}

.twIcon{
	background: url(../img/content/twIcon.png) no-repeat;
}

.ldIcon{
	background: url(../img/content/ldIcon.png) no-repeat;
}

.lattesIcon{
	background: #d7d7d7;
	padding: 6px 10px;
	border-radius: 3px;
	margin: auto 2px;
	font-size: 0.8em;
	color:#333333;
	height: 28px;
}

.tutorialTitle {
	font-size: 3em;
	text-align: center;
	color: #f26532;
	font-weight: lighter;
	padding: 20px;
}
.device-mobile .tutorialTitle,
.device-tablet .tutorialTitle {
	font-size: 2em;
}

.tutorialBox {
	max-width: 400px;
	margin: auto;
	margin-bottom: 55px;
	background: #fff;
	padding: 3px 20px;
	font-size: 1.05em;
	line-height: 1.4em;
	text-align: justify;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	-webkit-transition: box-shadow 0.6s, -moz-box-shadow 0.6s, -webkit-box-shadow 0.6s, color 0.6s, background 0.6s, background-color 0.6s;
	-o-transition: box-shadow 0.6s, -moz-box-shadow 0.6s, -webkit-box-shadow 0.6s, color 0.6s, background 0.6s, background-color 0.6s;
	transition: box-shadow 0.6s, -moz-box-shadow 0.6s, -webkit-box-shadow 0.6s, color 0.6s, background 0.6s, background-color 0.6s;
}

.galleryItem{
	max-width: 400px;
	margin:0 auto;
}

.galleryImage{

}

.galleryTitle{
	color: #f26532;
	font-size: 1.2em;
}

.galleryItem p{}

#pag5{
	background: #f26532 url('../img/content/bgPag5.png') no-repeat top;
	color: #ffffff;

}
#pag5 .container{
	height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body.viewmode-scroll #pag5 .container,
body.viewmode-scroll .fichaTecnica{
	height: auto;
}

.sumarioTitle{
	font-size: 3em;
    font-weight: lighter;
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
}

.sumario{
	margin: 0;
	height: 100%;
}

.sumarioChapter {
	position: relative;
    margin: 0px;
    padding: 10px;
    padding-right: 50px;
	font-size: 1.4em;
	font-style: italic;
	background-color: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-transition: background-color 0.6s;
	-o-transition: background-color 0.6s;
	transition: background-color 0.6s;
	cursor: pointer;
    border-bottom: 2px dotted rgba(255, 255, 255, 0.2);
}
.sumarioChapter-title{
    position: relative;
    top: -3px;
    margin-left: 5px;
}
.sumarioChapter-pagenum{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30px;
    text-align: right;
    padding-right: 10px;
    line-height: 70px;
    font-style: normal;
}
.sumarioChapter:hover {
	background-color: rgba(255, 255, 255, 0.15);
}

.sumarioNumber{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: inline-block;
	font-size: 1.55em;
	font-style: normal;
	font-weight: bolder;
	text-align: center;
}

.sumarioNumber.number1{
	background: #21b2b7;
}

.sumarioNumber.number2{
	background: #d52738;
}

.sumarioNumber.number3{
	background: #ebae0b;
}
.device-tablet .sumarioNumber,
.device-mobile .sumarioNumber {
    width: 40px;
    height: 40px;
    font-size: 1.35em;
    line-height: 1.35em;
}

ul.sumarioList {
	display: none;
	color: #ffded2;
    margin-top: 0px;
	font-size: 1.1em;
	list-style-type: none;
}

ul.sumarioList li {
	/* margin-bottom: 15px; */
}

ul.sumarioList li:before {
	content: "\2022";  
	position: absolute;
    left: 10px;
    font-size: 2.5em; 
}

ul.sumarioColor1 li:before {
	color: #21b2b7;
}

ul.sumarioColor2 li:before {
	color: #d52738;
}

ul.sumarioColor3 li:before {
	color: #ebae0b;  
}


textarea::-webkit-scrollbar,
.container::-webkit-scrollbar,
.apresentacaoVideo::-webkit-scrollbar,
.modalScroll::-webkit-scrollbar {
	width: 0.7em;
}

textarea::-webkit-scrollbar-track,
.container::-webkit-scrollbar-track,
.apresentacaoVideo::-webkit-scrollbar-track,
.modalScroll::-webkit-scrollbar-track {
	background-color: rgba(52,52,52,0.3);
}

textarea::-webkit-scrollbar-thumb,
.container::-webkit-scrollbar-thumb,
.apresentacaoVideo::-webkit-scrollbar-thumb,
.modalScroll::-webkit-scrollbar-thumb {
	background-color: rgba(52,52,52,0.5);
}

#pag7::-webkit-scrollbar,
.sumarioScrollbar::-webkit-scrollbar,
.modalRevisao-scroll::-webkit-scrollbar,
.revisaoExercicio::-webkit-scrollbar {
	width: 0.7em;
}

#pag7::-webkit-scrollbar-track {
	background-color: #f0f0f0;
}

#pag7::-webkit-scrollbar-thumb,
.sumarioScrollbar::-webkit-scrollbar-track,
.modalRevisao-scroll::-webkit-scrollbar-track,
.revisaoExercicio::-webkit-scrollbar-track {
	background-color: #f68b6b;
}

.sumarioScrollbar::-webkit-scrollbar-thumb,
.modalRevisao-scroll::-webkit-scrollbar-thumb,
.revisaoExercicio::-webkit-scrollbar-thumb {
	background-color: #c3491c;
}

#pag6{
	background-image:  url('../img/content/bgPag6.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	background-color: #f26532;
	height: 100%;
	overflow-y: hidden;
	color: #ffffff;
	-webkit-transition: background-color 0.6s;
	-o-transition: background-color 0.6s;
	transition: background-color 0.6s;
}

.bkgcolor-2 #pag6, .bkgcolor-3 #pag6{
	background-color: #e67650;
}
.apresentacaoVideo {
	overflow-y: auto;
}

.apresentacaoVideo {
    width: 100%;
	height: 100%;
	padding: 30px;
	color: #ffffff;
    display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.apresentacaoVideo p{
	color: #fff !important;
}
.apresentacaoHeader {
	width: 100%;
	display: inline-block;
}
.apresentacaoTitle {
	margin: 0;
	width: 100%;
	font-size: 3em;
	font-weight: 300;
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
}

.apresentacaoTitle span {
	padding: 10px;
	display: inline-block;
	background: rgba(255, 255, 255, 0.1);
}

.apresentacaoDescription {
	font-size: 1.1em;
	text-align: center;
}

.apresentacaoPlayer {
    width: 470px;
    max-width: 100%;
    margin: 25px auto;
    display: block;
}
@media (max-height: 700px) {
	.apresentacaoPlayer {
    	width: 430px;
		margin: 15px auto;
	}
}
@media (max-height: 630px) {
	.apresentacaoTitle {
		font-size: 2.4em;
	}
	.apresentacaoPlayer {
		width: 400px;
		margin: 5px auto;
	}
}
@media (max-height: 570px) {
	.apresentacaoTitle {
		font-size: 2.2em;
	}
	.apresentacaoPlayer {
		width: 300px;
		margin: 5px auto;
	}
}

.btnModal-presentation {
	float: right;
	text-align: center;
	text-transform: uppercase;
	margin-top: 20px;
	min-height: 35px;
}
.btnModal-presentation span {
	color: #fff;
	text-decoration: none;
	padding: 10px 10px 10px 60px;
	background: url('../img/content/readIcon.png') no-repeat rgba(255, 255, 255, 0.1) 10px;
	min-height: 35px;
}
.apresentacaoText {
	background: url('../img/content/bgPag9.png') no-repeat bottom;
}
.apresentacaoText p {
	font-size: 1.15em;
	line-height: 2em;
	text-align: justify;
}
.apresentacaoTextButton {
	text-transform: uppercase;
	text-align: center;
	margin: 30px auto auto auto;
}
.apresentacaoTextButton a{
	color: #fff;
	text-decoration: none;
}
.apresentacaoTextButton span{
	padding: 10px 10px 10px 60px;
	background: #f26532 url('../img/content/watchIcon.png') no-repeat 10px;
}

#pag7 {
	overflow-y: auto;
	overflow-x: hidden;
	background-image: url('../img/content/bgCapPresent.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #fff;
	height: 100%;
	color: #ffffff;
	-webkit-transition: background-color 0.6s;
	-o-transition: background-color 0.6s;
	transition: background-color 0.6s;
}
.bkgcolor-2 #pag7 {
	background-image: url('../img/content/bgCapPresent_dark.jpg');
}
.bkgcolor-3 #pag7 {
	background-image: url('../img/content/bgCapPresent_sepia.jpg');
}
#pag7 .container {
	background-color: transparent !important;
}
.bkgcolor-2 #pag7, .bkgcolor-3 #pag7{

}

.chapterTitle{
	width: 400px;
	margin: 0 auto;
	max-width: 100%;
}

.chapterTitleNumber{
	font-size: 7em;
	font-weight: bolder;
	display: inline-block;
	margin:0;
	color: #7b3217;
}

.chapterTitleText{
	font-size: 2.7em;
	font-weight: lighter;
	padding-top: 30px;
	display: inline-block;
}
.device-mobile .chapterTitleText,
.device-tablet .chapterTitleText {
	margin: 10px 0;
	padding-top: 10px;
}

.chapterVideo {
	width: 400px;
	display: block;
	max-width: 100%;
	margin: 40px auto;
}

#pag8{
	background-image:  url('../img/content/bgPag7.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	background-color: #f26532;
	height: 100%;
	min-height: 500px;
	color: #ffffff;
	-webkit-transition: background-color 0.6s;
	-o-transition: background-color 0.6s;
	transition: background-color 0.6s;
}

.bkgcolor-2 #pag8, .bkgcolor-3 #pag8{
	background-color: #e67650;
}
.infografico{
	text-align: center;
}
.infografico h2{
    font-weight: normal;
}

.infografico .btnModal-chapter, .infograficoList a {
	color: #ffffff;
	text-decoration: none;
}
.infograficoList a {
	margin: 0;
	padding: 0;
}
.btnModal-chapter{
	width: 60%;
    padding: 10px 40px;
    background: #09787e;
    border-radius: 10px;
    margin: 20px auto 0;
    display: inline-block;
    position: absolute;
    color: #FFF;
    left: 50%;
    min-height: 40px;
    bottom: 30px;
    transform: translateX(-50%);
}
.arrowsDown{
	margin-top: 10px;
	text-align: center;
}

.infograficoList{
	text-align: center;
	padding: 0 60px 0 20px;
}
.device-mobile .infograficoList {
 padding: 0;
}

.infograficoList ul{
	padding-right: 0;
	text-align: justify;
	list-style-type: none;
}

.infograficoList ul li{
	font-size: 1.1em;
	line-height: 1.5em;
}

.infograficoList ul li:before{
	color: #33adb4;
	content: '\2714';
	margin-right: 5px;
}

#pag9 .container {
	height: 100%;
	background: url('../img/content/bgPag9.png') no-repeat bottom;
}

.content{
	/* padding: 0 30%!important; */
}

.content p{
	font-size: 1.15em;
	line-height: 1.7em;
	text-align: justify;
	padding: auto 40px;
	margin: 10px 0;
}

h1.contentTitle{
	font-size: 2em;
	font-weight: lighter;
	border-bottom: 3px solid #fe8255;
	padding-top: 30px;
	margin: 0;
	-webkit-transition: color 0.6s, border-bottom 0.6s;
	-o-transition: color 0.6s, border-bottom 0.6s;
	transition: color 0.6s, border-bottom 0.6s;
}

h2.contentSubtitle {
	font-size: 1.5em;
	color: #fe8255;
	font-weight: 400;
	margin: 10px 0;
	-webkit-transition: color 0.6s;
	-o-transition: color 0.6s;
	transition: color 0.6s;
}

h2.contentSubtitle span {
	color: #ffa98a;
	-webkit-transition: color 0.6s;
	-o-transition: color 0.6s;
	transition: color 0.6s;
}

h3.contentSubtitle-2 {
	font-size: 1.5em;
	color: #9e3d19;
	font-weight: 400;
	margin: 10px 0;
}

#pag10 .container {
	background: url('../img/content/bgPag9.png') no-repeat bottom;
	height: 100%;
}

.imageIcon{
	display: inline-block;
	background: url('../img/content/imageIcon.png') no-repeat;
	width: 50px;
	height: 50px;
	margin-right: 5px;
}

.imageTitle {
	display: inline-block;
}

.imageDescription{
	color: #fe8c63;
}

.btnModal-interact {
	display: block;
	color: #a1a1a1;
	line-height: 20px;
	text-align: center;
}
.btnModal-interact > span {
	display: inline-block;
}

.btnModal-interact .btnModal-interact-icon {
    float: left;
    width: 19px;
    height: 19px;
    display: block;
    border: 1px solid;
    margin-right: 5px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    background: #ffffff;
    -webkit-transition: background 0.6s;
    -o-transition: background 0.6s;
    transition: background 0.6s;
}
.btnModal-interact .btnModal-interact-icon .icon {
	width: 100%;
	height: 100%;
	margin: 0px;
}
.icon.icon-play{
	margin:  0px;
}
.btnModal-expForm {
	color: #959595;
}

.btnModal-expForm > span:first-child {
	float: right;
	font-size: 0.85em;
	margin-bottom: 3px;
	display: inline-block;
}
span.MJXc-display {
	font-size: 1.3em;
}

.mathBox {
	width: 100%;
	min-height: 75px;
	padding:3px;
    color: #7b2b0e;
	margin-bottom: 10px;
	background: #ffa98a;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    -webkit-transition: background 0.6s;
    -o-transition: background 0.6s;
    transition: background 0.6s;
}

.mathNumber{
	float: right;
	padding: 0 5px 5px 0;
}

.mathBoxExpanded {
    width: 100%;
    padding: 0px;
    color: #7b2b0e;
    font-size: 3em;
    display: block;
    background: #ffc4af;
    border: 2px solid #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
}

.exercicio{    
	background: #fae2d2;
    padding: 20px;
    -webkit-transition: background 0.6s;
    -o-transition: background 0.6s;
    transition: background 0.6s;
}

.exercicioTitle{
	color: #a34a0e;
	font-weight: bold;
}
.exercicioTitle,
.exercicioNumber {
	font-weight: bold;
	color: #a34a0e;
}


.exercicioContent{
	font-size: 1.05em !important;
}


.exercicio ul{
	list-style-type: none;
	font-size: 1.05em;
	padding: 0;
}

.exercicio ul li{
	padding-bottom: 15px;
}

.exercicioButtons{
	margin: 0 auto;
	max-width: 333px;
}

.btnModal-resolVideo {
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	background: #cf2049;
	margin: 0 2px;
    padding: 10px;
    border: none;
    cursor: pointer;
    color: #fff;
    border-radius: 5px;
}

.btnModal-resolText {
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	background: #207bcf;
	margin: 0 2px;
    padding: 10px;
    border: none;
    cursor: pointer;
    color: #fff;
    border-radius: 5px;
}

.tableIcon {
	display: inline-block;
	background: url(../img/content/tableIcon.png) no-repeat;
	width: 50px;
	height: 50px;
	margin-right: 5px;
}

.tableTitle {
	max-width: 80%;
	display: inline-block;
}

.tableDescription{
	color: #fe8c63;
}

table{
	margin-top: 10px;
}

table tr{
	background: #ffe0d5;
    -webkit-transition: background 0.6s;
    -o-transition: background 0.6s;
    transition: background 0.6s;
}

table tr td{
	padding: 10px;
}
.textBox{
	border:1px solid #ffa98a;
	padding: 15px;
}
.revisaoPag{
    background: #f26938;
}
.revisao {
	color: #fff;
	height: 100%;
	padding: 20px;
	margin: 0 auto;
	max-width: 960px;
	overflow: hidden;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.revisao-controls{
	height: 60px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #fff;
    text-align: center;
    overflow: visible;
}
.revisaoTitle {
	text-align: center;
	font-size: 2em;
	text-transform:uppercase;
    margin: 0 0 20px 0;
} 
.revisaoExercicio {
	margin: 10px;
	padding: 20px;
	background: #ff7747;
	border: 1px solid #d66239;
	border-bottom: 5px solid #d66239;
	overflow-y: auto;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.revisao-controls:after {    
    content: '';
    height: 15px;
    width: 15px;
    background-color: #ff7747;
    position: absolute;
    bottom: 100%;
    margin-bottom: -4px;
    left: 50%;
    margin-left: -7.5px;
    border-left: 5px solid #d66239;
    border-bottom: 5px solid #d66239;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.revisaoExercicioNumber {
	background: #ad4b1a;
	color: #fff;
    text-align: center;
    font-style: normal;
    font-size: 1.8em;
    font-weight: bolder;
    border-radius: 50%;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.revisaoRespostaInput {
    display: inline-block;
    border: none;
    background: #ffffff;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btnModal-respSubmit {
    display: inline-block;
	background: #71b9a9;
	padding: 10px;
	border:none;
	cursor: pointer;
	color: #fff;
    border-radius: 5px;
    margin-bottom: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btnModal-respSubmit:hover{
	background: #479080;
}
.revisaoAlternativa{
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 2px 10px;
	width: 100%;
}

.revisaoAlternativa:hover{
	background: #ad4b1a;
}

#pag12 img{
	margin-bottom: 10px;
}

#pag14{
	background-image:  url('../img/content/bgPag7.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	background-color: #f26532;
	height: 100%;
	min-height: 500px;
	color: #ffffff;
	-webkit-transition: background-color 0.6s;
	-o-transition: background-color 0.6s;
	transition: background-color 0.6s;
}

.bkgcolor-2 #pag14, .bkgcolor-3 #pag14{
	background-color: #e67650;
}

.saberMaisTitle {
	font-size: 2em;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1em;
	margin: 10px 0;
	padding: 20px 50px 10px 50px;
}
.device-table .saberMaisTitle,
.device-mobile .saberMaisTitle {
	padding: 20px 15px 10px ;
}

#pag14 p{
	font-size: 1em;
	line-height: 1.5em;
	text-align: justify;
	margin: 10px 0;
	padding: 0 50px;
}

.device-tablet #pag14 p,
.device-mobile #pag14 p {
	padding: 0 15px;
}
.saberMaisPlayer {
	width: 400px;
	max-width: 100%;
	margin: 15px auto;
}

.saberMaisLink{
	display: block;
	text-align: center;
	font-size: 0.9em;
}
.middle_center{
	position: absolute;
	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%);
}
.textCenter{
	text-align: center !important;
}

.btnModal-comoAproveitar {
	padding: 8px 10px;
	background-color: #21b2b7;
	border: 1px solid #1aa6ab;
	color: #fff;
	font-weight: 700;
	font-size: 1.05em;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

/* Modal Tutorial + Como Aproveitar*/
.custombox-modal.custombox-modal-comoAproveitar,
.custombox-modal.custombox-modal-tutorial {
	width: 100%;
	max-width: 100% !important;
}
.modalContent.modalContent-comoAproveitar,
.modalContent.modalContent-tutorial {
    display: block;
    max-width: 100%;
}
.modalContent.modalContent-comoAproveitar {
	background-color: #fafafa;
}
.modalContent.modalContent-tutorial {
	background-color: #181818;
}
.device-tablet .modalContent-tutorial {
    float: left;
}
.device-mobile .custombox-modal-container-tutorial,
.device-tablet .custombox-modal-container-tutorial {
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.device-mobile .modalContent-tutorial .modalClose,
.device-tablet .modalContent-tutorial .modalClose,
.device-mobile .modalContent-comoAproveitar .modalClose,
.device-tablet .modalContent-comoAproveitar .modalClose{
    left: 50%;
    right: auto;
    margin-left: -20px;
    display: inline-block;
}
.swiper-comoAproveitar,
.swiper-tutorial {
	width: 900px;
	max-width: 100%;
	margin: 0px auto;
}
.tutorial-item {
	max-width: 100% !important;
}
.comoAproveitar-title,
.tutorial-title {
	font-size: 1.8em;
}
.device-mobile .comoAproveitar-title,
.device-mobile .tutorial-title {
	font-size: 1.4em;
	margin: 25px 0 10px;
}
.comoAproveitar-item-title {
	color: #f26532;
	font-size: 1.2em;
	margin: 10px 0 5px;
}
.comoAproveitar-item-img {
	width: 400px;
}
.comoAproveitar-item-txt {
	margin: 0 0 5px;
}
.comoAproveitar-item-txt,
.tutorial-item-txt {
	font-size: 1.2em;
	line-height: 1.35em;
}
.device-mobile .comoAproveitar-item-txt {
	font-size: 1em;
}
.tutorial-item-txt {
	padding: 0 20%;
}
.tutorial-title,
.tutorial-item-txt {
	color: #fff;
}
.device-tablet .comoAproveitar-item-txt,
.device-tablet .tutorial-item-txt {
	padding: 0 5%;
	font-size: 1em;
}
.device-mobile .tutorial-item-txt {
	padding: 0 0%;
	font-size: 1em;
}
.device-tablet .tutorial-item-img,
.device-mobile .tutorial-item-img {
	max-height: 110px;
}
.device-mobile.orientation-landscape .tutorial-item-img {
	max-height: 50px;
}
.device-mobile.orientation-landscape .comoAproveitar-item-img {
	display: none;
}
.comoAproveitar-close,
.comoAproveitar-ok,
.tutorial-close,
.tutorial-ok {
	padding: 8px 12px;
	margin: 15px 0 30px;
	transition: transform 0.2s, background 0.2s;
	-o-transition: transform 0.2s, background 0.2s;
	-webkit-transition: transform 0.2s, background 0.2s;
}
.comoAproveitar-close,
.comoAproveitar-ok {
	background-color: #444;
}
.tutorial-close,
.tutorial-ok {
	background-color: #c62144;
}
.comoAproveitar-close,
.tutorial-close {
	display: none;
}
.tutorial-close:active,
.tutorial-ok:active {
	background-color: #b5193a;
	transform: translateY(5px);
	-o-transform: translateY(5px);
	-ms-transform: translateY(5px);
	-webkit-transform: translateY(5px);
}
.comoAproveitar-close span,
.comoAproveitar-ok span,
.tutorial-close span,
.tutorial-ok span {
	color: #fff;
	font-size: 1.5em;
}
.fake-mask {
	position: absolute;
	z-index: 999999 !important;
}
.tuto-fake {
	position: absolute;
	z-index: 99999 !important;
}
.navarrow.tuto-fake {
	top: 50% !important;
	height: 200px !important;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.navbar-help-btn.tuto-fake {
	margin: 0;
    padding: 0;
    background: #fff;
}
footer.navbar.tuto-fake {
	background-color: transparent;
}
footer.navbar.tuto-fake > * {
	opacity: 0;
}
footer.navbar.tuto-fake .navbar-prog {
	opacity: 1;
}
.swiper-pagination-bullet {
	width: 13px;
	height: 13px;
	margin-right: 12px;
	background-color: #d6d6d6;
}
.tutorial-nav .swiper-pagination-bullet {
	background-color: #d6d6d6;
}
.comoAproveitar-nav .swiper-pagination-bullet {
	background-color: #7d7d7d;
}
.swiper-pagination-bullet:last-child {
	margin-right: 0px;
}
.comoAproveitar-nav .swiper-pagination-bullet {
	background-color: #f26532;
}
.tutorial-nav .swiper-pagination-bullet-active {
	background-color: #7d7d7d;
}

.protip-container {
	z-index: 500;
}

/* Background Color - 2 */
body.bkgcolor-2 .logoIntersaberes_dark {
	display: inline-block;
}
body.bkgcolor-2 .logoIntersaberes_light {
	display: none;
}

body.bkgcolor-2 .modalContent-text,
body.bkgcolor-2 .modalContent-lists,
body.bkgcolor-2 .modalContent-footer,
body.bkgcolor-2 .videogallery-listitem,
body.bkgcolor-2 .modalContent-shorttext,
body.bkgcolor-2 .modalContent-videogallery, 
body.bkgcolor-2 .modalContent.modalContent-tutorial,
body.bkgcolor-2 .modalContent.modalContent-comoAproveitar {
	background-color: #272727;
}

body.bkgcolor-2 .videogallery-listitem.actual,
body.bkgcolor-2 .modalsection-b {
	background-color: #171717;
}

body.bkgcolor-2 p,
body.bkgcolor-2 .tableTitle,
body.bkgcolor-2 .imageNumber,
body.bkgcolor-2 .fichaTecnica,
body.bkgcolor-2 .book-content ul,
body.bkgcolor-2 .tableTitle span 
body.bkgcolor-2 .modalContent-text *,
body.bkgcolor-2 .modalContent-lists *,
body.bkgcolor-2 .modalContent-shorttext *,
body.bkgcolor-2 .modalContent-videogallery *{
	color: #e2e2e2;
}
body.bkgcolor-2 h1.contentTitle {
	border-bottom-color: #ff9974;
}
body.bkgcolor-2 .modalContent,
body.bkgcolor-2 .exercicioNumber,
body.bkgcolor-2 .btnModal-expForm,
body.bkgcolor-2 h1.contentTitle,
body.bkgcolor-2 h3.contentSubtitle-2,
body.bkgcolor-2 .comoAproveitar-title,
body.bkgcolor-2 h2.contentSubtitle span {
	color: #ffded2;
}
body.bkgcolor-2 .authorInfo {
	border-color: transparent;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);	
}
body.bkgcolor-2 .authorInfo,
body.bkgcolor-2 .tutorialBox {
	background-color: #252525;
}
body.bkgcolor-2 .orange,
body.bkgcolor-2 .comoAproveitar-item-title,
body.bkgcolor-2 .btnModal-interact,
body.bkgcolor-2 h2.contentSubtitle {
	color: #ffb9a0;
}
body.bkgcolor-2 .exercicio .exercicioTitle,
body.bkgcolor-2 .exercicio .exercicioNumber {
	color: #ffa285;
}
body.bkgcolor-2 .exercicio {
	background-color: rgba(33,33,33,0.5);
}
body.bkgcolor-2 #pag3 {
	background: url('../img/content/bgPag3_dark.jpg') no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}
body.bkgcolor-2 .revisaoPag,
body.bkgcolor-2 #pag5,
body.bkgcolor-3 #pag5{
	background-color: #e67650;
}

body.bkgcolor-2 table tr,
body.bkgcolor-2 .mathBox {
	color: #ffb9a0;
	background-color: rgba(33,33,33,0.5);
}
body.bkgcolor-2 .revisaoExercicio {
	background: #e47853;
    border: 1px solid #d46844;
    border-bottom: 5px solid #d46844;
}
body.bkgcolor-2 .revisao-controls::after {
	background: #e47853;
    border-bottom: 5px solid #d46844;
}
body.bkgcolor-2 #pag2 .container{
	background: url('../img/content/bgPag2_dark.png') no-repeat top left;
}
body.bkgcolor-2 #pag3 {
	background-image: none !important;
}
body.bkgcolor-2 #pag9 .container,
body.bkgcolor-2 #pag10 .container,
body.bkgcolor-2 .apresentacaoText {
	background: url('../img/content/bgPag9_dark.png') no-repeat bottom;
}
body.bkgcolor-2 .imageDescription {
	color: #ffb79d;
}

body.bkgcolor-2 .btnModal-interact .btnModal-interact-icon {
	background-color: #333333;
}

/* Background Color - 3 */
body.bkgcolor-3 p {
	color: #353027;
}
body.bkgcolor-3 .modalContent .tutorial-title, body.bkgcolor-3 .modalContent .tutorial-item-txt {
	color: #fff;
}
body.bkgcolor-3 .authorTitle,
body.bkgcolor-3 .imageNumber,
body.bkgcolor-3 .tutorialTitle,
body.bkgcolor-3 h1.contentTitle,
body.bkgcolor-3 .exercicioNumber,
body.bkgcolor-3 .btnModal-expForm,
body.bkgcolor-3 h3.contentSubtitle-2,
body.bkgcolor-3 h2.contentSubtitle span,
body.bkgcolor-3 .contentImage .btnModal span{
	color: #443c31;
}
body.bkgcolor-3 h2.contentSubtitle {
	color: #967231;
}
body.bkgcolor-3 .orange {
	color: #e0702e;
}
body.bkgcolor-3 .mathBox {
	color: #71521d;
	background-color: #e6cb9c;
}
body.bkgcolor-3 table tr,
body.bkgcolor-3 .exercicio {
	background-color: #f3e2c5;
}
body.bkgcolor-3 #pag3 {
	background-color: #e9d8ba;
	background: url('../img/content/bgPag3_sepia.jpg') no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}
body.bkgcolor-3 .revisaoPag,
body.bkgcolor-3 #pag5 .container{
	background-color: #e67650;
}
body.bkgcolor-3 .sumarioTitle,
body.bkgcolor-3 .sumarioChapter,
body.bkgcolor-3 .chapterTitleNumber,
body.bkgcolor-3 .revisaoExercicio p,
body.bkgcolor-3 #pag14 .container p {
	color: #fff1da;
}
body.bkgcolor-3 .chapterTitleText {
	color: #fff7e8;
}
body.bkgcolor-3 .textBox {
    border: 1px solid #ffbb8a;
}
body.bkgcolor-3 .modalContent-text,
body.bkgcolor-3 .modalContent-lists,
body.bkgcolor-3 .modalContent-footer,
body.bkgcolor-3 .modalContent-shorttext,
body.bkgcolor-3 .modalContent-videogallery,
body.bkgcolor-3 .videogallery-listitem.actual ,
body.bkgcolor-3 .modalContent.modalContent-comoAproveitar,
body.bkgcolor-3 .btnModal-interact .btnModal-interact-icon {
	background-color: #e9d8ba;
}
body.bkgcolor-3 .modalsection-b,
body.bkgcolor-3 .videogallery-listitem {
	background-color: #e3d0ae;
}
body.bkgcolor-3 .modalContent p,
body.bkgcolor-3 .modalContent ul {
	color: #353027;
}
.viewmode-single .container {
	padding: 20px 60px;
}

@media (max-width: 900px) , (max-width: 1200px) and (orientation: portrait) {
	.videogallery-modaltitle {
		padding-left: 8px !important;
	}
	.videogallery-list {
		width: 100% !important;
	}	
	.videogallery-list,
	.videogallery-viewplayer {
		position: static !important;
	}
	.videogallery-viewplayer {
		width: 100%;
		padding: 0 !important;
		height: 360px !important;
	}
	.videogallery-list {
		height: auto !important;
	}
	.videogallery-listitem {
		width: 25% !important;
		float: left !important;
		height: 140px !important;
		padding: 10px !important;
	}
	.videogallery-content {
		max-width: 100%;
		overflow-y: auto;
		padding-right: 15px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
}
@media (max-width: 1200px) {
	
	.btnModal-chapter{
	    left: 20px;
	    transform: translateX(0%);
	}

}
@media (max-width: 1000px) {
	.viewmode-double .infoEditora {
		width: 100%;
		margin-left: 0;
		text-align: center;
	}
	.viewmode-double .infoEditora p {
		margin: 0;
		display: block;
		margin: 10px 0;
	}
}
@media (max-width: 580px) {
	.sumarioTitle {
		padding: 0;
		text-align: center;
	}
	.apresentacaoTitle {
		font-size: 2.4em;
	}
	.tutorialTitle,
	.chapterTitleText {
		font-size: 2.2em;
		margin-bottom: 8px;
	}
	.exercicioButtons {
		text-align: center;
	}
	.exercicioButtons > * {
		padding: 6px;
		margin-bottom: 5px !important;
	}
	.btnModal-presentation {
		float: none;
	}
	.device-mobile .btnModal-presentation {
		display: block;
	}
	.imageTitle,
	.tableTitle {
		max-width: 80%;
	}
	.authorTitle {
		margin: 5px 0;
	}
	.infoEditora {
		width: 100%;
		margin-left: 0;
		text-align: center;
	}
	.infoEditora p {
		margin: 0;
		display: block;
		margin: 10px 0;
	}
	.sumario {
		margin: 0;
	}
	.sumarioNumber {
		font-size: 1.5em;
		line-height: 1.5em;
	}
	ul.sumarioList {
		padding-left: 10px;
	}
	.videogallery-listitem {
		width: 100% !important;
		height: auto !important;
		padding: 10px !important;
		border-bottom: 1px solid rgba(0,0,0,0.25);
	}
	.videogallery-listitem:last-child {
		border-bottom: 1px solid rgba(0,0,0,0);
	}
	.videogallery-itemplayer {
		width: 20% !important;
		float: left;
	}
	.videogallery-itemtitle {
		float: right;
		font-size: 1.25em;
		padding-left: 8px;
		line-height: 2.25em;
		width: 80% !important;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		text-align: left !important;
	}
	.videogallery-itemplayer::after {
		width: 18px !important;
		height: 18px !important;
		font-size: 13px !important;
		line-height: 18px !important;
	}
}
@media (max-width: 400px) {
}
@media (min-width: 1700px) {
	.comoAproveitar-item-img {
		width: 600px;
		margin-bottom: 25px;
	}	
	.comoAproveitar-item-title {
		font-size: 1.5em;
		margin-bottom: 20px;
	}
	.comoAproveitar-item-txt, .tutorial-item-txt {
		font-size: 1.4em;
	}
}
@media (min-width: 1800px) {
	.tutorialBox {
		max-width: 600px;
		font-size: 1.25em;
	}
}