@font-face{
	font-family: "GeoSans";
	src:url("fonts/GeosansLight.ttf") format('truetype');
	font-style:normal;
	font-weight: normal;
}

@font-face{
	font-family: "opensans";
	src:url("fonts/opensans.ttf") format('truetype');
	font-style:normal;
	font-weight: normal;
}

*{
	box-sizing:border-box;
	margin:0;
	padding: 0;
  font-family: "opensans";
  color:#d0d0d0;
}

a{
	text-decoration: none;
}

/* HEADER */

  header{
  	position: relative;
    background: black;
  	width: 100%;
  	z-index: 99;
  }

  header .atend{
    width: 100%;
    background: #c4c4c4;
  }

  header .atend p{
    display: inline-block;
    margin-left: 5px;
    margin-top: 2px;
    vertical-align: top;
  }

  header .atend p a{
    color:black;
    font-size: 0.9em;
    font-weight: bold;
  }

  .logo{
    margin:auto;
  	width: 700px;
  	padding-top: 5px;
  }

  .logo img{
  	width: 100%;
  }

  /* menu */

    nav{
    	float: left;
    }

    nav .menu li{
    	float: left;
    	margin:0;
    	text-decoration: none;
    	list-style: none;
    }

    .tab{
      color:black;
    	z-index: 99;
    	position: relative;
      font-family:"GeoSans";
      font-weight: bold;
    	display: block;
      font-size: 14px;
    	padding: 5px 15px;
    	text-align: center;
    	transition:all 0.4s;
    }

    li:hover > .tab, #current_tab{
      background-color:#1a1a1a;
      color:white;
    }

/* banner */

.banner{
  position: relative;
  background: #b2b2b2;
  padding:4px 0;
}

.banner img{
  margin:auto;
  display: block;
}

.banner .text{
  position: absolute;
  bottom:0; 
  right: 0;
  z-index: 999;
}

.banner .text p{
  font-family: "GeoSans";
  font-size: 20px;
  margin-bottom: 3px;
  text-align: right;
  color:white;
}

/* servicos */

.servicos{
  position: relative;
  padding:20px;
}

.serv{
  position: relative;
  float:left;
  width: 13%;
  margin: 1.05%;
  padding:13px;
}

.serv .title{
  text-align: center;
  font-weight: normal;
  font-size: 14px;
}

.serv .image{
  border:none;
}

/* rodapé */

footer{
  position: relative;
  padding-top:10px;
  background: #c4c4c4;
}

footer *{
  color:black;
}

footer .text p{
  margin-bottom: 3px;
}

footer .center > p:last-child{
  font-size: 13px;
  margin-bottom: 10px;
}

footer .title{
  margin-bottom:10px;
}

/* ------ General Styles ----- */

  /* align */
.center{
  position: relative;
  min-width: 507px;
  max-width:1800px;
  width: 70%;
  display: table;
  margin: auto;
  clear: both;
}

.col-1{
  position:relative;
  margin:1%;
  width:6.33%;
  display:inline-block;
  float: left;
}

.col-2{
  position:relative;
  margin:1%;
  width:14.66%;
  display:inline-block;
  float: left;
}

.col-3{
  position:relative;
  margin:1%;
  width:22.65%;
  display:inline-block;
  float: left;
}

.col-4{
  position:relative;
  margin:1%;
  width:31%;
  display:inline-block;
  float:left;
}

.col-5{
  position:relative;
  margin:1%;
  width:39.66%;
  display:inline-block;
  float:left;
}

.col-6{
  position:relative;
  margin:1%;
  width:48%;
  float:left;
}

.col-7{
  position:relative;
  margin:1%;
  width:56.33%;
  display:inline-block;
  float:left;
}

.col-8{
  position:relative;
  margin:1%;
  width:64.66%;
  display:inline-block;
  float:left;
}

.col-9{
  position:relative;
  margin:1%;
  width:73%;
  display:inline-block;
  float:left;
}

.col-10{
  position:relative;
  margin:1%;
  width:81.33%;
  display:inline-block;
  float:left;
}

.col-11{
  position:relative;
  margin:1%;
  width:89.66%;
  display:inline-block;
  float:left;
}

.col-12{
  position:relative;
  margin:1%;
  width:98%;
  display:inline-block;
  float:left;
}

.content{
  background: black;
  padding:40px 0;
}

.contato{
  background: url(../images/bg-contato.jpg) 0 0 no-repeat;
  background-size:cover;
}

section{
  position: relative;
  padding: 20px;
  background: #1a1a1a;
  border-top: 5px solid #cacaca;
  border-bottom: 5px solid #cacaca;
}

.full_width{
  position:relative;
  width:100%;
}

