body, html{
	font-family: 'Open Sans', sans-serif!important;
}

/** BOTÃO FIXO **/

.comprarFixo {
    position: fixed;
    height: 100vh;
    z-index: 99999999999999999999999;
    right: -384px;
    width: 430px;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.comprarFixo.active {
	right:0px;
}
.comprarFixo .bandeira {
	width:77px;
	height:77px;
	position:absolute;
	top:50%;left:0;
	background-color:#E82922;
	background-size:20px auto;
	border-radius:50%;
	z-index:1;
	right: 382px;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.comprarFixo .bandeira img {
    left: 15px;
    position: absolute;
    top: 50%;
    /* right: 10px; */
    transform: translateY(-50%);
}
.comprarFixo .bandeira img.fechar {
	opacity:0;
}
.comprarFixo .bandeira.active {
	background-color:#fff;
}
.comprarFixo .bandeira.active img {
	opacity:0;
}
.comprarFixo .bandeira.active img.fechar {
	opacity:1;
}
.comprarFixo .buyNow {
	width:380px;
	background-color:#fff;
	height:100vh;
	position: absolute;
	right:0;
}
.comprarFixo .logo-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.comprarFixo .logo-container p {
	text-transform: uppercase!important;
	font-weight:600!important;
	text-align: center;
}
.comprarFixo .logo-container a {
    width: 100%;
    clear: both;
    display: inline-block;
    text-align: center;
	padding-top:50px;
	padding-bottom:50px;
}
.comprarFixo .logo-container a:last-child {
	padding-bottom:0px;
}

/** TOP **/

.top{
	background: #f4f4f4;
	width: 100%;
}

.top h1{
	font-size: 24px;
	font-weight: bold;
	margin-top: 60px;
	margin-bottom: 15px;
}

.top h2{
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 30px;
}

.top .book-desktop,
.top .book-mobile{
	margin: 0 auto;
}

.top .book-desktop{
	margin-bottom: 40px;
}

.top .book-mobile{
    padding-right: 45px;
    padding-left: 45px;
	margin-bottom: 30px;
}

.top .btn-ler-excerto{
	margin-bottom: 40px;
	margin-top: 0;
	color: #000;
	display: block;
}

.top .btn-ler-excerto img{
	margin-right: 17px;
	vertical-align: bottom;
}

.top .btns-mobile{
	float: left;
    width: 100%;
	margin-bottom: 38px;
}

.top .btn-comprar-mobile
{
	margin-bottom: 40px;
	margin-top: 0;
	color: #000;
	display: block;
	border: 1px solid #ED2A23;
	width: 130px;
	height: 45px;
	font-size: 18px;
	font-weight: 600;
	line-height: 41px;
	margin: 0 auto;
	text-transform: uppercase;
}
.top .btn-ler-excerto-mobile {
	color:#000;
}
.top .btn-ler-excerto-mobile img {
	padding-right:10px;
}
.top .btn-ler-excerto-mobile{
    margin-right: 0;
}

.top .btn-comprar-mobile{
	margin: 0 auto;
	border-radius:25px;
}

.top .btn-comprar{
	height: 45px;
	width: 130px;
    font-size: 18px;
    font-weight: 600;
    border: 2px solid #ED2A23;
    text-transform: uppercase;
    padding-top: 8px;
    padding-bottom: 8px;
	background: none!important;
	border-radius: 23px!important;
	margin-bottom: 60px;
}

.top .btn-comprar a{
    color: #000!important;
}


.top .conheca-autor p{
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 500;
}

.top .go-down {
	height: 39px;
	width: 78px;
	margin: 0 auto;
	display:block;
	
}
.top .go-down2 {
	height: 39px;
	width: 78px;
	margin: 0 auto;
	display:inline-block;
}

.top .go-down .go-down-circle,
.top .go-down2 .go-down-circle {
	background: #FFF;
	height: 39px;
	width: 78px;
	border-top-left-radius: 44px;
	border-top-right-radius: 44px;
}

.top .go-down img{
    padding-top: 18px;
}

.top .go-down2 img{
    padding-top: 18px;
}
/*.top .go-down2 {
	display:none;
}*/


/** AUTOR **/

.autor{
	float: left;
	width: 100%;
} 

.autor .container{
	position: absolute;
    z-index: 99999;
    margin: 0 auto;
    left: 50%;
	transform: translate(-50%, 0);
	height: 489px;
}

.autor .autor-left{
	background: url('../images/autor.png') center;
	height: 489px;
	position: relative;
}

.autor .center-top{
    margin: 0;
	top: 65px;
    position: absolute;
    left: 0;
    color: #FFF;
	width: 200px;
}

.autor .center-bottom{
    margin: 0;
	top: 385px;
    position: absolute;
    left: 0;
    color: #FFF;
	width: 200px;
}

.autor .center-bottom .btn-marcar{
	background: none!important;
    border: 1px solid #FFF;
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 9px;
    padding-bottom: 9px;
	border-radius: 25px;
	width: 214px;
}

.autor .center-bottom .btn-marcar a{
	color: #FFF;
}

.autor h1{
	font-size: 25px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
}

.autor .line{
	height: 1px;
	width: 40px;
	background: #FFF;
	margin-top: 22px;
}

.autor h2{
	font-size: 25px;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 10px;
}

.autor .autor-right{
	height: 489px;
	position: relative;
	padding-top: 110px;
}

.autor .autor-right .center{
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.autor .autor-right h2{
    font-size: 22px;
    font-weight: 600;
    color: #656565;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 30px;
}

.autor .autor-right #text p{
	color: #656565;
	font-size: 14px;
	line-height: 23px;
	padding-right: 40px;
}


/** AUTOR MOBILE **/

.autor-mobile{
	float: left;
	width: 100%;
	height: 489px;
	background: url('../images/autor.png') no-repeat center;
	position: relative;
} 

.autor-mobile .btn-saiba-mais
 {
    position: absolute;
    top: 400px;
    font-size: 18px;
    background: none;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #FFF;
    height: 45px;
	border-radius: 0;
	width: 210px;
	transform: translate(-50%, 0);
	left: 50%;
	border-radius:25px;
	color:#fff;
}

.autor-mobile .btn-marcar {
    color: #fff;
    font-size: 18px;
    background: none;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #FFF;
    height: 45px;
    margin-top: 35px;
    border-radius: 25px;
	width: 90%;
}
.autor-mobile .btn-marcar a {
	color:#fff;
}

.autor-mobile .btn-saiba-mais a{
    color: #FFF;
}

.autor-mobile h2.titulo-autor {
    position: absolute;
    color: #fff;
    font-weight: 600;
    font-size: 26px;
    bottom: 100px;
    left: 50%;
    transform: TranslateX(-50%);
    width: 100%;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    top: 0;
    left: 0;
	opacity:0;
	z-index:-1;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding-left: 50px;
    padding-right: 50px;
}
.overlay h2 {
	color:#fff;
	font-size:22px;
	padding-bottom:45px;
	text-transform:uppercase;
}

.overlay p {
	color:#fff;
	padding-right: 25px;
}

.containerOverlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 65%;
}

.infoText.hide {opacity:0;}

.overlay.active {
	opacity:1;
	z-index:3;
}

/** SABIA QUE **/

.sabia-que{
	float: left;
	width: 100%;
	background: #F4F4F4;
} 

.sabia-que .container{
	position: absolute;
    z-index: 99999;
    margin: 0 auto;
    left: 50%;
	transform: translate(-50%, 0);
    height: 458px;
}

.sabia-que .sabia-que-left{
    height: 458px;
	position: relative;
}

.sabia-que .center-top{
    margin: 0;
    top: 118px;
    position: absolute;
    left: 0;
    color: #656565;
}

.sabia-que .center-top .col-md-1{
	padding-left: 0;
}

.sabia-que h1{
	font-size: 25px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 0;
    margin-bottom: 7px;
}

.sabia-que h2{
	font-size: 25px;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 35px;
}

.sabia-que ul{
	padding-left: 0px;
	list-style: none;
}

.sabia-que ul li{
    font-size: 16px;
    font-weight: 300;
    color: #000;
    margin-bottom: 20px;
    line-height: 25px;
}

.sabia-que ul li::before {
	content: "\2022";
    font-size: 24px;
    color: #f07b77;
    font-weight: bold;
    display: inline-block;
    width: 23px;
    margin-left: -23px;
    vertical-align: bottom;
}

.sabia-que .sabia-que-right{
	height: 489px;
	position: relative;
    padding-top: 70px;
}

.sabia-que .sabia-que-right iframe{
	width: 100%;
}


/** SABIA QUE MOBILE **/

.sabia-que-mobile{
	float: left;
	width: 100%;
	background: #F4F4F4;
	padding-top: 40px;
	padding-bottom: 80px;
} 

.sabia-que-mobile h1{
	font-size: 25px;
	font-weight: 600;
	line-height:35px;
	text-transform: uppercase;
	margin-top: 0;
    margin-bottom: 7px;
	color: #656565;
}

.sabia-que-mobile h1 span {
	font-size: 25px;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 35px;
	color: #656565;
	line-height: 35px;
}

.sabia-que-mobile ul{
	list-style: none;
    padding-left: 0;
}

.sabia-que-mobile li{
	font-size: 16px;
	margin-bottom: 25px;
}

.sabia-que-mobile ul li::before {
    content: "\2022";
    font-size: 14px;
    color: #f07b77;
    font-weight: bold;
    display: inline-block;
    width: 23px;
    margin-left: -23px;
    vertical-align: middle;
}

.sabia-que-mobile .line{
	height: 1px;
	width: 40px;
	margin-top: 35px;
	margin-bottom: 35px;
	background-color: #ED2A23;
}

.sabia-que-mobile .col-md-1 {
	width:20%;
	float:left;
}

.sabia-que-mobile .col-md-1 img {
	float:right;
}

.sabia-que-mobile .col-md-11 {
	width:80%;
	float:left;
}

.video-mobile iframe{
	width: 100%;
}

/** 10 PERGUNTAS **/

.perguntas {
	float: left;
    width: 100%;
	padding-top: 55px;
	padding-bottom: 70px;
}

.perguntas h1{
	font-size: 22px;
	font-weight: 700;
	margin-top: 0;
    margin-bottom: 5px;
	color: #656565;
	text-transform: uppercase;
}

.perguntas h2{
	font-size: 22px;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 0;
	color: #656565;
	text-transform: uppercase;
	width: 399px;
	margin: 0 auto;
	line-height: 30px;
}

.perguntas .line{
	height: 1px;
	width: 40px;
	background: #ED2A23;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 30px;
}

.perguntas p{
	font-size: 14px;
	font-weight: 400;
	width: 700px;
	margin: 0 auto;
	color: #707070;
	line-height: 23px;
	margin-bottom: 25px;
}
.perguntas #module {
	position:relative;
}
.perguntas #module:after{
   content: "";
    width: 100%;
    background: rgba(255,255,255,1);
