@charset "utf-8";
/* CSS Document */

html, body {
	position: relative;
    height: 100%;
	}
	
body {
	background: #ffffff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color:#000;
    margin: 0px;
    padding: 0px;
    }
	
::selection {
  background: #ccc; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #ccc; /* Gecko Browsers */
}
	
	
/* Largura da barra de rolagem */
::-webkit-scrollbar {
    width: 5px;
}

/* Fundo da barra de rolagem */
::-webkit-scrollbar-track-piece {
    background-color: #EEE;
    
}

/* Cor do indicador de rolagem */
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-thumb:horizontal {
    background-color: #BAC0C4;
}

/* Cor do indicador de rolagem - ao passar o mouse */
::-webkit-scrollbar-thumb:vertical:hover,
::-webkit-scrollbar-thumb:horizontal:hover {
    background-color: #e2231a;
}



p {
	font-family: 'allerregular';
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 16px;
	}
	
h1 {
	font-family: 'amaranthregular';
	font-size: 55px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 60px;
	}
	
h2 {
	font-family: 'amaranthregular';
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: uppercase;
	}
	
h3 {
	font-family: 'amaranthregular';
	font-size: 40px;
	color: #FFFFFF;
	font-weight: normal;
	}
	
h4 {
	font-family: 'amaranthregular';
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	}
	

h5 {
	font-family: 'amaranthregular';
	font-size: 32px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 32px;
	}
	
h6 {
	font-family: 'allerregular';
	color: #FFFFFF;
	font-weight: normal;
	}
	

	
.swiper-container {
    width: 100%;
    height: 100%;
    }
	
	
.swiper-slide {

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    }
		
	
.home {
	background-image: url(../imagens/slide_home/imagem_a.jpg);
	background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    }
	
	
.lg_kubo_home {
	width: 80%;
	max-width: 660px;
	position: relative;
	top: 0px;
	bottom: 0px;
	margin-left: 10%;
	margin-right: 10%;
	}

.conhecanos {
	position: absolute;
	bottom: 80px;
	text-align: center;
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	color: #8a8a89;
	left: 0px;
	right: 0px;
	}
	
.txt_conhecanos {
	margin-bottom: -5px;
	color: #8a8a89;
	font-size: 18px;
	}


		
	
.home_page1 {
	width: 100%;
	height: 100%;
	background-color: #e2231a;
    }
	
.dv34home {
	width: 34%;
	height: 100%;
	display: block;
	float: left;
	background-image: url(../imagens/imagem_caneca.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	}
	
	
.dv66 {
	width: 66%;
	height: 100%;
	display: block;
	float: left;
	}
	
.sp_p {
	margin-left: 20%;
	margin-right: 20%;
	margin-top: 5px;
	display: block;
	float: left;
	padding-left: 50px;
	}
	
	
.sp_h1 {
	margin-left: 20%;
	margin-right: 20%;
	margin-bottom: 10px;
	margin-top: 140px;
	display: block;
	float: left;
	}
	
.sp_h2 {
	margin-left: 20%;
	margin-right: 20%;
	margin-top: 10px;
	display: block;
	float: left;
	padding-left: 50px;
	font-weight: bold;
	}
	
.sp_h3 {
	margin-left: 20%;
	margin-right: 20%;
	margin-top: 65px;
	display: block;
	float: left;
	}
	
.seta_branca {
	position: absolute;
	top: 40px;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	}
	
.lista_servicos {
	width: 80%;
	display: block;
	float: left;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 30px;
	padding-bottom: 30px;
	}
	
.servico {
	font-family: 'amaranthregular';
	font-size: 30px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-color: #FFFFFF;
	border-width: 3px;
	border-style: solid;
	display: block;
	float: left;
	margin-right: 8px;
	border-radius: 15px;
	margin-top: 8px;
	}
	
/* Formatação MENU  ------------*/

.on_360 {
	display: block;
	}

.ic_menu {
	display: none;
	font-family: 'amaranthregular';
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
	font-style: normal;
	color: #e2231a;
	position: absolute;
	top: 40px;
	right: 40px;
	z-index: 999;
	}
	
.ic_menu_icon {
	margin-left: 18px;
	margin-bottom: -4px;
	cursor: pointer;
	}
	
	
#menu {
	position: absolute;
	top: 0px;
	width: 100%;
	text-align: center;
	padding-top: 30px;
	z-index: 999;
	}
	
#menu ul {
	list-style:none;
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	color: #8a8a89;
	-webkit-padding-start: 0px;
	-webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

#menu ul li {
	display: inline;
	}

#menu ul li a {
	padding: 2px 20px;
	display: inline-block;
	color: #8a8a89;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #e31d1a;
}

.ic_facebook {
	position: relative;
	top: 14px;
	}


nav#menu_mobile {
	display: none;
}

