/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  color: #666666;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #A38642 ;
  transition: 0.5s;
}

.hide {
    display: none;
}
a:hover,
a:active,
a:focus {
  color: #ac7e17;

  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 10px 0;
  padding: 0;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background-color: #ac7e17;
  background: linear-gradient(135deg, #ac7e17 0%, #cfb357 52%, #ac7e17 100%);
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
    right: 32px;
    bottom: 100px;
  transition: background 0.5s;
  z-index: 11;
}
.animated.hide {
	display: none;
}
.sliderUpDown {
    overflow-y: hidden;
    max-height: 600px; /* approximate max height */

    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.sliderUpDown.closed {
    max-height: 0;
}
.animated {
    -webkit-transition: all 0 ease-in-out .5s;
    -moz-transition: all 0 ease-in-out .5s;
    -o-transition: all 0 ease-in-out .5s;
    transition: all 0 ease-in-out .5s
    display: block;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}
/* Stilo Geral*/

.btn-primary, .btn-primary a {
  color: #fff;
  outline: none;
}
.btn-primary a:hover {
  color: #fff;
}
.btn-primary:hover {
  background: #A38642;
  border: none;
  color: #fff ;
    box-shadow: none;
}
.btn-primary.disabled, .btn-primary:disabled {
    background: #c5bfab;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
    background-color: #A38642;
  border: none;
    box-shadow: none;
}
.btn-primary.focus, .btn-primary:active {
  color: #fff;
  outline: none;
}
.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  outline: none;
    box-shadow: none;
}

a.wabutton {
	background-color: #45C553;
	border-radius: 50%;
	text-align: center;
	position: fixed;
	bottom: 20px;
	right: 20px;
	padding:15px;
	z-index: 15;
	width: 65px;
	height: 65px;
	color: #FFF;
	display: block;
}
a.wabutton i {
	font-size: 33px;
	color: #FFF
}
.form #sendmessage {
  color: #A38642 ;
  border: 1px solid #A38642 ;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

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

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

.form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}
.form input, .form select,.form textarea, .form .codigo {
  padding: 0px 10px 0px 10px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
  border-radius: 25px;
  outline: none;
  border-color:rgb(118, 118, 118);
  border-width:2px;
}
.form textarea {
	padding: 15px 10px 10px 15px;
}
.form .codigo {
    padding: 7px 14px;
    background: #00364b;
    color: #FFF;
}
.form button[type="submit"] {
  background-color: #ac7e17;
  background: linear-gradient(135deg, #ac7e17 0%,#cfb357 52%,#ac7e17 100%);
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
  border-radius: 50px;
  outline: none;
}
.form input[type="file"] {
    padding-bottom: 38px;
}

.form button[type="submit"]:hover {
  background: #A38642;
}
.btn-primary {
  background-color: #ac7e17;
  background: linear-gradient(135deg, #ac7e17 0%,#cfb357 52%,#ac7e17 100%);
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
  border-radius: 50px;
  outline: none;
  border: none;
    box-shadow: none;
}
.form-control:focus {
    /*
  background-color: #ac7e17;
  background: linear-gradient(135deg, #ac7e17 0%,#cfb357 52%,#ac7e17 100%);*/
  box-shadow: 0 0 0 0.2rem rgba(182,169,132,.25);
}
.alerta {
    display: inline-block;
    margin: 10px auto;
    padding: 10px;
    color: #00364b;
    width: auto;
    width: auto;
}
.alerta.error {
  background-color: #f5e0e0;
  color: #660000;
  border: solid 1px #660000;
}
input[type='submit'] {
    cursor: pointer;
    width: 100%;
}
div#alertaMsg{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
}

div#alertaMsg div{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #00364b;
    z-index: -1;
}

div#alertaMsg .overflow{
    overflow: auto;
    max-height: 300px;
    display: block;
}
div#alertaMsg > p{
    width: 420px;
    background-color:#fff;
    color: #333;
    left: 50%;
    top: 50%;
    position: absolute;
    margin-left: -170px;
    margin-top: -150px;
    text-align: center;
    border: 2px solid #e8e8e8;
    padding: 20px 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

div#alertaMsg p img{
    margin-bottom: 10px;
}

div#alertaMsg p a{
    border: 1px solid #e8e8e8;
    padding: 3px 15px;
    font-weight: bold;
	text-decoration: none;
	color: #333;
}
form .erro {
	background-color: #FFE8E9 !important;
	border: solid 1px #D6A9A9 !important;
}
.text-primary {
    color: #A38642 !important;
}
.table {
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.table tbody tr:nth-child(odd) td {
    background-color: rgba(255,255,255,0.4);
}
.table tbody tr:nth-child(odd) td {
    background-color: rgba(255,255,255,0.8);
}


.table tbody tr th {
    background-color: rgba(153,51,51,0.8);
    color: #FFF;
}

.table thead th,.table tfoot th {
    background-color: rgba(153,51,51,1);
    color: #FFF;
}

.table th, .table td{
    border-left: 1px solid #e9ecef;
    border-top: 1px solid #e9ecef;
    vertical-align: middle;
}
.table th:first-child, .table td:first-child{
    border-left: 1px solid transparent;
}


input[type=checkbox], input[type=radio] {
    float: left;
    margin-right: 10px;
    width: 1.2em;
    height: 1.2em;
}
.radio-inline {
    margin-top: .5rem;
}
label.titulo {
    font-size: 0.8em;
    color: #999999;
    margin-bottom: 0px;
}

left, .left {
    text-align: left;
}

.paginacao {
    padding: 10px 0px 10px 0px;
    margin: 0px;
}
.contador {
    padding: 10px;
}
section.features {
    padding: 15px 0px;
}
section#links {
    border-top: solid 1px #efefef;
}
.animated {
    -webkit-transition: all 0 ease-in-out 1s;
    -moz-transition: all 0 ease-in-out 1s;
    -o-transition: all 0 ease-in-out 1s;
    transition: all 0 ease-in-out 1s;
    display: block;
}
.animated.hide {
	display: none;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #A38642 ;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  padding: 30px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background-color: #00364b;
}

