@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);
body
{
	margin:0px;
    background-color:#fff;
	background-attachment:fixed;
	color: #4a4a4a;
	font-size: 15px;
    padding: 0px;
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
}

.topo{
	width:100%;
	height:210px;
	background: url(../images/bg_topo.jpg) no-repeat center;
}

.logo{
	margin:0 auto;
	padding-top:35px;
	width:1095px;
	text-align:left;
	overflow:hidden;
}

.barra_menu{
	width:100%;
	height:67px;
	background-color:#FFF;
	border-top:#d9d9d9 solid 2px;
	border-bottom:#d9d9d9 solid 2px;
}

.foto_slider{
	width:100%;
	height:390px;
	border-bottom:#d9d9d9 solid 2px;
	text-align:center;
}

.sep-foto{
	width:100%;
	height:10px;
	background: url(../images/sep-foto.png) no-repeat center;
}

/* CLASSES DO 1º TEMPLATE */

a:link{
	color:#3bbdfb;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

a:visited{
	text-decoration:underline;
}

.main{
	width:100%;
	text-align:justify;
	background-color:#fff;
	border-bottom:#d9d9d9 solid 2px;
}

.main.branco{
	background: url(../images/sep-trans.png) no-repeat center top;
	background-color:#fafafa;
	border-bottom:#d9d9d9 solid 2px;
}

.container{
	width:1095px;
	margin:0 auto;
	padding:40px 0 40px 0;
	overflow:hidden;
}

.tit-principais{
	width:190px;
	height:60px;
	margin:0 auto;
	text-align:center;
	font-family: 'PT Sans', sans-serif;
	font-weight:100;
	font-size:35px;
	color:#3bbdfb;
	margin-bottom:30px;
	background: url(../images/sep-tit.png) no-repeat center bottom;
}

.box-contactos{
	width:100%;
	background-color:#3bbdfb;
}

.autor{
	font-weight:300;
	font-size:15px;
	font-style:normal;
}

.sep-prod{
	background: url(../images/sep-produtos.png) no-repeat center top;
	width:100%;
	height:20px;
}

.contactos_txt{
	float:left;
	width:430px;
}

.formulario{
	display:inline-block;
	width:400px;
}

.logos_projeto{
	width:100%;
	height:80px;
	background: url(../images/logos_projeto.jpg) no-repeat center;
	background-color:#fff;
	text-align:center;
}

.assinatura{
	width:100%;
	height:35px;
	padding-top:17px;
	background-color:#eeeeee;
	text-align:center;
}

a.assinatura-link{
	color:#666;
	font-size:11px;
}

a.assinatura-link:hover{
	text-decoration:underline;
}

/* FIM */

/* ESPECIALIDADES */

.especialidades_main{
	float:left;
	width:250px;
}

.especialidade{
	width:220px;
	font-size:13px;
	color:#37c0f7;
	padding:15px 15px 15px 15px;
	border-bottom:solid 3px #d9d9d9;
	background: url(../images/seta_especialidade.jpg) no-repeat center right;
	cursor:pointer;
}

.especialidade:hover{
	background: url(../images/seta_especialidade2.jpg) no-repeat center right;
}

.sep_especialidades{
	float:left;
	width:50px;
	height:510px;
	background: url(../images/sep_especialidades.png) repeat-y center;
}

.especialidade_txt{
	float:left;
	width:790px;
}

.comportamento{
	display:none;
}


a.esp_link:link{
	color:#333;
	text-decoration:underline;
}

a.esp_link:hover{
}

.sep_dr{
	width:300px;
	height:2px;
	background-color:#62cbfb;
}


/* FIM ESPECIALIDADES */

.links{
	color:#566366;
	line-height:26px;
	font-weight:300;
}

.links a{
	color:#566366;
	text-decoration:none;
}

.links a:hover{
	color:#4ca8e0;
}



/* -----------------------    QUEM SOMOS   ----------------------- */



.clear{
	clear:both;
}

/* -----------------------    OUTRAS CLASSES   ----------------------- */

p { line-height:31px; }

img { border: 0 none; }

::selection {
background:#3bbdfb;
color:#FFF;
}

::-moz-selection {
background:#3bbdfb;
color:#FFF;
}

::-webkit-selection {
background:#3bbdfb;
color:#FFF;
}

/* MAPA */

#mapa-scmb {
        height:400px;
        width:100%;
    }
    .gm-style-iw * {
        display: block;
        width: 100%;
    }
    .gm-style-iw h4, .gm-style-iw p {
        margin: 0;
        padding: 0;
    }
    .gm-style-iw a {
        color: #4272db;
    }


/* FORM */


form{
  padding:6% 4%;
}

input.txt_form{
  width:92%;
  background:#fff;
  margin-bottom:4%;
  outline:none;
  background: #fbfbfb;
  padding:4%;
  font-size:80%;
  text-transform:uppercase;
  color:#555;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border:#adabab solid 1px;
  border-radius: 8px;
}

textarea.txt_form{
  width:92%;
  background:#fff;
  margin-bottom:4%;
  outline:none;
  background: #fbfbfb;
  padding:4%;
  font-size:80%;
  text-transform:uppercase;
  color:#555;
  resize:none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border:#adabab solid 1px;
  border-radius: 8px;
}

input.bt_enviar{
  width:100%;
  background:#8dc63f;
  border:0;
  padding:4%;
  font-size:100%;
  color:#fff;
  cursor:pointer;
  transition:background .3s;
  -webkit-transition:background .3s;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

input.bt_enviar:hover{
  background:#72a32e;
}


.form_contactos{
	float:right;
	width:500px;
}

#mensagens_erro{
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	color:#FF3F2A;
}

li {
	line-height:35px;
}


/* -------------------- Rounded Corners */
.rounded {
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
}

.semi-square {
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}

/* -------------------- Colors: Background */
.slate   { background-color: #ddd; }
.green   { background-color: #779126; }
.blue    { background-color: #3b8ec2; }
.yellow  { background-color: #eec111; }
.black   { background-color: #000; }

/* -------------------- Colors: Text */
.slate select   { color: #000; }
.green select   { color: #fff; }
.blue select    { color: #fff; }
.yellow select  { color: #000; }
.black select   { color: #fff; }