.img-responsive{
	height: auto;
    max-width: 100%;
}

.redes-sociais{
	display: block;
	list-style: none;
	float: right;
}
.redes-sociais li{
	float: left;
}
.redes-sociais li a{
	border-radius: 100px;
    background-color: #3d6fb7;
    color: #fff;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 33px;
    margin-left: 10px;
}
.redes-sociais li a:hover{
	background-color: #3d6fb7;
}
.redes-sociais li a.r{
	border-radius: 0px;
    background-color: transparent;
    color: #fff;
    width: auto;
    height: auto;
    display: block;
    text-align: left;
    line-height: all;
    margin-left: 0;
}
.ct-b{
	display: block;
	background-repeat: repeat-x;
	background-image: url(../imagens/barra.png);
	background-position: center top;
	height: 11px;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}
.mt-40{
	margin-top: 40px;
}
.mt-20{
    margin-top: 20px;
}
.redes-sociais li a.t{
	    border-radius: 0px;
        font-family: 'open_sansregular' !important;
    background-color: transparent;
    color: #fff;
    width: auto;
    height: auto;
    font-size: 19px;
    display: block;
    text-align: left;
/*    font-weight: bolder;*/
}
.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
.logo{
	display: block;
    margin-top: 45px;
}
#top-bar__navigation ul li a.search-a{

}

/*Search*/
#header-search{
	position: relative;
}
#header-search input {
      background: transparent;
    border: none;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding: 17px 40px 17px 17px !important;
    line-height: 14px;
    width: 100% !important;
    height: 18px;
    border-radius: 10px;

        background: rgb(48,64,100);
    background: -moz-linear-gradient(45deg, rgba(48,64,100,1) 0%, rgba(69,98,164,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(48,64,100,1) 0%,rgba(69,98,164,1) 100%);
    background: linear-gradient(45deg, rgba(48,64,100,1) 0%,rgba(69,98,164,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#304064', endColorstr='#4562a4',GradientType=1 );
}
#header-search button {
      float: right;
    border: none;
    font-size: 15px;
    right: 0px;
    color: #006922;
    position: absolute;
    height: 34px;
    line-height: 0;
    border-radius: 7px;
    padding: 0 13px;
    top: 1px;
    cursor: pointer;
    margin: 0px;

    color: #2b3086 !important;
    background: rgb(122,188,255);
    background: -moz-linear-gradient(45deg, rgba(122,188,255,1) 0%, rgba(96,171,248,1) 44%, rgba(64,150,238,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%);
    background: linear-gradient(45deg, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=1 );
}
#header-search .search-submit {
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 12px;
  vertical-align: -webkit-baseline-middle;
}
#header-search .search-submit:focus,
.search-page form.search-form button.search-submit:focus,
.page-404 .search-submit:focus {
  outline: 0;
}
#header-search {
 right: auto !important;
    left: 0 !important;
    display: block !important;
    margin-top: 0px !important;
    margin-left: 0px !important;
    padding: 0px 0px 0px 0px !important;
    height: 0px !important;
    line-height: 35px !important;
    min-width: 100% !important;
    position: inherit;
    border: 0;
    border-radius: 4px;
}



