/* CSS Document */

html {
	font-size: 16px;
}

body {
	background-color: #fff;
	cursor: default;
}

/* Menu | Original */

#container-whatsapp {
    position: fixed;
	bottom: 5vw;
	right: 5vw;
	z-index: 100;
}

#container-whatsapp svg  {
    width: 4rem;
    
    -webkit-filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.5));
	-moz-filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.5));
	-ms-filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.5));
	-o-filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.5));
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.5));
}

.isca-whatsapp {
    fill: #fff;
    
    -webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

#container-whatsapp:hover .isca-whatsapp {
    fill: #ffbd35;
}

nav {
	display: block;
	position: absolute;
	width: 90%;
	margin: 0 5%;
	border: 1px solid #ffbd35;
	margin-top: 2rem;
	z-index: 1000;
}

nav div {
	display: inline-block;
}

#menu-left {
	width: 13.5%;
	height: auto;
	float: left;
}

#img-menu-logo {
	display: flex;
	justify-content: center;
	margin-top: 2.85rem;
}

#hbrLogoMonochrome {
	height: 1.625rem;
	width: auto;
	fill: #fff;
}

#menu-right {
	width: 86.5%;
	height: auto;
	border-left: 1px solid #ffbd35;
}

#menu-right div {
	display: block;
}

#menu-top {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #ffbd35;
}

#menu-top div {
	display: inline-block;
}

#flagBrasil,
#flagUsa  {
	height: 0.625rem;
	width: auto;
}

#flagBrasil {
	fill: #ffbd35;
}

#flagUsa {
	fill: #fff;
}

#pinLocation,
#pinLocationFixo {
	height: 1rem;
	width: auto;
	margin-bottom: -0.2rem;
}

#centralPiloto,
#centralPilotoFixo {
	height: 1.2rem;
	width: auto;
	margin-bottom: -0.25rem;
}

#pinLocation,
#centralPiloto {
	fill: #fff;
}

#pinLocationFixo,
#centralPilotoFixo {
	fill: #000;
}

#menu-pt a,
#menu-us a,
#menu-pin a,
#menu-data a {
	font-family: 'Teko', sans-serif; 
	font-size: 1rem;
	font-weight: 300;
	text-transform: lowercase;
	letter-spacing: 0.075em;
  	color: #fff;
	text-decoration: none;
}

#menu-pt a {
	color: #ffbd35;
	pointer-events: none;
}

#menu-pt,
#menu-us,
#menu-pin,
#menu-data {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

#menu-pt,
#menu-us {
	margin-left: 2rem;
}

#menu-pin,
#menu-data {
	float: right;
	margin-right: 2rem;
}

#menu-bottom {
	width: 100%;
	height: auto;
}

#menu-bottom-principal {
	text-align: center;
	margin-top: 1.5rem;
	margin-bottom: 1.25rem;
}

#menu-bottom-principal div {
	display: inline-block;
	margin: 0 5%;
}

#menu-empresa a,
#menu-estrutura a,
#menu-servicos a,
#menu-operacional a,
#menu-contato a {
	font-family: 'Teko', sans-serif; 
	font-size: 1.5rem;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.05em;
  	color: #fff;
	text-decoration: none;
}

#menu-operacional a {
	color: #ffbd35;
	pointer-events: none;
}

#menu-bottom-principal div a:hover {
	color: #ffbd35;
}

#hbrLogoMonochrome:hover {
	fill: #ffbd35;
}

#menu-us:hover a {
	color: #ffbd35;
}

#menu-us:hover #flagUsa {
	fill: #ffbd35;
}

#menu-pin:hover a,
#menu-fixo-pin:hover a {
	color: #ffbd35;
}

#menu-pin:hover #pinLocation,
#menu-fixo-pin:hover #pinLocationFixo {
	fill: #ffbd35;
}

#menu-data:hover a,
#menu-fixo-data:hover a {
	color: #ffbd35;
}

#menu-data:hover #centralPiloto,
#menu-fixo-data:hover #centralPilotoFixo {
	fill: #ffbd35;
}

/* Menu | Fixed */

