/*
    Theme Name: Dewi
    Theme URL: https://bootstrapmade.com/dewi-free-multi-purpose-html-template/
    Author: BootstrapMade
    Author URL: https://bootstrapmade.com
*/
/* ==== Google font ==== */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
@import url('font-awesome.css');
@font-face {
				font-family:berlin-sans-bold;
				src: url(../fonts/geometric.ttf);
			}

/* ==== overwrite bootstrap standard ==== */
@import url('overwrite.css');
@import url('animate.css');

body {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6em;
    color: #333;
    background-color: #fff;
}

hi,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    line-height: 1.1em;
}

p {
    color: #333;
}

a {
    text-decoration: none;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    outline: none;
    color: #333;
}

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

@media (max-width: 1320px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
		
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0  rgba(255,255,255,0.1);
		margin-bottom: 20px;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
		
    }
    .navbar-collapse.collapse {
        display: none!important;
		
    }
    .navbar-nav {
        float: none!important;
		 
      
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 2px;
        padding-bottom: 2px;
		
    }
    .collapse.in{
        display:block !important;
		
    }
}

.social {
	margin-top: 80px;
}

ul.social-network {
	text-align:center;
	margin-top: 14px;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	 border-style: solid;
    border-width: 0px;
    border-color: blue; 
}

ul.social-network li {
    display: inline;
    margin: 0 5px;
}

ul.social-network li a {
    color: #000;
}

.social-network li:hover .fa-twitter {
    color: #00abf0;
}

.social-network li:hover .fa-facebook {
    color: #39579a;
}

.social-network li:hover .fa-google-plus {
    color: #eb8984;
}

.social-network li:hover .fa-youtube-square {
    color: #c9171e;
}

.social-network li:hover .fa-instagram {
    color: #B8860B;
}

.social-network li:hover .fa-skype {
    color: #00abf0;
}

.info {
	text-align:center;
   margin-top: 14px;
	border-style: solid;
    border-width: 0px;
    border-color: red;
}

.user{
  text-align:center;
  float: right;
  border-style: solid;
  border-width: 0px;
  border-color: yellow; 

}
.logo-user{
  text-align:center;
  float: right;

  
}
.logo-user img{
;
 border-radius: 8px;
   margin-top: 4px;
 
}
.menu_div{
margin-top: 0px;	
}	
	

.info li {
    display: inline-block;
  	margin-left: 20px;
}

.info i {
    color: #000;
    font-size: 15px;
    margin-right: 6px;

}

.info a {
    color: #000;
    font-size: 12px;	
}

.info a:hover {
    color: #FF7817;
}

.info p {
    color: #000;
    font-size: 12px;
    margin: 0;
}

/*===========================
  Menu and Navigation
============================ */
.navigation {
	 
    background-color: #2E2E2E;
	border-style: solid;
    border-width: 0px;
    border-color: red;
}



.logo-topo {

    margin-top: 8px;
	border-style: solid;
    border-width: 0px;
    border-color: red;

    
}
.logo-rodape {
  
    margin-left: 12%;
	margin-bottom:20px;
	border-style: solid;
    border-width: 0px;
    border-color: red;

    
}

.logo-login {
  
    margin-left: 12%;
 
}



.image-logo{
width: 260px;
}	

.menu {
    font-size: 12px;
	margin-top:14px;
    float: right;
	
    text-transform: uppercase;
    font-weight: 100;
	font-family:berlin-sans-bold, sans-serif;
	border-style: solid;
    border-width: 0px;
    border-color: red;
	
}

.menu ul.nav-tabs li {
    color: #000;
	
}

.nav-tabs {
    border-bottom: 0;
	
}

.nav-tabs > li {
	 margin-top: 2px;
    float: left;
    margin-bottom: 0;
	
	
	
}

.nav-tabs > li > a {
	background-color: #FFFFFF;
   
    margin-right: 2px;
    line-height: 1.42857143;
    border-color: #fff #eee #fff;
    border-top: 4px solid transparent;
    border-radius: 0;
    color: #333;
    padding-right:8px;
	padding-left:8px;
	padding-top:15px;
	padding-bottom:15px;
	-moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
   
	
	
}

