/*
Theme Name: Classic House 2021
Author: Luiz+Cruz Design
Author URI: http://www.facebook.com/luizcruzdesign
Description: Novo tema desenvolvido especialmente para o funcionamento do website da construtora Classic House.
Version: 10.2021
*/

html, body {
	height: 100vh;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: "open-sans", Arial, sans-serif;
}

h1 {
	font-family: "brandon-grotesque", Arial, sans-serif;
    text-align: left;
    font-style: normal!important;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 46px;
    margin-top: 0;
    margin-bottom: 20px;
}

h2 {
	font-size: 28px;
}

p {
	letter-spacing: -0.2pt;
}

div.hover {
	transition: 0.3s;
	opacity: 0;
}

.post {
	height: 25vw;
	display: block;
	border: 4px solid white;
	background-size: cover; 
	width: 100%;
	color: #333333!important;
	text-decoration: none!important;
}

.post * {
	text-align: center;
}

.prev-posts-link, .next-posts-link {
	margin-top: 20px;
}

.prev-posts-link > a, .next-posts-link > a {
	background-color: #44217a;
	color: #fff!important;
	padding: 5px 10px;
	margin-top: 20px;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
}

img.logocliente {
	transition: 0.3s;
}

img.logocliente:hover {
	transform: scale(1.1);
}

.post h2 {
	text-transform: capitalize;
	font-weight: bold;
	margin-top: 0;
	font-size: 22px;
}

ul.infosprojetohover {	
	margin-top: 20px;
}

ul.infosprojetohover, ul.listainfos {
	margin: 0;
	padding: 0;
}

ul.infosprojetohover li {
	display: inline;
	margin-top: 10px;
	text-align: center;
	font-size: 12px;
}

ul.infosprojetohover li:last-of-type {
	margin-left: 10px;
}

ul.infosprojetohover li:first-of-type {
    display: block;
	font-size: 14px;
}

.post > div {
	width: 100%;
	height: 100%;
	position: relative;
	justify-content: center;
    display: flex;
    align-items: center;
	left: 0;
	top: 0;
	background-color: rgba(255,255,255,0.9);
}

.post:hover > div.hover {
	opacity: 1;	
}

.vermais {
	background-image: linear-gradient(45deg, #2C1D5F, #44217A);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	border-radius: 2px;
	padding: 10px;
	margin: 10px;
	display: inline-block;
}

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

.vermais, .vermais:hover, .vermais:active {
	color: #fff;
	text-decoration: none;
}

a {
	cursor: pointer!important;
}

h3 {
	font-size: 14pt;
	font-weight: normal;
}

ul.caracteristicas {
	list-style-type: none;
	padding: 0;
	float: left;
}

#home {
	background-image: url(img/bgteaser.jpg);
	background-position: bottom;
}

div.heroimage {
	background-color: #404041;
	height: 50%;
	background-position: bottom;
}

div.heroimage > .container > h1 {
	color: #fff;
	text-shadow: 0px 0px 40px black;
}

div.heroimage > .container {
	display: flex;
	align-items: flex-end;
}

div.heroimage div.container, #home {
	height: 100%;
}

div.heroimage div.row, div.heroimage div.col-xs-12 {
	height: inherit;
}

div.heroimage div.row div.col-xs-12 {
	display: table;
}

div.tableholder {
	display: table-cell;
	vertical-align: bottom;
}

#home, .heroimage {
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

h2, h3 {
	margin: 0;
}

h1.jobtitle {
	font-family: "open-sans", Arial, san-serif;
	font-weight: bold;
	letter-spacing: -0.1pt;
}

.jobinfos {
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	width: 100%;
}

#quemsomos {
	position: relative;
	bottom: 80px;
	display: block;
	float: none;
	font-style: italic;
	margin: 0 auto;
	background-color: #44217A;
	padding: 50px;
	color: #fff;
	box-shadow: 5px 5px 20px rgba(0,0,0,0.6);
}

#quemsomos p:last-of-type {
	margin-bottom: 0!important;
}

#contato {
	color: #fff;
	background: linear-gradient(40deg, #993E97, #44217A);
}

.padding0 {
	padding-left: 0;
	padding-right: 0;
}

.table {
	display: table;
}

.veralign {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.paddington {
	padding-top: 50px;
	padding-bottom: 50px;
}

img#logao {
	width: 25%;
	max-width: 400px;
	min-width: 250px;
}

#quadradosholder {
	position: relative;
}

#quadrado1, #quadrado2 {
	position: absolute;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
}

#quadrado1 {
	width: 150px;
	height: 150px;
	background-color: #993E97;
	left: -25px;
	top: -105px;
}

#quadrado2 {
	width: 100px;
	height: 100px;
	background-color: #993E97;
	right: -20px;
	bottom: 55px;
}

#botaonavegacao {
	font-size: 20pt;
	width: 90%;
	display: block;
	margin: 0 auto;
	line-height: 2em;
}