background: -webkit-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background: -o-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    height: 150px;
    margin-top: -150px;
    position: absolute;
    left: 0;
	bottom:0px;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.hide-gradient:after{
 background: rgba(255,255,255,0)!important;
background: -webkit-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%)!important;
background: -o-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%)!important;
background: linear-gradient(to top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%)!important;
}

.perguntas #module p.collapse[aria-expanded="false"] {
    display: block;
    height: 175px !important;
    overflow: hidden;
}

.perguntas #module p.collapsing[aria-expanded="false"] {
    height: 175px !important;
}

.perguntas #module a{
    position: absolute;
    text-decoration: none;
    left: 50%;
    text-align: center;
    font-size: 18px;
    color: #EE2C25;
    z-index: 1;
}
div#module2 {
	position:relative;
}

.perguntas a[aria-expanded=true] .fa-chevron-down {
   display: none;
}

.perguntas a[aria-expanded=false] .fa-chevron-up {
   display: none;
}

.perguntas .chevron-down,
.perguntas .chevron-up {
	height: 9px;
}

.perguntas .chevron-down .st0{
	fill: #EE2C25;
	enable-background:new;
}

.perguntas .chevron-up .st0{
	fill: #EE2C25;
	enable-background:new;
}

/** PERGUNTAS mobile **/