.nav-tabs > li > a:hover {
    border-color: #FF7817 #eee #eee;
    color: #FF7817;
    border-radius: 0;
    background-color: #BDBDBD;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	  -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
	 -webkit-animation: swing 1s ease;
        animation: swing 1s ease;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
	 
  
	
	
}

.nav-tabs > li > a.active {
    border-color: #FF7817 #eee #eee;
    color: #FF7817;
    border-radius: 0;
    background-color: #BDBDBD;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	  -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
	 
   
}

.slider {
    margin-top: -20px;
    margin-left: 0px;
}

.slider img {
    width: 100%;
}

.align-center {
    text-align: center;
    background-color: #fff;
    color: #000;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	
}
.texto {
    height:100px;
   border-style: solid;
    border-width: 0px;
    border-color: red;
}

.portifolio {
    text-align: center;
    background-color: #fff;
    color: #000;
    padding: 10px;
  -webkit-box-shadow: 1px 2px 2px 4px rgba(204,204,204,1);
    -moz-box-shadow: 1px 2px 2px 4px rgba(204,204,204,1);
    box-shadow: 1px 2px 2px 4px rgba(204,204,204,1);
}


.portifolio  h4 {
    padding: 10px;

    -webkit-box-shadow: 1px 2px 2px 4px rgba(204,204,204,1);
    -moz-box-shadow: 1px 2px 2px 4px rgba(204,204,204,1);
    box-shadow: 1px 2px 2px 4px rgba(204,204,204,1);
		
}

.align-center  h5 {
    padding: 10px;
    -webkit-box-shadow: 1px 2px 2px 4px rgba(204,204,204,1);
    -moz-box-shadow: 1px 2px 2px 4px rgba(204,204,204,1);
    box-shadow: 1px 2px 2px 4px rgba(204,204,204,1);
}

.align-center  p {
	text-align:4px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.align-center:hover {
    -webkit-box-shadow: 1px 2px 2px 4px rgba(204,204,204,1);
    -moz-box-shadow: 1px 2px 2px 4px rgba(204,204,204,1);
    box-shadow: 1px 2px 2px 4px rgba(204,204,204,1);
}

.icon {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #FF7817;
}

.ficon i {
    color: #FF7817;
}

.ficon a {
    color: #333;
}

.ficon a:hover {
    color: #eee;
}

.btn {
    color: #333;
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
	-moz-border-radius: 12px;
    -webkit-border-radius: 12px;
   
}

.btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #FF7817;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.btn-default {
    color: #fff;
    background-color: #fff;
    border-color: #ccc;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    text-align: center;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.img-thumbnail img {
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 50%;
}

.box {
    padding-top: 10px;
    padding-bottom: 15px;
}

.caption {
    text-align: center;
}

.caption a {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #333;
}

.jumbotron {
    text-align: center;
    margin-bottom: -5px;
	 margin-top: 28px;
    background-color: #fff;
}

.jumbotron p {
    margin-top: 30px;
}

.jumbotron span {
    color: #FF7817;
}

.jumbotron .btn-primary {
    color: #fff;
    border-color: #ccc;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 20px;
    background-color: #FF7817;
}

.jumbotron .btn-primary:hover {
    color: #333;
    background-color: #f9f9f9;
}

.jumbotron h2 {
    margin-top: -28px;
    margin-bottom: -20px;
    color: #FFFFFF;
    background-color: #FF7817;
    padding: 20px;
    padding-bottom: 20px;
    font-size: 60px;
	font-weight: bold;
}

/*===========================
  Services
============================ */
.our-services {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f9f9f9;
}

.services {
    text-align: center;
}

.services p {
    margin-bottom: 30px;
    margin-top: 30px;
    color: #090909;
}

.icons i {
    padding: 50px;
    border-radius: 50%;
    color: #FF7817;
    background-color: #fff;
    border-color: #ccc;
    margin-top: 30px;
    margin-bottom: 30px;
    box-shadow: 0 0 0 8px rgba(255,255,255,1);
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}
.icons img {  max-width: 100%; height: auto;}		
.icons i:hover {
    background-color: #FF7817;
    color: #fff;
}

