@font-face {
	font-family: 'Alex Brush';
	/* Nome que você dará à fonte */
	src: url('../fonts/Alex_Brush/AlexBrush-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Open Sans';
	/* Nome que você dará à fonte */
	src: url('../fonts/Open_Sans/OpenSans-VariableFont_wdth,wght.ttf') format('truetype');
}


* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: #333333bd;
	font-family: "Open Sans", sans-serif;
	display: block;
}

.element-reveal {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  }
  
  .element-reveal.reveal {
	opacity: 1;
	transform: translateY(0);
  }

  .imagem-flutuante {
	animation: float 4s ease-in-out infinite;
  will-change: transform;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

section {
	clear: both;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}


.section-slide {

	border-bottom: 2px solid #bda050;
	background-image: url(../img/palestrante-motivacional-dicas.webp);
	width: 100%;
	height: 600px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1 !important;
}

.section-slide::before {
	/* Novo gradiente vertical */
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	/* Para garantir que fique por cima do gradiente horizontal */
	background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7), rgba(255, 215, 0, 0.15), rgba(255, 215, 0, 0.12), rgba(255, 215, 0, 0.3), rgba(255, 215, 0, 1)) !important;
}


.section-slide::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1 !important;
	/* background: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.65),rgba(0, 0, 0, 0.79),rgba(0, 0, 0, 0.69),rgba(0, 0, 0, 0.65),rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.27),  rgba(0, 0, 0, 0.7),  rgba(0, 0, 0, 0.7)) !important; */
	/* Ajuste a cor e a opacidade aqui */
}


li {
	list-style-type: none !important;
}

body,
section {
	width: 100%;
}

* {
	margin: 0;
	border: 0px;
}

p {
	font-size: 14px;
	font-family: Arial;
	text-align: justify;
}

.hero h1 {
	font-size: 73.981px;
	font-weight: 700;
	line-height: 1.17;
}

.menu {
	z-index: 9;
	display: flex !important;
	flex-direction: row !important;
	align-items: space-between !important;
	justify-content: space-between;
}

.menu-bottom {
	justify-content: center;
}

.redes-bottom {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-content: center;
	align-items: center;
	padding-top: 30px;
	padding-bottom: 5px;
	gap: 35px;
}

.redes-bottom a {
	text-decoration: underline;
	font-size: 40px;
	color: #eeeff1;
}

.menu a:hover {
	text-decoration: underline;
}

.menu a,
ul {
	color: #fff;
	font-size: 18px;
	z-index: 9;
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	font-weight: bold;
	text-decoration: none;
}

menu div {
	text-align: left;
	vertical-align: top;
	display: flex !important;
	flex-direction: row;
}

.button {
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	margin-top: 15px;
	font-size: 20px;
	font-weight: 500;
    line-height: 27px;
	border-radius: 50px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #333333;
	background-color: rgba(255, 215, 0, 1);
	outline: none;
	border: none;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	transition: .4s;
	width: 100%;
	max-width: 275px;
	text-align: center;
	border: 3px solid rgba(255, 215, 0, 1);
	text-decoration: none !important;
}

.button-outline {
	background-color: transparent;
	color: #bda050;
	border: 3px solid #bda050;
	text-decoration: none !important;
}

.button:hover {
	color: #ffffff;

	background-color: #414141;
	border: 3px solid #414141;


}

.button-big {
	max-width: 350px !important;
}


.box-slide {

	border-bottom: 1px solid #bda050;
	background-image: url(../img/palestrante-motivacional-dicas.webp);
	width: 100%;
	height: 600px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1 !important;
}

.box-slide::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1 !important;
	background-color: rgba(255, 255, 255, 0.88);
	/* Ajuste a cor e a opacidade aqui */
}

.container {
	font-size: 14px;
	font-weight: 300;
	line-height: 22.4px;
	margin: 50px auto;
	padding: 20px;
	width: 100% !important;
	max-width: 1170px !important;
	z-index: 9 !important;
}

.box-livro {

	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: relative;
	z-index: 9999 !important;
	width: 100%;
	width: 100% !important;
	max-width: 1170px !important;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-content: center;
	align-items: center;
}

