/* CSS Document */
body{
	padding:0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color: #FFF;
	background-image: url(../images/fundo.jpg);
	background-repeat: repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 11px;
	color: #676767;
	text-decoration: none;
}
a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #BE0507;
	text-decoration: none;
}
a:hover {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #646464;
	text-decoration: none;
}

#data_news2 {
	margin-top: 30px;
	font-weight: bold;
}

div, p, ul, h2, h3, h4, img{
	padding:0px;
	margin:0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #646464;
}
ul{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #646464;
	list-style: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#conteudo {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #646464;
	width: 763px;
	clear: both;
	height: 400px;
	text-align: left;
}
#texto_conteudo {
	height: 400px;
	width: 530px;
	float: left;
}
#img_conteudo {
	height: 400px;
	width: 215px;
	float: right;
}
#img1 {
	width: 215px;
}
#img2 {
	margin-top: 10px;
	width: 215px;
}
#img3 {
	width: 215px;
	margin-top: 10px;
}


#projectos table tr td  {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 22px;
	color: #646464;
}
#conteiner {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
}

/* FORMULÁRIO */
.form {
    border: 2px solid #dedede;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #646464;
    font-size: 13px;
}

label.form-button input {
    display: none;
}

.form-button {
    height: 29px;
    display: inline-block;
    width: 70px;
    text-align: center;
    float: right;
}

.form-button:hover {
    background: #646464;
    color: #ffffff;
    cursor: pointer;
}

.form-button span {
    display: inline-block;
    margin-top: 5px;
}

.form-send-button {
    color: #ffffff;
    background: #c30505;
}

