@import url('https://fonts.googleapis.com/css2?family=Caveat+Brush&family=Frank+Ruhl+Libre:wght@300;400;500;700&display=swap');

body{

	padding: 0;
	margin: 0;
	font-family: 'Frank Ruhl Libre', serif;
	font-size: 13px;
	line-height: 25px;
}

body.site{

	padding: 0 !important;
}

img{

	max-width: 100%;
	height: auto;
}

h1{

	font-size: 50px;
	line-height: 60px;
	font-family: 'Caveat Brush', cursive;
	font-weight: normal;
	margin: 0 0 10px;
	color: #2673bf;
}

h4{

	font-weight: normal;
	font-size: 18px;
	line-height: 25px;
	color: #0b456e;
}


h5{

	font-family: 'Caveat Brush', cursive;
	font-size: 18px;
	line-height: 28px;
	margin: 0 0 20px;
	color: #2673bf;
	font-weight: normal;
}

p{

	margin: 0;
}

a{

	text-decoration: none;
}

.btn{

	font-family: 'Caveat Brush', cursive;
	font-size: 20px;
	padding: 5px 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #2673bf;
	color: #FFF;
	display: table;
	margin: 30px 0 0;
	border: solid 0px;
	cursor: pointer;
}

.btn:hover,
#formulario_wrapper .btn:hover{

	background: #2673bf !important;
	color: #FFF;
}

#sinopse_left .btn:hover{

	background: #0b456e !important;
}

.estado > .btn:hover{

	color: #000 !important;
}

#sinopse_bottom p,
#bio p,
.flashlights_right p{

	margin: 0 0 15px;
}

#sinopse_left .btn{
 
	margin: 0 0 20px;
}

table td{

	vertical-align: top;
}

.full{

	float: left;
	width: 100%;
}

.mobilebarmaximenuck .mobilebarmenutitleck{

	display: none;
}

#maximenuck102-mobile{

	width: 100% !important;

}

.mobilemaximenuck{

	background: #0b456e url(../../images/site/fundo_menu.jpg) no-repeat center bottom;
	text-shadow: 0 0 0;

}

.mobilebarmaximenuck .mobilebuttonmaximenuck{

	background: #0b456e url(../../images/site/menu.svg) no-repeat center center;
	background-size: 40%;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 20px;
	padding: 0px;
	margin: 0;
	width: 60px;
	height: 60px;
}

.mobilemaximenuck .mobilemaximenucktitle{

	background: transparent;
	text-indent: -9999px;
}

.mobilemaximenuck .mobilemaximenuckclose{

	background: transparent url(../../images/site/menu-fechar.svg) no-repeat center center;
	background-size: 60%;	
}

.mobilemaximenuckitem{

	float: left;
	width: 100%;
	margin: 0 0 40px;
}

.mobilemaximenuck div.level1.maximenuck > a{

	background: transparent;
	padding-left: 20px;
	text-align: center;
	font-size: 30px;
	font-family: 'Caveat Brush', cursive;
}

#sinopse{

/*	background: transparent url(../../images/site/fundo_sinopse.jpg) no-repeat center top;*/
	color: #0b456e;
	background-size: cover;
	background: #e3eded;

}

#sinopse_top,
#sinopse_right{

	position: relative;
}

#sinopse_left,
.flashlights_left,
.flashlights_right{

	float: left;
}

#sinopse_right{

	float: right;
}

#sinopse_right{

	width: 100%;
}

#sinopse_bottom{

	padding: 0;
	color: #FFF;
	font-size: 18px;
	line-height: 25px;
	font-weight: 300;
}

#bio,
#comprar{

	background: #0b456e;
	padding: 60px 0;
	color: #FFF;
	font-weight: 300;
	font-size: 18px;
	line-height: 25px;
}

#flash_lights{

	padding: 100px 0;
	background: transparent url(../../images/site/fundo_flash_lights.jpg) no-repeat center top;
}

.flashlights_right{

	color: #0b456e;
	font-size: 18px;
	line-height: 25px;
}

.nav{

	cursor: pointer;
	color: #0b456e;
}

.nav.active,
.nav:hover{

	color: #2673bf;
}

.flashlights_nav ul{

	list-style: none;
	text-align: center;
	margin: 60px 0 0;
	padding: 0;
}

.flashlights_nav ul li{

	display: inline-block;
	text-indent: -9999px;
	background: linear-gradient(to right, #2673bf 50%, #0b456e 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	height: 5px;
	cursor: pointer;
}


.flashlights_nav ul li.active.animation {

	background-position: left bottom;
	transition: all 10s ease-out;
}

/*
.flashlights_nav ul li.active,
.flashlights_nav ul li:hover{

	background: #2673bf;	

}*/

/* Fading animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 2.5s;
	animation-name: fade;
	animation-duration: 2.5s;
}

@-webkit-keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}

@keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}

@media(min-width: 1200px){

	.wrapper{

		width: 1050px;
		padding: 0 75px;
		display: block;
		margin: 0 auto;
	}

/*	#comprar .wrapper{

		display: table;
		margin: 0 auto;
		width: auto;
		padding: 0;
	}
*/
	#bio img{

		margin-right: 20px;
	}	

	img.img_metodo_pagamento{

		margin-right: 100px;
	}


	iframe#emissao{

		min-height: 500px;

	}	

	#sinopse_bottom .module{

		margin: 0 0 20px;
	}
	
}

