@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat-Regular'), url(../fonts/montserrat.woff2) format('woff2');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(../fonts/lato.woff2) format('woff2');
}

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
li a:link, li a:visited{
	color: inherit;
	/*color: #7f7f7f;*/
	text-decoration: none;
	border-bottom: 2px;
}
li a:hover{
	color: #ccc;
}
li a:active{
	color: #fff;
}
ul, ol, li{
	list-style: none;
}
::selection {
	background: #839A83;
}
::-moz-selection{
	background: #839A83;	
}

a:link{
	color: inherit;
}
a:visited, a:hover{
	color: #fff;
}

.clear-div{
	clear: both;
}
.hidden-class{
	display: none;
}
.anchor{
	display: block;
	visibility: hidden;
	position: relative;
	top: -70px;
}
.header{
	position: fixed;
	width: 100%;
	height: 70px;
	background-color: #2f2f2f;
	z-index: 500;
}
.logo{
	float: left;
	padding-top: 5px;
	padding-left: 30px;
}
	.header-menu{
	float: right;
	padding-right: 1%;
	line-height: 41px;
}

.mobile-menu-all{
	/*min-width: 100px;*/
	text-align: right;
	display: none;
	padding: 10px;
	background-color: #2f2f2f;
}

input[type=checkbox] {
   position: absolute;
   top: -9999px;
   left: -9999px;
   /* For mobile, it's typically better to position checkbox on top of clickable
      area and turn opacity to 0 instead. */
}

.mobile-menu-all label{ 
	font-size: 30px;
	text-align: right;
 	display: inline-block;
 	cursor: pointer;
}

.mobile-menu{
	padding: 15px;
	text-align: right;
	/*display: none;*/
}

.mobile-menu ul li{
	padding: 12px 0 12px 0;
}

.dismiss-side-menu, .dismiss-lang-menu{
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0);
	position: fixed;
	top: 70px;
	right: -100%;
	overflow: auto;
	transition: all 0.3s ease 0s;
	z-index: 999;
}

.side-menu{
	height: 100%;
	width: 190px;
	background-color: rgba(80,80,80,0.8);
	position: fixed;
	top: 70px;
	right: -100%;
	overflow: auto;
	transition: all 0.3s ease 0s;
	z-index: 1000;
}
.side-menu-show{
	right: 0px;
}

.mobile-menu-list{

}


.menu-list{
	padding-top: 15px;
}
ul.menu-list li{
	display: inline;
}
.menu-li-text{
	float: left;
	margin-right: 10px;
	height: 30px;
	line-height: 40px;
	font-size: 16px;
}

.menu-active{
	border-bottom: 2px;
	border-style: solid;
	border-color: #FFF;
	color: #FFF;
}

li a:visited.a-menu-active{
	color: #FFF;
}

.language-selector{
	float: right;
	padding-top: 5px;
	padding-right: 5px;
	margin-top: 15px;
	margin-right: 5%;
	cursor: pointer;
}
.language-selector:hover{
	color: #CCC;
}

.lang-flag{
	width: 20px;
	height: 13px;
}

.l-pt-br{
	background: url('../imgs/flagBrazil.png') 0 50% no-repeat;
}

.l-en-us{
	background: url('../imgs/flagUS.png') 0 50% no-repeat;
}

.lang-sel-cb {
	text-align: center;
}

.lang-sel-cb label{
	cursor: pointer;
	font-size: 14px;
}
.lang-sel-cb label:hover{
	color: #CCC;
}

.l-sel-menu{
	display: none;
	position: absolute;
	background-color: #2f2f2f;
	padding: 5px;
	text-align: left;
}

input[type=checkbox]:checked ~ .l-sel-menu {
   display: inherit;
}

.language-side-menu{
	width: 150px;
	height: 100%;
	position: fixed;
	background-color: rgba(80,80,80,0.8);
	top: 70px;
	right: -100%;
	overflow: auto;
	transition: all 0.3s ease 0s;
	z-index: 999;
}
.language-side-menu-show{
	right: 0px;
}
.language-side-menu ul li{
	text-align: center;
	padding: 5px;
	color: #fff;
	cursor: pointer;
}
.language-side-menu ul li:hover{
	color: #ccc;
}

.blue-text{
	color: rgba(7,67,95,1);
}
.white-text{
	color: #FFFFFF;
}

.light-green-text{
	color: #afd0b8;
}

.grey-text{
	color: #4f4f4f;
}