div.containerbotao {
	background-color: #44217A;
}

#botaonavegacao:hover {
	text-decoration: none;
}

div.row > div.veralign {
	padding-top: 50px;
	padding-bottom: 50px;
}

div#contato div.col-xs-12 > div {
	margin: 40 0;
}

img#loguinho {
	width: 85%;
}

#logoholder {
	height: 100%;
}


/* Navbar */
nav li {
	list-style-type: none;
	float: left;
	text-align: left;
}

#navbig ul {
	float: right;
	margin-bottom: 0;
}

nav li {
	padding-right: 40px;
}

#navsmall a, nav li a, nav li > a:visited, .linkbranco {
	color: #fff;
}

nav li > a:hover, nav li > a:active, nav li > a:focus {
	color: #d09b2c;
	text-decoration: none;
}

#navbig {
	position: fixed;
}

nav li a {
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

#navbig li a {
	font-size: 14pt;
	line-height: 140px;
}

#navbig {
	border-top: 20px solid #44217A;
	padding: 0 15px;
	z-index: 999;
	box-shadow: none;	
	background-color: none;
}

#navbig div.roxo1 {
	width: 140px;
	height: 140px;
	float: left;
	margin-bottom: 0;
}

/* Nav Small */
#containernavsmall {
	position: fixed;
	width: 100%;
	z-index: 999;
}

#barranavsmall {
	background-color: #44217A;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	font-size: 20pt;
	z-index: 10;
	color: #fff;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}

#navsmall {
	padding: 0 15px;
	z-index: 8;
}

div#containerbotaonav {
	float: right;
}

#barranavsmall a, #barranavsmall a:focus {
	color: #fff;
	text-decoration: none;
	text-align: center;
}

#navsmall ul {
	background-color: #311B5E;
	margin: 0 -15px;
	font-size: 10pt;
	line-height: 50px;
	padding: 0 15px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
	z-index: 8;
}

#navsmall ul li {
	float: none;
	padding: 0;
}

roxo1 {
	color: #44217a;
}

div.roxo1 {
	background-color: #44217a;
}

/* Posts*/
input[type="text"], input[type="email"], input[type="tel"], textarea, .navpreto {
	color: rgb(51,51,51);
}

.appear {
	background-color: #404041;
	height: 100%;
	width: 100%;
	opacity: 0;
	position: relative;
	top: 0;
	left: 0;
}

.appear:hover {
	opacity: 0.5;
	transition-duration: 0.2s;
}

.postwithbg {
	position: relative;
	height: 400px;
	width: 100%;
	padding: 0;
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	background-repeat: no-repeat;
}

.postwithbg > div {
	width: inherit;
	position: absolute;
	bottom: 0;
	padding: 40px;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	background-image: linear-gradient(0deg, rgba(0,0,0,0.4), transparent);
	background-blend-mode: multiply;
	color: #fff;
}

.post h2 > div, .postwithbg h2 > div {
	background-color: #7D3DE0;
	width: 0.2em;
	height: 1em;
	float: left;
	margin-right: 10px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

.post ul, .postwithbg ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#servicos a {
	color: rgb(15,15,15);
	text-decoration: underline;
}

#servicos a:hover {
	color: #44217a;
}

/* Media Queries */
@media screen and (max-width: 767px) {
	td.commargem {
		padding-right: 0.5em;
	}
	
	#quemsomos {
		padding: 25px;
	}

	div.heroimage table {
		margin-bottom: 20px;
	}
	
	div.heroimage {
		height: 70%;
	}
	
	.post {
		height: 350px;
	}
	
	h1 {
		font-size: 22pt;
	}
	
	.jobtitle {
		font-size: 18pt;
	}
	
	ul.caracteristicas {
		margin: 1em 0 0 0;
	}
}

/* By Luiz Cruz */
footer.byluizcruz {
	background-color: #44217A;
	color: rgb(108,73,162);
}

p.byluizcruz {
	font-size: 9pt;
	padding-top: 1rem;
}

a.byluizcruz {
	text-decoration: underline;
	color: rgb(108,73,162);
}

ul#listacontato li {
	list-style-type: none;
}


/* Forms */
input[type="text"], input[type="email"], input[type="tel"], form table, textarea, nav {
	width: 100%;
}

.logocliente {
	margin: 0 auto;
}

label {
	font-weight: normal;
}

div#contatosholder {
	margin-bottom: 20px;
}

a.linkcontato, a.linkcontato:focus, a.linkcontato:visited, a.linkcontato:active, div.roxo1, #botaonavegacao, .navbranco {
	color: #fff;
}

#redessociais a:hover {
	opacity: 1;
}

#redessociais a {
	color: #fff;
	transition: 0.3s;
	margin-right: 10px;
	font-size: 30px;
	opacity: 0.8;
}

#redessociais {
	margin-top: 10px;
}