/*===========================
  Blog
============================ */
.blog {
    padding-top: 30px;
    padding-bottom: 50px;
    background-color: #f9f9f9;
}

.page-header h5 {
    margin-bottom: 30px;
}

.page-header p {
    margin-top: 10px;
}

.blog .ficon {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
}

.blog .ficon a:hover {
    color: #FF7817;
}

.recents {
    margin-top: 110px;
}

.recent-post ul.recent {
    list-style: none;
    margin: 0;
    margin-left: 0;
    padding-left: 0;
}

.recent-post ul.recent li {
    margin: 0 5px 15px 0;
}

.recent-post ul.recent li a {
    background: #eee;
    color: #333;
    padding: 5px 10px;
}

.recent-post ul.recent li a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #FF7817;
}

.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #FF7817;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    background-color: #fff;
    border: 1px solid #eee;
    color: #333;
}

.list-group-item a:hover {
    color: #FF7817;
    margin-left: 5px;
}

.list-group-item > .badge {
    float: right;
    border-radius: 0;
    background-color: #fff;
    color: #333;
}

/*===========================
  Portfolio
============================ */
#section-works {
    margin-top: -5px;
    margin-bottom: 50px;
    background-color: #f9f9f9;
    padding-top: 50px;
    padding-bottom: 50px;
}

nav#filter a {
    background-color: #fff;
    color: #333;
}

nav#filter a:hover,
nav#filter a.current {
    background-color: #FF7817;
    color: #fff;
}

/* ------- */
.isotopeWrapper article {
    margin-bottom: 30px;
}

#portfolio img {
    width: 100%;
}

#portfolio article p {
    margin-bottom: 1.45em;

    /*set next row on the baseline*/
}

nav#filter {
    margin-bottom: 1.5em;
}

nav#filter li {
    display: inline-block;
    margin: 0 0 0 5px;
}

nav#filter a {
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
}

.portfolio-items article img {
    width: 100%;
}

.portfolio-item {
    display: block;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.portfolio-item img {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    background: #fff;
    opacity: 0.5;
}

.portfolio-item .portfolio-desc {
    display: block;
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    color: rgba(220, 220, 220, 0.7);
}

.portfolio-item:hover .portfolio-desc {
    padding-top: 20%;
    height: 100%;
    transition: all 200ms ease-in-out 0s;
    opacity: 1;
}

.portfolio-item .portfolio-desc a {
    color: #FF7817;
}

.portfolio-item .portfolio-desc a:hover {
    /*text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);*/
    text-decoration: none;
}

.portfolio-item .portfolio-desc .folio-info {
    top: -20px;
    padding: 30px;
    height: 0;
    opacity: 0;
    position: relative;
}

.portfolio-item:hover .folio-info {
    height: 100%;
    opacity: 0.8;
    transition: all 500ms ease-in-out 0s;
    top: -10px;
}

.portfolio-item .portfolio-desc .folio-info h5 {
    text-transform: uppercase;
}

.portfolio-item .portfolio-desc .folio-info p {
    font-size: 12px;
}

/* --- contact-area --- */
.contact-area {
    margin-top: 60px;
    margin-bottom: 30px;
}

button.btn-default {
    margin-top: 10px;
    margin-bottom: 30px;
    background-color: #fff;
    color: #333;
}

button.btn-default:hover {
    background-color: #FF7817;
    color: #fff;
}

textarea.form-control {
    border-radius: 0;
}

.validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

#sendmessage {
    color: green;
    border: 0px solid green;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#errormessage {
    color: red;
    display: none;
    border: 0px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#sendmessage.show,
#errormessage.show,
.show {
    display: block;
}

/* --- Map --- */
.map {
    position: relative;
    margin-top: 18px;
}

/* google map */
#google-map {
    position: relative;
    height: 400px;
}

/*=========================
  Footer
 ================= */
footer {
    background: #232425;
}

.inner-footer {
    padding: 100px 0;
}

.inner-footer  ul li,
a {
    list-style: none;
}

.widgetheading {
    font-size: 24px;
    color: #fff;
    font-weight: 100;
    margin-top: 0;
    margin-bottom: 40px;
}