.dark-grey-text{
	color: #7f7f7f;
}
.really-dark-grey-text{
	color: #333;	
}
.wrapper{
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.section-title{
	width: 95%;
	padding-top: 20px;
	padding-left: 5%;
	text-transform: uppercase;	
}

h1{
	font-weight: bold;
	font-size: 40px;
}
h3{
	font-size: 24px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}

h4{
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: bold;	
}

p{
	font-family: 'Lato', sans-serif;
	overflow: auto;
	max-height: 100%;
}

.intro{
	background:url(../imgs/splash_v4.jpg) #71c185 no-repeat 50% 70px fixed;
	height: 390px;
	width: 100%;
	padding-top: 70px;
}

.i-pt-br{
	background:url(../imgs/splash_v4-pt-br.jpg) #71c185 no-repeat 50% 70px fixed;
}
.i-en-us{
	background:url(../imgs/splash_v4.jpg) #71c185 no-repeat 50% 70px fixed;
}

.sobre{
	/*background-color: #62a962;*/
	/*background-color: #65ad78;*/
	background-color: #afd0b8;
	/*background-color: #2b2b2b;*/
	/*background-color: #15292D;*/
	padding-bottom: 50px;
}

.sobre-left-logo-column {
	float: left;
	width: 35%;
	height: 100%;
}

.sobre-title{

}

.sobre-logo{
  position: relative;
  /*top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);*/
  z-index: 100;
  margin-top: 20%;
}

.sobre-logo-img{
	width: 90%;
	padding: 0 5% 0 5%;
}

.sobre-right-content-cards-column{
	float: left;
	width: 65%;
}

.sobre-content-column{
	width: 100%;
	height: 50%;
}

.sobre-content{
	padding: 15px 30px 30px 30px;
	text-align: justify;
}

ul.card li{
	font-size: 10pt;
}

div.sobre-motto-card div.sobre-card-content ul.card li:nth-of-type(1){
	text-align: center;
	text-transform: uppercase;
}

ul.card li:nth-child(even){
	background: #486F48;
	padding: 5px 25px 5px 25px;
}

ul.card li:nth-child(odd){
	background-color: #4F884F;
	padding: 5px 25px 5px 25px;
}

ul.card li:nth-last-child(1) {
	padding: 5px 25px 25px 25px;
	border-radius: 0px 0px 10px 10px;
}

.sobre-mission-value-motto-column{
	/*float: left;*/
	width: 100%;
	height: 50%;
	opacity: 0;
}

.sobre-first-card{
	margin-left: 2.5%;
}

.sobre-card{
	float: left;
	width: 30%;
	margin-right: 2.5%;
	height: 100%;
	border-radius: 10px;
}
.sobre-mission-card{
	/*background-color: #4EAF5F;*/
	background-color: #395F39;
}

.sobre-value-card{
	/*background-color: #489e48;*/
	background-color: #395F39;
}

.sobre-motto-card{
	/*background-color: #49b574;*/
	background-color: #395F39;
}

.sobre-card-title{
	text-align: center;
	padding-top: 15px;
	color: #afd0b8;
}

.sobre-card-icone-1{
	min-height: 100px;
	min-width: 10px;
	background: url('../imgs/missao-icone.png') 50% 10px no-repeat;
}
.sobre-card-icone-2{
	min-height: 100px;
	min-width: 10px;
	background: url('../imgs/valores-icone.png') 50% 10px no-repeat;
}
.sobre-card-icone-3{
	min-height: 100px;
	min-width: 10px;
}
.lema-pt-br{
	background: url('../imgs/lema-icone.png') 50% 10px no-repeat;
}
.lema-en-us{
	background: url('../imgs/lema-icone-en.png') 50% 10px no-repeat;
}

.sobre-card-content{	
	text-align: center;
	color: #afd0b8;
}

.p-cards{
	font-size: 10pt;
	font-family: 'Montserrat', sans-serif;
	padding: 0px 25px 25px 25px;
}

.solucoes{
	/*background-color: #107f4d;*/
	background-color: #366d55;
}

.solution-box{
	/*margin: 20px 15px 20px 15px;*/
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 2%;
	margin-right: 2%;
	width: 96%;
	float: left;
}

.solution-title{
	margin-top: 4px;
}

.corretagil-logo{
	float: left;
	width: 30px;
	height: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.sol-ucs-func-column{
	float: left;
	width: 10%;
}

.sol-ucs-func-box{
	float: left;
	width: 92%;
	margin: 4%;
	min-height: 100px;
	/*background-color: #ccc;*/
}

.sol-ucs-func-box img{
	max-width: 100%;
	max-height: 100%;
}

.sol-ucs-text-server-company-column{
	float: left;
	width: 90%;
}

.sol-server-outer-box{
	float: left;
	width: 40%;
}

.sol-ucs-server-adjust-box{
	float: left;
	width: 100%;
	height: 100px;
}

.sol-ucs-server-box{
	float: left;
	width: 100%;
	height: 200px;
	background-color: #ddd;
}

.sol-ucs-text-outer-box{
	float: left;
	width: 60%;
}

.sol-ucs-text-box{
	float: left;
	width: 100%;
	text-align: justify;
}

.sol-ucs-text-box p{
	color: #afd0b8;
}

.sol-ucs-text-adjust-box{
	float: left;
	width: 100%;
	height: 100px;
}

.sol-ucs-company-outer-box{
	float: left;
	width: 100%;
}

.sol-ucs-company-box{
	float: left;
	width: 40%;
	height: 130px;
	background-color: #999;
}

.sol-ucs-company-adjust-box{
	float: left;
	width: 20%;
	height: 100px;
}

.solution-left{
	float: left;
	width: 50%;
}

.solution-right{
	float: left;
	width: 45%;
	padding-top: 50px;
	padding-right: 5%;
	text-align: justify;
}

.solution-img{
	width: 100%;
	padding: 15px 0 15px 0;
}

.solution-img-img{
	max-width: 90%;
}

.solution-intro{
	/*float:  left;*/
	/*width: 50%;*/
}

.solution-intro a{
	text-align: right;
	margin-top: 15px;
	width: 100%;
	float: left;
	font-family: inherit;
	color: #fff;
}

.solution-features{
	float: left;
	width: 100%;
}

.tecnologia{
	background:url('../imgs/tecnologia_bg_1.jpg') center no-repeat fixed #BAD2BC;
}

.tecnologia-box{
	margin: 30px 30px 0 30px;
	background-color: rgba(255,255,255,0.8);
}
.tecnologia-box p{
	padding: 20px;
}

.tecnologia-graphics{
	width: 1020px;
	margin: 0 auto;
	padding-bottom: 50px;
	/*opacity: 0;*/

}

.tecnologia-gbox{
	float: left;
	margin-top: 30px;
	margin-right: 20px;
	width: 180px;
	height: 260px;
	background-color: rgba(255,255,255,0.8);
	border-radius: 0 0 90px 90px;
	text-align: center;
	opacity: 0;
}

.first-gbox{
	margin-left: 20px;
}

.tecnologia-gbox-title{
	padding: 10px 5px 5px 5px;
	font-weight: bold;
	height: 20px;
}

.tecnologia-gbox-content{
	padding: 0 5px;
	height: 82px;
}

.tecnologia-gbox-icon{
	height: 98px;
	padding: 10px 0 35px 0;
}

.contato{
	background-color: #FFF;
	height: 500px;
}

.contato-dados{
	float: left;
	height: 100%;
	width: 40%;
}
.contato-content{
	padding-left: 40px;
}

.contato-content h3{
	padding-bottom: 10px;
	padding-top: 30px;
}

.contato-content p, .contato-content img, .contato-phone{
	padding-left: 30px;
}

.contato-mapa{
	float: left;
	height: 100%;
	width: 60%;
}

a.contato-phone:hover{
	color: #ccc;
}

.contato-content p{
	text-transform: none;
}

.footer{
	background-color: #2f2f2f;
}
.site-nav{
	float: left;
	width: 50%;
	height: 100%;
	background: url('../imgs/footer_detail_v2.png') 90% 100% no-repeat;
}

.site-nav ul{
	padding: 20px 20px 20px 50px;
}
.site-nav ul li{
	color: #fff;
	height: 30px;
}

.copyright{
	float: left;
	width: 50%;
	padding-top: 30px;
}


body.corretagil{
	background: url('../imgs/corretagil/corretagil_bg.jpg') 50% 50% no-repeat fixed;		
	background-color: #18261A;
}
.corretagil-container{
	padding-top: 70px;
}

.corretagil-page-logo{
	float: left;
	width: 50px;
	height: 50px;
	padding-right: 10px;
}

.corretagil-title{
	margin-bottom: 20px;
}
.corretagil-content{
	width: 60%;
	margin: 20px auto;
}
.corretagil-img-slider{
	margin: 30px;
}
.solution-features{
	margin-top: 10px;
	font-family: 'Lato', sans-serif;q
}
.solution-features ul li{
	margin-left: 30px;
	list-style: inside disc;
	font-family: 'Lato', sans-serif;
	color: inherit;
}

.contact-form-div {
    margin: 0 auto;
    padding: 30px 0;
    background-color: rgba(20, 20, 20, 0.6);
    margin-top: 30px;
}

.contact-form-div .wrapper h3, .contact-form-div .wrapper form{
	width: 60%;
	margin: 0 auto;
}

.form-row{
	color: #AFD0B8;
	padding-top: 15px;
}
.form-row input, .form-row textarea{
	margin-top: 5px;
	width: 100%;
	border: none;
}

.g-recaptcha{
	float: left;
	margin-top: 15px;
	/*DELETE THIS ONCE CAPTCHA IS ACTIVE*/
	/*display: none;*/
}

.contact-form-div button{
	/*SWITCH THIS WHEN DE-ACTIVATING CAPTCHA*/
	/*margin-top: 15px;*/
	margin-top: 55px;
	float: right;
  	-webkit-border-radius: 2;
  	-moz-border-radius: 2;
  	border-radius: 2px;
  	color: #ffffff;
  	background: #94a19d;
  	padding: 10px 20px 10px 20px;
  	border: none;
  	text-decoration: none;
  	cursor: pointer;  
}
.contact-form-div button:hover{
  background: #83b398;
  text-decoration: none;	
}
.leclas{
	color: #000;
}


@media (min-width: 620px) and (max-width: 1025px){
	.tecnologia-second-line-gbox{
	    margin-left:120px;
	    min-width: 200px;
	    min-height: 100px;
	    float: left;
	}
	.tecnologia-graphics{
		width: 620px;
	}
}
@media (max-width: 620px){

	.logo {
		padding-top: 10px;
		position: absolute;
	}
	.logo img{
		width: 80%;
	}

	.mobile-menu-all{
		display: inherit;
		padding-top: 12px;
	}

	input[type=checkbox]:checked ~ .mobile-menu {
		/*used to display old mobile menu*/
	   /*display: inherit;*/
	}

	.menu-list{
		display: none;
	}

	.tecnologia-graphics{
		width: 220px;
	}
	.first-gbox{
		margin-left: 0;
	}	
	.tecnologia-gbox{
		margin: 30px 20px 0 20px;
	}
}

@media (min-width: 450px) and (max-width: 620px){
	.tecnologia-graphics{
		width: 440px;
	}
	.last-gbox{
		margin-left: 130px;
	}
}

@media (min-width: 800px){
	.sobre-title-mobile {
		display: none;
	}
}

@media (max-width: 800px){
	p{
		font-size: 14px;
	}
	h1{
		font-size: 36px;
	}
	h3{
		font-size: 24px;
	}
	.sobre-left-logo-column{
		width: 100%;
	}
	.sobre-title {
		display: none;
	}
	.sobre-logo{
		margin: 5% 0;
	}
	.sobre-logo-img{
		width: 50%;
		padding: 0 25%;
	}
	.sobre-right-content-cards-column{
		width: 100%;
	}

	.contato{
		height: 430px;
	}
	.contato-dados{
		width: 100%;
	}
	.contato-mapa{
		width: 80%;
		margin-left: 10%;
	}

	.copyright img{
		max-width: 90%;
	}

	.g-recaptcha{
		float: right;
	}

	.contact-form-div button{
		margin-top: 15px;
		margin-left: 80px;
	}

}

@media (max-width: 1000px){
	.intro{
		background-position: 75% 70px;
	}

@media (max-width: 560px){
	.intro{
		background-size: 200%;
		height: 200px;
		background-position: 75% 20px;
	}
	.sobre-first-card{
		margin-right: 0%;
	}
	.sobre-card{
		width: 95%;
		border-radius: 30px;
		margin: 2.5%;
	}
	ul.card li:nth-last-child(1){
		border-radius: 0 0 30px 30px;
	}
	.sobre-card-icone-1 {
		background: url('../imgs/missao-hd.png') 50% 50% no-repeat;		
		height: 220px;
		background-size: 80%;
	}
	.sobre-card-icone-2{
		background: url('../imgs/valores-hd.png') 50% 50% no-repeat;
		height: 400px;
		background-size: 80%;
	}
	.sobre-card-icone-3{
		height: 170px;
	}

	.lema-pt-br{
		background: url('../imgs/lema-hd.png') 50% 40% no-repeat;
		background-size: 80%;
	}
	.lema-en-us{
		background: url('../imgs/lema-hd-en.png') 50% 40% no-repeat;
		background-size: 80%;
	}

	.solution-left{
		width: 100%;
	}
	.solution-img{
		text-align: center;
	}
	.solution-right{
		width: 90%;
		padding-top: 15px;
		padding-left: 5%;
		padding-right: 5%;
	}
}
@media (max-width: 475px){
	.intro{
		background-size: 180%;
		height: 155px;
		background-position: 80% 65px;
	}
}

@media (min-width: 800px) and (max-width: 975px){
	.sobre-card-icone-3{
		background-size: 90%;
	}
}

@media (max-width: 415px){
		.sobre-card-icone-2{
		background: url('../imgs/valores-hd.png') 50% 50% no-repeat;
		height: 280px;
		background-size: 80%;
	}
}

@media (max-width: 320px){
	.g-recaptcha{
		float: none;
		transform: scale(0.64);
		transform-origin: 0 50%;
	}
}