@charset "UTF-8";
/* CSS Document */

html {
    position: relative;
    min-height: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  color: #777777;
  font-size: 14px;
  line-height: 21px;
  font-family: 'ubunturegular';
  background-color: #ffffff;
  /*border-top-style: solid;
  border-top-width: 5px;
  border-color: #d81919;*/
  /*text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5), -1px -1px 0px rgba(0,0,0,0.2);
  -webkit-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5), -1px -1px 0px rgba(0,0,0,0.2);
  -moz-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5), -1px -1px 0px rgba(0,0,0,0.2);*/
}

p {
  text-align:justify;
}

.hidden {
    display: none;
}

.siteContent {
  width: 100%;
}

.mainContainer {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  position: relative;
}

.mainContainer2 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  position: relative;
  overflow: hidden;
}

h1, h2 {
	font-weight: normal;
	font-style: normal;
}

h2.title {
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'ubuntumedium';
}

h3 {
  font-family: 'ubuntumedium';
}

a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #d81919;
  text-decoration: none;
}

img {
  border: 0px;
  max-height: 100%;
  max-width: 100%;
}

.header-contacts {
  float: right;
  width: 460px;
  margin-bottom: -3px;
}
.header-contacts > p {
  float: left;
  margin-left: 40px;
  font-size: 12px;
}

.header-contacts p strong {
  color: #333333;
  font-weight: normal;
}

.social {
  float: left;
  width: 35px;
  height: 35px;
  margin-top: 10px;
  display: block;
  background-image: url(../contents/linkedin.jpg);
}

.social:hover {
  background-position: -35px 0px;
}

.flagPT-active {
  float: right;
  width: 72px;
  height: 12px;
  display: block;
  background-image: url(../contents/pt.png);
  background-repeat: no-repeat;
}