.lg_menu_mobile {
	position: relative;
	top: 0px;
	width: 134px;
	}




/* PORTFOLIO  ------------------------------------------------------------------------*/
.lg_kubo_menu {
	width: 135px;
    position: relative;
    top: 15px;
	margin-left: 20px;
	margin-right: 20px;
	}
	
.lg_kubo_menu_mobile {
	display: none;
	}
	
.contentor_full {
	position: absolute;
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
	top: 125px;
	}
	
	
/* Imagem Hover */	

.hover_image {
	width: 25%;
	display: block;
	float: left;
	}
	
.hover_image:hover {
	text-decoration: none;
	}
	
.img_hide {
	display:none;
	}
	
.hover_image:hover img:first-child{
	display:none;
	}
	
.hover_image:hover img:last-child{
	display:block;
	}
	
.gr_25 {
	width: 100%;
	float: left;
	}
	
	
/* PORTFOLIO PAGE ------------------------------------------------------------------------*/
.contentor_full100{
	position: absolute;
	width: 100%;
	background-color: #ffffff;
	height: 100%;
	}
	
.dv34portfolio {
	width: 34%;
	height: 100%;
	display: block;
	float: left;
	background-color: #0047ba;
	overflow-y: auto;
	}
	
.img_portfolio_1 {
	width: 66%;
	height: 100%;
	display: block;
	float: left;
	background-image: url(../imagens/portfolio/ex_1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	}
	
.img_portfolio_2 {
	width: 66%;
	height: 100%;
	display: block;
	float: left;
	background-image: url(../imagens/portfolio/ex_5.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	}
	
.img_portfolio_3 {
	width: 66%;
	height: 100%;
	display: block;
	float: left;
	background-image: url(../imagens/portfolio/ex_2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	}
	
.img_portfolio_4 {
	width: 66%;
	height: 100%;
	display: block;
	float: left;
	background-image: url(../imagens/portfolio/ex_6.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	}
	
.img_portfolio_5 {
	width: 66%;
	height: 100%;
	display: block;
	float: left;
	background-image: url(../imagens/portfolio/ex_3.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	}
	
.img_portfolio_6 {
	width: 66%;
	height: 100%;
	display: block;
	float: left;
	background-image: url(../imagens/portfolio/ex_4.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	}
	
.img_portfolio_7 {
	width: 66%;
	height: 100%;
	display: block;
	float: left;
	background-image: url(../imagens/portfolio/ex_7.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	}
	
.topo_port {
	width: 94%;
	display: block;
	float: left;
	margin-left: 3%;
	margin-right: 3%;
	border-bottom: solid;
	border-bottom-color: #0061ff;
	border-bottom-width: 3px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	 box-shadow: 0 8px 6px -6px #002c73;
	}
	
.topo_conteudo {
	width: 64%;
	display: block;
	float: left;
	margin-left: 18%;
	margin-right: 18%;
	}
	
.lg_cs {
	width: 45%;
	margin-left: auto;
    margin-right: auto;
    display: block;
	margin-bottom: 50px;
	margin-top: 120px;
	}
	
.pf_seta_cima {
	position: absolute;
	top: 20px;
    left: 0px;
    right: 0px;
    display: block;
    width: 30px;
    margin-left: 15.9%;
    margin-right: auto;
	}
	
.pf_seta_baixo {
	position: absolute;
	bottom: 20px;
    left: 0px;
    right: 0px;
    display: block;
    width: 30px;
    margin-left: 15.9%;
    margin-right: auto;
	}
	
.sp_h2_pf {
	margin-top: 35px;
	margin-bottom: 25px;
	display: block;
	float: left;
	width: 100%;
	font-weight: bold;
	}
	
.listagem_serv {
	width: 86%;
    display: block;
    float: left;
    margin-left: 7%;
    margin-right: 7%;
    margin-top: 50px;
	margin-bottom: 50px;
	}
	
.lta_on {
	font-family: 'amaranthregular';
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 25px;
	background-image: url(../imagens/ic_li_1_a.svg);
	background-repeat: no-repeat;
	list-style-type: none;
	padding: 0px 0px 3px 33px;
	background-size: 25px;
	height: 25px;
	}
	
.lta_off {
	font-family: 'amaranthregular';
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 25px;
	background-image: url(../imagens/ic_li_1_b.svg);
	background-repeat: no-repeat;
	list-style-type: none;
	padding: 0px 0px 3px 33px;
	background-size: 25px;
	height: 25px;
	}
	
	
.ltb_on {
	font-family: 'amaranthregular';
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 25px;
	background-image: url(../imagens/ic_li_2_a.svg);
	background-repeat: no-repeat;
	list-style-type: none;
	padding: 0px 0px 3px 33px;
	background-size: 25px;
	height: 25px;
	}
	
.ltb_off {
	font-family: 'amaranthregular';
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 25px;
	background-image: url(../imagens/ic_li_2_b.svg);
	background-repeat: no-repeat;
	list-style-type: none;
	padding: 0px 0px 3px 33px;
	background-size: 25px;
	height: 25px;
	}
	
	
.ltc_on {
	font-family: 'amaranthregular';
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 25px;
	background-image: url(../imagens/ic_li_3_a.svg);
	background-repeat: no-repeat;
	list-style-type: none;
	padding: 0px 0px 3px 33px;
	background-size: 25px;
	height: 25px;
	}
	
.ltc_off {
	font-family: 'amaranthregular';
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 25px;
	background-image: url(../imagens/ic_li_3_b.svg);
	background-repeat: no-repeat;
	list-style-type: none;
	padding: 0px 0px 3px 33px;
	background-size: 25px;
	height: 25px;
	}
	
.ltd_on {
	font-family: 'amaranthregular';
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 25px;
	background-image: url(../imagens/ic_li_4_a.svg);
	background-repeat: no-repeat;
	list-style-type: none;
	padding: 0px 0px 3px 33px;
	background-size: 25px;
	height: 25px;
	}
	
.ltd_off {
	font-family: 'amaranthregular';
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 25px;
	background-image: url(../imagens/ic_li_4_b.svg);
	background-repeat: no-repeat;
	list-style-type: none;
	padding: 0px 0px 3px 33px;
	background-size: 25px;
	height: 25px;
	}
	
	
.lte_on {
	font-family: 'amaranthregular';
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 25px;
	background-image: url(../imagens/ic_li_5_a.svg);
	background-repeat: no-repeat;
	list-style-type: none;
	padding: 0px 0px 3px 33px;
	background-size: 25px;
	height: 25px;
	}
	
.lte_off {
	font-family: 'amaranthregular';
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 25px;
	background-image: url(../imagens/ic_li_5_b.svg);
	background-repeat: no-repeat;
	list-style-type: none;
	padding: 0px 0px 3px 33px;
	background-size: 25px;
	height: 25px;
	}
	
.ltf_on {
	font-family: 'amaranthregular';
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 25px;
	background-image: url(../imagens/ic_li_6_a.svg);
	background-repeat: no-repeat;
	list-style-type: none;
	padding: 0px 0px 3px 33px;
	background-size: 25px;
	height: 25px;
	}
	
.ltf_off {
	font-family: 'amaranthregular';
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 25px;
	background-image: url(../imagens/ic_li_6_b.svg);
	background-repeat: no-repeat;
	list-style-type: none;
	padding: 0px 0px 3px 33px;
	background-size: 25px;
	height: 25px;
	}
	
.pf_seta_esquerda {
	display: none;
	}
	
.pf_seta_direita {
	display: none;
	}
	
	

/* DEPARTAMENTO PAGES ------------------------------------------------------------------------*/
.contentor_full_dp{
	width: 100%;
	background-color: #ffffff;
	height: 100%;
	}
	
.menu_sp {
	background-color: white;
    height: 95px;
    padding-top: 30px;
	top: 0px;
	}
	
.dp_page1 {
	width: 100%;
	height: 100%;
	background-color: #22d3c5;
	 }
	 
.dp_page2 {
	width: 100%;
	height: 100%;
	background-color: #0047ba;
	 }
	 
.dp_page3 {
	width: 100%;
	height: 100%;
	background-color: #ff6800;
	 }
	 
.dp_page4 {
	width: 100%;
	height: 100%;
	background-color: #ffa500;
	 }
	 
.dp_page5 {
	width: 100%;
	height: 100%;
	background-color: #56bb78;
	 }
	 
.dp_page6 {
	width: 100%;
	height: 100%;
	background-color: #e31d1a;
	 }
	 
.dv34dp {
	width: 34%;
	height: 100%;
	display: block;
	float: left;
	background-image: url(../imagens/departamentos/ex_1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	}
	
.dv34dp_b {
	width: 34%;
	height: 100%;
	display: block;
	float: left;
	background-image: url(../imagens/departamentos/ex_2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	}
	
.dv34dp_c {
	width: 34%;
	height: 100%;
	display: block;
	float: left;
	background-image: url(../imagens/departamentos/ex_3.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	}
	
.dv34dp_d {
	width: 34%;
	height: 100%;
	display: block;
	float: left;
	background-image: url(../imagens/departamentos/ex_4.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	}
	
.dv34dp_e {
	width: 34%;
	height: 100%;
	display: block;
	float: left;
	background-image: url(../imagens/departamentos/ex_5.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	}
	
.dv34dp_f {
	width: 34%;
	height: 100%;
	display: block;
	float: left;
	background-image: url(../imagens/departamentos/ex_6.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	}
	
.dp_h1 {
	margin-left: 20%;
	margin-right: 20%;
	margin-bottom: 40px;
	margin-top: 200px;
	display: block;
	float: left;
	}
	
.dv66_dp {
	width: 66%;
	height: 100%;
	display: block;
	float: left;
	overflow-y:auto;
	}
	
.dv66_dp_vermelho {
	width: 66%;
	height: 100%;
	display: block;
	float: left;
	overflow-y:auto;
	
	background-image: url(../imagens/departamentos/ex_7.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

	}
	
	
.dp_seta_cima {
	position: absolute;
	top: 160px;
    left: 0px;
    right: 0px;
    display: block;
    margin-left: 15.9%;
    margin-right: auto;
	}
	
.dp_seta_baixo {
	position: absolute;
	bottom: 30px;
    left: 0px;
    right: 0px;
    display: block;
    margin-left: 15.9%;
    margin-right: auto;
	}
	
.dp_seta_esquerda {
	display: none;
	}
	
.dp_seta_direita {
	display: none;
	}
	
.lg_azul {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 28%;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	padding-top: 130px;
	padding-left: 3%;
	margin-bottom: auto;
	margin-top: auto;
	top: 0px;
	bottom: 0px;
	}
	
.lg_azul_escuro {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 24%;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	padding-top: 130px;
	padding-left: 5%;
	margin-bottom: auto;
	margin-top: auto;
	top: 0px;
	bottom: 0px;
	}
	
.listagem_serv_dp {
	width: 40px;
    display: block;
	position: absolute;
    right: 20px;
    top: 160px;
	}
	
.dp_h5 {
	margin-right: 20%;
    margin-bottom: 50px;
    margin-top: 90px;
    display: block;
    float: right;
    text-align: left;
    width: 275px;
	}
	
.circulo_cheio {
	width: 65px;
    height: 65px;
    background-color: #FFFFFF;
    border-radius: 100px;
    display: block;
    float: left;
    margin-right: 10px;
	}
	
.circulo {
	width: 65px;
    height: 65px;
    background-color: transparent;
    border-radius: 100px;
    display: block;
    float: left;
    margin-right: 10px;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 2px;
	}
	
	
/* EQUIPA ------------------------------------------------------------------------*/

.grid_48{
	display: block;
	float: left;
	width: 46%;
	background-image: url(../imagens/equipa/ex_1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
	height: -moz-calc(100% - 125px);
	height: -webkit-calc(100% - 125px);
	height: -o-calc(100% - 125px);
	height: calc(100% - 125px);
	
	bottom: 0px;
    position: absolute;
	left: 0px;
	}
	
.grid_52{
	display: block;
	float: left;
	width: 54%;
	overflow-y: auto;
	background-color: #e2231a;
	
	height: -moz-calc(100% - 125px);
	height: -webkit-calc(100% - 125px);
	height: -o-calc(100% - 125px);
	height: calc(100% - 125px);
	
	bottom: 0px;
    position: absolute;
    right: 0px;
	}
	
.eq_h1 {
	margin-left: 7%;
	margin-bottom: 0px;
	margin-top: 150px;
	display: block;
	float: left;
	width: 70%;
	}
	
.eq_h2 {
	margin-left: 7%;
	margin-top: 10px;
	display: block;
	float: left;
	padding-left: 0px;
	font-weight: bold;
	}
	
	
.eq_p {
	margin-left: 7%;
	margin-top: 5px;
	display: block;
	float: left;
	padding-left: 0px;
	width: 70%;
	}
	
	
/* CONTACTOS ------------------------------------------------------------------------*/

.grid_full_ct{
	display: block;
	float: left;
	width: 100%;
	background-image: url(../imagens/slide_home/imagem_a.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	height: 100%;
	bottom: 0px;
    position: fixed;
	left: 0px;
	}
	
.contentor_form_vm {
	width: 710px;
	background-color: #e2231a;
	border-radius: 20px;
	padding: 35px;
	position: absolute;
	top: 200px;
	left: 10%;
	margin-bottom: 50px;
	}
	
.vm_esquerda {
	width: 380px;
	display: block;
	float: left;
	border-right-style: solid;
	border-right-color:  #fff;
	border-right-width: 3px;
	padding-right: 20px;
	padding-top: 25px;
	}
	
.vm_direita {
	width: 270px;
	display: block;
	float: left;
	padding-right: 0px;
	padding-left: 35px;
	padding-top: 25px;
	}
	
.tt_contacto {
	font-size: 45px;
	width: 100%;
	display: block;
	float: left;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
.label_ct {
	font-size: 20px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 2px;
	}
	
.text_ct {
	width: 250px;
	background-color: #FFFFFF;
	border: none;
	font-family: 'PT Sans', sans-serif;
	font-size: 13px;
	color: #8a8a89;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-radius: 7px;
	margin-bottom: 10px;
	outline: none;
	-webkit-appearance: none;
	}
	
.area_ct {
	width: 95%;
	background-color: #FFFFFF;
	border: none;
	font-family: 'PT Sans', sans-serif;
	font-size: 13px;
	color: #8a8a89;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 7px;
	margin-bottom: 10px;
	outline: none;
	height: 65px;
	resize: none;
	-webkit-appearance: none;
	}
	
.enviar_ct {
	font-family: 'allerregular';
	font-size: 16px;
	color: #e2231a;
	font-weight: bold;
	line-height: 16px;
	background-color: #FFFFFF;
	border: none;
	border-radius: 25px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	outline: none;
	cursor: pointer;
	float: right;
	margin-top: 5px;
	-webkit-appearance: none;
	}
	
.ct_titulo {
	font-size: 30px;
	width: 100%;
	display: block;
	float: left;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 35px;
	}
	
.ct_sub_titulo {
	font-size: 18px;
	width: 100%;
	display: block;
	float: left;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
	}
	
.ct_p {
	font-size: 18px;
	width: 100%;
	display: block;
	float: left;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
.ct_p a:link {
	font-size: 18px;
	width: 100%;
	display: block;
	float: left;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
	text-decoration: none;
	}
	
	



/* TRABALHE ------------------------------------------------------------------------*/
.grid_full_tb{
	display: block;
	float: left;
	width: 100%;
	background-image: url(../imagens/trabalhe/ex_1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	height: 100%;
	bottom: 0px;
    position: fixed;
	left: 0px;
	}
	

.contentor_form_tb {
	width: 460px;
	position: absolute;
	top: 330px;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	}
	
.label_tb{
	font-size: 16px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 2px;
	color: #e2231a;
	}
	
.text_tb {
	width: 96%;
	background-color: rgba(239, 235, 234, 0.5);
	border-width: 2px;
	border-color: #bbbbbb;
	border-style: solid;
	font-family: 'PT Sans', sans-serif;
	font-size: 13px;
	color: #8a8a89;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 2px;
	padding-bottom: 2px;
	border-radius: 7px;
	margin-bottom: 10px;
	outline: none;
	-webkit-appearance: none;
	}
	
.area_tb {
	width: 95%;
	background-color: rgba(239, 235, 234, 0.5);
	border-width: 2px;
	border-color: #bbbbbb;
	border-style: solid;
	font-family: 'PT Sans', sans-serif;
	font-size: 13px;
	color: #8a8a89;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 7px;
	margin-bottom: 10px;
	outline: none;
	height: 65px;
	resize: none;
	-webkit-appearance: none;
	}
	
.tb_sp_esquerda {
	width: 40%;
	margin-right: 10%;
	display: block;
	float: left;
	}
	
.tb_sp_esquerda_b {
	width: 46%;
	margin-right: 4%;
	display: block;
	float: left;
	}
	
.tb_sp_esquerda_c {
	width: 40%;
	margin-right: 0%;
	display: block;
	float: left;
	}
	
.tb_sp_direita {
	width: 50%;
	display: block;
	float: left;
	}
	
.tb_sp_direita_b {
	width: 60%;
	display: block;
	float: left;
	}
	
.enviar_tb {
	font-family: 'allerregular';
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	line-height: 16px;
	background-color: #e2231a;
	border: none;
	border-radius: 25px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	outline: none;
	cursor: pointer;
	float: right;
	margin-top: 5px;
	-webkit-appearance: none;
	}
	

	
input[type=radio   ]:not(old){
  width: 22px;
    border-width: 2px;
    border-color: #bbbbbb;
    border-style: solid;
    background-color: rgba(239, 235, 234, 0.5);
    -webkit-appearance: none;
    height: 22px;
    border-radius: 25px;
    margin-top: 1px;
	outline: none;
	cursor: pointer;
	display: block;
	float: left;
}

input[type=radio]:checked {
	background-color: #e2231a;
	}
	
.txt_check {
	font-family: 'allerregular';
	font-size: 14px;
	color: #929291;
	display: block;
	float: left;
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 2px;
	}
	
.txt_check_b {
	font-family: 'allerregular';
    font-size: 14px;
    color: #929291;
    display: block;
    float: left;
    margin-top: -5px;
    margin-bottom: 0px;
    margin-left: 35px;
    position: absolute;
	}
	
.separador_100 {
	width: 100%;
	display: block;
	float: left;
}

	
.balao {
	position: absolute;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	top:140px;
	}
	
.txt_balao {
	color: #e2231a;
	position: absolute;
	width: 595px;
	vertical-align: middle;
	text-align: center;
	font-size: 45px;
	line-height: 40px;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	top: 135px;
	padding-left: 30px;
	}
	


/* 360------------------------------------------------------------------------*/
	
.grid_full_360{
	display: block;
	float: left;
	width: 100%;
	background-color: #0047ba;
    position: absolute;
    right: 0px;
	top: 125px;
	height: -moz-calc(100% - 225px);
    height: -webkit-calc(100% - 225px);
    height: -o-calc(100% - 225px);
    height: calc(100% - 225px);
	padding-bottom: 100px;
	overflow-y: auto;
	}
	
.centro_360 {
	position: absolute;
	top: 200px;
	right: 0px;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 45px;
	display: block;
	}
	
.kb_1 {
	position: absolute;
	top: 110px;
	left: 0px;
	right: 520px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	}
	
.kb_2 {
	position: absolute;
	top: 72px;
	left: 0px;
	right: 47px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	}
	
.kb_3 {
	position: absolute;
    top: 165px;
    left: 540px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
	display: block;
	}
	
.kb_4 {
	position: absolute;
    top: 400px;
    left: 445px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
	display: block;
	}
	
.kb_5 {
	position: absolute;
    top: 455px;
    left: 0px;
    right: 25px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 100px;
	display: block;
	}
	
.kb_6 {
	position: absolute;
    top: 400px;
    left: 0px;
    right: 550px;
    margin-left: auto;
    margin-right: auto;
	display: block;
	}
	
.txt_central {
	position: absolute;
    left: 0px;
    right: 45px;
    margin-left: auto;
    margin-right: auto;
    width: 210px;
    font-size: 32px;
    line-height: 32px;
    top: 245px;
    text-align: center;
    font-family: 'alleritalic';
    color: #FFFFFF;
	display: block;
	}


@media only screen and (max-width: 1030px) {
	
.ic_menu {
	display: block;
	}
	
nav#menu {
	display: none;
}

nav#menu_mobile {
	background-color: #e2231a;
	position: fixed;
	display: block;
	top: 0px;
	right: 0px;
	z-index: 999;
	color: #FFF;
	font-family: 'PT Sans', sans-serif;
	font-size: 24px;
	color: #8a8a89;
	text-align: center;
	height: 100%;
	width: 100%;
	visibility: hidden;
	padding-top: 25px;
	overflow-y: auto;
	}
	
nav#menu_mobile ul {
	list-style: none;
	padding: 0px 50px;
	}
	
nav#menu_mobile li {
	padding-bottom: 25px;
	width: 100%;
	padding-left: 0px;
	}
	
nav#menu_mobile a {
	color: #FFF;
	text-decoration: none;
	}
	
.menu_fechar {
	padding-top: 0px;
	display: block;
	margin-top: 50px;
	}
	
.mn_fechar {
	cursor: pointer;
    position: absolute;
    right: 30px;
    top: 30px;
	}
	
.lg_kubo_menu_mobile {
	width: 135px;
    position: relative;
    top: 20px;
	margin-left: 40px;
	display: block;
	z-index: 999;
	}
	
.contentor_full {
	position: absolute;
	width: 92%;
	margin-left: 4%;
	margin-right: 4%;
	top: 80px;
	}
	

.img_portfolio_1 {
	width: 100%;
	height: 100%;
	display: block;
	float: left;
	background-image: url(../imagens/portfolio/ex_1.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: cover;
	}
	
.img_portfolio_2 {
	width: 100%;
	height: 100%;
	display: block;
	float: left;
	background-image: url(../imagens/portfolio/ex_5.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: cover;
	}
	
.img_portfolio_3 {
	width: 100%;
	height: 100%;
	display: block;
	float: left;
	background-image: url(../imagens/portfolio/ex_2.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: cover;
	}
	
.img_portfolio_4 {
	width: 100%;
	height: 100%;
	display: block;
	float: left;
	background-image: url(../imagens/portfolio/ex_6.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: cover;
	}
	
.img_portfolio_5 {
	width: 100%;
	height: 100%;
	display: block;
	float: left;
	background-image: url(../imagens/portfolio/ex_3.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: cover;
	}
	
.img_portfolio_6 {
	width: 100%;
	height: 100%;
	display: block;
	float: left;
	background-image: url(../imagens/portfolio/ex_4.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: cover;
	}
	
.img_portfolio_7 {
	width: 100%;
	height: 100%;
	display: block;
	float: left;
	background-image: url(../imagens/portfolio/ex_7.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: cover;
	}
	
.dv34portfolio {
    width: 100%;
    height: auto;
    display: block;
    float: left;
    background-color: #0047ba;
    overflow-y: none;

}

.pf_seta_cima {
    display: none;
	}
	
.pf_seta_baixo {
    display: none;
	}
	
.pf_seta_esquerda {
	position: absolute;
	left: 20px;
	top: 46%;
	display: block;
	width: 27px;
	}
	
.pf_seta_direita{
	position: absolute;
	right: 20px;
	top: 46%;
	display: block;
	width: 27px;
	}
	
	
.lg_cs {
	width: 45%;
	margin-left: auto;
    margin-right: auto;
    display: block;
	margin-bottom: 50px;
	margin-top: 60px;
	}
	
.dv66_dp {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	overflow-y:none;
	}
	
.dv66_dp_vermelho {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	overflow-y:none;
	}
	
.dv34dp {
	width: 100%;
	height: 360px;;
	display: block;
	float: left;
	background-image: url(../imagens/departamentos/ex_1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	margin-top: 0px;
	}
	
.dv34dp_b {
	width: 100%;
	height: 360px;;
	display: block;
	float: left;
	background-image: url(../imagens/departamentos/ex_2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	margin-top: 0px;
	}
	
.dv34dp_c {
	width: 100%;
	height: 360px;;
	display: block;
	float: left;
	background-image: url(../imagens/departamentos/ex_3.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	margin-top: 0px;
	}
	
.dv34dp_d {
	width: 100%;
	height: 360px;;
	display: block;
	float: left;
	background-image: url(../imagens/departamentos/ex_4.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	margin-top: 0px;
	}
	
.dv34dp_e {
	width: 100%;
	height: 360px;;
	display: block;
	float: left;
	background-image: url(../imagens/departamentos/ex_5.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	margin-top: 0px;
	}
	
.dv34dp_f {
	width: 100%;
	height: 360px;;
	display: block;
	float: left;
	background-image: url(../imagens/departamentos/ex_6.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	margin-top: 0px;
	}
	
	
	
.lg_azul {
    width: 50%;
    height: 50%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: auto;
    padding-top: 0px;
    padding-left: 0%;
    top: 25%;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.lg_azul_escuro {
    width: 50%;
    height: 50%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: auto;
    padding-top: 0px;
    padding-left: 0%;
    top: 25%;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
	
.listagem_serv_dp {
	width: 40px;
    display: block;
	position: absolute;
    right: 7px;
    top: 460px;
	}
	
.dp_seta_cima {
    display: none;
}

.dp_seta_baixo {
    display: none;
}

.dp_page1 {
    width: 100%;
    height: auto;
    margin-top: 35px;
	float: left;
}

.dp_page2 {
    width: 100%;
    height: auto;
    margin-top: 35px;
	float: left;
}

.dp_page3 {
    width: 100%;
    height: auto;
    margin-top: 35px;
	float: left;
}

.dp_page4 {
    width: 100%;
    height: auto;
    margin-top: 35px;
	float: left;
}

.dp_page5 {
    width: 100%;
    height: auto;
    margin-top: 35px;
	float: left;
}

.dp_page6 {
    width: 100%;
    height: auto;
    margin-top: 35px;
	float: left;
}


.dp_h1 {
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 40px;
    margin-top: 50px;
    display: block;
    float: left;
}

.eq_h1 {
    margin-left: 7%;
    margin-bottom: 0px;
    margin-top: 50px;
    display: block;
    float: left;
	width: 70%;
}


.dp_seta_esquerda {
	display: block;
	position: absolute;
	left: 20px;
	top: 233px;
	width: 45px;
	}
	
.dp_seta_direita {
	display: block;
	position: absolute;
	right: 20px;
	top: 233px;
	width: 45px;
	}
	
	
.grid_48{
	display: block;
    float: left;
    width: 100%;
    background-image: url(../imagens/equipa/ex_1.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 360px;
    bottom: 0px;
    position: absolute;
    left: 0px;
    top: 85px;
	}
	
.grid_52{
	display: block;
    float: left;
    width: 100%;
	overflow-y: auto;
    background-color: #e2231a;
    height: 100%;
    bottom: 0px;
    position: absolute;
    right: 0px;
    top: 440px;
	}
	
.contentor_form_vm {
	width: 90%;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 20px;
	padding-bottom: 20px;
	top: 150px;
	left: 0px;
	right: 0px;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 50px;
	}
	
.balao {
	top:100px;
	}
	
.txt_balao {
	top: 95px;
	}
	
.contentor_form_tb {	
	top: 290px;
	}
	

.grid_full_360{
	top: 90px;
	height: -moz-calc(100% - 190px);
    height: -webkit-calc(100% - 190px);
    height: -o-calc(100% - 190px);
    height: calc(100% - 190px);
	padding-bottom: 100px;
	overflow-y: auto;
	}
	

}



@media only screen and (max-width: 890px) {
	
.centro_360 {
	display: none;
	}
	
.kb_1 {
	display: none;
	}
	
.kb_2 {
	display: none;
	}
	
.kb_3 {
	display: none;
	}
	
.kb_4 {
	display: none;
	}
	
.kb_5 {
	display: none;
	}
	
.kb_6 {
	display: none;
	}
	
.on_360 {
	display: none;
	}
	

.txt_central {
	display: none;
	}
	

	

}



@media only screen and (max-width: 780px) {
.hover_image {
	width: 50%;
	display: block;
	float: left;
	}
	
.pf_seta_esquerda {
	left: 10px;
	}
	
.pf_seta_direita{
	right: 10px;
	}
	
.lg_azul {
    width: 80%;
    height: 50%; 
}

.lg_azul_escuro {
    width: 80%;
    height: 50%;  
}


.dp_h1 {
    margin-left: 15%;
    margin-right: 15%;
}

.eq_h1 {
    margin-left: 15%;
    margin-right: 15%;
	width: 70%;
}

h1 {
    font-size: 40px;
    line-height: 40px;
}

.sp_h2 {
    margin-left: 15%;
    margin-right: 15%;
    padding-left: 0px;
}

.eq_h2 {
	margin-left: 15%;
    margin-right: 15%;
    padding-left: 0px;
	}

.sp_p {
    margin-left: 15%;
    margin-right: 15%;
    padding-left: 0px;
}

.eq_p {
    margin-left: 15%;
    margin-right: 15%;
    padding-left: 0px;
	width: 70%;
}

.listagem_serv_dp {
    right: 0px;
    top: 455px;
	}
	
.dp_seta_esquerda {
	left: 15px;
	top: 390px;
	width: 30px;
	}
	
.dp_seta_direita {
	right: 15px;
	top: 390px;
	width: 30px;
	}
	

h5 {
	font-size: 26px;
	line-height: 26px;
	}
	

.dp_h5 {
	margin-right: 10%;
    margin-bottom: 50px;
    margin-top: 50px;
    width: 230px;
	}
	
.circulo_cheio {
	width: 50px;
    height: 50px;
    margin-right: 10px;
	}
	
.circulo {
	width: 50px;
    height: 50px;
    margin-right: 10px;
	}
	
	
.contentor_form_vm {
	width: 90%;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 20px;
	padding-bottom: 20px;
	top: 100px;
	left: 0px;
	right: 0px;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 50px;
	}
	
.vm_esquerda {
	width: 100%;
	display: block;
	float: left;
	border:none;
	padding-right: 0px;
	padding-top: 25px;
	}
	
.vm_direita {
	width: 100%;
	display: block;
	float: left;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 25px;
	}
	
.area_ct {
	width: 94%;
	padding-left: 3%;
	padding-right: 3%;
	}
	
.text_ct {
	width: 94%;
	padding-left: 3%;
	padding-right: 3%;
	}
	
.tt_contacto {
	font-size: 35px;
	}
	
.ct_titulo {
	margin-top: 30px;
	}
	
.contentor_form_tb {
	width: 85%;
	top: 270px;
	margin-bottom: 50px;
	}
	
.tb_sp_esquerda {
	width: 100%;
	margin-right: 0%;
	}
	
.tb_sp_direita {
	width: 100%;
	}
.tb_sp_esquerda_b {
	width: 100%;
	margin-right: 0%;
	}
	
.separador_100 {
	margin-bottom: 10px;
}

.tb_sp_esquerda_c {
	width: 100px;
	}
	
.txt_check_b {
	width: 150px;
	}
	
.balao {
	position: absolute;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	top:100px;
	width: 550px;
	}
	
.txt_balao {
	color: #e2231a;
	position: absolute;
	width: 500px;
	vertical-align: middle;
	text-align: center;
	font-size: 35px;
	line-height: 30px;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	top: 95px;
	padding-left: 30px;
	}

}


@media only screen and (max-width: 565px) {
	.balao {
	position: absolute;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	top:100px;
	width: 450px;
	}
	
.txt_balao {
	color: #e2231a;
	position: absolute;
	width: 400px;
	vertical-align: middle;
	text-align: center;
	font-size: 30px;
	line-height: 25px;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	top: 95px;
	padding-left: 30px;
	}
	
.contentor_form_tb {
	top: 245px;
	}
	
}


@media only screen and (max-width: 465px) {
	.balao {
	position: absolute;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	top:100px;
	width: 380px;
	}
	
.txt_balao {
	color: #e2231a;
	position: absolute;
	width: 320px;
	vertical-align: middle;
	text-align: center;
	font-size: 23px;
	line-height: 24px;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	top: 95px;
	padding-left: 25px;
	}
	
.contentor_form_tb {
	top: 225px;
	}
	
}

@media only screen and (max-width: 390px) {
	.balao {
	position: absolute;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	top:100px;
	width: 310px;
	}
	
.txt_balao {
	color: #e2231a;
	position: absolute;
	width: 260px;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	top: 95px;
	padding-left: 15px;
	}
	
.contentor_form_tb {
	top: 195px;
	}
	
	
}		

