.divao,
#content {
  padding: 0 5%;
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}

/*Pop-up cookies*/

.checkHabilit a {
  text-decoration: underline;
  color: #007dc5;
}

.overflow-privacidade {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgb(0 1 0 / 0.6);
  z-index: 99999;
}

input[type="submit"]:disabled {
  opacity: 0.2 !important;
}

.content-privacidade {
  position: absolute;
  bottom: 1rem;
  z-index: 99;
  width: 100%;
  background: #fff;
  padding: 2rem;
  box-sizing: border-box;
}
.content-privacidade .text a {
  color: #6b8481;
  font-weight: bold;
  text-decoration: underline;
}

.content-privacidade .btn {
  border-radius: 15px;
  width: 160px !important;
  line-height: 2.9;
  background: #6b8481;
  color: #fff;
  cursor: pointer;
  font-family: "PT Sans", arial, sans-serif;
  font-weight: 700;
  padding: 0 10px;
  width: inherit;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .content-privacidade {
    padding: 30px;
    margin-bottom: 45px;
  }
  .content-privacidade .btn {
    min-width: 100px;
    float: left !important;
    line-height: 40px;
    margin-bottom: 20px;
  }
}

body {
  font-family: "Circular Std", arial, sans-serif;
  font-size: 10px;
  font-weight: 300;
  background: #f3f3f3;
}
p {
  font-size: 1.6em;
  line-height: 1.7;
  color: #505257;
}
b {
  font-weight: bold;
  color: #001736;
}
h1 {
  font-weight: 500;
  font-size: 2.7em;
  line-height: 1.7;
}
h2 {
  font-weight: 900;
  font-size: 2.5em;
  color: #001736;
}
/* .title:before{
    content: '';
    width: 45px;
    height: 10px;
    display: block;
    margin-bottom: 0.5em;
    background: #FCE400;
} */
.white_bg {
  background: #fff;
}
.lightgray {
  background: #f9f9f9;
}
img {
  max-width: 100%;
}
.no-pad {
  padding: 0;
}
.no-pad2 {
  padding: 0 !important;
}
.subl,
a.subl {
  text-decoration: underline;
}
.message {
  position: relative;
  z-index: 9;
  width: 100%;
}
.btn {
  font-weight: bold;
  font-size: 1.6em;
  color: #001736;
  padding: 5px 0%;
}
.btn:hover {
  color: #868e94;
}
.btn2 {
  font-family: "Circular Std Book";
  background: #001736;
  color: #fff;
  font-size: 1.9em;
  border-radius: 3px;
  padding: 1em 2.5em;
  transition: 0.7s all ease;
  margin-top: 4em;
  display: inline-block;
  cursor: pointer;
}
.btn2:hover {
  background: #000;
}
.back {
  padding: 0.5em 1em;
  font-size: 1.3em;
  display: flex;
  align-items: center;
  max-width: 60px;
}
.back img {
  max-width: 12px;
  margin-right: 5px;
}
.submit {
  font-family: "Circular Std Book";
  color: #fff;
  background: #001736;
  font-size: 1.6em;
  text-indent: 0;
  cursor: pointer;
  transition: 0.7s all ease;
  margin-top: 2em;
}
.submit:hover {
  background: #000;
}
/*TOPO*/
header {
  width: 100%;
  display: inline-block;
}
.logo {
  margin: 2em 0 0.8em;
}
.logo img {
  max-width: 30%;
}
.menu ul {
  display: flex;
  flex-flow: row wrap;
  position: relative;
}
.menu li {
  flex: auto;
  position: relative;
  text-align: right;
}
.menu li a {
  font-size: 1.5em;
  color: #505257;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.7s all ease;
}
.menu li ul {
  display: none;
  position: absolute;
  padding-top: 55px;
  left: 0;
  background: #fff;
  width: 180px;
}
.menu li:hover ul {
  display: block;
}
.menu li ul li a {
  background: #fff;
  padding: 1.5em;
  display: block;
}
.menu li ul li a:hover {
  background: #ee6931;
  padding-bottom: 1.5em;
}
.menu li ul li:hover a {
  color: #fff;
  border-bottom: none;
}
.menu li a:hover {
  color: #001736;
  padding-bottom: 0.5em;
  border-bottom: 3px solid #001736;
}
.menu-wrap {
  position: relative;
}
#wrapperBanner {
  margin-bottom: 0.6em;
  position: relative;
  z-index: 2;
}
.owl-carousel_banner img {
  border-radius: 3px;
}
.menu-banner {
  display: flex;
  flex-direction: column;
}
.menu-banner-mobile {
  display: flex;
}
.menu-banner .btn-banner {
  background: #001736;
  border-radius: 3px;
  padding: 1.5em;
  color: #fff;
  width: 100%;
  height: 95px;
  box-sizing: border-box;
  margin-bottom: 0.7em;
  transition: 0.7s all ease;
}
.menu-banner .btn-banner:hover {
  filter: opacity(0.8);
}
.menu-banner .btn-banner:nth-of-type(5) {
  margin-bottom: 0;
}
.btn-fixo.actv,
.menu-banner .actv {
  background: #fce400;
  color: #001736;
}
.menu-banner .actv2 {
  border: 2px solid #71859f;
  color: #fff;
}
.menu-banner .actv2 h3 {
  text-transform: inherit !important;
  font-weight: 500 !important;
  color: #fff !important;
}
.menu-banner .actv2:hover {
  background: rgba(255, 255, 255, 0.2);
}
.menu-banner .btn-banner img {
  float: left;
  margin: 2em 2em 2em 1em;
}
.menu-banner .btn-banner h3 {
  font-size: 1.8em;
  font-weight: 500;
}
.menu-banner .btn-banner:nth-of-type(2) h3,
.menu-banner .btn-banner:nth-of-type(3) h3 {
  margin-top: 1em;
}
.menu-banner .btn-banner:nth-of-type(4) h3 {
  margin-top: 1.3em;
}
.menu-banner .btn-banner p {
  font-weight: 500;
  font-size: 1.3em;
  line-height: 1.3;
  color: #001736;
}
.menu-banner-mobile .btn-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 0;
  padding: 0;
}
.menu-banner-mobile .btn-banner img {
  margin: 0 0 10px;
  max-height: 23px;
  max-width: 30px;
  float: none;
}
.menu-banner-mobile .btn-banner h3 {
  margin: 0 !important;
  font-size: 1.3em;
}
/*HOME*/
.owl-carousel_banner.mobile .text-banner {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  padding: 0 2%;
}
.owl-carousel_banner.mobile .text-banner h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.8em;
}
.owl-carousel_banner.mobile .text-banner h2 {
  color: #fff;
  font-size: 3.8em;
}
.owl-carousel_banner.mobile .text-banner p {
  color: #fff;
  font-size: 1.5em;
}
.wrap-about {
  padding: 5em 0;
  margin-top: -7px;
}
.content-about {
  padding-top: 2em;
  width: 100%;
  background-position: calc(50% - -480px) calc(0%);
  background-repeat: no-repeat;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.content-about .white_bg,
.content-products .white_bg {
  padding: 3.6em 0;
  display: inline-block;
}
.content-about h2 {
  margin-bottom: 1em;
}
.content-about h4 {
  color: #001736;
  font-size: 2.3em;
  font-weight: bold;
  margin-top: 1em;
}
.content-about p,
.content-products p {
  margin-bottom: 1em;
  text-align: justify;
  font-size: 1.4em;
}
.content-about img,
.content-corretores img,
.content-products img {
  width: 100%;
}
.content-about .btn:nth-of-type(1) {
  margin-top: 1.2em;
}
.content-about .btn {
  margin: 5px 0;
  font-size: 1.3em;
  background: #fce400;
  /* border: 2px solid #ccc; */
  color: #001736;
  padding: 1em 2em;
  border-radius: 3px;
  box-sizing: border-box;
}
.content-about .btn:hover {
  color: #fff;
  background: #001736;
}
.content-about .btn2 {
  margin: 40px 0;
  font-size: 1.7em;
  background: #001736;
  color: #fff;
  padding: 1em 2em;
  border-radius: 3px;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}
.content-about .btn2:hover {
  background: #000;
}
.card {
  /* border: 1px solid #e6e6e6; */
  padding: 0;
}
.card .card-info {
  padding: 1em 1.5em;
  background: #f3f3f3;
  border-radius: 3px;
  border-top: 7px solid #fce400;
}
.card h4,
.garantia-mecanica .card-info h4 {
  text-transform: uppercase;
  font-size: 1.4em;
}
.card p {
  font-size: 1.2em;
  color: #868e94;
  /* min-height: 80px; */
  margin-bottom: 0;
}
.card a {
  width: 100%;
  background: #01132b;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  padding: 1em;
  box-sizing: border-box;
  transition: 0.7s all ease;
}
.card a:hover {
  background: #505257;
}
.center {
  text-align: center;
}
.box-valores-wrap {
  /* width: 50%; */
  display: inline-grid;
}
.content-valores {
  padding: 5em 0;
  display: inline-block;
  width: 100%;
}
.content-valores .title {
  margin-bottom: 1em;
}
.content-valores .title:before,
.content-modalidades .title:before,
.produtos-itens .title:before,
.wrap-perguntas .title:before,
.produtos-tipos .title:before {
  margin: 0 auto 0.5em;
}
.content-garantias .title::before {
  margin: 0 0 0.5em;
}
.content-valores .box-valores .title:before {
  display: none;
}
.content-valores .box-valores {
  padding: 5em 0.8em;
  height: auto;
  min-height: 220px;
  /* min-height: 300px; */
}
.content-valores .box-valores img {
  margin-bottom: 3em;
  max-height: 100px;
}
.content-valores .box-valores h2 {
  font-size: 1.8em;
  margin-bottom: 1em;
}
.content-valores .box-valores p {
  font-size: 1.3em;
}
.content-corretores {
  padding: 5em 0;
  display: inline-block;
  /* background: #f9f9f9; */
  width: 100%;
  background-position: calc(50% - -490px) calc(0%);
  background-repeat: no-repeat;
  background-color: #fff;
  overflow: hidden;
}
.content-corretores .d-flex {
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: start;
  height: 400px;
}
.content-corretores .title {
  font-size: 2.8em;
  margin-bottom: 1em;
  /* margin-top: 2em; */
}
.content-corretores ul li {
  font-family: "Circular Std Book";
  color: #505257;
  font-size: 1.8em;
  line-height: 1.7;
}
.content-corretores ul li:before {
  content: "-";
  /* width: 9px;
    height: 9px;
    background: #FCE400; */
  border-radius: 25px;
  display: inline-block;
  margin-right: 0.5em;
}
.content-products {
  padding: 8em 0;
  display: inline-block;
  width: 100%;
  background-position: calc(50% - 480px) calc(0%);
  background-repeat: no-repeat;
  background-color: #fff;
}
.content-products h4 {
  font-family: "DIN Pro";
  font-weight: normal;
  font-weight: 300;
  font-size: 2.6em;
  color: #001736;
  margin-bottom: 1em;
}
.garantia-mecanica .card-info h4 {
  font-family: "Circular Std", arial, sans-serif;
  color: #001736;
  font-weight: bold;
  margin-top: 1em;
}
.garantia-mecanica .box-mod .info {
  min-height: 14em;
  text-align: center;
}
.garantia-mecanica .box-mod h2 {
  font-size: 1.9em;
}
.garantia-mecanica .prod-garantia {
  padding-top: 10em;
  background: #001736;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-content: center;
}
.garantia-mecanica .box-mod:hover img {
  transform: scale(1);
}
.garantia-mecanica .prod-garantia h3 {
  padding-bottom: 0.4em;
  /* padding-bottom: 2em; */
  text-align: center;
  color: #fff;
}
.garantia-mecanica .textProc {
  color: #001736;
  font-weight: bold;
  font-size: 1.2em;
}
.content-products p:last-of-type {
  margin-bottom: 0.4em;
}
.content-modalidades {
  padding-top: 5em;
  padding-bottom: 5em;
  display: inline-block;
  width: 100%;
}
.content-modalidades .title {
  margin-bottom: 1em;
}
.content-modalidades .text-center {
  width: 80%;
  margin: 0 auto 3em;
}
.content-modalidades .display-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.content-modalidades .display-flex .moreBox {
  display: none;
}
.wrap-perguntas {
  position: relative;
  z-index: 1;
}
.wrap-perguntas .title {
  text-align: center;
  margin-bottom: 2em;
}
.wrap-perguntas .btn2 {
  margin: 2em auto 0;
  display: table;
}
.content-perguntas .accordion {
  background: #fff;
  color: #001736;
  font-size: 1.6em;
  text-transform: inherit;
  margin-bottom: 10px;
}
.content-perguntas .accordion:hover {
  background: #fff;
}
.content-perguntas .accordion:after {
  background: url(../img/svg/circle2.svg) no-repeat center;
}
.content-perguntas .active:after {
  background: url(../img/svg/circle-blue.svg) no-repeat center;
}
.content-perguntas .panel {
  background: #fff;
  margin-bottom: 1em;
}
.content-perguntas .panel .accordion-text p,
.content-perguntas .panel .accordion-text ul li {
  font-size: 1.6em;
  line-height: 1.7;
  color: #505257;
}
.content-perguntas .panel .accordion-text ul li {
  list-style: disc inside;
}
.box-mod-wrap {
  width: 49%;
  display: inline-block;
}
.box-mod {
  background: #fff;
  height: 100%;
  position: relative;
}
.box-mod .image {
  overflow: hidden;
}
.box-mod img {
  width: 100%;
  transition: 0.7s all ease;
}
.box-mod:hover img {
  transform: scale(1.3);
}
.box-mod .info {
  padding: 2em 1em 4em;
}
.content-garantias .box-mod .info,
.content-garantias-box .box-mod .info {
  min-height: auto;
  /* min-height: 12em; */
}
.box-mod h2 {
  font-size: 1.4em;
  margin-bottom: 1em;
  font-weight: bold;
}
.box-mod .title:before {
  width: 30px;
  height: 7px;
}
.box-mod p {
  font-size: 1.3em;
}
.box-mod .btn {
  width: 100%;
  font-size: 1.3em;
  text-decoration: underline;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5em;
  margin: 0 auto;
}
.bg-blue {
  background: #001736;
  padding: 1.4em;
}
.content-products .bg-blue img {
  min-height: initial;
}
.garantia-mecanica .bg-blue h3 {
  color: #fff;
  text-align: center;
  padding: 1.5em 0 0.5em;
}
.garantia-mecanica .col-4 {
  margin-bottom: 4em;
}
.garantia-mecanica img {
  max-width: 100%;
}
.garantia-mecanica .bold p {
  color: #001736;
  font-size: 1.8em;
  font-weight: bold;
  margin-top: 1em;
}
.garantia-mecanica .textProc p {
  color: #001736;
  font-size: 1.4em;
  margin-top: 1em;
}
.garantia-mecanica .box-garantia {
  background: #fff;
  display: flex;
  margin: 0 auto;
  width: 60%;
  padding: 1em;
  text-align: center;
  flex-flow: column;
}
.garantia-mecanica .box-garantia h4 {
  font-family: "Circular Std", arial, sans-serif;
  color: #001736;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  font-size: 1.7em;
}
.garantia-mecanica .box-garantia p {
  font-size: 1.4em;
  color: #868e94;
  padding: 0 2.5rem;
}
.garantia-mecanica .box-garantia .btn {
  width: 100%;
  background: #001736;
  color: #fff;
  margin: 1em 0 0;
  padding: 1em 1.2em;
  font-size: 1.5em;
  box-sizing: border-box;
  border-bottom: none;
}
.garantia-mecanica .box-garantia .btn:hover {
  background: #505257;
}
.modal-garantia-mecanica img {
  max-height: 100px;
  margin-bottom: 2em;
}
.modal-garantia-mecanica b,
.modal-garantia-mecanica strong {
  text-transform: uppercase;
  font-size: 0.8em;
  margin: 0 0 1em;
  display: block;
}
.modal-garantia-mecanica .modalTitle {
  font-size: 2em;
  min-height: 60px;
  text-transform: uppercase;
}
.modal-garantia-mecanica .modalSubtitle {
  font-family: "DIN Pro";
  font-weight: 300;
  font-size: 1.4em;
  margin-bottom: 2em;
  min-height: 50px;
}
.modal-garantia-mecanica ul li {
  font-family: "Circular Std Book";
  list-style: disc inside;
  line-height: 1.8;
  font-size: 1.4em;
}
.modal-wrap {
  display: flex;
  flex-wrap: wrap;
}
.modal-mecanica {
  /* flex-grow: 1; */
  width: 100%;
}
/*PAGINAS INTERNAS*/
.owl-carousel_banner {
  text-align: center;
  z-index: 0;
}
.owl-carousel.owl-carousel_banner_interno {
  position: absolute;
  /* max-width: 90%; */
  text-align: center;
}
.owl-carousel.owl-carousel_banner_interno::before {
  content: "";
  background: transparent linear-gradient(180deg, #00173666 0%, #0017364d 100%)
    0% 0% no-repeat padding-box;
  width: 100%;
  height: 99%;
  max-height: 420px;
  display: block;
  position: absolute;
}
.owl-carousel.owl-carousel_banner_interno img {
  min-height: 130px;
}
.titleG {
  position: absolute;
  top: -3.9em;
  left: 2em;
  font-weight: 900;
  font-size: 6.5em;
  color: #fff;
  z-index: 1;
}
.titleM {
  font-family: "Circular Std Book";
  font-weight: normal;
  font-size: 2.4em;
  color: #001736;
  margin-top: 1em;
}
.content-view {
  padding-bottom: 5em;
  width: 100%;
}
.text p {
  text-align: justify;
}
.wrap-title {
  position: relative;
  top: -3px;
  z-index: 2;
  height: 120px;
  display: flex;
  align-items: center;
  width: 100%;
  background: transparent linear-gradient(180deg, #00173666 0%, #0017364d 100%)
    0% 0% no-repeat padding-box;
}
.wrap-title.wrap-blog-title{
  height: 290px;
}
.wrap-title h1 {
  font-weight: 900;
  font-size: 2.2em;
  color: #fff;
  text-align: left;
}
.wrap-title h2 {
  font-family: "Circular Std Book";
  font-weight: normal;
  font-size: 1.8em;
  color: #fff;
}
.text-block {
  background: #fff;
  padding: 4.4em 1em;
}
.text-block p {
  margin-bottom: 1em;
}
.text-block .title {
  margin-bottom: 1em;
  font-size: 2.6em;
}
.content-modalidades .panel.noBack {
  height: 0px;
}
.content-modalidades .panel.noBack.changeHeight {
  height: auto;
}
.produtos-itens {
  width: 100%;
  margin: 0 auto;
  padding: 6em 0;
  /* display: table; */
}
.produtos-itens .title,
.produtos-itens h1.title {
  font-size: 2em;
  width: 70%;
  margin: 0 auto 1em;
  font-weight: 900;
  color: #001736;
}
.produtos-itens .box-prod {
  background: #fff;
  padding: 2em;
  margin: 1em;
  width: 100%;
  box-sizing: border-box;
  min-height: 300px;
}
.produtos-itens .box-prod h2 {
  font-size: 1.8em;
  margin-top: 0.5em;
}
.produtos-itens .info p {
  font-weight: 300;
  font-size: 1.6em;
}
.produtos-tipos {
  background: #001736;
  border-radius: 3px;
  padding-top: 5em;
  padding-bottom: 5em;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
}
.produtos-tipos .title {
  color: #fff;
  margin-bottom: 1em;
  font-size: 2.6em;
}
.produtos-tipos .prod-img {
  margin: 0 auto 2em;
  display: block;
}
.produtos-tipos .panel.noBack {
  background: none;
}
.content-modalidades .panel.noBack {
  padding: 0 !important;
}
.produtos-tipos .panel-wrap {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
#segurogarantia .text-legal p,
#segurogarantia .text-legal a {
  font-size: 1.1em;
  line-height: 1.4;
  color: #909090;
}
.text b,
.text strong {
  color: #001736;
  font-weight: 900;
}
.text2 p {
  font-size: 1.3em;
}
.text2 b,
.text2 strong {
  color: #001736;
}
.banner-interno {
  position: absolute;
  left: 0;
  width: 100%;
  height: 120px;
}
.content-contact {
  position: relative;
  padding-bottom: 6em;
  display: inline-block;
}
.content-view .content-modalidades {
  padding: 5em 0;
}
.content-view .wrap-title h1 {
  /* font-size: 2.5em; */
}
.content-view h3,
.content-contact h3 {
  font-weight: bold;
  font-size: 1.6em;
  color: #001736;
  margin-bottom: 1em;
}
.destaque {
  background: #fff;
  padding: 3em;
  display: inline-block;
  position: relative;
  margin: 5em 0;
  text-align: center;
}
.destaque:before {
  content: "";
  width: 7px;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #fce400;
  position: absolute;
}
.destaque h2 {
  color: #001736;
  font-size: 2.1em;
  margin-bottom: 1em;
}
.destaque h3 {
  color: #001736;
  font-size: 2.1em;
  margin: 0;
}
.destaque .btn2 {
  margin: 0 auto;
  font-size: 1.5em;
  float: none;
}
.flex-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.flex-list [class*="col-"] {
  float: none;
}
.flex-list .box-wrap-gover {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
}
.governanca-list {
  padding-bottom: 5em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.governanca-list h3 {
  font-family: "Circular Std Book";
  font-weight: normal;
  margin-bottom: 2em;
}
.governanca-list h2,
.governanca-list h3,
.governanca-list h4,
.governanca-list p,
.governanca-list ul li {
  text-align: left;
}
.box-gover {
  padding: 1em 2.5em 2.5em;
  box-sizing: border-box;
  display: grid;
  min-height: 300px;
}

.governanca-list .header {
  color: #001736;
}

.governanca-list .categoryTitle {
  color: #001736;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 4em;
  width: 100%;
}

.governanca-list .panelID2 h3:first-of-type {
  display: none;
}

.governanca-list .card-gover {
  width: 100%;
  border: 2px solid #001736;
  border-radius: 35px;
  background: #f3f3f3;
}

.governanca-list .card-gover .image {
  position: relative;
  top: -5rem;
  margin-bottom: -4rem;
}

.governanca-list .card-gover h2.title,
.governanca-list .card-gover h4 {
  text-align: center;
}

.governanca-list .card-gover h2.title {
  font-size: 24px;
}

.governanca-list .card-gover h4 {
  font-size: 15px;
  color: #001736;
}

.box-gover.inf {
  min-height: auto !important;
  padding: 4em 4em 1em;
}
.governanca-list article .box-gover.inf {
  background: #001736;
}
.box-gover h2 {
  font-size: 20px;
}
.governanca-list article .box-gover.inf h2 {
  color: #fff;
}
.box-gover h4 {
  font-family: "Circular Std Book";
  font-weight: normal;
  font-size: 16px;
  color: #868e94;
  margin-bottom: 1em;
}
.governanca-list article:nth-of-type(1) .box-gover.inf h4,
.governanca-list article:nth-of-type(2) .box-gover.inf h4,
.governanca-list article:nth-of-type(3) .box-gover.inf h4 {
  color: #71859f;
}
.box-gover p,
.box-gover ul li {
  font-family: "Circular Std Book";
  font-weight: normal;
  font-size: 14px;
  color: #505257;
  line-height: 1.7;
  /* text-align: justify; */
}
/* .box-gover ul li{
    list-style: disc inside;
} */
/* .card-gover{
    float: none;
    display: inline-block;
} */
.content-padding {
  padding-top: 5em;
  padding-bottom: 5em;
}
.content-padding-landingpage {
  padding-top: 5em;
  padding-bottom: 5em;
}
.landingpage {
  position: relative;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.row .col-4 {
  float: none;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.box-garantia {
  margin-top: 3em;
}
.box-garantia h2 {
  font-size: 2.2em;
  margin-bottom: 0.5em;
}
.box-garantia .image {
  margin-bottom: 2em;
}
.box-garantia .info p {
  font-size: 1.3em;
  margin-bottom: 1em;
}
.box-garantia .info b {
  color: #001736;
}
.textProc2 {
  font-size: 1.2em;
}
#form_contact,
#cotacao {
  background: #fff;
  padding: 3%;
}
#cotacao-topo {
  background: #fff;
  padding: 2%;
}
.modal.bg-blue {
  background: #011d42 !important;
  overflow: hidden;
}
.modal.bg-blue h2 {
  color: #fff;
}
.modal.bg-blue .fancybox-button.fancybox-close-small {
  color: #fff;
}
.modal.bg-blue iframe {
  max-width: 100%;
}
#form_contact label,
#cotacao label,
#cotacao-topo label {
  font-family: "Circular Std Book";
  font-size: 1.3em;
  color: #20232c;
  display: inline-block;
  color: #001736;
}
#form_contact .campo,
#cotacao .campo,
#cotacao-topo .campo {
  border: 1px solid #d8e5e5;
  border-radius: 3px;
  padding: 1em;
  font-size: 1.5em;
  color: #868e94;
  background-color: #f8f8f8;
  box-sizing: border-box;
  font-weight: 300;
}
#cotacao-topo .mb,
#cotacao .mb {
  margin-bottom: 6px;
}
#cotacao-topo .mt,
#cotacao .mt {
  margin-top: -7px;
}
#cotacao-topo .form-check-label,
#cotacao .form-check-label {
  padding-top: 2em;
  font-size: 1.4em;
}
#cotacao-topo .submit {
  padding: 1em 0;
}
#checkbox_id {
  border: 1px solid #9b9eab;
  border-radius: 4px;
  padding: 10px;
  width: 20px;
  height: 20px;
  position: relative;
  top: 5px;
}
.modal h2 {
  font-size: 2.3em;
  margin-bottom: 0.5em;
}
.modal p {
  font-weight: 300;
  font-size: 1.9em;
  color: #001736;
}
.modal span {
  color: #ff0000;
  font-size: 1.6em;
  display: block;
}
.modal span b {
  color: #ff0000;
}
.modal .titleModal {
  font-weight: 900;
  color: #001736;
  font-size: 2.2em;
}
.modal .titleModal:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #fce400;
  border-radius: 55px;
  margin-right: 5px;
  display: inline-block;
}
.new-modal p {
  font-size: 1.5em;
}
.tooltip,
.tooltip2 {
  position: relative;
  top: 5px;
  display: inline-block;
}
.tooltip .tooltiptext,
.tooltip2 .tooltiptext {
  visibility: hidden;
  min-width: 300px;
  display: inline-block;
  background-color: #043980;
  color: #fff;
  font-family: "Circular Std Book";
  font-size: 0.9em;
  border-radius: 6px;
  padding: 15px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}
