@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css?family=Exo+2:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

* {text-decoration: none; list-style: none;}

a { transition: all 350ms ease-in-out; }

html, body{
  font-family: 'Roboto' sans-serif !important;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #013e59;
}

b, strong {
  /* font-size: 14px; 1.02em; */
  font-size: 14px !important;
}

hr {
  border: 0;
  display: block;
  widows: 100%;
  height: 1px;
  background: #e4e4e4;
}

*::-webkit-scrollbar {
  width: 8px;
}

*.thin::-webkit-scrollbar {
  width: 2px;
}

*::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #f5f9fa;
}

*::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #dad9e7;
}

*::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(236, 240, 243, 0.8);
}

::-webkit-input-placeholder { /* Edge */
  font-weight: 500;
  font-size: .9em;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-weight: 500;
  font-size: .9em;
}

::placeholder {
  font-weight: 500;
  font-size: .9em;
}

.container {
  width: 40%;
}
.container  table {

  font-size:14px !important;
}

/* Elementos Gerais */
.titulo-pagina{
  font-family: 'Exo 2', 'Roboto', sans-serif;
  color: #013e59;
  font-weight: 600;
  font-size: 3.4em;
  font-style: italic;
  text-transform: uppercase; 
}

.mtop-1 {margin-top: 1rem;}
.mtop-2 {margin-top: 2rem;}
.mtop-3 {margin-top: 3rem;}
.mtop-4 {margin-top: 4rem;}
.mbot-1 {margin-bottom: 1rem;}
.mbot-2 {margin-bottom: 2rem;}
.mbot-3 {margin-bottom: 3rem;}
.mbot-4 {margin-bottom: 4rem;}
.ptop-1 {padding-top: 1rem;}
.ptop-2 {padding-top: 2rem;}
.pbot-1 {padding-bottom: 1rem;}
.pbot-2 {padding-bottom: 2rem;}

.text-left {
  text-align: left !important;
}

.btDefault {
  padding: 5px 1rem !important;
  color: #FFF;
  background: rgba(167,169,172,1);
  border-radius: 6px;
  cursor: pointer;
  font-size: 1.4em;
}

.pagination li:hover{
  background-color: #3c3533;
}

.pagination li:hover a {
  color: #fff;
}

.pagination li.active{
  background-color: #013e59;
}

.btDefault.rounded{
  border-radius: 25px;
}

.btDefault:hover{
  background: rgba(60,53,51,1);
}

.bg-cinza{
  background: #edeef0;
}

.faq {
  background-color: transparent;
  border: 0 !important;
  box-shadow: none;
}

.faq p {
  text-align: left;
}

.collapsible-body{
  padding-top: 0;
}

a.link-padrao {
  color: #013e59;
  font-family: "Exo 2", "Roboto", sans-serif;
}

a.btMenu {
  padding: 0 2rem;
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; } 
}
@-moz-keyframes fadeIn {
  0% { opacity: 0;}
  100% { opacity: 1; }
}
@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.tabs {
  background-color: transparent;
}
.tabs .indicator {
  display: none;
}

a.bt-tab-padrao, a.bt-tab-padrao-dark {
  font-family: "Exo 2", "Roboto", sans-serif;
  color: #485861 !important;
  background: rgba(57,179,186,0) !important;
  border: 1px solid #e9e9e9;
  border-radius: 25px;
  width: 90% !important;
}

a.bt-tab-padrao-dark {
  color: #fff !important;
  border: 1px solid #fff;
}

a.bt-tab-padrao.active, a.bt-tab-padrao:hover,
a.bt-tab-padrao-dark.active, a.bt-tab-padrao-dark:hover {
  color: #fff !important;
  background: rgba(0,112,134,1) !important;
  border: 1px solid #279750;
}

.tab-case{
  display: flex;
  justify-content: center;
}
.tab-case li {
  margin-left: 0 !important;
}

img.detalhe-topo {
  position: absolute;
  z-index: 1100;
  top: 0;
  left: 0;
  width: 11%;
}

nav.nav-menu{ 
  height: 110px; 
  z-index: 1000; 
  position: relative;
}