#header.header-scrolled {
  background: rgba(0,54,75, 0.9) !important;
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}

#header #logo {
  float: left;
}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
}
#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
}
#header #logo h1 a {
	text-indent: -2000px;
	overflow: hidden;
	background-image: url('../img/logog.png');
  background-size: contain;
    background-repeat: no-repeat;
    display: block;
	width: 211px;
	height: 80px;
    margin-top: 0px;
}

#header.header-scrolled #logo h1 a {
	background-image: url('../img/logow.png');
  background-size: contain;
	height: 60px;
    margin-top: -14px;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#inicio {
  display: table;
  width: 100%;
  height: 100vh;
  /* background: #00364b; */
}
#inicio.interno {
  height: 50vh;
}
#inicio .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#inicio.interno .carousel-item {
  height: 50vh;
}
#inicio .carousel-inner::before {
  content: '';
  background-color: rgba(70, 60, 40, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
}
#inicio .carousel-inner .carousel-item, .carousel-control-prev, .carousel-control-next{
  z-index: 3;
}
/* #inicio .carousel-item::before {
  content: '';
  background-color: rgba(70, 60, 40, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
} */



#inicio .carousel-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 35px;
  right: 35px;
}

#inicio .carousel-background img {
  max-width: 100%;
  min-width: 100%;
}

#inicio .carousel-content {
  text-align: center;
}

.inter .carousel-content h2 {
  margin-top: 50px;
}
.inter .carousel-content p{
  display: none;
}
.inter .ban{
  display: none !important;
}

#inicio h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#inicio p {
  width: 80%;
  margin: 0 auto 30px auto;
  /* color: #fff; */
}

#inicio .carousel-fade {
  overflow: hidden;
}

#inicio .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

#inicio .carousel-fade .carousel-inner .carousel-item,
#inicio .carousel-fade .carousel-inner .active.carousel-item-left,
#inicio .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#inicio .carousel-fade .carousel-inner .active,
#inicio .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#inicio .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#inicio .carousel-fade .carousel-inner .carousel-item-next,
#inicio .carousel-fade .carousel-inner .carousel-item-prev,
#inicio .carousel-fade .carousel-inner .active.carousel-item-left,
#inicio .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#inicio .carousel-control-prev,
#inicio .carousel-control-next {
  width: 10%;
}

#inicio .carousel-control-next-icon,
#inicio .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#inicio .carousel-indicators li {
  cursor: pointer;
}

#inicio .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: linear-gradient(135deg, #ac7e17 0%,#cfb357 52%,#ac7e17 100%);
}

#inicio .btn-get-started:hover {
  background: #fff;
  color: #A38642 ;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

li.bt-destaque a {
    border: solid 2px #FFFFFF;
    padding: 10px;
  border-radius: 20px;
    margin-top: -7px;
}
li.bt-destaque a:hover {
    border: solid 2px #ac7e17;
}
/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
  float: right;
  margin: 0;
}

/* Nav Meu Styling */

.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: block;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  outline: none;
}

.nav-menu li:hover > a,
.nav-menu > .menu-active > a {
  color: #A38642 ;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #ececec;
  border-radius: 8px 8px 8px 8px;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #A38642 ;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0,54,75, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

#mobile-nav ul li a:hover {
  color: #A38642 ;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul li.menu-active a {
  color: #A38642 ;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #A38642 ;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #A38642 ;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(70, 60, 40, 0.7);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 32px;
  color: #0b465d;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #A38642 ;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: #f7f7f7;
}

/* Featured Services Section
--------------------------------*/

#featured-services {
  background: #00364b;
}

#featured-services .box {
  padding: 30px 20px;
}

#featured-services i {
  color: #A38642 ;
  font-size: 48px;
  display: inline-block;
  line-height: 1;
  /* float: left; */
  margin-right: 20px;
    transition: all 0.3s ease-in-out;
}

#featured-services .title {
  text-align: center;
  color: #FFF ;
  font-weight: 400;
  margin: 15px 0;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}

#featured-services .description {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  min-height: 70px;
}

#featured-services a:hover i {
  color: #fff;
}
#featured-services a:hover .title {
  color: #fff;
}
#featured-services a:hover .description {
  color: #fff;
}

/* sobre Us Section
--------------------------------*/

#missao_visao,#sobre {
  /*background: url("../img/sobre-bg.jpg") center top no-repeat fixed;*/
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}
/*
#sobre::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}*/
#missao_visao::before {
    display: none;
}

#missao_visao .container,#sobre .container {
  position: relative;
  z-index: 10;
}

#missao_visao .missao_visao-col,#sobre .sobre-col, .caixa-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0,54,75, 0.08);
  margin-bottom: 20px;
  display: block;
}
a.caixa-col:hover {
  box-shadow: 0px 2px 15px rgba(182,168,132, 0.5);
}
#missao_visao .missao_visao-col {
    min-height: 250px;
}

#missao_visao .missao_visao-col .img,#sobre .sobre-col .img, .caixa-col .img {
  position: relative;
    display: block;
    min-height: 1px;
}

