header.header.fixed {
  background: #fff !important;
}

header.header {
  background: rgba(34, 34, 34, 0.5) !important;
}

header.header-new {
  position: absolute;
  z-index: 99;
  width: 100%;
}

header.header.header-new .inner-header ul li a {
  font-family: "Poppins", sans-serif;
  color: #fff;
}

header.header.static .inner-header ul li a {
  /* color: #006093 !important; */
}

header.header.fixed .inner-header ul li a {
  /* color: #006093 !important; */
}

header.header #logo img {
  filter: invert(50%) brightness(3);
}

header.header .inner-header ul#menu-principal li div.sub-menu {
  position: absolute;
  /* display: none; */
  top: 100%;
  background: #006093;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#006093),
    to(rgba(24, 146, 191, 0.8))
  );
  background: linear-gradient(
    to right,
    #006093 0%,
    rgba(24, 146, 191, 0.8) 100%
  );
  padding: 50px 0;
  width: 100%;
  left: 0;
  z-index: 10;
  height: 665px !important;
}

header.header div.restrito ul li a:hover {
  color: #004062 !important;
}

header.header.fixed p#logo {
  filter: unset !important;
}

header.header #logo img {
  filter: unset !important;
}

header.header .inner-header ul#menu-principal > li > a {
  font-weight: 400 !important;
  position: relative;
}

/*header.header.fixed .inner-header ul#menu-principal > li > a {
    background-color: #000;
    filter: invert(100%);
}*/

/*header.header.fixed .inner-header ul#menu-principal > li > a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-bottom: 2px solid #ffbf9d;
    top: 0px;
    left: 0px;
    transform: translateY(300%);
}*/

header.header .inner-header ul#menu-principal li {
  overflow: hidden;
  transition: 0.5s;
}

header.header .inner-header ul#menu-principal li:hover a:after {
  transform: translateY(0%) !important;
}

.matriz p {
  padding: 0 7px;
}

.wrap.wrap-900 p {
  /* margin: 22px; */
  margin-top: 30px;
}

.alinha-atalhos .atalhos-c li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  background: rgba(34, 34, 34, 0.5) !important;
}

a.link-default {
  font-weight: 500 !important;
}

/*header.header .localizacao .encontre {
    width: 400px;
    max-width: 100%;
    /*text-align: right;

}

*/
.encontre {
  margin: 0 -24px;
}

section.slider .swiper-container .swiper-slide .text-c a {
  background: #004062;
  display: table;
  padding: 6px 30px;
  border-radius: 20px;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.8em;
  margin: 35px 0;
}

header.header .localizacao .encontre {
  width: 400px;
  max-width: 100%;
  margin: 0 -118px;
}

span.p-title {
  display: flex;
}

.local span {
  display: flex;
}

#show-unidades .local span {
  display: inline;
}

header.header .inner-header ul#menu-principal > li {
  /* padding: 0 18px !important; */
}

header.header .inner-header ul#menu-principal li.have-items {
  padding: 0 18px !important;
}

#trabalhe-conosco > div:nth-child(15) > label > span > textarea {
  width: 100%;
}

header.header .inner-header ul#menu-principal > li > a {
  /* color: #0066a3; */
  font-size: 0.8em;
  text-transform: uppercase;
  font-size: 17px;
}

header.header .localizacao {
  background: #0068a0;
  padding: 15px 0;
}

section.slider .swiper-container .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: transparent;
  border: 1px solid #fff;
  margin: 15px 10px;
}

section.slider .swiper-container .swiper-slide .text-c h3 {
  color: #fff;
  /*font-size: 2em;*/
  margin: 0;
  font-size: 50px;
}