nav {
  background: rgba(255,255,255,1);
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-top: 1rem;
}

nav .brand-logo img{
  height: 94px;
  max-height: 64px;
}

nav ul.nav-header li {
  height: 38px !important;
  margin-top:1rem;
}

nav ul.nav-header li a, nav ul.nav-header li a i {
  height: auto !important;
  line-height: 1em !important;
}
nav ul.nav-header li a i {
  font-size: 2em;
  margin-top: .5rem;
}
nav ul li a {
  padding: 0 5px;
  color: #013e59;
  
}
nav ul li {
  position: relative;
}
nav ul li.campo-busca{
  margin-left: 1rem;
  border: 1px solid #485861;
  border-radius: 25px;
  padding-left: 15px;
}

nav ul li.campo-busca input[type=text], .campo-busca2 input[type=text]{
  margin: 0!important;
  border-bottom: 0 !important;
  line-height: 1rem !important;
  font-size: 1.2em;
  height: 30px !important;
  position: relative !important;
  width: 80%;
}

.campo-busca2 input[type=text]{
  color: #FFF;
}

.campo-busca2 {
  padding-left: 2rem;
  margin-top: 1rem;
}

nav ul li.campo-busca input:focus{
  box-shadow: none !important;
}
nav ul li.campo-busca input::placeholder{
  color: #485861;
  font-size: 1em;
  font-weight: 500;
}
.campo-busca2 input::placeholder{
  color: #FFF;
  font-size: 1.2em;
  font-weight: 300;
}

nav ul li.campo-busca a {
  height: auto !important;
  background: #279750 !important;
}
nav ul li.campo-busca a i, .campo-busca2 a i{
  position: absolute;
  margin-top: 0rem;
  top: 0;
  right: 0px;
  font-size: 1em;
  padding: .8rem;
  border-radius: 25px;
  color: #fff;
  height: auto !important;
  line-height: 1em !important;
  background: #279750 !important;
}
.campo-busca2 a i{
  position: relative;
}

nav li.social-media a, nav li.social-media a:hover {
  background: #FFF;
}
nav li.social-media a i {
  display: inline-block;
  border-radius: 5px;
  font-size: 16px !important;
  background: #96989a;
  padding: 6px;
  color: #FFF;
  transition: background 400ms ease-in-out;
}
nav li.social-media a:hover i {
  background: #279750;
}

nav.bloco-breadcrumb{
  background: #edeef0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 50px;
  line-height: 50px;
}

nav.bloco-breadcrumb .breadcrumb{
  color: #279750;
  font-size: 1em;
}

nav.bloco-breadcrumb .breadcrumb.active{
  color: #3c3533;
}


.menu-links {
  display: flex;
  justify-content: space-between;
  position: relative;
  border-bottom: 1px solid #666662;
  margin-bottom: -1px;
}
.menu-links a.menus, .menu-links a.menus2 {
  color: #848688;
  font-size: 14px;
  position: relative;
  font-weight: 400;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  z-index: 15;
  margin-top: 2px;
  height: 51px;
  line-height: 51px;
}
.menu-links a.menus i, .menu-links a.menus2 i {
  font-size: 14px;
  height: 51px;
  line-height: 51px;
}
.menu-links a.menus::before {
  content: " ";
  position: absolute;
  width: 100% ;
  height: 110%;
  background: rgba(17, 82, 64, 0);
  z-index: -1;
  bottom: -1.2rem;
  left: 0;
}

.menu-links a.menus:hover, .menu-links a.menus.active {
  color: #279750;
}