#menu-fixo {
	display: none;
	position: fixed;
	width: 100%;
	height: 5rem;
	background-color: #fff;
	border-bottom: 2px solid #ffbd35;
	opacity: 0.95;
	z-index: 10;
}

#menu-fixo div {
	display: inline-block;
}

#menu-fixo-left {
	float: left;
	margin-left: 5%;
	margin-top: 1.5rem;
}

#menu-fixo-left img {
	height: 1.625rem;
	width: auto;
}

#menu-fixo-center {
	width: 50%;
	margin-left: 6%;
	margin-top: 1.6rem;
}

#menu-fixo-center div {
	margin-right: 2rem;
}

#menu-fixo-empresa a,
#menu-fixo-estrutura a,
#menu-fixo-servicos a,
#menu-fixo-operacional a,
#menu-fixo-contato a {
	font-family: 'Teko', sans-serif; 
	font-size: 1.25rem;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.05em;
  	color: #000;
	text-decoration: none;
}

#menu-fixo-right {
	float: right;
	margin-right: 3.5%;
	margin-top: 1.65rem;
}

#menu-fixo-right div {
	margin-left: 0.5rem;
}

#menu-fixo-right div a {
	font-family: 'Teko', sans-serif; 
	font-size: 1rem;
	font-weight: 300;
	text-transform: lowercase;
	letter-spacing: 0.075em;
  	color: #000;
	text-decoration: none;
}

#menu-fixo-operacional a {
	color: #ffbd35;
	pointer-events: none;
}

#menu-fixo-center div a:hover {
	color: #ffbd35;
}

/* Menu | Mobile */

#mobile-menu-container-open {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(255,189,53,.98);
	opacity: 0;
	z-index: 1001;
}

#mobileFlagBrasil,
#mobileFlagUsa  {
	height: 0.625rem;
	width: auto;
}

#mobileFlagBrasil {
	fill: #000;
}

#mobileFlagUsa {
	fill: #fff;
}

#mobilePinLocation {
	height: 1rem;
	width: auto;
	margin-bottom: -0.2rem;
}

#mobileCentralPiloto {
	height: 1.2rem;
	width: auto;
	margin-bottom: -0.25rem;
}

#mobilePinLocation,
#mobileCentralPiloto {
	fill: #fff;
}

#mobile-menu-pt div,
#mobile-menu-us div,
#mobile-menu-pin div,
#mobile-menu-data div {
	display: inline-block;
}

#mobile-menu-pt a,
#mobile-menu-us a,
#mobile-menu-pin a,
#mobile-menu-data a {
	font-family: 'Teko', sans-serif; 
	font-size: 1rem;
	font-weight: 300;
	text-transform: lowercase;
	letter-spacing: 0.075em;
  	color: #fff;
	text-decoration: none;
}

#mobile-menu-pt a {
	color: #000;
	pointer-events: none;
}

#mobile-menu-pt,
#mobile-menu-us {
	position: absolute;
	opacity: 0;
	top: 8%;
}
	
#mobile-menu-pt {
	left: 50px;
}
	
#mobile-menu-us {
	left: 150px;
}

#mobile-menu-pin,
#mobile-menu-data {
	position: absolute;
	opacity: 0;
	bottom: 8%;
}

#mobile-menu-pin {
	right: 75px;
}

#mobile-menu-data {
	left: 75px;
}

#mobile-menu-central {
	position: absolute;
	top: calc(50% - 135px);
	width: 100%;
	height: auto;
	opacity: 0;
	text-align: center;
}

#mobile-menu-central-principal div {
	display: block;
	margin: 5px 0;
}

#mobile-menu-empresa a,
#mobile-menu-estrutura a,
#mobile-menu-servicos a,
#mobile-menu-operacional a,
#mobile-menu-contato a {
	font-family: 'Teko', sans-serif; 
	font-size: 2rem;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.05em;
  	color: #fff;
	text-decoration: none;
}

#mobile-menu-operacional a {
	color: #000;
	pointer-events: none;
}

#mobile-menu-central-principal div a:hover {
	color: #000;
}

#mobile-menu-us:hover a {
	color: #000;
}