#missao_visao .img im,#sobre .sobre-col .img img, .caixa-col .img img {
  border-radius: 4px 4px 0 0;
}

#missao_visao .icon,#sobre .sobre-col .icon, .caixa-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #A38642;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}
.caixas-col .warning .caixa-col .icon {
    background-color: #663333;
}
.caixas-col .warning .caixa-col .icon i {
    color: #ffeaea;
}
.caixas-col .sucess .caixa-col .icon {
    background-color: #336633;
}
.caixas-col .sucess .caixa-col .icon i{
    color: #eeffea;
}

#missao_visao .missao_visao-col i,#sobre .sobre-col i, .caixa-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}
.caixa-col .icon .perc{
    font-size: 20px;
    line-height: 2em;
}
#missao_visao .missao_visao-col:hover .icon,#sobre .sobre-col:hover .icon,a.caixa-col:hover .icon {
  background-color: #fff;
  box-shadow: 0px 2px 10px rgba(182,168,132, 0.5);
}

#missao_visao .missao_visao-col:hover i ,#sobre .sobre-col:hover i ,a.caixa-col:hover i  {
  color: #A38642 ;
}

#missao_visao .missao_visao-col h2,#sobre .sobre-col h2,.caixa-col h2,.caixa-col .title {
  color: #00364b;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
  display: block;
}

#missao_visao .missao_visao-col h2 a ,#sobre .sobre-col h2 a,.caixa-col h2 a,.caixa-col .title {
  color: #00364b;
}

#missao_visao .missao_visao-col h2 a:hover,#sobre .sobre-col h2 a:hover,.caixa-col a:hover {
  color: #A38642 ;
}

#missao_visao .missao_visao-col p, #sobre .sobre-col p,.caixa-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}
#missao_visao {
    background: #ffffff;
    background-size: cover;
    padding: 20px 0 20px 0;
    position: relative;
}
/* Services Section
--------------------------------*/
#servicos .social-links {
    
}
#servicos .social-links a i {
    margin-right: 10px;
}
#servicos .social-links a {
    display: block;
    color: #FFF;
    font-size: 16px;
    background: #A38642;
    margin: 10px 0px;
    padding: 10px;
    text-align: center;
    font-weight: blod;
    border-radius: 10px;
}
#servicos .social-links a {
    background: #A38642; 
    background: -moz-linear-gradient(45deg, #A38642 0%,#A38642 100%); 
    background: -webkit-linear-gradient(45deg, #A38642 0%,#A38642 100%); 
    background: linear-gradient(45deg, #A38642 0%,#A38642 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A38642', endColorstr='#A38642',GradientType=1 );
}
#servicos .social-links a:hover.facebook {
    background: #3C5A99;
    background: -moz-linear-gradient(45deg, #A38642 0%,#3C5A99 100%); 
    background: -webkit-linear-gradient(45deg, #3C5A99 0%,#3C5A99 100%); 
    background: linear-gradient(45deg, #3C5A99 0%,#3C5A99 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3C5A99', endColorstr='#3C5A99',GradientType=1 );
}
#servicos .social-links a:hover.instagram {  
    background: #A38642; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
#services {
  background: #fff;
  background-size: cover;
  padding: 60px 0 40px 0;
}

#services .box {
  margin-bottom: 30px;
}


#services .icon i {
  color: #A38642 ;
  font-size: 36px;
  line-height: 1;
  transition: 0.5s;
}
#services .icon {
	float: left;
	margin-right: 20px;
	vertical-align: middle;
}

#services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  margin-top: 10px;
}

#services .title a {
  color: #0b465d;
}

#services .box:hover .title a {
  color: #A38642 ;
}

#services .description {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

/* Call To Action Section
--------------------------------*/

d-block {
  display: block;
}
d-hide {
  display: none;
}
.white-popup-block {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
}
/* Services Section
--------------------------------*/

#unidades {
  padding: 60px 0 40px 0;
}

#unidades .box {
  margin-bottom: 30px;
}

#unidades .icon {
  float: left;
}

#unidades .icon i {
  color: #A38642 ;
  font-size: 36px;
  line-height: 1;
  transition: 0.5s;
}

#unidades .title {
  margin-left: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#unidades .title a {
  color: #0b465d;
}

#unidades .box:hover .title a {
  color: #A38642 ;
}
#unidades .tabs {
    padding: 10px;
    width: 100%;
}
#internas #unidades .tabs {
    min-height: 350px;
    padding: 10px;
}
#unidades .description {
  font-size: 14px;
  margin-left: 60px;
  line-height: 24px;
  margin-bottom: 0;
}
#unidades .foto.unidade {
    height: 220px;
    width: 100%;
    display: block;
    background-size: cover;
    background-position: center center;
    border-radius: 5px;
}
#coluna_direita #unidades {
    padding: 10px 0 10px 0;
}
#coluna_direita #unidades address {
    font-size: 0.8em;
}
#coluna_direita #unidades h1,#coluna_direita #unidades h2,#coluna_direita #unidades h3,#coluna_direita #unidades h4,#coluna_direita #unidades h5,#coluna_direita #unidades h6 {
  margin: 0 0 5px 0;
}
/* Call To Action Section
--------------------------------*/
.fundo_gradiente {
    background: rgba(163,134,66,0.05);
    background: linear-gradient(0deg, rgba(163,134,66,0.05) 0%, rgba(163,134,66,0.08) 100%) !important;
}

.fundo_solido1 {
    background: rgb(163 134 66 / 5%);
}

.fundo_solido2 {
    background: rgb(163 134 66 / 10%);
}