.menu-links .btsub.active{color: #FFF !important;}
.menu-links .btsub.active::before{
  background: rgba(17, 82, 64, 1);
}


.submenu {
  display: none;
  position: absolute;
  margin-top: 23px;
  width: 100%;
  z-index: 100;
  background: rgba(17, 82, 64, 1);
}
.submenu .row {margin-bottom: 0;}
.submenu ul {
  z-index: 100;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110%;
  margin-left: -4%;
}
.submenu ul li {
  line-height: unset;
  padding-left: 20px;
  padding-right: 20px;
}
.submenu ul li a {
  line-height: 40px;
  font-size: 14px;
  color: #FFF;
  transition: all 350ms ease-in-out;
}
.submenu ul li a:hover, .submenu ul li a.active {
  background-color: rgba(0,0,0,0);
  opacity: .7
}

.submenu .out {
  position: fixed;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  background: rgba(0,0,0,0);
  z-index: 0;
}

.dropdown-content {
  width: auto !important;
  margin-left: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  max-height: 400px;
}
.dropdown-content li {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.dropdown-content li > a {
  border-radius: 0px !important;
  padding: 5px 15px !important;
}

ul.submenu-base {
  border-right: 1px solid #818285;
  padding-top: 1.5rem;
  background: transparent;
  z-index: 0;
}
ul.submenu-base li {padding-top:0.8rem; padding-bottom:0rem; background: #FFF;}

ul.submenu-base li a {
  background: transparent !important;
  color: #818285 !important;
  font-size: 1rem;
  text-align: right;
  line-height: 1.2rem;
}

.nav-menu a {
    font-size: 12px !important;
    padding: 0;
}

nav.bloco-breadcrumb .breadcrumb:before {
  color: #3c3533;
  font-size: 1.3em;
}

.input-text-padrao, .textarea-padrao {
  border: 1px solid #818285 !important;
  width: 96% !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  /* border-radius: 3px !important; */
  color: #485861 !important;
  margin-bottom: .6rem !important; 
}

.input-text-padrao::placeholder, 
.textarea-padrao::placeholder, 
.input-text-padrao::placeholder {
  color: #3c3533 !important;
}

.textarea-padrao {
  margin: 0 !important;
  padding: 15;
  min-height: 130px !important;
  width: 100% !important;
}


.banner-1920x300 {
  background-size: cover;
  min-height: 300px;
}

.site-breadcrumb .row {
  margin-bottom: 0;
  padding-top: 15px;
}
.site-breadcrumb a, .site-breadcrumb i {
  display: inline-block;
  margin-right: 0.2rem;
  color: #279750 !important;
  font-size: 1.2em;
  font-style: italic;
}
.site-breadcrumb i {
  vertical-align: middle;
  font-size: 0.9em;
}
.carousel.carousel-slider {
  height: 490px !important;
}

.carousel.carousel-slider .carousel-item {
  overflow: hidden;
  height: 490px;
  top: 0;
  left: 0;
}
.carousel.carousel-slider .carousel-item img {
  width: 100%;
  position: relative;
  margin-top:-20% 
}
.carousel.carousel-slider .carousel-item h2 {
  position: absolute;
  z-index: 100;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  bottom: 0%;
  left: 0;
  color: #fff;
  padding: 30px 30px 30px 20%;
  transition: all 600ms ease-in-out;
}
.carousel.carousel-slider .carousel-item.active h2 {
  bottom: 40%;
  opacity: 1;
}

.slick-slide {
  height: auto !important;
}

.unidades {
  min-height: 200px;
  max-height: 300px;
}
.unidades img {
  width: 100%;
  height: auto;
}

.slick-prev, .slick-next {
  filter: brightness(1);
  height: 66px;
  width: 40px;
  z-index: 100;
  transition: all 350ms ease-in-out;
}
.slick-prev:hover, .slick-next:hover {
  filter: brightness(0.8);
}
.slick-prev {
  left: -6px;
}
.slick-next {
  right: 6px;
}

.slick-prev:before, .slick-next:before {
  content: '';
}
.slick-prev i, .slick-next i {
  color: rgb(255, 255, 255);
  font-size: 50px;
  text-shadow: 1px 1px 2px black;
}

.nav-unidades {
  margin-top: 10px;
  max-height: 70px;
}
.nav-unidades img {
  width: 90%;
}

.unidades .slick-track{
  height: auto;
}



/* END ELEMENTOS GERAIS  */



.nav-menu .sidenav-trigger {
  color: #3c3533;
  margin-left: -3px;
  margin-top: -20px;
}

.nav-menu .sidenav-trigger i{
  font-size: 3em;
}

.sidenav {
  background: rgba(0,0,0,0.8);
  padding-top: 1rem; 
  z-index: 2000;
}
.sidenav li.side-logo {
  min-height: 100px; 
}
.sidenav li.side-logo img {
  width: 100%;
}
.sidenav li a {
  color: #FFF;
  font-family: "Exo 2", "Roboto", sans-serif;
  font-size: 1.2em;
  text-transform: uppercase;
}
.sidenav li a.active, .sidenav li a:hover {
  color: #279750;
}

.sidenav li hr {
  border: none;
  height: 1px;
  background: rgba(57,179,186,0.2);
}

.mob-social {
  text-align: center;
}
.mob-social a{
  display: inline-block !important;
  width: 60px;
}
.mob-social a i{
  color: #279750 !important;
  font-size: 2em;
}
.menu-bar, .header-logo, .header-traducao {
  margin-bottom: 0px;
}

.header-traducao .lang {display: none; background: transparent url(../images/uk-flag.svg) left center no-repeat; background-size: auto 100%; margin-left:5px;  }
.header-traducao .lang.active {display: block;}
.header-traducao .lang.lang-en {
}
.header-traducao .lang.lang-pb {
  background: transparent url(../images/br-flag.svg) center no-repeat;
}
.header-traducao .lang.lang-en,
.header-traducao .lang.lang-pb {
  background-position: left 2px;
}
.header-traducao .lang form {
  height: auto;
  margin-bottom: 0;
}
.header-traducao .lang span {
  color: #848688;
  text-decoration: none;
  text-transform: uppercase;
}
.header-traducao .lang a {
  line-height: normal;
  padding-left: 28px;
  font-weight: 500;
  margin-top: -2px;
}
.busca .btsearch {
  position: absolute;
}
.busca form {
  margin-bottom: 0;
  margin-top: 8px;
}
.busca form input[type=text] {
  margin-bottom: 0;
}
.busca input[type=text] {
  background: transparent;
  border: 0;
  border-radius: 50px;
  background-image: -webkit-linear-gradient(right, #A9ABAE 0%, #919396 62%, #808285 100%);
  background-image: linear-gradient(-90deg, #A9ABAE 0%, #919396 62%, #808285 100%);
  color: #fff;
  font-size: 14px;
  height: 28px;
  padding-left: 14px;
  width: 90%;
}
.busca input[type=text]::placeholder {color: #FFF; font-weight: 400;}
.busca button {
  position: absolute;
  right: -2px;
  top: 7px;
  padding: 4px 12px;
  width: 30px;
  height: 30px;
  border: 0;
  text-indent: -100px;
  text-align: left;
  overflow: hidden;
  background: transparent url(../images/search-icon.svg);
  background-size: 30px;
}

.img-responsive{width: 100%;}
.borda-assimetrica {
  border-radius: 40px;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}

/* HOME */

.banner-bt {
  position: absolute;
  z-index: 100;
  bottom: 45%;
}
.banner-bt.banner-bt-left, .banner-bt.banner-bt-left-dep {
  left: 60px;
}
.banner-bt.banner-bt-right,.banner-bt.banner-bt-right-dep {
  right: 60px;
}
.banner-bt i {
  color: #fff;
  font-size: 6rem;
}
.banner-bt.banner-bt-left-dep i, .banner-bt.banner-bt-right-dep i{
  color: #818285;
}

.banner-bt:hover i {
  color: #279750;
  transition: color 300ms ease-in-out;
}

.item-chamada {
  overflow: hidden;
}

.item-chamada  img  {
  scale: 1;
  transition: all 350ms ease-in-out;
}

.item-chamada a:hover img  {
  transform: scale(1.2);
}

.banner-home .slide{position: relative; width: 100%;}

.destaques {
  position: relative;
  margin-top: -120px;
}
.destaques .conteudo {
  box-shadow: 0 10px 16px rgba(0,0,0,0.5);
  padding: 30px 20px;
  border-radius: 10px;
  padding-bottom: 60px;
}
.destaques .conteudo:nth-child(1) {
  background-image: linear-gradient(-134deg, #36B354 0%, #0B6E45 100%);
}
.destaques .conteudo:nth-child(2) {
  background-image: linear-gradient(45deg, #36B354 0%, #0B6E45 100%);
}
.destaques .conteudo:nth-child(3) {
  background-image: linear-gradient(-224deg, #36B354 0%, #0B6E45 100%);
}
.destaques .conteudo img {
  height: 70px;
}
.destaques .conteudo h2 {
  font-weight: bold;
  line-height: .95em;
  font-size: 26px;
  color: #FFF;
}
.destaques .conteudo p {
  font-size: 14px;
  color: #FFF;
  line-height: 0.95em;
}
.destaques .conteudo p {
  font-size: 14px;
  color: #FFF;
  line-height: 0.95em;
}
.destaques .conteudo a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  font-weight: bold;
  padding: 4px 16px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.destaques .conteudo a {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
  font-weight: bold;
  font-size: 13px;
  margin-top: 10px;
  float: right;
}

.coluna{ margin-top: 60px;}
.coluna .noticias h2{
  font-weight: bold;
  line-height: .95em;
  font-size: 26px;
  color: #848688;
  margin-bottom: 20px;
  margin-top: 0px;
  text-transform: uppercase;
}
.coluna .noticias a{
  color: #848688;
  text-decoration: none;
}
.coluna .noticias .noticia p{
  font-size: 12px;
  color: #606062;
}
.coluna .noticias .noticia p time{
  color: #848688;
}

.coluna .noticias .noticia h3{
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
  line-height: 1.1;
  color: #279750;
}
.coluna .noticias .conteudo a{
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  font-weight: bold;
  padding: 4px 16px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border-color: #666769;
  font-size: 12px;
  color: #606062;
  font-weight: bold;
}

.cambio table thead {
  font-size: 12px;
  color: #606062;
}
.cambio table thead tr th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

#breadcrumb {
  margin-top: 50px;
}

#breadcrumb p, #breadcrumb p a {
  font-size: 13px;
  color: #848688;
}
#breadcrumb p span {
  color: #606062;
}

/*  Quem Somos */
#quemsomos h1, #nossa-historia h1, #onde-estamos h1, #politica h1, 
#parceiros h1, #carreira h1, #contato h1, #noticias h1 {
  font-size: 2.6em;
  letter-spacing: -.8px;
  font-weight: 600;
  margin-bottom: 50px;
  line-height: 1.1;
  color: #279750;
}


/* Nossa História */

#nossa-historia .linha-do-tempo {
  margin-top: 10px;
  min-height: 240px;
  border-top: 2px solid #279750;
  position: relative;
  padding: 20px 0px 120px 180px;
  border-radius: 2px;
}
#nossa-historia .linha-do-tempo.first {margin-top:130px}

#nossa-historia .linha-do-tempo .icone {
  text-align: center;
  border-radius: 50%;
  display: block;
  background: #279750;
  padding: 20px;
  height: 140px;
  width: 140px;
  position: absolute;
  top: -70px;
  left: 0;
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  line-height: 2em;
}
#nossa-historia .linha-do-tempo .icone p {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 44px;
  font-weight: bold;
  line-height: 100px;
  margin: 0;
  padding: 0;
}
#nossa-historia .linha-do-tempo .titulo {
  border-radius: 50%;
  display: block;
  position: absolute;
  top: -50px;
  color: #279750;
  font-size: 40px;
  font-weight: bold;
  line-height: 1em;
}
#nossa-historia .linha-do-tempo p a {
  color: #848688;
  text-decoration: none;
}
#nossa-historia .linha-do-tempo p a:hover {
	color: #279750;
	text-decoration: underline;
}
#nossa-historia .download {
  color: #fff;
  text-decoration: none;
  background:#279750;
  display: inline-block;
  padding:5px 10px;
}
#nossa-historia .download:hover {
	background:#227741;
}