.box-livro-title {
	color: #fff !important;
	font-family: "Open Sans", sans-serif;
	font-size: 73.981px;
	font-weight: 700;
	line-height: 86.5578px !important;
	height: auto !important;
    margin: 20px 0px 10px;
	margin-bottom: 15px;
    text-shadow: 0px -3px 9px rgba(0, 0, 0, 1) !important;
	z-index: 9 !important;
}

.box-livro-text {
    text-align: justify;
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 18.2px;
	font-weight: 300;
	line-height: 24.57px;
	margin: 0px;
	padding: 0px;
	z-index: 9 !important;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 1), 1px 1px 4px rgba(0, 0, 0, 1), 2px 0px 4px rgba(0, 0, 0, 1) !important;
}

.box-livro-right {}

.img-responsive {
	max-height: 555px;
	margin-top: -25px;
	margin-bottom: -30px;
}


.box-livro-left {
	text-align: left !important;
	;
}

.box-livro-right {
	text-align: justify !important;
}

.box-btn {

	display: flex !important;
	flex-direction: row;

	gap: 30px;
	margin-top: 25px;

}

.btn {
	border: 3px solid #bda050;
	text-transform: uppercase !important;
	background-color: rgba(255, 215, 0, 1);
	color: #333333eb;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	/* height: 66px; */
	margin: 0px;
	padding: 10px 20px;
	min-width: 150px;
	text-align: center;
	text-decoration: none;
	font-weight: 600;
	border-radius: 50px;
	display: inline-table;
	cursor: pointer !important;
	width: 100%;
	max-width: 250px;

}

.btn:hover {
	background-color: #be9524 !important;
}

.menu>ul>li>a {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	align-items: center;
	padding: 20px;
    border: 0px !important;
}

.menu>ul>li>a:hover {
	background-color: #a39409 !important;
	text-decoration: none !important;
}

.logo img {
	height: 75px;
}

.footer-top {
	background-color: #111;
	color: #eeeff1 !important;
}

.logo-mobile{
	transition: all 0.5s ease-in-out;
}

.footer-bottom {
	text-align: center !important;
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: center;
	align-items: center;
	padding: 0px !important;
	min-height: 70px !important;
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: center;
	align-items: center;
	background-color: #000;
	color: #eeeff1 !important;
	margin-top: -17px !important;
	border-top: 1px solid #99999970;
	padding-top: 15px !important;
	padding-left: 15px !important;
    padding-right: 15px !important;
}

.footer-bottom p {
	font-size: 16px !important;
}

.no-margin-top {
	margin-top: 0px !important;
}

.margin-bt-menos-50 {
	margin-bottom: -50px !important;
}


section h1 {
	color: #333333;
	font-family: "Open Sans", sans-serif;
	font-size: 34px;
	font-weight: 400;
	line-height: 45px;

}

section h2 {
	color: #555555;
	font-family: "Open Sans", sans-serif;
	font-size: 21px;
	font-weight: 300;
	min-height: 28px;
	line-height: 28.35px;
	margin-top: 15px;
	margin-bottom: 30px;
	text-align: center !important;
}

#video{
	background-image: url('../img/bg-01.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: auto; 
}

#video #player {
	margin-bottom: 35px;
	display: none;
}

#section-form {
	background-color: #f7f7f7;
}

.imagem-redonda {
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 50%;
}

.carousel-item {
	text-align: center !important;
	padding-top: 25px !important;
	min-height: 300px;
}

.carousel-item i {
	color: #b1b1b1 !important;
}

.carousel-item img {
	max-width: 75px !important;
	margin: 105px auto 0 auto !important;
}

.carousel-item h5 {
	position: relative;
	margin: 20px auto 0 auto !important;
}

.carousel-inner {
	margin-top: 30px;
}

.carousel-item p {
	position: relative;
	margin: 10px auto 0 auto !important;
	text-align: center;
	height: 75px;
	margin-top: 25px !important;
	margin-bottom: -50px !important;
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: center;
	align-items: center;
	gap: 3px;

	color: #555555 !important;
	font-family: "Open Sans", sans-serif !important;
	font-size: 22px !important;
	font-weight: 300 !important;
	line-height: 35.2px !important;
	margin-top: -205px !important;
	margin-bottom: 95px !important;
	max-width: 850px;
	max-height: 125px;
	height: 125px;
}

.carousel-item span {
	width: 100% !important;
	display: flex;
	height: auto;
}