#mobile-menu-us:hover #mobileFlagUsa {
	fill: #000;
}

#mobile-menu-pin:hover a {
	color: #000;
}

#mobile-menu-pin:hover #mobilePinLocation {
	fill: #000;
}

#mobile-menu-data:hover a {
	color: #000;
}

#mobile-menu-data:hover #mobileCentralPiloto {
	fill: #000;
}

#mobile-menu-close {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	width: 60px;
	height: 60px;
	top: 4.5%;
	right: 35px;
	border: 2px solid #fff;
	background-color: transparent;
	opacity: 0;
	cursor: pointer;
	z-index: 1000;
	
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
	
#menuClose {
	width: 2em;
	height: auto;
	fill: #fff;
	
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
	
#mobile-menu-close:hover {
	border: 2px solid #000;
	background-color: #000;
	
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
	
#mobile-menu-close:hover #menuClose {
	fill: #ffbd35;
	
	-webkit-transform: scale(.95);
	-moz-transform: scale(.95);
	-ms-transform: scale(.95);
	-o-transform: scale(.95);
	transform: scale(.95);
}
	
/* Header | Mobile */
	
#mobile-menu-container-close {
	display: none;
}
	
#mobile-menu-logo {
	display: flex;
	position: absolute;
	top: 7%;
	left: 42px;
	opacity: 1;
	cursor: pointer;
	z-index: 999;
}

#hbrLogoMobile {
	width: auto;
	height: 1.625rem;
}

#mobile-menu-open {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	width: 60px;
	height: 60px;
	top: 4.5%;
	right: 35px;
	background-color: #ffbd35;
	opacity: 1;
	cursor: pointer;
	z-index: 999;
	
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	
	-webkit-box-shadow: 0px 0px 50px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 0px 50px rgba(0,0,0,.5);
	-ms-box-shadow: 0px 0px 50px rgba(0,0,0,.5);
	-o-box-shadow: 0px 0px 50px rgba(0,0,0,.5);
	box-shadow: 2px 2px 4px rgba(0,0,0,.3);
}
	
#menuOpen {
	width: 2em;
	height: auto;
	fill: #fff;
	
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
	
#mobile-menu-open:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
	
#mobile-menu-open:hover #menuOpen {
	-webkit-transform: scale(.95);
	-moz-transform: scale(.95);
	-ms-transform: scale(.95);
	-o-transform: scale(.95);
	transform: scale(.95);
}

/* Header */

#page-main {
	position: relative;
	width: 100%;
}

#img-main img {
	width: 100%;
}

#img-main {
	position: relative;
	width: 100%;
	max-height: 800px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow-y: hidden;
	z-index: -1000;
	margin: 0;
	padding: 0;
}

/* Header & Footer */

#item-main {
	position: absolute;
	bottom: 12em;
	left: calc(50% - 48px);
}

#arrow-main,
#social-icon-facebook,
#social-icon-instagram,
#social-icon-waze {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	cursor: pointer;
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
}

#arrow-main {
	width: 6rem;
	height: 6rem;
	border: 1.5px solid #fff;
	background-color: transparent;
	opacity: 0.3;
	
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-ms-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}

#social-icon-facebook,
#social-icon-instagram,
#social-icon-waze {
	width: 3rem;
	height: 3rem;
	border: 1.5px solid #000;
	background-color: transparent;
	
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-ms-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}

#arrow-main svg,
#socialFacebook,
#socialInstagram,
#socialWaze {
	width: auto;
}

#arrow-main svg {
	height: 2.5rem;
	fill: #fff;
	
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-ms-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}

#socialFacebook,
#socialInstagram,
#socialWaze {
	height: 1.125rem;
	margin-top: 0.85rem;
	fill: #000;
	
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-ms-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}

#arrowMain {
	fill:#fff;
	
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-ms-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}

#arrow-main:hover {
	background-color: #fff;
	opacity: 1.0;
}

#arrow-main:hover #arrowMain {
	fill:#ffbd35;
}

/* Description, Contact & Footer */

#page-description,
#options-description,
#page-contacts,
#page-footer {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
/*    border: 1px solid yellow;*/
}