.documentos .item {
  border-top:2px solid #279750;
  padding:10px 0;
  margin:0 !important;
}
.documentos .item:last-child {
  border-bottom:2px solid #279750;
}

/* Onde Estamos */
#onde-estamos .tabs {
  font-size: 15px;
  height: 60px;
}
#onde-estamos .tabs li {
  text-transform: uppercase;
  letter-spacing: 0px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid #96989A;
}
#onde-estamos .tabs .tab {
  line-height: normal;
  height: 60px;
}
#onde-estamos .tabs li a {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 5px;
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
  color: #848688;
  text-decoration: none;
}
#onde-estamos .tabs li a:hover, #onde-estamos .tabs li a:focus {
  border-color: #eee #eee #96989A;
  color: #279750;
  text-decoration: none;
  background-color: #eee;
}
#onde-estamos .tabs li.active {
  border-bottom-color: #fff;
  border-bottom: 0px;
}
#onde-estamos .tabs li.active a {
  color: #555;
  background-color: #fff;
  border: 1px solid #96989A;
  border-bottom-color: #fff;
  cursor: default;
}
#onde-estamos .tabs li span {
  font-weight: bold;
  letter-spacing: -0.25px;
  opacity: .75;
  display: block;
  font-size: 12px;
}

#onde-estamos .unidade-endereco {
  margin-bottom: 0;
  line-height: 1.2em;
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  color: #606062;
}