.tooltip2 .tooltiptext {
  right: 20px;
}
.tooltip:hover .tooltiptext,
.tooltip2:hover .tooltiptext {
  visibility: visible;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex .list-item {
  display: flex;
  flex-direction: column;
  margin: 0.5em;
}
.flex .list-item2,
.produtos-itens .list-item2 {
  display: flex;
  flex-direction: column;
}
.flex .list-item3 {
  display: flex;
  /* flex-direction: column; */
}
.flex .card-info,
.flex p {
  flex: 1 0 auto;
}
@media all and (min-width: 40em) {
  .list-item,
  .list-item3 {
    width: 100%;
  }
  /* .list-item, .list-item2, .list-item3 {
        width: 100%;
    } */
  /* .list-item2{
        width: 50%;
    } */
}
@media all and (min-width: 50em) {
  .list-item {
    width: 46.25%;
  }
  .card-big {
    width: 100% !important;
    /* width: 80%; */
  }
}
@media all and (min-width: 60em) {
  .list-item {
    width: 47.25%;
  }
  /* .list-item2{
        width: 25%;
    } */
  .list-item3 {
    width: 33%;
  }
}
@media all and (min-width: 75em) {
  .list-item {
    width: 48.25%;
  }
}
/*RODAPE*/
footer {
  background: #001736;
  width: 100%;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 2;
}
.rodape {
  padding: 5em 0 0em;
  width: 100%;
  display: inline-block;
}
.rodape h2 {
  font-weight: 500;
  font-size: 1.8em;
  color: #fff;
  margin-bottom: 1em;
}
.rodape h3 {
  font-weight: 500;
  font-size: 1.4em;
  color: #fff;
  margin-bottom: 1em;
}
.rodape .tel {
  font-weight: bold;
  font-size: 1.5em;
  color: #fff;
  margin-bottom: 1em;
  display: inline-block;
}
.rodape .tel:before {
  content: "";
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 0.6em;
  margin-top: 3px;
  background: url(../img/svg/tel.svg) no-repeat;
}
.rodape .text {
  font-family: "Circular Std Book";
  font-size: 1.4em;
  color: #fff;
  display: inline-block;
}
.rodape .text::before {
  content: "";
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 0.6em;
  margin-top: 3px;
  background: url(../img/svg/close-envelope.svg) no-repeat;
}
.rodape .menu-banner {
  text-align: left;
}
.rodape .menu-banner .btn-banner {
  height: auto;
}
.rodape .menu-banner .btn-banner h3 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.6em;
  color: #001736;
  margin-bottom: 0;
}
.rodape .menu-banner .btn-banner p {
  font-weight: 500;
  font-size: 1.2em;
}
.rodape .info-rodape p,
.rodape .info-rodape a {
  color: #71859f;
  font-size: 1.2em;
  display: block;
  line-height: 1.7;
  transition: 0.7s all ease;
}
.rodape .info-rodape a:hover {
  color: #fce400;
}
.menu-rodape {
  padding: 3em 0 5em;
}
.menu-rodape ul {
  display: flex;
  flex-flow: column;
  position: relative;
}
.menu-rodape ul li {
  flex: auto;
  position: relative;
  padding: 0.5em;
}
.menu-rodape li a {
  font-size: 1.2em;
  color: #71859f;
  transition: 0.7s all ease;
  text-transform: uppercase;
}
.menu-rodape li a:hover {
  color: #fce400;
}
.base {
  background: #001430;
  width: 100%;
  display: inline-block;
}
.base p {
  font-size: 1em;
  color: #71859f;
  text-transform: uppercase;
  margin-top: 1.3em;
  line-height: initial;
}
.base .cgdw {
  width: 117px;
  height: 20px;
  display: block;
  background: url(../img/svg/site_cgdw_branco.svg) no-repeat;
  margin: 1em auto 0;
}
.base .backTop {
  width: 73px;
  height: 57px;
  background: #01132b url(../img/svg/seta-up.svg) no-repeat center;
  float: none;
  margin: 0 auto;
  display: inline-block;
}
.content-fixed {
  position: fixed;
  bottom: 0;
  z-index: 1;
  /* left: 0; */
  right: 0;
  margin: 0 auto;
  display: none;
}
.content-fixed .col-3 {
  padding-bottom: 0;
}
.text-right {
  text-align: right;
}
.btn-fixo {
  background: #001736;
  color: #fff;
  padding: 1em;
  height: 48px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  text-align: center;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 900;
  transition: 0.7s all ease;
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  margin-left: 1em;
}
.btn-fixo:hover {
  background: #fce400;
  color: #001736;
}
.btn-fixo img {
  max-height: 25px;
  margin-right: 10px;
  transition: 0.7s all ease;
}
.btn-fixo .no-hover {
  display: block;
}
.btn-fixo:hover .no-hover {
  display: none;
}
.btn-fixo .hover {
  display: none;
}
.btn-fixo:hover .hover {
  display: block;
}
.btn-fixoTop {
  width: 50px;
  background: #525252;
  color: #fff;
  padding: 1em;
  height: 48px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  transition: 0.7s all ease;
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  justify-content: center;
}
.menu-banner .btn-banner h3 span {
  font-weight: 900;
}
.menu-banner .btn-banner:nth-of-type(5) img {
  float: right !important;
  max-width: 17px;
  margin: 2em 1em;
}
.menu-banner-top .menu-banner .btn-banner {
  max-width: 90%;
}
.justify-content-center {
  justify-content: center;
}
.align-items-center {
  align-items: center;
}
.ml-18 {
  margin-left: 18rem;
}
.banner-limite {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
}
.limite-pre .btn-banner {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  margin-bottom: 1.5em;
}
.limite-pre .btn-banner:nth-of-type(1) h3 {
  margin-bottom: 0;
}
.limite-pre h2 {
  color: #001736;
  font-size: 3em;
  margin-bottom: 1em;
}
.limite-pre p {
  color: #001736;
  font-size: 2em;
  line-height: 1.4;
  margin-bottom: 1em;
}
/*.limite-pre .text{
    padding-right: 15em;
}*/
.text-blue p {
  color: #001636;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 1rem;
  font-family: "helvetica-bold", sans-serif;
}
.text-blue b {
  background-color: #fce400;
  padding: 0.3rem;
}
.limite-pre .title:before {
  content: "";
  width: 52px;
  height: 7px;
  display: block;
  margin-bottom: 0.2em;
  background: #fce400;
}
.content-fixed .btn-fixo.actv img {
  visibility: hidden;
}
.content-fixed .btn-fixo.actv {
  padding-right: 3em;
}
.d-flex {
  display: flex;
}
.limite-pre .text span {
  white-space: nowrap;
}

