.carouselimg{
    margin: 0 auto;
    padding: 0px;
}

.plugbgcolor{
    background-color: #FFDA05;
}
.plugcolor{
    color: #FFDA05;
}

.panel-plug > .panel-heading{
    background-color: #000;
    color: #FFF;
}

.panel-filtro1{
    @include .panel;
    background-color: #2574a9;
    border-color: 2px solid #1190cd;
    color: #ffffff;
    margin-bottom:0px;
}
.panel-filtro1 > .panel-heading{
    background-color: #2574a9;

}
.panel-filtro1 > .panel-body{
    background-color: #2574a9;
}

.containerPlug{
    @extends .container;
    width: 100%;
    padding-right: 0px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;

}

.panel-filtro2{
    @include .panel;
    background-color: #FFF;
}
.panel-filtro2 > .panel-heading{
    background-color: #FFF;   
}
.panel-filtro2 > .panel-body{
    background-color: #FFF;
}

.div-button{
    border-bottom: 3px solid #85acfd;
    border-right: 1px solid #e1e1e1;
}

.border-bottom-1{
    border-bottom: 1px solid #e1e1e1;   
}


.div-button:hover{
    border-bottom: 3px solid #FFDA05;
    background-color: #fce99c;
    font-weight: bold;
}

.div-button-selected{
    border-bottom: 3px solid #FFDA05;
    background-color: #fce99c;
    font-weight: bold;
}

.label-verde{
    background-color: green;
}

.bold{
    font-weight: bold;
}


.alert-plug{
    color: #000;
    border-color: #FFF09C;
    background-color: #FFDA05;
}


.btn > .btn-plug{

    background-color: #FFDA05;
}


.alturamaxima4{
    text-align: center;
    min-height: 100%;
    max-height: 100%;
}

.alturamaxima1-5{
    height: 1.5cm;
    min-height: 1.5cm;
    max-height: 1.5cm;
}

.alturamaxima4 > img{
    height: 100%;
}


.alturamaxima6{
    text-align: center;
    min-height: 100%;
    max-height: 100%;
}

@media (max-width: 767px) {
  .alturamaxima4 {
    min-height: 4cm;
    max-height: 4cm;
  }
  .alturamaxima6 {
    min-height: 6cm;
    max-height: 6cm;
  }
}

.alturamaxima6 > img{
    height: 100%;
}

a{
    text-decoration: none;
    color:#000;
}

a:hover{
    text-decoration: none;
    color:#000;
}

body {
    background-color: #f1f1f1;
}


.carousel{
    background-color: #ffffff;
}


.carousel-control.right{
    background-color: none;
    background-image: none;
}

.carousel-control.left{
    background-color: none;
    background-image: none;
}

.h{
    margin-top: 5px !important;
    margin-bottom: 3px !important;
}

.cinza{
    color:#666;
}


/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    
}

#wrapper.toggled {
    padding-left: 220px;
}

#sidebar-wrapper {
    z-index: 1000;
    left: 220px;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #1a1a1a;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    float: right;
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

#wrapper.toggled #sidebar-wrapper {
    width: 220px;
}

#page-content-wrapper {
    width: 100%;
    padding-top: 70px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-left: -220px;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

.sidebar-nav {
    position: absolute;
    top: 92px;
    width: 220px;
    margin: 0;
    padding: 0;
    
    list-style: none;

}

.sidebar-nav li {
    position: relative; 
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

.sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    height: 100%;
    width: 3px;
    align-items: right;
    /*background-color: #F1F1F1;*/
    background-color: #ead24c;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}



.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}

.sidebar-nav li a {
    display: block;
    color: #ddd;
    text-decoration: none;
    padding: 10px 15px 10px 30px;    
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus{
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 20px;
    line-height: 44px;
}
.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #222;
    box-shadow: none;
}

/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

.hamburger {
  position: fixed;
  top: 20px;
  left: 3px;  
  z-index: 999;
  display: block;
  width: 32px;
  height: 32px;
  aling: right;
  margin-right: 15px;
  margin-left:5px;
  background: transparent;
  border: none;
}

@media (max-width: 767px) {
  .hamburger {
    top: 3px;
  }
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  position: absolute;
  right: 0;
  height: 4px;
  width: 100%;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
  background-color: #1a1a1a;
}
.hamburger.is-closed .hamb-top { 
  top: 5px; 
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
  bottom: 5px;  
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
  top: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
  bottom: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  background-color: #1a1a1a;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: -2px;  
}
.hamburger.is-open .hamb-top { 
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle { display: none; }
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(250,250,250,.8);
    z-index: 1;
}

/* footer */
.footer-distributed{
    background-color: #FFD00D;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: normal normal 100%/1.5 Open Sans,Helvetica,Sans-Serif;
    font-size: 15px;
    padding: 25px 20px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
    display: inline-block;
    vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
    width: 40%;
}

/* The company logo */

.footer-distributed h3{
    color:  #000000;
    font: normal 36px 'Cookie', cursive;
    margin: 0;
}

.footer-distributed h3 span{
    color:  #5383d3;
}

/* Footer links */

.footer-distributed .footer-links{
    color:  #000000;
    margin: 15px 0 8px;
    padding: 0;
}

.footer-distributed .footer-links a{
    display:inline-block;
    line-height: 1.8;
    text-decoration: none;
    color:  inherit;
}

.footer-distributed .footer-company-name{
    color:  #8f9280;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
    width: 35%;
}

.footer-distributed .footer-center i{
    background-color:  #F9C62C;
    color: #000000;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
    font-size: 17px;
    line-height: 38px;
}

.footer-distributed .footer-center p{
    display: inline-block;
    color: #ffffff;
    vertical-align: middle;
    margin:0;
}

.footer-distributed .footer-center p span{
    display:block;
    font-weight: normal;
    font-size:14px;
    line-height:2;
}

.footer-distributed .footer-center p a{
    color:  #5383d3;
    text-decoration: none;;
}


/* Footer Right */

.footer-distributed .footer-right{
    width: 20%;
}

.footer-distributed .footer-company-about{
    line-height: 20px;
    color:  #92999f;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}

.footer-distributed .footer-company-about span{
    display: block;
    color:  #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

/* 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-bot{
	background: url(../imgs/layout/logo_plug_branco.png) 0 0 no-repeat;
	background-size:100% 100%;
	width: 200px;
	height: 80px;
}

.header-logo {
	background: url(../imgs/layout/logo_plug_branco.png) 0 0 no-repeat;
	background-size:100% 100%;
	width: 195px;
	height: 75px;
}

.borda {
  border: solid;
  border-color: green;
}