#onde-estamos .slick-track,
#onde-estamos .slick-slide { width:100% !important; }

/* Parceiros */
#parceiros .item .conteudo {
  border: 1px solid #848688;
  padding: 20px;
  margin-bottom: 20px;
}
#parceiros .item .conteudo .logo {
  margin: 10px 0 20px;
  height: 100px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

/* Carreira */
#carreira .tabs {
  font-size: 15px;
  height: 40px;
}
#carreira .tabs li {
  text-transform: uppercase;
  letter-spacing: 0px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid #96989A;
}
#carreira .tabs .tab {
  line-height: normal;
  height: 40px;
}
#carreira .tabs li a {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 5px;
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
  color: #848688;
  text-decoration: none;
}
#carreira .tabs li a:hover, #carreira .tabs li a:focus {
  border-color: #eee #eee #96989A;
  color: #279750;
  text-decoration: none;
  background-color: #eee;
}
#carreira .tabs li.active {
  border-bottom-color: #fff;
  border-bottom: 0px;
}
#carreira .tabs li.active a {
  color: #555;
  background-color: #fff;
  border: 1px solid #96989A;
  border-bottom-color: #fff;
  cursor: default;
}
#carreira .tabs li span {
  font-weight: bold;
  letter-spacing: -0.25px;
  opacity: .75;
  display: block;
  font-size: 12px;
}
#carreira form label, #contato form label {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
  color: #606062;
}
#carreira form input[type=text],
#carreira form input[type=email],
#carreira form select,
#carreira form textarea,
#contato form input[type=text],
#contato form input[type=email],
#contato form select,
#contato form textarea {
	border: 1px solid #606062;
	padding-left:10px;
}
#contato form textarea {
	width:calc(100% + 10px);
}
#contato .file-field input.file-path {
	width:90%;
	padding-left:10px;
}