.f-about a h1 {
    margin-top: 0;
    margin-bottom: 40px;
    color: #fff;
}

.f-about a h1 span {
    color: #FF7817;
}

.f-about p {
    font-size: 14px;
    color: #8a8d94;
}

.l-posts h3 {
    margin-left: 40px;
}

.l-posts li a {
    font-size: 14px;
    color: #8a8d94;
    margin: 0;
    font-weight: 300;
    border-bottom: 1px solid #2c2d2e;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: block;
}

.l-posts li a:hover {
    color: #fff;
}

.f-contact p {
    font-size: 14px;
    color: #8a8d94;
    margin: 0;
    font-weight: 300;
    margin-bottom: 15px;
}

.f-contact i {
    color: #56595f;
    font-size: 16px;
    margin-right: 10px;
}

.f-contact a:hover p {
    color: #fff;
}

.last-div {
    background: #1f2021;
    padding: 20px 0;
    position: relative;
}

.copyright {
    font-size: 14px;
    color: #8a8d94;
    margin: 0;
    font-weight: 300;
    
}

.copyright a {
    color: #8a8d94;
}

.copyright a:hover {
    text-decoration: underline;
    color: #FF7817;
}

.foot-nav {
    float: right;
    margin-right: 20px;
}

.foot-nav li {
    display: inline;
    margin-right: 20px;
}

.foot-nav li:after {
    content: "";
    padding-left: 7px;
    margin-right: 7px;
}

.foot-nav li:last-child:after {
    display: none;
}

.foot-nav a {
    font-size: 14px;
    color: #8a8d94;
    margin: 0;
    font-weight: 300;
}

.foot-nav a:hover {
    color: #FF7817;
}

a.scrollup {
    color: #fff;
    height: 40px;
    width: 40px;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 40px;
    opacity: 0,5;
    border-radius: 50%;
    z-index: 999;
}

a.scrollup:hover {
    opacity: 1;
    background-color: #FF7817;
    color: #fff;
}

/* ========================================
Media queries
========================================= */
/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-sm-min) {
    .img-thumbnail img {
        margin-right: 30px;
    }
}

/* carrossel */
/* 05.11. Jumbotron */
.jumbotron {
    position: relative;
    padding: 0;
    background-color: #1f425d;
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .jumbotron {
        margin-bottom: 45px;
    }
}

.jumbotron-content {
    color: #ffffff;
    padding: 30px 0;
}

@media (min-width: 992px) {
    .jumbotron-content {
        position: absolute;
        padding: 0;
        width: 550px;
        top: 110px;
    }
}

@media (min-width: 1500px) {
    .jumbotron-content {
        top: 170px;
    }
}

.jumbotron-content__title h1 {
    font-size: 44px;
    margin-top: 0;
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .jumbotron-content__title h1 {
        font-size: 28px;
        text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    }
}

@media (min-width: 1200px) {
    .jumbotron-content__title h1 {
        font-size: 44px;
    }
}

.jumbotron-content__description p {
    font-weight: normal;
    font-size: 16px;
}

@media (min-width: 992px) {
    .jumbotron-content__description p {
        font-size: 14px;
        text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    }
}

@media (min-width: 1200px) {
    .jumbotron-content__description p {
        font-size: 16px;
    }
}

.jumbotron-content__description p .btn-secondary {
    text-shadow: none;
}

.jumbotron__control {
    position: absolute;
    background-color: rgba(250, 250, 250, 0.35);
    color: rgba(0, 0, 0, 0.35);
    text-align: center;
    top: 35px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    transition: all 100ms ease-out;
}

.jumbotron__control:focus,
.jumbotron__control:hover {
    color: rgba(0, 0, 0, 0.5);
    background-color: rgba(250, 250, 250, 0.5);
}

@media (min-width: 480px) {
    .jumbotron__control {
        top: 70px;
    }
}

@media (min-width: 768px) {
    .jumbotron__control {
        top: 110px;
    }
}

@media (min-width: 992px) {
    .jumbotron__control {
        top: 40px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }
}

@media (min-width: 1500px) {
    .jumbotron__control {
        width: 60px;
        height: 60px;
        top: 60px;
        line-height: 60px;
        font-size: 24px;
    }
}

