/*
Theme Name: ABlab - Marketing de Performance
Description: Site oficial da ABlab.
Version: 2.0
Author: Rodrigo Simoni - UX Designer/Front-end
*/

/* Reset CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	}

/** Reset das tags do HTML 5 **/
header, nav, section, article, aside, footer {display: block;}

::selection {
  background: #111;
  color: #fff;
}

img {
	max-width: 100%;
	height: auto;
}

body, html {
    font-family: 'Open Sans', sans-serif;
    height: 100%;
    scroll-behavior: smooth;
}

body a, button {
	transition: 0.1s ease-in-out all;
	-webkit-transition: 0.1s ease-in-out all;
	-o-transition: 0.1s ease-in-out all;
}

body a:hover, button:hover {
	transition: 0.1s ease-in-out all;
	-webkit-transition: 0.1s ease-in-out all;
	-o-transition: 0.1s ease-in-out all;
}

/** Nav **/

nav {
	width: 100%;
	height: 105px;
	background: #1d262d;
}

nav .logo {
	margin-top: 24px;
	display: table;
}

nav ul {
	font-size: 18px;
	font-weight: 700;
	float: right;
	text-transform: uppercase;
	margin-top: 40px;
}

nav ul li {
	display: inline;
	margin-left: 30px;
}

nav ul li a {
	color: #6b8ea0;
}

nav ul li a:hover {
	color: #fff;
	text-decoration: none;
}

/** Header **/

