@charset "UTF-8";
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex > * {
  display: list-item;
  list-style: none;
}

ul.no-list-style {
  list-style: none;
  padding: 0;
  margin: 0;
}

a:focus {
  outline: none !important;
}

.btn {
  transition: all 0.5s ease;
  overflow: overlay;
  text-transform: uppercase;
  background: none;
  color: #fff;
  font-size: 0.9em;
  border: 2px solid #0b3a4c;
  padding: 5px 19px;
  position: relative;
  background: #0b3a4c;
  font-weight: 700;
  border-radius: 20px;
}
.btn span {
  position: relative;
  z-index: 1;
}
.btn:focus, .btn:active {
  box-shadow: none !important;
}
.btn:hover, .btn:focus {
  transform: translateY(-3px);
  box-shadow: 3px 3px 0 0 rgba(34, 34, 34, 0.2);
}
.btn:before {
  content: "";
  width: 100%;
  position: absolute;
  height: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  transition: all 0.5s ease;
}
.btn:hover, .btn:focus, .btn:active {
  background: #fff;
  border-color: #0b3a4c;
  color: #0b3a4c;
}
.btn:hover:before, .btn:focus:before, .btn:active:before {
  height: 100%;
}
.btn.btn-primary {
  border-color: #ef1c25 !important;
  background: #ef1c25 !important;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  border-color: #ef1c25 !important;
  color: #ef1c25 !important;
}
.btn.btn-secondary {
  border-color: #262b88;
  background: #262b88 !important;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active {
  border-color: #262b88 !important;
  color: #262b88 !important;
}

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

.label {
  background: #000;
  padding: 4px 19px;
  color: #fff;
  font-weight: 700;
  border-radius: 13px;
  font-size: 0.9em;
  transition: all 0.5s ease;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: default;
  border: 2px solid #000;
}
.label span {
  position: relative;
  z-index: 1;
}
.label:before {
  content: "";
  width: 100%;
  position: absolute;
  height: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  transition: all 0.5s ease;
}
.label:hover, .label:focus {
  color: #000;
  transform: translateY(-3px);
  box-shadow: 3px 3px 0 0 rgba(34, 34, 34, 0.2);
}
.label:hover:before, .label:focus:before {
  height: 100%;
}
.label.label-danger {
  background: #e60000;
  border-color: #e60000;
}
.label.label-danger:hover, .label.label-danger:focus {
  color: #e60000;
}

/*Ajustando Resolução*/
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1596px;
  }
  .container.padrao {
    max-width: 1140px;
  }
}
/*Geral Label*/
.label {
  background: #000;
  padding: 4px 19px;
  color: #fff;
  font-weight: 700;
  border-radius: 13px;
  font-size: 0.9em;
  transition: all 0.5s ease;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: default;
  border: 2px solid #000;
}
.label span {
  position: relative;
  z-index: 1;
}
.label:before {
  content: "";
  width: 100%;
  position: absolute;
  height: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  transition: all 0.5s ease;
}
.label:hover, .label:focus {
  color: #000;
  transform: translateY(-3px);
  box-shadow: 3px 3px 0 0 rgba(34, 34, 34, 0.2);
}
.label:hover:before, .label:focus:before {
  height: 100%;
}
.label.label-danger {
  background: #e60000;
  border-color: #e60000;
}
.label.label-danger:hover, .label.label-danger:focus {
  color: #e60000;
}

/*efeito transition*/
/*Dots*/
.owl-dots {
  bottom: 0px;
  display: table;
  margin: auto;
  height: 35px;
  margin-top: -45px;
  margin-bottom: 10px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.6);
  padding-left: 10px;
  border-radius: 10px;
}
.owl-dots button.owl-dot {
  width: 20px;
  height: 20px;
  border: 4px solid #2C4075 !important;
  content: "";
  margin: auto;
  border-radius: 100px;
  margin-right: 10px;
}
.owl-dots button.owl-dot.active {
  background-color: #2C4075 !important;
}
.owl-dots button.owl-dot:focus, .owl-dots button.owl-dot:active {
  outline: none;
}

a, button {
  cursor: pointer;
}

.has-error {
  border-color: red !important;
}