.perguntas-mobile{
	float: left;
    width: 100%;
	padding-top: 55px;
	padding-bottom: 70px;
}

.perguntas-mobile h1{
	font-size: 22px;
	font-weight: 700;
	margin-top: 0;
    margin-bottom: 2px;
	color: #656565;
	text-transform: uppercase;
}

.perguntas-mobile h2{
	font-size: 22px;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 0;
	color: #656565;
	text-transform: uppercase;
	max-width: 399px;
	line-height: 30px;
}

.perguntas-mobile .line{
	height: 1px;
	width: 40px;
	background: #ED2A23;
	/*margin: 0 auto;*/
	margin-top: 40px;
	margin-bottom: 30px;
}

.perguntas-mobile p{
	font-size: 16px;
	font-weight: 400;
	color: #707070;
	line-height: 23px;
	margin-bottom: 25px;
}

.perguntas-mobile #module2:after{
    content: "";
    width: 100%;
    background: rgb(255,255,255);
	background: -webkit-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    height: 150px;
    margin-top: -150px;
    position: absolute;
    left: 0;
	bottom:0px;
}

.hide-gradient:after{
 	background: rgba(255,255,255,0)!important;
	background: -webkit-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%)!important;
	background: -o-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%)!important;
	background: linear-gradient(to top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%)!important;
}

