/*
Theme Name: Helvetia Village
Author: NascerWeb | Christiano Amaral
Author URI: http://nascer.net/
Description: Template desenvolvido exclusivamente para o Helvetia Village.
Version: 1.0
*/
/*-------------------------------------------------------
RESET
-------------------------------------------------------*/
@font-face {
	font-family: "Calibri";
	src: url("fonts/a78cfad3beb089a6ce86d4e280fa270b.eot"); /* IE9*/
	src: url("fonts/a78cfad3beb089a6ce86d4e280fa270b.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	url("fonts/a78cfad3beb089a6ce86d4e280fa270b.woff2") format("woff2"), /* chrome、firefox */
	url("fonts/a78cfad3beb089a6ce86d4e280fa270b.woff") format("woff"), /* chrome、firefox */
	url("fonts/a78cfad3beb089a6ce86d4e280fa270b.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url("fonts/a78cfad3beb089a6ce86d4e280fa270b.svg#Calibri") format("svg"); /* iOS 4.1- */
}
@font-face {
	font-family: "Calibri Bold";
	src: url("fonts/527c5ab608cab860a6aae8ce02e14b0e.eot"); /* IE9*/
	src: url("fonts/527c5ab608cab860a6aae8ce02e14b0e.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	url("fonts/527c5ab608cab860a6aae8ce02e14b0e.woff2") format("woff2"), /* chrome、firefox */
	url("fonts/527c5ab608cab860a6aae8ce02e14b0e.woff") format("woff"), /* chrome、firefox */
	url("fonts/527c5ab608cab860a6aae8ce02e14b0e.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url("fonts/527c5ab608cab860a6aae8ce02e14b0e.svg#Calibri Bold") format("svg"); /* iOS 4.1- */
}
/*-------------------------------------------------------
RESET
-------------------------------------------------------*/
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, *:before, *:after {
	box-sizing: border-box;
}
a{
	outline:none;
}
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 0;
}
.clear{
	clear:both;
	}
/*-------------------------------------------------------
GERAIS
-------------------------------------------------------*/
html{
	height:100%;
}
body {
	background:#f9f5e1;
	font-family: "Calibri";
	font-size: 25px;
	color:#56554e;	
	overflow-x: hidden;
	min-height: 100%;	
}
h1, h2, h3, h4, h5, h6{
	font-family: "Calibri";	
	line-height: 1em;
	color: #613603;
}
h1 {
	font-size: 70px;
	letter-spacing: -0.05em;
	line-height: 0.75em;
}
h2{
	font-family: "Calibri Bold";
	font-size: 31px;
	text-align: center;
	margin-bottom: 30px;	
}
a{
	color: #56554e;
	text-decoration:none;
	transition: all 200ms ease-in;	
	}
strong{
	font-family: "Calibri Bold";
	}
em{
	font-style: italic;
}
p {
	line-height: 1.2em;
	margin-bottom: 1em;
}
p:last-child{
	margin-bottom: 0;
}
.clearfix{
	clear:both;
}
img{
	display: block;
	height: auto;
}
.site {
	background: url(img/bg-y.png) no-repeat center bottom 20px;
	width: 100%;
	height: auto;
	z-index: 1;
	position: relative;
	overflow: hidden;
}
section{
	width: 100%;
	height: auto;
	position: relative;	
}
.inner{
	width: 700px;
    height: auto;
    padding: 50px 0 0;
	margin: 0 auto;
    position: relative;   
}
#ps2id-dummy-offset{
	height: 59px;
}
/*-------------------------------------------------------
HEADER
-------------------------------------------------------*/
header {
	background: rgba(249,245,225,0);
	width: 100%;
	height: 60px;
	position: absolute;
	z-index: 50;
	top: 100vh;
}
.header-inner{
	width: 700px;
	height: auto;
	padding: 0;	
	margin: 0 auto;
	position: relative;
}
/*NAVEGAÇÃO*/
#navegacao{
	width: 100%;
	height: auto;
	position: relative;
	font-size: 0;
	text-align: center;
}
nav.menu-header{
	display: block;	
}
nav.menu-header ul{
	font-size: 0;
}
nav.menu-header ul li{	
	display: inline-block;
	position: relative;
}
nav.menu-header ul li a{
	width: 140px;	
	height: 60px;			
	font-size: 19px;
	line-height: 70px;	
	color: #FFF;
	display: block;
	position: relative;	
}
nav.menu-header ul li:nth-child(1) a{
	background-color: #c46919;
}
nav.menu-header ul li:nth-child(2) a{
	background-color: #dd9723;
}
nav.menu-header ul li:nth-child(3) a{
	background-color: #5291ba;
}
nav.menu-header ul li:nth-child(4) a{
	background-color: #3d6899;
}
nav.menu-header ul li:nth-child(5) a{
	background-color: #293946;
}
nav.menu-header ul li a:hover{
	background-color: #613603;	
}
/*-------------------------------------------------------
FOOTER
-------------------------------------------------------*/
footer{	
	border-bottom: 20px solid #613603;	
	width: 100%;
	height: auto;		
	position: relative;	
}

footer .inner{
	padding: 65px 0 120px;
}
.logo-rodape{
	margin: 0 auto;
}
.btn-rola-topo{
	border: 2px solid #613603;
	width: 40px;
	height: 40px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	opacity: 0;
}
.quadrado {
	border-top: 2px solid #613603;
	border-left: 2px solid #613603;
	width: 16px;
	height: 16px;
	position: absolute;
	transform: rotate(45deg);
	top: 14px;
	left: 9px;
	transition: all 200ms ease-in;
}
.btn-rola-topo:hover{
	background: #613603;
}
.btn-rola-topo:hover .quadrado {
	border-top: 2px solid #f4e7cd;
	border-left: 2px solid #f4e7cd;
}
/*-------------------------------------------------------
HOME
-------------------------------------------------------*/
.fullsize-video-bg { 
	height: 100vh;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
#video-viewport {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
}
video {
	display: block;
	width: 100%;
	height: auto;
}
.logo {
	width: 190px;	
	position: absolute;
	top: 15vh;
	left: 50%;
	transform: translateX(-50%);	
}
h1.chamada {
	color: #f4e7cd;
	text-align: center;
	position: absolute;
	bottom: 100px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
a.btn-rola{
	border: 2px solid #f4e7cd;
	border-radius: 10px;
	width: 20px;
	height: 35px;
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
}
.bolinha{
	background: #f4e7cd;
	border-radius: 50%;
	width: 8px;
	height: 8px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 4px;
	animation-name: rolabolinha;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
@keyframes rolabolinha {
	0% {
		top: 4px;
		opacity: 1;
	}
	100% {
		top: 18px;
		opacity: 0;
	}
}
/* ESPAÇO HEADER */
.espaco-header{
	height: 60px;
}
/* GALERIA DE IMAGENS */
.fotos .inner{
	width: 1030px;
}
.fotos-container {
	height: 400px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.fotos-container .owl-carousel .owl-stage-outer {	
	overflow: hidden;
}
.fotos-container .owl-carousel .owl-stage {
	width: max-content !important;
}
.fotos-container .owl-carousel .owl-item {
	left: -35px;
}
.fotos-container .owl-item.active.center{	
	z-index: 10;
}
.item-foto {
	width: 630px;
	height: 380px;	
	padding-top: 20px;
	transition: all 300ms ease-in;	
}
.item-foto * {
	transition: all 300ms ease-in;		
}
.fotos-container .owl-item.active.center .item-foto {
	width: 700px;
	height: 400px;	
	padding-top: 0;
}
.owl-nav {
	width: 700px;
	height: 60px;
	position: absolute;
	top: 170px;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
}
.owl-prev,
.owl-next {
	background-color: #FFF !important;
	width: 60px;
	height: 60px;
	pointer-events: all;
	transition: all 200ms ease-in;
}
.owl-next{
	float: right;
}
.owl-prev span,
.owl-next span {
	color: #000;
	font-size: 50px;
	line-height: 20px;
}
.owl-prev:hover,
.owl-next:hover{
	background-color: #613603 !important;
}
.owl-prev:hover span,
.owl-next:hover span{
	color: #f4e7cd;
}
/* CONDOMÍNO E LOCALIZAÇÃO	 */
.conteudo{
	background: rgba(221,151,35,0.1);
	width: 100%;
	height: auto;
	padding: 65px 25px 40px;
}
/* ul.lista-condominio::after{
	content: "";
	display: table;
	clear: both;
}
li.item-condominio{
	width: 20%;
	padding: 0 5px;
	color: #856648;
	font-size: 18px;
	text-align: center;
	float: left;
	margin: 0 0 30px;
} */
.conteudo ul::after{
	content: "";
	display: table;
	clear: both;
}
.conteudo li{
	width: 20%;
	padding: 0 5px;
	color: #856648;
	font-size: 18px;
	text-align: center;
	float: left;
	margin: 0 0 30px;
}
.conteudo p {
	color: #613603;
	padding: 0 10px;
	font-size: 23px;
}
/* CONTATO */
.contato-inner {
	background: #FFF;
	width: 100%;
	height: auto;
	padding: 35px 25px 10px;
	margin-bottom: 15px;
}
.contato-inner p{
	margin: 0;
}
input[type=text],
input[type=email],
input[type=tel],
textarea{
	background: #FFF;
	border: 1px solid #FFF;
	border-bottom: 1px solid #000;	
	width: 100%;
	height: 35px;
	padding: 0;
	font-family: "Calibri";
	font-size: 18px;	
	color:#000;	
	line-height: 35px;
	margin: 0 0 10px;
	transition: all 200ms ease-in;	
}
textarea{
	height: 135px;
	padding: 0;
	line-height: 1.3em
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus{
	border-bottom: 1px solid #613603;
}
input[type="submit"], button[type="submit"] {
	background: #b9ab8f;
	width: 220px;
	height: 30px;
	border: none;
	color: #FFF;
	font-family: "Calibri";
	font-size: 18px;
	cursor: pointer;
	transition: all 200ms ease-in;
	margin: 25px auto 0;
	display: block;
}
input[type=submit]:hover, button[type=submit]:hover{
	background: #613603;	
}
.wpcf7-form-control-wrap.email,
.wpcf7-form-control-wrap.telefone {
	width: 50%;
	display: inline-block;
}
::placeholder {	
    opacity: 1;
}
:focus::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    opacity: 0;
}
/* EMENDAS */
.wpcf7-not-valid-tip {
	font-family: "Calibri Bold";
	font-size: 14px !important;
	color: #613603 !important;
	text-transform: uppercase;
	margin-top: -10px;
	margin-bottom: 5px;
}
.wpcf7-not-valid-tip::before{
	content: "🡡 ";
}
div.wpcf7-response-output {	
	border: none !important;
	border-radius: 0 !important;
	padding: 0 !important;
	font-family: "Calibri Bold";
	font-size: 16px !important;
	color: #613603 !important;
	text-transform: uppercase;
	margin: 20px 0 0 !important;
}
.btn-agende {
	background: #b9ab8f;
	width: 100%;
	height: 100px;
	display: block;
	font-family: "Calibri Bold";
	text-align: center;
	line-height: 100px;
	color: #FFF;
	font-size: 31px;
}
.btn-agende br{
	display: none;
}
.btn-agende:hover{
	background: #613603;	
}
/*-------------------------------------------------------
-------------------------------------------------------
RESPONSIVO
-------------------------------------------------------
-------------------------------------------------------*/
@media only screen
and (max-width : 768px) {

/*-------------------------------------------------------
GERAIS
-------------------------------------------------------*/
body {	
	font-size: 18px;
}
h1 {
	font-size: 50px;
}
h2 {
	font-size: 28px;
	margin-bottom: 25px;
}
.site {
	background: url(img/bg-y.png) no-repeat center bottom 10px;
	background-size: auto 170px;
}
.inner{
	width: 92%;  
    padding: 30px 0 0;	
}
#ps2id-dummy-offset{
	height: 49px;
}
/*-------------------------------------------------------
HEADER
-------------------------------------------------------*/
header {
	height: 50px;	
}
.header-inner{
	width: 100%;	
}
/*NAVEGAÇÃO*/
nav.menu-header ul li:nth-child(1){
	width: 11.6%;
}
nav.menu-header ul li:nth-child(2){
	width: 13.1%;
}
nav.menu-header ul li:nth-child(3){
	width: 29.2%;
}
nav.menu-header ul li:nth-child(4){
	width: 27.1%;
}
nav.menu-header ul li:nth-child(5){
	width: 19%;
}
nav.menu-header ul li a {
	width: 100%;
	height: 50px;
	font-size: 4.5vw;
	line-height: 60px;
}
/*-------------------------------------------------------
FOOTER
-------------------------------------------------------*/
footer{	
	border-bottom: 10px solid #613603;	
}
footer .inner{
	padding: 35px 0 60px;
}
.logo-rodape {
	width: 150px;
}
/*-------------------------------------------------------
HOME
-------------------------------------------------------*/
.logo {
	width: 150px;		
}
h1.chamada {	
	width: 92%;
	bottom: 80px;
}
/* ESPAÇO HEADER */
.espaco-header{
	height: 50px;
}
/* GALERIA DE IMAGENS */
.fotos .inner{
	width: 100%;
}
.fotos-container {
	height: auto;	
	left: 0;
	transform: none;
}
.fotos-container .owl-carousel .owl-stage-outer {	
	overflow: hidden;
}
.fotos-container .owl-carousel .owl-stage {
	width: max-content !important;
}
.fotos-container .owl-carousel .owl-item {
	left: 0;
}
.fotos-container .owl-item.active.center{	
	z-index: 10;
}
.item-foto {
	width: 100%;
	height: auto;	
	padding-top: 0;
}
.fotos-container .owl-item.active.center .item-foto {
	width: 100%;
	height: auto;	
	padding-top: 0;
}
.owl-nav {
	width: 100%;
	height: 30px;	
	top: calc( 50% - 15px );
	left: 0;
	transform: none;	
}
.owl-prev,
.owl-next {	
	width: 30px;
	height: 30px;
}
.owl-prev span,
.owl-next span {
	font-size: 40px;
	line-height: 20px;
}
/* CONDOMÍNO E LOCALIZAÇÃO	 */
.conteudo {
	padding: 40px 15px 10px;
}
.conteudo li{
	width: 50%;
	min-height: 36px;	
	font-size: 16px;	
	margin: 0 0 25px;
}
.conteudo p {	
	font-size: 18px;
}
/* CONTATO */
.contato-inner {	
	padding: 30px 15px 10px;
	margin-bottom: 15px;
}
input[type="submit"] {
	height: 40px;
}
.wpcf7-form-control-wrap.email,
.wpcf7-form-control-wrap.telefone {
	width: 100%;
	display: block;
}
/* EMENDAS */
.btn-agende {
	height: auto;
	line-height: 1.1em;
	font-size: 28px;
	padding: 15px 0;
}
.btn-agende br{
	display: block;
}
}
