/*
	Estilo do Banner
========================================================================== */
.header-banner {
	position: relative;
	z-index: -1;
}


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

}

/*
	Estilo da area de Siga
========================================================================== */
.internal-content .siga-area {
	position: relative;
	margin-top: -15px;
	margin-bottom: -15px;
	z-index: 5;
}

.siga-area .titulo {
	font-size: 30px;
	font-weight: 700;
}

.siga-area .redes a {
	display: inline-block;
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	border-radius: 1000px;
	background-color: #094A44;
	margin: 0px 10px;
}

.siga-area .redes a:hover {
	background-color: #40200D;
}

.siga-area .local-area {

}

.siga-area .local-area .endereco {
	font-size: 20px;
	font-weight: 300;
}

.siga-area .local-area .como-chegar,
.contato-area .como-chegar {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	width: 100%;
	max-width: 300px;
	color: #094A44;
	border: 1px solid #094A44;
}

.contato-area .como-chegar svg {
	fill: #094A44;

	transition: all 0.3s ease-in-out;
}

.siga-area .local-area .como-chegar:hover,
.contato-area .como-chegar:hover {
	background-color: #094A44;
	color: #d9d9d9;
}

.contato-area .como-chegar:hover svg {
	fill: #FFF;
}

@media only screen and (max-width: 992px) {
	.internal-content .siga-area {
		position: relative;
		margin-top: -15px;
		margin-bottom: initial;
		z-index: 5;
	}	
	.siga-area .cadeira {
		margin-bottom: 80px;
	}
	.siga-area .cadeira img {
		width: 100%;
		padding: 0px 50px;
	}
}

/*
	Estilo das fotos de estudio
========================================================================== */
.fotos-estudio {
	display: block;
	padding-bottom: 55%;
}

.slideshow .fotos-area {
	position: relative;
}

.slideshow .fotos-area img {
	width: 98%;
	top: 0;
	left: 1%;
	right: 1%;
	position: absolute;
	transition: opacity 1s ease-in-out;
}

.slideshow .fotos-area .visible {
	opacity: 1;
	z-index: 1;
}

.slideshow .fotos-area .visible.hidden {
	opacity: 0;
	z-index: 1;
}
/*
	Estilo da área de sobre
========================================================================== */
.sobre-area h4 {
	font-family: 'Metal';
	font-style: normal;
	font-weight: 400;
	font-size: 7.5vh;
	color: #1E1E1E;
	margin-bottom: -22px;
	position: relative;
	z-index: -1;
}

@media only screen and (max-width: 992px) {
	.sobre-area h4 {
		margin-bottom: -12px;
	}	
}

.sobre-area .box-area {
	background-color: #FFF;
}

.sobre-area .texto-area {
	width: 100%;
	max-height: 540px;
	overflow: hidden;
	overflow-y: scroll;
}

.sobre-area .icon-area {
	margin-top: -60px;
}



/*
	Estilo da área de sobre
========================================================================== */
.agendamento-area .titulo {
	overflow: hidden;
	position: relative;
	z-index: -1;
	margin-bottom: -120px;
	opacity: 5%;
}

.agendamento-area .titulo h4 {
	font-family: 'Metal';
	font-style: normal;
	font-weight: 400;
	font-size: 200px;
	color: #1E1E1E;
	text-transform: uppercase;
	text-align: center;
}

@media only screen and (max-width: 992px) {
	.agendamento-area .titulo h4 {
		font-size: 70px;
	}
}

.estilo-botao {
	background-color: transparent;
	border: 2px solid #094A44;
	border-radius: 0;
	box-sizing: border-box;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin: 0;
	outline: none;
	overflow: visible;
	padding: 1.25em 2em;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	transition: all 0.3s ease-in-out;
	user-select: none;
	font-size: 13px;
}

.estilo-botao::before {
	content: " ";
	width: 1.5625rem;
	height: 2px;
	background: #094A44;
	top: 50%;
	left: 1.5em;
	position: absolute;
	transform: translateY(-50%);
	transform-origin: center;
	transition: background 0.3s linear, width 0.3s linear;
}

.estilo-botao .text {
	font-size: 1.125em;
	line-height: 1.33333em;
	padding-left: 2em;
	display: block;
	text-align: left;
	transition: all 0.3s ease-in-out;
	text-transform: uppercase;
	text-decoration: none;
	color: #094A44;
}

.estilo-botao .top-key {
	height: 2px;
	width: 1.5625rem;
	top: -2px;
	left: 0.625rem;
	position: absolute;
	background: #d9d9d9;
	transition: width 0.5s ease-out, left 0.3s ease-out;
}

.estilo-botao .bottom-key-1 {
	height: 2px;
	width: 1.5625rem;
	right: 1.875rem;
	bottom: -2px;
	position: absolute;
	background: #d9d9d9;
	transition: width 0.5s ease-out, right 0.3s ease-out;
}