#page-description {
	height: 23.5rem;
}

#options-description {
	margin-bottom: 3.5rem;
}

#page-contacts,
#page-footer {
	background-color: #ffbd35;
}

#page-socials {
	margin-top: 2rem;
}

#items-description,
#items-options,
#items-contacts,
#items-footer {
	width: 80%;
	margin: auto;
}

#items-footer {
	margin-top: 4rem;
	margin-bottom: 5.5rem;
}

#items-description div,
#items-contacts div,
#items-footer div,
#page-socials div {
	display: inline-block;
}

#page-socials div {
	margin-left: 1rem;
}

/* Description */

#items-description div h1{
	font-family: 'Teko', sans-serif; 
	font-size: 3.75rem;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.05em;
  	color: #000;
	margin-right: 2rem;
	text-align: right;
}

#items-description div p{
	font-family: 'Lora', serif; 
	font-size: 1.125rem;
	font-weight: 400i;
	font-style: italic;
	letter-spacing: 0.025em;
  	color: #000;
	margin-left: 2rem;
	text-align: left;
}

.divisor-vertical {
	border: 1px solid #ffbd35;
	height: 2.5rem;
}

#items-options button {
    font-family: 'Lora', serif; 
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05em;
  	color: #ffbd35;
	text-decoration: none;
	background-color: transparent;
	border: 1px solid #ffbd35;
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-ms-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}

#btn-aeronaves-novas {
    padding: 18px 90px;
    margin-right: 4rem;
}

#btn-aeronaves-seminovas {
    padding: 18px 72px;
}

#items-options button:hover {
    color: #fff;
	background-color: #ffbd35;
}

/* Contact & Footer */

#item-adress,
#item-channels {
	width: 50%;
	margin-top: 5rem;
}

#item-adress,
#items-footer div:first-child {
	float: left;
	text-align: left;
}

#item-channels,
#items-footer div:nth-child(2) {
	float: right;
	text-align: right;
}

#item-adress h3,
#item-adress p,
#items-footer div:first-child {
	margin-left: 1.25rem;
}

#item-channels h3,
#item-channels p,
#items-footer div:nth-child(2), 
#page-socials {
	margin-right: 1.25rem;
}

#divisor-horizontal-contacts-left,
#divisor-horizontal-contacts-right {
	width: 100%;
	height: 20px;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
}

#divisor-horizontal-contacts-right {
	border-right: 1px solid #000;
}

#item-adress h3,
#item-channels h3,
#item-adress p:nth-child(3),
#item-channels p:nth-child(3),
#item-adress p,
#item-channels p,
#items-footer div small {
	font-family: 'Teko', sans-serif; 
	font-weight: 300;
	letter-spacing: 0.05em;
  	color: #000;
}

#item-adress h3,
#item-channels h3 { 
	font-size: 1rem;
	text-transform: uppercase;
	margin-top: -0.25rem;
	margin-bottom: 2.5rem;
}

#item-adress p:nth-child(3),
#item-channels p:nth-child(3) { 
	font-size: 3rem;
	line-height: 1.1;
}

#item-adress p,
#item-channels p {
	font-size: 1.5rem;
	letter-spacing: 0.075em;
	line-height: 1.75;
}

#items-footer div small {
	font-size: 1rem;
}

#item-channels a {
	color: #000;
	text-decoration: none;
}

#arrowMail {
	display: none;
	opacity: 0.0;
	float: right;
	fill: #fff;
	stroke:#fff;
	stroke-width: 25;
	width: 1rem;
	height: auto;
	margin-right: 1rem;
	margin-left: 0.5rem;
	margin-top: 0.75rem;
}

#social-icon-facebook:hover,
#social-icon-instagram:hover,
#social-icon-waze:hover {
	background-color: #000;
}

#social-icon-facebook:hover #socialFacebook,
#social-icon-instagram:hover #socialInstagram,
#social-icon-waze:hover #socialWaze {
	fill: #ffbd35;
}

/* Aeronaves */

.bloco-aeronave,
.bloco-aeronave-itens {
	width: 100%;
/*    border: 1px solid yellow;*/
}