#call-to-action {
    /*background: url(../img/call-to-action-bg.jpg);*/
  background-size: cover;
  padding: 60px 0;
}

#call-to-action h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action p {
  color: #fff;
}

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #A38642 ;
  border: 2px solid #A38642 ;
}

/* Call To Action Section
--------------------------------*/

#skills {
  padding: 60px 0;
}

#skills .progress {
  height: 35px;
  margin-bottom: 10px;
}

#skills .progress .skill {
  font-family: "Open Sans", sans-serif;
  line-height: 35px;
  padding: 0;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}

#skills .progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}

#skills .progress-bar {
  width: 1px;
  text-align: left;
  transition: .9s;
}

/* numeros Section
--------------------------------*/

#numeros {
  background: url("../img/numeros-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 0 0;
  position: relative;
}

#numeros::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.4);
  z-index: 9;
}

#numeros .container {
  position: relative;
  z-index: 10;
}

#numeros .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #A38642 ;
}

#numeros .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #0b465d;
}

#numeros .numeros-img {
  text-align: center;
  padding-top: 30px;
}

/* Portfolio Section
--------------------------------*/

#estrutura {
  padding: 60px 0;
}

#estrutura #galeria-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#estrutura #galeria-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#estrutura #galeria-flters li:hover,
#estrutura #galeria-flters li.filter-active {
  background: #A38642 ;
  color: #fff;
}

#estrutura #galeria-flters li:last-child {
  margin-right: 0;
}

#estrutura .galeria-wrap {
  box-shadow: 0px 2px 12px rgba(0,54,75, 0.08);
  transition: 0.3s;
}

#estrutura .galeria-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0,54,75, 0.16);
}

#estrutura .galeria-item {
  position: relative;
  height: 300px;
  overflow: hidden;
}

#estrutura .galeria-item figure {
  background-color: #cccccc;
  overflow: hidden;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0;
}
.internas h2 a, .internas h3 a, .internas h4 a, .internas h5 a, .internas h6 a {
    color: rgb(102, 102, 102);
}
a h3, a h3,a h4,a h5,a h6, a p { color: rgb(102, 102, 102);};
.internas #estrutura .galeria-item figure {
  height: 128px;
}
.internas .img-fluid.foto {
    border-radius: 5px;
}

#estrutura .galeria-item figure:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#estrutura .galeria-item figure .link-preview,
#estrutura .galeria-item figure .link-details {
  position: absolute;
  display: inline-block;
  opacity: 0;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s linear;
}

#estrutura .galeria-item figure .link-preview i,
#estrutura .galeria-item figure .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #333;
}

#estrutura .galeria-item figure .link-preview:hover,
#estrutura .galeria-item figure .link-details:hover {
  background: #A38642 ;
}

#estrutura .galeria-item figure .link-preview:hover i,
#estrutura .galeria-item figure .link-details:hover i {
  color: #fff;
}

#estrutura .galeria-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}

#estrutura .galeria-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

#estrutura .galeria-item figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 44px);
}

#estrutura .galeria-item figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 44px);
}

#estrutura .galeria-item .galeria-info {
  background: #fff;
  text-align: center;
  padding: 30px;
  height: 90px;
  border-radius: 0 0 3px 3px;
}

#estrutura .galeria-item .galeria-info h4 {
  font-size: 18px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 0;
}

#estrutura .galeria-item .galeria-info h4 a {
  color: #333;
}

#estrutura .galeria-item .galeria-info h4 a:hover {
  color: #A38642 ;
}

#estrutura .galeria-item .galeria-info p {
  padding: 0;
  margin: 0;
  color: #b8b8b8;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

/* Clients Section
--------------------------------*/

#convenios {
  padding: 60px 0;
}

#convenios img {
  max-width: 100%;
  opacity: 1;
  transition: 0.3s;
  padding: 15px 0;
}

#convenios img:hover {
  opacity: 0.5;
}

#convenios .owl-nav,
#convenios .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#convenios .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#convenios .owl-dot.active {
  background-color: #A38642 ;
}

/* Testimonials Section
--------------------------------*/

#testimonials {
  padding: 60px 0;
}

#testimonials .section-header {
  margin-bottom: 40px;
}

#testimonials .testimonial-item {
  text-align: center;
}

#testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #0b465d;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
}

#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #A38642 ;
}

/* Team Section
--------------------------------*/
.foto.corpoclinico {
    height: 120px;
    width: 100%;
    display: block;
    display: block;
    background-size: cover;
    background-position: top center;
    border-radius: 5px;
}

#corpoclinico {
  background: #fff;
  padding: 60px 0;
}
#internas #corpoclinico {
  background: #fff;
  padding: 20px 0;
}

#corpoclinico .member {
  text-align: center;
  margin-bottom: 20px;
  background: #00364b;
  position: relative;
}

#corpoclinico .member .member-info {
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
  padding: 5px;
}

#corpoclinico .member .member-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}

#corpoclinico .member:hover .member-info {
  background: rgba(70, 60, 40, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#corpoclinico .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#corpoclinico .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#corpoclinico .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#corpoclinico .member .social {
  margin-top: 15px;
}

#corpoclinico .member .social a {
  transition: none;
  color: #fff;
}

#corpoclinico .member .social a:hover {
  color: #A38642 ;
}

#corpoclinico .member .social i {
  font-size: 18px;
  margin: 0 2px;
}


#corpoclinico .member img,  #corpoclinico .member .member-info {
    overflow: hidden;
    border-radius: 5px;
}

/* contato Section
--------------------------------*/

#contato {
  padding: 60px 0;
}

.contato-info {
  margin-bottom: 20px;
  text-align: left;
}