.form-input {
    padding-left: 10px;
    height: 33px;
    width: 580px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-upload {
    display: inline-block;
    height: 29px;
    width: 485px;
}

.form-upload p {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #646464;
    font-size: 13px;
    margin-top: 5px;
}

.form-message {
    padding-top: 5px;
    height: 90px;
}

select.form-select {
    -webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none;
    padding: 5px 35px 5px 5px;
    background: url(../images/arrow.png) 96% no-repeat;
    background-size: 8%;
    cursor: pointer;
    height: 33px;
    width: 220px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

select.form-select:hover {
    background: url(../images/arrow_over.png) 96% no-repeat;
    background-size: 8%;
    background-color: #646464;
    color: #ffffff;
}

label.form-checkbox input {
    display: none;
    cursor: pointer;
}

.form-checkbox {
    cursor: pointer;
    color: #646464;
    font-size: 13px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.checkmark {
    cursor: pointer;
    position: relative;
    background-color: #ffffff;
    border: 2px solid #dedede;
    padding-left: 10px;
    padding-right: 10px;
}

.form-checkbox:hover input ~ .checkmark {
    background-color: #646464;
}

.form-checkbox input:checked ~ .checkmark {
    background-color: #646464;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.form-checkbox input:checked ~ .checkmark:after {
    display: block;
}

.form-checkbox .checkmark:after {
    left: 6px;
    top: 50%;
    width: 5px;
    height: 7px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg) translate(-50% , -50%);
    -ms-transform: rotate(45deg) translate(-50% , -50%);
    transform: rotate(45deg) translate(-50% , -50%);
}

.privacy-span {
    cursor: pointer;
    color: #1155cc;
    font-size: 13px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    text-decoration: underline;
}

/* POPUP POLÍTICA DE PRIVACIDADE */
.popup-background {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1;
}

.popup {
    position: fixed;
    width: 60%;
    height: 60%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.popup-title {
    display: block;
    position: relative;
    height: 10%;
    font-size: 16px;
    background-color: #646464;
    color: #ffffff;
}

.popup-title span {
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    padding-left: 20px;
}

.popup-body {
    height: 80%;
    font-size: 12px;
    background-color: #ffffff;
    color: #000000;
    overflow-y: scroll;
}

.popup-body-text {
    padding: 20px;
    color: #000000;
}

.popup-body-text ul {
    list-style: disc;
    color: #000000;
    padding-left: 20px;
}

.popup-body-text ul li ul {
    list-style: circle;
    color: #000000;
    padding-left: 20px;
}

.popup-body-text ul li ul li ul {
    list-style: square;
    color: #000000;
    padding-left: 20px;
}

.popup-body-text ul li ul li ul li ul {
    list-style: disc;
    color: #000000;
    padding-left: 20px;
}

.popup-footer {
    position: relative;
    height: 10%;
    font-size: 16px;
    background-color: #cfcfcf;
    color: #000000;
}

.popup-footer-input {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 20px;
    background: #858585;
    color: #ffffff;
    border: 0;
    padding: 0.8% 50px;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

/* TOP */
#header_logos{width: 1000px; height: 147px; position:relative; 0 0 no-repeat; margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto;}

/* BANNER */
#banner{
	width: 949px;
	height: 142px;
	margin-top: 5px;
	margin-left: 28px;
}

/* MENU */
 #menu{	position:relative;	clear: both;}
 #menu ul.menu{	position:absolute;	left:32px;	width:710px;	height: 33px;	top: -31px;}
 #menu ul.menu li{float:left; height:33px;}
 #menu ul.menu li a{height:33px; display:block;}
 #menu ul.menu li.home a{width:42px; background-image: url(../images/btn_ES_1.png); background-repeat: no-repeat; background-position: 0 0;}
 #menu ul.menu li.home a:hover{width:42px;background-image: url(../images/btn_ES_1_over.png); ackground-repeat: no-repeat; background-position: 0 0;}
 #menu ul.menu li.empresa a{width:77px;	background-image: url(../images/btn_ES_2.png);	background-repeat: no-repeat; background-position: 0 0;	margin-left: 30px;}
 #menu ul.menu li.empresa a:hover{width:77px;background-image: url(../images/btn_ES_2_over.png); ackground-repeat: no-repeat; background-position: 0 0;margin-left: 30px;}
 #menu ul.menu li.produtos a{width:77px;background-image: url(../images/btn_ES_3.png);	background-repeat: no-repeat; background-position: 0 0;	margin-left: 28px;}
 #menu ul.menu li.produtos a:hover{width:77px;background-image: url(../images/btn_ES_3_over.png); ackground-repeat: no-repeat; background-position: 0 0;margin-left: 28px;}
 #menu ul.menu li.casestudy a{width:99px;background-image: url(../images/btn_ES_4.png);background-repeat: no-repeat; background-position: 0 0;margin-left: 25px;}
 #menu ul.menu li.casestudy a:hover{width:99px;background-image: url(../images/btn_ES_4_over.png); ackground-repeat: no-repeat; background-position: 0 0;margin-left: 25px;}
 #menu ul.menu li.parceiros a{width:79px;background-image: url(../images/btn_ES_5.png);background-repeat: no-repeat; background-position: 0 0;	margin-left: 26px;}
 #menu ul.menu li.parceiros a:hover{width:79px;background-image: url(../images/btn_ES_5_over.png); ackground-repeat: no-repeat; background-position: 0 0;margin-left: 26px;}
 #menu ul.menu li.news a{width:60px;background-image: url(../images/btn_ES_6.png);background-repeat: no-repeat; background-position: 0 0; margin-left: 26px;}
 #menu ul.menu li.news a:hover{width:60px;background-image: url(../images/btn_ES_6_over.png); ackground-repeat: no-repeat; background-position: 0 0;margin-left: 26px;}
 #menu ul.menu li.recrutamento a{width:100px;background-image: url(../images/btn_ES_8.png); background-repeat: no-repeat; background-position: 0 0; margin-left: 25px;}
 #menu ul.menu li.recrutamento a:hover{width:100px;background-image: url(../images/btn_ES_8_over.png); ackground-repeat: no-repeat; background-position: 0 0; margin-left: 25px;}
 #menu ul.menu li.contactos a{width:75px;background-image: url(../images/btn_7.png);background-repeat: no-repeat; background-position: 0 0;	margin-left: 25px;}
 #menu ul.menu li.contactos a:hover{width:75px;background-image: url(../images/btn_7_over.png); ackground-repeat: no-repeat; background-position: 0 0;margin-left: 25px;}

/* BTN LATERAL */

#menu_lateral {
	width: 150px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #fff;
	padding-left: 30px;
}

ul#menu_lateral, ul#menu_lateral ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	width: 141px;
	font-size: 11px;
}

ul#menu_lateral a {
  display: block;
  text-decoration: none;	
}

ul#menu_lateral li {
  margin-top: 1px;
}

ul#menu_lateral li a {
	color: #646464;
	padding: 0.5em;
	background-color: #fff;
}

ul#menu_lateral li a:hover {
	background-color: #dedede;
}

ul#menu_lateral li ul li a {
	color: #646464;
	padding-left: 12px;
	background-color: #fefefe;
	font-size: 11px;
}