#carreira form textarea, #contato form textarea {
  min-height: 150px;
}
#carreira form input[type=submit], #contato form input[type=submit] {
  color: #848688;
  background-color: transparent;
  border: 1px solid #848688;
  font-size: 14px;
  border-radius: 0;
  text-transform: capitalize;
}

/* Contato */
#contato h2.titulo {
  margin-top: 60px;
  margin-bottom: 30px;
  font-size: 36px;
  letter-spacing: -1px;
  border-bottom: 1px solid #848688;
  font-weight: bold;
  color: #848688;
}

#contato .enderecos h3{
  margin-bottom: 0;
  color: #606062;
  font-weight: 600;
  font-size: 18px;
  font-style: italic;
  line-height: 1.1em;
}
#contato .enderecos h3 a {
  color: #848688;
  text-decoration: none;
}
#contato .enderecos h3 a:hover{
  color: #279750;
  text-decoration: underline;
}
#contato .enderecos .texto p{
  font-size: 13px;
  color: #848688;
  display: block;
  min-height: 80px;
}
#contato .enderecos .mapa{
  margin-top: 30px;
}

/* Notícias */
#noticias .bloco-noticia a {
  color: #373435;
}
#noticias .bloco-noticia a:hover {
  color: #279750;
  text-decoration: underline;
}
#noticias .bloco-noticia p.data {
  font-size: 14px;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 14px;
  color: #848688;
}
#noticias .bloco-noticia h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
  margin-top: 0;
}
#noticias .bloco-noticia p.fonte{
  color: #848688;
  font-size: 13px;
}
#noticias .bloco-noticia a.bt-saiba-mais{
  color: #848688;
  background-color: transparent;
  border: 1px solid #848688;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0;
  padding: 5px 10px;
  text-decoration: none;
}
#noticias .anos a {
	color:#279750;
	font-weight: bold;
	font-size:16px;
}

