@charset "UTF-8";

/* CSS Document */


/* GERAL */

* {
	margin: 0;
	padding: 0;
}

html,
body {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	color: #333333;
	background: #ffffff;
}

@font-face {
	font-family: "GothamBold";
	src: url("../font/GothamBold.eot");
	/* IE9 Compat Modes */
	src: url("../font/GothamBold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	url("../font/GothamBold.otf") format("opentype"), /* Open Type Font */
	url("../font/GothamBold.svg") format("svg"), /* Legacy iOS */
	url("../font/GothamBold.ttf") format("truetype"), /* Safari, Android, iOS */
	url("../font/GothamBold.woff") format("woff"), /* Modern Browsers */
	url("../font/GothamBold.woff2") format("woff2");
	/* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}

a,
a.visited,
a.active,
a:hover {
	text-decoration: none;
	cursor: pointer;
}

a {
	color: #2f2f2f;
	text-decoration: none;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

a:Hover {
	color: #431b98;
}

ul {
	list-style-type: none;
}


/* FIM ~ GERAL */

p {
	font-size: 18px;
	line-height: 25px;
	margin: 0 0 20px 0;
	text-align: justify;
}

.texto p a {
	color: #431b98 !important;
}

img {
	width: 100%;
	height: auto;
}

hr {
	width: 100px;
	height: 5px;
	margin: 20px auto;
	background: black;
	border: 0;
}

.padrao {
	width: 100%;
	max-width: 1620px;
	margin: 0 auto;
	position: relative;
	display: block;
}
h2 {
	font-family: 'GothamBold', sans-serif;
	font-size: 4em;
	/*letter-spacing: 10px;*/
	font-weight: 700;
	color: #000000;
}

h3 {
	font-family: 'GothamBold', sans-serif;
	font-size: 3em;
	font-weight: 700;
	margin: 0 0 20px 0;
	color: #000000;
}

h4 {
	font-family: 'GothamBold', sans-serif;
	font-size: 1.2em;
	font-weight: 700;
	color: #ffffff;
}

.roxo {
	color: #431b98;
}

.box40 {
	width: 50%;
	float: left;
}


.box70 {
	width: 60%;
	padding: 5%;
	float: left;
}


.box30 {
	width: 30%;
	float: left;
}
.boxmetade {
	width: 40%;
	padding: 5%;
	float: left;
}
.boxmetade.fotoLivro {
	width: 50%;
	padding: 0;
}


/* HEADER */

header {
	margin: 0;
	width: 100%;
	background: url("../img/bg_header.jpg") top center no-repeat;
	background-color: #000000;
	background-attachment: fixed;
	height: 1080px;
	float: left;
}

header.empreendedor {
	margin: 0;
	width: 100%;
	background-image: none !important;
	background-color: #000000;
	background-attachment: fixed;
	height: 300px;
	float: left;
}

header h1 {
	width: 200px;
	max-width: 30% !important;
	margin-top: 60px;
	margin-left: 20px;
	float: left;
}

header nav {
	width: 75%;
	margin-top: 140px;
	float: right;
}

header nav ul li {
	padding: 0 15px;
	display: block;
	float: right;
}

header nav ul li a {
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
	cursor: pointer;
}

header .chamada {
	width: 80%;
	margin: 20% 10% 0 10%;
	text-align: center;
	float: left;
}

header .chamada h2 {
	margin-bottom: 0;
	color: #ffffff;
}

header .chamada h3 {
	margin: 0;
	color: #ffffff;
}

header .chamada h4 {
	margin-top: 30px;
}


/* FIM ~ HEADER */


/* SOBRE */

section#sobre, section#meulivro, section#jeunesse {
	margin: 2px 0;
	width: 100%;
	max-height: 890px;
	overflow: hidden;
	float: left;
}

section#sobre .box60, section#meulivro .box60, section#jeunesse .box60 {
	padding: 5% 10% 5% 5%;
	width: 30%;
	float: left;
}
section#meulivro .box60{
	width: 35%;
}


section#meulivro{
background: #e5e4e4;
}


.btnLivro{
	width: 65%;
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #431b98;
	color: #431b98;
	display: block;
	text-align: center;
}
.btnLivro:Hover{
	background: #431b98;
	color: #fff;
}

/* FIM ~ SOBRE */


/* PROFISSÃO */

section#profissao {
	margin: 2px 0;
	width: 100%;
	float: left;
}

section#profissao .box100.destaque {
	width: 100%;
	background: url("../img/bg_profissao.jpg") center center no-repeat;
	background-color: #000000;
	background-attachment: fixed;
	padding: 0;
	height: 800px;
	overflow: hidden;
	float: left;
}

section#profissao .box100.texto {
	width: 50%;
	padding: 5% 25%;
	text-align: justify;
	float: left;
}

section#profissao .box100.texto h4 {
	font-family: 'Roboto', sans-serif;
	color: #000000;
	font-size: 1.5em;
	font-weight: 300;
}


/*
section#profissao .box100.texto p, section#profissao .box100.texto h3{
	text-align: center !important;
}


/* FIM ~ SOBRE */