.perguntas-mobile #module2 p.collapse[aria-expanded="false"] {
    display: block;
    height: 300px !important;
    overflow: hidden;
}

.perguntas-mobile #module2 p.collapsing[aria-expanded="false"] {
    height: 300px !important;
}

.perguntas-mobile #module2 a{
    position: absolute;
    text-decoration: none;
    left: 50%;
    text-align: center;
    font-size: 18px;
    color: #EE2C25;
    z-index: 1;
}

.perguntas-mobile a[aria-expanded=true] .fa-chevron-down {
   display: none;
}

.perguntas-mobile a[aria-expanded=false] .fa-chevron-up {
   display: none;
}

.perguntas-mobile .chevron-down,
.perguntas-mobile .chevron-up {
	height: 9px;
}

.perguntas-mobile .chevron-down .st0{
	fill: #EE2C25;
	enable-background:new;
}

.perguntas-mobile .chevron-up .st0{
	fill: #EE2C25;
	enable-background:new;
}

/** GALERIA **/

.galeria{
	width: 100%;
	float: left;
}

.galeria .carousel-inner img{
	width: 100%;
}

.galeria .carousel-control{
	display: none;
}

.galeria .carousel-inner .item{
	height: 515px;
}

.galeria .carousel-inner .item.item-1{
	background: url('../images/1.jpg') center; 
	background-size: cover;
}

.galeria .carousel-inner .item.item-2{
	background: url('../images/2.jpg') center; 
	background-size: cover;
}

.galeria .carousel-inner .item.item-3{
	background: url('../images/3.jpg') center; 
	background-size: cover;
}

.galeria .carousel-inner .item.item-4{
	background: url('../images/4.jpg') center; 
	background-size: cover;
}

.galeria .carousel-inner .item.item-5{
	background: url('../images/5.jpg') center; 
	background-size: cover;
}

.galeria .carousel-inner .item.item-6{
	background: url('../images/6.jpg') center; 
	background-size: cover;
}

.galeria .carousel-inner .item.item-7{
	background: url('../images/7.jpg') center; 
	background-size: cover;
}

.galeria .carousel-inner .item.item-8{
	background: url('../images/8.jpg') center; 
	background-size: cover;
}

.galeria .carousel-inner .item.item-9{
	background: url('../images/9.jpg') center; 
	background-size: cover;
}

.galeria .carousel-inner .item.item-10{
	background: url('../images/10.jpg') center; 
	background-size: cover;
}

.galeria .carousel-inner .carousel-caption{
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	bottom: auto;
	z-index: 2;
}

.galeria .carousel-inner .carousel-caption h3{
	font-size: 24px;
	font-weight: 500;
	text-shadow: 1px 2px 3px rgb(74, 73, 73);
}

.galeria .carousel-inner .circle{
	width: 100px;
	height: 100px;
	border: 1px solid #FFF;
	margin: 0 auto;
	border-radius: 50%;
	margin-bottom: 50px;
	box-shadow: 1px 2px 3px rgb(103, 101, 101);
}

.galeria .carousel-inner .circle span{
	font-size: 50px;
	line-height: 92px;
}

.galeria .carousel-indicators li{
	border-color: rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.4);
	width: 12px;
    height: 12px;
    margin: 0;
	margin-left: 6px;
	margin-right: 6px;
}

