/************************************************************/
/*                          CONTACT                         */
/************************************************************/
.contact_wrap {
	position: relative;
	margin:auto;
}
.contact{
	width: 65%;
	float: left;
	box-sizing:border-box;
	background-color: #f5f5f5;
	padding: 12px 20px 40px 20px;
	border: 1px solid rgba(43,43,43,0.2);
    border-radius: 10px;
	display: table;
}

.contact h1 {
    font-size: 50px;
    color: #393834;
    margin-top: 20px;
    margin-bottom: 10px;
	font-weight: 600;
	font-family: tahoma;
	font-shadow: 0px;
}

.contact2{
	width:35%;
	box-sizing:border-box;
	float: left;
	padding-left: 20px;
}
.contact2-in {
	background: #ffffff;
    text-align: center;
    padding: 30px 0;
    border: 1px solid rgba(43,43,43,0.2);
    border-radius: 10px;
}
.contact2 h2 {
    font-size: 19px;
    color: #093f82;
    margin-top: 20px;
    margin-bottom: 10px;
}
.contact2 h2:nth-child(1) {
	margin-top:0;
}
.contact2 p,.contact2 a {
    font-size: 14px;
    color: #425367;
    line-height: 30px;
    font-weight: 700;
}
.contact2 a{
	color:#3f3f40;
	word-wrap:break-word;
}
.contact2 a:hover{
	color:#fff;
}
.contato_baloes {
	background:url('../img/contactus.jpg') center no-repeat;
	height:100px;
	display:block;
	position:absolute;
	top:126px;
	width:100%;
}
.social-icons-block a {
	margin:12px;
}
.social-icons-block a:hover {
	color:#fff;
}

.contato_left {
	float:left;
	width:44%;
	box-sizing:border-box;
}
.contato_dir {
	float:left;
	width:56%;
	box-sizing:border-box;
}
.contact h5 {
	color: #393834;
    font-size: 16px;
}
.contact form input,.contact form select{
	float: none;
	width:80%;
	padding: 10px;
	margin: 10px 0 0;
	color:#000;
	font-size: 14px;
}
.contact form textarea{
	font-family: "Ubuntu", sans-serif;
	border: 1px solid #d3d3d3;
	height: 102px;
	font-size: 14px;
	color: #000;
	padding: 6px;
	width:90%;
	margin-top: 19px;
}
.contact .submit {
	text-align: center;
}
.contact form input[type="submit"]{
	color:#fff;
}
.contact form input[type="submit"]:hover{
	color:#393834;
}
.contact h2{
	color:#d5d5d5;
	font-size: 28px;
	font-weight: normal;
}
.contact h3{
	color: #3f3f40;
	font-size: 16px;
	font-weight: normal;
}
.contact h3 a{
	color: #5283BD;
	margin-left: 7px;
	font-size: 16px;
	font-weight: normal;
}