.estilo-botao .bottom-key-2 {
	height: 2px;
	width: 0.625rem;
	right: 0.625rem;
	bottom: -2px;
	position: absolute;
	background: #d9d9d9;
	transition: width 0.5s ease-out, right 0.3s ease-out;
}

.estilo-botao:hover {
	color: #094A44;
	background: #094A44;
}

.estilo-botao:hover::before {
	width: 0.9375rem;
	background: #d9d9d9;
}

.estilo-botao:hover .text {
	color: #d9d9d9;
	padding-left: 1.5em;
}

.estilo-botao:hover .top-key {
	left: -2px;
	width: 0px;
}

.estilo-botao:hover .bottom-key-1,
.estilo-botao:hover .bottom-key-2 {
	right: 0;
	width: 0;
}

/*
	Estilo da área de estacionamento
========================================================================== */
.estacionamento {
	background-color: #40200D;
	color: #FFF;
	font-size: 28px;
	margin-bottom: 55px;
}

.estacionamento b {
	font-weight: 700;
}

/*
	Estilo da área de planos
========================================================================== */
.planos-area {
	padding-top: 100px;
	background-color: #094A44;
}

.planos-area .intro-area {
	margin-top: -170px;
}

.planos-area .intro-area p {
	color: #FFF;
}

.planos-area .planos {


}

.planos .plano {
	margin-bottom: -150px;
}

@media only screen and (max-width: 992px) {
	.planos .plano {
		margin-bottom: auto;
	}
}

.plano .tag {
	background-color: #d9d9d9;
	color: #1E1E1E;
	font-weight: 600;
}

.plano .descricao {
	color: #1E1E1E;
	font-size: 18px;
	border-bottom: 1px solid #d9d9d9;
}

.plano .valor {
	font-size: 90px;
	font-weight: 700;
	border-bottom: 1px solid #d9d9d9;
}

.plano .valor span {
	font-size: 20px;
	font-weight: 400;
}

.plano .buttons a {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #FFF;
	background-color: #094A44;
	display: block
}

.plano .buttons a:hover {
	background-color: #40200D;
}


/*
	Estilo dos preços
========================================================================== */
.precos-area {
	margin-top: 200px;
}

.precos-area h4 {
	background-color: #d9d9d9;
	color: #1E1E1E;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 20px;
	padding: 20px;
	position: relative;
	z-index: 2;
	display: inline-block;
}

.precos-area .titulo {
}

.precos-area .titulo span {
	width: 100%;
	height: 1px;
	background-color: #094A44;
	margin-top: -40px;
	position: relative;
	z-index: -1;
}

@media only screen and (max-width: 992px) {
	.precos-area {
		margin-top: 0px;
	}
}

.precos-area .precos {
}

.precos .preco {
	border: 1px solid #094A44;
	color: #094A44;
}

/*
	Estilo da galeria
========================================================================== */
.galeria:hover a {
	opacity: 0.3;
}

.galeria a:hover {
	opacity: 1;
}

.galeria .item img {
	width: 100%;
	max-width: 350px;
}


/*
	Estilo da área do vídeo
========================================================================== */
.video-area {
	background-color: #1E1E1E;
}

.video-area .player-area {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-area .player-area iframe, 
.video-area .player-area object, 
.video-area .player-area embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/*
	Estilo da área final do site
========================================================================== */
.contato-area .redes svg {
	fill: #094A44;
	transition: all 0.3s ease;
}

.contato-area .redes a:hover svg {
	fill: #40200D
}

.contato-area a {
	color: #1E1E1E;
}

.contato-area a:hover {
	color: #094A44;
}


.form-group {
	color: #094A44;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	position: relative;
}

.form-group input {
	font-size: 100%;
	padding: 0.8em;
	outline: none;
	border: none;
	background-color: #FFF;
	width: 100%;
}

.form-group label {
	font-size: 100%;
	position: absolute;
	left: 0;
	padding: 0.8em;
	margin-left: 0.1em;
	pointer-events: none;
	transition: all 0.3s ease;
	color: #094A44;
	text-transform: uppercase;
}

.form-group :is(input:focus, input:valid)~label {
	transform: translateY(-50%) scale(.9);
	margin: 0em;
	margin-left: 0.2em;
	padding-bottom: 2.5em;
	background-color: transparent;
}

.form-group :is(input:focus, input:valid) {
	border-color: #FFF;
}


.form-group textarea {
	font-size: 100%;
	padding: 0.8em;
	outline: none;
	border: none;
	background-color: #FFF;
	width: 100%;
	height: 200px;
}

.form-group :is(textarea:focus, textarea:valid)~label {
	transform: translateY(-50%) scale(.9);
	margin: 0em;
	margin-left: 0.2em;
	padding-bottom: 2.5em;
	background-color: transparent;
}

.form-group :is(textarea:focus, textarea:valid) {
	border-color: #FFF;
}


.box-style-button {
	color: #FFF;
	display: block;
	text-align: center;
	padding: 20px;
	background-color: #094A44;
	text-transform: uppercase;
	font-weight: 600;
}

.box-style-button:hover {
	background-color: #40200D;
}