body {
  font-size: 1em;
  font-family: "Open Sans";
  overflow-x: hidden;
  /*    new   */
  /* BANNER HOME - TOP */
  /* BANNER HOME - MEIO */
  @import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap");
}
body .barra-fixa {
  height: 63px;
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 9;
  left: 0;
  transition: all 0.3s ease;
  background-color: #262b88;
}
body .barra-fixa.sticky {
  position: fixed;
  z-index: 12;
  bottom: 0px;
  transition: all 0.3s ease;
}
body .barra-fixa .telefones {
  margin-top: 13px;
}
@media screen and (max-width: 1200px) {
  body .barra-fixa .telefones {
    float: none;
    font-size: 0.8em;
  }
}
@media screen and (max-width: 768px) {
  body .barra-fixa .telefones {
    text-align: center;
    font-size: 0.9em;
  }
}
body .barra-fixa .telefones > * {
  float: left;
  display: inline-block;
  position: relative;
  padding-left: 38px;
  line-height: 1.2em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  body .barra-fixa .telefones > * {
    float: none;
    padding-left: 30px;
  }
}
body .barra-fixa .telefones > * .text {
  color: #fff;
  display: block;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 800;
}
body .barra-fixa .telefones > * .number {
  color: #fff;
  display: block;
  font-size: 1.1em;
  position: relative;
}
body .barra-fixa .telefones > * .number:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  background: #fff;
  bottom: -3px;
  transition: all 0.5s ease;
}
@media screen and (max-width: 991px) {
  body .barra-fixa .telefones > * .number {
    font-size: 1em;
  }
}
body .barra-fixa .telefones > *:before {
  display: inline-block;
  position: absolute;
  font-size: 38px;
  top: 11px;
  left: 0;
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  body .barra-fixa .telefones > *:before {
    font-size: 29px;
  }
}
body .barra-fixa .telefones > *.telefone {
  margin-right: 19px;
}
body .barra-fixa .telefones > *.telefone:before {
  content: "";
  background: url("../image/phone.png") no-repeat;
  background-size: contain;
  height: 0.9em;
  width: 0.9em;
  margin-top: -7px;
}
body .barra-fixa .telefones > *.whatsapp:before {
  content: "\f232";
  font-family: "Font Awesome 5 Brands";
  color: #ef1c25;
  font-weight: 100;
}
body .barra-fixa .telefones > *:hover:before {
  transform: scale(1.1);
}
body .barra-fixa .telefones > *:hover .number:before {
  width: 100%;
}
body .barra-fixa .telefones:after {
  display: table;
  content: "";
  clear: both;
}
body .barra-fixa .btns {
  width: 100%;
}
@media screen and (max-width: 768px) {
  body .barra-fixa .btns {
    text-align: center;
  }
}
body .barra-fixa .btns .btn {
  font-size: 0.79em;
  margin-top: 18px;
}
body .barra-fixa .btns .btn.btn-secondary {
  background: #fff !important;
  border-color: #fff !important;
  color: #ef1c25;
}
body .barra-fixa .btns .btn.btn-secondary:before {
  background: #262b88;
}
body .barra-fixa .btns .btn.btn-secondary:hover {
  color: #fff !important;
}
@media screen and (max-width: 991px) {
  body .barra-fixa .btns .btn {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 768px) {
  body .barra-fixa .btns .btn {
    font-size: 0.6em;
  }
}
@media screen and (max-width: 1200px) {
  body .barra-fixa .box-networks {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 991px) {
  body .barra-fixa .box-networks {
    margin-bottom: 20px;
  }
}
body .barra-fixa .box-networks ul {
  margin-top: 9px;
}
body .barra-fixa .box-networks ul li a {
  background: #fff !important;
  border-color: #262b88 !important;
  color: #262b88;
  display: inline-block;
  height: 1.7em;
  width: 1.7em;
  border-radius: 100%;
  font-size: 1.6em;
  text-align: center;
  padding: 0;
  font-weight: normal;
}
body .barra-fixa .go-to-top {
  position: absolute;
  right: -56px;
  top: -6px;
  background-size: contain;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  transition: all 0.5s ease;
  color: #fff;
}
body .barra-fixa .go-to-top:hover {
  transform: scale(1.1);
}
body .barra-fixa .go-to-top .icon .box-icon {
  background: #ef1c25;
  text-align: center;
  border-radius: 100%;
  border: 1px solid #fff;
  padding: 1px 6px 0px;
}
body .barra-fixa .go-to-top .icon .box-icon i {
  font-size: 1.5em;
}
body section.zapbutton {
  background-color: #25d366;
  width: 70px;
  height: 70px;
  position: fixed;
  z-index: 13;
  bottom: 70px;
  right: 20px;
  border-radius: 75px;
  box-shadow: 3px 1px 15px #7b7b7b;
  transition: all 0.5s ease;
}
body section.zapbutton i.fab.fa-whatsapp {
  color: white;
  font-size: 55px;
  margin-top: 6px;
  margin-left: 11px;
}
body section.zapbutton:hover {
  background-color: #1f9249;
}
@media screen and (max-width: 768px) {
  body section.zapbutton {
    bottom: 20px;
  }
}
body section.breadcrumb {
  background-color: white;
  padding: 20px 5px 10px;
}
body section.breadcrumb ul {
  margin: 0;
  list-style: none;
  padding: 0px;
}
body section.breadcrumb ul li {
  float: left;
  font-size: 14px;
  color: #565656;
  margin-right: 8px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  body section.breadcrumb ul li {
    color: #565656;
  }
}
body section.breadcrumb ul li span, body section.breadcrumb ul li a {
  color: #565656;
}
@media screen and (max-width: 768px) {
  body section.breadcrumb ul li span, body section.breadcrumb ul li a {
    color: #565656;
  }
}
body section.breadcrumb ul li span:hover, body section.breadcrumb ul li a:hover {
  text-decoration: underline;
}
body section.breadcrumb ul li:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  margin: 0 4px 0 10px;
  font-weight: 900;
}
body section.breadcrumb ul li.initial:after, body section.breadcrumb ul li:last-child:after {
  display: none;
}
body section.breadcrumb .history-back {
  color: #2C4075;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 39.9375em) {
  body section.breadcrumb .history-back {
    float: none !important;
  }
}
@media screen and (max-width: 768px) {
  body section.breadcrumb .history-back {
    color: #2C4075;
  }
}
body section.breadcrumb .history-back:hover {
  text-decoration: underline;
}
body section.error-404 {
  padding: 50px 0;
}
body section.error-404 img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body section.error-404 .principal, body section.error-404 .principal2 {
  text-align: center;
}
body section.error-404 h2 {
  font-size: 32px;
  font-weight: 700;
  color: #2C4075;
  text-align: center;
  max-width: 600px;
  margin: 40px auto;
}
body section.error-404 .acao {
  text-align: center;
}
body section.error-404 .acao a.voltar {
  font-size: 20px;
  font-weight: 600;
  padding: 10px 35px;
  border: 1px solid #2C4075;
  color: #2C4075;
  transition: 0.3s;
}
body section.error-404 .acao a.voltar:hover {
  background-color: #2C4075;
  color: white;
}
body section.formulario-enviado {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  color: #0b3a4c;
}
body section.formulario-enviado h1 {
  font-weight: 600;
  font-size: 2.8em;
  margin-top: -22px;
}
body section.formulario-enviado p {
  font-weight: 500;
}
body section.formulario-enviado .btn {
  display: inline-block;
  font-weight: 700;
  background: #0b3a4c;
  color: #fff;
  padding: 11px 20px;
  border-radius: 7px;
  text-transform: none;
}
body section.formulario-enviado .btn:before {
  background: #fff;
}
body section.formulario-enviado .btn:hover, body section.formulario-enviado .btn:focus {
  color: #0b3a4c;
}
body section.modal-duvidas {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
body section.modal-duvidas.aberto {
  display: inherit;
  opacity: 1;
  z-index: 999;
}
body section.modal-duvidas .lente {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(86, 86, 86, 0.55);
  z-index: -1;
}
body section.modal-duvidas .box-modal {
  position: relative;
  background-color: white;
  padding: 15px;
  margin: 100px auto;
  display: block;
  max-width: 700px;
  box-shadow: 2px 2px 7px #565656;
}
body section.modal-duvidas .box-modal .button-close {
  position: absolute;
  font-size: 30px;
  top: 5px;
  right: 15px;
  color: #2C4075;
  z-index: 2;
}
body section.modal-duvidas .box-modal .button-close i {
  cursor: pointer;
  transition: 0.3s;
}
body section.modal-duvidas .box-modal .button-close i:hover {
  font-weight: 700;
}
body section.modal-duvidas .box-modal .modal-titulo h2 {
  font-size: 25px;
  font-weight: 700;
  color: #2C4075;
}
body section.modal-duvidas .box-modal .modal-titulo h5 {
  font-size: 15px;
  font-weight: 600;
}
body section.modal-duvidas .box-modal form span {
  position: absolute;
  top: 8px;
  font-size: 20px;
  transition: 0.3s;
  z-index: 2;
  left: 20px;
}
body section.modal-duvidas .box-modal form input, body section.modal-duvidas .box-modal form select, body section.modal-duvidas .box-modal form textarea {
  outline: none;
  background-color: transparent !important;
  border: none;
  border-bottom: 1px solid #565656;
  margin-bottom: 10px;
  padding: 17px 10px 5px 0px;
  width: 100%;
  position: relative;
  z-index: 2;
}
body section.modal-duvidas .box-modal form textarea {
  padding-top: 25px;
}
body section.modal-duvidas .box-modal form input:focus + span, body section.modal-duvidas .box-modal form input.ng-not-empty + span,
body section.modal-duvidas .box-modal form select:focus + span, body section.modal-duvidas .box-modal form select.ng-not-empty + span,
body section.modal-duvidas .box-modal form textarea:focus + span, body section.modal-duvidas .box-modal form textarea.ng-not-empty + span {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 600;
  top: 0px;
  z-index: 2;
  left: 6px;
}
body section.modal-duvidas .box-modal form label.top {
  display: none;
}
body section.modal-duvidas .box-modal form .acao {
  text-align: right;
}
body section.modal-duvidas .box-modal form .acao button.enviar {
  background-color: #2C4075;
  color: white;
  font-size: 20px;
  font-weight: 600;
  padding: 7px 30px;
  border: 2px solid #2C4075;
  cursor: pointer;
  transition: 0.3s;
}
body section.modal-duvidas .box-modal form .acao button.enviar:hover {
  background-color: white;
  color: #2C4075;
}
@media screen and (max-width: 767px) {
  body section.modal-duvidas .box-modal {
    margin: 0px;
    max-width: 100%;
    height: 100%;
    overflow: auto;
  }
}
body section.modal-start {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
body section.modal-start.aberto {
  display: flex;
  align-items: center;
  opacity: 1;
  z-index: 999;
}
body section.modal-start .lente {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(86, 86, 86, 0.55);
  z-index: -1;
}
body section.modal-start .box-modal {
  position: relative;
  padding: 15px;
  margin: 100px auto;
  display: block;
  max-width: 700px;
}
body section.modal-start .box-modal .button-close {
  position: absolute;
  font-size: 30px;
  top: 5px;
  right: 15px;
  color: white;
  z-index: 2;
}
body section.modal-start .box-modal .button-close i {
  cursor: pointer;
  transition: 0.3s;
}
body section.modal-start .box-modal .button-close i:hover {
  font-weight: 700;
}
body section.modal-start .box-modal .box-img-popup {
  width: 100%;
  height: 100%;
  max-width: 557px;
  max-height: 556px;
  margin: auto;
}
body section.modal-start .box-modal .box-img-popup img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body section.modal-start .box-modal video {
  width: 100%;
  height: 100%;
  max-width: 557px;
  max-height: 557px;
  margin-top: 30px;
  margin: auto;
}
body section.modal-start .box-modal .modal-titulo h2 {
  font-size: 25px;
  font-weight: 700;
  color: #2C4075;
}
body section.modal-start .box-modal .modal-titulo h5 {
  font-size: 15px;
  font-weight: 600;
}
body section.modal-start .box-modal form span {
  position: absolute;
  top: 8px;
  font-size: 20px;
  transition: 0.3s;
  z-index: 2;
  left: 20px;
}
body section.modal-start .box-modal form input, body section.modal-start .box-modal form select, body section.modal-start .box-modal form textarea {
  outline: none;
  background-color: transparent !important;
  border: none;
  border-bottom: 1px solid #565656;
  margin-bottom: 10px;
  padding: 17px 10px 5px 0px;
  width: 100%;
  position: relative;
  z-index: 2;
}
body section.modal-start .box-modal form textarea {
  padding-top: 25px;
}
body section.modal-start .box-modal form input:focus + span, body section.modal-start .box-modal form input.ng-not-empty + span,
body section.modal-start .box-modal form select:focus + span, body section.modal-start .box-modal form select.ng-not-empty + span,
body section.modal-start .box-modal form textarea:focus + span, body section.modal-start .box-modal form textarea.ng-not-empty + span {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 600;
  top: 0px;
  z-index: 2;
  left: 6px;
}
body section.modal-start .box-modal form label.top {
  display: none;
}
body section.modal-start .box-modal form .acao {
  text-align: right;
}
body section.modal-start .box-modal form .acao button.enviar {
  background-color: #2C4075;
  color: white;
  font-size: 20px;
  font-weight: 600;
  padding: 7px 30px;
  border: 2px solid #2C4075;
  cursor: pointer;
  transition: 0.3s;
}
body section.modal-start .box-modal form .acao button.enviar:hover {
  background-color: white;
  color: #2C4075;
}
@media screen and (max-width: 767px) {
  body section.modal-start .box-modal {
    margin: 0px;
    max-width: 100%;
    height: 100%;
    overflow: auto;
  }
}
body section.modal-custom {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -99;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-y: scroll;
  transition: 0.5s, all;
}
@media screen and (max-width: 991px) {
  body section.modal-custom {
    align-items: initial;
  }
}
body section.modal-custom.aberto {
  opacity: 1;
  z-index: 99;
}
body section.modal-custom .lens {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
body section.modal-custom .modal-box {
  position: absolute;
  background-color: #fff;
  padding: 10px;
  max-width: 900px;
  top: 10px;
  max-height: calc(100vh - 20px);
  overflow: auto;
}
@media screen and (max-width: 991px) {
  body section.modal-custom .modal-box {
    margin-top: 0;
  }
}
body section.modal-custom .modal-box .inner-container .background {
  background-color: #2C4075;
  height: 50px;
  width: 100%;
}
body section.modal-custom .modal-box .inner-container .background .close-button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  cursor: pointer;
}
body section.modal-custom .modal-box .inner-container .background .close-button i {
  font-size: 2rem;
  color: #fff;
  margin-right: 10px;
}
body section.modal-custom .modal-box .inner-container .paragraph {
  padding-left: 30px;
  padding-right: 30px;
}
body section.modal-custom .modal-box .inner-container .paragraph .logo img {
  margin-top: 35px;
  margin-bottom: 35px;
  width: 100%;
  max-width: 350px;
  -o-object-fit: contain;
     object-fit: contain;
}
body section.modal-custom .modal-box .inner-container .paragraph .content {
  font-size: 14px;
}
body section.modal-custom .modal-box .inner-container .background-end {
  background-color: #2C4075;
  height: 5px;
  width: 100%;
}
body section.modal-custom .modal-box .inner-container .small-logo img {
  margin-top: 20px;
  max-width: 200px;
  float: right;
}
body section.topo .header-1 {
  background-color: #eaeaea;
}
@media screen and (max-width: 991px) {
  body section.topo .header-1 {
    display: none;
  }
}
body section.topo .header-1 ul {
  float: right;
  display: inline-block;
  margin-bottom: 0px;
  padding: 0px;
}
body section.topo .header-1 ul li {
  list-style: none;
  text-align: center;
  display: inline-block;
}
body section.topo .header-1 ul li a {
  display: block;
  padding: 10px 6px;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: #313131;
  margin-right: 15px;
  transition: 0.5s;
}
body section.topo .header-1 ul li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  body section.topo .header-1 ul li a {
    font-size: 11px;
  }
}
body section.topo .header-1 .redes {
  position: relative;
  text-align: right;
}
body section.topo .header-1 .redes i {
  color: #1a1c94;
  font-size: 25px;
  margin-top: 10px;
  transition: 0.3s;
}
body section.topo .header-1 .redes i:hover {
  color: black;
}
@media screen and (max-width: 1199px) {
  body section.topo .header-1 .redes {
    display: flex;
    justify-content: space-around;
    padding-bottom: 5px;
    max-width: 300px;
    margin: auto;
    text-align: center;
  }
}
body section.topo .header-2 {
  position: relative;
}
@media screen and (min-width: 1200px) {
  body section.topo .header-2:before {
    content: "";
    background-color: #2C4075;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
  }
}
@media screen and (min-width: 1200px) and (min-width: 576px) {
  body section.topo .header-2:before {
    width: calc((100% - 540px) / 2);
  }
}
@media screen and (min-width: 1200px) and (min-width: 768px) {
  body section.topo .header-2:before {
    width: calc((100% - 720px) / 2);
  }
}
@media screen and (min-width: 1200px) and (min-width: 992px) {
  body section.topo .header-2:before {
    width: calc((100% - 960px) / 2);
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  body section.topo .header-2:before {
    width: calc((100% - 1596px) / 2);
  }
}
body section.topo .header-2 .icon-menu-mobile {
  position: absolute;
  top: 31px;
  right: 9px;
  background-color: white;
  border: 2px solid #2C4075;
  padding: 7px 14px;
  border-radius: 100px;
  font-size: 23px;
  color: #2C4075;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  body section.topo .header-2 .icon-menu-mobile {
    display: none;
  }
}
body section.topo .header-2 .logo {
  background-color: #2C4075;
}
body section.topo .header-2 .logo a {
  display: inline-block;
  margin: 22px 0 30px;
}
body section.topo .header-2 .logo img {
  height: 38px;
  margin-top: 12px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1199px) {
  body section.topo .header-2 .logo img {
    margin-bottom: 12px;
  }
}
body section.topo .header-2 .logo::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 100vw;
  height: 100%;
  background-color: #2C4075;
  z-index: -1;
}
@media screen and (min-width: 576px) {
  body section.topo .header-2 .logo::before {
    left: calc((100vw - 540px) / 2 * -1);
  }
}
@media screen and (min-width: 768px) {
  body section.topo .header-2 .logo::before {
    left: calc((100vw - 720px) / 2 * -1);
  }
}
@media screen and (min-width: 992px) {
  body section.topo .header-2 .logo::before {
    display: none;
  }
}
body section.topo .header-2 form {
  border: 1px solid #cecece;
  box-shadow: 1px 1px 1px 1px #9c9c9c;
  padding: 14px 14px;
  border-radius: 5px;
  position: absolute;
  bottom: -42px;
  right: 0;
  z-index: 2;
  background: #fff;
  width: 398px;
  display: none;
}
@media screen and (max-width: 1350px) {
  body section.topo .header-2 form {
    width: 400px;
  }
}
@media screen and (max-width: 1250px) {
  body section.topo .header-2 form {
    width: 350px;
  }
}
@media screen and (max-width: 1200px) {
  body section.topo .header-2 form {
    width: 280px;
  }
}
@media screen and (max-width: 991px) {
  body section.topo .header-2 form {
    width: 100%;
  }
}
body section.topo .header-2 form i.fas.fa-search {
  display: none;
}
body section.topo .header-2 form input.search-home {
  border: none;
  width: 100%;
  padding-left: 7px;
  font-weight: 700;
  font-size: 15px;
}
body section.topo .header-2 form input.search-home:active, body section.topo .header-2 form input.search-home:focus {
  outline: none;
}
@media screen and (max-width: 370px) {
  body section.topo .header-2 form input.search-home {
    font-size: 12px;
  }
}
body section.topo .header-2 .header-box {
  text-align: right;
  width: 100%;
  margin-top: 26px;
}
body section.topo .header-2 .header-box .box-contato {
  text-align: left;
  display: inline-block;
  margin-right: 23px;
}
body section.topo .header-2 .header-box .box-contato .contato {
  display: flex;
  margin-right: 20px;
}
@media screen and (max-width: 991px) {
  body section.topo .header-2 .header-box .box-contato .contato {
    margin: 0;
  }
}
body section.topo .header-2 .header-box .box-contato .contato .icone {
  margin-right: 9px;
  font-size: 42px;
}
body section.topo .header-2 .header-box .box-contato .contato .icone i.fas.fa-phone-square {
  color: #2C4075;
}
body section.topo .header-2 .header-box .box-contato .contato .icone i.fab.fa-whatsapp {
  color: #00bd00;
}
body section.topo .header-2 .header-box .box-contato .contato .numero h5 {
  font-size: 12px;
  font-weight: 700;
  color: black;
  margin-top: 11px;
}
body section.topo .header-2 .header-box .box-contato .contato .numero h2 {
  font-size: 22px;
  font-weight: 500;
  color: black;
  margin-top: -10px;
  margin-bottom: 0px;
  position: relative;
}
body section.topo .header-2 .header-box .box-contato .contato .numero h2::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0px;
  width: 0px;
  height: 2px;
  background-color: black;
  transition: 0.5s;
}
@media screen and (max-width: 1490px) {
  body section.topo .header-2 .header-box .box-contato .contato .numero h2 {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  body section.topo .header-2 .header-box .box-contato .contato .numero h2 {
    font-size: 13px;
    margin-top: -3px;
  }
}
body section.topo .header-2 .header-box .box-contato .contato:hover .numero h2::before {
  width: 100%;
}
@media screen and (max-width: 991px) {
  body section.topo .header-2 .header-box .box-contato {
    width: 50%;
    float: left;
    margin-top: 15px;
    margin-right: 0;
  }
}
body section.topo .header-2 .header-box a.btn-duvidas {
  cursor: pointer;
  position: relative;
  font-size: 14px;
  padding: 7px 21px;
  border: 2px solid #2C4075;
  text-align: center;
  color: #2C4075;
  font-weight: 700;
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
  transition: 0.3s;
}
body section.topo .header-2 .header-box a.btn-duvidas::before {
  z-index: -1;
  position: absolute;
  left: 0px;
  bottom: 100%;
  background-color: #2C4075;
  content: "";
  height: 100%;
  width: 100%;
  transition: 0.3s;
}
body section.topo .header-2 .header-box a.btn-duvidas:hover {
  border-color: #2C4075;
  color: white;
}
body section.topo .header-2 .header-box a.btn-duvidas:hover:before {
  bottom: 0px;
}
@media screen and (max-width: 1436px) {
  body section.topo .header-2 .header-box a.btn-duvidas {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  body section.topo .header-2 .header-box a.btn-duvidas {
    margin: 20px 0px;
  }
}
@media screen and (max-width: 768px) {
  body section.topo .header-2 .header-box a.btn-duvidas {
    width: 50%;
    font-size: 13px;
    padding: 10px 0px;
  }
}
body section.topo .header-2 .header-box:after {
  content: "";
  display: table;
  clear: both;
}
body section.topo .menu {
  background-color: #fafafa;
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  body section.topo .menu {
    margin-top: 36px;
  }
}
body section.topo .menu ul {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-bottom: 0px;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  body section.topo .menu ul {
    padding: 0;
  }
}
body section.topo .menu ul li {
  list-style: none;
  position: relative;
}
body section.topo .menu ul li a {
  padding: 16px 29px;
  color: #3a3a3a;
  position: relative;
  display: block;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 1;
  overflow: hidden;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  body section.topo .menu ul li a {
    padding: 16px 10px;
    font-size: 12px;
  }
}
body section.topo .menu ul li a:hover {
  color: #2C4075;
}
@media screen and (max-width: 991px) {
  body section.topo .menu {
    display: none;
  }
}
body section.home-banner {
  width: 100%;
  overflow: hidden;
  /*  Mobile  */
  /*  DeskTop */
}
body section.home-banner .owl-banner div.item, body section.home-banner .owl-banner-mobile div.item {
  width: 100%;
}
body section.home-banner .owl-banner div.item img, body section.home-banner .owl-banner-mobile div.item img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  body section.home-banner .owl-banner {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  body section.home-banner .owl-banner-mobile {
    display: none;
  }
}
body section.banner-meio {
  width: 100%;
  overflow: hidden;
}
body section.banner-meio .banner-desktop {
  width: 100%;
}
body section.banner-meio .banner-desktop img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  body section.banner-meio .banner-desktop {
    display: none;
  }
}
body section.banner-meio .banner-mobile {
  width: 100%;
}
body section.banner-meio .banner-mobile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  body section.banner-meio .banner-mobile {
    display: none;
  }
}
body section.representantes-home {
  background: #ebebff;
  padding: 50px 0px;
  width: 100%;
}
body section.representantes-home .mapa img {
  width: 100%;
}
body section.representantes-home .chamada {
  margin-top: 29px;
  margin-bottom: 30px;
}
body section.representantes-home .chamada h2 {
  font-size: 32px;
  font-weight: 600;
  color: #2C4075;
  margin-bottom: 0;
}
body section.representantes-home .chamada h2 strong {
  font-size: 150%;
}
body section.representantes-home .chamada h3 {
  font-size: 35px;
  font-weight: 700;
  color: #9CAD37;
  margin-top: -10px;
}
body section.representantes-home .chamada h4 {
  font-size: 36px;
  font-weight: 600;
  color: black;
  margin-top: -10px;
}
@media screen and (max-width: 1500px) {
  body section.representantes-home .chamada h2 {
    font-size: 19px;
  }
  body section.representantes-home .chamada h3 {
    font-size: 27px;
  }
  body section.representantes-home .chamada h4 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1200px) {
  body section.representantes-home .chamada {
    margin-top: 0px;
  }
  body section.representantes-home .chamada h2 {
    font-size: 16px;
  }
  body section.representantes-home .chamada h3 {
    font-size: 21px;
  }
  body section.representantes-home .chamada h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  body section.representantes-home .chamada {
    margin-top: 50px;
  }
  body section.representantes-home .chamada h2 {
    font-size: 30px;
  }
  body section.representantes-home .chamada h3 {
    font-size: 39px;
  }
  body section.representantes-home .chamada h4 {
    font-size: 43px;
  }
}
body section.representantes-home .mapa-img {
  margin-bottom: -70px;
  text-align: right;
}
body section.representantes-home .mapa-img img {
  max-width: 100%;
}
@media screen and (max-width: 1199px) {
  body section.representantes-home .mapa-img {
    margin-bottom: auto;
    text-align: center;
  }
}
body section.representantes-home .acoes select {
  background-color: white;
  padding: 8px 20px;
  font-weight: 600;
  font-size: 13px;
  border-radius: 10px;
  color: #696969;
  border: 2px solid #c0c0c0;
  margin-right: 20px;
  float: left;
  width: calc(50% - 16px);
  margin-bottom: 12px;
}
body section.representantes-home .acoes select:focus, body section.representantes-home .acoes select:active {
  outline: none;
}
body section.representantes-home .acoes button {
  padding: 7px 55px;
  background-color: #2C4075;
  color: white;
  font-size: 15px;
  font-weight: 600;
  border-radius: 6px;
  border: 2px solid #2C4075;
  cursor: pointer;
  margin-top: 3px;
  display: inline-block;
  margin-right: 45px;
  transition: 0.3s;
}
body section.representantes-home .acoes button:hover {
  background-color: white;
  color: #2C4075;
}
@media screen and (max-width: 1199px) {
  body section.representantes-home .acoes select, body section.representantes-home .acoes button {
    width: 100%;
    margin-bottom: 15px;
  }
}
body section.representantes-home.rep {
  background: #fff;
}
body section.representantes-home.rep .acoes {
  margin-top: -110px;
}
@media screen and (max-width: 767px) {
  body section.representantes-home .chamada h2 {
    font-size: 24px;
  }
  body section.representantes-home .chamada h3 {
    font-size: 31px;
  }
  body section.representantes-home .chamada h4 {
    font-size: 26px;
  }
  body section.representantes-home .mapa-img img {
    max-width: 100%;
  }
  body section.representantes-home .acoes select {
    font-size: 18px;
  }
  body section.representantes-home.rep .acoes {
    margin: 0;
  }
}
body section.certificados-home .texto1, body section.certificados-home .texto2 {
  background-color: #2C4075;
  font-size: 25px;
  font-weight: 600;
  color: white;
  text-align: center;
  padding: 15px 0px;
}
@media screen and (max-width: 767px) {
  body section.certificados-home .texto1, body section.certificados-home .texto2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  body section.certificados-home .texto2 {
    font-size: 13px;
  }
}
body section.certificados-home .certificados {
  margin-top: 50px;
  margin-bottom: 50px;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body section.certificados-home .certificados {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
body section.certificados-home .certificados .img-certificado {
  display: inline-block;
  width: 20%;
  margin-right: 20px;
  margin-top: 20px;
  padding: 12px;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1200px) {
  body section.certificados-home .certificados .img-certificado {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  body section.certificados-home .certificados .img-certificado {
    width: calc(50% - 23px);
  }
}
body section.certificados-home .certificados .img-certificado:hover {
  transform: scale(1.1);
}
body section.certificados-home .certificados .img-certificado img {
  width: 70%;
}
@media screen and (max-width: 1200px) {
  body section.certificados-home .certificados .img-certificado img {
    width: 100%;
  }
}
body section.produtos-home .box-produto {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 45px;
}
body section.produtos-home .box-produto.bg-grey {
  background-color: #eaeaea;
}
body section.produtos-home .box-produto .titulo {
  margin-top: 15px;
  max-height: 165px;
  overflow: hidden;
}
body section.produtos-home .box-produto .titulo h2 {
  font-size: 28px;
  font-weight: 700;
  color: #2C4075;
}
@media screen and (max-width: 767px) {
  body section.produtos-home .box-produto .titulo h2 {
    font-size: 24px;
  }
}
body section.produtos-home .box-produto .titulo h4 {
  font-size: 20px;
  font-weight: 600;
  color: black;
}
@media screen and (max-width: 767px) {
  body section.produtos-home .box-produto .titulo h4 {
    font-size: 14px;
  }
}
body section.produtos-home .box-produto .acao {
  height: 70px;
}
body section.produtos-home .box-produto .acao button {
  cursor: pointer;
  display: inline-block;
  margin-top: 27px;
  padding: 7px 50px;
  background-color: transparent;
  border: 2px solid #2C4075;
  border-radius: 5px;
  font-weight: 700;
  color: #2C4075;
  font-size: 22px;
  transition: 0.3s;
}
body section.produtos-home .box-produto .acao button:hover {
  background-color: #2C4075;
  box-shadow: 1px 1px 8px #a9a8a8;
  margin-top: 25px;
  margin-left: 2px;
  color: white;
}
body section.produtos-home .box-produto img.imgProduto {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 991px) {
  body section.produtos-home .box-produto .img-Desktop {
    display: none;
  }
  body section.produtos-home .box-produto img.imgProduto {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  body section.produtos-home .box-produto .img-Mobile {
    display: none;
  }
}
body section.baixe-catalogo-home {
  background-color: #2C4075;
  width: 100%;
  overflow: hidden;
}
body section.baixe-catalogo-home .formulario-cadastro {
  padding: 44px 0px 56px;
  color: white;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: -245px;
  background: rgba(44, 64, 117, 0.75);
}
body section.baixe-catalogo-home .formulario-cadastro .txt1 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 15px;
}
body section.baixe-catalogo-home .formulario-cadastro .txt2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
body section.baixe-catalogo-home .formulario-cadastro label {
  font-weight: 600;
}
body section.baixe-catalogo-home .formulario-cadastro input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid white;
  color: white;
  padding-bottom: 10px;
  width: 100%;
}
body section.baixe-catalogo-home .formulario-cadastro input:focus, body section.baixe-catalogo-home .formulario-cadastro input:active {
  outline: none;
}
body section.baixe-catalogo-home .formulario-cadastro input::-moz-placeholder {
  color: white;
}
body section.baixe-catalogo-home .formulario-cadastro input::placeholder {
  color: white;
}
body section.baixe-catalogo-home .formulario-cadastro .link {
  margin-top: 15px;
  background-color: transparent;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 25px;
  border-radius: 10px;
  border: 2px solid white;
  color: white;
  transition: 0.3s;
  display: inline-block;
  margin-top: 22px;
}
body section.baixe-catalogo-home .formulario-cadastro .link:hover {
  background-color: white;
  color: #184d88;
}
@media screen and (max-width: 992px) {
  body section.baixe-catalogo-home .formulario-cadastro .mobileCenter {
    text-align: center;
  }
  body section.baixe-catalogo-home .formulario-cadastro input {
    width: 100%;
    margin-bottom: 15px;
  }
  body section.baixe-catalogo-home .formulario-cadastro label {
    width: 100%;
  }
  body section.baixe-catalogo-home .formulario-cadastro .txt2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  body section.baixe-catalogo-home {
    background-image: url("../../../media/imagens/catalogo-fundo.jpg");
    background-color: rgb(40, 31, 35);
    background-size: cover;
  }
  body section.baixe-catalogo-home img.milhos {
    display: none;
  }
  body section.baixe-catalogo-home .formulario-cadastro {
    padding: 50px 10px;
    margin-top: 0px;
    background-color: rgba(37, 28, 33, 0.6);
  }
  body section.baixe-catalogo-home .formulario-cadastro .txt1 {
    text-align: center;
    font-size: 20px;
  }
}
body section.duvida-home {
  padding: 50px 0px;
}
body section.duvida-home .box-duvida .thumb-youtube {
  padding-bottom: 20px;
  display: block;
}
body section.duvida-home .box-duvida .thumb-youtube img {
  height: 280px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body section.duvida-home .box-duvida .box-conteudo {
  display: table;
  height: 100%;
}
body section.duvida-home .box-duvida .box-conteudo .conteudo {
  vertical-align: middle;
  display: table-cell;
}
body section.duvida-home .box-duvida .box-conteudo .conteudo h2 {
  color: #2C4075;
  font-size: 30px;
  font-weight: 700;
}
body section.duvida-home .box-duvida .box-conteudo .conteudo h4 {
  font-size: 20px;
  font-weight: 600;
  color: #2C4075;
}
body section.blog-home {
  background-image: url("../../../media/imagens/blog-home.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 25px;
  overflow: hidden;
  width: 100%;
  /*Mobile*/
}
body section.blog-home.pg-franquia {
  background-color: #d7effb;
}
body section.blog-home .title-page {
  width: 100%;
  background-color: #2C4075;
  padding: 17px 0px;
  font-size: 27px;
  font-weight: 700;
  color: white;
  text-align: center;
  margin-bottom: 50px;
}
body section.blog-home .box-destaque {
  position: relative;
  transition: 0.5s;
}
body section.blog-home .box-destaque .principal {
  position: relative;
  width: 100%;
  height: 525px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 2px 3px 7px #a5a5a5;
}
body section.blog-home .box-destaque .principal img.img-blog {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body section.blog-home .box-destaque .principal .tituloTexto {
  background-color: rgba(28, 28, 150, 0.7);
  position: absolute;
  bottom: 0px;
  padding: 15px 25px;
  width: 100%;
  text-align: center;
}
body section.blog-home .box-destaque .principal .tituloTexto::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #9CAD37;
  top: 100%;
  left: 0px;
  transition: 0.5s;
}
body section.blog-home .box-destaque .principal .tituloTexto h3 {
  color: white;
  font-size: 26px;
  font-weight: 500;
  width: 100%;
  position: relative;
  transition: 0.5s;
}
body section.blog-home .box-destaque:hover .principal .tituloTexto h3 {
  color: #2C4075;
}
body section.blog-home .box-destaque:hover .principal .tituloTexto::before {
  top: 0px;
}
body section.blog-home .box-blog {
  position: relative;
  width: 100%;
  height: 250px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 25px;
  box-shadow: 2px 3px 7px #a5a5a5;
  transition: 0.5s;
}
body section.blog-home .box-blog img.img-blog {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body section.blog-home .box-blog .tituloTexto {
  background-color: rgba(28, 28, 150, 0.7);
  position: absolute;
  bottom: 0px;
  padding: 15px 15px;
  width: 100%;
  text-align: center;
  min-height: 95px;
}
body section.blog-home .box-blog .tituloTexto::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #9CAD37;
  top: 100%;
  left: 0px;
  transition: 0.5s;
}
body section.blog-home .box-blog .tituloTexto h3 {
  color: white;
  font-size: 16px;
  width: 100%;
  position: relative;
  transition: 0.5s;
}
body section.blog-home .box-blog:hover .tituloTexto h3 {
  color: #2C4075;
}
body section.blog-home .box-blog:hover .tituloTexto::before {
  top: 0px;
}
@media screen and (max-width: 992px) {
  body section.blog-home .box-destaque .principal {
    height: 300px;
    margin-bottom: 30px;
  }
  body section.blog-home .box-destaque .principal .tituloTexto h3 {
    font-size: 20px;
  }
  body section.blog-home .box-blog {
    height: 300px;
  }
  body section.blog-home .box-blog .tituloTexto h3 {
    font-size: 19px;
  }
}
body section.newsletter {
  padding: 15px 0px;
  background-color: #f9f9f9;
  text-align: center;
}
body section.newsletter .aviso-lgpd {
  display: block;
  max-width: 800px;
  margin: auto;
  font-size: 14px;
  color: dimgray;
}
body section.newsletter .aviso-lgpd a {
  color: #2c4075;
  font-weight: 500;
  border-bottom: 1px dotted #2c4075;
}
body section.newsletter h2 {
  font-size: 30px;
  font-weight: 700;
  color: #2c4075;
}
body section.newsletter h4 {
  font-size: 15px;
  font-weight: 500;
  margin-top: -5px;
  margin-bottom: 30px;
}
body section.newsletter form {
  padding: 30px 0px 7px;
  max-width: 700px;
  margin: auto;
}
body section.newsletter form .form-group {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
body section.newsletter form .form-group input {
  float: left;
  border-width: 0px 0px 2px 0px;
  border-style: solid;
  border-color: #989898;
  background-color: #eaeaea;
  padding: 5px;
  width: 100%;
}
body section.newsletter form .form-group input::-moz-placeholder {
  font-weight: 600;
}
body section.newsletter form .form-group input::placeholder {
  font-weight: 600;
}
body section.newsletter form .form-group input:focus, body section.newsletter form .form-group input:active {
  outline: none;
}
body section.newsletter form .form-group button.enviar {
  margin: auto;
  margin-bottom: 10px;
  display: block;
  margin-top: 10px;
  background-color: white;
  border: 2px solid #2c4075;
  padding: 7px 50px;
  border-radius: 5px;
  color: #2c4075;
  font-size: 17px;
  font-weight: 600;
  transition: 0.3s;
}
body section.newsletter form .form-group button.enviar:hover {
  background-color: #2c4075;
  color: white;
}
body section.mapa iframe {
  width: 100%;
  height: 350px;
}
body section.rodape {
  position: relative;
  /*Resoluções abaixo de 1199px*/
  /*Fundo Lateral Azul*/
  /*Logo*/
  /*Fontes e Listagem*/
  /*Box Contato*/
}
body section.rodape .selo {
  margin: 30px 0px;
  text-align: left;
}
@media screen and (max-width: 991px) {
  body section.rodape .selo {
    text-align: center;
  }
}
body section.rodape .selo img {
  max-width: 100%;
}
@media screen and (max-width: 1199px) {
  body section.rodape {
    text-align: center;
  }
  body section.rodape::before {
    display: none;
  }
}
body section.rodape p {
  color: #fff;
  padding-right: 50px;
}
@media screen and (max-width: 768px) {
  body section.rodape p {
    padding: 0;
  }
}
body section.rodape::before {
  content: "";
  background-color: #2C4075;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
}
@media screen and (min-width: 576px) {
  body section.rodape::before {
    width: calc((100% - 539px) / 2);
  }
}
@media screen and (min-width: 768px) {
  body section.rodape::before {
    width: calc((100% - 719px) / 2);
  }
}
@media screen and (min-width: 992px) {
  body section.rodape::before {
    width: calc((100% - 959px) / 2);
  }
}
@media screen and (min-width: 1200px) {
  body section.rodape::before {
    width: calc((100% - 1595px) / 2);
  }
}
body section.rodape .fundo-azul {
  background-color: #2C4075;
  padding: 50px 20px;
}
body section.rodape .fundo-azul.primeira {
  padding-left: 65px;
}
@media screen and (max-width: 1199px) {
  body section.rodape .fundo-azul {
    padding: 20px 0px;
  }
}
body section.rodape .box-externo {
  height: 100%;
  display: table;
  padding: 50px 10px 50px 10px;
}
body section.rodape .box-externo .box-interno {
  display: table-cell;
  vertical-align: middle;
}
body section.rodape .box-externo .box-interno .logo img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body section.rodape .box-externo .box-interno .descricao {
  margin-top: 30px;
}
body section.rodape h2 {
  font-size: 21px;
  font-weight: 700;
  color: white;
}
body section.rodape ul {
  padding: 0px;
}
body section.rodape ul li {
  list-style: none;
  color: white;
  margin-bottom: 8px;
}
body section.rodape ul li.produtos {
  list-style: inherit;
  color: white;
  margin-left: 20px;
}
@media screen and (max-width: 1199px) {
  body section.rodape ul li.produtos {
    list-style: none;
    margin-left: 0px;
  }
}
body section.rodape ul li a {
  position: relative;
  color: white;
  text-transform: uppercase;
  font-size: 13px;
  transition: 0.5s;
}
body section.rodape ul li a::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0px;
  width: 0px;
  height: 3px;
  background-color: white;
  transition: 0.5s;
}
body section.rodape ul li a:hover {
  color: #9CAD37;
}
body section.rodape ul li a:hover:before {
  background-color: #9CAD37;
  width: 100%;
}
body section.rodape .redes {
  font-size: 50px;
}
body section.rodape .redes a {
  color: white;
  transition: 0.3s;
}
body section.rodape .redes a:hover {
  color: #9CAD37;
}
@media screen and (max-width: 1199px) {
  body section.rodape .box-contato {
    display: -webkit-inline-box;
  }
}
body section.rodape .box-contato .contato {
  display: flex;
  margin-right: 20px;
}
body section.rodape .box-contato .contato .icone {
  margin-right: 9px;
  font-size: 30px;
}
body section.rodape .box-contato .contato .icone i.fas.fa-phone-square {
  color: white;
  transition: 0.5s;
}
body section.rodape .box-contato .contato .icone i.fab.fa-whatsapp {
  color: #00bd00;
  transition: 0.5s;
}
body section.rodape .box-contato .contato .numero {
  text-align: left;
}
body section.rodape .box-contato .contato .numero h5 {
  font-size: 12px;
  font-weight: 700;
  color: white;
  margin-top: 6px;
  transition: 0.5s;
}
body section.rodape .box-contato .contato .numero h2 {
  position: relative;
  font-size: 19px;
  font-weight: 500;
  color: white;
  margin-top: -10px;
  margin-bottom: 0px;
}
body section.rodape .box-contato .contato .numero h2::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0px;
  width: 0px;
  height: 3px;
  background-color: white;
  transition: 0.5s;
}
@media screen and (max-width: 1436px) {
  body section.rodape .box-contato .contato .numero h2 {
    font-size: 17px;
  }
}
body section.rodape .box-contato .contato:hover .icone i.fas.fa-phone-square {
  color: #9CAD37;
}
body section.rodape .box-contato .contato:hover .icone i.fab.fa-whatsapp {
  color: #9CAD37;
}
body section.rodape .box-contato .contato:hover .numero h5 {
  color: #9CAD37;
}
body section.rodape .box-contato .contato:hover .numero h2 {
  color: #9CAD37;
}
body section.rodape .box-contato .contato:hover .numero h2::before {
  background-color: #9CAD37;
  width: 100%;
}
body section.copyright {
  padding: 50px 0px;
}
body section.copyright .conteudo {
  text-align: left;
  font-size: 12px;
  margin-top: 12px;
}
body section.copyright .conteudo span {
  font-weight: 700;
}
body section.copyright .selos {
  text-align: center;
}
@media screen and (max-width: 768px) {
  body section.copyright .conteudo, body section.copyright .selos {
    text-align: center;
  }
}
body section.pagina-banner {
  position: relative;
  width: 100%;
  max-height: 400px;
  overflow: hidden;
}
body section.pagina-banner img {
  width: 100%;
}
body section.empresa h1.title {
  font-size: 30px;
  font-weight: 700;
  color: #2C4075;
  padding: 10px 0px;
  text-transform: uppercase;
}
body section.empresa .separador-video {
  padding-bottom: 20px;
}
body section.empresa .separador-video h2 {
  font-size: 40px;
  font-weight: 700;
  color: #2C4075;
}
body section.empresa .separador-video .conteudo {
  font-size: 17px;
  font-weight: 600;
}
body section.empresa .separador-video iframe {
  width: 100%;
  height: 250px;
}
body section.empresa .empresa-conteudo {
  font-size: 17px;
  font-weight: 600;
}
body section.empresa .empresa-conteudo .alinhamento-formulario {
  float: right;
  max-width: 390px;
  margin-left: 20px;
}
@media screen and (max-width: 991px) {
  body section.empresa .empresa-conteudo .alinhamento-formulario {
    float: inherit;
    margin-right: auto;
    margin-left: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    max-width: inherit;
  }
}
body section.empresa .empresa-conteudo h2 {
  font-size: 25px;
  font-weight: 700;
  color: #2C4075;
}
body section.empresa .box-genetica {
  box-shadow: 0px 0px 9px #cacaca;
  margin-bottom: 50px;
  padding: 50px;
  border-radius: 5px;
}
body section.empresa .box-genetica h2 {
  font-size: 40px;
  font-weight: 700;
  color: #2C4075;
}
body section.empresa .box-genetica .video {
  float: left;
  width: 100%;
  max-width: 400px;
  margin-right: 20px;
}
@media screen and (max-width: 991px) {
  body section.empresa .box-genetica .video {
    float: inherit;
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
body section.empresa .box-genetica .video iframe {
  width: 100%;
  height: 250px;
}
body section.empresa .galeria-empresa-1 {
  margin-top: 80px;
}
body section.empresa .galeria-empresa-1 .item {
  height: 650px;
  position: relative;
}
body section.empresa .galeria-empresa-1 .item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body section.empresa .galeria-empresa-1 .item .conteudo-img {
  position: absolute;
  bottom: 0px;
  padding: 20px 100px;
  background-color: rgba(0, 0, 0, 0.69);
}
body section.empresa .galeria-empresa-1 .item .conteudo-img h2 {
  font-size: 35px;
  font-weight: 700;
  color: white;
  height: 42px;
  overflow: hidden;
}
body section.empresa .galeria-empresa-1 .item .conteudo-img h4 {
  color: white;
  height: 84px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  body section.empresa .galeria-empresa-1 .item {
    height: 400px;
  }
  body section.empresa .galeria-empresa-1 .item .conteudo-img {
    padding: 20px 10px;
  }
  body section.empresa .galeria-empresa-1 .item .conteudo-img h2 {
    font-size: 19px;
    height: auto;
  }
  body section.empresa .galeria-empresa-1 .item .conteudo-img h4 {
    font-size: 13px;
    height: 75px;
  }
}
body section.empresa .galeria-empresa-1 i.fas.fa-chevron-left {
  position: absolute;
  top: calc(50% - 12px);
  left: 20px;
  font-size: 25px;
  color: white;
  padding: 5px 11px 5px 9px;
  border: 4px solid white;
  border-radius: 100px;
  overflow: hidden;
  transition: 0.3s;
}
body section.empresa .galeria-empresa-1 i.fas.fa-chevron-left:hover {
  background-color: #2C4075;
}
body section.empresa .galeria-empresa-1 i.fas.fa-chevron-right {
  position: absolute;
  top: calc(50% - 12px);
  right: 20px;
  font-size: 25px;
  color: white;
  padding: 5px 11px 5px 9px;
  border: 4px solid white;
  border-radius: 100px;
  overflow: hidden;
  transition: 0.3s;
}
body section.empresa .galeria-empresa-1 i.fas.fa-chevron-right:hover {
  background-color: #2C4075;
}
body section.empresa .galeria-empresa-2 .item {
  height: 145px;
  cursor: pointer;
}
body section.empresa .galeria-empresa-2 .item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body section.empresa .galeria-empresa-2 i.fas.fa-chevron-left {
  z-index: 1;
  position: absolute;
  top: calc(50% - 15px);
  left: 10px;
  font-size: 15px;
  color: white;
}
body section.empresa .galeria-empresa-2 i.fas.fa-chevron-left::after {
  content: "";
  position: absolute;
  top: -70px;
  left: -10px;
  width: 30px;
  height: 145px;
  background-color: rgba(43, 43, 43, 0.8);
  z-index: -1;
  transition: 0.3s;
}
body section.empresa .galeria-empresa-2 i.fas.fa-chevron-left:hover::after {
  background-color: black;
}
body section.empresa .galeria-empresa-2 i.fas.fa-chevron-right {
  z-index: 1;
  position: absolute;
  top: calc(50% - 15px);
  right: 10px;
  font-size: 15px;
  color: white;
}
body section.empresa .galeria-empresa-2 i.fas.fa-chevron-right::after {
  content: "";
  position: absolute;
  top: -70px;
  right: -10px;
  width: 30px;
  height: 145px;
  background-color: rgba(43, 43, 43, 0.8);
  z-index: -1;
  transition: 0.3s;
}
body section.empresa .galeria-empresa-2 i.fas.fa-chevron-right:hover::after {
  background-color: black;
}
body aside.formulario-lateral {
  position: sticky;
  top: 0;
  /*    DIV 2     */
  /*    DIV 1    */
  /*  SEGUNDA BORDA (ADICIONAR CLASSE '&.borda2' PARA MUDAR A COR DA BORDA ) */
}
body aside.formulario-lateral .imgphone {
  float: left;
  position: relative;
}
@media screen and (max-width: 768px) {
  body aside.formulario-lateral .left-imgphone {
    padding-left: 0px !important;
  }
}
body aside.formulario-lateral .left-zap {
  padding-left: 10px;
}
body aside.formulario-lateral h2 {
  color: #2C4075;
  font-size: 1.4rem;
  text-transform: uppercase;
  line-height: 1.2;
  padding-top: 20px !important;
  padding-bottom: 3px;
  font-weight: 700;
  text-align: center;
}
body aside.formulario-lateral h2:first-child {
  padding-top: 0px;
  margin-bottom: 11px;
}
@media screen and (max-width: 768px) {
  body aside.formulario-lateral h2:first-child {
    font-size: 18px;
  }
}
body aside.formulario-lateral h3 {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  color: #565656;
  text-align: center;
  margin-bottom: 20px;
}
body aside.formulario-lateral .formulario {
  position: relative;
}
body aside.formulario-lateral .formulario .box-ball {
  position: relative;
  background-color: white;
  width: 89px;
  height: 94px;
  border-radius: 100px;
  margin: auto;
  margin-bottom: -47px;
}
body aside.formulario-lateral .formulario .box-ball::before {
  content: "";
  position: absolute;
  box-shadow: 2px 3px 20px 6px #dedede;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  z-index: -1;
}
body aside.formulario-lateral .formulario .box-ball i.fas.fa-chevron-down {
  font-size: 30px;
  color: #2C4075;
  margin-top: 11px;
  margin-left: calc(50% - 30px);
  border: 5px solid #2C4075;
  padding: 12px 10px 7px 12px;
  border-radius: 50px;
}
body aside.formulario-lateral .formulario form {
  margin-bottom: 1rem;
  background-color: white;
  border-radius: 15px;
}
body aside.formulario-lateral .formulario form.borda2 {
  box-shadow: 2px 3px 20px 6px #dedede;
  padding: 30px;
}
body aside.formulario-lateral .formulario form .form-floating-label {
  position: relative;
  border: 2px solid rgba(193, 193, 193, 0.7882352941);
  border-radius: 5px;
  margin-bottom: 15px;
}
body aside.formulario-lateral .formulario form .form-floating-label label {
  color: #a4a8ab;
  font-size: 1.1em;
  position: absolute;
  pointer-events: none;
  left: 7px;
  top: 7px !important;
  transition: all 0.2s ease-in;
  font-weight: 100;
  text-transform: none;
}
body aside.formulario-lateral .formulario form .form-floating-label textarea ~ label {
  top: 0px;
  font-size: 1em;
  font-weight: 400;
  left: 12px !important;
}
body aside.formulario-lateral .formulario form .form-floating-label input:focus ~ label,
body aside.formulario-lateral .formulario form .form-floating-label input:disabled[value] ~ label, body aside.formulario-lateral .formulario form .form-floating-label.has-value input ~ label {
  top: 0px !important;
  font-size: 14px;
  font-weight: 400;
  left: 12px !important;
}
body aside.formulario-lateral .formulario form .form-floating-label textarea:focus ~ label, body aside.formulario-lateral .formulario form .form-floating-label.has-value textarea ~ label {
  top: 0px !important;
  font-size: 14px;
  color: #a4a8ab;
  font-weight: 400;
  left: 12px !important;
}
body aside.formulario-lateral .formulario form input, body aside.formulario-lateral .formulario form textarea, body aside.formulario-lateral .formulario form select {
  width: 100%;
  margin: 0;
  border-color: transparent !important;
  border-radius: 0px !important;
  font-weight: 500 !important;
  background: transparent !important;
  padding: 13px 11px 4px 8px;
  color: #a4a8ab;
  height: auto;
}
body aside.formulario-lateral .formulario form select {
  padding-bottom: 16px !important;
}
body aside.formulario-lateral .formulario form input:focus, body aside.formulario-lateral .formulario form select:focus, body aside.formulario-lateral .formulario form textarea:focus {
  border-radius: 0px !important;
  box-shadow: none !important;
  color: grey;
  padding-left: 10px;
  outline: none;
}
body aside.formulario-lateral .formulario form button.button, body aside.formulario-lateral .formulario form a.button {
  text-transform: uppercase;
  width: 100%;
  font-size: 25px;
  padding: 0.75rem 1rem;
  display: block;
  font-weight: 700;
  margin: 0px;
  background: #2C4075;
  margin-bottom: 13px;
  transition: 0.3s;
  border-radius: 5px !important;
  color: white !important;
  border: 2px solid #2C4075 !important;
  position: relative;
}
@media screen and (max-width: 768px) {
  body aside.formulario-lateral .formulario form button.button, body aside.formulario-lateral .formulario form a.button {
    font-size: 0.9rem;
  }
}
body aside.formulario-lateral .formulario form button.button i, body aside.formulario-lateral .formulario form a.button i {
  font-size: 34px;
  font-weight: 100;
  position: absolute;
  top: 10px;
  right: 10px;
}
body aside.formulario-lateral .formulario form button.button:hover, body aside.formulario-lateral .formulario form a.button:hover {
  background-color: white !important;
  border-color: #2C4075 !important;
  color: #2C4075 !important;
}
body aside.formulario-lateral .formulario form small {
  color: #BBBBBB;
  font-weight: 700;
}
body aside.formulario-lateral .enderecos {
  text-align: center;
  position: relative;
}
body aside.formulario-lateral .enderecos .boxEnderecos {
  border-bottom: 1px solid #cad6e4;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
body aside.formulario-lateral .enderecos .boxEnderecos.semborda {
  border-bottom: transparent;
}
body aside.formulario-lateral .enderecos .titulo_contato {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #216144;
  margin-top: 20px;
}
body aside.formulario-lateral .enderecos ul li {
  list-style: none;
  font-size: 15px;
  color: #216144;
}
body aside.formulario-lateral .enderecos i {
  position: absolute;
  margin-top: -14px;
  left: 0px;
  font-size: 24px;
}
body section.produtos {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #dadada;
  /*Fundo Lateral Menu e linha horizontal*/
  /*Menu de listagem de produtos*/
  /*Texto conteudo e titulo*/
  /*Imagem do produto / img principal*/
  /*Destaques textos e imgs*/
  /*Tabela 1 */
  /*Legenda ao lado da tabela 1*/
  /*Icones da legenda e tabela*/
  /*Texto Chamada*/
  /*TABELA 2 - FEITA NA DIV */
}
body section.produtos .primeiro-container {
  position: relative;
}
body section.produtos .primeiro-container::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  background-color: #2C4075;
  display: none;
}
@media screen and (min-width: 992px) {
  body section.produtos .primeiro-container::before {
    display: block;
    width: calc(15px + (100% - 960px) / 2);
  }
}
@media screen and (min-width: 1200px) {
  body section.produtos .primeiro-container::before {
    width: 15px;
  }
}
@media screen and (min-width: 1597px) {
  body section.produtos .primeiro-container::before {
    width: calc(15px + (100% - 1596px) / 2);
  }
}
body section.produtos .primeiro-container h1 {
  margin-top: 54px;
  font-size: 50px;
  font-weight: 700;
  color: #2C4075;
}
body section.produtos .primeiro-container h2 {
  margin: 0px 0 40px 0;
  font-size: 23px;
  font-style: italic;
}
body section.produtos .primeiro-container h3 {
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 28px;
}
body section.produtos .primeiro-container ul {
  padding-left: 17px;
  font-size: 0.9em;
  margin-bottom: 23px;
}
@media screen and (max-width: 768px) {
  body section.produtos .primeiro-container ul {
    margin-bottom: 70px;
  }
}
body section.produtos .primeiro-container ul li {
  margin-bottom: 15px;
}
body section.produtos .primeiro-container ul.primeiro li {
  font-weight: bold;
}
body section.produtos .primeiro-container ul.primeiro li span {
  display: block;
  font-weight: normal;
}
body section.produtos .primeiro-container .item img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  body section.produtos .primeiro-container .item {
    margin-bottom: 70px;
  }
}
body section.produtos .primeiro-container .icons {
  margin-bottom: 45px;
}
body section.produtos .primeiro-container .icons .title i {
  font-size: 4em;
  float: left;
  margin: 5px 19px;
  color: #2C4075;
}
body section.produtos .primeiro-container .icons .subtitle {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9em;
  margin-bottom: 22px;
  color: #000;
}
body section.produtos .menu-produtos {
  background-color: #2C4075;
  height: 100%;
  padding-bottom: 30px;
}
body section.produtos .menu-produtos .main {
  color: white;
  font-size: 32px;
  font-weight: 700;
  padding: 50px 10px 18px;
}
body section.produtos .menu-produtos ul {
  padding-left: 25px;
}
body section.produtos .menu-produtos ul li {
  color: white;
}
body section.produtos .menu-produtos ul li a {
  font-size: 22px;
  color: white;
  font-weight: 700;
}
body section.produtos .menu-produtos ul li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 992px) {
  body section.produtos .menu-produtos {
    text-align: center;
  }
  body section.produtos .menu-produtos h2 {
    padding: 10px 10px;
  }
  body section.produtos .menu-produtos ul {
    margin-left: 0px;
    padding: 0px;
  }
  body section.produtos .menu-produtos ul li {
    list-style: none;
  }
}
body section.produtos .info-produto h2 {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2C4075;
  padding: 25px 0px;
  margin: 0px;
}
body section.produtos .info-produto .texto {
  font-size: 17px;
  font-weight: 600;
}
@media screen and (min-width: 1199px) {
  body section.produtos .info-produto {
    margin-top: 125px;
  }
}
body section.produtos .img-principal img {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  body section.produtos .img-principal img {
    width: calc(100% + 6px);
  }
}
@media screen and (min-width: 1597px) {
  body section.produtos .img-principal img {
    width: calc(100% + 6px + (100vw - 1596px) / 2);
  }
}
@media screen and (max-width: 1199px) {
  body section.produtos .img-principal.desktop {
    display: none;
  }
}
body section.produtos .img-principal.mobile {
  margin-top: 20px;
}
@media screen and (min-width: 1200px) {
  body section.produtos .img-principal.mobile {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  body section.produtos .atributos-destaque {
    margin-bottom: -9px;
  }
}
body section.produtos .atributos-destaque .produto-title {
  position: relative;
}
body section.produtos .atributos-destaque .produto-title img {
  width: 433px;
  height: 397px;
}
body section.produtos .atributos-destaque .produto-title h2 {
  position: absolute;
  top: 157px;
  left: 40px;
  font-size: 70px;
  color: white;
  font-weight: 600;
}
body section.produtos .atributos-destaque .texto-destaque {
  font-size: 60px;
  font-weight: 700;
  color: #2C4075;
  line-height: 1.2;
}
@media screen and (max-width: 1380px) {
  body section.produtos .atributos-destaque .texto-destaque {
    padding-left: 40px;
    font-size: 50px;
  }
}
body section.produtos .atributos-destaque .img-destaque {
  position: relative;
}
body section.produtos .atributos-destaque .img-destaque img.lancamento {
  max-height: 397px;
  max-width: 100%;
}
body section.produtos .atributos-destaque .img-destaque .valor.white {
  position: absolute;
  right: 0px;
  bottom: 20px;
  width: 155px;
  height: 50px;
  z-index: 1;
  font-size: 23px;
  font-weight: 600;
  color: white;
  text-align: center;
}
body section.produtos .atributos-destaque .img-destaque .valor.white img.imgfundo {
  position: absolute;
  right: 0px;
  top: -9px;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  body section.produtos .atributos-destaque .produto-title {
    text-align: center;
  }
  body section.produtos .atributos-destaque .produto-title img {
    width: 300px;
    height: 275px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  body section.produtos .atributos-destaque .produto-title h2 {
    width: 280px;
    left: calc(50% - 140px);
    font-weight: 600;
    font-size: 45px;
    top: 109px;
    text-align: center;
  }
  body section.produtos .atributos-destaque .texto-destaque {
    text-align: center;
    font-size: 30px;
    border: 2px solid #2C4075;
    margin-top: -7px;
    padding: 10px;
  }
  body section.produtos .atributos-destaque .img-destaque {
    text-align: center;
  }
}
body section.produtos .detalhamento {
  padding: 35px 0px;
}
body section.produtos .detalhamento table {
  width: calc(100% - 40px);
  margin-bottom: 15px;
}
@media screen and (max-width: 1199px) {
  body section.produtos .detalhamento table {
    width: 100%;
  }
}
body section.produtos .detalhamento table td.atributo {
  background-color: #2C4075;
  font-size: 28px;
  font-weight: 500;
  color: white;
  width: 30%;
  text-align: center;
  padding: 10px 25px;
}
@media screen and (max-width: 1199px) {
  body section.produtos .detalhamento table td.atributo {
    display: none;
  }
}
body section.produtos .detalhamento table td.atributo-mobile {
  background-color: #2C4075;
  font-size: 28px;
  font-weight: 500;
  color: white;
  width: 30%;
  text-align: center;
  padding: 10px 25px;
}
@media screen and (min-width: 1200px) {
  body section.produtos .detalhamento table td.atributo-mobile {
    display: none;
  }
}
body section.produtos .detalhamento table td.tipo-1 {
  width: 30%;
  background-color: #f0f1f6;
  padding: 10px;
  font-size: 24px;
  color: #2C4075;
  border-right: 3px solid white;
}
body section.produtos .detalhamento table td.tipo-2 {
  width: 30%;
  background-color: #f8f7fc;
  padding: 10px;
  font-size: 24px;
  color: #2C4075;
  border-right: 3px solid white;
}
body section.produtos .detalhamento table td.tipo-3 {
  width: 40%;
  background-color: #d8dbea;
  padding: 10px;
  font-size: 24px;
  color: #2C4075;
  font-weight: 600;
  text-align: center;
}
body section.produtos .detalhamento table td.tipo-3.meio {
  width: 20%;
  border-right: 3px solid white;
}
body section.produtos .detalhamento table td.tipo-4 {
  width: 40%;
  background-color: #eaedf4;
  padding: 10px;
  font-size: 24px;
  color: #2C4075;
  font-weight: 600;
  text-align: center;
}
body section.produtos .detalhamento table td.tipo-4.meio {
  width: 20%;
  border-right: 3px solid white;
}
body section.produtos .detalhamento table td.tipo-1, body section.produtos .detalhamento table td.tipo-2, body section.produtos .detalhamento table td.tipo-3, body section.produtos .detalhamento table td.tipo-4 {
  transition: 0.3s;
}
body section.produtos .detalhamento table td.tipo-1:hover, body section.produtos .detalhamento table td.tipo-2:hover, body section.produtos .detalhamento table td.tipo-3:hover, body section.produtos .detalhamento table td.tipo-4:hover {
  background-color: #b5bde4;
}
@media screen and (max-width: 767px) {
  body section.produtos .detalhamento table td.tipo-1, body section.produtos .detalhamento table td.tipo-2, body section.produtos .detalhamento table td.tipo-3, body section.produtos .detalhamento table td.tipo-4 {
    font-size: 13px;
  }
}
body section.produtos .legenda-box {
  position: relative;
  float: right;
  transform: scale(0.75);
}
body section.produtos .legenda-box .legenda-conteudo {
  white-space: nowrap;
  position: absolute;
  top: -309px;
  right: -390px;
  transform: rotate(-90deg);
}
body section.produtos .legenda-box .legenda-conteudo span {
  margin-right: 15px;
}
@media screen and (max-width: 1199px) {
  body section.produtos .legenda-box .legenda-conteudo {
    transform: inherit;
    top: unset;
    bottom: -100px;
    right: -40px;
  }
}
body section.produtos i.fas.fa-times.red {
  padding: 5px 8px 3px 7px;
  background-color: #2C4075;
  color: white;
  border-radius: 100px;
  margin-right: 10px;
}
body section.produtos i.fas.fa-check.yellow {
  padding: 6px 5px 4px 5px;
  background-color: #faa31a;
  color: white;
  border-radius: 100px;
  margin-right: 10px;
}
body section.produtos i.fas.fa-check.green {
  padding: 6px 5px 4px 5px;
  background-color: #128c77;
  color: white;
  border-radius: 100px;
  margin-right: 10px;
}
body section.produtos .chamada {
  background-color: #2C4075;
  padding: 20px 0px;
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  text-align: center;
}
body section.produtos .detalhamento-2 {
  background-color: #e9e9f5;
}
body section.produtos .detalhamento-2 .detalhes {
  margin-top: 50px;
  width: 100%;
}
body section.produtos .detalhamento-2 .detalhes .titulos {
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  color: #2C4075;
  line-height: 1.3;
}
body section.produtos .detalhamento-2 .detalhes ul {
  padding-left: 20px;
}
body section.produtos .detalhamento-2 .detalhes .valor {
  padding-top: 15px;
}
body section.produtos .detalhamento-2 .detalhes .valor.white {
  color: white;
  font-size: 22px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  padding: 30px 28px;
}
body section.produtos .detalhamento-2 .detalhes .valor.white img.imgfundo {
  position: absolute;
  top: 20px;
  left: 0px;
  z-index: -1;
}
body section.produtos .alinhar-formulario {
  padding: 30px 0px;
}
body section.produtos .download {
  position: relative;
  background-color: #2C4075;
  padding: 20px;
  transition: 0.5s;
}
body section.produtos .download .icone {
  float: left;
  font-size: 106px;
  margin-right: 20px;
  color: white;
}
@media screen and (max-width: 991px) {
  body section.produtos .download .icone {
    width: 100%;
    text-align: center;
  }
}
body section.produtos .download .info {
  font-size: 17px;
  font-weight: 600;
  color: white;
}
body section.produtos .download .info h2 {
  font-size: 21px;
  font-weight: 700;
  color: white;
}
body section.produtos .download .lateral {
  height: 100%;
  top: 0px;
  right: 0px;
  position: absolute;
}
body section.produtos .download .lateral::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #2C4075;
  height: 100%;
  display: none;
  transition: 0.5s;
}
@media screen and (min-width: 992px) {
  body section.produtos .download .lateral::after {
    display: inherit;
    width: calc((100vw - 960px) / 2);
  }
}
@media screen and (min-width: 1200px) {
  body section.produtos .download .lateral::after {
    width: calc((100vw - 1596px) / 2);
  }
}
body section.produtos .download:hover {
  background-color: #2C4075;
}
body section.produtos .download:hover .lateral::after {
  background-color: #2C4075;
}
body section.representantes .texto-busca {
  text-align: center;
  padding-bottom: 30px;
}
body section.representantes .texto-busca h2 {
  font-weight: 700;
  color: #2C4075;
  margin-top: 10px;
  height: auto;
  font-size: 20px;
}
body section.representantes .texto-busca h4 {
  font-size: 13px;
  color: #000000;
  text-transform: uppercase;
}
body section.representantes .box {
  margin-bottom: 25px;
  box-shadow: 0px 0px 9px #cacaca;
  border-radius: 5px;
  padding: 25px;
  transition: 0.3s;
}
body section.representantes .box:hover {
  box-shadow: 0px 0px 9px #565656;
}
body section.representantes .box .local {
  display: inline-block;
  background-color: #2C4075;
  font-size: 16px;
  font-weight: 600;
  color: white;
  padding: 3px 5px;
}
body section.representantes .box .info h2 {
  font-size: 20px;
  font-weight: 700;
  color: #2C4075;
  margin-top: 10px;
  padding-bottom: 2px;
}
body section.representantes .box .info h3 {
  font-size: 13px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  body section.representantes .box .info h2 {
    font-size: 18px;
  }
  body section.representantes .box .info h3 {
    font-size: 15px;
  }
}
body section.representantes .box .contatos {
  margin-top: 20px;
}
body section.representantes .box .contatos .phone, body section.representantes .box .contatos .zap {
  font-size: 23px;
}
body section.representantes .box .contatos .phone i.fas.fa-phone-square, body section.representantes .box .contatos .zap i.fas.fa-phone-square {
  color: #c1c1c1;
}
body section.representantes .box .contatos .phone i.fab.fa-whatsapp-square, body section.representantes .box .contatos .zap i.fab.fa-whatsapp-square {
  color: #00bc05;
}
body section.representantes .box .contatos .phone span, body section.representantes .box .contatos .zap span {
  font-weight: 700;
  color: #76767d;
}
body section.representantes .box .contatos .email {
  font-size: 14px;
  color: #060606;
}
@media screen and (max-width: 767px) {
  body section.representantes .box .contatos .phone, body section.representantes .box .contatos .zap {
    font-size: 22px;
  }
  body section.representantes .box .contatos .email {
    font-size: 16px;
  }
}
body section.representantes .box .gestao {
  cursor: pointer;
}
body section.representantes .box .gestao .box-gestao {
  max-height: 0px;
  overflow: hidden;
  transition: 0.5s;
}
body section.representantes .box .gestao .box-gestao.aberto {
  max-height: 500px;
  background: #eaeaea;
  padding: 25px;
}
body section.representantes .box .gestao h3.gestao-titulo {
  padding: 10px 0px;
  font-size: 15px;
  margin-top: 40px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #2C4075;
  font-weight: 600;
}
body section.representantes .box .gestao .gerente, body section.representantes .box .gestao .eng {
  margin-bottom: 40px;
}
body section.representantes .box .gestao .gerente:last-child, body section.representantes .box .gestao .eng:last-child {
  margin-bottom: 0;
}
body section.representantes .box .gestao .gerente h3, body section.representantes .box .gestao .eng h3 {
  color: #000;
  font-size: 14px;
  margin-bottom: 3px;
  font-weight: 800;
}
body section.representantes .box .gestao .gerente h4, body section.representantes .box .gestao .eng h4 {
  color: #2C4075;
  font-weight: 700;
  font-size: 20px;
}
body section.representantes .box .gestao .gerente .contatos, body section.representantes .box .gestao .eng .contatos {
  margin-top: 0px !important;
}
body section.blog-listagem h4 {
  margin-top: 20px;
  font-size: 25px;
  font-weight: 600;
  color: #2C4075;
  padding: 10px;
}
body section.blog-listagem .artigo-title {
  font-size: 30px;
  font-weight: 700;
  color: #2C4075;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body section.blog-listagem .artigo-title {
    padding-right: 0;
    padding-left: 0;
  }
}
body section.blog-listagem .noticia {
  margin-bottom: 25px;
  display: block;
  padding: 15px;
  transition: 0.3s;
  background-color: rgba(224, 224, 224, 0.5);
  border-color: #565656;
}
body section.blog-listagem .noticia.padrao .thumb {
  width: 100%;
  height: 300px;
}
body section.blog-listagem .noticia.padrao .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body section.blog-listagem .noticia.padrao h2 {
  margin-top: 20px;
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2C4075;
  height: 76px;
}
@media screen and (max-width: 1600px) {
  body section.blog-listagem .noticia.padrao h2 {
    height: 97px;
  }
}
@media screen and (max-width: 1200px) {
  body section.blog-listagem .noticia.padrao h2 {
    height: auto;
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  body section.blog-listagem .noticia.padrao h2 {
    font-size: 20px;
  }
}
body section.blog-listagem .noticia.padrao h5 {
  font-size: 16px;
  font-weight: 500;
  color: black;
  height: 39px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  body section.blog-listagem .noticia.padrao h5 {
    height: auto;
  }
}
body section.blog-listagem .noticia.principal .thumb {
  width: 100%;
  height: 350px;
}
body section.blog-listagem .noticia.principal .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body section.blog-listagem .noticia.principal h2 {
  margin-top: 20px;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2C4075;
}
@media screen and (max-width: 768px) {
  body section.blog-listagem .noticia.principal h2 {
    font-size: 20px;
  }
}
body section.blog-listagem .noticia.principal h5 {
  font-size: 17px;
  font-weight: 500;
  color: black;
  height: 64px;
  overflow: hidden;
}
body section.noticiasTop {
  background-size: cover;
  height: 400px;
  background-position: center center;
  display: table-cell;
  width: 100vw;
  vertical-align: middle;
  padding: 20px;
  /*  CAMPO DE BUSCA  */
  /*LISTAGEM DE CATEGORIAS*/
}
@media (max-width: 991px) {
  body section.noticiasTop {
    height: 300px;
  }
}
body section.noticiasTop .campodeBusca {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  body section.noticiasTop .campodeBusca {
    text-align: center;
    padding: 60px 10px 0px;
  }
}
body section.noticiasTop .campodeBusca input {
  background-color: transparent;
  border: none;
  border-bottom: 3px solid white;
  border-radius: 0px !important;
  float: left;
  color: white;
}
body section.noticiasTop .campodeBusca input::-moz-placeholder {
  font-weight: 700;
  color: white;
}
body section.noticiasTop .campodeBusca input::placeholder {
  font-weight: 700;
  color: white;
}
body section.noticiasTop .campodeBusca input:focus, body section.noticiasTop .campodeBusca input:hover {
  box-shadow: none;
  background-color: transparent;
  border: none;
  outline: none;
  border-bottom: 2px solid #2C4075;
}
body section.noticiasTop .campodeBusca .button {
  background-color: transparent;
  width: 100%;
  border: 2px solid white;
  margin-left: 10px;
  font-size: 17px;
  font-weight: 700;
  color: white;
  padding: 7px 10px;
  border-radius: 7px;
  cursor: pointer;
  transition: 0.3s;
}
body section.noticiasTop .campodeBusca .button:hover {
  background-color: #2C4075;
  color: white;
}
@media screen and (max-width: 768px) {
  body section.noticiasTop .campodeBusca .button {
    margin: 0;
    margin-top: 10px;
  }
}
body section.noticiasTop .categoriasNoticias {
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  display: flex;
}
body section.noticiasTop .categoriasNoticias ul {
  padding: 0px;
  margin: auto !important;
  width: 100%;
  display: flex;
}
body section.noticiasTop .categoriasNoticias ul li {
  display: inline-flex;
  width: 100%;
  border-left: 2px solid white;
  padding: 10px 0px 10px 10px;
  transition: 0.5s;
}
body section.noticiasTop .categoriasNoticias ul li a {
  font-size: 22px;
  font-weight: 700;
  color: white;
  width: 100%;
  text-align: center;
}
body section.noticiasTop .categoriasNoticias ul li:hover, body section.noticiasTop .categoriasNoticias ul li.active {
  background-color: rgba(249, 249, 249, 0.36);
}
body section.blog-interna h1.title {
  font-size: 30px;
  font-weight: 700;
  color: #2c4075;
  padding: 10px 0px;
  text-transform: uppercase;
}
body section.blog-interna .foto-galeria {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body section.blog-interna .owl-galeria-blog {
  max-width: 800px;
  width: 100%;
  margin: 30px auto;
}
body section.blog-interna img {
  width: 100%;
}
body section.blog-interna .separador-video {
  padding-bottom: 20px;
}
body section.blog-interna .separador-video h2 {
  font-size: 40px;
  font-weight: 700;
  color: #2c4075;
}
@media screen and (max-width: 767px) {
  body section.blog-interna .separador-video h2 {
    font-size: 20px;
  }
}
body section.blog-interna .separador-video .conteudo {
  font-size: 17px;
  font-weight: 600;
  padding-bottom: 25px;
}
body section.blog-interna .separador-video iframe {
  width: 100%;
  height: 250px;
}
body section.blog-interna .blog-conteudo {
  font-size: 17px;
  font-weight: 600;
}
body section.blog-interna .blog-conteudo .alinhamento-formulario {
  float: right;
  max-width: 500px;
  margin-left: 20px;
}
@media screen and (max-width: 991px) {
  body section.blog-interna .blog-conteudo .alinhamento-formulario {
    float: inherit;
    margin-right: auto;
    margin-left: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    max-width: inherit;
  }
}
body section.blog-interna .blog-conteudo h2 {
  font-size: 25px;
  font-weight: 700;
  color: #2c4075;
}
@media screen and (max-width: 767px) {
  body section.blog-interna .blog-conteudo h2 {
    font-size: 20px;
  }
}
body section.home-multimidia {
  overflow: hidden;
}
body section.home-multimidia h1 {
  color: #014fa1;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  padding: 30px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body section.home-multimidia h1 {
    padding-bottom: 10px;
  }
}
body section.home-multimidia .multimidia {
  margin: 15px 0;
}
body section.home-multimidia .multimidia .owl-stage-outer {
  overflow: inherit;
}
body section.home-multimidia .multimidia .owl-stage-outer .owl-item:not(.active) .item {
  position: relative;
}
body section.home-multimidia .multimidia .owl-stage-outer .owl-item:not(.active) .item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #fff;
  opacity: 0.85;
}
body section.home-multimidia .multimidia .owl-stage-outer .owl-item:not(.active) .item:after {
  content: "";
  display: table;
  clear: both;
}
body section.home-multimidia .multimidia .item .image {
  overflow: hidden;
  background: #262b88;
  position: relative;
  display: block;
}
body section.home-multimidia .multimidia .item .image img {
  width: 100%;
  height: 173px;
  display: inline-block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
body section.home-multimidia .multimidia .item .image .leia-mais {
  opacity: 0;
  position: absolute;
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  padding: 7px 28px;
  top: calc(50% - 20px);
  left: calc(50% - 90px);
  background: rgba(255, 255, 255, 0.2);
  transform: scale(2);
  transition: opacity 500ms 125ms, transform 250ms;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  body section.home-multimidia .multimidia .item .image img {
    opacity: 0.75;
    transform: scale(1.125);
  }
  body section.home-multimidia .multimidia .item .image .leia-mais {
    opacity: 1;
    transform: scale(1);
  }
}
body section.home-multimidia .multimidia .item .image:hover img {
  opacity: 0.75;
  transform: scale(1.125);
}
body section.home-multimidia .multimidia .item .image:hover .leia-mais {
  opacity: 1;
  transform: scale(1);
}
body section.home-multimidia .multimidia .item .cat {
  margin: 7px 0 13px;
}
body section.home-multimidia .multimidia .item .cat, body section.home-multimidia .multimidia .item .link {
  color: black;
  text-transform: uppercase;
  font-size: 0.9em;
  display: inline-block;
  font-weight: 300;
  line-height: 1em;
}
body section.home-multimidia .multimidia .item .cat.continuar, body section.home-multimidia .multimidia .item .link.continuar {
  width: 100%;
}
body section.home-multimidia .multimidia .item .cat.continuar .continue, body section.home-multimidia .multimidia .item .link.continuar .continue {
  width: 100%;
  text-align: right;
}
body section.home-multimidia .multimidia .item .text {
  text-transform: uppercase;
  color: #000;
  font-family: "Timeless";
  line-height: 1.2em;
  height: 79px;
  overflow: hidden;
}
body section.home-multimidia .multimidia .item .link {
  float: right;
  margin-top: 20px;
}
body section.home-multimidia .multimidia .owl-nav, body section.home-multimidia .multimidia .owl-nav.disabled {
  display: inherit !important;
}
body section.home-multimidia .multimidia .owl-nav button, body section.home-multimidia .multimidia .owl-nav.disabled button {
  position: absolute;
  height: 100%;
  top: 0;
  font-size: 5em;
  color: #262b88;
  display: inline-block;
  padding: 0 30px !important;
  opacity: 1;
  outline: none !important;
  transition: all 0.5s ease;
}
body section.home-multimidia .multimidia .owl-nav button.owl-prev, body section.home-multimidia .multimidia .owl-nav.disabled button.owl-prev {
  left: -125px;
}
body section.home-multimidia .multimidia .owl-nav button.owl-next, body section.home-multimidia .multimidia .owl-nav.disabled button.owl-next {
  right: -125px;
}
body section.home-multimidia .multimidia .owl-nav button.disabled, body section.home-multimidia .multimidia .owl-nav.disabled button.disabled {
  display: none;
}
body section.home-multimidia .multimidia .owl-nav button:hover, body section.home-multimidia .multimidia .owl-nav.disabled button:hover {
  opacity: 1 !important;
}
body section.home-multimidia .multimidia .owl-nav button i, body section.home-multimidia .multimidia .owl-nav.disabled button i {
  color: #0251a0;
  font-size: 0.65em;
  padding: 3px 9px;
  transition: all 0.5s ease;
}
body section.home-multimidia .multimidia .owl-nav button:hover i, body section.home-multimidia .multimidia .owl-nav.disabled button:hover i {
  transform: translateY(-3px);
  box-shadow: 3px 3px 0 0 rgba(34, 34, 34, 0.2);
  background: #262b88;
  color: #fff;
}
body section.home-multimidia .multimidia:hover .owl-nav button {
  opacity: 0.7;
}
body section.multimidia-interna h1.title {
  font-size: 30px;
  font-weight: 700;
  color: #2C4075;
  padding: 10px 0px;
  text-transform: uppercase;
}
body section.multimidia-interna .separador-video {
  padding-bottom: 20px;
}
body section.multimidia-interna .separador-video h2 {
  font-size: 40px;
  font-weight: 700;
  color: #2C4075;
}
body section.multimidia-interna .separador-video .conteudo {
  font-size: 17px;
  font-weight: 600;
}
body section.multimidia-interna .separador-video iframe, body section.multimidia-interna .separador-video img.mediaImg {
  width: 100%;
  height: 250px;
}
body section.multimidia-interna .blog-conteudo {
  font-size: 17px;
  font-weight: 600;
}
body section.multimidia-interna .blog-conteudo .alinhamento-formulario {
  float: right;
  max-width: 500px;
  margin-left: 20px;
}
@media screen and (max-width: 991px) {
  body section.multimidia-interna .blog-conteudo .alinhamento-formulario {
    float: inherit;
    margin-right: auto;
    margin-left: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    max-width: inherit;
  }
}
body section.multimidia-interna .blog-conteudo h2 {
  font-size: 25px;
  font-weight: 700;
  color: #2C4075;
}
body section.downloads-page {
  padding-bottom: 65px;
  padding-top: 25px;
}
body section.downloads-page h1 {
  font-size: 34px;
  font-weight: 700;
  color: #2C4075;
  text-align: center;
  max-width: 800px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 50px;
}
body section.downloads-page .box-download {
  position: relative;
  margin-bottom: 30px;
  padding: 10px;
  border: 1px solid #e0e0e0;
  height: calc(100% - 30px);
  transition: 0.3s;
}
body section.downloads-page .box-download:hover {
  border-color: #565656;
  background-color: rgba(224, 224, 224, 0.5);
}
body section.downloads-page .box-download .img-download {
  height: 220px;
  width: 100%;
  margin-right: 20px;
}
body section.downloads-page .box-download .img-download img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body section.downloads-page .box-download .conteudo-download {
  padding: 0px 20px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  body section.downloads-page .box-download .conteudo-download {
    margin-top: 20px;
  }
}
body section.downloads-page .box-download .conteudo-download .grid-minima {
  min-height: 138px;
}
body section.downloads-page .box-download .conteudo-download .grid-minima h2 {
  font-size: 20px;
  margin-top: 12px;
  font-weight: 700;
  color: #2C4075;
}
body section.downloads-page .box-download .conteudo-download .grid-minima .texto-download {
  font-size: 14px;
  color: black;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  position: relative;
  min-height: 84px;
}
body section.downloads-page .box-download .conteudo-download .grid-minima .texto-download.abrir {
  overflow: unset;
  display: block;
  -webkit-line-clamp: none;
  text-overflow: none;
  -webkit-box-orient: none;
}
body section.downloads-page .box-download .conteudo-download .grid-minima .ver-tudo {
  position: relative;
  font-size: 15px;
  font-weight: 700;
  color: #2c4075;
  cursor: pointer;
}
body section.downloads-page .box-download .conteudo-download .grid-minima .ver-tudo:hover {
  text-decoration: underline;
}
body section.downloads-page .box-download .conteudo-download .grid-minima .ver-tudo::before {
  content: "Exibir mais";
}
body section.downloads-page .box-download .conteudo-download .grid-minima .ver-tudo.recolher::before {
  content: "Recolher";
}
body section.downloads-page .box-download .conteudo-download a.link-download {
  margin-top: 13px;
  margin-bottom: 9px;
  padding: 10px 0px;
  display: block;
  background-color: #2C4075;
  border: 2px solid #2C4075;
  font-size: 19px;
  font-weight: 700;
  color: white;
  text-align: center;
  border-radius: 5px;
  width: 100%;
  transition: 0.3s;
}
body section.downloads-page .box-download .conteudo-download a.link-download:hover {
  background-color: white;
  color: #2C4075;
}
@media screen and (max-width: 1199px) {
  body section.downloads-page .box-download .conteudo-download a.link-download {
    position: static;
    margin-top: 21px;
  }
}
@media screen and (max-width: 1199px) {
  body section.downloads-page .box-download {
    display: inherit;
  }
  body section.downloads-page .box-download .img-download {
    height: 250px;
    margin-bottom: 20px;
  }
}
body section.fale-conosco {
  padding: 50px 0px;
}
body section.fale-conosco .vagas-list {
  padding: 20px 40px 30px 40px;
  background-color: #fafafa;
  margin-bottom: 30px;
}
body section.fale-conosco .vagas-list hr:last-of-type {
  display: none;
}
body section.fale-conosco .vagas-list h3 {
  font-size: 20px;
  font-weight: 600;
  color: #2c4075;
  margin-bottom: 30px;
}
body section.fale-conosco .vagas-list .item-detalhes {
  font-size: 15px;
  padding-top: 20px;
}
body section.fale-conosco .vagas-list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
}
body section.fale-conosco .vagas-list .item a {
  color: #2c4075;
  border-radius: 5px;
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #2c4075;
  font-weight: 600;
}
body section.fale-conosco .vagas-list .item a i {
  margin-right: 5px;
}
body section.fale-conosco .vagas-list .item h4 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 575px) {
  body section.fale-conosco .vagas-list h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  body section.fale-conosco .vagas-list .item-detalhes {
    font-size: 14px;
  }
  body section.fale-conosco .vagas-list .item {
    align-items: flex-start;
    flex-flow: column;
  }
  body section.fale-conosco .vagas-list .item a {
    margin-top: 10px;
  }
  body section.fale-conosco .vagas-list .item h4 {
    font-size: 15px;
  }
}
body section.fale-conosco .title {
  margin-bottom: 44px;
  margin-top: -39px;
}
body section.fale-conosco .title h2 {
  font-size: 40px;
  font-weight: 700;
  color: #2c4075;
  text-align: center;
}
body section.fale-conosco .title h4 {
  font-size: 22px;
  font-weight: 500;
  color: black;
  text-align: center;
}
body section.fale-conosco .confirm-lgpd input[type=checkbox].has-error ~ label {
  color: red !important;
}
body section.fale-conosco .confirm-lgpd a {
  color: #2c4075;
  font-weight: 500;
  border-bottom: 1px dotted #2c4075;
}
body section.formulario-contato {
  /*Formulários*/
  /*botao enviar arquivo*/
}
body section.formulario-contato .caixa {
  position: relative;
  margin-bottom: 10px;
}
body section.formulario-contato .caixa span {
  position: absolute;
  margin-left: 15px;
  top: 8px;
  left: 0px;
  font-size: 20px;
  transition: 0.3s;
  z-index: 2;
}
body section.formulario-contato .caixa input, body section.formulario-contato .caixa select, body section.formulario-contato .caixa textarea {
  border-radius: 5px;
  outline: none;
  background-color: transparent !important;
  border: 1px solid #565656;
  padding: 17px 10px 5px;
  width: 100%;
  position: relative;
  z-index: 2;
}
body section.formulario-contato .caixa textarea {
  padding-top: 25px;
}
body section.formulario-contato .caixa input:focus + span, body section.formulario-contato .caixa input.ng-not-empty + span,
body section.formulario-contato .caixa select:focus + span, body section.formulario-contato .caixa select.ng-not-empty + span,
body section.formulario-contato .caixa textarea:focus + span, body section.formulario-contato .caixa textarea.ng-not-empty + span {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 600;
  top: 0px;
  z-index: 2;
}
body section.formulario-contato .caixa label.top {
  display: none;
}
@media screen and (max-width: 768px) {
  body section.formulario-contato .caixa span {
    display: none;
  }
  body section.formulario-contato .caixa label.top {
    display: inherit;
  }
}
body section.formulario-contato .enviar-msg {
  text-align: right;
}
body section.formulario-contato .enviar-msg button {
  background-color: #2C4075;
  border: 1px solid #2C4075;
  padding: 10px 30px;
  color: white;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  margin-bottom: 40px;
  transition: 0.3s;
}
body section.formulario-contato .enviar-msg button:hover {
  background-color: white;
  color: #2C4075;
}
body section.formulario-contato .enviar-arquivo button.botao.enviar {
  background-color: white;
  padding: 10px 20px;
  border: 2px solid #2C4075;
  border-radius: 5px;
  color: #2C4075;
  position: relative;
  z-index: 2;
  height: 44px;
  cursor: pointer;
  transition: 0.3s;
}
body section.formulario-contato .enviar-arquivo button.botao.enviar:hover {
  background-color: #2C4075;
  color: white;
}
body section.formulario-contato .enviar-arquivo .arquivo-info label {
  height: 44px;
  position: absolute;
  top: 0px;
  background-color: rgba(195, 195, 195, 0.16);
  padding: 13px 30px 12px 125px;
  border-radius: 5px;
  color: #667594;
  font-size: 13px;
  font-weight: 600;
  overflow: hidden;
}
body section.formulario-contato .enviar-arquivo h6.obs {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #2C4075;
}
body section.formulario-contato .enviar-arquivo h6.obs small {
  font-weight: 700;
}
body section.lateral-contato {
  box-shadow: 2px 3px 20px 6px #dedede;
  padding: 15px;
  margin-bottom: 30px;
  border-radius: 15px;
}
body section.lateral-contato .contatos h2 {
  font-size: 25px;
  font-weight: 700;
  color: #2C4075;
  margin: auto;
  text-align: center;
  margin-bottom: 15px;
}
body section.lateral-contato .contatos .endereco {
  padding: 6px 16px;
  font-size: 18px;
}
body section.lateral-contato .contatos .box-contato {
  display: flex;
  margin-bottom: 20px;
  padding-left: 30px;
}
body section.lateral-contato .contatos .box-contato .icone {
  margin-right: 20px;
  padding-top: 5px;
}
body section.lateral-contato .contatos .box-contato .icone i {
  font-size: 41px;
}
body section.lateral-contato .contatos .box-contato .numero {
  position: relative;
}
body section.lateral-contato .contatos .box-contato .numero::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 3px;
  width: 0%;
  background-color: #565656;
  transition: 0.5s;
}
body section.lateral-contato .contatos .box-contato .numero h4 {
  font-size: 15px;
  font-weight: 700;
}
body section.lateral-contato .contatos .box-contato .numero h5 {
  font-size: 20px;
  font-weight: 600;
  margin-top: -8px;
}
body section.lateral-contato .contatos .box-contato.phone {
  position: relative;
}
body section.lateral-contato .contatos .box-contato.phone::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 1px;
  background-color: #cacaca;
  bottom: -13px;
  left: 5%;
}
body section.lateral-contato .contatos .box-contato.phone i {
  color: #2C4075;
}
body section.lateral-contato .contatos .box-contato.phone h4 {
  color: #2C4075;
}
body section.lateral-contato .contatos .box-contato.phone h5 {
  color: #565656;
}
body section.lateral-contato .contatos .box-contato.zap i {
  color: #07cf2e;
}
body section.lateral-contato .contatos .box-contato.zap h4 {
  color: #07cf2e;
}
body section.lateral-contato .contatos .box-contato.zap h5 {
  color: #565656;
}
body section.lateral-contato .contatos .box-contato:hover .numero::after {
  width: 100%;
}
body section.tsi h1.title {
  font-size: 30px;
  font-weight: 700;
  color: #2C4075;
  padding: 10px 0px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
body section.tsi .lateral {
  font-size: 21px;
  color: #2C4075;
}
body section.tsi h2 {
  color: #2C4075;
  font-weight: 700;
  font-size: 27px;
  margin-bottom: 11px;
}
body section.tsi h3 {
  color: #2C4075;
  font-size: 20px;
}
body section.tsi ul {
  margin-top: 20px;
}
body section.tsi ul li {
  margin-bottom: 10px;
}
body section.tsi figure img {
  width: 100%;
  margin-top: 15px;
}
body section.tsi figure figcaption {
  text-align: center;
  margin-top: 6px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 17px;
  margin-bottom: 30px;
}
body section.tsi .citacao {
  font-style: italic;
  margin-top: 37px;
  margin-bottom: 60px;
  color: #9a9a9a;
}
body section.informativo-page h1 {
  font-size: 34px;
  font-weight: 700;
  color: #2C4075;
  text-align: center;
  max-width: 800px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 50px;
}
body section.informativo-page .box-download {
  display: flex;
  margin-bottom: 30px;
  padding: 10px;
  border: 1px solid #e0e0e0;
  transition: 0.3s;
}
body section.informativo-page .box-download:hover {
  border-color: #565656;
  background-color: rgba(224, 224, 224, 0.5);
}
body section.informativo-page .box-download .img-download {
  height: 305px;
  width: 100%;
  min-width: 225px;
  margin-right: 20px;
}
body section.informativo-page .box-download .img-download img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body section.informativo-page .box-download .conteudo-download h2 {
  font-size: 28px;
  font-weight: 700;
  color: #2C4075;
  height: 33px;
  overflow: hidden;
}
body section.informativo-page .box-download .conteudo-download .texto-download {
  font-size: 18px;
  font-weight: 600;
  color: black;
  height: 160px;
  overflow: hidden;
}
body section.informativo-page .box-download .conteudo-download .link-download {
  margin: 40px auto;
  display: block;
  background-color: #2C4075;
  border: 2px solid #2C4075;
  max-width: 400px;
  font-size: 25px;
  font-weight: 700;
  color: white;
  text-align: center;
  padding: 10px 0px;
  border-radius: 5px;
  transition: 0.3s;
}
body section.informativo-page .box-download .conteudo-download .link-download:hover {
  background-color: white;
  color: #2C4075;
}
@media screen and (max-width: 1199px) {
  body section.informativo-page .box-download {
    display: block;
  }
  body section.informativo-page .box-download .img-download {
    height: 250px;
    margin-bottom: 20px;
  }
}
body section.informativo-interna {
  margin: 30px 0px;
}
body section.informativo-interna .informativo-conteudo {
  font-size: 17px;
  font-weight: 600;
}
body section.informativo-interna .informativo-conteudo .img-informativo {
  max-width: 300px;
  margin: auto;
  padding: 25px 0px;
}
body section.informativo-interna .informativo-conteudo .img-informativo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body section.informativo-interna .informativo-conteudo h1.title {
  font-size: 30px;
  font-weight: 700;
  color: #2C4075;
  padding: 10px 0px;
  text-transform: uppercase;
}
body section.informativo-interna .informativo-conteudo h2 {
  font-size: 25px;
  font-weight: 700;
  color: #2C4075;
}
body section.informativo-interna .informativo-conteudo .alinhamento-formulario {
  margin-top: 25px;
  margin-bottom: 25px;
  max-width: 500px;
}
@media screen and (max-width: 991px) {
  body section.informativo-interna .informativo-conteudo .alinhamento-formulario {
    float: inherit;
    margin-right: auto;
    margin-left: auto;
    max-width: inherit;
  }
}
body aside.formulario-download {
  /*    DIV 2     */
  /*    DIV 1    */
  /*  SEGUNDA BORDA (ADICIONAR CLASSE '&.borda2' PARA MUDAR A COR DA BORDA ) */
}
body aside.formulario-download .imgphone {
  float: left;
  position: relative;
}
@media screen and (max-width: 768px) {
  body aside.formulario-download .left-imgphone {
    padding-left: 0px !important;
  }
}
body aside.formulario-download .left-zap {
  padding-left: 10px;
}
body aside.formulario-download h2 {
  color: #2C4075;
  font-size: 1.3rem;
  line-height: 1.2;
  padding-top: 20px !important;
  padding-bottom: 3px;
  font-weight: 700;
  text-align: center;
}
body aside.formulario-download h2:first-child {
  padding-top: 0px;
  margin-bottom: 11px;
}
@media screen and (max-width: 768px) {
  body aside.formulario-download h2:first-child {
    font-size: 18px;
  }
}
body aside.formulario-download h3 {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  color: #565656;
  text-align: center;
  margin-bottom: 20px;
}
body aside.formulario-download .formulario {
  position: relative;
}
body aside.formulario-download .formulario .box-ball {
  position: relative;
  background-color: white;
  width: 89px;
  height: 94px;
  border-radius: 100px;
  margin: auto;
  margin-bottom: -47px;
}
body aside.formulario-download .formulario .box-ball::before {
  content: "";
  position: absolute;
  box-shadow: 2px 3px 20px 6px #dedede;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  z-index: -1;
}
body aside.formulario-download .formulario .box-ball i.fas.fa-chevron-down {
  font-size: 30px;
  color: #2C4075;
  margin-top: 11px;
  margin-left: calc(50% - 30px);
  border: 5px solid #2C4075;
  padding: 12px 10px 7px 12px;
  border-radius: 50px;
}
body aside.formulario-download .formulario form {
  margin-bottom: 1rem;
  background-color: white;
  border-radius: 15px;
}
body aside.formulario-download .formulario form.borda2 {
  box-shadow: 2px 3px 20px 6px #dedede;
  padding: 10px;
}
body aside.formulario-download .formulario form .form-floating-label {
  position: relative;
  border: 2px solid rgba(193, 193, 193, 0.7882352941);
  border-radius: 5px;
  margin-bottom: 15px;
}
body aside.formulario-download .formulario form .form-floating-label label {
  color: #a4a8ab;
  font-size: 1.1em;
  position: absolute;
  pointer-events: none;
  left: 7px;
  top: 7px !important;
  transition: all 0.2s ease-in;
  font-weight: 100;
  text-transform: none;
}
body aside.formulario-download .formulario form .form-floating-label textarea ~ label {
  top: 0px;
  font-size: 1em;
  font-weight: 400;
  left: 12px !important;
}
body aside.formulario-download .formulario form .form-floating-label input:focus ~ label,
body aside.formulario-download .formulario form .form-floating-label input:disabled[value] ~ label, body aside.formulario-download .formulario form .form-floating-label.has-value input ~ label {
  top: 0px !important;
  font-size: 14px;
  font-weight: 400;
  left: 12px !important;
}
body aside.formulario-download .formulario form .form-floating-label textarea:focus ~ label, body aside.formulario-download .formulario form .form-floating-label.has-value textarea ~ label {
  top: 0px !important;
  font-size: 14px;
  color: #a4a8ab;
  font-weight: 400;
  left: 12px !important;
}
body aside.formulario-download .formulario form input, body aside.formulario-download .formulario form textarea, body aside.formulario-download .formulario form select {
  width: 100%;
  margin: 0;
  border-color: transparent !important;
  border-radius: 0px !important;
  font-weight: 500 !important;
  background: transparent !important;
  padding: 13px 11px 4px 8px;
  color: #a4a8ab;
  height: auto;
}
body aside.formulario-download .formulario form select {
  padding-bottom: 16px !important;
}
body aside.formulario-download .formulario form input:focus, body aside.formulario-download .formulario form select:focus, body aside.formulario-download .formulario form textarea:focus {
  border-radius: 0px !important;
  box-shadow: none !important;
  color: grey;
  padding-left: 10px;
  outline: none;
}
body aside.formulario-download .formulario form button.button, body aside.formulario-download .formulario form a.button {
  cursor: pointer;
  text-transform: uppercase;
  width: 100%;
  font-size: 25px;
  padding: 0.75rem 1rem;
  display: block;
  font-weight: 700;
  margin: 0px;
  background: #2C4075;
  margin-bottom: 30px;
  transition: 0.3s;
  border-radius: 5px !important;
  color: white !important;
  border: 2px solid #2C4075 !important;
  position: relative;
}
@media screen and (max-width: 768px) {
  body aside.formulario-download .formulario form button.button, body aside.formulario-download .formulario form a.button {
    font-size: 0.9rem;
  }
}
body aside.formulario-download .formulario form button.button i, body aside.formulario-download .formulario form a.button i {
  font-size: 34px;
  font-weight: 100;
  position: absolute;
  top: 10px;
  right: 10px;
}
body aside.formulario-download .formulario form button.button:hover, body aside.formulario-download .formulario form a.button:hover {
  background-color: white !important;
  border-color: #2C4075 !important;
  color: #2C4075 !important;
}
body aside.formulario-download .formulario form small {
  color: #BBBBBB;
  font-weight: 700;
}
body aside.formulario-download .enderecos {
  text-align: center;
  position: relative;
}
body aside.formulario-download .enderecos .boxEnderecos {
  border-bottom: 1px solid #cad6e4;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
body aside.formulario-download .enderecos .boxEnderecos.semborda {
  border-bottom: transparent;
}
body aside.formulario-download .enderecos .titulo_contato {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #216144;
  margin-top: 20px;
}
body aside.formulario-download .enderecos ul li {
  list-style: none;
  font-size: 15px;
  color: #216144;
}
body aside.formulario-download .enderecos i {
  position: absolute;
  margin-top: -14px;
  left: 0px;
  font-size: 24px;
}
body section.duvidas {
  padding: 50px 0px;
}
body section.duvidas .title h2 {
  font-size: 24px;
  font-weight: 700;
  color: #2C4075;
  padding: 30px 0px;
}
@media screen and (max-width: 767px) {
  body section.duvidas .title h2 {
    font-size: 20px;
  }
}
body section.duvidas .box {
  border-top: 2px solid #cacaca;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  transition: 0.3s;
}
body section.duvidas .box.aberto {
  background-color: white;
}
body section.duvidas .box i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 21px;
  color: #2C4075;
}
body section.duvidas .box .pergunta {
  font-size: 23px;
  font-weight: 700;
  padding: 10px;
  color: #2C4075;
  transition: 0.5s;
}
body section.duvidas .box .pergunta.aberto {
  background-color: white;
}
body section.duvidas .box .resposta {
  background-color: white;
  font-size: 15px;
  font-weight: 600;
  max-height: 0px;
  overflow: hidden;
  transition: 0.7s;
}
body section.duvidas .box .resposta.aberto {
  max-height: 500px;
  overflow: hidden;
}
body section.duvidas .box .resposta .interna {
  padding: 10px;
}
@media screen and (max-width: 767px) {
  body section.duvidas .box .pergunta {
    font-size: 18px;
  }
}
body section.duvidas .listar {
  margin-bottom: 40px;
}
body section.duvidas .alinhamento-formulario {
  margin: 30px 0px;
}
body section.duvidas .alinhamento-contatos {
  max-width: 350px;
  margin: auto;
}
body section.area-restrita {
  width: 100%;
  overflow: hidden;
}
body section.area-restrita .box-login {
  max-width: 500px;
  margin: auto;
  padding: 83px 0px;
}
body section.area-restrita .box-login .logo {
  margin-bottom: 50px;
  width: 100%;
  text-align: center;
}
body section.area-restrita .box-login .logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 300px;
}
body section.area-restrita .box-login h2 {
  font-size: 20px;
  font-weight: 700;
  color: #2C4075;
  text-align: center;
  margin-top: 20px;
}
body section.area-restrita .box-login .campos .form-acess {
  display: inline-flex;
  background-color: #dadada;
  width: 100%;
  margin: 20px 0px;
}
body section.area-restrita .box-login .campos .form-acess .icon {
  font-size: 36px;
  margin: 5px 15px;
  color: #555555;
}
body section.area-restrita .box-login .campos .form-acess .campo input {
  background-color: transparent;
  border: 0px;
  outline: 0px;
  padding: 20px 15px 15px;
  font-size: 17px;
  font-weight: 700;
  color: #555555;
}
body section.area-restrita .box-login .campos .form-acess .campo input:-webkit-autofill, body section.area-restrita .box-login .campos .form-acess .campo input:-webkit-autofill:hover, body section.area-restrita .box-login .campos .form-acess .campo input:-webkit-autofill:focus {
  font-size: 17px;
  font-weight: 700;
  -webkit-box-shadow: 0 0 0px 1000px #dadada inset;
}
body section.area-restrita .box-login .campos .form-acess .campo input ::-moz-placeholder {
  font-size: 22px;
  font-weight: 700;
  color: #555555;
}
body section.area-restrita .box-login .campos .form-acess .campo input ::placeholder {
  font-size: 22px;
  font-weight: 700;
  color: #555555;
}
body section.area-restrita .box-login .campos .forget {
  margin: -10px auto 20px auto;
  text-align: right;
}
body section.area-restrita .box-login .campos .forget a {
  color: #2C4075;
}
body section.area-restrita .box-login .senha-incorreta {
  background-color: #ea4e03;
  padding: 2px 10px;
  display: block;
  margin: 0px 0px 20px 0px;
  border-radius: 6px;
  font-size: 17px;
  text-align: center;
  max-width: 250px;
  border: 1px solid #ea4e03;
  color: white;
}
body section.area-restrita .box-login .logar button {
  cursor: pointer;
  border: 1px solid #2C4075;
  background-color: #2C4075;
  width: 100%;
  max-width: 300px;
  margin: auto;
  display: block;
  font-size: 19px;
  font-weight: 700;
  color: white;
  padding: 12px 0px;
  border-radius: 5px;
  transition: 0.3s;
}
body section.area-restrita .box-login .logar button:hover {
  background-color: white;
  color: #2C4075;
}
body section.area-restrita .box-login .logar button[disabled] {
  opacity: 0.8;
}
body section.area-restrita input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
body section.area-restrita section.listagem {
  padding: 50px 0px;
}
body section.area-restrita section.listagem .listagem-categorias ul {
  padding: 0px;
  border-bottom: 1px solid #cddce9;
}
body section.area-restrita section.listagem .listagem-categorias ul li {
  list-style: none;
  background-color: #f9f9f9;
  border-top: 1px solid #cddce9;
  padding: 15px;
  font-size: 18px;
  font-weight: 700;
  color: #a1aab0;
  cursor: pointer;
  transition: 0.3s;
}
body section.area-restrita section.listagem .listagem-categorias ul li:hover, body section.area-restrita section.listagem .listagem-categorias ul li.ativo {
  color: #2C4075;
}
body section.area-restrita section.listagem .listagem-categorias ul li i {
  float: right;
  font-size: 27px;
}
body section.area-restrita section.listagem .file .icon {
  font-size: 60px;
  text-align: center;
  color: #e0e4e7;
  transition: 0.3s;
}
body section.area-restrita section.listagem .file h5 {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #565656;
  margin-top: -5px;
  transition: 0.3s;
}
body section.area-restrita section.listagem .file:hover .icon, body section.area-restrita section.listagem .file:hover h5 {
  color: #2C4075;
}
body section.busca {
  padding: 50px 0px;
}
body section.busca h2 {
  font-size: 30px;
  font-weight: 600;
}
body section.busca h2 strong {
  font-weight: 700;
  color: #2C4075;
  font-style: italic;
}
body section.busca h2 small {
  font-size: 18px;
  font-style: italic;
  color: #555555;
}
body section.busca .box-Pesquisa {
  background-color: #ececec;
  padding: 15px;
  margin-top: 20px;
  border-top: 2px solid #555555;
  box-shadow: 2px 2px 7px rgba(170, 170, 170, 0.6666666667);
}
body section.busca .box-Pesquisa h3 {
  font-size: 20px;
  font-weight: 700;
  color: black;
}
body section.busca .box-Pesquisa .box-resultados {
  padding-left: 15px;
}
body section.busca .box-Pesquisa .box-resultados h4 {
  font-size: 22px;
  font-weight: 600;
  color: #2C4075;
  transition: 0.3s;
}
body section.busca .box-Pesquisa .box-resultados h4:hover {
  color: #555555;
}
body section.politica {
  padding: 50px 0px;
}
body section.politica h1 {
  font-size: 35px;
  font-weight: 700;
  border-left: 5px solid #2C4075;
  padding-left: 15px;
}
body section.politica .conteudo {
  padding-top: 30px;
  font-size: 17px;
}
body section.politica .conteudo h2 {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  body section.politica h1 {
    font-size: 30px;
  }
}
body section.menu-mobile {
  position: fixed;
  top: 0px;
  left: 100%;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: white;
  padding: 30px 0px;
  overflow: auto;
  transition: 0.5s;
}
body section.menu-mobile.aberto {
  left: 0px;
}
body section.menu-mobile .button-close {
  max-width: 500px;
  margin: auto;
  position: relative;
}
body section.menu-mobile .button-close i {
  position: absolute;
  top: -20px;
  right: 0px;
  font-size: 30px;
  color: #565656;
  cursor: pointer;
  transition: 0.3s;
}
body section.menu-mobile .button-close i:hover {
  color: #212292;
  font-weight: 700;
}
body section.menu-mobile .menu-logo {
  max-width: 500px;
  margin: auto;
  text-align: center;
}
body section.menu-mobile .menu-logo img {
  width: calc(100% - 60px);
  -o-object-fit: contain;
     object-fit: contain;
}
body section.menu-mobile .menu-pesquisa {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
  margin-bottom: 35px;
}
body section.menu-mobile .menu-pesquisa form {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
body section.menu-mobile .menu-pesquisa form input {
  width: 100%;
  padding: 7px;
  border: 1px solid #212292;
}
body section.menu-mobile .menu-pesquisa form i {
  padding: 10px;
  height: 100%;
  right: 0;
  font-size: 1.2rem;
  position: absolute;
  border: 1px solid #212292;
  border-left: 5px solid #212292;
}
body section.menu-mobile .menu-paginas {
  margin-top: 20px;
}
body section.menu-mobile .menu-paginas ul {
  margin: 0px auto;
  padding: 0px;
  max-width: 500px;
}
body section.menu-mobile .menu-paginas ul li {
  list-style: none;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #212292;
  border-left: 5px solid #212292;
  margin-bottom: 7px;
  padding: 2px;
  transition: 0.3s;
}
body section.menu-mobile .menu-paginas ul li a {
  width: 100%;
  display: block;
  color: #565656;
  transition: 0.3s;
}
body section.menu-mobile .menu-paginas ul li:hover {
  background-color: #212292;
}
body section.menu-mobile .menu-paginas ul li:hover a {
  color: white;
}
body section.menu-mobile .redes {
  max-width: 500px;
  margin: auto;
  font-size: 40px;
  justify-content: space-around;
  display: flex;
}
body section.menu-mobile .redes a {
  color: #212292;
  transition: 0.3s;
}
body section.menu-mobile .redes a:hover {
  color: #565656;
}
body section.esqueci-index {
  padding: 50px 0px;
}
body section.esqueci-index h2 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
  color: #2c4075;
}
body section.esqueci-index .box-esqueci {
  border: 1px solid #cacaca;
  max-width: 600px;
  padding: 15px;
  margin: auto;
}
body section.esqueci-index .box-esqueci .campo {
  margin-bottom: 10px;
}
body section.esqueci-index .box-esqueci .campo .descricao {
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}
body section.esqueci-index .box-esqueci .campo label {
  font-size: 14px;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}