.bloco-aeronave {
	display: block;
}

.bloco-aeronave-itens,
.bloco-aeronave-itens-inverso {
	display: flex;
	flex-direction: row;
	align-items: center;
}

#ancora-aeronaves-novas {
    padding-top: 7rem;
}

.margem-inferior {
	margin-bottom: 10rem;
}

.margem-inferior-alt {
	margin-bottom: 2rem;
}

.bloco-aeronave-img {
	width: 50%;
}

.left-aeronave-img {
	text-align: right;
}

.right-aeronave-img {
	text-align: left;
}

.bloco-aeronave-img img {
	width: 100%;
	max-width: 600px;
}

.bloco-aeronave-txt {
	width: 50%;
	padding: 0 11%;
}

.bloco-aeronave-txt h2 {
	font-family: 'Teko', sans-serif; 
	font-size: 3.4rem;
	font-weight: 300;
	letter-spacing: 0.05em;
  	color: #000;
    margin-top: -0.4rem;
    margin-bottom: -1.25rem;
}

.bloco-aeronave-txt h3 {
    font-family: 'Teko', sans-serif; 
	font-size: 1.7rem;
	font-weight: 300;
	letter-spacing: 0.05em;
  	color: #000;
	margin-bottom: 1.75rem;
}

.bloco-aeronave-txt p {
	font-family: 'Lora', serif; 
	font-size: 0.8rem;
	font-weight: 400;
	letter-spacing: 0.025em;
	line-height: 2.25;
  	color: #000;
    margin-bottom: 2.25rem;
}

.bloco-aeronave-txt button {
	font-family: 'Lora', serif; 
	font-size: 0.8rem;
	font-weight: 400;
	letter-spacing: 0.05em;
  	color: #ffbd35;
	text-decoration: none;
	background-color: transparent;
	border: 1px solid #ffbd35;
	padding: 18px 42px;
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-ms-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}

.bloco-aeronave-txt button:hover {
    color: #fff;
	background-color: #ffbd35;
}

hr {
	width: 65px;
	border: 1px solid #ffbd35;
	margin-bottom: 2rem;
}

.bloco-sob-consulta {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
/*    margin-top: 11rem;*/
	margin-bottom: 11rem;
}

#ancora-aeronaves-seminovas {
    padding-top: 9rem;
}

.sob-consulta {
	width: 60%;
	text-align: center;
	margin: 0 auto;
}

.sob-consulta p {
	font-family: 'Lora', serif; 
	font-size: 3.5rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.4;
  	color: #000;
}

.sob-consulta button {
	font-family: 'Lora', serif; 
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05em;
  	color: #ffbd35;
	text-decoration: none;
	background-color: transparent;
	border: 1px solid #ffbd35;
	padding: 18px 72px;
    margin-top: 2.5rem;
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-ms-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}

.sob-consulta button:hover {
	color: #fff;
	background-color: #ffbd35;
}

.sob-consulta div {
	font-family: 'Lora', serif; 
	font-size: .8rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.4;
  	color: #000;
    margin-top: .75rem;
}

/* FORMS */

#container-form-aeronaves-novas,
#container-form-aeronaves-seminovas {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(246,246,246,.9);
	overflow: scroll;
	z-index: 2000;
	opacity: 0;
}

#form-aeronaves-novas,
#form-aeronaves-seminovas {
    width: 80vw;
    margin: 10vw;
    display: flex;
	justify-content: center;
	align-items: center;
    background-color: rgba(255,255,255,1);   
}

fieldset {
    width: 60vw;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}

legend {
    font-family: 'Teko', sans-serif; 
	font-size: 2.5rem;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.05em;
    line-height: 1.25;
  	color: #000;
	margin-left: 1rem;
    padding: 5rem 0 3rem 0;
    text-align: center;
    border: none;
}

#divisor-form {
	width: 100%;
	height: 15px;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
}

label {
	font-family: 'Teko', sans-serif; 
	font-size: 1rem;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.05em;
  	color: #000;
	margin-left: 1rem;
}

#block-nome,
#block-email,
#block-textarea {
    width: 57.5vw;
}