.swiper-pagination-bullet {
  width: 9px !important;
  height: 9px !important;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

section.slider .swiper-container .swiper-slide .text-c a {
  font-size: 15px !important;
  font-weight: 300 !important;
}

#pesquisa input[type="search"] {
  background: url(../img/busca.png) no-repeat 9px center;
  border: none;
  padding: 9px 10px 9px 32px;
  width: 55px;
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  border-radius: 10em;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  filter: brightness(0) invert(100%) !important;
}

#pesquisa input[type="search"]:hover {
  background-color: rgba(34, 34, 34, 0.5) !important;
}

#pesquisa input[type="search"] {
  width: 15px;
  padding: 5px 15px !important;
  color: transparent;
  cursor: pointer;
}

section.slider .swiper-container .swiper-slide .text-c p {
  /*font-size: .8em;*/
  color: #fff;
  font-size: 17px;
}

header.header.fixed div.restrito ul li a,
header.header.header-new div.restrito ul li a,
header.header.static div.restrito ul li a {
  width: 175px;
  background: #004062;
  border-radius: 25px;
  padding: 10px;
  color: #fff !important;
  /*font-size: .6em;*/
  display: block;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #fff;
  font-size: 14px;
}

section.blog-home {
  padding: 80px 0;
  overflow: hidden;
}

/*.box-noticia .text-noticia h3 {
    color: #00679f !important;
}*/

/*section.entry-content.cf.text-noticia a {
    color: #00679f !important;
}*/

.teste a {
  color: #00679f;
  float: right;
  padding: 0 13vw;
  font-weight: 600;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}

.acessibilidade.fx.end-center {
  width: 1300px;
  margin: auto;
}

div#show-hide-top {
  background: #eee;
}

.localizacao strong {
  padding: 0 7px;
}
.desc p {
  font-weight: 300 !important;
}

.text-sec {
  padding: 0 0 25px;
}

.central .text-central .link-default {
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 300 !important;
  margin-bottom: 2em !important;
  font-size: 15px !important;
}

section.acesso-rapido:before {
  content: "";
  background-image: var(--imagem-fundo);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 450px;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

section.central {
  margin: 80px 0px;
}

.col p {
  padding: 13px 0;
}

footer.footer #inner-footer .info-footer .info-footer-c p {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 0.8em;
  font-weight: 200;
  padding: 0 !important;
  margin: 0;
}

section.noticias {
  padding: 0 !important;
}

section.noticias {
  margin: 0 0 65px;
}

section.noticias .text-sec h2 {
  font-size: 2.5em;
  color: #00679f;
  margin: -12px !important;
}

.teste a {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.teste {
  padding: 40px;
}

.text-c h3 {
  line-height: 1;
}

.text-sec h2 {
  line-height: 1;
}

.text-sec p {
  font-size: 30px !important;
}

.text-central p {
  font-size: 27px !important;
  /*line-height: 0.1;*/
  line-height: 1;
}

/*header.header div.restrito ul li a:hover, #menu-item-319 a:hover {
    background: #93b049 !important;
    color: #fff !important;
    border: none !important;
}*/

/*div.menu-acessibilidade a.link-libras {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 10px;
    position: relative;
    overflow: hidden;
}

div.menu-acessibilidade a.link-libras span.link-vlibras.hidden {
    position: absolute;
    right: 100%;
    top: 110%;
    background: #fff;
    border: 1px solid #111;
    border-radius: 4px;
    padding: 10px;
    font-size: 12px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

div.menu-acessibilidade a.link-libras img.ico {
    display: block;
    width: 100%;
    height: auto;
}*/

div.acessibilidade a.link-libras {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 10px;
  position: relative;
  overflow: hidden;
}

div.acessibilidade a.link-libras span.link-vlibras.hidden {
  position: absolute;
  right: 100%;
  top: 110%;
  background: #fff;
  border: 1px solid #111;
  border-radius: 4px;
  padding: 10px;
  font-size: 12px;
  z-index: 900;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

div.acessibilidade a.link-libras:hover {
  overflow: unset;
}

div.acessibilidade a.link-libras:hover span.link-vlibras.hidden {
  opacity: 1;
}

div.acessibilidade a.link-libras img.ico {
  display: block;
  width: 100%;
  height: auto;
}

div#show-hide-top img.ico {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px 0 0;
  position: relative;
  overflow: hidden;
}

.acessibilidade.fx.end-center .a.link-libras {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 10px;
  position: relative;
  overflow: hidden;
}

.text-central {
  padding: 0 0 85px;
}

section.acesso-rapido .text-sec {
  padding-top: 70px !important;
}

footer.footer #inner-footer .info-footer .info-footer-c .col ul li a {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 0.8em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 200;
}