@media (min-width: 641px){

	#sinopse_top{

		max-height: 560px;
		min-height: 560px;
	}

	h1.nav{

		font-size: 70px;
		line-height: 75px;

	}	

	#sinopse_top_wrapper{

		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	#sinopse_right_abs{

		position: absolute;
		right: 0;
		bottom: -220px;
	}

	#sinopse img{

		width: 450px;
		height: auto;
	}


	.flashlights_left{

		width: 40%;
		margin-right: 10%;
	}

	.flashlights_right{

		width: 45%;
	}	

	.flashlights_nav ul li{

		padding: 0px 50px;
		margin: 0 20px;
	}			

	td.autora{

		width: 50%;
	}

	.form_left,
	.form_right{

		width: 48%;
	}	

	.pagamento{

		float: left;
		width: 33.3%;
	}

	#formulario{

		width: 60%;
		margin: 0 auto;
	}	

	.itemid-128 #sinopse{

		min-height: unset;
	}

	.itemid-128 #sinopse_top{

		height: 40vh;

	}

	.itemid-128 #contentor h1,
	.itemid-128 #contentor h2{

		color: #2673bf;

	}

	.itemid-128 #sinopse_top_wrapper{

		top: 35%;

	}

}


@media(min-width: 641px) and (max-width: 1199px){

	#bio,
	#sinopse,
	#flash_lights{

		padding: 5% 2.5%;
		width: 95%;
	}

	#sinopse{

		padding: 0 2.5%;
		min-height: 1200px !important;

	}

	#sinopse_top_wrapper{

		width: 100%;

	}

	#sinopse_right_abs{

		top: unset;
		bottom: -100px;

	}	

	#sinopse img{

		width: 330px !important;
	}

	.autora{

		width: 45%;
		padding-right: 5%;
	}

	img.img_metodo_pagamento{

		width: auto !important;
		margin-right: 20px;
		float: left;
	}


	iframe#emissao{

		min-height: 450px;

	}


}

@media(min-height: 700px){

	h4{

		margin: 0 0 10px;
	}

	#sinopse{

		min-height: 1400px;
	}
}

@media(max-height: 700px){

	h4{

		margin: 0 0 10px;
	}	

	#sinopse{

		min-height: 1000px;
	}
}


@media(min-height: 300px) and (max-height: 699px){


	#sinopse_top{

		height: 1050px !important;
	}
}

@media(min-width: 50px) and (max-width: 640px){


	#bio,
	/*#sinopse,*/
	#flash_lights,
	#formulario_wrapper,
	#formulario,
	#sinopse_bottom .module{

		padding: 5% 2.5%;
		width: 95%;
	}

	h1.nav{

		font-size: 50px;
		line-height: 55px;

	}

	.tits_flashlights{

		position: relative;
		width: 100%;
		height: 75px;
	}

	.tits_flashlights h1{

		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
	}

	/*#sinopse_left{

		font-size: 16px;
		line-height: 25px;
		margin: 0 0 30px;
	}

	#sinopse_left img{

		width: 250px;
		height: auto;
		display: block;
		margin: 0 auto;
	}*/

	#sinopse_left > .custom	> p:last-child{

		font-size: 16px;
		line-height: 25px;
		margin: 0 0 30px;
	}

	#flash_lights{

		background-size: cover;
	}

	table td{

		display: block;
		float: left;
		width: 100%;
	}

	#sinopse_top{

		padding: 10% 2.5%;
		width: 95%;
		float: left;
	}

	#sinopse_bottom{

		float: left;
		width: 100%;

	}

	#sinopse_left .btn{

		margin: 20px auto 40px;
	}

	.flashlights_left{

		width: 100%;
		text-align: center;
	}


	.flashlights_nav ul li{

		padding: 0px 25px;
		margin: 0 5px;
	}	

	#formulario_wrapper{

		margin: 20px auto  !important;
	}

	.form_left,
	.form_right{

		float: left;
		width: 100%;
	}	

	.pagamento{

		float: left;
		width: 33.3%;
		margin: 0 0 10px;
	}


	.input_pagamento{

		margin: 30px 5px 0 0px !important;
	}

	.itemid-128 #contentor h1,
	.itemid-128 #contentor h2{

		color: #2673bf;
		font-size: 35px;
		line-height: 40px;

	}	

	iframe#emissao{

		min-height: 350px;

	}

}

footer{

	padding: 10px 0;
	background: #2673bf;
	color: #FFF;
	text-align: center;
}

footer .wrapper{

	position: relative;
}