#browser {
	margin: 10px auto;
	margin-bottom: 100px;
	color: white;
	width: 100%;
	-webkit-box-shadow: 2px 5px 15px rgb(0, 0, 0);
	-moz-box-shadow: 2px 5px 15px rgb(0, 0, 0);
	box-shadow: 2px 5px 15px rgb(0, 0, 0);
}
#browser-bar {
	background: #394141;
	width: 100%;
	padding: 8px;
	margin: 0 auto;
	font-weight: 300;
	font-size: 0.9em;
	position: relative;
	box-sizing: border-box;
}
#browser-bar p {
	text-align: center;
}
#browser-bar .circles {
	border-radius: 10px;
	height: 13px;
	width: 13px;
	background: #ff3434;
	float: left;
	margin-left: 7px;
	margin-top: 3px;
}
#browser-bar .circles:nth-of-type(2) {
	background: #ffdd33;
}
#browser-bar .circles:nth-of-type(3) {
	background: #67b678;
}
.arrow {
	position: absolute;
	right: 3px;
	top: 6px;
	font-size: 1.2em;
	color: #8e9699;
}
#content {
	background: #454f4f;
}
#content:after {
	content: "";
	display: table;
	clear: both;
}
#content #left, #content #right {
	height: 100%;
}
#content #left {
	float: left;
	width: 75%;
	background: #7BC087;
		/*width: 100%;*/
		background-image: url("../img/All-White-Background-HD.jpg");
		background-repeat:no-repeat;
		background-size: 100% 100%;
		box-sizing: border-box;
}
#content #left #map {
	min-height: 500px;
	height: 100%;
	position: relative;
	background-image: url("../img/worldmap.png");
	background-repeat:no-repeat;
	background-size: 100% 100%;
}
#content #left #map p {
	text-transform: uppercase;
	padding-top: 20px;
	padding-left: 30px;
	font-size: 0.9em;
	font-weight: 600;
}
#content #left #map ul {
	list-style:none;
}
#content #left #map .zoom {
	position: absolute;
	right: 25px;
	top: 25px;
	width: 2px;
	height: 70px;
	background: white;
}
#content #left #map .zoom:before, #content #left #map .zoom:after {
  text-align: center;
  font-weight: 600;
  position: absolute;
  color: #7BC087;
  background: white;
  width: 20px;
}
#content #left #map .zoom:before {
  content: '+';
  top: -10px;
  right: -8px;
}
#content #left #map .zoom:after {
  content: '-';
  bottom: -10px;
  right: -8px;
}
#content #left #map .map-locator {
	position: absolute;
	border-radius: 100%;
	height: 30px;
	width: 30px;
	background: rgba(0, 0, 0, 0.4);
	border: solid 2px white;
	box-sizing:border-box;
	filter: alpha(opacity=30);
	opacity: 0.3;
	transition: opacity .3s ease-in-out;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	z-index:1;
}
#content #left #map .map-ativo {
	z-index:2;
	filter: alpha(opacity=100);
	opacity:1;
}
#content #left #map .map-pt-br {
	top: 75%;
	left: 32%;
}
#content #left #map .map-pt-ao {
	top: 71%;
	left: 51%;
}
#content #left #map .map-en-ue {
	top: 50%;
	left: 60%;
}
#content #left #map .map-en-us {
	top: 45%;
	left: 23%;
}
#content #left #map .map-en-ny {
	top: 38%;
	left: 24%;
}
#content #left #map .map-en-ca {
	top: 26%;
	left: 25%;
}
#content #left #map .map-es-mx {
	top: 49%;
	left: 19%;
}
#content #left #map .map-es-pe {
	top: 73%;
	left: 27%;
}
#content #left #map .map-ms-my {
	top: 62%;
	left: 84%;
}
#content #left #map .map-ja-jp {
	top: 42%;
	left: 84%;
}
#content #left #map .map-locator:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 5px;
}
#content #left #map .map-locator .tooltip {
  position: absolute;
  color: #394141;
  left: 40px;
  top: -10px;
  background: white;
  font-size: 11px;
  font-weight: normal;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
#content #left #map .map-locator .tooltip:before {
  content: '';
  position: absolute;
  left: -10px;
  top: 14px;
  border-right: solid white 10px;
  border-top: solid transparent 8px;
  border-bottom: solid transparent 8px;
}
#content #left #map .map-es-pe .tooltip,
#content #left #map .map-es-mx .tooltip,
#content #left #map .map-ja-jp .tooltip,
#content #left #map .map-ms-my .tooltip {
	left: auto;
	right:40px;
}
#content #left #map .map-es-pe .tooltip:before,
#content #left #map .map-es-mx .tooltip:before,
#content #left #map .map-ja-jp .tooltip:before,
#content #left #map .map-ms-my .tooltip:before {
	left: auto;
	right:-20px;
	border-right: solid transparent 10px;
	border-left: solid white 10px;
}
#content #left #map .map-locator .tooltip [class*="entypo-"] {
  width: 15px;
  display: inline-block;
  text-align: center;
  border-right: solid thin #CCC;
  margin-right: 3px;
}
#content #left #map .map-locator .tooltip li {
  border-bottom: solid thin #CCC;
  padding: 3px;
  white-space: nowrap;
  font-size:10px;
}
#content #left #map .map-locator .tooltip li a {
  color: #0c475d;
}
#content #left #map .map-locator .tooltip li:hover [class*="entypo-"] {
  color: #51B2D6;
}
#content #left #map .map-ativo .tooltip {
	font-weight:bold;
}
#content #left ul.location-bar {
  width: 100%;
  text-align: center;
  display: table;
}
#content #left ul.location-bar li {
  display: table-cell;
  padding: 15px 2px;
  background: #5FA269;
  border-right: solid thin #7fb587;
  font-size:12px;
}
#content #left ul.location-bar li:last-of-type {
  border-right: 0;
}
#content #left ul.location-bar li:hover {
  background: #4c8254;
}
#content #left ul.location-bar .active {
  background: #4c8254;
}
#content #right {
  float: left;
  width: 25%;
  background: #454f4f;
  font-size: 0.75em;
  padding: 15px;
	/*width: 100%;*/
	box-sizing: border-box;
}
#content #right p {
  margin-bottom: 10px;
}
#content #right a:hover {
  color: #51B2D6;
}
#content #right #social {
  display: table;
  width: 100%;
}
#content #right .social {
  display: table-cell;
  text-align: center;
}
#content #right form {
  border-top: solid thin #8e9699;
  border-bottom: solid thin #8e9699;
  margin: 20px 0;
  padding: 20px 0;
}
#content #right form input,
#content #right form textarea {
  background: #394141;
  padding: 8px;
  margin-bottom: 8px;
  width: 100%;
  color: white;
  	box-sizing: border-box;
	resize: none;
}
#content #right form input:invalid{
    background-color: #b18c81 !important;
}
#content #right form input:last-of-type,
#content #right form textarea:last-of-type {
  margin-bottom: 0;
}
#content #right form input[type='submit'],
#content #right form textarea[type='submit'] {
  background: #7BC087;
  width: 50%;
  color: white;
  margin-top: 5px;
}
#content #right form input[type='submit']:hover,
#content #right form textarea[type='submit']:hover {
  background: #58b068;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