.contato-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #A38642 ;
  /*float: left;
  margin-right: 20px;*/
}

.contato-info address,
.contato-info p {
  margin-bottom: 0;
  color: #00364b;
}

.contato-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

.contato-info a {
  color: #00364b;
}

.contato-info a:hover {
  color: #A38642 ;
}

.contato-info a.btn-primary {
  color: #fff;
  outline: none;
}
.contato-info a.btn-primary:hover {
  color: #fff ;
}

.contato-info .btn-primary a {
  color: #fff;
}
.contato-info .btn-primary:hover a {
  color: #fff ;
}
.contato-address,
.contato-phone,
.contato-email {
  margin-bottom: 20px;
}

ul#setores {
    margin: 0px;
    padding: 0px;
}
ul#setores li {
    list-style: none;
    float: center;
    display: block;
}



ul#setores a {
    color: #FFFFFF;
    background-color: #A38642;
    padding: 10px 0px 10px 0px;
    margin: 0px;
    width: 100%;
    text-align: center;
    box-sizing: content-box;
    display: block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    
}

ul#setores a {
    color: #FFFFFF;
    text-decoration: none;
    border: solid 1px #A38642;
}
ul#setores a:hover {
    text-decoration: none;
    color: #A38642;
    background-color: #FFFFFF;
}
ul#setores a:active, ul#setores a.active {
    text-decoration: none;
    color: #A38642;
    background-color: #FFFFFF;
}
ul#setores a .titulo {
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}
ul#setores a .description {
    font-size: 1em;
    font-weight: normal;
    text-decoration: none;
    display: block;
}
table.calendario td a {
    position: relative;
}
table.calendario .realcada {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: block;
    min-width: 20px;
    min-height: 20px;
    background: #ffd200;
    position: absolute;
    top: -10px;
    right: -10px;
    color: #575757;
    font-size: 9px;
    text-align: center;
    padding: 3px;
}
ul.legenda li {
    list-style: none;
    color: #575757;
    list-style-position: inside;
}
ul.legenda {
    margin-left: 0px;
    padding-left: 0px;
}
ul.legenda li span{
    display: block;
    width: 10px;
    height: 10px;
    float: left;
    vertical-align: middle;
    background: #575757;
    margin: 5px 8px 0px 0px;
    padding: 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
ul.legenda li.realcada span{
    background: #A38642;
}
ul.legenda.agenda li.realcada span{
    background: #ffd200;
}
li.padrao a {
    color: #575757;
}
table.calendario li.realcada a,ul li.realcada a {
    color: #A38642;
}
ul.semicone {
    list-style: none;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #00364b;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;
}
#footer h1.logo a {
	text-indent: -2000px;
	overflow: hidden;
	background-image: url('../img/logog.png');
  background-size: contain;
    background-repeat: no-repeat;
    display: block;
	width: 211px;
	height: 80px;
    margin-top: 0px;
}

#footer .footer-top {
  background: #0b465d;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  border-left: 4px solid #A38642 ;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #eee;
}

#footer .footer-top .social-links a {
  font-size: 24px;
  display: inline-block;
  color: #eee;
  line-height: 1;
  padding: 10px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 45px;
  height: 45px;
  transition: 0.3s;
  
    background: #333333; 
}
#footer .footer-top .social-links a.instagram {
    background: -moz-linear-gradient(45deg, #333333 0%,#333333 100%); 
    background: -webkit-linear-gradient(45deg, #333333 0%,#333333 100%); 
    background: linear-gradient(45deg, #333333 0%,#333333 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#333333',GradientType=1 );
}
#footer .footer-top .social-links a:hover.facebook {
    color: #fff;
    background: #3C5A99;
}
#footer .footer-top .social-links a:hover.instagram {  
  color: #fff;
    background: #A38642; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
#footer .footer-top .social-links a:hover.whatsapp {  
  color: #fff;
  background: #45C553; 
}



#footer .social-links.flutuante {
    position: fixed;
	right: 95px;
	bottom: 25px;
    z-index: 15;
}

#footer .social-links.flutuante a {
  font-size: 24px;
  display: inline-block;
  color: #eee;
  line-height: 1;
  padding: 10px 0;
  margin-right: 10px;
  border-radius: 50%;
  text-align: center;
  width: 45px;
  height: 45px;
  transition: 0.3s;
  background-color: #ac7e17;
  background: linear-gradient(135deg, #ac7e17 0%, #cfb357 52%, #ac7e17 100%);
}
#footer .social-links.flutuante a.instagram {
  background-color: #ac7e17;
  background: linear-gradient(135deg, #ac7e17 0%, #cfb357 52%, #ac7e17 100%);
}
#footer .social-links.flutuante a:hover.facebook {
    color: #fff;
    background-color: #ac7e17;
    background: linear-gradient(135deg, #ac7e17 0%, #cfb357 52%, #ac7e17 100%);
}
#footer .social-links.flutuante a:hover.instagram {  
  color: #fff;
  background-color: #ac7e17;
  background: linear-gradient(135deg, #ac7e17 0%, #cfb357 52%, #ac7e17 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}


#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top h4::before,
#footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

#footer .footer-top h4::before {
  right: 0;
  background: #555;
}

#footer .footer-top h4::after {
  background: #A38642 ;
  width: 60px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ddd;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #CCC;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #A38642 ;
}

#footer .footer-top .footer-contato {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contato p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #A38642 ;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background-color: #ac7e17;
  background: linear-gradient(135deg, #ac7e17 0%,#cfb357 52%,#ac7e17 100%);
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}
  .divisoria {
    border-left: 0px solid #ddd;
    border-right: 0px solid #ddd;
	padding: 0px 0px;
  }
