@charset "utf-8";
/* CSS Document */

body, html {
	font: 100%/1.4 'gotham', sans-serif;
	font-family: 'gotham', sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 16px;
	-webkit-backface-visibility: hidden;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	background-color: #fff;
}
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-family: 'gotham', sans-serif;
}
 [type="button"] {
 touch-action: manipulation;
}
ul, ol, dl {
	margin: 0;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
a img {
	border: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:focus {
	outline: none !important;
}
h2 {
	font-size: inherit;
	font-weight: inherit;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0rem;
	font-family: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
}
input {
	outline: none;
}
textarea {
	outline: none;
}
button {
	outline: none !important;
	border: none;
	background-color: inherit;
	border-radius: 5px;
}
input {
	padding: 13px;
	padding-left: 20px;
	line-height: 16px;
	border: 0;
	color: #15355b;
	font-size: 16px;
	border-radius: 3px;
}
select {
	padding: 13px;
	padding-left: 20px;
	line-height: 16px;
	border: 0;
	color: #15355b;
	font-size: 16px;
	border-radius: 3px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #414042;
font-size: 14px;
font-weight: 400;
 font-family: 'Gotham', sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
 color: #414042;
font-size: 14px;
font-weight: 400;
font-family: 'Gotham', sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
 color: #414042;
font-size: 14px;
font-weight: 400;
 font-family: 'Gotham', sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
 color: #414042;
font-size: 14px;
font-weight: 500;
 font-family: 'Gotham', sans-serif;
}
.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.rowwrap {
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.columnwrap {
	-webkit-flex-flow: column wrap;
	-moz-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
}
.right {
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
}
.center {
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.space-around {
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	justify-content: space-around;
}
.space-between {
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.space-evenly {
	-webkit-justify-content: space-evenly;
	-moz-justify-content: space-evenly;
	-ms-justify-content: space-evenly;
	justify-content: space-evenly;
}
.align {
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.start {
	-webkit-align-items: start;
	-moz-align-items: start;
	-ms-align-items: start;
	align-items: start;
}
.end {
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end;
}
.topo .bg_topo {
	width: 100%;
	height: 100vh;
	float: left;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
.topo h1 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	font-family: 'gotham';
	letter-spacing: 4px;
	display: flex;
	text-align: center;
	align-items: center;
	padding: 20px;
}
.titulo_livro {
	font-family: "good-karma-wideupright", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.size {
	width: 100%;
	max-width: 1200px;
	float: left;
	position: relative;
}
.insta {
	display: flex;
	align-items: center;
	flex-direction: row;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 2px;
	font-weight: 500;
	gap: 10px;
	max-width: 160px;
	text-align: right;
}
.quote {
	float: left;
	width: 100%;
	position: relative;
	z-index: 99;
}
.terra {
	background-image: url(/imgs/terra2.jpg);
	background-position: right center;
	background-size: 1189px 731px;
	width: 50%;
	float: left;
	position: relative;
	height: 731px;
}
.terra img {
	position: absolute;
	right: -88px;
}
.papel {
	background-image: url(/imgs/bg_papel.jpg);
	background-position: right center;
	width: 50%;
	float: left;
	height: 731px;
	display: flex;
	align-items: center;
}
.tp {
	position: absolute;
	width: 100%;
	margin-top: 70px;
}
.video {
	width: 100%;
	float: left;
	position: relative;
	z-index: 9
}
.video strong {
	font-size: 50px;
	line-height: 50px;
	color: #fff;
	font-weight: 900;
	text-align: center;
	margin-top: 40px;
}
.video-container {
	width: 100%;
	float: left;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.video-container .video-wrapper {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.video-container video {
	width: 100%;
	height: 100%;
}
.play-button-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: auto;
	pointer-events: none;
}
.play-button-wrapper #circle-play-b {
	cursor: pointer;
	pointer-events: auto;
	width: 100%;
	height: 100%;
	background-image: url(/imgs/poster.jpg);
	background-size: cover;
}
.play-button-wrapper #circle-play-b svg {
	width: 100px;
	height: 100px;
	fill: #fff;
	stroke: #fff;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	opacity: 0.9;
}
.carousel {
	width: 100%;
	float: left;
}
.item_carrossel {
	float: left;
	width: 100%;
}
.item_carrossel .bg_carrossel {
	background-position: center top;
	background-size: 1920px auto;
	background-repeat: no-repeat;
	min-height: 1080px;
	width: 100%;
}
.wrap_carrossel {
	width: 100%;
	height: 100%;
	position: absolute;
	float: left;
}
.miolo {
	max-width: 1000px;
	float: left;
	width: 100%;
}
.miolo p {
	color: #fff;
	font-size: 18px;
	line-height: 25px;
	font-weight: 300;
	letter-spacing: 0.01em;
	text-align: left;
}
.miolo .esq {
	float: left;
	width: 50%;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.miolo .dir {
	float: right;
	width: 50%;
	padding-left: 80px;
	padding-right: 80px;
}
.contato .formulario {
	width: 100%;
	float: left;
	position: relative;
	clear: both;
}
.item_form {
	float: left;
	margin: 8px;
	margin-top: 0;
	font-size: 18px;
	width: calc(100% - 20px);
	background-color: #fff;
}
.bt_enviar {
	border: none;
	cursor: pointer;
	color: #e5c89e !important;
	border-radius: 0;
	font-size: 14px !important;
	font-weight: 500 !important;
	padding: 12px;
	padding-left: 20px;
	margin: auto;
	margin-top: 55px;
	padding-right: 20px;
	display: block;
	max-width: 130px !important;
	text-align: center;
	text-transform: uppercase;
	clear: both;
	background: #a84d1a;
}
.contato {
	width: 100%;
	float: left;
	background-image: url("/imgs/bg_contato.jpg");
	background-size: cover;
	background-position: center top;
	padding-top: 80px;
	padding-bottom: 80px;
}
.contato strong {
	color: #ab4810;
	font-size: 50px;
	letter-spacing: -1px;
	font-weight: 900;
	margin-bottom: 50px;
}
.contato textarea {
	outline: none;
	width: 100%;
	border: 0;
	padding: 13px;
	padding-left: 20px;
}
.rede_rodape {
	font-size: 13px;
	color: #9a3f0d;
	text-transform: uppercase;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 15px;
	letter-spacing: 2px;
	max-width: 170px;
}
.formulario input, .formulario select, .formulario textarea {
	flex: 1;
	font-size: 14px;
	line-height: 14px;
	color: #414042;
}
.txt_roda {
	color: #414042;
	font-size: 14px;
	line-height: 18px;
	text-align: justify;
	max-width: 440px;
	margin-top: 20px;
}
.txt_roda strong {
	color: #414042;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	text-decoration: underline;
	letter-spacing: 0;
}
.rodape_esq {
	gap: 60px;
}
.rodape {
	margin-top: 60px;
	padding: 10px;
	padding-top: 0;
	padding-bottom: 0;
}
.aparece_mob {
	display: none !important;
}
.aspas {
	position: absolute;
	right: 0;
	z-index: 0;
	top: -50px;
	right: -50px;
	filter: brightness(0.98);
}
.wrap_papel {
	max-width: 600px;
	float: left;
	width: 100%;
	height: 100%;
	padding-right: 50px;
	padding-left: 170px;
	position: relative;
}
.wrap_terra {
	max-width: 600px;
	float: right;
	width: 100%;
	height: 100%;
	padding-left: 115px;
	padding-right: 100px;
}
.terra h2 {
	color: #fff;
	font-size: 50px;
	line-height: 50px;
	font-weight: 900;
}
.anula {
	display: none !important;
}
.topo {
	position: relative;
}
.default {
	opacity: 1;
}
.stabled {
	-webkit-box-shadow: 5px 5px 45px -25px rgb(0 0 0 / 57%);
	box-shadow: 5px 5px 45px -25px rgb(0 0 0 / 57%);
	position: fixed !important;
	opacity: 1;
	z-index: 9999;
	background-color: #ca5924;
	width: 100%;
	margin-top: 0;
	max-width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
.gap60 {
	gap: 60px;
}




 @media (min-width: 220px) and (max-width:778px) {
.gap60 {
	gap: 10%;
}
.stabled .logo {
	max-width: 170px;
}
.tp_mob {
	position: absolute;
	width: 100%;
	height: 100%;
	padding-top: 50px;
	justify-content: flex-start;
}
.stabled .tp_mob {
	position: absolute;
	width: 100%;
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	justify-content: flex-start;
	display: flex;
}
.stabled .insta {
	display: flex;
	align-items: center;
	flex-direction: row;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 2px;
	font-weight: 500;
	gap: 10px;
	max-width: 150px;
	text-align: right;
	position: static;
	bottom: 30px;
	padding-top: 0px;
	display: none;
}
.stabled h1 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	line-height: 13px;
	font-family: 'gotham';
	letter-spacing: 2px;
	display: flex;
	text-align: center;
	align-items: center;
	padding: 10px;
	padding-bottom: 0;
	max-width: 180px !important;
}
.stabled {
	-webkit-box-shadow: 5px 5px 45px -25px rgb(0 0 0 / 57%);
	box-shadow: 5px 5px 45px -25px rgb(0 0 0 / 57%);
	position: fixed !important;
	opacity: 1;
	z-index: 9999;
	height: 150px !important;
	max-width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
}
.insta {
	/*    display: flex;
    align-items: center;
    flex-direction: row;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 2px;
    font-weight: 500;
    gap: 10px;
    max-width: 160px;
    text-align: right;
    position: absolute;
    bottom: 30px;
			padding-top: 150px;*/
			
	display: flex;
	align-items: center;
	flex-direction: row;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 2px;
	font-weight: 500;
	gap: 10px;
	max-width: 100%;
	width: 100%;
	text-align: right;
	position: absolute;
	bottom: 0;
	padding-bottom: 30px;
	padding-top: 150px;
	justify-content: center;
	background: #5a1b009c;
	background: linear-gradient(180deg, rgb(125 50 0 / 0%) 0%, rgb(72 25 0 / 31%) 46%, rgb(18 7 0 / 52%) 100%);
}
.insta span {
	max-width: 120px;
}
.topo h1 {
	max-width: 250px;
}
.play-gif img {
	max-width: 50px;
}
.miolo img {
	max-width: 250px;
}
.txt_roda {
	opacity: 1 !important;
	transform: translate(0) !important;
}
.tp {
	position: absolute;
	width: 100%;
	margin-top: 0;
	height: 100%;
	justify-content: flex-start;
}
.rodape_esq {
	gap: 30px;
}
.txt_roda strong {
	color: #414042 !important;
	font-size: 14px !important;
	line-height: 18px !important;
	font-weight: 700 !important;
	text-decoration: underline;
	letter-spacing: 0 !important;
}
.formulario input, .formulario select, .formulario textarea {
	margin-bottom: 10px;
}
.item_form {
	margin-bottom: 0;
	background-color: transparent;
}
/*		.flickity-prev-next-button {
    transform: translateY(-50%);
    width: 42px !important;
    height: 42px !important;
    margin: 0 8px;
    background: #a84d1a !important;
    border-radius: 11px;
    bottom: 15px !important;
}*/
		
.flickity-prev-next-button {
	transform: translateY(-50%);
	width: 38px !important;
	height: 38px !important;
	margin: 0 8px;
	background: #a84d1a !important;
	border-radius: 11px;
	bottom: 40% !important;
}
.flickity-prev-next-button.previous {
	left: calc(0px - 0px) !important;
	background-image: url(/imgs/seta_esq.png) !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}
.flickity-prev-next-button.next {
	right: calc(0% - 0px) !important;
	background-image: url(/imgs/seta_dir.png) !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}
.miolo p {
	color: #fff;
	font-size: 17px;
	line-height: 22px;
	font-weight: 300;
	letter-spacing: 0em;
	text-align: left;
}
.item_carrossel .bg_carrossel {
	background-position: 35% top;
	background-size: 1920px auto;
	background-repeat: no-repeat;
	min-height: 880px;
	width: 100%;
}
/*		.miolo .esq {
float: left;
        width: 100%;
        padding-right: 30px;
        padding-left: 30px;
        padding-bottom: 20px;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        margin-left: -27px;
}*/
		
		
.miolo .esq {
	float: left;
	width: 100%;
	padding-right: 0;
	padding-left: 60px;
	padding-bottom: 10px;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	margin-left: -27px;
}
/*		.miolo .dir {
    float: right;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}*/
		
.miolo .dir {
	float: right;
	width: 100%;
	padding-left: 60px;
	padding-right: 60px;
}
.video strong {
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	font-weight: 900;
	text-align: center;
	margin-top: 10px;
}
.terra h2 {
	color: #fff;
	font-size: 42px;
	line-height: 42px;
	font-weight: 900;
}
.wrap_terra {
	max-width: 100%;
	float: right;
	width: 100%;
	height: 100%;
	padding-left: 30px;
	padding-right: 30px;
}
.wrap_papel {
	max-width: 100%;
	float: left;
	width: 100%;
	height: 100%;
	padding-right: 30px;
	padding-left: 30px;
	position: relative;
}
.aspas {
	position: absolute;
	right: 0;
	z-index: 0;
	top: 0;
	right: 0;
	filter: brightness(0.98);
}
.contato {
	padding-top: 50px;
	padding-bottom: 50px;
}
.contato strong {
	color: #ab4810;
	font-size: 36px;
	line-height: 36px;
	letter-spacing: -1px;
	font-weight: 900;
	margin-bottom: 0;
	padding: 20px;
	text-align: center;
}
.formulario {
	padding: 20px;
}
.txt_roda {
	padding: 20px;
}
.terra img {
	display: none;
}
.terra {
	width: 100%;
	height: 350px;
}
.papel {
	width: 100%;
}
.aparece_mob {
	display: flex !important;
}
.esconde_mob {
	display: none !important;
}
.flex_mob {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.rowwrap_mob {
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.columnwrap_mob {
	-webkit-flex-flow: column wrap;
	-moz-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
}
.right_mob {
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
}
.center_mob {
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.space-around_mob {
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	justify-content: space-around;
}
.space-between_mob {
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.space-evenly_mob {
	-webkit-justify-content: space-evenly;
	-moz-justify-content: space-evenly;
	-ms-justify-content: space-evenly;
	justify-content: space-evenly;
}
.align_mob {
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.start_mob {
	-webkit-align-items: start;
	-moz-align-items: start;
	-ms-align-items: start;
	align-items: start;
}
.end_mob {
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end;
}
.mob {
	min-width: 100% !important;
	width: 100% !important;
	clear: both !important;
	float: left !important;
}
.half_mob {
	min-width: 50% !important;
	width: 50% !important;
	float: left !important;
}
}


 @media (min-width: 220px) and (max-width:360px) {
.miolo p {
	color: #fff;
	font-size: 15px;
	line-height: 19px;
	font-weight: 300;
	letter-spacing: 0em;
	text-align: left;
}
}


	.participe{
position: absolute;
    bottom: 0;
    background: #be5727;
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: center;
    padding: 40px;
    border-radius: 50px 50px 0px 0px;
    align-items: center;
			}
		
		.txt_participe{
	display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    max-width: 290px;
    text-align: right;
    font-weight: 500;
		}
		
		.txt_participe strong{
			    color: #e5c89e;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
		}
		
		
		.separador{
			    height: 50px;
    width: 2px;
    background-color: #e49f80;
    margin-left: 55px;
    margin-right: 55px;
		}
		
		.bt_participe{
background-color: #e5c89e;
    border-radius: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 18px;
    padding-bottom: 18px;
    color: #be5727;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 700;
    background-image: url(/imgs/bg_botao.png);
    background-size: cover;
    background-position: center center;
			text-align: center;
		}
		
		
		
			@media (min-width: 220px) and (max-width:778px) {
				
				
			.participe {
            padding: 30px;
    flex-direction: column;
}	
				
		.txt_participe {
    align-items: center;
    text-align: center;

}		
				
				.separador {

    display: none;
}
			
				.bt_participe {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 16px;
    line-height: 16px;
     text-align: center;
    margin-top: 20px;
}
				
				
				.insta {
        display: flex;
        align-items: center;
        flex-direction: row;
        color: #fff;
        text-transform: uppercase;
        font-size: 13px;
        line-height: 15px;
        letter-spacing: 2px;
        font-weight: 500;
        gap: 10px;
        max-width: 100%;
        width: 100%;
        text-align: right;
        position: absolute;
   bottom: 140px;
        padding-bottom: 70px;
        padding-top: 150px;
        justify-content: center;
        background: #5a1b009c;
        background: linear-gradient(180deg, rgb(125 50 0 / 0%) 0%, rgb(72 25 0 / 31%) 46%, rgb(18 7 0 / 52%) 100%);
    }
				
				
		}