/* Menu */
.menu-wrap {
	position: fixed;
	z-index: 1001;
	margin-top: 0px;
	height: 100%;
	background-color: #141414;
    box-shadow: 0 5px 10px #fff;
	padding: 2.5em 1.5em 0;
	font-size: 1.15em;
	-webkit-transform: translate3d(-500px,0,0);
	transform: translate3d(-500px,0,0);
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.menu-wrap li{
	list-style: none;
	position: relative;
}

.menu, 
.icon-list {
	height: 100%;
}

.icon-list {
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

.icon-list a {
	display: block;
    border-top: 1px solid rgba(255, 255, 255, .05);
    -webkit-transform: translate3d(0,500px,0);
    transform: translate3d(0,500px,0);
    line-height: 50px;
}

.icon-list,
.icon-list a {
	-webkit-transition: -webkit-transform 0s 0.4s;
	transition: transform 0s 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.icon-list a:nth-child(2) {
	-webkit-transform: translate3d(0,1000px,0);
	transform: translate3d(0,1000px,0);
}

.icon-list a:nth-child(3) {
	-webkit-transform: translate3d(0,1500px,0);
	transform: translate3d(0,1500px,0);
}

.icon-list a:nth-child(4) {
	-webkit-transform: translate3d(0,2000px,0);
	transform: translate3d(0,2000px,0);
}

.icon-list a:nth-child(5) {
	-webkit-transform: translate3d(0,2500px,0);
	transform: translate3d(0,2500px,0);
}

.icon-list a:nth-child(6) {
	-webkit-transform: translate3d(0,3000px,0);
	transform: translate3d(0,3000px,0);
}

.icon-list a span {
	margin-left: 10px;
	    font-weight: normal;
}

/* Shown menu */
.show-menu .menu-wrap {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.show-menu .icon-list,
.show-menu .icon-list a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.show-menu .icon-list a {
	-webkit-transition-duration: 0.9s;
	transition-duration: 0.9s;
}

.show-menu .content::before {
	opacity: 1;
	-webkit-transition: opacity 0.8s;
	transition: opacity 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.menu-wrap .menu{
	background-color: transparent;
}


 /* mapa estados*/

 #svg-map path { fill:#00a645; }
    #svg-map text { fill:#fff; font:12px Arial-BoldMT, sans-serif; cursor:pointer }
    #svg-map a{ text-decoration:none }
    #svg-map a:hover { cursor:pointer; text-decoration:none }
    #svg-map a:hover path{ fill:#008035 !important }
    #svg-map .circle { fill:#ccc }
    #svg-map a:hover .circle { fill:#ddd !important; cursor:pointer }



#svg-map path#cor-map { fill:#ffb600 !important;}
#svg-map a:hover path#cor-map { fill:#008035 !important;}


@media (min-width: 0px) and (max-width: 575px ){
#top-bar {
    position: inherit !important;
    top: 0;
    left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 70px;
    background-color: transparent;
    z-index: 5;
    -webkit-transition: padding .3s ease-in-out;
    transition: padding .3s ease-in-out;
}
}


#slide-tam2{
    position: relative !important;
    z-index: 0 !important;
    padding-top: 0px;
}
@media (max-width: 944px){
#slide-tam2{
        padding-top: 170px;
}
}

@media (max-width: 575px){
#slide-tam2{
        padding-top: 0px;
    margin-top: -35px;
}
}
.porc{
        display: block;
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 2px 17px 0px rgba(0, 0, 0, 0.21);
    cursor: pointer !important;
    margin-bottom: 20px;
        padding-bottom: 2px;
}
.porc img{
    border-radius: 10px;
}
.porc i{
     background: #429cd6;
    color: #fff;
    width: 100px;
    height: 31px;
    border-radius: 8px;
    line-height: 33px;
    text-align: center;
    margin: 0px auto auto auto;
    z-index: 1;
    position: relative;
    display: block;
    margin-top: 10px;
        margin-bottom: 10px;
}
.porc:hover i{
    color: #ffffff !important;
       background: rgb(48,64,100);
    background: -moz-linear-gradient(45deg, rgba(48,64,100,1) 0%, rgba(69,98,164,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(48,64,100,1) 0%,rgba(69,98,164,1) 100%);
    background: linear-gradient(45deg, rgba(48,64,100,1) 0%,rgba(69,98,164,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#304064', endColorstr='#4562a4',GradientType=1 );
}
.porc p, .porc h4{
    text-align: center;
    padding: 10px;
    margin: 0px !important;
    min-height: 60px;
   color: #000;
}
.service-icon-left-boxed{
    background-color: transparent;
    padding: 30px 40px;
}

.service-icon-left-boxed .icon-container{
    float: left;
    width: 100px;
}

.service-icon-left-boxed .service-details{
    padding-left: 120px;
}

.service-icon-left-boxed .service-details h1,
.service-icon-left-boxed .service-details h2,
.service-icon-left-boxed .service-details h3,
.service-icon-left-boxed .service-details h4{
    margin-bottom: 15px;
}

.service-icon-left-boxed .service-details p{
    padding-bottom: 0;
}

.col-md-3 .service-icon-left-boxed .icon-container{
    float: none;
    margin: 0 auto 20px;
}

.col-md-3 .service-icon-left-boxed .service-details{
    padding-left: 0;
}


.col-md-3 .service-icon-left-boxed .service-details h1,
.col-md-3 .service-icon-left-boxed .service-details h2,
.col-md-3 .service-icon-left-boxed .service-details h3,
.col-md-3 .service-icon-left-boxed .service-details h4,
.col-md-3 .service-icon-left-boxed .service-details p{
    text-align: center;
}
#top-bar{
    z-index: 1000;
}
.service-icon-left-boxed i{
    font-size: 70px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100px;
}
.links_slide h1, .links_slide h2, .links_slide h3, .links_slide h4, .links_slide h5, .links_slide h6{
    color: #fff;
}