/* LANDING PAGES */
.logo-center {
  text-align: center;
}
.logo-center img {
  max-height: 110px;
}
.banner-interno.banner-landing1,
.banner-interno.banner-landing2 {
  /* min-height: 364px; */
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
.banner-interno.banner-landing2 {
  background-position: 40% 50%;
}
.banner-interno.banner-landing2::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/landing-pages/maskbanner.svg);
  position: absolute;
  top: 0;
  left: 0;
}
.wrap-title.text-banner-center1,
.wrap-title.text-banner-center2 {
  height: 304px;
}
.wrap-title.text-banner-center1::after,
.wrap-title.text-banner-center2::after {
  content: "";
  width: 100%;
  height: 6px;
  background: #fce400;
  position: absolute;
  bottom: 0;
}
.wrap-title.text-banner-center1 .divao,
.wrap-title.text-banner-center2 .divao {
  position: relative;
}
.wrap-title.text-banner-center1 h1 {
  font-weight: bold;
  font-size: 3em;
  color: #001736;
  margin: 0 auto 0.3em;
  line-height: 1.2;
}
.wrap-title.text-banner-center2 h1 {
  font-weight: bold;
  font-size: 3em;
  color: #fff;
  margin: 0 auto 0.3em;
  line-height: 1.2;
}
.wrap-title.text-banner-center1 p {
  font-family: "Circular Std Book";
  font-weight: normal;
  color: #001736;
  font-size: 2em;
  line-height: 1.2;
  width: 100%;
  margin: 0 auto;
}
.wrap-title.text-banner-center2 p {
  font-family: "Circular Std Book";
  font-weight: normal;
  color: #fff;
  font-size: 2em;
  line-height: 1.2;
  width: 100%;
  margin: 0 auto;
}
.menu-banner.menu-landingpage .btn-banner {
  padding: 2.2em 1.5em 1.9em;
}
.menu-banner.menu-landingpage .btn-banner img {
  margin: 1em 2em 2em 1em;
}
.landingpage.content-about .white_bg {
  padding: 6.5em 0em 4.5em 0;
}
.landingpage.content-about p {
  font-family: "Circular Std Book";
  font-weight: normal;
  color: #001736;
  font-size: 1.5em;
}
.landingpage.content-about .title:before {
  content: "";
  width: 45px;
  height: 10px;
  display: block;
  margin-bottom: 0.5em;
  background: #fce400;
}
.whats-button {
  position: fixed;
  right: 5%;
  bottom: 98px;
  /* bottom: 19.6%; */
  width: 245px;
  height: 52px;
  z-index: 2;
  background: #fce400;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  transition: 0.7s all ease;
}
.whats-button:hover {
  background: #001736;
}
.whats-button a {
  font-size: 1.5em;
  color: #001736;
  line-height: 2.4;
  margin-left: 0.5em;
  padding: 0.55em;
  display: block;
  transition: 0.7s all ease;
}
.whats-button:hover a {
  color: #fce400;
}
.whats-button path {
  fill: #f9f38c;
}
.whats-button .no-hover {
  display: block;
}
.whats-button:hover .no-hover {
  display: none;
}
.whats-button .hover {
  display: none;
}
.whats-button:hover .hover {
  display: block;
}
.img-fluid {
  width: 20px;
  height: 20px;
  display: block;
  margin-top: 8px;
  margin-right: 8px;
  background: url(../img/whatsapp-1.svg) no-repeat;
  float: left;
}

