/*------FORMULÁRIO CONSULTA------*/
.gform_wrapper {
margin: 0 auto;
max-width: 100%;
}
.gform_wrapper .gform_footer {
overflow: auto;
}
.gform_wrapper .top_label .gfield_label {
margin: 0;
font-weight: 500;
}
.gform_wrapper ul li.gfield {
margin-bottom: 15px!important;
}
.gform_wrapper .gform_footer input[type="submit"] {
border: 0;
padding: 10px 16px;
font-weight: bold;
color: white;
background-color: #6696b7;
border-radius: 2px;
cursor: pointer;
}

.gform_wrapper .gform_footer input[type="submit"]:hover {
border: 0;
padding: 10px 16px;
font-weight: bold;
color: white;
background-color: #2ea3f2;
border-radius: 2px;
cursor: pointer;
}
.gform_wrapper .gfield_required {
color: pink;
}
.gform_wrapper .ginput_complex label {
margin-top: 0px;
color: #aaa;
}
.gform_wrapper textarea.large {
height: 15.625em;
width: 100%;
}
.gform_wrapper .gform_footer {
    text-align: center;
}


/* -------FOOTER / SOCIAL-------- */

.social {
  font-family: "ETmodules";
  margin-top: 0px !important;
  border: 1.3px solid #fff;
  padding: 6px 8px;
  border-radius: 50%;
  margin-right: 17px;
  position: relative;
  display: inline-block;
}

.social-1 {
  font-family: "ETmodules";
  margin-top: 0px !important;
  border: 1.3px solid #fff;
  padding: 6px 8px;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  display: inline-block;
}

/*----------COPYRIGHT-FOOTER----------*/
#footer-bottom {
    display: none;
}
#footer-bottom {
    display: none;
}
#main-footer .container {
    padding-bottom: 20px;
}
#text-6 {
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0px;
    font-size: 15px;
}
.et_pb_widget {
	width: 100%;
}

/*------------------------------*/
.et_pb_portfolio_0 .et_pb_portfolio_item h2 {
margin-top: 20px;
font-family: "Open Sans", Arial, sans-serif;
font-size: 13px;
}


/* -------QUEM SOMOS / IMG-------- */
body.page-id-79 .et_pb_image_1 img {
max-width:40%;
border-radius: 50%;
}




/* -------TELEMÓVEL-------- */
@media only screen and (max-width: 768px) {
	.rectangulo {
    	width: 80% !important;
  	}  
  
	.rectangulo2 {
    	width: 80% !important;
  	}
  
  	img.alignright {
    width: 32px;
	}
}

  /*menu tablet e smartphone*/

.mobile_menu_bar::before {
    top: -46px;
}
@media only screen and (max-width : 980px) {
  	.et_header_style_centered #logo {
  		float: left;
  	}
  	.et_header_style_centered .mobile_nav .select_page {
    	display: none;
		}
  	.et_header_style_centered .et_mobile_menu {
    	top: 20px;
	}
  	.et_header_style_centered #main-header .mobile_nav {
  		padding: 0;
  	}
  	.mobile_menu_bar::before {
  		color: #6696b7;
  	}
  	.et_mobile_menu {
  		border-top: 3px solid #fff;
  	}
  	.et_header_style_centered header#main-header .logo_container {
    	width: 80%;
	}
  	.et_header_style_centered #main-header {
    	padding: 29px 0 20px 0;
	}
}
  