/* Notícias */
#noticias h1.titulo-interna {
	margin-bottom: 0px;
}
#noticias .bloco-noticia a {
	color: #373435;
}

#noticias a.bt-noticia {
	color: #606062;
	font-size: 16px;
}
#noticias a.bt-noticia i {
	vertical-align: middle;
}
#noticias .bloco-noticia a:hover, #noticias a.bt-noticia:hover {
	color: #279750;
	text-decoration: underline;
}
#noticias .bloco-noticia p.data {
	font-size: 14px;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 14px;
	color: #848688;
}
#noticias .bloco-noticia h5 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2em;
	margin-top: 0;
}
#noticias .bloco-noticia p.fonte{
	color: #848688;
	font-size: 13px;
}
#noticias .bloco-noticia a.bt-saiba-mais{
	color: #848688;
	background-color: transparent;
	border: 1px solid #848688;
	font-size: 14px;
	font-weight: 500;
	border-radius: 0;
	padding: 5px 10px;
	text-decoration: none;
}


/* Footer */
@keyframes lds-blocks {
  0% {
    background: #3a9746;
  }
  12.5% {
    background: #3a9746;
  }
  12.625% {
    background: #f7f7f7;
  }
  100% {
    background: #f7f7f7;
  }
}
@-webkit-keyframes lds-blocks {
  0% {
    background: #3a9746;
  }
  12.5% {
    background: #3a9746;
  }
  12.625% {
    background: #f7f7f7;
  }
  100% {
    background: #f7f7f7;
  }
}
.lds-blocks {
  position: relative;
}
.lds-blocks div {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #f7f7f7;
  -webkit-animation: lds-blocks 1s linear infinite;
  animation: lds-blocks 1s linear infinite;
}
.lds-blocks {
  width: 200px !important;
  height: 200px !important;
  -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}

.box-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.8)
}




.page-footer {
  position: relative;
  background-color: #FFF;
  padding-top:20px;
}
.page-footer .row {
  margin-bottom: 0;
}
.page-footer img {
  height: 90px;
}

.page-footer a {
	color:#fff !important;
}
.page-footer a:hover {
	text-decoration:underline;
}

.page-footer .box-footer {
  padding: 40px 40px 10px;
  border-radius: 40px;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #727376;
}
.page-footer .sub-mapa-site {
  /* min-height: 100px; */
  width: 250px !important;
}
.page-footer .mapa-site a {
  position: absolute;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2em;
}
.page-footer .mapa-site a i {
  color: #fff;
  font-size: 1.2em;
  margin-right: 5px;
  transition: all 400ms ease-in-out;
}
.page-footer .mapa-site a:hover{
  color: #f1f1f1;
}
.page-footer .mapa-site a:hover i{
  color: #f1f1f1;
}

.page-footer .sub-mapa-site li a {
  color: #485861 !important;
  font-size: 1em;
  padding: 14px 16px !important;
}

.page-footer ul li a:hover {
  color: #279750;
}

.page-footer .footer-direitos {
  position: relative;
  margin-top: 30px;
}

.page-footer .footer-direitos span {
  text-align: center;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  
}