.tituloBlog {
  text-align: center;
  font-size: 6em;
  font-weight: bold;
  margin: 1em auto 1em;
}

.divPosts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; /* Espaçamento entre os itens */
  justify-content: flex-start; /* Alinha os itens à esquerda */
  align-items: center; /* Centraliza os itens verticalmente na linha */
  margin: auto;
  row-gap: 15px;
  margin-top: 50px;
}

.cardBlog {
  flex: 1 1 calc(22% - 10px); /* Ocupa até 4 colunas por linha */
  min-width: 150px; /* Define um mínimo para evitar colunas muito pequenas */
  max-width: calc(22% - 10px); /* Garante que não passe de 4 colunas */
  color: white;
  padding: 20px;
  border-radius: 5px;
}

.cardBlog a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  row-gap: 15px;
}

.cardBlog img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  margin-bottom: 10px;
}

.cardBlog h2 {
  font-size: 2.2em;
  margin: 0;
}

.cardBlog button {
  background-color: #001736; /* Cor de fundo inicial */
  color: white; /* Cor do texto inicial */
  padding: 12px 24px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  text-transform: uppercase;
}

.cardBlog button:hover {
  background-color: #fce400; /* Cor de fundo no hover */
  color: #001736; /* Cor do texto no hover */
}

/* Responsividade para telas menores */
@media (max-width: 768px) {
  .cardBlog {
    flex: 1 1 calc(50% - 10px); /* 2 colunas por linha em telas menores */
    max-width: calc(50% - 10px);
  }

  .divPosts {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .cardBlog {
    flex: 1 1 100%; /* 1 coluna por linha em telas muito pequenas */
    max-width: 100%;
    flex: 1 1 100% !important; /* 1 coluna por linha em telas muito pequenas */
  }
}

/* Centralização e layout principal */
.blog-post-container {
  display: flex;
  justify-content: center;
  padding: 40px 20px;
}

.blog-post {
  max-width: 800px;
  width: 100%;
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Cabeçalho do post */
.blog-post-header {
  text-align: center;
  margin-bottom: 20px;
}

.blog-post-header h3 {
  font-size: 18px !important;
  color: #777;
  margin-bottom: 10px;
}

.blog-post-header h2 {
  font-size: 28px !important;
  color: #001736;
  font-weight: bold;
}

/* Imagem principal */
.blog-post-image {
  text-align: center;
  margin-bottom: 20px;
}

.blog-post-image img {
  width: 100%;
  border-radius: 5px;
  max-height: 400px;
  object-fit: cover;
}

/* Conteúdo do post */
.blog-post-content p {
  font-size: 18px !important;
  color: #333;
  line-height: 1.6;
  text-align: justify;
  margin-bottom: 30px;
}

/* Galeria de imagens e vídeos */
.blog-post-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.gallery-item {
  flex: 1 1 calc(33.33% - 10px);
  max-width: calc(33.33% - 10px);
  text-align: center;
}

.gallery-item img {
  width: 100%;
  border-radius: 5px;
}

/* Download de arquivos */
.download-item {
  text-align: center;
  margin: 10px;
}

.download-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #001736;
  font-weight: bold;
}

.download-button img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

/* Responsividade */
@media (max-width: 768px) {
  .blog-post {
    padding: 20px;
  }

  .blog-post-header h2 {
    font-size: 24px;
  }

  .blog-post-content {
    font-size: 16px;
  }

  .gallery-item {
    flex: 1 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}

@media (max-width: 480px) {
  .gallery-item {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .blog-post-header h2 {
    font-size: 22px;
  }
}