.tabs{
    background: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0px 2px 12px rgba(0,54,75, 0.08);
    margin: 15px;
    border-radius: 0px 15px 0px 15px;
}
.carregafotodinamica {
   background-image: url('../img/carregando.gif');
   background-color: #FFFFFF;
   background-size: cover;
   background-position: center center;
   opacity: 0.2;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.carregafotodinamica.loaded {
   background-color: #FFFFFF;
   background-size: cover;
   opacity: 1;
}
.preexclude {
    display: none;
}
section#noticias .data, section#noticias .data a {
    color: #cccccc;
    font-size: 0.9em;
}
section#noticias p, section#noticias a p{
    color: #333333;
    font-size: 1em;
}
section#noticias .conteudo-textual {
    padding: 10px;
    min-height: 20em;
}
section#noticias .foto {
    min-height: 214px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
   display: block;
    border-radius: 0px 15px 0px 0px;
    overflow: hidden;
}
#pesquisa_flutuante .fundo {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(0,54,75,0.2);
    background: -moz-linear-gradient(45deg, rgba(0,54,75,0.2) 0%, rgba(0,54,75,0) 40%, rgba(0,54,75,0) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0,54,75,0.2)), color-stop(40%, rgba(0,54,75,0)), color-stop(100%, rgba(0,54,75,0)));
    background: -webkit-linear-gradient(45deg, rgba(0,54,75,0.2) 0%, rgba(0,54,75,0) 40%, rgba(0,54,75,0) 100%);
    background: -o-linear-gradient(45deg, rgba(0,54,75,0.2) 0%, rgba(0,54,75,0) 40%, rgba(0,54,75,0) 100%);
    background: -ms-linear-gradient(45deg, rgba(0,54,75,0.2) 0%, rgba(0,54,75,0) 40%, rgba(0,54,75,0) 100%);
    background: linear-gradient(45deg, rgba(0,54,75,0.2) 0%, rgba(0,54,75,0) 40%, rgba(0,54,75,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00364b000', endColorstr='#00364b000', GradientType=1 );
    z-index: 0;
    padding: 100px 100px 0px 0px;
    box-sizing: content-box;
}
#pesquisa_flutuante .fechar {
    position: absolute;
    right: -15px;
    top: -15px;
    border-radius: 20px 20px 20px 20px;
    padding: 5px;
    min-width: 30px;
    min-height: 30px;
    text-align: center;
    background-color: #ac7e17;
    background: linear-gradient(135deg, #ac7e17 0%,#cfb357 52%,#ac7e17 100%);
    color: #FFF;
    -webkit-box-shadow: 10px 10px 20px -1px rgba(0,54,75,0.30);
    -moz-box-shadow: 10px 10px 20px -1px rgba(0,54,75,0.30);
    box-shadow: 10px 10px 20px -1px rgba(0,54,75,0.30);
}
#pesquisa_flutuante {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 60;
    width: 400px;
    height: auto;
    display: none;
    box-sizing: border-box;
    padding: 0px 0px 0px 0px;
    z-index: 60;
    max-width: 100%;
    max-height: 100%;
}
#pesquisa_flutuante .dr_visao {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 65;
}
#pesquisa_flutuante p {
    margin-bottom: 5px;
}
#pesquisa_flutuante .info_header{
    background-color: #FFF;
    border-radius: 15px 15px 15px 15px;
    margin: 100px 10px 0px 60px;
    z-index: 61;
    position: relative;
    -webkit-box-shadow: 10px 10px 20px -1px rgba(0,54,75,0.30);
    -moz-box-shadow: 10px 10px 20px -1px rgba(0,54,75,0.30);
    box-shadow: 10px 10px 20px -1px rgba(0,54,75,0.30);
    padding: 15px 0px 0px 0px;
}
#pesquisa_flutuante .info_body{
    background-color: #FFF;
    border-radius: 15px 15px 15px 0px;
    margin: 10px 10px 10px 60px;
    z-index: 62;
    -webkit-box-shadow: 10px 10px 20px -1px rgba(0,54,75,0.30);
    -moz-box-shadow: 10px 10px 20px -1px rgba(0,54,75,0.30);
    box-shadow: 10px 10px 20px -1px rgba(0,54,75,0.30);
    overflow: auto;
    max-height: 400px;
    padding: 15px 0px 15px 0px;
}
@media (min-height: 600px) {
    #pesquisa_flutuante .resumida .info_body {
        margin: 10px 10px 160px 60px;
    }
}
.enquete-item img,  .enquete-item svg {
    max-height: 95px;
}
#pesquisa_flutuante .section-header h3 {
    display: none;
}
#pesquisa_flutuante .section-header .description p{
    font-size: 14px;
    margin: 0px;
}
#pesquisa_flutuante .avancar_bt, #pesquisa_flutuante .submit_bt {
    display: none;
}
#pesquisa_flutuante .enquete-item img,  #pesquisa_flutuante .enquete-item svg {
    max-height: 35px;
}
#pesquisa_flutuante {
    color: #333333;
    font-size: 14px;
}
#pesquisa_flutuante h4 {
    font-size: 16px;
}
#pesquisa_flutuante .progress-bar-info {
    margin-top: 10px;
    display: none;
}
#pesquisa_flutuante .progress-bar-info .passos {
    display: none;
}
#pesquisa_flutuante .bloco.tab p {
    font-size: 14px;
}