.info-footer {
  width: 80%;
}

footer.footer #inner-footer .info-footer .newsletter h4 {
  font-weight: 500;
  color: #fff;
  font-size: 23px;
}

.sub-menu a {
  font-size: 16px !important;
  font-weight: 200;
  line-height: 1;
}

li#menu-item-20 a {
  font-size: 21px !important;
  font-weight: 600;
}

li#menu-item-394 a {
  font-size: 21px !important;
  font-weight: 600;
}

li#menu-item-19 a {
  font-size: 21px !important;
  font-weight: 600;
}

.coluna-menu.desc a {
  font-size: 40px !important;
  line-height: 2;
}

ul.sub-menu {
  padding: 0 0 40px;
  /*line-height: 4 !important;*/
}

header.header
  .localizacao
  .encontre
  .drop-down
  .filiais-locais
  .filial
  span.titulo {
  font-family: "Gilroy", sans-serif;
  font-weight: bold;
  font-size: 17px;
}

section.entry-content.lay-sec.numero.cf.wrap.wrap-900 h2 {
  text-align: center;
}

img#configuracao {
  display: none;
}

header.header .localizacao .encontre .drop-down .filiais-locais {
  position: absolute;
  z-index: 999;
  background: #006093;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 0.7em;
  width: 100%;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: -30px;
  margin-top: 15px;
}

header.header
  .localizacao
  .encontre
  .drop-down
  .filiais-locais
  .footer-f
  a.todas-f {
  border-radius: 25px;
  border: 1px solid #fff;
  padding: 9px 20px;
  display: table;
  margin: 10px auto 0;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
}

header.header .localizacao .encontre .drop-down .filiais-locais .footer-f span {
  width: 100%;
  text-align: center;
  display: block;
  font-size: 16px;
  text-transform: uppercase;
}

a#filial {
  background: #fff;
  color: #006093 !important;
  font-weight: 500;
}

/*.filiais-locais:hover {
    padding: 0 0 25px;
}*/

header.header
  .localizacao
  .encontre
  .drop-down
  .filiais-locais
  .footer-f
  a.todas-f {
}

.center-filial {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

header.header .inner-header ul#menu-principal li div.sub-menu .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  align-items: baseline;
}

header.header
  .inner-header
  ul#menu-principal
  li
  div.sub-menu
  .wrap
  .coluna-menu
  ul
  li
  a {
  margin: 0;
  /*  line-height: 2;*/
  display: flex;
  flex-wrap: wrap;
  /*justify-content: end;*/
  align-items: center !important;
}

li#menu-item-19 a,
li#menu-item-20 a {
  line-height: 2 !important;
}

/*li#menu-item-20 a {
    line-height: 2 !important;
}*/

header.header
  .inner-header
  ul#menu-principal
  li
  div.sub-menu
  .wrap
  .coluna-menu:first-child
  .title-m {
  font-size: 1.6em;
  font-size: 40px;
}

header.header .inner-header ul#menu-principal li div.sub-menu span,
header.header .inner-header ul#menu-principal li div.sub-menu p {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 0.7em;
  /*padding: 20px 0 15px;*/
}

