/****** SUBTÍTULOS ******/
/*Crated by Paulo Gustavo Zanese on 15/05/2017*/
  .subtitulo { 
    font-size: 1.8em; 
    font-family: Verdana,sans-serif; position: relative; } 
  .subtitulo:before, .subtitulo:after { 
    content: ""; 
    position: absolute;
    bottom: -3px; 
    left: -3px; } 
  .subtitulo:after { 
    right: -3px; 
    height: 2px; 
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#9e9e9e), to(transparent)); 
    background-image: -webkit-linear-gradient(left, #9e9e9e, transparent); 
    background-image: -moz-linear-gradient(left, #9e9e9e, transparent); 
    background-image: -o-linear-gradient(left, #9e9e9e, transparent); 
	z-index: 1;
}

/****** TABLES ******/
/*Crated by Paulo Gustavo Zanese on 15/05/2017*/
    .templateTable {
      background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
      background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
      background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
      background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
      background-repeat: repeat-x; 
      padding: 10px 15px;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }

/****** ÁREA DO CLIENTE ******/

@import url(http://fonts.googleapis.com/css?family=Roboto);

.loginmodal-container {
  padding: 30px;
  max-width: 350px;
  width: 100% !important;
  background-color: #F7F7F7;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  font-family: roboto;
}

.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
  font-family: roboto;
}

.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.loginmodal-container input[type=text], input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #4d90fe;
  padding: 17px 0px;
  font-family: roboto;
  font-size: 14px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
} 

.login-help{
  font-size: 12px;
}

/*Footer*/

.social-btns .btn,
.social-btns .btn:before,
.social-btns .btn .fa {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.social-btns .btn:before {
  top: 65%;
  left: -112%;
}
.social-btns .btn .fa {
  -webkit-transform: scale(1.0);
          transform: scale(1.0);
}
.social-btns .btn.facebook:before {
  background-color: #3b5998;
}
.social-btns .btn.facebook .fa {
  color: #FFFFFF;
}
.social-btns .btn.twitter:before {
  background-color: #3cf;
}
.social-btns .btn.twitter .fa {
  color: #FFFFFF;
}
.social-btns .btn.google:before {
  background-color: #dc4a38;
}
.social-btns .btn.google .fa {
  color: #FFFFFF;
}
.social-btns .btn.youtube:before {
  background-color: #cd201f;
}
.social-btns .btn.youtube .fa {
  color: #FFFFFF;
}
.social-btns .btn.instagram:before {
  background-color: #e95950;
}
.social-btns .btn.instagram .fa {
  color: #FFFFFF;
}
.social-btns .btn.linkedin:before {
  background-color: #007bb5;
}
.social-btns .btn.linkedin .fa {
  color: #FFFFFF;
}


.social-btns .btn:focus:before,
.social-btns .btn:hover:before {
  top: -8%;
  left: -8%;
}
.social-btns {
  margin: auto;
  text-align: center;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.social-btns .btn {
  display: inline-block;
  background-color: #222222;
  width: 40px;
  height: 40px;

  margin: 0 7px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 20%;
  box-shadow: 0 5px 15px -5px rgba(22,22,22,0.1);
  opacity: 0.99;
}
.social-btns .btn:before {
  content: '';
  width: 150%;
  height: 150%;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.social-btns .btn .fa {
  font-size: 27px;
  vertical-align: middle;
	margin-left: -7px !important;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}


/* footer center*/

.footer .footer-center i {
  background-color: #222222;
  color: #ffffff;
  font-size: 20px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  margin: 10px 15px;
  vertical-align: middle;
}

.footer .footer-center i.fa-envelope {
  font-size: 17px;
  line-height: 38px;
}

.footer .footer-center p {
  display: inline-block;
  color: #ffffff;
  vertical-align: middle;
  margin: 0;
}

.footer .footer-center p span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
}

.footer .footer-center p a {
  color: #0099ff;
  text-decoration: none;
}

.imagensExecutados {
    weight: 300px; 
    height: 300px;
    float: right; 
    z-index: 20; 
    border-color: white; 
    border-width: 0px 0px 20px 20px; 
    border-style: solid;
}