/*
Theme Name: Pontocom Hotsite
Author: pontocom.ag
*/

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 {display: block; }
body {	line-height: normal; }
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; }
a {text-decoration:none; }
a img { -webkit-transform: rotate(0); -moz-transform: rotate(0); transform: rotate(0);	}

a {transition: all 0.2s; -moz-transition: all 0.2s; /* Firefox 4 */	-webkit-transition: all 0.2s; /* Safari and Chrome */ -o-transition: all 0.2s /* Opera */ }

* {box-sizing: border-box;}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('fonts/open-sans-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v18-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/open-sans-v18-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('fonts/open-sans-v18-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v18-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v18-latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v18-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v18-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/open-sans-v18-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('fonts/open-sans-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v18-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v18-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}


/* --------------------------------------- END RESET -------------------------- */

body {
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  font-weight: 400;
  height: 100%;
  background: url("img/bg-01.jpg") #001624;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

html {
	height: 100%;
  scrollbar-color: #c1c1c1 #f1f1f1;
  scrollbar-width: thin !important;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.content-wrap {
  width: 95%;
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
}

.content-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.content-wrap-full {
  width: 95%;
  margin: 0 auto;
  padding: 0;
  max-width: 1920px;
}



/* --------------------------------------- HEADER -------------------------- */

.main-flex {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	height: 100%;
}

header {
  width: 100%;
  height: auto;
  background: transparent;
  padding: 45px 0 0 0;
	margin: 0 0 0 0;
  position: relative;
  z-index: 9;
}


header .logo {
	width: 270px;
	margin: 0 auto;
}

/* --------------------------------------- MAIN -------------------------- */
.txt-intro {
	margin: 0 auto 25px auto;
	text-align: center;
	width: 90%;
}

.txt-intro h1 {
	font-size: 24px;
	color: #ffffff;
	font-weight: 700;
	letter-spacing: -1.2px;
}

.txt-intro h2 {
	font-size: 24px;
	color: #ffffff;
	font-weight: 400;
	letter-spacing: -1.2px;
}


.form-wrap {
	width: 90%;
	max-width: 400px;
	margin: 0 auto 25px auto;
}

.form-left {
	float: left;
	width: calc(100% - 130px);
}

.form-right {
	float: right;
	width: 130px;
}

.form-group {
	margin-bottom: 15px;
	transition: all .3s;
}

.form-label {
	font-size: .75em;
	color: #ffffff;
	display: block;
	opacity: 0;
	transition: all .3s;
	transform: translateX(-50px);
}

.form-control {
	width: 100%;
	height: 36px;
	display: block;
	box-sizing: border-box;
	background: #ffffff;
	border: none;
	border-radius: 3px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	padding: 0 15px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	color: #4A4C4E;
	font-weight: 400;
	letter-spacing: -0.6px;
	margin: 0 0 0 0;
	transition: all 0.2s;
}

.form-control::placeholder {
  color: #4A4C4E;
}

.form-control:focus {
	box-shadow: none;
	border-color: #B31417;
	outline: none;
}

.form-group:focus-within .form-control {
  background-color: #fffde0;
}

.form-control:invalid:focus {
  border-color: red;
}

.form-control:valid:focus {
  border-color: green;
}

.btn-form {
	font-family: 'Open Sans', Arial, sans-serif;
	background: #FF489C;
	width: 100%;
	height: 36px;
	padding: 0;
	margin: 0 auto;
	border: none;
	border-radius: 3px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	font-size: 14px;
	color: #ffffff;
	font-weight: 700;
	transition: background 0.2s;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.btn-form:hover {
  background: #00E768;
}

.focused > .form-label {
  opacity: 1;
  transform: translateX(0px);
}



/* -------------------------------------- RODAPÉ ------------------------------------- */

footer {  
  width: 100%;
}

footer .content-flex {
	max-width: 940px;
	width: 90%;
	justify-content: space-between;
	margin: 0 auto;
}

.rdp-box {
	margin: 0 0 30px 0;
	text-align: center;
}

.rdp-box h3 {
	font-size: 30px;
	color: #ffffff;
	font-weight: 700;
	letter-spacing: -1.4px;
	margin: 0 0 25px 0;
	line-height: 38px;
}

.cta-01 {
	background: #00e768;
	padding: 10px 45px 10px 45px;
	border-radius: 3px;
	font-size: 14px;
	color: #ffffff;
	font-weight: 700;
	border: none;
	display: inline-block;
	margin: 0 auto;
}

.cta-01:hover {
	background: #FF489C;
}

.lista-social {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.lista-social li {
	width: 37px;
	display: flex;
	margin: 0 9px 18px 9px;
}

@media screen and (max-width: 2600px) {

	.form-left {
		float: none;
		width: calc(100%);
		margin: 0 auto 15px auto;
	}

	.form-right {
		float: none;
		width: 130px;
		margin: 0 auto;
	}	
	
	.form-control {
		border-radius: 3px;
	}
	
	.btn-form { 
		border-radius: 3px;
	}
}	

@media screen and (max-width: 880px) {
	header {
		width: 100%;
		height: auto;
		background: transparent;
		padding: 50px 0 0 0;
		margin: 0 0 60px 0;
		position: relative;
		z-index: 9;
	}

	header .logo {
		width: 200px;
		margin: 0 auto;
	}
	
	.form-wrap {
		margin: 0 auto 60px auto;
	}	
	
	.form-left {
		float: none;
		width: calc(100%);
		margin: 0 auto 15px auto;
	}

	.form-right {
		float: none;
		width: 130px;
		margin: 0 auto;
	}	
	
	.form-control {
		border-radius: 3px;
	}
	
	.btn-form { 
		border-radius: 3px;
	}
	
	footer .content-flex {
		justify-content: center;
	}
	
	.rdp-box {
		width: 100%;
		margin: 0 0 45px 0;
		text-align: center;
	}
	
	.rdp-box h3 {
		font-size: 24px;
		line-height: 28px;
		letter-spacing: -0.6px;
	}
	
}



/* -------------------------------------- ÚTEIS ------------------------------------- */

.img-100 {max-width: 100%; height: auto; width: auto;}

.transition {
	transition: all 0.2s; 
	-moz-transition: all 0.2s; /* Firefox 4 */	
	-webkit-transition: all 0.2s; /* Safari and Chrome */ 
	-o-transition: all 0.2s; /* Opera */
}

.opacity {
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
}

.bold, strong {	font-weight:bold !important; }
em { font-style:italic; }
.clear {  clear:both !important; }