#block-telefone,
#block-select {
    width: 27.5vw;
}

#block-telefone {
    margin-right: 2.5vw;
}

input[type="text"],
input[type="email"],
textarea {
    width: 96%;
}

input[type="tel"],
select {
    width: 90%;
}

input,
select,
textarea {
    display: flex;
    flex-direction: column;
	font-size: 1rem;
	letter-spacing: 0.05em;
  	color: #626262;
	margin-left: 1rem;
	margin-bottom: 1.5rem;
    outline: none;
	border: none;
}

input { 
	height: 3rem;
	margin-top: -0.5rem;
}

select { 
	padding: .8rem 0;
	margin-top: -0.5rem;
}

textarea {
	height: 8rem;
	margin-top: 0.5rem;
}

::-webkit-input-placeholder { 
	font-size: 0.8rem;
	font-style: italic;
	letter-spacing: 0.05em;
  	color: #d2d2d2;
}
::-moz-placeholder {
  	font-size: 0.8rem;
	font-style: italic;
	letter-spacing: 0.05em;
  	color: #d2d2d2;
}
:-ms-input-placeholder {
  	font-size: 0.8rem;
	font-style: italic;
	letter-spacing: 0.05em;
  	color: #d2d2d2;
}
:-moz-placeholder {
  	font-size: 0.8rem;
	font-style: italic;
	letter-spacing: 0.05em;
  	color: #d2d2d2;
}

input[type="submit"] {
    font-family: 'Lora', serif; 
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05em;
  	color: #ffbd35;
	text-decoration: none;
	background-color: transparent;
	border: 1px solid #ffbd35;
	padding: 12px 72px 24px 72px;
    margin: 3rem 0 5rem 0;
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-ms-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}

input[type="submit"]:hover {
    color: #fff;
	background-color: #ffbd35;
}

#form-close-novas,
#form-close-seminovas {
	position: absolute;
	display: block;
	top: 13.5vw;
	right: 14vw;
	opacity: 1;
	z-index: 21;
}

#btn-form-close-novas,
#btn-form-close-seminovas {
    width: 2em;
	fill: none;
	stroke: #898989;
	stroke-linecap: round;
	stroke-miterlimit: 10;
	opacity: .5;
	cursor: pointer;
    
    -webkit-transition: .25s;
	-moz-transition: .25s;
	-ms-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}

#btn-form-close-novas:hover,
#btn-form-close-seminovas:hover {
	opacity: 1;
}

.line-form-close-a,
.line-form-close-b,
.line-form-close-c,
.line-form-close-d {
	transform-origin: center;
	
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
    
    -webkit-transition: .25s;
	-moz-transition: .25s;
	-ms-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}

/* Certificados */
        
#container-certificates {
    width: 100%;
    background-color: #ffbd35;
    padding-top: 4.5rem;
}

#logos-certificates {
    width: 45vw;
    margin-left: 11.5vw;
}

#container-certificates img {
    height: 3rem;
    margin-right: 1.5vw;
    margin-bottom: 1.5vw;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	
/* Menu | Original */

#menu-bottom-principal div {
	margin: 0 4%;
}
	
/* Menu | Fixed */
	
#menu-fixo-center {
	margin-left: 5%;
}

#menu-fixo-center div {
	margin-right: 1.5rem;
}
	
/* Header & Footer */

#item-main {
	bottom: 12%;
}
	
/* Description, Contact & Footer */

#page-socials {
	margin-top: 1.7rem;
}

#items-footer {
	margin-top: 4rem;
	margin-bottom: 5rem;
}
	
/* Contact & Footer */

#item-adress p:nth-child(3),
#item-channels p:nth-child(3) { 
	font-size: 2.6rem;
}

#item-adress p,
#item-channels p {
	font-size: 1.4rem;
}
	
/* Aeronaves */

.margem-inferior {
	margin-bottom: 9rem;
}

.bloco-aeronave-img {
	width: 50%;
	padding: 0 5%;
}

.bloco-aeronave-txt {
	width: 50%;
	padding: 0 10%;
}

.bloco-aeronave-txt h2 {
	font-size: 3rem;
}