ul#menu_lateral li ul li a:hover {
	padding-left: 12px;
	background-color: #dedede;
}

ul#menu_lateral li a.current{
	color:#646464;
	background-color: #dedede;
	}

ul#menu_lateral li a.current:hover{
	color:#646464;
	background-color: #dedede;
	}


#menu_lateral1 {
	width: 150px;
	border-size: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 15px;
	background-color: #fefefe;
	}
	
#menu_lateral1 li a {
	height: 32px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 22px;
	text-decoration: none;
	margin-bottom: 2px;
	}
	
#menu_lateral1 li a:link, #menu_lateral1 li a:visited {
	color: #646464;
	display: block;
	padding: 8px 0 0 10px;
	background-color: #fefefe;
	font-size: 11px;
	}
	
#menu_lateral1 li a:hover {
	color: #646464;
	padding: 8px 0 0 10px;
	background-color: #dedede;
	background-position: 0 -32px;
	}
	
#menu_lateral1 li a:active {
	color: #fefefe;
	padding: 8px 0 0 10px;
	}
	
ul#menu_lateral1 li a.current{
	color:#646464;
	background-color: #dedede;
	}

ul#menu_lateral1 li a.current:hover{
	color:#646464;
	background-color: #dedede;
	}



 #lateral {
	margin-left: 30px;
	height: auto;
}

/* PROJECTOS */
#projectos{
	width: 180px;
	position:relative;
	float: left;
	padding-top: 22px;
	height: auto;
}
#titulo_projecto {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 22px;
	color: #646464;
	padding-left: 38px;
	padding-bottom: 22px;
}

#Titulo {float: left; height: 22px; width: 160px; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size: 22px; color: #646464; padding-left: 29px; padding-top: 20px;padding-bottom: 20px;}
#destaques {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: 646464;
	float: right;
	width: 791px;
	padding-bottom: 40px;
	height: 520px;
}
#frase {width: 791px; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size: 20px; color: #646464; padding-top: 20px; padding-bottom: 16px;}
#barra {height: 5px; width: 764px; background-color: #f6f6f6;}
#titulo_botao {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	height: 50px;
	width: 150px;
	font-size: 22px;
	color: #646464;
	padding-left: 30px;
	padding-top: 15px;
}


#news {font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size: 24px; color: #646464; padding-top: 20px; padding-bottom: 10px;}
#News1 {
}
#menu_accordion {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #646464;
	width: 141px;
}


#Destaques {width: 791px;}
#news1 {background:url(../images/news_solucaocafesresturantes.jpg) no-repeat; width: 253px; height: 189px; float: left;}
#news2 {background:url(../images/news_myclient.jpg) no-repeat; width: 253px; height: 189px; float: left;}
#news3 {background:url(../images/news_portal-tecnologico.jpg) no-repeat; width: 271px; height: 189px; float: left;}

#News2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #BE0507;
}
#Desc_News2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	margin-top: 10px;
}



/* FOOTER */
#footer { background:url(../images/barra_tracejado_footer.png) no-repeat; width: 1000px; padding-top: 5px; padding-bottom: 5px; margin-top: 0px; margin-right: auto; margin-bottom: 0px; margin-left: auto; 	clear: both;}
#rodape {height: 20px; width: 1000px; clear: both; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size: 9px; color: #646464; margin-top: 0px; margin-right: auto; margin-bottom: 0px; margin-left: auto;}
#conteiner #rodape table tr td {text-align: left;}
#conteiner #destaques #Destaques #news1 h2 {color: #676767; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size: 12px;}
#imag_parceiros {
	margin-top: 10px;
}
#datas_news {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	color: #646464;
	font-weight: bold;
}
#conteiner #destaques #conteudo #form1 table tr td {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #646464;
	text-align: right;
}
#conteiner #destaques #conteudo #form1 table {
	text-align: left;
}
#img_destaque {
}

.CollapsiblePanel {
	width: 150px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #646464;
}

.CollapsiblePanelTab {
	background-color: #dedede;
	border-bottom: solid 1px #CCC;
	padding: 4px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #646464;
	width: 133px;
	height: 17px;
}

.CollapsiblePanelContent {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #646464;

}

.CollapsiblePanelTab a {
	color: #FFF;
	text-decoration: none;
}

.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #646464;
	color: #FFF;
}

.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #646464;
	color: #FFF;
}

.CollapsiblePanelClosed .CollapsiblePanelTab {
}

.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #dedede;
	color: #646464;
}