.enquete-question {
    display: none;
}
.enquete-question.active {
    display: block;
}
.enquete-question .btn {
    display: none;
}
.enquete-item {
    border-radius: 10px;
    padding: 10px;
    background-color: #f9f9f9;
    border: solid 1px #ededed;
    box-sizing: border-box;
    width: 100%;
    display: block;
    color: #999999;
}
.enquete-item[rel="4"] {
    background-color: rgba(10,150,0,0.1);
    border: solid 1px rgba(10,150,0,0.2);
}
.enquete-item[rel="3"] {
    background-color: rgba(75,50,0,0.1);
    border: solid 1px rgba(75,50,0,0.2);
}
.enquete-item[rel="2"] {
    background-color: rgba(150,120,0,0.1);
    border: solid 1px rgba(150,120,0,0.2);
}
.enquete-item[rel="1"] {
    background-color: rgba(150,0,0,0.1);
    border: solid 1px rgba(150,0,0,0.2);
}
.enquete-item:hover, .enquete-item:active , .enquete-item.active {
    background-color: #FFFFFF;
    color: #A38642;
    text-decoration: none;
    border: solid 1px #d8d8d8;
}
.enquete-item:hover[rel="4"], .enquete-item:active[rel="4"] , .enquete-item.active[rel="4"] {
    background-color: rgba(10,150,0,0.3);
    border: solid 1px rgba(10,150,0,0.4);
}
.enquete-item:hover[rel="3"], .enquete-item:active[rel="3"] , .enquete-item.active[rel="3"] {
    background-color: rgba(75,50,0,0.3);
    border: solid 1px rgba(75,50,0,0.4);
}
.enquete-item:hover[rel="2"], .enquete-item:active[rel="2"] , .enquete-item.active[rel="2"] {
    background-color: rgba(150,120,0,0.3);
    border: solid 1px rgba(150,120,0,0.4);
}
.enquete-item:hover[rel="1"], .enquete-item:active[rel="1"] , .enquete-item.active[rel="1"] {
    background-color: rgba(150,0,0,0.3);
    border: solid 1px rgba(150,0,0,0.4);
}
.enquete-item.active {
    border: solid 1px #A38642;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,54,75,0.4);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,54,75,0.4);
    box-shadow: 0px 0px 20px 0px rgba(0,54,75,0.4);
}
.enquete-item i.fa-check-square-o {
    display: none;
}
.enquete-item i.fa-square-o {
    display: inline-block;
}
.enquete-item.active i.fa-check-square-o {
    display: inline-block;
}
.enquete-item.active i.fa-square-o {
    display: none;
}
.enquete-item img, .enquete-item svg {
    max-width: 128px;
    width: 100%;
}
.enquete-item svg * {
    color: rgb(255,255,255);
    color: rgba(255,255,255,0.7);
    fill: rgb(0,54,75);
    fill: rgba(0,54,75,0.1);
    transition: 0.5s;
}
.enquete-item.active *, .enquete-item:hover * {
    color: rgb(0,54,75);
    color: rgba(0,54,75,1);
    fill: rgb(0,54,75);
    fill: rgba(0,54,75,0.5);
}
.bloco {
    border-radius: 10px;
    padding: 10px 20px 10px 20px;
    background-color: #f7f7f7;
    border: solid 1px #ededed;
}
.bloco.file {
    min-height: 150px;
}
.bloco .confirm {
    display: none;
    position: absolute;
    top: -10px;
    right: 10px;
    color: #009729;
    background: #FFF;
    padding: 10px;
    font-size: 30px;
    border: solid 1px #b8cdb4;
    border-radius: 100px;
}
.bloco.respondida {
    background-color: #edf2ec;
    border: solid 1px #b8cdb4;
}
.bloco.respondida .confirm {
    display: block;
}
.bloco.file a:not(.btn-primary) {
    color: #333333;
    text-decoration: none;
    text-align: left;
    display: block;
}
.bloco.file table a:not(.btn-primary) {
    text-align: inherit;
}
.bloco .service-heading a {
    text-align: center;
}
.bloco.file ul {
    padding: 0px;
    margin: 0px;
    text-align: center;
}
.bloco.file li:first-child {
    border-top: solid 0px #ededed;
}
.bloco.file li {
    border-top: solid 1px #ededed;
    list-style: none;
    padding: 2px;
    margin: 2px;
}
.bloco.file a:hover {
    color: #cc9900;
    text-decoration: none;
}
.bloco.file a:hover .text-muted {
    color: #ebc165 !important;
    text-decoration: none;
}
body[pagina=login] {
    background-image: url('../img/call-to-action-bg.jpg');
    background-position: center center;
    background-size: cover;
    height: 100vh;
}
body[pagina=login] #inicio {
    background-color: transparent;
    height: 30vh;

}

body[pagina=arearestrita] #inicio, body[pagina=promocao] #inicio {
    display: none;
}
body[pagina=arearestrita] #header,body[pagina=promocao] #header {
    position: relative;
}
body[pagina=login] footer#footer, body[pagina=arearestrita] footer#footer ,body[pagina=promocao] footer#footer {
    display: none;
}