.destaque {
	width: 65%;
	margin: 0 auto;
}

.destaque p { 
	font-size: 3rem;
}
    
.sob-consulta {
	width: 70%;
}
    
#btn-aeronaves-novas {
    margin: 0 1rem;
}

#btn-aeronaves-seminovas {
    margin: 0 1rem;
}
    
.sob-consulta p { 
	font-size: 3.25rem;
}
    
/* Certificados */

#logos-certificates {
    width: 55vw;
}

#container-certificates img {
    margin-right: 1.75vw;
    margin-bottom: 3vw;
}

}

@media only screen and (min-width:768px) and (max-width:991px) {
	
/* Menu | Original */

#menu-left {
	width: 15%;
}

#img-menu-logo {
	margin-top: 2.6rem;
}

#hbrLogoMonochrome {
	height: 1.5rem;
}

#menu-right {
	width: 85%;
}

#menu-bottom-principal {
	margin-top: 1.4rem;
	margin-bottom: 1.1rem;
}

#menu-bottom-principal div {
	margin: 0 3.5%;
}

#menu-empresa a,
#menu-estrutura a,
#menu-servicos a,
#menu-operacional a,
#menu-contato a {
	font-size: 1.2rem;
}

/* Menu | Fixed */

#menu-fixo-left {
	margin-left: 3%;
	margin-top: 1.6rem;
}

#menu-fixo-left img {
	height: 1.5rem;
}

#menu-fixo-center {
	margin-left: 3%;
	margin-top: 1.7rem;
}

#menu-fixo-center div {
	margin-right: 1rem;
}

#menu-fixo-empresa a,
#menu-fixo-estrutura a,
#menu-fixo-servicos a,
#menu-fixo-operacional a,
#menu-fixo-contato a { 
	font-size: 1.1rem;
}

#menu-fixo-right {
	margin-right: 3%;
	margin-top: 1.7rem;
}

#menu-fixo-right div {
	margin-left: 0.3rem;
}

/* Header & Footer */

#item-main {
	bottom: 10%;
}
	
/* Description, Contact & Footer */

#page-socials {
	margin-top: 1.3rem;
}

#items-description,
#items-contacts,
#items-footer {
	width: 85%;
}

#items-footer {
	margin-bottom: 4.5rem;
}

/* Description */

#items-description div h1{ 
	font-size: 3.5rem;
	margin-right: 1.5rem;
}

#items-description div p{ 
	font-size: 1rem;
	margin-left: 1.5rem;
}

.divisor-vertical {
	height: 2.3rem;
	margin-bottom: -.1em;
}

/* Contact & Footer */

#item-adress,
#item-channels {
	margin-top: 5rem;
}

#item-adress p:nth-child(3),
#item-channels p:nth-child(3) { 
	font-size: 2rem;
}

#item-adress p,
#item-channels p {
	font-size: 1.2rem;
}
	
#email-footer {
	color: #000;
	
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
	
#email-footer:hover {
	color: #fff;
}
	
/* Aeronaves */
 
.bloco-aeronave-itens,
.bloco-aeronave-itens-inverso {
	flex-wrap: wrap;
	justify-content: center;
}
	
.bloco-aeronave-itens-inverso {
	flex-direction: column-reverse;
}

.margem-inferior {
	margin-bottom: 8rem;
}

.bloco-aeronave-img {
	width: 80%;
}
	
.left-aeronave-img {
	text-align: center;
}

.right-aeronave-img {
	text-align: center;
}

.bloco-aeronave-txt {
	width: 80%;
	padding: 0 5%;
	margin-top: 2.5em;
}

.bloco-aeronave-txt h2 {
	font-size: 2.5rem;
}

.bloco-destaque {
	margin-top: 9rem;
	margin-bottom: 9.5rem;
}

.destaque {
	width: 70%;
	margin: 0 auto;
}

.destaque p { 
	font-size: 2.5rem;
}
    
.sob-consulta {
	width: 60%;
}
    
#btn-aeronaves-novas {
    margin: 0 .5rem;
}

#btn-aeronaves-seminovas {
    margin: 0 .5rem;
}
    