.jumbotron__control.left {
    left: 15px;
}

@media (min-width: 768px) {
    .jumbotron__control.left {
        left: 30px;
    }
}

@media (min-width: 992px) {
    .jumbotron__control.left {
        left: inherit;
        border-radius: 2px;
    }
}

.jumbotron__control.right {
    right: 15px;
}

@media (min-width: 768px) {
    .jumbotron__control.right {
        right: 30px;
    }
}

@media (min-width: 992px) {
    .jumbotron__control.right {
        margin-left: 48px;
        right: inherit;
        border-radius: 2px;
    }
}

@media (min-width: 1500px) {
    .jumbotron__control.right {
        margin-left: 68px;
    }
}

.jumbotron .btn {
    margin: 10px 0;
}
/*
 * Global add-ons
 */
.sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
	
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.panel-heading {
   
    background-color: #2E2E2E;
    color:#fff;	 
	text-align:center;
  
}

/*
 * Sidebar
 */
/* Hide for mobile, show later */
.sidebar {
   bottom: 0;
   left: 0;
   z-index: 1000;
   display: block;
   overflow-x: hidden;
   overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
   margin-top: -20px;
   border-style: solid;
    border-width: 0px;
    border-color: red;
	
}


   


/* Sidebar navigation */
.nav-sidebar {
    margin-right: -15px; /* 20px padding + 1px border */
    margin-top: -15px;
	margin-bottom: -15px;
    margin-left: -15px;
	background-color:#BDBDBD;
	

}

.nav-sidebar > li > a {
    padding-right: 20px;
    padding-left: 20px;
	border-style: solid;
	border-width: 1px 0px 1px 0px;

}



.nav-sidebar > li > a:hover {
    border-color: #FF7817 #eee #eee;
    color: #FF7817;
    border-radius: 0;
    background-color: #FAAC58;
   
	 
  
}


.nav-sidebar > li > a.active {
    border-color: #FF7817 #eee #eee;
    color: #FF7817;
    border-radius: 0;
    background-color: #FAAC58;
   
   
}


 .main {
   margin-top: -20px;
	  
}


.navbar-galeria > li {
	 margin-top: 2px;
    float: left;
    margin-bottom: 0;
	
	
	
}



.navbar-galeria > li > a {
    
    border-top: 4px solid transparent;
}

.navbar-galeria > li > a:hover {
    border-color: #FF7817 #eee #eee;
   
}

.navbar-galeria > li > a.active {
	
    color: #FF7817;
    border-radius: 0;  
}

/*
 * Placeholder dashboard ideas
 */
.placeholders {
    margin-bottom: 30px;
    text-align: center;
}

.placeholders h4 {
    margin-bottom: 0;
}

.placeholder {
    margin-bottom: 20px;
}

.placeholder img {
    display: inline-block;
    border-radius: 50%;
	
}
/*===========================
  Página de contato
============================ */
 .btn-enviar {
 color:#FFFFFF;	 
  background-color: #0047AB;
	  -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;  
}

.p-contato p {
    font-size: 14px;
    color: #8a8d94;
    margin: 0;
    font-weight: 300;
    margin-bottom: 15px;
}

.p-contato i {
    color: #56595f;
    font-size: 16px;
    margin-right: 10px;
}

.p-contato a:hover p {
    color: #185322;
}


/*===========================
  Página de Quem Somos
============================ */

.img-media {
    background-color: #000000;
}

.nossos-volores {
    text-align: center;
    background-color: #fff;
    color: #000;
    padding: 10px;
	 padding-top: 20px;
	 margin-bottom: 30px;
  -webkit-box-shadow: 1px 2px 2px 4px rgba(204,204,204,1);
    -moz-box-shadow: 1px 2px 2px 4px rgba(204,204,204,1);
    box-shadow: 1px 2px 2px 4px rgba(204,204,204,1);
}

/*===========================
  Página de serviços detalhes
============================ */

.titulo-servico {
    text-align: center;
    margin-bottom: 40px;
	 margin-top: 50px;
    background-color: #fff;
}