.caixa {
    background-color: #FFF;
    padding: 35px;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

table {
    border-spacing: 0px;
    width: 100%;

}
table tbody tr:nth-child(odd) td {
  background-color: #f8f8f8;
}
table tbody tr:nth-child(even) td {
  background-color: #f3f3f3;
}

table thead tr th,table tfoot th {
    border-top: solid 0px #FFF;
    border-right: solid 0px #FFF;
    border-bottom: solid 0px #FFF;
    border-left: solid 1px #FFF;
    background-color: #ac7e17;
    background: linear-gradient(135deg, #ac7e17 0%,#cfb357 52%,#ac7e17 100%);
    padding: 2px;
    text-align: center;
    color: #FFF;
}
table thead tr:first-child th:first-child,table tfoot tr:first-child th:first-child{
    background-color: #91845f;
}
table thead tr > th,table tfoot tr > th{
    border-left: solid 0px transparent !important;
}



table tbody tr td {
    border-top: solid 1px #FFF;
    border-right: solid 0px #FFF;
    border-bottom: solid 0px #FFF;
    border-left: solid 1px #FFF;
    padding: 2px;
}
table tbody tr:last-child td:first-child{
    border-left: solid 0px #FFF;
}
table tfoot tr td {
    border-top: solid 1px #FFF;
    border-right: solid 0px #FFF;
    border-bottom: solid 0px #FFF;
    border-left: solid 1px #FFF;
    padding: 2px;
}
table tfoot tr:last-child td:first-child{
    border-left: solid 0px #FFF;
}
table tbody tr td:first-child,table tbody tr th:first-child {
    border-left: solid 1px transparent;
}
table tbody tr td:last-child, table tbody tr th:last-child {
    border-right: solid 1px transparent;
}
table tbody tr td,table tbody tr th {
    border-left: solid 1px #FFF;
    border-top: solid 1px #FFF;
    border-bottom: solid 1px transparent;
}

table tbody tr.info:nth-child(odd) th, table tbody tr:nth-child(odd) th {
  background-color: #ffffff;
}
table tbody tr:nth-child(even) th, table tbody tr:nth-child(even) th {
  background-color: #fbfaf8;
}

fieldset.aviso.warning, table tbody tr.warning:nth-child(odd) td, table tbody tr:nth-child(odd) td.warning {
  background-color: #f5eee0;
  color: #996600;
}
table tbody tr.warning:nth-child(even) td, table tbody tr:nth-child(even) td.warning {
  background-color: #f3ebd7;
  color: #996600;
}
fieldset.aviso.error, table tbody tr.error:nth-child(odd) td, table tbody tr:nth-child(odd) td.error {
  background-color: #f5e0e0;
  color: #660000;
}
table tbody tr.error:nth-child(even) td, table tbody tr:nth-child(even) td.error {
  background-color: #f3d7d7;
  color: #660000;
}
fieldset.aviso.info, table tbody tr.info:nth-child(odd) td, table tbody tr:nth-child(odd) td.info {
  background-color: #e0ecf5;
  color: #003366;
}
table tbody tr.info:nth-child(even) td, table tbody tr:nth-child(even) td.info {
  background-color: #d7e7f3;
  color: #003366;
}

fieldset.aviso.sucess, table tbody tr.sucess:nth-child(odd) td, table tbody tr:nth-child(odd) td.sucess {
  background-color: #e7f5e0;
  color: #003300;
}
table tbody tr.sucess:nth-child(even) td, table tbody tr:nth-child(even) td.sucess {
  background-color: #e9f3d7;
  color: #003300;
}
table.font1 td, table.font1 th {
	font-size: 12px;
}
.info_nota {
	padding: 10px;
	box-sizing: border-box;
    background-color: #f5eee0;
    color: #996600;
	border: solid 1px rgb(153, 102, 0);
}
/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

.loading-icon{
    display: none;
    margin-right: 5px;
    float: right;
}
.loading-icon img {
    width: 30px;
}
.ativo .loading-icon{
    display: inline;
}
.cor-inverso .loading-icon{
    color: #FFF;
}


body[pagina=pesquisa] #inicio {
    display: none;
}
body[pagina=pesquisa] #main {
    padding-top: 100px
}


body[pagina=pesquisa] #header {
  background: rgba(0,54,75, 0.9);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}
body[pagina=pesquisa] #header #logo h1 a {
	background-image: url('../img/logow.png');
  background-size: contain;
	height: 60px;
    margin-top: -14px;
}

.st-tab-links.st-style1 li {
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .st-tab-links.st-style1 {
        width: 100%;
        float: none;
        display: block;
        margin-left: 0px;
        margin-right: 0px;
    }
    .st-tab-links.st-style1 li {
        min-width: 20px;
        max-width: 100%;
        float: left;
        display: block;
        margin: 0px 0px 20px 0px;
    }
  #inicio h2 {
    font-size: 24px;
  }
    
}
@media (max-height: 500px) {
    .logoslide img {
        max-width: 190px;
    }
}
@media (max-width: 940px) {
  #inicio h2 {
    font-size: 32px;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }
}
@media (min-width: 768px) {
  #contato .contato-address,
  #contato .contato-phone,
  #contato .contato-email {
    padding: 20px 0;
  }	
  body[pagina=pesquisa] #inicio {
		display: block !important;
	}
	body[pagina=pesquisa] #main {
		padding-top: auto !important;
	}
	

}

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }

	.contato-info i {
	  float: none;
	  margin-right: 0px;
	  align: center;
	}
	.contato-info {
	  text-align: center;
	}

	  .divisoria {
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
		padding: 0px 20px;
	  }
     #estrutura .galeria-item figure {
		height: 191px;
	}
    .internas #estrutura .galeria-item figure {
      height: 158px;
    }
}

@media (min-width: 1024px) {
  #header #logo {
    padding-left: 60px;
  }

  #inicio p {
    width: 100%;
  }

  #inicio .carousel-control-prev,
  #inicio .carousel-control-next {
    width: 5%;
  }

  #nav-menu-container {
    padding-right: 60px;
  }
}

@media (max-width: 768px) {

  #header #logo h1 {
    font-size: 28px;
  }

  #header #logo img {
    max-height: 40px;
  }

}