footer .livro{

	display: table;
	margin: 0 auto;
}

footer .livro img{

	width: 65%;
}

footer a{

	color: #FFF;
}

#contentor h1{

	color: #FFF;
	text-align: center;
}

.compra_intro{

	font-size: 14px;
	color: #FFF;
	font-style: italic;
	text-align: center;
	margin: 0 0 30px;
}

#formulario_wrapper{

	display: table;
	margin: 40px auto 20px;
	color: #FFF;
	font-size: 15px;
	text-align: center;
}

#formulario_wrapper h2{

	margin: 0 0 10px;
}

#formulario_wrapper a{

	color: #FFF;
	text-decoration: underline;
}

.form_left{

	float: left;
	margin: 0 0 10px;
	clear: left;
}

.form_right{

	float: right;
	margin: 0 0 10px;
}

.form_full{

	margin: 0 0 10px;
}

.input{

	padding: 10px 2.5%;
	width: 95%;
	border: solid 0px;
	background: #FFF;
	color: #0b456e;
	font-size: 16px;
    font-family: 'Frank Ruhl Libre', serif;	
}

textarea.input{

	height: 60px;
	padding: 10px 2.5% 10px 1% !important;
	width: 96.5% !important;
}

.input_small{

	width: 30%;
	padding: 10px 2.5% 10px 1%;
}

#formulario_wrapper .btn{

	background: #FFF;
	color: #0b456e;
	display: table;
	margin: 20px auto 0;
	text-decoration: none;
}

#formulario{

	text-align: left;
}


.form_metodo_pagamamento{

	background: rgba(255, 255, 255, .6);
	padding: 10px 2.5%;
	width: 95%;
}

.form_metodo_pagamamento label{

	color: #0b456e;
}

img.img_metodo_pagamento{

	width: auto !important;
	float: left;
}

.input_pagamento{


	float: left;
	width: auto;
	margin: 30px 10px 0 0px;
	padding: 0;
}

#contentor h2{

	color: #FFF;
	text-align: center;

}

.mb_ref{

	text-align: center;
	width:30%; 
	display: table; 
	margin: 15px auto; 
    background: rgba(255, 255, 255, .6);
}

.mb_ref pre{

	margin: 0 0 1em;
}

#logoMB{

	width: auto !important;
}

.data{

	float: right;
	font-size: 11px;
	font-weight: bold;
}

#bo_cabecalho{

	padding: 20px 0 10px;
	margin: 0 0 20px;
}

#bo_cabecalho img{

	display: table;
	margin: 0 auto 60px;
}

#accordion{

	width: 95%;
	padding: 10px 2.5%;
	background: #2673bf;
	font-size: 12px;
}

.ui-accordion .ui-accordion-header{

	background: #0b456e !important;
	color: #FFF !important;
	border: solid 0px;
	border-radius: 0;
	width: 98.5%;
	height: 40px;
	line-height: 40px;
}

#accordion p{

	margin: 0 0 10px;

}

.icon_check{

	float: right;
	margin-left: 10px;
	margin-top: 5px;
}

small{

	font-size: 10px;

}

#formulario_compra{

	display: none;
}

.estado > *{

	float: right;
}

.estado > .btn{

	margin: 25px 0 25px 10px;
	color: #FFF;
	padding: 5px 10px;
	font-size: 14px;
	font-family: 'Frank Ruhl Libre', serif;
}

.mensagem{

	margin: 0 auto 20px;
	padding: 10px 0;
	text-align: center;
	background: #F9F9F9;
	font-weight: bold;
}

#login{

	width: 50%;
	margin: 40px auto 0;
}

#login .label{

	width: 30%;
	padding: 15px 0 0;
}

#login .input{

	border: solid 1px #2673bf;
}

#login .btn{

	margin: 30px auto 0;
}

#sinopse #sessao_lancamento{

	font-size: 18px;
	background: #eaf3f0;
	padding: 5px 40px 5px 5px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	display: inline-block;
	margin-left: -5px;
	font-style: italic;
	display: inline-block;
}

#sessao_virtual{

	display: inline-block;
	background: #b9d3e4;
	color: #0b456e;
	font-size: 18px;
	font-family: 'Caveat Brush', cursive;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 5px 15px;
	margin: 0 0 0 -35px;
	font-style: initial;
	display: inline-block;
}


iframe#emissao{

	width: 100%;

}

#sinopse_bottom h3{

	font-size: 50px;
	line-height: 60px;
	margin: 35px 0 15px;
	text-align: center;
	font-family: 'Caveat Brush', cursive;
	font-weight: normal;
}

#sinopse_bottom p{

	margin: 0 0 10px;
}


#sinopse_top{

	background: #e3eded url(../../../images/site/sinopse_top.jpg) no-repeat center top;
}

#sinopse_bottom{

	background: transparent url(../../../images/site/sinopse_bottom.jpg) no-repeat center top;
	padding: 40px 0;
	background-size: cover;

}