body section.esqueci-index .box-esqueci .campo input {
  width: 100%;
  border: 1px solid rgb(86, 86, 86);
  border-radius: 3px;
  padding: 5px 15px;
  font-size: 16px;
}
body section.esqueci-index .box-esqueci .campo button {
  font-size: 20px;
  font-weight: 600;
  color: white;
  background-color: #2c4075;
  border: 1px solid white;
  border-radius: 5px;
  padding: 5px 15px;
  width: 100%;
}
body section.esqueci-index .box-esqueci .campo button:disabled {
  background-color: #cacaca;
}
body section.esqueci-index .retorno-sucesso {
  text-align: center;
  background-color: #28a745;
  padding: 2px 5px;
  font-size: 15px;
  font-weight: 500;
  color: white;
  margin: 10px 0px;
  display: none;
}
body section.esqueci-index .retorno-sucesso.exibir {
  display: block;
}
body section.esqueci-index .retorno-sucesso a {
  color: white;
  font-weight: 800;
}
body section.barra-lgpd {
  font-family: "Source Sans Pro", sans-serif;
  padding: 10px 15px;
  background-color: #fafafa;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 5;
  border-top: 1px solid #565656;
  display: none;
}
body section.barra-lgpd.exibir {
  display: block;
}
body section.barra-lgpd .row, body section.barra-lgpd .container {
  max-width: 1800px !important;
  margin: auto;
}
body section.barra-lgpd .row .conteudo-lgpd-in, body section.barra-lgpd .container .conteudo-lgpd-in {
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
}
body section.barra-lgpd .row .conteudo-lgpd-in .txt-in, body section.barra-lgpd .container .conteudo-lgpd-in .txt-in {
  width: 100%;
  font-size: 15px;
}
body section.barra-lgpd .row .conteudo-lgpd-in .txt-in a, body section.barra-lgpd .container .conteudo-lgpd-in .txt-in a {
  color: #173966;
  text-decoration: underline;
}
body section.barra-lgpd .row .conteudo-lgpd-in .button-in button, body section.barra-lgpd .container .conteudo-lgpd-in .button-in button {
  background-color: white;
  border: 1px solid #565656;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  padding: 8px 15px;
  margin-left: 10px;
  color: #565656;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 2px;
  line-height: 1;
  transition: all 0.3s;
}
body section.barra-lgpd .row .conteudo-lgpd-in .button-in button:hover, body section.barra-lgpd .container .conteudo-lgpd-in .button-in button:hover {
  background-color: #173966;
  transform: translateY(-1px);
  color: white;
}
@media screen and (max-width: 991px) {
  body section.barra-lgpd .row .conteudo-lgpd-in, body section.barra-lgpd .container .conteudo-lgpd-in {
    flex-direction: column;
  }
  body section.barra-lgpd .row .conteudo-lgpd-in .button-in, body section.barra-lgpd .container .conteudo-lgpd-in .button-in {
    text-align: center;
  }
  body section.barra-lgpd .row .conteudo-lgpd-in .button-in button, body section.barra-lgpd .container .conteudo-lgpd-in .button-in button {
    margin-top: 10px;
    margin-left: auto;
  }
}
@media screen and (max-width: 991px) {
  body section.barra-lgpd {
    padding-bottom: 20px;
    border-top: 1px solid #565656;
    position: fixed;
    bottom: 0px;
    left: 0px;
  }
}