header.header
  .inner-header
  ul#menu-principal
  li
  div.sub-menu
  .wrap
  .coluna-menu {
  width: 300px;
  max-width: 100%;
  padding-right: 30px;
  margin: 0 3px;
}

span.title-m {
  line-height: 3;
}

.text-c {
  margin-top: 100px;
}

a.link-default {
  background: #004062;
  display: table;
  padding: 5px 30px;
  border-radius: 20px;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.8em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Poppins", sans-serif !important;
}
.single-produtos a.link-default {
  margin: 10px;
}
label#sinistro-teste {
  height: 100px;
  border-radius: 14px !important;
  padding: 15px 15px 50px;
}

input#descricao-sinistro {
  height: 100px;
  border-radius: 14px !important;
}

a.link-default {
  font-weight: 400 !important;
}

section.acesso-rapido
  .swiper-container.acesso
  .swiper-slide
  .acesso-c
  .ico-img {
  width: 80px;
  height: 70px;
  display: block;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  align-items: center;
}

a#filial:hover {
  background-color: #93b049 !important;
  color: #fff !important;
  border-color: #93b049;
}

#content.fale-conosco
  article
  section.lay-sec.unidades
  .e-unidades
  #show-unidades
  .alinha-mapa
  > div {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 500px;
  max-width: 100%;
  /*padding: 30px;*/
  padding: 15px 0px;
}

#content.trabalhe-conosco article section.lay-sec.vagas-s .loop-vagas .vaga {
  cursor: pointer;
}

div#lightbox-body-mensal h3 {
  font-size: 27px;
  color: #000;
  padding-top: 50px;
}

div#lightbox-body-semanal h3 {
  font-size: 27px;
  color: #000;
  padding-top: 50px;
}

.fx.boxes-sorteio h2 {
  font-size: 35px;
}

/*.local p {
    color: #0068a0;
}*/

time {
  color: #0068a0;
  font-size: 15px;
}

.alinha-noti {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
}

.local {
  padding: 0 5px;
}

/*.title-noticia h3 {
    margin: 0 !important;
}*/

/*.resumo-noticia p {
    margin: 0 !important;
}*/

/*.title-noticia h3 {
    color: #000 !important;
    font-size: 17px !important;
}*/

/*.box-noticia .text-noticia h3 {
    font-size: 17px !important;
    color: #000;
}*/

section.entry-content.cf.blog-home h3 {
  color: #00669f !important;
  font-size: 22px !important;
}

section.entry-content.cf.text-noticia h3 {
  color: #000;
  font-size: 18px;
  font-weight: 900;
  /* margin: 0 !important;*/
}

section.noticias h3 {
  margin: 0;
}

/*section.noticias p {
    margin: 0  0 18px !important;
}*/

section#lay-5 label {
  font-family: "Poppins", sans-serif !important;
}

header.header.fixed #show-hide-top {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: unset;
}
form#fale-conosco-form input,
form#fale-conosco-form textarea {
  background: #fff;
  width: 100%;
}

/*ERROS Formularios*/

label.error {
  font-size: 0.8em;
  font-weight: normal;
  background-color: #ffb229;
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-align: center;
  padding: 10px;
  position: relative;
  width: 100%;
  display: inline-block;
  margin-bottom: 8px;
}
label.error:before {
  content: "";
  position: absolute;
  width: 10px;
  background: #ffb229;
  height: 10px;
  -webkit-transform: rotate(55deg) skewX(20deg);
  transform: rotate(55deg) skewX(20deg);
  top: -5px;
  left: 22px;
}
.label-file-trabalhe {
  margin: 0.6em auto;
  width: 500px !important;
  border: 0;
  background: #eee;
  padding: 10px 10px 10px 26px;
  text-align: left;
  border-radius: 124px;
  max-width: 100% !important;
  font-size: 0.8em;
  color: #9d9d9d;
  display: block;
  cursor: pointer;
  transition: 0.2s;
}
.btn-anexo {
  position: relative;
}