.page-footer .footer-direitos img {
  position: absolute;
  top:-10px;
  margin-left: 10px;
}


.fadeIn {
  -webkit-animation: fadeIn 1s ease-in-out;
  -moz-animation: fadeIn 1s ease-in-out;
  -o-animation: fadeIn 1s ease-in-out;
  animation: fadeIn 1s ease-in-out;
}

#gtx-trans{display: none !important;}

ul.language-mobile li {
  /* width: 40px;  */
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: 90%;
  margin-bottom: 1rem;
}
ul.language-mobile li a {
  line-height: 30px;
  height: 30px;
}
ul.language-mobile li a span {
  vertical-align: middle;
}

@media only screen and (max-width: 1775px){
  .container {
    width: 50%;
  }
}
@media only screen and (max-width: 1422px){
  .container {
    width: 60%;
  }
}
@media only screen and (max-width: 1186px){
  .container {
    width: 65%;
  }
}
@media only screen and (max-width: 1108px){
  .container {
    width: 75%;
  }
}
@media only screen and (max-width: 992px){

  .content-site{
    padding-top: 0px;
    padding-bottom: 0;
  }

  .container {
    width: 90%;
  }

  
  
  /* .banner-bt {display: none;} */

  .nav-menu {
    position: fixed;
    z-index: 100;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid #eeeeee;
  }
  
  nav.nav-menu {
    position: fixed;
    background: rgba(255,255,255,0);
    border-bottom: 0;
  }
  .nav-menu .brand-logo img {
    
    max-height: 90px;
    margin-top: 0rem;
    margin-left: 8rem;
  }

  .nav-menu .brand-logo { 
    left: 85px;
  }
  
  .container-newsletter{
    text-align: center;
  }

  .carousel-item img {
    height: 660px !important;
  }

  .site-breadcrumb {
    margin-top: 0px;
  }

  .page-footer .mapa-site {
    min-height: 50px;
    text-align: center;
  }
  
  .page-footer .footer-direitos {
    margin-bottom: 2rem;
  }

  .page-footer .footer-direitos span {
    position: relative;
    margin-top: 0;
    left: auto;
  }
  
    
  .input-text-padrao {
    width: 94% !important;
  }

  #onde-estamos .unidade-endereco {
    margin-top: 6rem;
  }

}

@media only screen and (max-width: 768px){ 
  .menu-bar {
    margin-bottom: 0px;
  }
  .content-site{
    padding-bottom: 0;
  }
  
  nav.nav-menu {height: 70px;}
  .nav-menu .brand-logo img {
    height: 65px;
    margin-left: 1rem;
    margin-top: -1rem;
  }
  
  .page-footer .box-footer{
    border-radius: 0;
    padding-bottom: 80px;
  }
  
  #nossa-historia .linha-do-tempo .titulo {
    font-size: 28px;
  }

  #nossa-historia .linha-do-tempo .icone p {
    font-size: 34px;
    margin-top: -10px;
  }

  #nossa-historia .linha-do-tempo .icone {
    height: 125px;
    width: 125px;
    position: absolute;
    font-size: 50px;
  }
  .page-footer .mapa-site a {
    position: relative;
  }

}

@media (max-width: 640px){
  
  #bannerHome a.banner-bt {display: none;}
  
  .carousel-item img {
    height: 390px !important;
  }
  .carousel.carousel-slider, .carousel.carousel-slider .carousel-item {
    height: 390px !important;
  }

  .destaques .servico, .destaques .carreira {
    margin-top: 2rem;
  }

  #nossa-historia .linha-do-tempo {
    padding: 60px 0px 100px 10px;
  }
  #nossa-historia .linha-do-tempo .titulo {
    font-size: 22px;
    text-align: left;
    width: 70%;
    margin-left: 82px;
  }

  #nossa-historia .linha-do-tempo .icone {
    height: 100px;
    width: 100px;
    margin-left: -20px;
  }

  #nossa-historia .linha-do-tempo .icone p {
    font-size: 28px;
    line-height: 58px;
    margin-top: 0px;
  }

  #onde-estamos .tabs li a {font-size: 11px;}
  
}