#content #right form input[type='textarea'],
#content #right form textarea[type='textarea'] {
  min-height: 75px;
  vertical-align: text-top;
}
#content #right p.other {
  font-size: 0.7;
  margin-bottom: 5px;
  font-weight: 100;
}
#content #right p.other,
#content #right p.other a {
  color: #8e9699;
}


/* ESTUDANTE */
.contact_stu {
	position: relative;
	margin:auto;
	margin-top:50px;
}
.contact_stu h3 {
	color: #1a1a1a;
	margin-bottom: 10px;
	font-size: 25px;
	line-height: 33px;
	font-weight: 700;
	padding-bottom: 38px;
}
.contact_stu_l {
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float:left;
	box-sizing: border-box;
}
@media (min-width: 768px) {
	.contact_stu_l {
		width: 66.66666667%;
	}	
}
.contact_stu h2,.contact_com h2 {
	font-size: 21px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 20px;
	color: #1a1a1a;
}
.contact_stu_l-in {
	background: #f9f9f9;
	padding: 45px 30px;
	border: 1px solid #e7e7e7;
	position:relative;
	box-sizing: border-box;
}
.contact_stu_l-in * {
	box-sizing: border-box;
}
.contact_stu_l-in label {
	font-size: 15px;
	letter-spacing: 0.32px;
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
	color: #1e1e1e;
}
.contact_stu_l-in textarea {
	width: 100%;
	border: 1px solid #e7e7e7;
	margin-bottom: 25px;
	padding: 10px;
}
.contact_stu_l-in input {
	height: 38px;
	width: 100%;
	border: 1px solid #e7e7e7;
	margin-bottom: 25px;
	padding: 0 10px;
}
.contact_stu_enviar {
	-webkit-appearance: button;
	background: #1a1a1a;
	color: #ffffff;
	text-transform: uppercase;
}
.contact_stu_r {
	float: left;
	margin-top:20px;
	width:100%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	box-sizing: border-box;
}
@media (min-width: 768px){
	.contact_stu_r {
		width: 33.333333%;
		margin-top:0;
	}	
}

/* EMPRESA */
.contact_com {
	position: relative;
	margin:auto;
	margin-top:50px;
}
.contact_com .contact_box {
	width: 90%;
	float:none;
	box-sizing: border-box;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.contact_com .contact_box-in {
	background: rgba(198, 212, 210, 0.82);
	padding: 10px 0;
	margin-bottom: 5px;
	position: relative;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
@media (min-width: 992px) {
	.contact_com .contact_box {
		width: 33.33333333%;
		float:left;
	}
	.contact_com .contact_box-in {
		margin-bottom: 50px;
		padding: 20px 0;
	}
}
.contact_com .contact_box-in i {
    font-size: 30px;
    color: #3566a2;
    background: #fff;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    margin-bottom: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.contact_com .contact_box-in p {
	font-size: 16px;
    line-height: 26px;
    color: #555555;
}
.contact_com_form {
	max-width:90%;
	margin:auto;
	clear:both;
}
@media (min-width: 992px) {
	.contact_com_form {
		width:800px;
	}	
}