.flagPT {
  float: right;
  width: 72px;
  height: 12px;
  display: block;
  background-image: url(../contents/pt.png);
  background-repeat: no-repeat;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.flagPT:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.flagEN-active {
  float: right;
  width: 72px;
  height: 12px;
  display: block;
  background-image: url(../contents/en.png);
  background-repeat: no-repeat;
}

.flagEN {
  float: right;
  width: 72px;
  height: 12px;
  display: block;
  background-image: url(../contents/en.png);
  background-repeat: no-repeat;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.flagEN:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.go-top {
  background-image: url(../contents/go-top.jpg);
  position: fixed;
  right: 0px;
  top: 80%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  display: none;
  z-index: 1;
}

.logo {
  width: 300px;
  height: 80px;
  /*margin-top: 10px;*/
  float: left;
  background-repeat: no-repeat;
  background-image: url(../contents/logo.jpg);
}

nav.primeNav {
  width: 100%;
}

nav.primeNav > ul {
  width: auto;
  float: none;
  position: relative;
}

nav.primeNav > ul > li {
  width: auto;
  float: left;
  line-height: 65px;
  margin-left: 40px;
  position: relative;
}

nav.primeNav > ul > li > a {
  line-height: 100px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom-color: #bababa;
  text-transform: uppercase;
}

nav.primeNav > ul > li > a:hover {
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-color: #d81919;
}

/*ul.company {
  position: absolute;
  top: 70px;
  left: 0px;
  background-color: #333333;
  width: 110px;
  border-top-width: 3px;
  border-top-style: solid;
  border-color: #d81919;
  display: none;
  z-index: 100;
}*/

ul.services {
  position: absolute;
  top: 100px;
  left: -200px;
  background-color: #333333;
  width: 270px;
  border-top-width: 3px;
  border-top-style: solid;
  border-color: #d81919;
  display: none;
  z-index: 100;
}

nav.primeNav > ul > li > ul li {
  line-height: 40px;
  float: left;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #444444;
  display: block;
  text-align: left;
  list-style: none;
}

nav.primeNav > ul > li > ul > li a {
  color: #ffffff;
  padding: 0px 20px;
  width: 100%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

nav.primeNav > ul > li > ul > li a:hover {
  color: #d81919;
  text-decoration: none;
}


nav.primeNav > ul li {
  position: relative;
}

nav.primeNav > ul > li ul ul {
  width: 200px;
  right: -200px;
  top: -3px;
  border: 0px solid #f00;
  position: absolute;
  background-color: #333333;
  border-top-width: 3px;
  border-top-style: solid;
  display: none;
}

/* ========================BEGIN HOME======================== */
.homeSlider {
  border-top: 3px solid #bababa;
  width: 100%;
  clear: both;
  height: 400px;
  background-color: black;
}

.row1 {
  height: auto;
  margin-top: 30px;
}

.about {
  width: 100%;
}

img {
  border: 0px;
  max-height: 100%;
  max-width: 100%;
}

img.team {
  width: 340px;
  height: 238px;
  float: right;
}

.row2 {
  margin-top: 30px;
}

.services {
  width: 100%;
  overflow: hidden;
  /*margin-top: 30px;*/
  display: inline-block;
}

.services ul{
  width: 100%;
  float: left;
  display: inline-flex;
}

/*.services ul li{
  float: left;
  width: 280px;
}*/

.servicesList {
  margin-top: 30px;
  margin-left: 15px;
  /*display: inline;*/
  list-style: none;
}

.services-icon {
  float: left;
  width: 86px;
  height: 84.8px;
  margin-right: 10px;
  margin-left: 10px;
  display: inline-block;
  background-image: url(../contents/icons.jpg);
}

.services ul li {
/*  display: inline-block;*/
  width: 100%;
  height: 120px;
}

.servicesList li a {
  color: #777777;
  text-decoration: none;
}

.servicesList li a:hover {
  color: #d81919;
  text-decoration: none;
}

.servicesList li h3.text01 {
  padding-top: 20px;
}

.servicesList li h3.text02 {
  padding-top: 12px;
}

.servicesList li h3.text03 {
  padding-top: 30px;
}

.services ul li:first-child .services-icon {
  margin-left: 0px;
}

.services-icon:hover {
  background-position: 0px -85px; 
}

.services-icon.GCF {
  background-position: -86px 0px;
}

.services-icon.GCF:hover {
  background-position: -86px -85px;
}

.services-icon.CS {
  background-position: -172px 0px;
}

.services-icon.CS:hover {
  background-position: -172px -85px;
}

.services-icon.GA {
  background-position: -258px 0px;
}

.services-icon.GA:hover {
  background-position: -258px -85px;
}

.services-icon.ST {
  background-position: -344px 0px;
}

.services-icon.ST:hover {
  background-position: -344px -85px;
}

.services-icon.STD {
  background-position: -430px 0px;
}

.services-icon.STD:hover {
  background-position: -430px -85px;
}



.divider {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}

.clients {
  width: 100%;
  overflow: hidden;
}

.clientsList {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
  display: inline-block;
}

.clientsList img{
  float: left;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  opacity: 0.4;
}

.titleFooter {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 20px;
}

.column1 {
  float: left;
}

.column2 {
  float: left;
  margin-left: 20px;
  list-style: none;
}

.li1 {
  color: #ffffff;
  font-size: 14px;
}

.li2 {
  color: #777777;
  font-size: 14px;
  list-style: none;
}

.li3 {
  list-style: none;
}

.li3 a, .li2 a{
  color: #777777;
  font-size: 14px;
  text-decoration: none;
}

.li3 a:hover, .li2 a:hover {
  color: #d81919;
}

footer {
  bottom:0;
  left:0;
}

.footContent {
  /* position: absolute; */
  width: 100%;
  height: 330px;
  margin: auto;
  background-color: #333333;
  padding-bottom: 30px;
  border-top: 5px solid #d81919;
}

.map {
  float: right;
}

.google-map {
  float: left;
}

.contactsFooter {
  overflow: hidden;
  float: right;
  margin-right: 100px;
  margin-top: 0px;
}

.bottomLine {
  width: 100%;
  /* overflow: hidden; */
  display: flex;
  bottom: 0;
  background-color: #222222;
  position: fixed;
  
}

.bottomLine p {
  color: #777777;
  font-size: 12px;
  float: left;
}

.bottomContainer {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  /* position: relative; */
}

.bottomContainer a {
  color: #BEBEBE;
  text-decoration: none;
}

.bottomContainer a:hover {
  color: #d81919;
  text-decoration: none;
}

/* ========================END HOME======================== */

/* ========================BEGIN SERVICES======================== */

.row3 {
  height: 250px;
  margin-top: 30px;
}

.row4 {
  margin-bottom: 30px;
}

.li4 {
  color: #d81919;
  font-size: 14px;
}

h3.title, span.title {
text-transform: uppercase;
font-size: 16px;
font-family: 'ubuntumedium';
}

li.title {
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'ubuntumedium';
  line-height: 40px;
}

a.button {
  font-size: 10pt;
  font-family: 'ubuntulight';
 /* line-height: 40px;*/
  padding: 5px 10px;
  color: #fff;
  background-color: #d81919;
}
a.button:hover {
  background-color: #777777;
  cursor: pointer;
}

.slideArea {
  margin-left: 0px;
}

.slideArea p {
  float: left;
  margin-left: 20px;
}

.contentArea {
  float: left;
  margin-left: 80px;
  margin-top: 10px;
}

.titleArea {
  width: 550px;
  float: left;
  position: relative;
  margin-top: 40px;  
}

.imageArea {
  float: left;
  width: 500px;
  margin-left: 40px;
}

#slider {
  position: relative;
  overflow: hidden;
/*  margin: 20px auto 0 auto;*/
/*  border-radius: 4px;*/
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 500px;
  height: 400px;
/*  background: #ccc;*/
  text-align: center;
  line-height: 300px;
}

a.control_prev, a.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  border-radius: 0 2px 2px 0;
}

a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

.hidden {
    display: none;
}

/* ----serviços em Gestão, Coordenação e Fiscalização------- */

.services-icon02 {
  float: left;
  width: 86px;
  height: 85px;
  margin-right: 10px;
  margin-left: 10px;
  display: inline-block;
  background-image: url(../contents/icons02.jpg);
}

.services ul li:first-child .services-icon02 {
  margin-left: 0px;
}

.services-icon02:hover {
  background-position: 0px -85px; 
}

.services-icon02.H {
  background-position: -86px 0px;
}

.services-icon02.H:hover {
  background-position: -86px -85px;
}

.services-icon02.AI {
  background-position: -172px 0px;
}

.services-icon02.AI:hover {
  background-position: -172px -85px;
}

.services-icon02.S {
  background-position: -258px 0px;
}

.services-icon02.S:hover {
  background-position: -258px -85px;
}

.services-icon02.OS {
  background-position: -344px 0px;
}

.services-icon02.OS:hover {
  background-position: -344px -85px;
}

/* ========================END SERVICES======================== */

/* ========================BEGIN CONTACTS======================== */
/*
.row4 {
  height: 370px;
}

.textArea {
  float: left;
  width: 400px;
  margin-top: 16px;
}

.formArea {
  width: 750px;
  float: right;
  position: relative;
}

.main-content-block {
  width: 100%;
  float: left;
}

.main-content-block p.page-intro {
  font-size: 18px;
  line-height: 27px;
  font-family: 'ubunturegular'; 
  color: #111111;
  margin-bottom: 20px;
}

.main-content-block p{
  font-size: 14px;
  font-family: 'ubuntulight'; 
  width: 100%;
  float: left;
}

.main-content-block h2 {
  font-size: 18px;
  font-family: 'ubunturegular'; 
  color: #111111;
  margin-top: 160px;
}

div {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}

/* --------add-comment-form---------- */

/*.add-comment-form, .add-comment-form p {
  width: 100%;
  float: left;
}

.add-comment-form p textarea {
  width: 100%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  font-family: 'Ubuntu', sans-serif;
  color: #777;
  line-height: 21px;
  border: 1px solid #ddd;
  min-height: 150px;
}

.add-comment-form p input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 40px;
  height: 40px;
  padding: 0px 15px;
  border: 1px solid #ddd;
  float: left;
  width: 365px;
}

.add-comment-form p input.nome {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 40px;
  height: 40px;
  padding: 0px 15px;
  border: 1px solid #ddd;
  float: left;
  width: 365px;
  margin-right: 20px;
}

.add-comment-form p button {
  line-height: 40px;
  height: 40px;
  float: right;
  padding: 0px 15px;
  width: 140px;
  border: 0px;
  color: #fff;
  position: relative;
  background-color: #d81919;
}

.add-comment-form p button:hover {
  background-color: #777777;
  cursor: pointer;
}

.add-comment-form ::-webkit-input-placeholder {
   color: #999;
   font-style: italic;
}

.add-comment-form :-moz-placeholder { /* Firefox 18- */
   /*color: #999;  
   font-style: italic;
}

.add-comment-form ::-moz-placeholder {  /* Firefox 19+ */
   /*color: #999;  
   font-style: italic;
}*/

/* -------------page-header------------ */

.page-header {
  background-image: url(../images/page-header-bg.jpg);
  padding: 20px 0px;
  border-top: 3px solid #bababa;
  width: 100%;
  clear: both;
  height: 80px;
}

.page-header h2 {
  text-transform: uppercase;
  color: #333333;
  font-size: 20px;
  line-height: 75px;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'ubunturegular';
}

.page-header h2 > a {
  font-size: 10pt;
  vertical-align: middle;
}

/*.statusErro
{
  font-family: 'ubuntulight';
  font: 10px;
  color: #FF0000;
  position: absolute;
  margin-top: 270px;
}

.statusSucesso
{
  font-family: 'ubuntulight';
  font: 10px;
  color: #00B400;
  position: absolute;
  margin-top: 270px;
}

.statusMensagem {
  color: #d81919;
  background-color: rgb(255, 255, 255, 0,4);
  position: relative;
  top: 50%;
  width: 100%;
  height: 100%;
  left: 50%;
  margin-left: -150px;
  display: inline-block;
}*/

/* ========================END CONTACTS======================== */

/* ========================BEGIN SLIDER======================== */
#full-width-slider {
  width: 100%;
  height: 100%;
  color: #000;
}

