body{
	font-family: "Avenir Next Lt Pro" !important;	
}
header{
	padding-top: 10px;
	padding-bottom: 10px;
}
body{
	margin: 0;
}
.default-bg{
margin:auto;
}
.content-bg{
	background: white;
	min-height: 100vh;
}

.white-font{
	color: black;
}
.flex-body{
	display: flex;
  max-width: 1920px;

}
.logo2{
max-width:180px !important;
}


.flex-body .content-div{
min-height: 100vh;
}
.logo{
max-width:300px;
  margin-top:1em;
  margin-left:1em;
}

.content-flex{
	display:flex;
	justify-content: space-between;
}

.menu ul{
	list-style: none;

}
.menu ul li a{
	text-decoration: none;
	color:black;
}
.menu ul li a:hover{
	text-decoration: none;
	color:#EDA82C;
}

.menu li{
	display: inline-flex;
	margin-right: 7px;
	margin-left: 7px;
}
.div1{
  
width: 50%;
}
.div2{
  justify-content: center;
  background-size:cover !important;
      flex-direction: column;
width:50%;
  display:flex;
   background: center center no-repeat;
      background-size: cover;
}

.div3{
height: 95%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form-style input{
  width: 95%;
  padding:10px;
  background-color: #F8F8F8;
    border-width: 0px;
  border-radius:6px;
}
.form-style .hs-error-msg{
color:red;}
.form-style .hs-form-field{
margin-top:15px;
}
.hs-button{
background: #EDA82C !important ;
    border: 0px;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
    width: 100% !important;
  cursor: pointer;
  color:white;
  
}

.form-interno{
    min-width: 500px;
    padding: 2em;
  padding-bottom:3em;
    margin-left: auto;
   margin-right: auto;
  border-radius:10px;
    color: black;
    background: white;
  box-shadow: 3px 10px 65px rgba(0,0,0,0.2);
}
.form-interno h3{
text-align:center;
}

.divider-br{
    width: 92px;
  background:#eda82c;
    margin: 0 auto;
    margin-center: 0;
  display: block;
    height: 4px;
}
}
.button-cta{
background:#eda82c;
padding-top:7px;
padding-bottom:7px;
padding-right:15px;
padding-left:15px;
color:black;
  border-radius:6px;
  text-decoration:none;
}

.form-columns-2>div{
      width: 48% !important;
    float: left;
    margin-right: 10px;
}




.body-container-wrapper {
display:none;}


.nav{
	margin-top:15px;
}

.nav__list{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.nav__list a{
	display:block;
	color:#333;
	text-decoration:none;
	font-weight:700;
	font-size:12px;
	line-height:32px;
	padding:0 15px;
  color:white;
}

.nav__list li{
	position: relative;
	float:  left;
	margin: 0;
	padding: 0;
}
.nav__list>li {
  background:#EDA82C;
  margin-right:20px;
  padding:10px 25px;
  border-radius:6px;
}

.nav__list li:hover{
	background-color: gray;
}

.nav__list ul{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #fff;
	padding: 0;
	list-style: none;
}

.nav__list ul li{
	float: none;
	width: 200px;
  color:black;
}
.submenu a{
color:black;}
.nav__list ul a{
	line-height: 120%;
	padding: 10px 15px;
}

.nav__list ul ul{
	position: absolute;
	top: 0;
	left: 50%;
	background-color: #fff;
}

.nav__list li:hover > ul{
	display: block;
}
header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    
    margin: auto;
    margin-bottom: -94px;
    z-index:99;
}
.div2{
position:relative;
z-index:1;
}
.nav{
z-index:99;}
.form-interno{
z-index:2;}
.div2:before{
content:'';
  width:100%;
  height:100%;
  position:absolute;
  background:#002948ad;
}

@media (min-width:1400px){
  .div3{
    padding-left:12%;
}
  header{
padding-left:6%;
  padding-right:6%;}
}

@media (max-width:1200px){
  .div1{
width:50%;
}
.form-interno {
  min-width: 320px;}
.div2{
width:50%;
}
}
@media (max-width:992px){
  .flex-body{ flex-direction: column;
    min-height: auto !important;
}
  .nav{
display:none;}
  .flex-body .content-div{
min-height: auto !important;
}
  header{
margin:0px; }
  
  .div1, .div2{
width:100%;}
  .div3{
height: auto;
}
  .form-columns-2>div {
    width: 100% !important;
}
  .form-interno{
  margin-top:3em; 
  margin-left:auto;
  margin-right:auto;
    margin-bottom:3em;
  }
}

.footer{
    position: absolute;
    bottom: 10px;
}