.carousel-item h5 {
	color: #716d6e;
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	font-weight: 300;
	height: 20px;
	line-height: 19.8px;
}

.carousel-item p {
	color: #555555;
	font-family: "Open Sans", sans-serif;
	font-size: 22px;
	font-weight: 300;
	line-height: 35.2px;
}

form {
	width: 100% !important;
	max-width: 700px !important;
	margin: 0 auto !important;

}

form {
	text-align: left !important;
}

form .row {
	margin-top: 35px !important;
}

.autor-text {
	padding-left: 15px;
}

.autor {
	width: 85% !important;
	max-width: 325px !important;
}

.autor-text h2 {
	color: #be9524;
	font-family: "Open Sans", sans-serif;
	font-size: 25px;
	font-weight: 700;
	height: 30px;
	line-height: 19.8px;
	text-align: left !important;
	margin-top: 40px;
}

.autor-text p {
    color: #555;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}

.autor-text .redes {
	font-size: 30px;
	gap: 25px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	align-content: flex-start;

}

.redes i {
	color: #be9524 !important;
}

.autor-text .assinatura {
	width: auto;
	font-family: 'Alex Brush';
	font-size: 45px !important;
	line-height: 75px !important;
	color: #333333;
}

footer p {
	text-align: center !important;
	max-height: 50px;
}


#section-form img {
	max-height: 450px;
}

#autor{
    background-color: #f7f7f7 !important;
}

#autor h2 {
	border-bottom: 1px solid #c0c0c0d7;
	padding-bottom: 50px !important;
}

.fa-quote-left {
	align-self: flex-start;
	font-size: 35px !important;
	margin-right: 15px;
}


.fa-quote-right {
	align-self: flex-end;
	font-size: 35px !important;
	margin-left: 15px;
}

.force-hidden {
	display: none !important;
}

.img-livro-desktop {
	filter: drop-shadow(4px 2px 50px rgba(255, 255, 255, 0.99)) !important;
}

.box-depoimentos-botao{
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	width: 100% !important;
}


.logo-mobile-visible{
	transition: all 2.5s ease-in-out;
	opacity: 0.9;
		/* Standard compliant browsers */
		-moz-opacity: 0.9;
		/* Firefox and Mozilla browsers */
		-webkit-opacity: 0.9;
		/* WebKit browser e.g. Safari */
		filter: alpha(opacity=90);
		/* For IE8 and earlier */
}

.logo-mobile-invisible{
	opacity: 0;
		/* Standard compliant browsers */
		-moz-opacity: 0;
		/* Firefox and Mozilla browsers */
		-webkit-opacity: 0;
		/* WebKit browser e.g. Safari */
		filter: alpha(opacity=0);
		/* For IE8 and earlier */
}

.background-transparent{
	background: transparent !important;
}

.capa-video{
	background-image: url(../img/capa-video.webp);
    width: 850px;
    height: auto;
    min-height: 550px;
    margin: 0 auto;
    background-size: cover;
	background-position: center center;
}

#play-button {
	background-color: #007BFF;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border-radius: 5px;
	text-align: center;
}
#video-container {
	display: none; /* O vídeo ficará oculto inicialmente */
}

.btn-reproduzir{
	height: auto !important;
    width: 15% !important;
}

#player{
	margin: 0 auto !important;
}

#autor {
	background-image: url(../img/wave_2.svg), url(../img/wave_1.svg);
	background-position: bottom center, bottom center;
	background-repeat: no-repeat, no-repeat;
	background-size: 100% auto !important
}


@media (min-width: 1024px) and (max-width: 1280px) {
	.section-slide {
		height: auto !important;
	}

	.capa-video{
		min-height: 575px;
	}
}