.titulo-servico p {
    margin-top: 30px;
}

.titulo-servico span {
    color: #FF7817;
}



.titulo-servico h2 {
    margin-top: -28px;
    margin-bottom: -20px;
    color: #FFFFFF;
    background-color: #FF7817;
    padding: 10px;
    padding-bottom: 10px;
    font-size: 40px;
	font-weight: bold;
}


/*===========================
  Página de erro
============================ */

.img-erro {

}

.container-erro {

 position: absolute;
  top: 40px;
    padding: 30px;
}

.container-erro figcaption {
  position: relative;
  top: 10px;
  left:40px;
  font-size: 30px;
  color: #ffffff;
  text-shadow: 0px 0px 5px black;
  font-weight: 900;
  padding: 4px;
  
}
.infor1 {
  position: relative;
  top: 16px;
  left:40px;
  font-size: 30px;
  color: #ffffff;
  text-shadow: 0px 0px 5px black;
  font-weight: 900;
  padding: 4px;

}
.infor2{
  position: relative;
  top: 10px;
  left:40px;
  font-size: 30px;
  color: #ffffff;
  text-shadow: 0px 0px 5px black;
  font-weight: 900;
  padding: 4px;
  
}

.img-erro {
    margin-top:-20px;
	width: 100%; 
	height: auto; 
	display:block;
}
/*===========================
  Página de rodapé
============================ */
.mais{
 
  color: #FF7817;
  
}
/*===========================
  Página de blog
============================ */
.artigo{
	padding-left: 60px;
	padding-right: 60px;
	border-style: solid;
    border-width: 0px;
    border-color: red;
	
  
}
.icone-data{
	padding-right: 10px;

}
.icone-retornar{
	padding-left: 10px;
	padding-right: 10px;
}
.icone-proximo{
	padding-left: 10px;
	padding-right: 10px;
}
/*===========================
  Página de login cliente
============================ */
.login{
	margin-bottom: 90px;
	
}
.login-cliente{
	margin-bottom: 60px;
	margin-top: 60px;
	border-style: solid;
    border-width: 0px;
    border-color: red;
}
.img-fluid{
	width:360px;
	background-color: #2E2E2E;
	border-style: solid;
    border-width: 0px;
    border-color: red;
}

.input-group-addon a:hover {
    color: #FF7817;
}

/*===========================
  Página de home cliente
============================ */
.btn-deletar{

	
	height: 40px; 
	margin-left:10px;
	border-style: solid;
    border-width: 0px;
    border-color: blue;

}

.btn-baixar{
	padding-top: 0px; 
	padding-bottom: 0px;
	height: 40px; 
	border-style: solid;
    border-width: 0px;
    border-color: red;
}
.btn-sair{
	margin-left:30px; 
	
}
.form-baixar{
	
	border-style: solid;
    border-width: 0px;
    border-color: red;
}	

/*===========================
  Página de trocar senha cliente
============================ */

.container-cliente{
	
	padding: 60px;
	border-style: solid;
    border-width: 0px;
    border-color: red;
}
.botoes{
	margin-top: 30px;
	border-style: solid;
    border-width: 0px;
    border-color: red;
}
.btn-gravar{
	
	width: 100px;
}
/*===========================
  Página de enviar arquivo cliente
============================ */

.botao-sim{
margin-top: 10px;
}
.botao-nao{

}
/*===========================
  Administração
============================ */
.menu-admin{
padding-left: 15px;	
padding-right: 15px;	
padding-bottom: 2px;
margin-top:-17px;
}
.menu-admin a:hover {
    color: #FF7817;
}
.retorno-pesquisa{
background-color: #FFFFFF;	
}
.btn-refresh{
margin-top:10px; 

color:#000000;	
}
/*===========================
  Administração lista Clientes
============================ */
.search-slt{
margin-top: 14px;	
}
/*===========================
  Administração artigos Blog
============================ */
.blog-link:hover{
 color: #FF7817;	
}

/*===========================
  Administração Tipo de Serviços
============================ */
.servico-imagem{
margin-left: 40px;	
}

/*===========================
Carrossel Divulgação 
============================ */
.img-divulga{
height: 160px;	
}


		