.galeria .carousel-indicators li.active{
    background-color: rgba(255, 255, 255, 1);
	border-color: rgba(255, 255, 255, 1);
}


/** CALL TO ACTION BUTTONS **/

.call-to-action{
	float: left;
	width: 100%;
	background: #F4F4F4;
	padding-top: 26px;
	padding-bottom: 26px;
}

.call-to-action .btn-mais-info{
	border-radius: 23px;
    padding-left: 45px;
    width: 235px;
    height: 45px;
    background: url(../images/icon-email.png) no-repeat left;
    border: 1px solid #ED2A23;
    font-size: 20px;
    font-weight: 300;
	line-height: 41px;
	color: #000;
	position: absolute;
    right: 0;
	margin-right: 25px;
}

.call-to-action .btn-marcar{
	border-radius: 23px;
    padding-left: 45px;
    width: 235px;
    height: 45px;
    background: url(../images/icon-calendar.png) no-repeat left;
    border: 1px solid #ED2A23;
    font-size: 20px;
    font-weight: 300;
	line-height: 41px;
	color: #000;
	margin-left: 10px;
}

.call-to-action a:hover{
	text-decoration: none;
}


/** CALL TO ACTION mobile **/
.call-to-action-mobile{
	float: left;
	width: 100%;
	background: #F4F4F4;
	padding-top: 26px;
	padding-bottom: 26px;
}

.call-to-action-mobile .col-md-6 {
	width:50%;
	float:left;
}

.call-to-action-mobile .btn-mais-info {
    width: 60px;
    height: 60px;
    background: url(../images/icon-email-mobile.png) no-repeat left;
	margin:0 auto;
	margin-bottom:10px;
	background-size:100%;
}

.call-to-action-mobile .btn-marcar {
    width: 60px;
    height: 60px;
    background: url(../images/icon-calendar-mobile.png) no-repeat left;
	margin:0 auto;
	margin-bottom:10px;
	background-size:100%;
}


/** FOOTER **/

.footer{
	width: 100%;
	float: left;
	background: #000;
	font-size: 12px;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
}

/** FORMULÁRIO **/
.formConsulta {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
	background-color: rgba(0,0,0,.7);
	z-index:-1;
	opacity:0;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.formConsulta.active {
	opacity:1;
	z-index:999999999999999999999999;
	
}
.formConsulta form#contact-form {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:25%;
}
.formConsulta input {
	margin-bottom: 20px;
	background-color:transparent;
	border:1px solid #fff;
	color:#fff;
	font-size:14px;
}
.formConsulta textarea {
	margin-bottom: 20px;
	background-color:transparent;
	border:1px solid #fff;
	color:#fff;
	font-size:14px;
}
.formConsulta button[type=submit] {
    border: 1px solid #fff;
    border-radius: 25px;
    background-color: transparent;
    color: #fff;
    width: auto;
    text-align: center;
    margin: 0 auto;
}
.formConsulta .close-button {
	position: absolute;
	right:40px;
	top:20px;
	cursor:pointer;
}

/** MEDIA QUERIES **/

@media (min-width: 768px){
	.navbar{
		display: none;
	}
	
}

@media all and (max-width:900px) {
	
	.comprarFixo.active {
		width:80%;
	}
	.comprarFixo .buyNow {
    	width: 88%;
	}
	/*.top .go-down {
		display:inline-block;
	}*/
	
	.formConsulta form#contact-form {
		width:80%;
	}
	
	.galeria .carousel-inner .circle {
		width:70px; 
		height:70px;
	}
	
	.galeria .carousel-inner .circle span {
		line-height:70px;
	}
	
	.galeria .carousel-inner .circle span {
		font-size:30px;
	}
	
	.galeria .carousel-inner .carousel-caption {
		width:70%;
	}
	
	.galeria .carousel-inner .carousel-caption h3 {
		font-size:18px;line-height:25px;
	}
	
	/*.top .go-down {
		display:none;
	}
	
	.top .go-down2 {
		display:inline-block;
	}*/

}

@media all and (max-width: 450px) {
	
	.perguntas-mobile #module2:after {
		bottom:0;
	}
}

@media all and (max-width: 399px) {
	
	.perguntas-mobile #module2:after {
		bottom:20px;
	}
}