#mg-top-0{
  margin-top: -80px;
  clear:none;
}

.aln-right{
  float: right;
}

.aln-left{
  float: left;
}

.aln-center{
  margin:auto;
  float: none;
  display: block;
}

.clear{
  clear: both;
}

.clear-menu{
  position: relative;
  top: 111px;
}

.inline{
  display: inline-block;
}

.n-margin{
  margin-top: 0;
  margin-left: 0;
  margin-right: 25px;
}

.row{
  position: relative;
  clear: both;  
}


      /* text */

.text-aln-center{
  text-align: center;
}

.text-aln-right{
  text-align: right;
}

h2{
  margin-bottom: 20px;
}

p{
  font-family: 'opensans';
  line-height:1.3em; 
}

.ps{
  font-size: 12px;
}

.list{
  list-style:none;
}

ul{
  padding: 20px 40px;
  padding-top: 0;
}

.list li{
  font-family: 'opensans';
  font-size: 1em;
  margin:10px 0;
}

h1{
  font-size:26px;
}

.title{
  margin:10px 0;
  margin-bottom: 20px;
}

.sub_title{
  margin-top: 25px;
  font-size: 18px;
}

.text a.link{
  word-break:break-all;
  border-bottom:1px dotted;
}

.text a.link:hover{
  text-decoration: none;
  border:none;
}

li.list-title{
  font-family:'GeoSans';
  font-size: 1.2em;
  color:#FA3737;
}

.description{
 font-size: 0.8em;
}

.text{
  padding:10px;
}

.text p{
  margin-bottom: 12px;
  line-height: 1.6em;
}

cite{
  font-size: 18px;
  margin:0;
  color:#8E8E8E;
}


    /* midia */

.slogan{
  background: url(../images/back-slogan.png) 0 0 no-repeat;
  background-size: 100% 100%;
  padding:20px;
}

.slogan *{
  text-align: center;
  color: black;
}
.text-box{
  padding:15px 25px;
  border:1px dashed #f68b1f;
}

.icon{
  position: relative;
  display: inline-block;
  margin-bottom: -4px;
  margin-right: 4px;
  border-radius: 100%;
  width: 20px;
  height:20px;
}

.icon div{
  position: absolute;
  top:50%;
  left: 50%;
  background: url(../images/sprite-icons.png);
  background-repeat: no-repeat;
}

.icon div.tel{
  margin-top: -10px;
  margin-left: -8px;
  width: 100%;
  height: 100%;
  background-position: 0 -16px;
}

.icon div.telw{
  margin-top: -8px;
  margin-left: -8px;
  width: 100%;
  height: 100%;
  background-position: 0 1px;
}

.icon div.site{
  margin-top: -8px;
  margin-left: -8px;
  width: 100%;
  height: 100%;
  background-position: 0 -42px;
}

.icon div.email{
  margin-top: -8px;
  margin-left: -8px;
  width: 100%;
  height: 100%;
  background-position: 0 -65px;
}

.icon div.local{
  margin-top: -8px;
  margin-left: -8px;
  width: 100%;
  height: 100%;
  background-position: 0 -88px;
}

#map{
  width: 100%;
  height:400px;
}

#logo_publiwork{
  position: absolute;
  display: inline-block;
  height: 40px;
  margin-top: -25px;
  right: 0;
}

.box img{
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}


.video-container {
	position: relative;
	padding-bottom: 55%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.post-content{
	max-width:350;
	max-height:350;
}
.post-content img{
	max-width:100%;
}




.master_box{
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  padding: 20px;
  margin-bottom: 40px;
}

.image{
  width: 100%;
  border:2px solid #cacaca;
}


      /* links */

.link:hover{
  color:black;
  cursor: pointer;
  text-decoration: underline;
}

.btn{
  clear: both;
  padding: 10px;
  border-radius:4px;
  cursor: pointer;
  background: black;
  border: none;
  font-size: 1em;
  color:white;
  transition:all 0.5s;
}

.btn:hover{
  background:white;
  color:black;
}

/* outros */

form{
  margin-top: 100px !important;
  margin-bottom: 100px !important;
  display: table;
  background: rgba(196, 196, 196, 0.8);
  padding: 10px;
  border-radius: 5px;
}

form fieldset{
  padding: 20px;
}

form legend{
  padding:0 20px;
  background: white;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

form label{
  margin-top: 10px;
  text-align: left;
  text-indent: 5px;
  float:left;
}

form div{
  margin-bottom:0 !important;
  margin-top:0 !important;
}

form .field{
  position: relative;
  color:#8d888d;
  padding: 12px;
  margin-bottom: 15px;
  border:none;
  border-radius: 5px;
  z-index: 999;
  font-size: 1em;
  transition:all 0.8s;
}