.coloredBlock {
  padding: 12px;
  background: rgba(255,0,0,0.6);
  color: #FFF;
   width: 200px;
   left: 20%;
   top: 5%;
}

.infoBlock {
  position: absolute;
  top: 30px;
  right: 30px;
  left: auto;
  max-width: 35%;
  padding-bottom: 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  padding: 20px;
}

.infoBlockLeftBlack {
  
  background: #000;
  background: rgba(0,0,0,0.75);
  left: 100px;
  right: auto;
}

.infoBlock h1 {
  font-family: 'ubuntumedium';
  font-size: 20px;
  color: #ffffff;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 3px;
}

.infoBlock h2 {
  font-family: 'ubuntulight';
  font-size: 16px;
  color: #d81919;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 3px;
}

.infoBlock p {
  font-family: 'ubuntulight';
  font-size: 14px;
  color: #ffffff;
  margin-top: 4px;
  margin-bottom: 10px;
}

.infoBlock a {
  font-family: 'ubuntulight';
  color: #ffffff;
  font-size: 12px;
  background-color: #d81919;
  padding: 5px;
}

.photosBy {
  position: absolute;
  line-height: 24px;
  font-size: 12px;
  background: #FFF;
  color: #000;
  padding: 0px 10px;
  position: absolute;
  left: 12px;
  bottom: 12px;
  top: auto;
  border-radius: 2px;
  z-index: 25; 
} 

.photosBy a {
  color: #000;
}

.fullWidth {
  max-width: 1400px;
  margin: 0 auto 24px;
}

@media screen and (min-width:960px) and (min-height:660px) {
  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {
      height: 520px !important;
  }
}

@media screen and (min-width:960px) and (min-height:1000px) {
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: 660px !important;
    }
}

@media screen and (min-width: 0px) and (max-width: 800px) {
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
    height: 300px !important;
  }

  .infoBlock {
    padding: 10px;
    height: auto;
    max-height: 100%;
    min-width: 40%;
    left: 5px;
    top: 5px;
    right: auto;
    font-size: 12px;
  }

  .infoBlock h3 {
     font-size: 14px;
     line-height: 17px;
  }
}
/* ========================END SLIDER======================== */