header {
	width: 100%;
	height: 672px;
	display: table;
	background: url(images/bg-header.jpg) no-repeat top center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

header small {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
	color: #ffa445;
	margin: 70px 0 20px 0;
	display: table;
}

header h1 {
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	color: #fff;
}

header .stroke {
	width: 100px;
	height: 10px;
	display: table;
	border-bottom: 7px solid #ffa445;
	margin: 40px 0;
}

header p {
	font-size: 18px;
	line-height: 28px;
	color: #fff;
}

.formulario {
	width: 100%;
	background: #13222d;
	padding: 30px;
	border-top: 5px solid #45ffa5;
}

.formulario strong {
	color: #45ffa5;
}

.formulario p {
	margin-bottom: 40px;
}

.formulario input {
	width: 100%;
	padding: 10px;
	margin-bottom: 12px;
	font-size: 16px;
	border: 4px solid #fff;
}

.formulario input:focus {
	border: 4px solid #45ffa5;
}

.formulario button {
	width: 100%;
	padding: 15px 10px;
	margin-bottom: 10px;
	font-size: 16px;
	background: #45ffa5;
	text-transform: uppercase;
	border: 0;
	font-weight: 700;
	color: #16282f;
}

.formulario button:hover {
	background: #71ffba;
}

/** Clientes **/

.clientes {
	width: 100%;
	display: table;
	padding: 70px 0;
}

.clientes h5 {
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	color: #ffa445;
	text-align: center;
}

.clientes h2 {
	font-weight: 700;
	font-size: 42px;
	line-height: 46px;
	text-align: center;
	margin: 15px 0 25px 0;
	color: #000;
}

.clientes hr {
	width: 100px;
	border-bottom: 7px solid #ffa445;
}

.clientes img {
	margin: 30px 5px;
}

/** Palestras **/

.bg-palestras {
	background: #1d262d;
	padding: 50px 0;
}

.palestras {
	width: 100%;
	table: display;
}

.palestras h5 {
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	color: #ffa445;
	text-align: center;
}

.palestras h2 {
	font-weight: 700;
	font-size: 42px;
	line-height: 46px;
	text-align: center;
	margin: 15px 0 25px 0;
	color: #fff;
}

.palestras hr {
	width: 100px;
	border-bottom: 7px solid #ffa445;
}

/** Titanic **/

.titanic {
	width: 100%;
	height: 600px;
	background: url(images/bg-palestra1.png) no-repeat top center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.titanic h5 {
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	color: #45ffa5;
	margin-top: 60px;
}

.titanic h3 {
	font-weight: 700;
	font-size: 50px;
	line-height: 58px;
	margin-top: 25px;
	color: #fff;
}

.titanic p {
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	margin: 25px 0 60px 0;
}

.titanic .cta {
	padding: 15px 60px;
	font-size: 16px;
	background: #45ffa5;
	text-transform: uppercase;
	border: 0;
	font-weight: 700;
	color: #273f40;
	border-radius: 8px;
}

.titanic .cta:hover {
	text-decoration: none;
	background: #88fdc4;
}

.texto-nasa {
	width: 100%;
	display: table;
	text-align: center;
	background: #000;
	padding: 25px 0;
	margin-bottom: 3px;
	color: #fff;
}

.texto-nasa .green {
	color: #45ffa5;
}

.fonte {
	font-family: baskerville, garamond;
	font-size: 28px;
	text-transform: uppercase;
}

/** Prevencao **/

.prevencao {
	width: 100%;
	height: 600px;
	background: url(images/bg-palestra2.png) no-repeat top center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: right;
}

.prevencao h5 {
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	color: #ffa445;
	margin-top: 60px;
}

.prevencao h3 {
	font-weight: 700;
	font-size: 50px;
	line-height: 58px;
	margin-top: 25px;
	color: #fff;
}

.prevencao p {
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	margin: 25px 0 60px 0;
}

.prevencao .cta {
	padding: 15px 60px;
	font-size: 16px;
	background: #ffa445;
	text-transform: uppercase;
	border: 0;
	font-weight: 700;
	color: #273f40;
	border-radius: 8px;
}

.prevencao .cta:hover {
	text-decoration: none;
	background: #ffb567;
}

.texto-nasa .orange {
	color: #ffa445;
}

/** Teorema **/

.teorema {
	width: 100%;
	height: 600px;
	background: url(images/bg-palestra3.png) no-repeat top center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.selo-desk {
	width: 64px;
	height: 64px;
	position: absolute;
	z-index: 9999;
	top: 130px;
	left: 300px;
	display: table;
}

.selo-mobo {
	display: none;
}

.teorema h5 {
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	color: #00ffe4;
	margin-top: 100px;
}

.teorema h3 {
	font-weight: 700;
	font-size: 50px;
	line-height: 58px;
	margin-top: 25px;
	color: #fff;
}

.teorema p {
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	margin: 25px 0 60px 0;
}

.teorema .cta {
	padding: 15px 60px;
	font-size: 16px;
	background: #00ffe4;
	text-transform: uppercase;
	border: 0;
	font-weight: 700;
	color: #273f40;
	border-radius: 8px;
}

.teorema .cta:hover {
	text-decoration: none;
	background: #6cfced;
}

/** Info Palestra **/

.info-palestras {
	width: 100%;
	display: table;
	text-align: center;
	padding: 80px 0;
}

.icons {
	padding: 40px;
}

.info-palestras h4 {
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	color: #182525;
	margin-top: 15px;
}

/** Videos **/

.videos {
	width: 100%;
	padding: 40px 0;
	border-top: 1px solid #cbdadb;
	text-align: center;
}

.videos h5 {
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	color: #ffa445;
	margin-bottom: 10px;
	margin-top: -15px;
}

.videos h3 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	color: #000000;
}

.videos p {
	font-size: 18px;
	line-height: 28px;
	color: #000;
	margin: 5px 0;
}

.carousel {
	width: 100%;
	background: #eee;
}

.carousel-item {
	width: 100%;
	height: 670px;
}

.sr-only {
	color: 000;
}

/** Imprensa **/

.imprensa {
	width: 100%;
	display: table;
	padding: 80px 0;
	border-top: 1px solid #cbdadb;
}

.imprensa p {
	font-size: 18px;
	line-height: 30px;
	color: #000;
	margin: 40px 0;
}

/** Prevencao **/

.pedro-ribeiro {
	width: 100%;
	height: 839px;
	background: url(images/bg-pedro-ribeiro.jpg) no-repeat top center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.perfil-mobo {
	display: none;
}

.pedro-ribeiro h5 {
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	color: #00ffe4;
	margin-top: 60px;
}

.pedro-ribeiro .stroke {
	width: 100px;
	height: 10px;
	display: table;
	border-bottom: 7px solid #00ffe4;
	margin: 40px 0;
}

.pedro-ribeiro h3 {
	font-weight: 700;
	font-size: 50px;
	line-height: 58px;
	margin-top: 25px;
	color: #fff;
}

.pedro-ribeiro p {
	font-size: 16px;
	line-height: 32px;
	color: #fff;
	margin: 30px 0;
}

.pedro-ribeiro strong {
	color: #00ffe4;
}

/** Liçôes **/

.licoes {
	width: 100%;
	padding: 70px 0;
	display: table;
}

.licoes h5 {
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	color: #e3a054;
	text-align: center;
}

.licoes h3 {
	font-weight: 700;
	font-size: 38px;
	line-height: 58px;
	margin-top: 30px 0;
	color: #000000;
	text-align: center;
}

.licoes h6 {
	font-size: 20px;
	color: #89878c;
	text-align: center;
	margin: 20px 0 30px 0;
}

.licoes hr {
	width: 100px;
	border-bottom: 7px solid #ffa445;
	margin-bottom: 50px;
}

.licoes p {
	height: 230px;
	font-size: 18px;
	line-height: 30px;
	color: #000000;
}

.licoes h4 {
	font-size: 26px;
	font-weight: 700;
	color: #e3a054;
	padding: 10px 0;
}

.licoes em {
	font-size: 16px;
	line-height: 24px;
	color: #89878c;
}

.text-licoes-mobo {
	display: none;
}

/** Livro **/

.livro {
	width: 100%;
	height: 627px;
	background: url(images/bg-livro-titanic.jpg) no-repeat top center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 3px;
}

.livro-mobo {
	display: none;
}

.livro h5 {
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	color: #45ffa5;
	margin-top: 60px;
}

.livro .stroke {
	width: 100px;
	height: 10px;
	display: table;
	border-bottom: 7px solid #45ffa5;
	margin: 25px 0;
}

.livro h3 {
	font-weight: 700;
	font-size: 50px;
	line-height: 58px;
	margin-top: 25px;
	color: #fff;
}

.livro p {
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	margin: 30px 0 25px 0;
}

.livro span {
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	display: table;
	margin-bottom: 50px;
}

.livro .fa-instagram {
	font-size: 24px;
	color: #45ffa5;
	font-weight: 700;
	margin-right: 5px;
}

.livro .cta {
	padding: 15px 60px;
	font-size: 16px;
	background: #45ffa5;
	text-transform: uppercase;
	border: 0;
	font-weight: 700;
	color: #273f40;
	border-radius: 8px;
}

.livro .cta:hover {
	text-decoration: none;
	background: #80ffc2;
}

/** Footer **/

footer {
	width: 100%;
	clear: both;
	background: #1d262d;
	padding: 50px 0;
}

footer p {
	font-size: 14px;
	line-height: 24px;
	color: #6e8698;
	margin-top: 30px;
	padding-bottom: 30px;
}

footer p strong {
	color: #e3a054;
}

footer h4 {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

footer ul {
	font-size: 14px;
	line-height: 36px;
	color: #5d7181;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 30px;
	list-style: none;
}

footer .fa {
	font-size: 24px;
	color: #fff;
	margin-right: 10px;
}

footer .copyright {
	border-top: 1px solid #5d7181;
}

footer a  {
	color: #5d7181;
}

footer a:hover  {
	color: #fff;
	text-decoration: none;
}




/** MEDIA QUERIES **/

@media (max-width: 1000px) {

	/** Nav **/

	nav {
		height: 80px;
		text-align: center;
	}

	nav .logo {
		width: 200px;
		display: inline;
	}

	nav ul {
		display: none;
	}

	/** Header **/

	header {
		width: 100%;
		height: 933px;
		display: table;
		background: url(images/bg-header-mobo.jpg) no-repeat top center; 
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	    background-size: cover;
	}

	header small {
		font-size: 14px;
		margin: 40px 0 20px 0;
	}

	header h1 {
		font-weight: 700;
		font-size: 26px;
		line-height: 34px;
	}

	header .stroke {
		margin: 25px 0;
	}

	header p {
		font-size: 16px;
		line-height: 26px;
	}

	.formulario {
		margin-top: 40px;
		padding: 20px;
	}

	/** Clientes **/

	.clientes {
		padding: 40px 0 30px 0;
		text-align: center;
	}

	.clientes h5 {
		font-size: 14px;
		line-height: 20px;
	}

	.clientes h2 {
		font-size: 28px;
		line-height: 34px;
		margin: 15px 0 25px 0;
	}

	.clientes hr {
		margin-bottom: 30px;
	}

	.clientes img {
		width: 120px;
		height: auto;
		margin: 10px 0;
	}

	/** Palestras **/

	.bg-palestras {
		padding: 30px 0;
	}

	.palestras h5 {
		font-size: 14px;
		line-height: 18px;
	}

	.palestras h2 {
		font-size: 28px;
		line-height: 34px;
	}

	.palestras hr {
		width: 100px;
		border-bottom: 7px solid #ffa445;
	}

	/** Titanic **/

	.titanic {
		width: 100%;
		height: 500px;
		display: table;
		background: url(images/bg-titanic-mobo.png) no-repeat top center; 
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	    background-size: cover;
	}

	.titanic h5 {
		font-size: 14px;
		line-height: 18px;
		margin-top: 30px;
	}

	.titanic h3 {
		font-size: 28px;
		line-height: 34px;
		margin-top: 20px;
	}

	.titanic p {
		margin-bottom: 30px;
	}

	.titanic span  {
		font-size: 14px;
		line-height: 20px;
		color: #fff;
		display: table;
	}

	.titanic .cta {
		display: block;
		text-align: center;
		margin-bottom: 40px;
	}

	.fonte {
		font-family: baskerville, garamond;
		font-size: 18px;
	}

	.texto-nasa {
		font-size: 14px;
		text-align: left;
	}

	/** Prevencao **/

	.prevencao {
		width: 100%;
		height: 520px;
		display: table;
		text-align: left;
		background: url(images/bg-prevencao-crises-mobo.jpg) no-repeat top center; 
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	    background-size: cover;
	}

	.prevencao h5 {
		font-size: 14px;
		line-height: 18px;
		margin-top: 30px;
	}

	.prevencao h3 {
		font-size: 28px;
		line-height: 34px;
		margin-top: 20px;
	}

	.prevencao p {
		margin-bottom: 30px;
	}

	.prevencao span  {
		font-size: 14px;
		line-height: 20px;
		color: #fff;
		display: table;
	}

	.prevencao .cta {
		display: block;
		text-align: center;
		margin-bottom: 40px;
	}

	.prevencao .nasa {
		display: table;
	}

	.prevencao span strong {
		color: #ffa445;
		text-align: center;
	}

	/** Teorema **/

	.teorema {
		width: 100%;
		height: 560px;
		text-align: left;
		background: url(images/bg-teorema-mobo.png) no-repeat top center; 
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	    background-size: cover;
	    padding-bottom: 20px;
	}

	.selo-desk {
		display: none;
	}

	.selo-mobo {
		width: 64px;
		height: 64px;
		position: absolute;
		z-index: 9999;
		top: 70px;
		left: 250px;
		display: table;
	}

	.teorema h5 {
		font-size: 14px;
		line-height: 15px;
		margin-top: 30px;
	}

	.teorema h3 {
		font-size: 28px;
		line-height: 34px;
		margin-top: 20px;
	}

	.teorema .cta {
		display: block;
		text-align: center;
	}

	/** Info Palestra **/

	.info-palestras {
		padding: 20px 0;
	}

	.info-palestras img {
		width: 130px;
		height: auto;
	}

	.icons {
		padding: 20px;
	}

	/** Videos **/

	.videos {
		width: 100%;
		padding: 20px 0;
		border: none;
	}

	.videos h5 {
		font-size: 14px;
		line-height: 18px;
		text-transform: uppercase;
	}

	.videos h3 {
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 30px;
	}

	.videos p {
		margin: -25px 0 40px 0;
	}

	/** Imprensa **/

	.imprensa {
		display: none;
	}

	/** Pedro Ribeiro **/

	.pedro-ribeiro {
		width: 100%;
		height: 580px;
		display: table;
		background: #061818; 
	    paffing-bottom: 60px;
	}

	.perfil-mobo {
		display: table;
	}

	.pedro-ribeiro h5 {
		font-size: 14px;
		line-height: 18px;
		margin-top: 20px;
	}

	.pedro-ribeiro .stroke {
		margin: 20px 0;
	}

	.pedro-ribeiro h3 {
		font-size: 28px;
		line-height: 34px;
		margin-top: 25px;
	}

	.pedro-ribeiro p {
		line-height: 26px;
		margin: 20px 0;
	}

	.text-mobo {
		display: none;
	}

	/** Liçôes **/

	.licoes {
		display: table;
		padding: 20px 0 60px 0;
	}

	.licoes h5 {
		font-size: 14px;
		line-height: 18px;
		margin-top: 20px;
	}

	.licoes h3 {
		font-size: 28px;
		line-height: 34px;
		margin-top: 25px;
	}

	.licoes h6 {
		font-size: 18px;
		margin: 40px 0;
	}

	.licoes p {
		height: none;
		font-size: 18px;
		line-height: 30px;
		color: #000000;
	}

	.licoes h4 {
		font-size: 26px;
		font-weight: 700;
		color: #e3a054;
		padding: 10px 0;
	}

	.licoes em {
		font-size: 16px;
		line-height: 24px;
		color: #89878c;
	}

	.text-licoes-mobo {
		width: 100%;
		height: 200px;
		display: table;
	}

	/** Livro **/

	.livro {
		width: 100%;
		display: table;
		background: url(images/bg-livro-titanic-mobo.jpg) no-repeat top center; 
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	    background-size: cover;
	    padding-bottom: 80px;
	}

	.livro-mobo {
		display: table;
		width: 350px;
		height: auto;
		text-align: center.
	}

	.livro h5 {
		font-size: 14px;
		line-height: 18px;
		margin-top: 20px;
	}

	.livro h3 {
		font-size: 28px;
		line-height: 34px;
		margin-top: 25px;
	}

	.livro p {
		font-size: 16px;
		line-height: 28px;
		color: #fff;
		margin: 30px 0 25px 0;
	}

	.livro span {
		display: none;
	}

	.livro .cta {
		display: block;
		text-align: center;
	}

	/** Footer **/

	footer {
		padding: 30px 0;
	}

	footer ul {
		margin-bottom: 20px;
	}

}