@media(min-width:768px){
.home-carrossel .slide__link span {
    font-size: 1.8rem;
  }
}

.footer-menus .col-20 nav{
	margin-top: 20px
}

.footer-menus .col-20 nav:first-child{
	margin-top: 0
}

.barra-esquerda ul {
	margin-bottom: 0;
  padding: 0
}

label{
    width: 100%;
    margin-bottom: 4px;
}
/* Container das Tabs */
.nav-tabs > li > a{
	padding: 8px 25px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #6f6f6f;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    cursor: default;
  border-radius: 5px 
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
position: relative;
display: block
}
.nav {
    margin-bottom: 10px;
}
.nav-tabs {
    margin-bottom: 10px;
}
.nav-tabs {
    border-bottom: 1px solid #dddddd;
}
.nav:before{
    content: " ";
    display: table;
}