.sob-consulta p { 
	font-size: 3rem;
}
    
/* Certificados */

#logos-certificates {
    width: 75vw;
    margin-left: 10vw;
}

#container-certificates img {
    margin-right: 2.5vw;
    margin-bottom: 3vw;
}

}

@media only screen and (min-width:320px) and (max-width:767px) {
	
/* Menu | Original */
    
#container-whatsapp {
	top: 4.5%;
	right: 7.25rem;
}

#container-whatsapp svg  {
    width: 3.5rem;
}

nav {
	display: none;
}

/* Header | Mobile */
	
#mobile-menu-container-close {
	display: block;
}

/* Header & Footer */

#item-main {
	display: none;
}
	
/* Description, Contact & Footer */
	
#page-contacts {
	padding-top: 2em;
}

#page-footer {
	justify-content: space-between;
}
	
#items-description {
	width: 55%;
	margin: auto;
}

#items-footer {
	margin-top: 4rem;
	margin-bottom: 3.5rem;
}
	
/* Description */

#items-description div h1 {
	margin-right: 0;
	text-align: center;
}

#items-description div p { 
	font-size: 1rem;
	margin-left: 0;
	text-align: center;
	padding-bottom: .6em;
}
	
#items-description div:nth-child(2) {
	display: none;
}
	
/* Contact & Footer */

#item-adress,
#item-channels {
	width: 100%;
	margin-top: 3rem;
}

#item-adress {
	float: none;
	text-align: left;
}
	
#items-footer div:first-child {
	float: none;
	text-align: left;
}

#item-channels {
	float: none;
	text-align: left;
}
	
#items-footer div:nth-child(2) {
	float: none;
	text-align: center;
	display: none;
}

#item-adress h3,
#item-adress p {
	margin-left: 1.25rem;
}

#item-channels h3,
#item-channels p, 
#page-socials {
	margin-right: 0;
	margin-left: 1.25rem;
}
	
#items-footer div:first-child,
#items-footer div:nth-child(2) {
	margin-right: 1em;
	margin-left: 1em;
}

#divisor-horizontal-contacts-right {
	border-right: none;
}
	
#item-adress p:nth-child(3),
#item-channels p:nth-child(3) { 
	font-size: 2rem;
}

#item-adress p,
#item-channels p {
	font-size: 1.2rem;
	line-height: 1.2;
}
	
#email-footer {
	color: #000;
	
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
	
#email-footer:hover {
	color: #fff;
}

#arrowMail {
	margin-top: 0.2rem;
}
	
/* Aeronaves */
 
.bloco-aeronave-itens,
.bloco-aeronave-itens-inverso {
	flex-wrap: wrap;
	justify-content: center;
}
	
.bloco-aeronave-itens-inverso {
	flex-direction: column-reverse;
}

.margem-inferior {
	margin-bottom: 8rem;
}

.bloco-aeronave-img {
	width: 80%;
}
	
.left-aeronave-img {
	text-align: center;
}

.right-aeronave-img {
	text-align: center;
}

.bloco-aeronave-txt {
	width: 80%;
	padding: 0 5%;
	margin-top: 2.5em;
}

.bloco-aeronave-txt h2 {
	font-size: 2.5rem;
}

.bloco-destaque {
	margin-top: 8rem;
	margin-bottom: 8.5rem;
}

.destaque {
	width: 70%;
	margin: 0 auto;
}

.destaque p { 
	font-size: 1.8rem;
}

#block-telefone,
#block-select {
    width: 57.5vw;
}

#block-telefone {
    margin-right: 0;
}

input[type="tel"],
select {
    width: 96%;
}
    
.sob-consulta {
	width: 70%;
}
    
#btn-aeronaves-novas {
    margin: 0 .5rem;
    margin-bottom: 1rem;
}

#btn-aeronaves-seminovas {
    margin: 0 .5rem;
}

.sob-consulta p { 
	font-size: 2.25rem;
}
    
/* Certificados */

#logos-certificates {
    width: 75vw;
    margin-left: 14vw;
}

#container-certificates img {
    margin-right: 3.5vw;
    margin-bottom: 5vw;
}

}