/**
 * Demo Styles
 */

html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  position: relative;
  margin: 0;
  padding-bottom: 6rem;
  min-height: 100%;
  background-color: #202020;
  background-image: url('../images/background.png');
}

/**
 * Footer Styles
 */

.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #191919;
  background-image: url('../images/background_rodape.png');
  text-align: center;
}


/*-------------------------------------------*/
header{
  padding-bottom: 20px;
}
h1.titulo{
  font-family: 'Lobster', cursive;
  color: #CCC;
  text-shadow: 1px 1px 8px #000;
  font-size: 40px;
}
.right-title{
  font-family: 'Lobster', cursive;
  color: #666;
  text-shadow: 1px 1px 8px #000;
  font-size: 30px;
}
p.sub-titulo{
  font-family: 'Lobster', cursive;
  font-size: 40px;
  text-align: center;
  text-shadow: 1px 1px 8px #000;
}
.text-prestation{
  font-family: 'Lobster', cursive;
  font-size: 30px;
  color: #e6e6e6;
  margin-top: -20px;
  text-shadow: 8px 1px 1px #000;
  text-align: center;
}
.title-works{
  font-family: 'Lobster', cursive;
  font-size: 60px;
  color: rgb(0, 0, 0);
  text-shadow: 0px 0px 1px #FFF;
}
.box-image{
  text-align: center;
}
.box-one{
  background-image: url('../images/background_rodape.png');
  min-height: 500px;
}
.box-skills{
  background-image: url('../images/background_rodape.png');
}
.show-photo{
  text-align: center;
  margin-top: 50px;
}
.show-presentation{
  margin-bottom: 0px;
}
.photo{
  width: 300px;
  height: 300px;
  margin: 0 auto;
}
.contact-social{
  list-style: none;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.contact-social > li{
  display: inline-block;
}
.contact-social > li > a{
  font-size: 60px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 0px solid rgb(31, 31, 31);
  transition-duration: 0.5s;
  height: 94px;
  float: left;
  color: rgba(255, 255, 255, 0.23);
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.33);
}
.contact-social > li > a:last-child{
  margin-right: 0;
}
.contact-social > li > a:hover{
  border-bottom: 4px solid rgb(31, 31, 31);
  border-bottom-width: 100%;
  float: left;
  height: 90px;
  color: #F1F1F1;
  text-shadow: 0px 0px 26px rgba(255, 255, 255, 0.67);
}
.box-title{
  color: #F1F1F1;
  font-family: 'Lobster', cursive;
}
.skills{
  padding-top: 25px;
  padding-bottom: 50px;
}
.bar-skills{
  border-radius: 5px;
  border: 1px solid #393939;
  padding: 2px;
  height: 40px;
  margin-bottom: 15px;
  background: rgba(36, 36, 36, 0.54);
}
.value-bar{
  line-height: 32px;
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  background: #00bfff;
  height: 32px;
  margin-top: 1.5px;
  font-weight: bold;
  vertical-align: middle;
}
.more-info{
  padding-bottom: 60px;
}
.icon-more-info{
  text-align: right;
  font-size: 130px;
  color: #c1c1c1;
}
.text-more-info{
  text-align: left;
  color: #F1F1F1;
  font-size: 14px;
}

.divisor{
  margin-top: 46px;
  border-color: rgba(193, 193, 193, 0.27);
  border-width: 6px;
  box-shadow: 1px 10px 8px #000;
}
.image-effect{
  transition-duration: 0.5s;
}
.image-effect:hover{
  -webkit-filter: brightness(30%); /* Safari 6.0 - 9.0 */
  filter: brightness(30%);
}


/* skill bars  */
.linux{
  width: 80%;
  background: #772953;
  color: #FFF;
}
.windows{
  width: 90%;
  background: #00bfff;
}
.osx{
  width: 56%;
  background: #F1F1F1;
}
.html5{
  width: 90%;
  background: #E95420;
  color: #FFF;
}
.css3{
  width: 70%;
  background: #0272BA;
  color: #FFF;
}
.js{
  width: 70%;
  background: #F1BF26;
}
.ps{
  width: 65%;
  background: #1B1833;
  color: #FFF;
}
.php{
  width: 85%;
  background: #617CBE;

}