@media only screen and (max-width: 1280px) {

	.element-reveal-ever-visible-on-mobile{
		opacity: 1;
	}
	
	.visible-only-mobile,
	.topnav {
		display: block;
	}

	.visible-only-desktop {
		display: none !important;
	}

	.capa-video{
		width: 100%;
		min-height: 675px;
	}

    .autor-text p{
        color: #888888;
        font-family: "Open Sans", sans-serif;
        font-size: 19px;
        font-weight: 300;
        line-height: 32px;
    }

	.carousel-item {
		min-height: 700px;
	}

	.carousel-item img {
		margin-top: 308px !important;
	}

	.carousel-item p {
		margin-top: -310px !important;
	}

	.carousel-item h5 {
		margin-top: 200px !important;
	}

	#depoimentos {
        background-color: #fff !important;
	}

	#depoimentos button {
		margin-top: 35px;
	}

	.carousel-indicators {
		bottom: 205px;
	}

	.img-livro-mobile {
		max-width: calc(100% + 80px) !important;
		margin-left: -40px !important;
		margin-right: -40px !important;
		margin-top: 0px;
	}

	section {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.autor-text h2 {
		margin-top: 20px !important;
	}

	.logo img {
		height: 50px;
		transition: all 0.5s ease-in-out; 
	}

	.img-responsive {
		max-width: 100%;
	}


	.box-livro-title {
		font-size: 60px !important;
		line-height: 70.5578px !important;
		text-align: center;
	}

	.box-livro-text {
		text-align: justify !important;
		padding: 5px !important;
	}

	.cem-por-cento-on-mobile {
		min-width: 100% !important;
	}

	.col-whatsapp {
		margin-top: 35px;
	}

	.centralize-content-on-mobile {
		text-align: center !important;
		display: flex !important;
		flex-direction: column !important;
		align-content: center !important;
		justify-content: center !important;
		align-items: center !important;
	}

	.box-btn {
		flex-wrap: wrap;
		justify-content: center;
	}

	.section-slide {
		height: auto !important;
		border-bottom: 0px;
	}

	#autor img {
		margin-top: 35px;
	}

	.autor-text {
		margin-top: 30px;
	}

	.redes {
		flex-direction: row !important;
		margin-top: 10px;
	}

	#section-form img {
		margin-top: 30px;
		margin-bottom: 25px;
	}

    .menu>ul>li>a {
        padding: 10px;
    }

    .menu a, ul{
        flex-direction: column;
        padding-top: 15px;
        padding-bottom: 40px;
        border-top: 1px solid rgba(155, 155, 155, 0.5);
        width: 100%;
        margin-top: 20px;
        margin-left: 0px;
        padding-left: 0px;
    }

	.section-slide::before {
		background: linear-gradient(to bottom, rgba(190, 149, 36, 1), rgba(190, 149, 36, 0.5), rgba(190, 149, 36, 0.25), rgba(190, 149, 36, 0.15), rgba(190, 149, 36, 0.1), rgba(190, 149, 36, 0.05), rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 1)) !important;	
	}

	#home{
		margin-bottom: -5px;
		padding-top: 25px;
		background: linear-gradient(to bottom, rgb(221 221 221), rgb(221 221 221), rgb(221 221 221), rgb(190 149 36)) !important;
	}

	.container-livro-mobile{
		margin-bottom: 0px;
		margin-top: 1px;
	}

	.box-livro-text{
		font-size: 23px !important;
		line-height: 37px !important;
	}

	.box-livro-title{
		text-shadow: -2px 1px 1px rgba(0, 0, 0, 1), -2px 1px 42px rgba(0, 0, 0, 1) !important;
	}

	.box-depoimentos-botao{
		margin-top: -180px;
	}

	.section-slide .container{
		margin-top: 10px !important;
	}

}

@media only screen and (min-width: 1281px) {

	.visible-only-mobile,
	.topnav {
		display: none !important;
	}

	.visible-only-desktop {
		display: block;
	}

	#player {
		width: 845px;
		height: 550px;
	}
}

@media only screen and (max-width: 780px) {
	.capa-video{
		width: 100%;
		min-height: 475px;
	}

	.btn-reproduzir{
		height: auto !important;
    width: 25% !important;
	}

	#player{
		width: 100%;
		min-height: 500px;
	}
}


@media only screen and (max-width: 550px) {
	.capa-video{
		width: 100%;
		min-height: 375px;
	}
}

@media (min-width: 340px) and (max-width: 375px) {
    .box-livro-title {
        font-size: 55px !important;
    }
}

@media (min-width: 320px) and (max-width: 339px) {
    .box-livro-title {
        font-size: 50px !important;
    }
}

@media (min-width: 300px) and (max-width: 319px) {
    .box-livro-title {
        font-size: 45px !important;
    }
}

@media only screen and (max-width: 299px) {
    .box-livro-title {
        font-size: 40px !important;
    }
}