@import url('fonts.css');

body {
    font-family: 'Source Sans Pro', sans-serif;
	overflow-x: hidden;
}

a, a:hover {
    text-decoration: none;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.localizacao-rodape{color:#fff !important; font-size:15px; margin-top:0px !important}
.direitos{ font-size:12px}
.float-hotline{     position: fixed;
bottom: 422px;
right: -13px;
padding: 20px;
border-radius: 8px;
background-color: #C03;
z-index: 99999;
padding-bottom: 19px;
padding-top: 12px;
padding-right: 28px;}
	
.rodape-copy{position:relative; text-align:left; margin:auto; color:#fff; padding:12px; padding-left:0px; font-weight:500; margin-top:0px !important }	
.hotline{ font-weight:700; text-transform:uppercase; color:#fff; font-size:25px}
.hotline-txt{ font-size:18px; font-weight:400; color:#fff}
.hotline-a{  font-weight:400; color:#fff}
.hotline-a:hover{  font-weight:400; color:#999}
.tit-representadas-inicial{ font-size:14px}

.lancamento{
    font-size: 50px;
    margin-top: 100px;
    color: #000;
}

/* Helper Classes */
.no-padding, .nopadding, .pd0 {
    padding: 0;
}

.no-margin, .nomargin, [nomargin], [no-margin] {
    margin: 0;
}

.pd5 {
	padding: 4px;	
}

.mg-5 {
	margin: -4px;
}	

.content-center {
    display: table-cell;
    vertical-align: middle;
}

.carousel {    padding-top: 124px;}

.container-center{
    display: table;
}

.center-title {
    text-align: center;
    max-width: 75%;
    margin: 0 auto;
}

.thin {
    font-weight: 300;
}

.thiner {
    font-weight: 200;
}

.thinest {
    font-weight: 100;
}

.bold {
    font-weight: 500;
}

.bolder {
    font-weight: 600;
}

.boldest {
    font-weight: 700;
}

.separator {
    height: 40px;
}

.separator-sm {
    height: 20px;
}

.rel {
    position: relative;
}

.text-upper {
	text-transform: uppercase;	
}

h1 {
    color:#fff;
    font-size: 54px;
    font-family: 'Source Sans Pro';
    font-weight: 600 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 90px 0;
}

h2 {
    color: #5a969c;
    font-size: 34px;
    font-family: 'Source Sans Pro';
    padding: 15px 0;
    font-weight: 500;
}

h3 {
    color: #3e3e3e;
    font-size: 32px;
    font-weight: 300;
    margin: 20px 0;
}

h3 span {
    color: #5a969c;
    font-weight: 600;
}

h4 {
    font-family: 'Source Sans Pro';
    font-size: 30px;
    text-transform: uppercase;
    margin: 25px;
    font-weight: 700;
    color: #427277;
    width: 100%;
    text-align: center;
    position: relative;
}

h4:before {
    content: '';
    padding: 3px 25%;
    position: absolute;
    right: calc(50% + 80px);
    top: 10px;
    background-image: url(../img/gdtr.png);
    background-position: right;
}

h4:after{
    content: '';
    padding: 3px 25%;
    position: absolute;
    left: calc(50% + 80px);
    top: 10px;
    background-image: url(../img/gdtl.png);
    background-position: left;
}

h5 {
    font-size: 26px;
    text-transform: uppercase;
    color: #5d4c32;
    font-weight: 400;
    margin-top: 20px;
}

h6 {
    color: #fff;
    font-size: 36px;
    font-family: 'Source Sans Pro';
    font-weight: 200!important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

h7 {
    color:#000;
    font-size: 47px;
    font-family: 'Source Sans Pro';
    font-weight: 300!important;
    line-height: 110px;
}

/* Semitransparency Hider */
hide {
    display: block;
    text-transform: uppercase;
    color: #575757;
    float: right;
    margin: 20px 0;
    cursor: pointer;
}

*[class*="content-hide-"] {
    overflow: hidden;
    position: relative;
}

*[class*="content-hide-"]>span.am {
    display: block;
    width: 100%;
    padding: 50px 0;
    background: #000;
    position: absolute;
    top: calc(100% - 100px);
    
    border-bottom: 5000px #fff solid;
    
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=0);
    
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

*[class*="content-hide-"].isnothidden { 
    height: auto !important; 
    max-height: 100% !important;
}

*[class*="content-hide-"].isnothidden>span.am { top: 100%; }

/* Top, Navbar & Logo */
.navbar {
    background-image: url(../img/header.jpg);
    background-size: cover;
    outline: none !important;
    box-shadow: none !important;
    border-bottom: 1px rgba(46,34,34,0.6) solid;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    min-height: 130px;
    position: fixed;
    z-index: 9;
    width: 100%;
}

.navbar a {
	color: #fff;	
}

.navbar a:hover {
	text-decoration: underline;	
}

.navbar-brand {
	padding: 0 20px;
}	

.navbar-brand img {

    margin: 15px 0;
    margin-top: 26px;
    /* max-width: 100px; */
}

.navbar-collapse {
    margin: 10px;
}

.navbar-nav > li > a {
    color: #fff !important;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Source Sans Pro';
    border-radius: 0px;
    padding: 8px 10px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-nav > li > a:hover,
.navbar-nav > li.active > a:hover,
.navbar-nav > li:active > a:hover,
.navbar-nav > li:focus > a:hover, 
.navbar-nav > li:active > a,
.navbar-nav > li:focus > a, 
.navbar-nav > li > a:active,
.navbar-nav > li > a:focus, 
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-image: none;
    background-color: transparent !important;
    color: #fff;
}

.navbar-nav > li:first-child > a {
    padding-left: 0px !important;
}

.navbar-nav > li:last-child > a {
    padding-right: 0px !important;
}

.navbar-nav > li.active > a {
    color: #95bbbf !important;
    background-color: transparent !important;
    background-image: none !important;
}

.dropdown-menu {
    background-color: #ffffff;
    border-radius: 1px !important;
    color: #fff !important;
    top: 43px;
    padding: 10px 15px;
    left: 0 !important;
    right: auto !important;
    /* width: 280px; */
}

@media (min-width: 768px) {
    .dropdown-menu {
        max-height: 500px;
        overflow-y: scroll;
    }
}

.dropdown-menu::-webkit-scrollbar {
    width: 16px;
}
  
.dropdown-menu::-webkit-scrollbar-thumb {
    background: #dadce0;
    background-clip: padding-box;
    border: 4px solid transparent;
    border-radius: 8px;
    box-shadow: none;
    min-height: 50px;
}
  
.dropdown-menu::-webkit-scrollbar-track {
    background: #fff;
    border: none;
}

.dropdown-submenu .dropdown-menu {
    left: auto !important;
    right: -280px!important;
}

.dropdown-menu li a {
    color: #000;
    padding: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Source Sans Pro';
    font-weight: 400;
    padding: 10px 0;
    border-bottom: 1px solid #999;
}


.dropdown-menu li a .type {
    font-size: 12px;
    padding-top: 5px;
}

.dropdown-menu li a:hover {
    background: transparent !important;
    color: #bbb;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.navbar-right~.navbar-right {
    margin-right: 0;
    margin-top: 20px;
    border-top: 1px #53939a solid;
    min-width: 635px;
    text-align: right;
}

.navbar-nav>li {
    float: none;
    display: inline-block;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.contact-info {
    font-size: 16px;
    font-weight: 300;
    font-family: 'Source Sans Pro';
    line-height: 17px;
    padding: 0 !important;
    margin-bottom: -7px;
}

.contact-info span {
    font-size: 19px;
    line-height: 17px;
    font-weight: 600;
}

.header-x {
    min-height: 100px;
    padding: 20px 0;
    color: #fff;
}

.header-sm {
    min-height: 250px;
    padding: 20px 0;
    color: #fff;  padding-top: 124px;
}

.header-md {
    
    padding: 12px 0;
    color: #fff;
}
.tit-contato{    color: #fff;
    font-size: 34px;
    font-family: 'Source Sans Pro';
    font-weight: 600!important;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 54px 0;}


.header-md p {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Source Sans Pro';
    padding: 108px 0;
  padding-left: 40px;
    margin-top: 28px;}
	
.cbtxt {margin-left:-70px}
	
	.logo-interna-cft{padding-top:120px; margin-left:0px}

/*.header-md img {
    margin: 70px 150px;
}*/

/* Backgrounds */
.bgcyan {
    background-color: #00a9ac;
}

.bgwhite {
    background-color: #fff;
}

.bgdarkblue {
    background-color: #1f4f6e;
}

.bggreen {
    background-color: #529197;
}

.bglightgreen {
    background-color: #ccebee;
}

.bgheader1 {
    background-image:url(../img/header-produtos1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; padding-top: 124px;
}

.bgheader-1{
    background-image:url(../img/header-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
    padding-top: 124px;
}

.bgheader-christian-bauer {
    background-image:url(../img/header-christian-bauer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;padding-top: 124px;
}

.bgheader-amu {
    background-image:url(../img/header-amu.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;padding-top: 124px;
}


.bgheader-cft {
    background-image:url(../img/header-colfito.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;padding-top: 124px;
}

.bgheader-hydrokomp {
    background-image:url(../img/header-hydrokomp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;padding-top: 124px;
}



.bgheader2 {
    background-image:url(../img/header-empresa.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.bgheadercontato {
    background-image:url(../img/contato.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.bgheader3 { background-color:#345f63;
   

}



.bgheader4 {
    background: #417176; padding-top: 124px;
}

.bgquemsomos {
    background-image:url(../img/bgquemsomos.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    min-height: 474px; margin-top:30px
}

/* Footer */
footer {
    padding: 0;
}

.consultorio-p {
	line-height: 17px;	
}

/* Copyright */
.copyright {
    text-transform: uppercase;
    font-family: 'Source Sans Pro';
    padding: 20px 0 35px 0;
    font-size: 12px
}

.endereco-mapa{    font-size: 18px;
    color: #888;font-family: 'Source Sans Pro'; font-weight:400 }

.copyright a {
    color: #8d8d8d;
}

.copy {
    float: left;
}

.qube {
    float: right;
}



.qube a:hover {
    text-decoration: underline;
}


.logo-interna{padding-top: 110px;}
.logo-interna-amu{padding-top: 70px; padding-right:30px }
.logo-interna1{padding-top: 150px; }
.logo-interna-cb{padding-top: 100px; margin-left:-61px }

/* Buttons */
.bt {
    border-radius: 6px;
    padding: 8px 16px;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
}

.bt-sm {
    border-radius: 4px;
    padding: 5px 7px;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
}

.bt-blue {
    background-color: #1f506f;
    color: #fff;
}

/* Inline grid */
.inline-grid {
    padding: 20px 0;
}

.inline-grid > * {
    display: inline-block;
    margin: 0 10px;
    padding: 0 2px;
}

/* Icons */
.icon-sm {
    margin-top: -5px;
}

.icon-sm.icon-right {
    margin-left: 10px;
}

/* homeSlider */

.tip-img {

    padding: 10px;
}

.tip-bar{
    background-color: #bdc3c7;
    border-bottom: 1px solid #529198;
}

.tip-text{
    padding: 10px;
}

#homeSlider .carousel-inner {
    position: relative;
}

#homeSlider .item {
    width: 100%;
    height: 100%;
	margin: 0;
}

#homeSlider .carousel-caption {
    position: absolute;
 
    left: auto;
    text-shadow: none;
    color: #fff;
    line-height: 20px;
    text-align: left;
    padding: 20px 40px;
    font-family: Lato;
    font-weight: 500;
    font-size: 24px;
    width: 100%;
    background: rgba(0,0,0,0.7);
 
	right: 0%;
    bottom: 0%;
}


#homeSlider .carousel-caption-autorizada {
    position: absolute;
 
    left: auto;
    text-shadow: none;
    color: #fff;
    line-height: 20px;
    text-align: left;
    padding: 20px 40px;
    font-family: Lato;
    font-weight: 500;
    font-size: 24px;
    width: 100%;
    background: rgba(0,0,0,0.7);
 
	right: 0%;
      bottom: 75%;
    left: 0%;
    top: 7%;
}
#homeSlider .carousel-caption .container-autorizada {
    margin: 0 auto !important;
}

#homeSlider .carousel-caption-autorizada .container div {
    max-width: 600px;
	float: right;
	margin-top: 37px;
}


#homeSlider .carousel-caption .container {
    margin: 0 auto !important;
}

#homeSlider .carousel-caption .container div {
    max-width: 600px;
	float: right;
	margin-top: 37px;
}

@media (min-width: 1200px){
	
	.bgheader3 {
  
  
}
	
	
	#homeSlider .carousel-caption {
		font-size: 42px;
		line-height: 52px;
    	text-align: left;
        max-width: 480px;
        right: 25%;
        bottom: 25%;
	}
	
	#homeSlider .carousel-caption .container div {
		max-width: 670px;
		float: right;
		margin-top: 37px;
	}
	#homeSlider .carousel-caption-autorizada {
		font-size: 42px;
		line-height: 52px;
    	text-align: left;
        max-width: 480px;
        right:0%;
           bottom: 75%;
    left: 0%;
    top: 0%;
	}
	
	#homeSlider .carousel-caption-autorizada .container div {
		max-width: 670px;
		float: right;
		margin-top: 37px;
	}
	
	
}

@media (min-width: 992px){
    #homeSlider .carousel-caption {
        font-size: 32px;
        line-height: 42px;
        text-align: left;
       
        right: 0%;
        bottom: 0%;
        padding: 20px 40px;
    }
	
	  #homeSlider .carousel-caption-autorizada {
        font-size: 32px;
        line-height: 42px;
        text-align: left;
       
        right: 0%;
         bottom: 75%;
    left: 0%;
    top: 7%;
        padding: 20px 40px;
    }

.tip-img{
    margin-top: 5px;
}
    }

.navbar-right {
	color: #fff;
    padding: 5px 0;
    margin-top: 5px;
}

.navbar-nav {
    margin-top: 10px;
}

/* Represented */
.represented {
    margin: 20px 0;
}

.represented p {
    padding: 5px 20px;
    text-align: center;
    font-size: 13px;
}

.about {
    color: #fff;
    font-size: 18px;
    max-width: 480px;
    line-height: 28px;
    font-weight: 400;
    margin: 100px 0;
	font-family: 'Source Sans Pro'; 
}

/* Produtos */
.product-list {
    margin-bottom: 35px;
}

.product-list a {
   font-weight: 300 !important;
    font-size: 22px;
    font-family: 'Source Sans Pro';
    line-height: 38px;
    color: #427277;
}

.product-list a:hover {
    text-decoration: underline;
}

.product-box {
    margin-bottom: 20px;
}

.product-box img {
    max-width: 100%;
}

.product-title {
    font-weight: 700 !important;
    font-size: 18px;
    font-family: 'Source Sans Pro';
    line-height: 24px;
    color: #000;
    text-transform: uppercase;
    margin: 15px 0;
    padding-bottom: 10px;
}

.product-desc-p {
    font-size: 14.3px;
    font-weight: 300;
    height: 150px;
    overflow: hidden;
}

.product-show-main {
    margin-bottom: 20px;
}

.product-show-content
.product-show-thumb-container {
    text-align: center;
}

.product-show-content
.product-show-thumb-container:first-child {
    text-align: left;
}

.product-show-content
.product-show-thumb-container:last-child {
    text-align: right;
}

.product-show-thumb {
    max-width: 100%;
    margin-bottom: 30px;
}

.product-specifications {
    font-size: 36px;
    font-weight: 300;
    font-family: 'Source Sans Pro';
    line-height: 24px;
    text-transform: uppercase;
    padding-bottom: 25px;
    border-bottom: 1px #000 solid;
}

.product-fast-desc {
    color: rgba(0,0,0,0.7);
    padding: 20px 5px 20px 0;
    font-size: 18px;
    line-height: 28px;
}

.product-download-table {
    margin: 20px 0;
}

.product-download-table .header,
.product-download-table .body {
    border-bottom: 1px #bdc8d5 solid;
    padding: 7px 0;
    font-size: 16px;
}

.product-download-table .header,
.product-download-table .header a {
    text-transform: uppercase;
    font-weight: 300;
    color: #529197;
}

.product-download-table .header a:hover {
    color: #333;
}

.product-download-table .header img {
    margin-top: -3px;
    margin-right: 6px;
}

.download-profile {
    border-top: 1px #bdc8d5 solid;
    border-bottom: 1px #bdc8d5 solid;
    padding: 10px 0;
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.download-profile:hover {
    background: #f9f9f9;
    padding: 10px 10px;
}

.download-profile a {
    color: #244873;
  
    font-weight: 400;
    font-size: 12px;
}

.download-profile a img {
    margin-top: -5px;
    margin-right: 6px;
}



/* Contato */
.contato {
    background: url(../img/bgflores.png);
    background-size: cover;
    background-position: top center;
    padding: 50px 0;	
	position: relative;
	z-index: 999;
}

.duvida {
    color: #000000;
    font: 200 32px / 30px Seravek;
}

.pre-consulta {
    color: #91764b;
    font: 200 32px / 30px Seravek;
}

.escreva {
    color: #91764b;
    font: 200 24px / 30px Seravek;
}

.contact-form .submit {
    background-color: #376268;
    border-radius: 5px;
    padding: 8px 10px;
    color: #ffffff;
    font: 400 24px / 27px 'Source Sans Pro';
	border: none;
}

.contact-form .submit:hover {
	background-color: #529198;
}

.contact-form input.form-control {
	color: #91764b !important;
	height: 54px;
	font-size: 14px;
	font-weight: 300;
}

.contact-form textarea.form-control {
	color: #91764b !important;
	height: 120px;
	font-size: 14px;
	font-weight: 300;
}

.carousel-control {
	background: none !important;
	background-image: none !important;	
}

/* About Us */
.about-p {
    font-size: 15px;
    margin-bottom: 25px;
}

#aboutSlider .carousel-control img {
    position: absolute;
    top: calc(50% - 26px);
    left: calc(50% - 13px);
}

#aboutSlider .item, #aboutSlider .item img {
	width: 100%;	
}

/* Services */
.service-title {
    color: #529198;
    font-size: 20px;
    line-height: 24px;
    margin: 15px 0;
    letter-spacing: 1px;
    min-height: 100px;
}

.service-content {
    font-size: 16px;
    padding-right: 20px;
}

.service-content p {
    margin-bottom: 20px;
}



@media (max-width: 767px){
	
	.navbar-nav > li > a {
    font-size: 20px !important;
  
}

.dropdown-menu > li > a {
    
    border-bottom: 1px solid #eee;
}


.dropdown-menu > li > a .type {
  
    color: #fff;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #fff !important;

}
	
	
	.navbar-nav>li {
    float: none;
    display: block;
}
	.navbar-right~.navbar-right {
  
    min-width: auto;margin-top: 5px;
   
}
    img {
        max-width: 100%;
    }
    
    .container>.navbar-header {
        margin: 0;
    }
    
    .navbar-brand {
        width: 52%;
        padding: 0px 40px 0 20px;
        margin-bottom: 10px;
    }
    
   .navbar-brand img {
    width: 50%;
}
    
    .navbar-header {
        height: 80px;
    }
	
	    .img-scroller{margin-top: 80px;}
    
    .navbar {
        padding-bottom: 0px;
        overflow: hidden;
    }
    
    .navbar-nav {
        
    }
    
    .navbar-toggle {
        margin-right: 15px;
        margin-top: 25px;
    }
    
    .dropdown-menu.multi-level .dropdown-submenu .dropdown-menu {
        display: block;
    }
    
    .dropdown-menu.multi-level .dropdown-submenu .dropdown-menu li > a{
        font-size: 13px;
    }
    
    .center-title {
        width: 100%;
        max-width: 100%;
    }
    
    h1 {
        font-size: 30px;
    }
    
    h2 {
        font-size: 18px;
		padding: 0;
    }
    
    h3 {
        text-align: center;
        font-size: 22px;
    }
    
    h4, .container-center {
        text-align: center;
        margin: 20px 0;
    }
    
    .afiliacao-icon {
        margin: 10px;
    }
    
    .procedimentos li {
        text-align: center;
        padding: 7px 10px;
    }
    
    .procedimentos {
        margin-right: 0;
    }
    
    .copy {
        font-size: 15px;
        text-align: center;
    }
    
    .qube {
        float: none;
    }
    
    .copyright a {
        color: #8d8d8d;
        clear: both;
        display: block;
    }
    
    .inline-grid.contact-info > div {
        line-height: 24px;
        width: 100%;
        display: block !important;
        text-align: center;
        font-size: 13px;
        line-height: 36px;
        margin: 0;
    }
    
    .inline-grid.contact-info span {
        font-size: 15px;   
    }
	
	.about-content {
		background: transparent;
		padding: 20px 0;
	}
	
	.sobre {
		background: #654c2d;
		padding: 30px 0px;	
	}
	
	.navbar-default .navbar-toggle {
        border-color: #ca9e3d;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #ca9f3e;
    }
    
    .navbar-nav > li.active > a, .navbar-nav > li > a {
        text-align: center;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    .navbar-nav > li:last-child > a {
        padding-right: 15px !important;
    }
    
    .navbar-nav > li:first-child > a {
        padding-right: 15px !important;
    }

    .product-show-content
    .product-show-thumb-container:first-child,
    .product-show-content
    .product-show-thumb-container:last-child {
        text-align: center;
    }
}

@media (max-width: 480px){
	.localizacao-rodape{color:#fff !important; font-size:13px; margin-top:0px !important}
	
	.product-list {
    margin-bottom: -2px;
}

.padding-top{margin-top:100px !important}
	 .navbar-brand {
        width: 67%;
        padding: 0px 10px;
        margin-bottom: 10px;
    }
	
	.cbtxt {
    margin-left: 0px;
}
	
	.consultorio-p {
		line-height: 22px;
		padding-top: 21px;
		font-size: 17px;
		text-align: center;
	}
	
	.navbar-default .navbar-toggle {
		border-color: #fff;
	}
	
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
    
}
	
#fixedbottom.in:not(.closed) {
    bottom: 0;
}

#fixedbottom {
    position: fixed;
    width: 100%;
    bottom: -60px;
    z-index: 5000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	
	background: #000;
	padding: 7px;
}

#fixedbottom h4 {
    color: #fff;
    font: 400 18px / 24px 'Source Sans Pro';
    text-transform: uppercase;
    position: relative;
    display: inline-block;
	margin: 14px 0 0 0;
}

.fast-contact .formgroup {
    float: left;
    color: #666 !important;
}

.fast-contact input[type="text"] {
    color: #000;
    padding: 0 15px;
    border: none;
    border-radius: 6px;
    color: #595959;
    font: 400 18px / 45px 'Source Sans Pro';
	text-transform: uppercase;
    margin-right: 5px;
}

.fast-contact input[type="submit"] {
    color: #ffffff;
    font: 400 18px / 45px 'Source Sans Pro';
	text-transform: uppercase;
    padding: 0 15px;
    border: none;
    border-radius: 6px;
	
	background-image: url(../img/bggold.png);
	background-size: cover;
	background-position: center;
	
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.fast-contact input[type="submit"]:hover {
	-webkit-filter: brightness(1.2);
	-moz-filter: brightness(1.2);
	-ms-filter: brightness(1.2);
	-o-filter: brightness(1.2);
	filter: brightness(1.2);
}

#fixedbottom .bt-close {
	border-radius: 5px;
	padding: 5px 10px;
	border: 1px #fff solid;
	color: #fff;
	text-transform: uppercase;
    font: 400 14px / 20px 'Source Sans Pro';
	display: inline-block;
    margin-top: 7px;
    float: right;
	
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#fixedbottom .bt-close:hover {
	background: #fff;
	color: #000;
}

#close-contact {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
}

#close-contact.closed {
	position: relative;
    top: -47px;
    border-radius: 4px 4px 0 0;
    width: 60px;
}

@media (max-width: 1199px){
    
    .bgquemsomos {
        min-height: 400px;
    }
    
    .about {
        color: #fff;
        font-size: 18px;
        max-width: 380px;
        line-height: 32px;
        font-weight: 300;
        margin: 70px 0;
    }
    
    .product-list a {
        font-size: 13px;
    }
    
}

@media (min-width: 991px){.margin-map{ margin-bottom:12px}}
	
	.fast-contact input[type="text"] {
		max-width: 180px;	
	}
	
	.navbar-brand img {
	
		
		
	}
	
	.navbar-nav > li > a {
		font-size: 14px;
		padding: 10px 12px;
	}
    
    .product-desc-p {
        height: 220px;
    }
	
	.direitos{font-size:9px}
	
	
}

@media (max-width: 767px){.margin-map{ margin-bottom:12px} .direitos{font-size:9px}
    .copy, .qube {
        font-size: 10px;
        float: none;
        text-align: center;
    }
    
    .product-list {
        text-align: center;
    }
    
    .dropdown.open, 
    .navbar .navbar-nav>.navbar-right.dropdown.open a, 
    .navbar-nav>.open>a, 
    .navbar-nav>.open>a:focus, 
    .navbar-nav>.open>a:active {
        background: #fff;
        color: #000 !important;
    }
    
    .header-md p {
        font-size: 16px;
        padding: 20px 0;
    }
    
    .header-md img {
        margin: 10px auto;
        display: block;
    }
}
@media (max-width: 480px){
	
	.logo-interna-cb {
    padding-top: 0px;
    margin-left: 0px;
}
	
	.logo-interna-amu {
    padding-top: 0px;
    margin-left: 0px;
}

.logo-interna {
    padding-top: 0px;
    margin-left: 0px;
}

.logo-interna1 {
    padding-top: 0px;
    margin-left: 0px;
}

.logo-interna-cft {
    padding-top: 0px;
    margin-left: 0px;
}

	
	.mobile-width{width:100%}
	h1 {font-size: 20px;

    margin: 10px 0;
}
	.navbar-brand img {
    width: 56%;
}
	
	.navbar{    min-height: 91px;}
.bgheadercontato {background-image:none; background-color:#417176}
.bgquemsomos {
    min-height: 400px;
    margin-top: 23px;
}

.float-hotline{ display:none}

.logos-inicial{ 
    margin-left: 16%;
}

.header-sm {
    min-height: 154px;
    padding: 20px 0;
    color: #fff;
    padding-top: 91px;
}

.service-title {
   
    min-height: 40px;
}
.product-list a {
    font-size: 20px;
    line-height: 40px;}
	
	.logo-interna {
    padding-top: 6px;
}

.rodape-txt{ font-size:15px}

.about-p {
    font-size: 18px;
    margin-bottom: 25px;
    padding: 20px;
}


.bgquemsomos{ background-image:none}

.represented p {
    padding: 5px 20px;
    text-align: center;
    font-size: 16px;
}

.tit-representadas-inicial {
    font-size: 27px;
}


.mThumbnailScroller {
    -ms-touch-action: none;
    touch-action: none;
    margin-bottom: 40px;
    margin-top: 50px;
}

.header-md p {
    font-size: 16px;
    padding: 20px 17px;
    text-align: center;
    line-height: 21px;
    color: #fff;
}


.product-title {

    font-size: 28px;
  
    margin: 28px 0;


}

.product-fast-desc {
    color: rgba(0,0,0,0.7);
    padding: 20px 22px 20px 22px;
    font-size: 19px;
    line-height: 31px;
}

.links-tags{ text-align:center;    border-bottom: 1px solid #9ecbd0;}

.logo-rodape{ display:none}

}

*[--ico] {
    position: relative;
    top: -3px;
}