/* NEWSLETTER */
section#newsletter{
	background:  #431b98;
	margin: 2px 0;
	padding: 2% 0;
	width: 100%;
	float: left;
}
section#newsletter h3{
	color: #ffffff;
	text-align: center;
}

section#newsletter input, 
section#newsletter button{
	width: 31% !important;
	margin-right: 2% !important;
	float: left;
}
section#newsletter input{
	border-bottom: 1px solid #fff !important;
}
section#newsletter button{
	color: #431b98 !important;
	text-transform: uppercase;
}


section#newsletter ::placeholder {
  color: #fff;
}

/* SOCIALS */

section#socials,
section#midias {
	width: 100%;
	font-family: 'GothamBold', sans-serif;
	color: #ffffff;
	font-size: 2em;
	text-align: center;
	float: left;
}

.box2,
.box3 {
	background: #000000;
	position: relative;
	max-height: 185px;
	overflow: hidden;
	float: left;
}

.lightbox h3 {
	font-family: 'GothamBold', sans-serif;
	margin-bottom: 20px;
}

.box1 {
    width: 100%;
	height: 60px;
	margin-bottom: 1px;
    overflow: hidden;
	position: relative;
}
.box1 h2 {
    color: #ffffff;
    font-size: 1.5em;
    text-align: center;
    position: absolute;
    top: 30%;
    width: 100%;
    z-index: 3;
}
.brasil{
	background: url("../img/bandeira_brasil.jpg") center center no-repeat;
}
.italia{
	background: url("../img/bandeira_italia.jpg") center center no-repeat;
}
.espanha{
	background: url("../img/bandeira_espanha.jpg") center center no-repeat;
}


.box2 {
	width: 49.85%;
	border: 1px solid #ffffff;
}

.box3 {
	width: 33.2%;
	border: 1px solid #ffffff;
}

.box2 img,
.box3 img {
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	float: left;
}

.box2:hover img,
.box3:hover img {
	opacity: 0.3;
}

.box2 h2,
.box3 h2 {
	text-align: center;
	position: absolute;
	font-size: 1em;
	width: 100%;
	color: #ffffff;
	top: 45%;
	z-index: 3;
}

.overlay {
	background-size: 100%;
	background-image: linear-gradient(to right top, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, .7) 35%, rgba(0, 0, 0, .1) 100%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 2;
	opacity: 1;
	position: absolute;
}

.ebook {
	background: #431b98;
}

.instagram {
	background: #e1696d;
}

.youtube {
	background: #fe2919;
}

.facebook {
	background: #4267b2;
}

.linkedin {
	background: #006699;
}

.soundcloud {
	background: #ff6c26;
}

.soundcloud:Hover {
	background: #a04616;
}

.spotify {
	background: #2cd276;
}

.spotify:Hover {
	background: #317f4c;
}

.apple {
	background: #974eca;
}

.apple:Hover {
	background: #5b366f;
}

.ebook,
.instagram,
.youtube,
.facebook,
.linkedin,
.soundcloud,
.spotify,
.apple,
.btnContato,
.btnWhatsApp,
.btnLivro{
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	transition: all .3s ease-in;
	cursor: pointer;
}

#midias .box3 h2 {
	top: 40%;
}


/* FIM ~ SOCIALS */


/* PODCAST */

section#podcast {
	width: 100%;
	background: #f5f5f5;
	float: left;
}


/* FIM ~ PODCAST */


/* CONTATO */

section#contato {
	margin: 2px 0;
	width: 100%;
	max-height: 900px;
	overflow: hidden;
	float: left;
}

section#contato .box50 {
	padding: 5%;
	width: 40%;
	position: relative;
	float: left;
}

section#contato .box50.foto {
	padding: 0;
	width: 50%;
	float: left;
}

.btnContato,
.btnWhatsApp {
	width: 35%;
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #000;
	color: #000;
	display: block;
	text-align: center;
}

.btnContato {
	float: left;
}

.btnWhatsApp {
	float: right;
}

.btnContato:Hover,
.btnWhatsApp:Hover {
	color: #fff;
	border-color: #431b98;
	background: #431b98;
	cursor: pointer;
}

._form-thank-you {
	font-family: 'GothamBold', sans-serif;
	color: #4a0c9f;
	text-align: left;
	font-size: 24px;
	position: relative;
	left: 0;
	right: 0;
	top: 5%;
}


/* FORMULÁRIO */

input,
textarea {
	width: 100%;
	padding: 20px;
	margin-bottom: 20px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #b7b7b7;
}

input:focus,
textarea:focus {
	border-color: #431b98;
	box-shadow: 2px;
}

button {
	width: 100%;
	padding: 20px;
	margin-bottom: 30px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #431b98;
	color: #ffffff;
	text-align: center;
	border: 0;
}

footer {
	padding: 20px 0;
	background: #120036;
	clear: both;
}

footer p {
	font-size: 14px;
	margin: 0;
	color: #ffffff;
	text-align: center;
}

.lightbox {
	display: none;
}


/* override default feather style... */

.fixwidth {
	background: rgba(256, 256, 256, 0.8);
}

.fixwidth .featherlight-content {
	width: 500px;
	padding: 25px;
	color: #fff;
	background: #111;
}

.fixwidth .featherlight-close {
	color: #fff;
	background: #333;
}