@charset "UTF-8";
/* CLASSES GLOBAIS */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
.z-index-2 {
  position: relative;
  z-index: 2;
}

.divLoadingAjax {
  background-color: white;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 600;
  cursor: wait;
  display: none;
}

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

@media (min-width: 991px) {
  .hide-desktop {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hide-mobile {
    display: none !important;
  }
}

.container {
  max-width: 1350px;
}
.container.big {
  max-width: 1600px;
}

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

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

/*  Validação   */
.ng-invalid-required.ng-touched,
.campo-invalido {
  border-color: #dc3545 !important;
}

/* VARIAVEIS GLOBAIS DO PROJETO */
.telefones {
  font-weight: 300;
  font-size: 16px;
  line-height: 23px;
  color: #FFFFFF;
  transition: 0.7s;
}
.telefones strong {
  font-weight: 400;
}
@media (max-width: 991px) {
  .telefones {
    font-size: 13px;
    line-height: 20px;
  }
  .telefones img {
    width: 12px;
    height: 12px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.telefones:hover {
  color: #0176B7;
  transition: 0.7s;
}

.btn-padrao {
  line-height: 54px;
  display: block;
  text-align: center;
  transition: 0.7s;
  /*saiba mais*/
  background: #00415D;
  box-shadow: 4px 4px 8px 2px rgba(37, 72, 92, 0.34);
  border-radius: 15px;
  max-width: 184px;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .btn-padrao {
    font-size: 13px;
    line-height: 40px;
  }
}
.btn-padrao:hover {
  background: #52AAD6;
  color: #fff;
  transition: 0.7s;
}
.btn-padrao.secundary {
  background: #FFD500;
  color: #0B4CAC;
  padding-right: 25px;
  padding-left: 25px;
  line-height: 51px;
  max-width: unset;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  display: table;
}
.btn-padrao.secundary:hover {
  background: #0B4CAC;
  color: #ffd500;
  transition: 0.7s;
}
.btn-padrao.third {
  background-color: #0CDD7D;
  color: white;
  padding-left: 25px;
  padding-right: 25px;
  max-width: unset;
  display: table;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
}
.btn-padrao.third:hover {
  background-color: white;
  color: #0CDD7D;
}
.btn-padrao.third:hover img {
  filter: invert(1);
  transition: 0.5s;
}
.btn-padrao.auto {
  margin: auto;
  max-width: 236px;
}
.btn-padrao.padrao {
  background: #00415D;
  color: white;
}
.btn-padrao.plus:hover {
  background: #00415D;
  color: #0176B7;
}

.carousel-fix .owl-nav {
  display: flex;
  justify-content: space-between;
}

.breadcrumb {
  margin-bottom: 15px;
  text-transform: lowercase;
}

.breadcrumb, .breadcrumb a {
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .breadcrumb, .breadcrumb a {
    font-size: 14px;
  }
}
.breadcrumb.active, .breadcrumb a.active {
  color: #00FFC2;
}

.breadcrumb a {
  margin-left: 5px;
  margin-right: 5px;
}

.categorias-mobile {
  z-index: 2;
  position: relative;
}
.categorias-mobile .btn-open {
  display: block;
  color: white;
  text-align: center;
  padding: 12px 20px;
  font-weight: 400;
  font-size: 14px;
  background: linear-gradient(45deg, #13075B, #5F017C);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.categorias-mobile .in-categorias {
  background-color: #0176B7;
  padding: 10px;
}
.categorias-mobile .in-categorias a {
  color: white;
  text-transform: uppercase;
  padding: 5px 20px;
  display: block;
  text-align: center;
  font-weight: 400;
  transition: 0.3s all;
  font-size: 15px;
}
.categorias-mobile .in-categorias a i {
  color: darkred;
}

@media (max-width: 991px) {
  .col-lg-4.padrao, .col-lg-3.padrao {
    margin: auto;
  }
}
section.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: white;
}
section.preloader .loader {
  border: 6px solid #e5e5e5;
  border-top-color: #00415D;
  animation: loader-rotate 1s infinite;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
@keyframes loader-rotate {
  to {
    transform: rotate(1turn);
  }
}

body {
  font-size: 1em;
  font-family: "Poppins", sans-serif;
  text-rendering: optimizeLegibility;
  line-height: 1.4;
  background-color: #fff;
  overflow-x: hidden;
}
body div#lightbox {
  position: fixed !important;
  top: 10px !important;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body .politica-termos {
  padding: 30px 0px;
}
body .politica-termos h1,
body .politica-termos h2,
body .politica-termos h3,
body .politica-termos h4,
body .politica-termos h5,
body .politica-termos h6 {
  font-size: 32px;
  text-transform: uppercase;
  color: #00415D;
  font-weight: 700;
}
body .politica-termos strong,
body .politica-termos b {
  color: #333;
}
@media (max-width: 991px) {
  body .politica-termos {
    padding: 20px 0px;
    font-size: 15px;
  }
  body .politica-termos h1 {
    font-size: 22px;
  }
}
body header section.barra-lgpd {
  padding: 0 15px;
  background-color: #00415D;
  font-size: 12px;
  width: 100%;
  z-index: 502;
  color: white;
  border-bottom: 1px solid #00415D;
  display: none;
  position: relative;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  body header section.barra-lgpd {
    border: none;
    padding: 10px;
    bottom: 54px;
    position: fixed;
    top: auto;
  }
  body header section.barra-lgpd .container {
    padding: 0;
  }
}
body header section.barra-lgpd.exibir {
  display: block;
}
@media (min-width: 992px) {
  body header section.barra-lgpd.exibir {
    position: fixed;
    font-size: 11px;
    bottom: 0;
    background: rgba(0, 65, 93, 0.8901960784);
    line-height: 0;
    height: 33px;
  }
}
@media (min-width: 992px) {
  body header section.barra-lgpd.scroll {
    bottom: 76px !important;
  }
}
body header section.barra-lgpd .row,
body header section.barra-lgpd .container {
  max-width: 1430px !important;
  margin: auto;
  justify-content: center;
}
body header section.barra-lgpd .row .conteudo-lgpd-in,
body header section.barra-lgpd .container .conteudo-lgpd-in {
  display: flex;
  align-items: center;
}
body header section.barra-lgpd .row .conteudo-lgpd-in .txt-in,
body header section.barra-lgpd .container .conteudo-lgpd-in .txt-in {
  width: 100%;
}
body header section.barra-lgpd .row .conteudo-lgpd-in .txt-in a,
body header section.barra-lgpd .container .conteudo-lgpd-in .txt-in a {
  color: white;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px dotted white;
}
body header section.barra-lgpd .row .conteudo-lgpd-in .button-in button,
body header section.barra-lgpd .container .conteudo-lgpd-in .button-in button {
  cursor: pointer;
  background-color: transparent;
  font-size: 12px;
  font-weight: 500;
  margin-left: 20px;
  padding: 5px 10px;
  margin: 5px 0 5px 15px;
  color: white;
  border: 1px solid white;
  outline: none;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1;
  transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  body header section.barra-lgpd .row .conteudo-lgpd-in,
  body header section.barra-lgpd .container .conteudo-lgpd-in {
    flex-direction: column;
  }
  body header section.barra-lgpd .row .conteudo-lgpd-in .button-in,
  body header section.barra-lgpd .container .conteudo-lgpd-in .button-in {
    text-align: center;
  }
  body header section.barra-lgpd .row .conteudo-lgpd-in .button-in button,
  body header section.barra-lgpd .container .conteudo-lgpd-in .button-in button {
    margin-top: 10px;
    margin-left: auto;
  }
}
body main {
  /* MODAL */
}
body main section.header {
  padding-top: 162px;
}
body main section.header .btn-login {
  background-color: #1dc475;
  display: inline-block;
  color: white !important;
  padding: 10px 15px;
  border-radius: 8px;
}
@media (max-width: 991px) {
  body main section.header .btn-login {
    font-size: 14px !important;
  }
}
@media (max-width: 991px) {
  body main section.header {
    padding-top: 0;
  }
}
body main section.header .topo-fixo {
  box-shadow: 0px 5px 10px 2px rgba(37, 72, 92, 0.2);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
  background: #fff;
  transition: 0.7s;
}
@media (max-width: 991px) {
  body main section.header .topo-fixo {
    position: relative;
    border-bottom: 2px solid #00415d;
  }
}
body main section.header .topbar:before {
  background: #fafafa;
  height: 60px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  body main section.header .topbar:before {
    display: none;
  }
}
body main section.header .topbar .topbar-escuro {
  display: flex;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
  justify-content: end;
  padding-right: 42px;
  align-items: center;
  height: 60px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left;
  left: 0;
  background-image: url(../image/header/topbar-escuro.png);
}
@media (max-width: 991px) {
  body main section.header .topbar .topbar-escuro {
    background: #00415d;
    font-size: 12px;
    padding-right: 0;
    margin: 0;
    justify-content: left;
    padding-left: 10px;
    height: 35px;
  }
}
body main section.header .topbar .topbar-escuro:before {
  position: absolute;
  content: "";
  height: 60px;
  width: 30%;
  left: 0;
  z-index: -1;
  background: #00415d;
}
@media (max-width: 991px) {
  body main section.header .topbar .topbar-escuro:before {
    display: none;
  }
}
body main section.header .topbar .fix {
  flex: 0.46;
}
body main section.header .topbar .phone-area {
  font-weight: 600;
  font-size: 15.5px;
  line-height: 20px;
  color: #00415d;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.header .topbar .phone-area {
    font-size: 14px;
  }
}
body main section.header .topbar .phone-area:hover {
  color: #0176b7;
  transition: 0.6s;
}
body main section.header .topbar .phone-area:hover .icone:before {
  transform: rotate(180deg);
  transition: 1.1s;
}
body main section.header .topbar .phone-area:hover .icone {
  transform: translateY(-1px);
}
body main section.header .topbar .phone-area .icone {
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 700ms;
}
@media (max-width: 991px) {
  body main section.header .topbar .phone-area .icone {
    width: 25px;
    height: 25px;
  }
}
body main section.header .topbar .phone-area .icone img {
  position: relative;
}
@media (max-width: 991px) {
  body main section.header .topbar .phone-area .icone img {
    width: 13px;
    height: 13px;
  }
}
body main section.header .topbar .phone-area .icone:before {
  content: "";
  background: url(../image/header/eclipse.png);
  background-size: contain;
  width: 33px;
  height: 33px;
  position: absolute;
  transition: 0.8s;
}
@media (max-width: 991px) {
  body main section.header .topbar .phone-area .icone:before {
    width: 25px;
    height: 25px;
  }
}
body main section.header .topbar .topbar-claro {
  display: flex;
  justify-content: start;
  padding-left: 32px;
  align-items: center;
  height: 60px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left;
  left: 0;
  background-image: url(../image/header/topbar-claro.png);
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #00415d;
  background-color: #fafafa;
  margin-left: -35px;
}
@media (max-width: 991px) {
  body main section.header .topbar .topbar-claro {
    margin: 0;
    height: 25px;
    background: #f2faff;
    padding: 0;
    padding-left: 10px;
    font-size: 13px;
  }
}
body main section.header .topbar .topbar-claro a {
  color: #00415d;
}
body main section.header .topbar .topbar-claro .correios {
  position: absolute;
  top: 18px;
  margin-left: 12px;
  width: 112px;
}
@media (max-width: 991px) {
  body main section.header .topbar .topbar-claro .correios {
    position: relative;
    top: 0px;
    width: 80px;
    margin-left: 5px;
    top: -1px;
  }
}
body main section.header .topbar .topbar-claro:after {
  position: absolute;
  content: "";
  height: 60px;
  width: 28%;
  right: 0;
  z-index: -1;
  background: url(../image/header/topbar-claro.png);
  background-size: cover;
  background-position: right;
  background-color: #fff;
}
@media (max-width: 991px) {
  body main section.header .topbar .topbar-claro:after {
    display: none;
  }
}
@media (max-width: 991px) {
  body main section.header .topbar .media {
    position: absolute;
    top: -28px;
    right: 0;
    padding-right: 5px;
    width: 90px;
  }
  body main section.header .topbar .media img {
    width: 75%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
body main section.header .topbar .media a {
  transition: transform 500ms;
}
body main section.header .topbar .media a:hover {
  transform: translateY(-1px);
}
body main section.header .navbar .logo {
  width: 206px;
  height: 102px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
@media (max-width: 991px) {
  body main section.header .navbar .logo {
    width: 150px;
    height: 90px;
  }
}
body main section.header .navbar ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 0;
}
body main section.header .navbar ul a li.home {
  color: #0176b7;
}
body main section.header .navbar ul a {
  font-weight: 600;
  font-size: 18px;
  color: #00415d;
  transition: 0.6s;
}
body main section.header .navbar ul a:hover {
  color: #0176b7;
  transition: 0.6s;
}
body main section.header-secundary {
  padding-top: 50px;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 110px;
  background-position: 0 -145px;
  min-height: 375px;
  z-index: 3;
  position: relative;
}
@media (max-width: 991px) {
  body main section.header-secundary {
    padding-top: 45px;
    background-position: right;
    background-size: cover;
    min-height: 315px;
    padding-bottom: 90px;
  }
}
body main section.header-secundary h1 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #f3fbff;
  margin-bottom: 13px;
}
@media (max-width: 991px) {
  body main section.header-secundary h1 {
    font-size: 24px;
    margin-bottom: 5px;
  }
}
body main section.header-secundary p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #ffffff;
  max-width: 530px;
}
@media (max-width: 991px) {
  body main section.header-secundary p {
    font-size: 16px;
  }
}
body main section.header-secundary p strong {
  font-weight: 500;
}
body main .modal-backdrop.show {
  opacity: 0.8;
  width: 100% !important;
  height: 100% !important;
}
body main .modal-lg {
  max-width: 650px;
}
body main .modal .close-modal {
  position: absolute;
  width: 100%;
  height: 100%;
}
body main .modal-content {
  border-radius: 0 !important;
  background-color: white;
}
body main .modal-content .closebtn {
  outline: none;
  color: white;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: -40px;
  border: none;
  cursor: pointer;
  z-index: 2;
  text-shadow: none;
  font-weight: 500;
  opacity: 1;
  font-size: 15px;
}
body main .modal-content .closebtn:hover {
  color: white !important;
}
@media (max-width: 991px) {
  body main .modal-content .closebtn {
    position: static;
    font-size: 14px;
    margin-top: 20px;
    padding-right: 20px;
    text-align: right;
    color: #23494a !important;
  }
}
body main .modal-body {
  padding: 40px;
  border-radius: 15px;
}
body main .modal-body h1 {
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0;
  color: #00415D;
}
body main .modal-body h3 {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
}
body main .modal-body form {
  margin-top: 20px;
}
body main .modal-body form label {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
body main .modal-body form button {
  outline: none;
  background-color: #00415D;
  border: none;
  font-weight: 600;
  font-size: 18px;
  color: white;
  border-radius: 5px;
  padding: 9px 30px;
  transition: 1s;
}
body main .modal-body form button:hover {
  color: white;
  background: black;
  transition: 1s;
}
body main .modal-body form button i {
  color: white;
  margin-right: 5px;
}
body main .modal-body form input,
body main .modal-body form select,
body main .modal-body form textarea {
  font-size: 16px;
  padding: 10px 20px;
  border: 1px solid gray;
  width: 100%;
  margin-bottom: 15px;
  outline: none;
}
body main .modal-body form textarea {
  height: 100px;
  outline: none;
}
body main .modal-body.video {
  border-radius: 0;
  min-height: 650px;
  padding: 0;
}
@media (max-width: 991px) {
  body main .modal-body.video {
    min-height: 360px;
  }
}
body main .modal-body iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
@media screen and (max-width: 991px) {
  body main .modal-body {
    padding: 15px 0;
  }
  body main .modal-body h1 {
    margin-bottom: 10px;
    font-size: 26px;
  }
  body main .modal-body h3 {
    text-align: center;
    font-size: 16px;
  }
  body main .modal-body form {
    margin-top: 20px;
  }
  body main .modal-body form button {
    font-size: 17px;
  }
  body main .modal-body form label {
    font-size: 15px;
  }
  body main .modal-body form input,
  body main .modal-body form select,
  body main .modal-body form textarea {
    font-size: 15px;
    padding: 7px 15px;
  }
}
body main .secundary .modal-body button {
  background-color: #0176B7;
}
body main .secundary .modal-body h1 {
  color: #0176B7;
}
body main ul.paginacao {
  display: flex;
  margin: 0 5px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media (max-width: 991px) {
  body main ul.paginacao {
    margin-top: 20px;
  }
}
body main ul.paginacao li {
  list-style: none;
}
body main ul.paginacao li a {
  border: 0;
  width: 25px;
  height: 25px;
  margin: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s;
  font-weight: 700;
  font-size: 26px;
  line-height: 38px;
  color: #00415D;
  transition: all 0.3s;
}
body main ul.paginacao li a.active, body main ul.paginacao li a:hover {
  font-weight: 700;
  font-size: 26px;
  line-height: 38px;
  color: #13075B;
  border-bottom: 2px solid;
  padding: 17px 0;
}
body main section.index-banner:before {
  content: " ";
  width: 100%;
  height: 445px;
  background: linear-gradient(180deg, #F3FBFF 25.66%, rgba(243, 251, 255, 0) 87.72%);
  position: absolute;
  top: 0;
  display: block;
  z-index: 2;
}
body main section.index-banner .owl-nav {
  width: 90%;
  display: flex;
  justify-content: space-between;
  margin-right: 5%;
  margin-left: 5%;
  left: 0;
}
body main section.index-banner .owl-nav button {
  margin-top: -28%;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
body main section.index-banner .owl-nav button {
  transition: 0.7s;
}
body main section.index-banner .owl-nav button:hover {
  transition: 0.7s;
  opacity: 0.8;
  filter: hue-rotate(8deg) brightness(1.6);
}
body main section.index-banner .bann {
  transition: 1s;
}
body main section.index-banner .bann:hover {
  opacity: 0.95;
}
body main section.index-saiba {
  padding-top: 50px;
  padding-bottom: 160px;
  background: url("../image/saiba/bg.png");
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  body main section.index-saiba {
    background: #fff;
  }
}
@media (max-width: 991px) {
  body main section.index-saiba {
    padding: 25px 0;
  }
}
body main section.index-saiba .logo {
  margin-top: 30px;
  width: 356px;
  height: 157px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 991px) {
  body main section.index-saiba .logo {
    width: 200px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    margin: auto;
    margin-bottom: 5px;
  }
}
@media (max-width: 991px) {
  body main section.index-saiba .btn-padrao {
    margin: auto;
    margin-bottom: 15px;
  }
  body main section.index-saiba .btn-padrao img {
    width: 8px;
    margin-left: 5px;
    position: relative;
    top: -1px;
  }
}
body main section.index-saiba p {
  max-width: 531px;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #1B3039;
  margin-bottom: 20px;
}
body main section.index-saiba p strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  body main section.index-saiba p {
    text-align: center;
    font-size: 15px;
    line-height: 23px;
    padding: 0 10px;
  }
}
body main section.index-saiba h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  color: #00415D;
  margin-bottom: 30px;
  margin-top: 16px;
}
@media (max-width: 991px) {
  body main section.index-saiba h2 {
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
body main section.index-saiba li {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #1B3039;
}
@media (max-width: 991px) {
  body main section.index-saiba li {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 10px;
  }
}
body main section.index-saiba .thumb {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 14px;
  height: 377px;
  width: 532px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  body main section.index-saiba .thumb {
    width: 100%;
    max-width: 532px;
    height: 250px;
  }
}
body main section.index-saiba .video {
  position: relative;
}
@media (max-width: 991px) {
  body main section.index-saiba .video {
    margin-top: 10px;
    display: block;
  }
}
body main section.index-saiba .video:after {
  width: 108px;
  height: 103px;
  background-size: contain;
  background-image: url(../image/saiba/play.png);
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
}
@media (max-width: 991px) {
  body main section.index-saiba .video:after {
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
  }
}
body main section.index-saiba .video:hover:before {
  opacity: 0.3;
  transition: 0.6s;
}
body main section.index-saiba .video:before {
  position: absolute;
  z-index: 3;
  display: block;
  content: "";
  height: 377px;
  width: 532px;
  border-radius: 15px;
  background: rgba(0, 147, 255, 0.2);
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.2);
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-saiba .video:before {
    width: 100%;
    max-width: 532px;
    height: 250px;
    box-shadow: 0px 10px 60px rgba(0, 147, 255, 0.2);
  }
}
body main section.index-saiba .esquerda, body main section.index-saiba .direita {
  margin-bottom: 55px;
}
@media (max-width: 991px) {
  body main section.index-saiba .esquerda, body main section.index-saiba .direita {
    margin-bottom: 0;
  }
}
body main section.index-saiba .box {
  min-height: 290px;
  background: #00415D;
  box-shadow: inset 0px 4px 8px rgba(37, 72, 92, 0.25);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
}
@media (max-width: 991px) {
  body main section.index-saiba .box {
    position: relative;
    padding-top: 25px;
    padding-bottom: 20px;
    margin-top: 10px;
  }
}
body main section.index-saiba .box img, body main section.index-saiba .box h3, body main section.index-saiba .box p {
  text-align: center;
  display: block;
  margin: auto;
}
body main section.index-saiba .box .icone {
  margin-bottom: 13px;
  width: 66px;
  height: 58px;
}
@media (max-width: 991px) {
  body main section.index-saiba .box .icone {
    width: 45px;
    height: 45px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 10px;
  }
}
body main section.index-saiba .box h3 {
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  body main section.index-saiba .box h3 {
    font-size: 20px;
    margin-bottom: 0;
  }
}
body main section.index-saiba .box h3 b, body main section.index-saiba .box h3 strong {
  color: #79CDFF;
}
body main section.index-saiba .box p {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  body main section.index-saiba .box p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 24px;
  }
}
body main section.index-correios {
  background: url(../image/correios/bg.png);
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -20px;
  padding-top: 155px;
  padding-bottom: 80px;
}
body main section.index-correios .logo-correios {
  width: 100%;
}
@media (max-width: 991px) {
  body main section.index-correios {
    background-position: top;
    margin-top: -55px;
    padding-top: 35px;
    padding-bottom: 25px;
  }
  body main section.index-correios .logo-correios {
    width: 200px;
    display: block;
    margin: 30px auto;
  }
  body main section.index-correios .mulher {
    width: 100%;
    max-width: 230px;
    display: block;
    margin: auto;
  }
  body main section.index-correios .correios {
    width: 200px;
    margin: auto;
  }
}
body main section.index-correios.interna {
  margin-top: -86px;
  padding-top: 0;
  padding-bottom: 200px;
  background: url(../image/pages/correios/js.png);
  background-position: 0 -560px;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  body main section.index-correios.interna {
    margin-top: -60px;
    padding-bottom: 105px;
  }
}
body main section.index-correios.interna h3 {
  margin-top: 80px;
}
@media (max-width: 991px) {
  body main section.index-correios.interna h3 {
    margin-top: 15px;
  }
}
body main section.index-correios .opcao {
  position: absolute;
  right: 0;
}
@media (max-width: 991px) {
  body main section.index-correios .opcao {
    width: 100%;
    position: relative;
    border-radius: 15px;
    margin-top: 20px;
  }
}
body main section.index-correios.sobre {
  padding-top: 0;
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  body main section.index-correios.sobre .logo-correios {
    width: 430px;
    margin: 50px auto;
  }
}
@media (max-width: 991px) {
  body main section.index-correios.sobre {
    padding-bottom: 30px;
  }
  body main section.index-correios.sobre.beneficios {
    margin-top: 0;
  }
}
body main section.index-correios.sobre p {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body main section.index-correios.sobre p {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  body main section.index-correios.sobre h3 {
    margin-top: 50px;
  }
}
body main section.index-correios .btn-padrao {
  margin-top: 23px;
}
@media (max-width: 991px) {
  body main section.index-correios .btn-padrao {
    font-size: 15px;
    line-height: 45px;
    padding: 0 10px;
    width: 100%;
    max-width: 380px;
    margin-top: 18px;
  }
}
body main section.index-correios .btn-padrao:hover img {
  filter: invert(1);
}
body main section.index-correios .hr {
  margin-top: 80px;
}
body main section.index-correios h3 {
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  color: #00415D;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  body main section.index-correios h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
  }
}
body main section.index-correios .correios {
  margin-bottom: 15px;
  display: block;
}
body main section.index-correios h2 {
  font-weight: 600;
  font-size: 25px;
  line-height: 25px;
  color: #00415D;
  max-width: 435px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  body main section.index-correios h2 {
    text-align: center;
    font-size: 16px;
    display: block;
    margin: auto;
    margin-top: 5px;
  }
}
body main section.index-correios p {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #1B3039;
  margin-bottom: 10px;
  max-width: 520px;
}
body main section.index-correios p strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  body main section.index-correios p {
    margin: auto;
    font-size: 15px;
    line-height: 22px;
    margin-top: 5px;
    text-align: center;
  }
}
body main section.index-como-funciona {
  padding-bottom: 110px;
  overflow: hidden;
}
@media (max-width: 991px) {
  body main section.index-como-funciona {
    padding-bottom: 25px;
    padding-top: 10px;
  }
}
body main section.index-como-funciona.correios {
  background: transparent;
  margin-top: -80px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  body main section.index-como-funciona.correios {
    padding-bottom: 25px;
  }
}
body main section.index-como-funciona h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  color: #00415D;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  body main section.index-como-funciona h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 25px;
  }
}
body main section.index-como-funciona .descricao {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #1B3039;
}
body main section.index-como-funciona .box {
  width: 343px;
  min-height: 300px;
  background: #FCFCFF;
  border: 1px solid #105CCF;
  border-radius: 20px;
  padding: 25px;
  position: relative;
}
@media (max-width: 991px) {
  body main section.index-como-funciona .box {
    width: 100%;
    max-width: 335px;
    margin: auto;
    min-height: 250px;
    margin-bottom: 10px;
  }
}
body main section.index-como-funciona .box:before {
  background-image: url(../image/como-funciona/seta.png);
  background-size: contain;
  width: 122px;
  height: 275px;
  content: "";
  position: absolute;
  right: -50px;
  z-index: -1;
  top: 12px;
  opacity: 0;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-como-funciona .box:before {
    height: 230px;
    right: -60px;
    background-repeat: no-repeat;
  }
}
body main section.index-como-funciona .box:hover:before {
  transition: 0.6s;
  opacity: 1;
}
body main section.index-como-funciona .box:hover h3 {
  color: #E3CD00;
}
body main section.index-como-funciona .box.last:before {
  display: none;
}
body main section.index-como-funciona .box.last {
  width: 427px;
}
body main section.index-como-funciona .box .icone {
  width: 66px;
  height: 66px;
  display: block;
  margin-bottom: 13px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
@media (max-width: 991px) {
  body main section.index-como-funciona .box .icone {
    width: 45px;
    height: 45px;
    margin: auto;
    margin-bottom: 7px;
  }
}
body main section.index-como-funciona .box h3 {
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  color: #074093;
}
@media (max-width: 991px) {
  body main section.index-como-funciona .box h3 {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
  }
}
body main section.index-como-funciona .box .desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  /* Texto Normal */
  color: #1B3039;
}
@media (max-width: 991px) {
  body main section.index-como-funciona .box .desc {
    text-align: center;
    font-size: 15px;
  }
}
body main section.index-atendimento-medico {
  background: url(../image/atendimento-medico/bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  body main section.index-atendimento-medico {
    background: #00415D;
    padding-bottom: 20px;
  }
  body main section.index-atendimento-medico .icone {
    display: block;
    margin: auto;
  }
}
body main section.index-atendimento-medico .box {
  background: #00415D;
  padding: 40px;
  padding-bottom: 27px;
  padding-top: 52px;
  border-radius: 25px;
  box-shadow: 20px 20px 20px 5px rgba(37, 72, 92, 0.15);
}
@media (max-width: 991px) {
  body main section.index-atendimento-medico .box {
    padding: 20px;
    padding: 25px 15px;
  }
}
body main section.index-atendimento-medico .box .imagem {
  border-radius: 25px;
}
@media (max-width: 991px) {
  body main section.index-atendimento-medico .box .imagem {
    width: 100%;
    max-width: 582px;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
}
body main section.index-atendimento-medico .box h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: #FFFFFF;
  margin-top: 4px;
}
@media (max-width: 991px) {
  body main section.index-atendimento-medico .box h2 {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    margin-top: 15px;
  }
}
body main section.index-atendimento-medico .box p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
  max-width: 505px;
}
@media (max-width: 991px) {
  body main section.index-atendimento-medico .box p {
    font-size: 15px;
    text-align: center;
  }
}
body main section.index-atendimento-medico .box .problema {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  body main section.index-atendimento-medico .box .problema {
    margin-left: 15px;
  }
}
body main section.index-atendimento-medico .box .problema img {
  margin-right: 15px;
  position: relative;
  top: -1px;
}
@media (max-width: 991px) {
  body main section.index-atendimento-medico .box .problema img {
    top: -2px;
    width: 20px;
    height: 20px;
  }
}
body main section.index-atendimento-medico .box .problema:hover img {
  filter: brightness(100) contrast(1);
}
body main section.index-atendimento-medico .box .sub-box {
  max-width: 505px;
  background: rgba(119, 206, 255, 0.2);
  border-radius: 15px;
  padding: 15px;
  padding-top: 25px;
  padding-bottom: 42px;
  margin-top: 10px;
  position: relative;
}
@media (max-width: 991px) {
  body main section.index-atendimento-medico .box .sub-box {
    padding: 20px;
    padding-top: 10px;
  }
}
body main section.index-atendimento-medico .box .sub-box p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 2px;
}
@media (max-width: 991px) {
  body main section.index-atendimento-medico .box .sub-box p {
    font-size: 15px;
  }
}
body main section.index-atendimento-medico .box .sub-box li {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  body main section.index-atendimento-medico .box .sub-box li {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 3px;
  }
}
body main section.index-atendimento-medico .box .btn-padrao {
  position: absolute;
  left: 0;
}
@media (max-width: 991px) {
  body main section.index-atendimento-medico .box .btn-padrao {
    font-size: 15px;
  }
  body main section.index-atendimento-medico .box .btn-padrao img {
    margin-right: 5px;
  }
}
body main section.index-porque {
  background: url(../image/porque/bg.png);
  background-size: 100%;
  background-position: bottom;
  padding-bottom: 120px;
  padding-top: 35px;
  z-index: 1;
}
@media (max-width: 991px) {
  body main section.index-porque {
    background: #fff;
    padding: 25px 0;
    padding-bottom: 30px;
  }
  body main section.index-porque .x {
    margin: auto;
    display: block;
    margin-top: 10px;
    width: 35px;
  }
}
body main section.index-porque h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  color: #00415D;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body main section.index-porque h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
body main section.index-porque .listagem img.sinal {
  margin-right: 13px;
}
@media (max-width: 991px) {
  body main section.index-porque .listagem img.sinal {
    transform: scale(0.8);
  }
}
body main section.index-porque .listagem .titulo {
  display: table;
  min-height: 60px;
  text-align: center;
  padding: 35px;
  padding-top: 20px;
  padding-bottom: 20px;
  min-width: 200px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
  bottom: -11px;
}
@media (max-width: 991px) {
  body main section.index-porque .listagem .titulo {
    font-size: 16px;
    min-height: 0;
    padding-top: 12px;
    padding-bottom: 17px;
    line-height: 20px;
  }
}
body main section.index-porque .listagem.outros .titulo {
  background: #DE5050;
  border: 1px solid #AEAEAE;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  body main section.index-porque .listagem.outros .titulo {
    font-size: 16px;
  }
}
body main section.index-porque .listagem.doutor .titulo {
  background: linear-gradient(270deg, #00415D 53.01%, #148AA9 124.84%);
  border: 1px solid #AEAEAE;
  border-radius: 15px;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  body main section.index-porque .listagem.doutor .titulo {
    font-size: 16px;
  }
}
body main section.index-porque .listagem .item {
  background: #FFFFFF;
  border: 1px solid #403E3E;
  border-radius: 0px 15px 15px 0px;
  z-index: 2;
  min-width: 450px;
  display: flex;
  min-height: 60px;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: 0.7s;
  font-weight: 400;
  font-size: 16px;
  color: #403E3E;
  align-items: center;
  z-index: 2;
  position: relative;
}
@media (max-width: 991px) {
  body main section.index-porque .listagem .item {
    min-height: 40px;
    font-size: 15px;
    min-width: 100%;
    max-width: 450px;
    padding-left: 20px;
  }
}
body main section.index-porque .listagem.outros .item:nth-child(odd) {
  background: #FFF9F9;
}
body main section.index-porque .listagem.doutor .item {
  color: #00415D;
  background: #F9FFFC;
}
body main section.index-porque .listagem.doutor .item:nth-child(odd) {
  background: #E2FFF2;
}
body main section.index-porque .listagem .v-sinal {
  position: relative;
  min-width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1FC478;
  border-radius: 100%;
}
body main section.index-porque .listagem .v-sinal:before {
  width: 24px;
  height: 24px;
  background-size: unset;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../image/porque/circulo.png);
  transition: 1s;
  content: "";
  position: absolute;
}
@media (max-width: 991px) {
  body main section.index-porque .listagem .v-sinal {
    margin-right: 13px;
    transform: scale(0.8);
  }
}
body main section.index-porque .listagem .v-sinal img {
  margin: auto;
}
body main section.index-porque .listagem .item:hover .v-sinal:before {
  transform: rotate(180deg);
  transition: 1.1s;
}
body main section.index-porque .listagem.doutor .item:hover {
  background: #E2FFF2 !important;
  transition: 0.7s;
}
body main section.index-porque .listagem.outros .item:hover {
  background: #ffe2e2 !important;
  transition: 0.7s;
}
body main section.index-assinatura {
  background: #e8f7ff;
  padding-top: 40px;
  padding-bottom: 150px;
}
@media (max-width: 991px) {
  body main section.index-assinatura {
    padding: 25px 0;
  }
}
body main section.index-assinatura.beneficios {
  margin-top: -80px;
  padding-top: 50px;
}
body main section.index-assinatura.beneficios img.m-auto {
  margin-left: 0 !important;
}
body main section.index-assinatura.beneficios h2,
body main section.index-assinatura.beneficios p,
body main section.index-assinatura.beneficios h3 {
  text-align: left !important;
}
body main section.index-assinatura .txt-superior h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  color: #00415d;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  body main section.index-assinatura .txt-superior h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 8px;
  }
}
body main section.index-assinatura .txt-superior p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  /* or 27px */
  text-align: center;
  /* Texto Normal */
  color: #1b3039;
  max-width: 1160px;
  text-align: center;
}
@media (max-width: 991px) {
  body main section.index-assinatura .txt-superior p {
    font-size: 16px;
    margin-bottom: 13px;
  }
}
body main section.index-assinatura .txt-superior h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #00415d;
  margin-bottom: 30px;
  display: block;
}
@media (max-width: 991px) {
  body main section.index-assinatura .txt-superior h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
body main section.index-assinatura .box {
  width: 382px;
  min-height: 610px;
  background: #ffffff;
  border: 1px solid #eff0f7;
  border-radius: 24px;
  padding-left: 20px;
  padding-right: 15px;
  padding-top: 25px;
  padding-bottom: 30px;
  margin: auto;
  border: 1px solid #eff0f7;
  transition: 0.6s;
}
body main section.index-assinatura .box .correios-logo {
  height: 37px;
  margin: 20px auto 0px auto;
  display: block;
}
body main section.index-assinatura .box .recomendado {
  color: #ffec8f;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  display: block;
  margin: 15px 0 -8px 0;
}
body main section.index-assinatura .box .d-flex a {
  flex: 1;
}
body main section.index-assinatura .box .d-flex a:first-child {
  margin-right: 10px;
}
body main section.index-assinatura .box.yellow {
  background-color: #fff1ab;
}
@media (max-width: 991px) {
  body main section.index-assinatura .box {
    width: 100%;
    max-width: 382px;
    margin: auto;
    border-radius: 10px;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 15px;
    min-height: 0;
  }
}
body main section.index-assinatura .box .icon {
  width: 72px;
  height: 72px;
  background: rgba(121, 205, 255, 0.2);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  body main section.index-assinatura .box .icon {
    margin-left: -5px;
  }
}
body main section.index-assinatura .box span.assinatura {
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  color: #0176b7;
}
@media (max-width: 991px) {
  body main section.index-assinatura .box span.assinatura {
    font-size: 14px;
  }
}
body main section.index-assinatura .box h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: #00415d;
}
@media (max-width: 991px) {
  body main section.index-assinatura .box h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
body main section.index-assinatura .box span.usuario {
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  color: #00415d;
}
@media (max-width: 991px) {
  body main section.index-assinatura .box span.usuario {
    font-size: 13px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  body main section.index-assinatura .box .user {
    width: 25px;
    margin-top: 5px;
  }
}
body main section.index-assinatura .box h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: #00415d;
}
@media (max-width: 991px) {
  body main section.index-assinatura .box h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  body main section.index-assinatura .box .check {
    width: 27px;
  }
}
body main section.index-assinatura .box .desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #1b3039;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  body main section.index-assinatura .box .desc {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 5px;
  }
}
body main section.index-assinatura .box h2 {
  font-weight: 700;
  font-size: 35px;
  line-height: 40px;
  color: #00415d;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  body main section.index-assinatura .box h2 {
    font-size: 24px;
    margin-bottom: 0;
  }
}
body main section.index-assinatura .box h2 span {
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #00415d;
  opacity: 0.5;
}
@media (max-width: 991px) {
  body main section.index-assinatura .box h2 span {
    font-size: 16px;
  }
}
body main section.index-assinatura .box span.inclui {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #a2a2a2;
}
@media (max-width: 991px) {
  body main section.index-assinatura .box span.inclui {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
body main section.index-assinatura .box .item {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #00415d;
  margin-left: 5px;
}
@media (max-width: 991px) {
  body main section.index-assinatura .box .item {
    font-size: 15px;
  }
}
body main section.index-assinatura .box h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: #00415d;
}
@media (max-width: 991px) {
  body main section.index-assinatura .box h4 {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  body main section.index-assinatura .box .tell {
    width: 40px;
  }
}
body main section.index-assinatura .box .tarifa {
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  /* or 22px */
  /* Texto Normal */
  color: #1b3039;
  opacity: 0.5;
  max-width: 215px;
}
@media (max-width: 991px) {
  body main section.index-assinatura .box .tarifa {
    font-size: 14px;
  }
}
body main section.index-assinatura .box .btn-padrao {
  margin-top: 10px;
  max-width: unset;
  line-height: 51px;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
}
body main section.index-assinatura .box .btn-padrao.second {
  background-color: #46b98e !important;
  color: white !important;
}
body main section.index-assinatura .box .btn-padrao.second img {
  filter: grayscale(1) brightness(100) !important;
}
@media (max-width: 991px) {
  body main section.index-assinatura .box .btn-padrao {
    line-height: 43px;
    font-size: 14px;
    margin-top: 15px;
  }
}
body main section.index-assinatura .box .btn-padrao img {
  filter: brightness(0) contrast(10) invert(1);
}
@media (max-width: 991px) {
  body main section.index-assinatura .box .btn-padrao img {
    width: 8px;
  }
}
body main section.index-assinatura .box.active {
  background: #00415d;
  border: 1px solid #eff0f7;
  box-shadow: 20px 20px 10px 2px rgba(37, 72, 92, 0.15);
  border-radius: 24px;
  transition: 0.6s;
  position: relative;
}
body main section.index-assinatura .box.active .tell {
  filter: brightness(0) invert(1);
}
body main section.index-assinatura .box.active h3,
body main section.index-assinatura .box.active h4,
body main section.index-assinatura .box.active .desc,
body main section.index-assinatura .box.active h2,
body main section.index-assinatura .box.active .inclui,
body main section.index-assinatura .box.active .item,
body main section.index-assinatura .box.active .tarifa,
body main section.index-assinatura .box.active .usuario {
  color: white;
}
body main section.index-assinatura .box.active h2 span {
  color: #ffffff;
  opacity: 0.5;
}
body main section.index-assinatura .box.active .btn-padrao {
  background: #fff;
  color: #00415d;
  transition: 0.6s;
}
body main section.index-assinatura .box.active .btn-padrao img {
  filter: unset;
}
body main section.index-beneficios {
  min-height: 573px;
  background-image: url("../image/beneficios/bg.png");
  background-size: cover;
  display: flex;
  align-items: center;
  background-position: center;
  margin-top: -40px;
}
@media (max-width: 991px) {
  body main section.index-beneficios {
    background: #397D94;
    margin-top: 0;
    padding: 25px 20px;
    min-height: 0;
  }
}
body main section.index-beneficios.beneficios {
  min-height: 591px;
  background-image: url(../image/pages/beneficios/bg-beneficios.png);
}
@media (max-width: 991px) {
  body main section.index-beneficios.beneficios {
    background: #00415D;
    min-height: 0;
  }
}
body main section.index-beneficios .logo.efeito {
  filter: brightness(100) contrast(1);
  width: 231px;
  height: 102px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
@media (max-width: 991px) {
  body main section.index-beneficios .logo.efeito {
    width: 180px;
    height: 100px;
  }
}
body main section.index-beneficios .logo.maior {
  width: 373px;
  height: 162px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
@media (max-width: 991px) {
  body main section.index-beneficios .logo.maior {
    width: 250px;
    height: 130px;
  }
}
body main section.index-beneficios h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: #FFFFFF;
  margin-top: 12px;
}
@media (max-width: 991px) {
  body main section.index-beneficios h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0;
  }
}
body main section.index-beneficios p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
  max-width: 330px;
}
@media (max-width: 991px) {
  body main section.index-beneficios p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 3px;
    margin-bottom: 10px;
  }
}
body main section.index-beneficios li {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  body main section.index-beneficios li {
    font-size: 16px;
    margin-bottom: 3px;
  }
}
body main section.index-beneficios .btn-padrao {
  color: #00415D;
  background: #19DE5C;
  line-height: 58px;
}
@media (max-width: 991px) {
  body main section.index-beneficios .btn-padrao {
    font-size: 15px;
    line-height: 50px;
  }
}
body main section.index-beneficios .btn-padrao:hover {
  color: #19DE5C;
  background: white;
}
body main section.index-beneficios .btn-padrao:hover img {
  filter: unset;
}
body main section.index-contato {
  padding-top: 50px;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  body main section.index-contato {
    padding: 25px 0;
    text-align: center;
  }
}
body main section.index-contato .hr {
  margin-top: 35px;
  margin-bottom: 10px;
}
body main section.index-contato h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: #00415D;
  margin-bottom: 15px;
  margin-top: 5px;
}
@media (max-width: 991px) {
  body main section.index-contato h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
body main section.index-contato p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #1B3039;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body main section.index-contato p {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 3px;
  }
}
body main section.index-contato p strong {
  font-weight: 700;
}
body main section.index-contato .fale {
  width: 215px;
  background: #00415D;
  border-radius: 15px;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-contato .fale {
    width: 100%;
    max-width: 200px;
  }
}
body main section.index-contato .fale:hover {
  background: white;
  border: 1px solid;
  transition: 0.6s;
}
body main section.index-contato .btn-padrao {
  color: #00415D;
  background: #19DE5C;
  line-height: 58px;
  box-shadow: unset;
  border: 1px solid #fff;
}
@media (max-width: 991px) {
  body main section.index-contato .btn-padrao {
    font-size: 13px;
    min-width: 180px;
    padding: 0;
  }
  body main section.index-contato .btn-padrao img {
    width: 17px;
  }
}
body main section.index-contato .btn-padrao:hover {
  color: #19DE5C;
  background: white;
  border: 1px solid;
}
body main section.index-contato .btn-padrao:hover img {
  filter: unset;
}
@media (max-width: 991px) {
  body main section.index-contato .doutor {
    width: 100%;
    max-width: 351px;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
body main section.index-contato .phone-area {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  body main section.index-contato .phone-area {
    font-size: 13px;
    line-height: 18px;
    text-align: left;
  }
}
body main section.index-contato .phone-area strong {
  font-weight: 600;
}
body main section.index-contato .phone-area:hover {
  color: #0176B7;
  transition: 0.6s;
}
body main section.index-contato .phone-area:hover .icone:before {
  transform: rotate(180deg);
  transition: 1.1s;
  filter: unset;
}
body main section.index-contato .phone-area:hover .icone {
  transform: translateY(-1px);
  filter: unset;
}
body main section.index-contato .phone-area:hover .icone img {
  filter: unset;
}
body main section.index-contato .phone-area .icone {
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 700ms;
}
@media (max-width: 991px) {
  body main section.index-contato .phone-area .icone img {
    width: 13px;
  }
}
body main section.index-contato .phone-area .icone img {
  position: relative;
  filter: brightness(0) contrast(1) invert(1);
}
body main section.index-contato .phone-area .icone:before {
  content: "";
  background: url(../image/header/eclipse.png);
  background-size: contain;
  width: 33px;
  height: 33px;
  position: absolute;
  transition: 0.8s;
  filter: brightness(0) contrast(1) invert(1);
}
@media (max-width: 991px) {
  body main section.index-contato .phone-area .icone:before {
    width: 27px;
    height: 27px;
  }
}
body main section.index-contato .desc-form, body main section.index-contato .desc-form p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  /* Cor primaria */
  color: #00415D;
  margin-bottom: 15px;
}
body main section.index-contato .desc-form strong, body main section.index-contato .desc-form p strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  body main section.index-contato .desc-form, body main section.index-contato .desc-form p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
    font-size: 15px;
    line-height: 22px;
    margin-top: 15px;
  }
}
body main section.index-contato label {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #00415D;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  body main section.index-contato label {
    font-size: 14px;
    text-align: left;
    float: left;
    margin-bottom: 2px;
  }
}
body main section.index-contato textarea {
  height: 122px;
  padding-top: 18px;
}
@media (max-width: 991px) {
  body main section.index-contato textarea {
    height: 100px;
    padding-left: 15px;
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  body main section.index-contato input {
    min-height: 55px;
    font-size: 16px;
    padding-left: 15px;
    border-radius: 5px;
    min-height: 47px;
  }
}
body main section.index-contato input, body main section.index-contato textarea {
  font-weight: 500;
  font-size: 19px;
  color: rgba(48, 58, 66, 0.5);
  background: rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  padding-left: 28px;
  min-height: 65px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  body main section.index-contato input, body main section.index-contato textarea {
    margin-bottom: 7px;
    padding-left: 20px;
    min-height: 47px;
    border-radius: 5px;
  }
}
body main section.index-contato input::-moz-placeholder, body main section.index-contato textarea::-moz-placeholder {
  font-weight: 500;
  font-size: 19px;
  line-height: 28px;
  color: rgba(48, 58, 66, 0.5);
}
body main section.index-contato input::placeholder, body main section.index-contato textarea::placeholder {
  font-weight: 500;
  font-size: 19px;
  line-height: 28px;
  color: rgba(48, 58, 66, 0.5);
}
@media (max-width: 991px) {
  body main section.index-contato input::-moz-placeholder, body main section.index-contato textarea::-moz-placeholder {
    font-size: 14px;
  }
  body main section.index-contato input::placeholder, body main section.index-contato textarea::placeholder {
    font-size: 14px;
  }
}
body main section.index-contato form .btn-padrao {
  background: #00415D;
  box-shadow: 4px 4px 8px 2px rgba(37, 72, 92, 0.34);
  border-radius: 15px;
  line-height: 70px;
  max-width: unset;
  width: 100%;
  color: white;
  border: 0;
  border: 1px solid #00415D;
}
@media (max-width: 991px) {
  body main section.index-contato form .btn-padrao {
    line-height: 47px;
  }
  body main section.index-contato form .btn-padrao img {
    width: 8px;
  }
}
body main section.index-contato form .btn-padrao:hover {
  color: #00415D;
  background-color: white;
  border: 1px solid;
}
body main section.index-contato form .btn-padrao:hover img {
  filter: brightness(100) invert(1);
}
body main section.index-depoimentos {
  background-color: #E8F7FF;
  padding-top: 38px;
  padding-bottom: 90px;
  overflow: hidden;
}
@media (max-width: 991px) {
  body main section.index-depoimentos {
    padding: 25px 0;
  }
}
body main section.index-depoimentos h2 {
  font-weight: 400;
  font-size: 28px;
  line-height: 33px;
  color: #00415D;
  width: 500px;
}
body main section.index-depoimentos h2 strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  body main section.index-depoimentos h2 {
    padding: 25px 0;
    font-size: 20px;
    width: unset;
    line-height: 28px;
    padding: 0;
    text-align: center;
  }
}
body main section.index-depoimentos.active .box {
  box-shadow: 4px 4px 8px 2px rgba(37, 72, 92, 0.34);
}
body main section.index-depoimentos .box {
  transition: 0.6s;
  background: #FFFFFF;
  border: 1px solid rgba(76, 170, 226, 0.2);
  border-radius: 15px;
  padding: 30px;
  width: 347px;
  margin: 15px;
}
body main section.index-depoimentos .box:hover {
  box-shadow: 4px 4px 8px 2px rgba(37, 72, 92, 0.34);
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-depoimentos .box {
    width: 340px;
    padding: 25px;
    margin: auto;
  }
}
body main section.index-depoimentos .box img {
  margin-bottom: 15px;
  position: relative;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  width: auto;
}
body main section.index-depoimentos .box .depoimento {
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  color: #00415D;
  margin-bottom: 15px;
  display: block;
}
body main section.index-depoimentos .box h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #00415D;
}
@media (max-width: 991px) {
  body main section.index-depoimentos .box h3 {
    font-size: 16px;
  }
}
body main section.index-depoimentos .box span {
  font-weight: 500;
  font-size: 15px;
  line-height: 120%;
  color: #A2A2A2;
}
@media (max-width: 991px) {
  body main section.index-depoimentos .box span {
    font-size: 14px;
    line-height: 90%;
  }
}
body main section.index-depoimentos .owl-carousel {
  width: 1075px;
}
@media (max-width: 991px) {
  body main section.index-depoimentos .owl-carousel {
    width: auto;
  }
}
body main section.index-depoimentos .owl-dots {
  margin-left: 170px;
}
@media (max-width: 991px) {
  body main section.index-depoimentos .owl-dots {
    margin: auto;
    display: table;
  }
}
body main section.index-depoimentos .owl-dots button {
  width: 10px;
  height: 10px;
  background: #4CAAE2 !important;
  border-radius: 100%;
  margin: 2.5px;
}
body main section.index-depoimentos .owl-dots button.active, body main section.index-depoimentos .owl-dots button:hover {
  background: #00415D !important;
}
body main section.index-depoimentos .owl-dots button.active {
  width: 18px;
  border-radius: 50px;
}
body main section.index-proposito {
  min-height: 585px;
  display: flex;
  position: relative;
  align-items: flex-end;
  margin-top: -30px;
  padding-bottom: 105px;
  overflow: hidden;
}
@media (max-width: 991px) {
  body main section.index-proposito {
    min-height: 300px;
    margin-top: 0px;
    padding: 25px 0;
    background: #294a5a;
  }
  body main section.index-proposito:before, body main section.index-proposito:after {
    display: none;
  }
}
body main section.index-proposito:before {
  content: url("../image/video-bottom.png");
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
body main section.index-proposito:after {
  content: url("../image/video-top.png");
  width: 100%;
  position: absolute;
  bottom: -7px;
  left: 0;
  z-index: 2;
}
body main section.index-proposito .filtro {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background-image: url("../image/filter-video.png");
  background-size: cover;
  z-index: 1;
}
body main section.index-proposito .container {
  position: relative;
  z-index: 2;
}
body main section.index-proposito video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body main section.index-proposito h2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 130%;
  /* or 39px */
  text-align: center;
  color: #ffffff;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  body main section.index-proposito h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  body main section.index-proposito img {
    width: 100%;
    max-width: 382px;
  }
}
body main section.index-redes {
  padding-top: 35px;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  body main section.index-redes {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
body main section.index-redes h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: #00415D;
  max-width: 400px;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  body main section.index-redes h2 {
    font-size: 24px;
    text-align: center;
    margin: auto;
    margin-bottom: 15px;
  }
}
body main section.index-redes .box {
  width: 100%;
  height: 190px;
  border-radius: 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
}
@media (max-width: 991px) {
  body main section.index-redes .box {
    margin: auto;
    height: 130px;
    margin-bottom: 8px;
  }
}
body main section.index-redes .box .icon {
  opacity: 0;
  transition: 0.7s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 4;
}
@media (max-width: 991px) {
  body main section.index-redes .box .icon {
    width: 23px;
    height: 30px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
body main section.index-redes .box img:not(.icon) {
  width: 100%;
  height: 100%;
  transition: 0.7s;
}
@media (max-width: 991px) {
  body main section.index-redes .box img:not(.icon) {
    height: 130px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
    border-radius: 15px;
    border-bottom: 5px solid;
  }
}
body main section.index-redes .box:hover img:not(.icon) {
  opacity: 0;
  transition: 0.7s;
}
body main section.index-redes .box:hover .icon {
  opacity: 1;
  transition: 0.7s;
}
body main section.index-redes .box.ig {
  background: #E10094;
}
@media (max-width: 991px) {
  body main section.index-redes .box.ig img:not(.icon) {
    border-color: #E10094;
  }
}
body main section.index-redes .box.fb {
  background: rgb(90, 124, 239);
}
@media (max-width: 991px) {
  body main section.index-redes .box.fb img:not(.icon) {
    border-color: rgb(90, 124, 239);
  }
}
body main section.index-redes .box.yt {
  background: #E75C5B;
}
@media (max-width: 991px) {
  body main section.index-redes .box.yt img:not(.icon) {
    border-color: #E75C5B;
  }
}
body main section.index-redes .box.in {
  background: #00C1DB;
}
@media (max-width: 991px) {
  body main section.index-redes .box.in img:not(.icon) {
    border-color: #00C1DB;
  }
}
body main section.index-blog {
  padding-top: 80px;
  padding-bottom: 35px;
}
@media (max-width: 991px) {
  body main section.index-blog {
    padding: 25px 0;
    padding-top: 0px;
  }
}
body main section.index-blog .btn-padrao {
  display: table;
  min-width: 220px;
  margin: auto;
  margin-top: 15px;
}
@media (max-width: 991px) {
  body main section.index-blog .btn-padrao {
    margin-top: 20px;
  }
  body main section.index-blog .btn-padrao img {
    width: 8px;
  }
}
body main section.index-blog .owl-nav {
  position: absolute;
  top: -130px;
  right: 35px;
}
body main section.index-blog .owl-nav button {
  transition: 0.6s;
}
body main section.index-blog .owl-nav button:hover {
  filter: opacity(0.8);
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-blog .owl-nav {
    display: none;
  }
}
body main section.index-blog .owl-dots {
  margin: auto;
  text-align: center;
  margin-top: 10px;
}
body main section.index-blog .owl-dots button {
  width: 10px;
  height: 10px;
  background: #4CAAE2 !important;
  border-radius: 100%;
  margin: 2.5px;
}
body main section.index-blog .owl-dots button.active, body main section.index-blog .owl-dots button:hover {
  background: #00415D !important;
}
body main section.index-blog .owl-dots button.active {
  width: 18px;
  border-radius: 50px;
}
body main section.index-blog .container {
  position: relative;
}
body main section.index-blog h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: #00415D;
}
@media (max-width: 991px) {
  body main section.index-blog h2 {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }
}
body main section.index-blog p {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  /* or 30px */
  /* Cor primaria */
  color: #00415D;
  max-width: 712px;
  margin-bottom: 45px;
}
body main section.index-blog p strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  body main section.index-blog p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
    line-height: 115%;
  }
}
body main section.index-blog .card-blog {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  max-width: 341px;
  margin-bottom: 13px;
  margin: auto;
}
body main section.index-blog .card-blog:hover {
  box-shadow: 4px 4px 8px 2px rgba(37, 72, 92, 0.12);
  transition: 0.6s;
}
body main section.index-blog .card-blog .blog {
  filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.08));
  border-radius: 5px;
  width: 100%;
  height: 195px;
  -o-object-fit: cover;
     object-fit: cover;
}
body main section.index-blog .card-blog .texto {
  display: block;
  margin-top: 25px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
body main section.index-blog .card-blog .texto h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: #00415D;
  margin-bottom: 13px;
}
body main section.index-blog .card-blog .texto .desc {
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  color: #1B3039;
  display: block;
  margin-bottom: 10px;
}
body main section.index-blog .card-blog .texto span {
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  color: #0176B7;
}
body main section.sobre-sobre {
  padding-top: 50px;
  padding-bottom: 175px;
  background: url("../image/saiba/bg.png");
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  margin-top: -80px;
  padding-top: 90px;
}
@media (max-width: 991px) {
  body main section.sobre-sobre {
    padding: 35px 0;
    background: #fff;
  }
}
body main section.sobre-sobre .logo {
  width: 394px;
  height: 174px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 991px) {
  body main section.sobre-sobre .logo {
    max-width: 250px;
    height: 100px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
  }
}
body main section.sobre-sobre p {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #1B3039;
  margin-bottom: 0;
  max-width: 590px;
}
body main section.sobre-sobre p strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  body main section.sobre-sobre p {
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    margin-bottom: 10px;
  }
}
body main section.sobre-sobre h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  color: #00415D;
  margin-bottom: 30px;
  margin-top: 16px;
}
body main section.sobre-sobre li {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #1B3039;
}
body main section.sobre-sobre .thumb {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 14px;
  height: 377px;
  width: 532px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  body main section.sobre-sobre .thumb {
    width: 100%;
    max-width: 532px;
    height: 250px;
  }
}
body main section.sobre-sobre .video {
  position: relative;
}
@media (max-width: 991px) {
  body main section.sobre-sobre .video {
    margin-top: 10px;
    display: block;
  }
}
body main section.sobre-sobre .video:after {
  width: 108px;
  height: 103px;
  background-size: contain;
  background-image: url(../image/saiba/play.png);
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
}
@media (max-width: 991px) {
  body main section.sobre-sobre .video:after {
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
  }
}
body main section.sobre-sobre .video:hover:before {
  opacity: 0.3;
  transition: 0.6s;
}
body main section.sobre-sobre .video:before {
  position: absolute;
  z-index: 3;
  display: block;
  content: "";
  height: 377px;
  width: 532px;
  border-radius: 15px;
  background: rgba(0, 147, 255, 0.2);
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.2);
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.sobre-sobre .video:before {
    width: 100%;
    max-width: 532px;
    height: 250px;
    box-shadow: 0px 10px 60px rgba(0, 147, 255, 0.2);
  }
}
body main section.sobre-sobre .esquerda, body main section.sobre-sobre .direita {
  margin-bottom: 55px;
}
@media (max-width: 991px) {
  body main section.sobre-sobre .esquerda, body main section.sobre-sobre .direita {
    margin-bottom: 0;
  }
}
body main section.sobre-numeros {
  min-height: 380px;
  background-image: url("../image/pages/sobre/bg-numeros.png");
  background-size: 100% 100%;
  text-align: center;
  display: flex;
  align-items: center;
  padding-top: 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  body main section.sobre-numeros {
    background: #0D3647;
    padding: 25px 0;
    padding-top: 30px;
  }
}
body main section.sobre-numeros .icone {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid #1FC478;
  border-radius: 20px;
  margin: auto;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.sobre-numeros .icone img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  body main section.sobre-numeros .icone img {
    width: 50px;
    height: 50px;
  }
}
body main section.sobre-numeros h2 {
  font-weight: 700;
  font-size: 65px;
  line-height: 120%;
  text-align: center;
  color: #0CDD7D;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body main section.sobre-numeros h2 {
    font-size: 35px;
  }
}
body main section.sobre-numeros p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  body main section.sobre-numeros p {
    font-size: 16px;
  }
}
body main section.sobre-numeros .hr {
  width: 1px;
  background: rgba(237, 237, 237, 0.35);
  display: block;
  height: 100%;
  margin: auto;
}
body main section.sobre-valores {
  min-height: 637px;
  background: url(../image/pages/sobre/bg-valores.png);
  background-size: 100%;
  padding-bottom: 80px;
  margin-top: -23px;
  background-position: 0 -260px;
}
@media (max-width: 991px) {
  body main section.sobre-valores {
    background: #00415D;
    min-height: 0;
    margin-top: 0;
    padding: 25px 0;
  }
}
body main section.sobre-valores .box {
  background: #00415D;
  border-bottom: 2px solid #4CAAE2;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 0px 0px 25px 25px;
  padding-bottom: 70px;
  padding-right: 65px;
  padding-left: 65px;
  padding-top: 85px;
}
@media (max-width: 991px) {
  body main section.sobre-valores .box {
    padding: 0;
    border: 0;
    box-shadow: unset;
  }
  body main section.sobre-valores .box .valor {
    width: 60px;
  }
}
body main section.sobre-valores .box .sub-box {
  background: #FFFFFF;
  border-width: 1px 1px 4px 1px;
  border-style: solid;
  border-color: rgba(200, 200, 200, 0.5);
  box-shadow: inset 0px 4px 8px rgba(37, 72, 92, 0.25);
  border-radius: 15px;
  padding: 30px;
}
@media (max-width: 991px) {
  body main section.sobre-valores .box .sub-box {
    padding: 25px;
    padding-bottom: 20px;
    margin-bottom: 10px;
    box-shadow: unset;
  }
}
body main section.sobre-valores .box h2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  color: #00415D;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  body main section.sobre-valores .box h2 {
    font-size: 24px;
    margin-bottom: 5px;
  }
}
body main section.sobre-valores .box .desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #1B3039;
}
@media (max-width: 991px) {
  body main section.sobre-valores .box .desc {
    font-size: 15px;
  }
}
body main section.correios-parceria {
  background: url("../image/pages/correios/parceria.png");
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 100px 0;
}
body main section.correios-parceria .logo-correios {
  width: 430px;
  margin: 50px auto;
}
@media (max-width: 991px) {
  body main section.correios-parceria {
    background-size: cover;
    padding: 25px;
    padding-top: 35px;
    margin-bottom: 15px;
  }
  body main section.correios-parceria .logo-correios {
    width: 200px;
    display: block;
    margin: 30px auto;
  }
}
body main section.correios-parceria p {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #FFFFFF;
}
body main section.correios-parceria p strong {
  font-weight: 600;
}
@media (max-width: 991px) {
  body main section.correios-parceria p {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 15px;
  }
}
body main section.correios-parceria .btn-padrao {
  margin-top: 23px;
}
body main section.correios-parceria .btn-padrao:hover img {
  filter: invert(1);
}
@media (max-width: 991px) {
  body main section.correios-parceria .btn-padrao {
    margin-top: 10px;
    padding: 0;
    font-size: 14px;
    min-width: 320px;
    margin-left: -7px;
  }
  body main section.correios-parceria .btn-padrao img {
    transform: scale(0.8);
  }
}
@media (max-width: 991px) {
  body main section.correios-parceria .mulher {
    width: 100%;
    max-width: 502px;
    margin: auto;
  }
}
body main section.duvidas {
  padding-top: 70px;
  padding-bottom: 80px;
  background-image: url("../image/pages/duvidas/bg-duvidas.png");
  background-repeat: no-repeat;
  background-color: #F7F8F7;
  position: relative;
  overflow: hidden;
  background-size: contain;
  background-position: right;
  margin-top: -80px;
}
@media (max-width: 991px) {
  body main section.duvidas {
    margin-top: -65px;
    padding: 15px 0;
    padding-bottom: 25px;
    background: #F7F8F7;
  }
}
body main section.duvidas .category {
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  body main section.duvidas .category {
    margin-bottom: 20px;
  }
}
body main section.duvidas .category a {
  background: #FFFFFF;
  border: 1px solid #D9DBE9;
  font-weight: 400;
  font-size: 28px;
  line-height: 33px;
  color: #00415D;
  transition: 0.6s;
  border-radius: 14px;
  padding: 20px 48px;
  text-align: center;
  margin-right: 21px;
}
@media (max-width: 991px) {
  body main section.duvidas .category a {
    text-align: center;
    margin-right: 0;
    flex-wrap: wrap;
    display: flex;
    margin-top: 10px;
    font-size: 15px;
    width: unset;
    padding: 5px 25px;
    border-radius: 5px;
  }
}
body main section.duvidas .category a:hover {
  background: #00415D;
  color: #fff;
  transition: 0.6s;
}
body main section.duvidas .category a.active {
  background: #00415D;
  border: unset;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 28px;
  line-height: 33px;
}
body main section.duvidas .todas {
  background: #F3F3F3;
  box-shadow: 0px 5px 16px rgba(8, 15, 52, 0.06);
  border-radius: 18px;
  padding: 25px 60px;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  body main section.duvidas .todas {
    padding: 25px;
  }
}
body main section.duvidas .xduvidas {
  max-width: 700px;
}
body main section.duvidas .container {
  z-index: 2;
  position: relative;
}
body main section.duvidas h1 strong {
  font-size: 48px;
}
@media (max-width: 991px) {
  body main section.duvidas h1 strong {
    font-size: 24px;
  }
}
body main section.duvidas .col-lg-6 {
  z-index: 1;
}
body main section.duvidas .right {
  margin-top: 50px;
  max-width: 560px;
  background: #00415D;
  box-shadow: 0px 10px 15px rgba(0, 71, 255, 0.3);
  border-radius: 30px;
  padding-left: 30px;
  padding-right: 37px;
  padding-top: 27px;
  padding-bottom: 22px;
  text-align: left;
}
body main section.duvidas .right form {
  margin-bottom: 20px !important;
}
body main section.duvidas .right label {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  body main section.duvidas .right label {
    font-size: 15px;
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 991px) {
  body main section.duvidas .right {
    float: unset;
    margin-bottom: 50px;
    min-width: 340px;
    max-width: 340px;
    width: 100%;
    margin-top: 0;
    padding: 25px;
    padding-top: 30px;
  }
}
body main section.duvidas .right h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body main section.duvidas .right h2 {
    font-size: 22px;
    margin-bottom: 5px;
    text-align: center;
  }
}
body main section.duvidas .right p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 25px;
}
body main section.duvidas .right p strong {
  font-weight: 600;
  color: #0CDD7D;
}
@media (max-width: 991px) {
  body main section.duvidas .right p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
  }
}
body main section.duvidas .right input {
  min-height: 65px;
}
@media (max-width: 991px) {
  body main section.duvidas .right input {
    min-height: 49px;
  }
}
body main section.duvidas .right input,
body main section.duvidas .right textarea {
  height: 47px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 12px;
  color: #333;
}
body main section.duvidas .right textarea {
  height: 120px;
}
@media (max-width: 991px) {
  body main section.duvidas .right textarea {
    height: 100px;
    margin-bottom: 0;
  }
}
body main section.duvidas .right input, body main section.duvidas .right textarea {
  background: rgba(255, 255, 255, 0.8) !important;
  border-radius: 10px;
  padding-left: 27px;
}
@media (max-width: 991px) {
  body main section.duvidas .right input, body main section.duvidas .right textarea {
    padding-left: 22px;
    border-radius: 5px;
  }
}
body main section.duvidas .right input::-moz-placeholder, body main section.duvidas .right textarea::-moz-placeholder {
  font-weight: 500;
  font-size: 19px;
  line-height: 28px;
  color: rgba(48, 58, 66, 0.5);
}
body main section.duvidas .right input::placeholder, body main section.duvidas .right textarea::placeholder {
  font-weight: 500;
  font-size: 19px;
  line-height: 28px;
  color: rgba(48, 58, 66, 0.5);
}
@media (max-width: 991px) {
  body main section.duvidas .right input::-moz-placeholder, body main section.duvidas .right textarea::-moz-placeholder {
    font-size: 15px;
  }
  body main section.duvidas .right input::placeholder, body main section.duvidas .right textarea::placeholder {
    font-size: 15px;
  }
}
body main section.duvidas .right button {
  margin-top: 10px;
  padding: 15px 25px;
  background: #4CAAE2;
  box-shadow: 4px 4px 8px 2px rgba(37, 72, 92, 0.34);
  border-radius: 15px;
  min-height: 70px;
  margin: 0 auto;
  outline: 0;
  border: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 20px;
  width: 100%;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.duvidas .right button {
    font-size: 15px;
    min-height: 53px;
    padding: 0 15px;
  }
  body main section.duvidas .right button img {
    width: 8px;
  }
}
body main section.duvidas .right button:hover {
  transition: 0.6s;
  background-color: #fff;
  color: #4CAAE2;
}
body main section.duvidas .right button:hover img {
  filter: invert(1);
}
body main section.duvidas .col-lg-7 .duvida .row {
  position: relative;
}
body main section.duvidas .duvida {
  padding-left: 0;
  margin-bottom: 13px 0;
  display: block;
  margin-bottom: 25px;
  position: relative;
  padding-top: 25px;
  margin-top: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  /* or 30px */
  /* Secundaria */
  color: #4CAAE2;
}
body main section.duvidas .duvida:after {
  display: block;
  width: 106%;
  position: absolute;
  left: -3%;
  content: "";
  background: #D9DBE9;
  height: 1px;
  bottom: -25px;
}
body main section.duvidas .duvida:first-of-type {
  border-top: unset;
}
body main section.duvidas .duvida-d {
  background: #F4F4F4;
  border-radius: 10px 10px 0px 0px;
  padding-left: 60px;
  padding-top: 15px;
  padding-bottom: 20px;
  padding-right: 50px;
  border-bottom: 1px solid rgba(198, 198, 198, 0.5);
  border-right: 1px solid rgba(198, 198, 198, 0.5);
}
body main section.duvidas .duvida i {
  top: 10px;
  position: relative;
  float: right;
  right: 0;
}
body main section.duvidas .resposta {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  /* or 27px */
  /* Texto Normal */
  color: #1B3039;
}
body main section.duvidas .resposta .in-resposta {
  padding: 5px 30px;
  padding-left: 0;
}
body main section.duvidas h3.orange {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #13075B;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  body main section.duvidas h3.orange {
    margin-bottom: 15px;
    font-size: 24px;
  }
  body main section.duvidas .duvida {
    font-size: 18px !important;
  }
  body main section.duvidas p {
    font-size: 16px;
  }
  body main section.duvidas .resposta p {
    line-height: 25px;
  }
}
body main section.duvidas .padrao {
  max-width: 369px;
}
body main section.duvidas .padrao .categorias form {
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 991px) {
  body main section.duvidas .padrao .categorias form {
    margin-bottom: 20px;
  }
}
body main section.duvidas .padrao .categorias form input[type=text] {
  height: 48px;
  outline: 0;
  width: 100%;
  background: transparent;
  border: 0;
  background: transparent;
  border-bottom: 1px solid #5F017C;
  border-radius: 0;
  padding: 0;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  color: #5F017C;
}
body main section.duvidas .padrao .categorias form input[type=text]::-moz-placeholder {
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  color: #5F017C;
}
body main section.duvidas .padrao .categorias form input[type=text]::placeholder {
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  color: #5F017C;
}
body main section.duvidas .padrao .categorias form input[type=image] {
  position: absolute;
  right: 0;
  top: 10px;
  bottom: 21px;
  padding-left: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
}
body main section.duvidas .padrao .categorias {
  padding-bottom: 20px;
}
body main section.duvidas .padrao .categorias ul {
  padding-left: 0;
}
body main section.duvidas .padrao .categorias ul li {
  list-style: none;
}
body main section.duvidas .padrao .categorias ul li:before {
  content: ".";
  position: relative;
  top: -5px;
  font-size: 40px;
  margin-right: 5px;
}
body main section.duvidas .padrao .categorias ul li.active {
  color: #0176B7;
}
body main section.duvidas .padrao .categorias ul a {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #00415D;
  margin-bottom: 25px;
  transition: 0.5s;
}
@media (max-width: 991px) {
  body main section.duvidas .padrao .categorias ul a {
    font-size: 16px;
  }
}
body main section.duvidas .padrao .categorias ul a:hover {
  color: #0176B7;
  transition: 0.5s;
}
body main section.duvidas .padrao h4 {
  position: relative;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  color: #5F017C;
  text-align: center;
  text-transform: uppercase;
  margin-top: 150px;
}
body main section.duvidas .padrao .linha {
  height: 97px;
  margin-bottom: 20px;
  background: #F8F8F8;
  border: 1px solid #D8D8D8;
}
body main section.duvidas .padrao .linha:hover span {
  color: #0176B7;
  transition: 0.5s;
}
body main section.duvidas .padrao .linha span {
  padding: 0 20px;
  padding-left: 35px;
  display: block;
  transition: 0.5s;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #5F017C;
}
body main section.duvidas .padrao .linha img {
  width: 100%;
  height: 97px;
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 96px;
}
body main section.duvidas .duvida {
  position: relative;
}
body main section.duvidas .fa-minus, body main section.duvidas .fa-plus {
  transition: 0.6s;
  opacity: 0;
}
body main section.duvidas .titulo.no.collapsed .fa-plus {
  opacity: 1;
  transition: 0.6s;
}
body main section.duvidas .titulo.no:not(.collapsed) .fa-minus {
  opacity: 1;
  transition: 0.6s;
}
body main section.duvidas .titulo.yes .fa-plus {
  opacity: 1;
  transition: 0.6s;
}
body main section.duvidas i.fas {
  position: absolute;
  right: 0;
  color: #00415D;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 5px;
}
body main section.blog-borda {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  display: block;
}
body main section.blog {
  padding-top: 70px;
  padding-bottom: 80px;
  background-color: #F7F8F7;
  position: relative;
  overflow: hidden;
  margin-top: -80px;
  overflow: hidden;
  position: relative;
}
body main section.blog .left-default {
  max-width: 396px;
  margin: auto;
  background-image: url(../image/pages/duvidas/bg-duvidas.png);
  background-repeat: no-repeat;
  height: 100%;
  margin-top: -66px;
  padding-top: 70px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  body main section.blog .left-default {
    background: #EFF6FA;
    margin-top: 0;
    padding-top: 0;
    padding: 25px;
    border-radius: 10px;
    max-width: 340px;
  }
}
body main section.blog .left-default .opcao {
  max-width: 350px;
  margin: auto;
  display: block;
}
body main section.blog .left-default label {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #00415D;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  body main section.blog .left-default label {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
body main section.blog .left-default input[type=text] {
  width: 100%;
  background: rgba(0, 65, 93, 0.2);
  border-radius: 10px;
  outline: 0;
  border: 0;
  min-height: 65px;
  padding-left: 30px;
  margin-bottom: 31px;
}
body main section.blog .left-default input[type=text]::-moz-placeholder {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #0176B7;
}
body main section.blog .left-default input[type=text]::placeholder {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #0176B7;
}
@media (max-width: 991px) {
  body main section.blog .left-default input[type=text]::-moz-placeholder {
    font-size: 15px;
  }
  body main section.blog .left-default input[type=text]::placeholder {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  body main section.blog .left-default input[type=text] {
    padding-left: 22px;
    min-height: 53px;
    border-radius: 7px;
  }
}
body main section.blog .left-default input[type=image] {
  position: absolute;
  right: 20px;
  margin-top: 17px;
}
@media (max-width: 991px) {
  body main section.blog .left-default input[type=image] {
    margin-top: 15px;
    width: 22px;
  }
}
body main section.blog .left-default form {
  position: relative;
}
body main section.blog .left-default .categorias {
  background: rgba(0, 65, 93, 0.2);
  border-radius: 10px;
  max-width: 250px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 25px;
}
body main section.blog .left-default .categorias ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 1rem;
}
body main section.blog .left-default .categorias ul a {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #0176B7;
}
@media (max-width: 991px) {
  body main section.blog .left-default .categorias ul a {
    font-size: 16px;
  }
}
body main section.blog .left-default .acompanhe {
  background: rgba(0, 65, 93, 0.2);
  border-radius: 10px;
  max-width: 250px;
  padding: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
}
body main section.blog .left-default .acompanhe h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #00415D;
  padding-bottom: 8px;
  margin-bottom: 8px;
  position: relative;
}
@media (max-width: 991px) {
  body main section.blog .left-default .acompanhe h3 {
    font-size: 15px;
  }
}
body main section.blog .left-default .acompanhe h3:after {
  display: block;
  height: 2px;
  background: #00415D;
  position: absolute;
  bottom: 0;
  width: 180px;
  content: "";
}
body main section.blog .left-default .acompanhe a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #0176B7;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  body main section.blog .left-default .acompanhe a {
    font-size: 15px;
  }
  body main section.blog .left-default .acompanhe a img {
    transform: scale(0.8);
  }
}
body main section.blog .left-default .acompanhe a:visited {
  color: #002A72;
}
body main section.blog.padding {
  background: none;
  padding-top: 30px;
}
@media (max-width: 991px) {
  body main section.blog {
    padding: 35px 0;
    padding-bottom: 75px;
    background: #fff;
  }
}
body main section.blog .container {
  z-index: 2;
  position: relative;
}
body main section.blog .espaco {
  padding-top: 10px;
}
@media (max-width: 991px) {
  body main section.blog .espaco {
    padding-top: 25px;
  }
}
body main section.blog .padrao {
  max-width: 369px;
}
body main section.blog .padrao form {
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 991px) {
  body main section.blog .padrao form {
    margin-bottom: 20px;
  }
}
body main section.blog .padrao form input[type=text] {
  height: 48px;
  outline: 0;
  width: 100%;
  background: transparent;
  border: 0;
  background: transparent;
  border-bottom: 1px solid #5F017C;
  border-radius: 0;
  padding: 0;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  color: #5F017C;
}
body main section.blog .padrao form input[type=text]::-moz-placeholder {
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  color: #5F017C;
}
body main section.blog .padrao form input[type=text]::placeholder {
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  color: #5F017C;
}
body main section.blog .padrao form input[type=image] {
  position: absolute;
  right: 0;
  top: 10px;
  bottom: 21px;
  padding-left: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
}
body main section.blog .padrao .categorias {
  padding-bottom: 20px;
}
body main section.blog .padrao .categorias ul {
  padding-left: 0;
}
body main section.blog .padrao .categorias ul li {
  list-style: none;
}
body main section.blog .padrao .categorias ul li:before {
  content: ".";
  position: relative;
  top: -5px;
  font-size: 40px;
  margin-right: 5px;
}
body main section.blog .padrao .categorias ul li.active {
  color: #0176B7;
}
body main section.blog .padrao .categorias ul a {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #00415D;
  margin-bottom: 25px;
  transition: 0.5s;
}
@media (max-width: 991px) {
  body main section.blog .padrao .categorias ul a {
    font-size: 16px;
  }
}
body main section.blog .padrao .categorias ul a:hover {
  color: #0176B7;
  transition: 0.5s;
}
body main section.blog .padrao {
  width: 300px;
  margin: auto;
}
body main section.blog .padrao h4 {
  position: relative;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  color: #0176B7;
  text-align: center;
  text-transform: uppercase;
  margin-top: 150px;
}
@media (max-width: 991px) {
  body main section.blog .padrao h4 {
    margin-top: 30px;
  }
}
body main section.blog .padrao .linha {
  height: 97px;
  margin-bottom: 20px;
  background: #F8F8F8;
  border: 1px solid #D8D8D8;
}
body main section.blog .padrao .linha:hover span {
  color: #0176B7;
  transition: 0.5s;
}
body main section.blog .padrao .linha span {
  padding: 0 20px;
  padding-left: 35px;
  display: block;
  transition: 0.5s;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #00415D;
}
@media (max-width: 991px) {
  body main section.blog .padrao .linha span {
    font-size: 15px;
  }
}
body main section.blog .padrao .linha img {
  width: 100%;
  height: 97px;
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 96px;
}
body main section.blog .card-blog {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  max-width: 341px;
  margin-bottom: 13px;
  margin: auto;
}
body main section.blog .card-blog:hover {
  box-shadow: 4px 4px 8px 2px rgba(37, 72, 92, 0.12);
  transition: 0.6s;
}
body main section.blog .card-blog .blog {
  filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.08));
  border-radius: 5px;
  width: 100%;
  height: 195px;
  -o-object-fit: cover;
     object-fit: cover;
}
body main section.blog .card-blog .texto {
  display: block;
  margin-top: 25px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
body main section.blog .card-blog .texto h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: #00415D;
  margin-bottom: 13px;
}
body main section.blog .card-blog .texto .desc {
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  color: #1B3039;
  display: block;
  margin-bottom: 10px;
}
body main section.blog .card-blog .texto span {
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  color: #0176B7;
}
body main section.blog-interna {
  background: #fff;
}
body main section.blog-interna p {
  font-weight: 300;
}
body main section.blog-interna h1,
body main section.blog-interna h2,
body main section.blog-interna h3,
body main section.blog-interna h4 {
  color: #00415D;
}
body main section.blog-interna h1.titulo-blog,
body main section.blog-interna h2.titulo-blog,
body main section.blog-interna h3.titulo-blog,
body main section.blog-interna h4.titulo-blog {
  color: #00415D;
  margin-bottom: 0;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body main section.blog-interna h1.titulo-blog,
  body main section.blog-interna h2.titulo-blog,
  body main section.blog-interna h3.titulo-blog,
  body main section.blog-interna h4.titulo-blog {
    margin-bottom: 0;
    padding-bottom: 15px;
  }
}
body main section.blog-interna .thred {
  background: white;
  padding: 0 50px;
  text-align: center;
  padding-top: 15px;
  margin-top: 50px;
}
body main section.blog-interna strong.titulo-blog {
  color: #00415D;
  font-weight: bold;
  font-size: 15px;
  line-height: 35px;
}
body main section.blog-interna img {
  max-width: 100%;
  width: 100%;
}
body main section.blog-interna .iconee {
  width: 21px;
  height: 21px;
  -o-object-fit: contain;
     object-fit: contain;
}
body main section.blog-interna h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
}
body main section.blog-interna a {
  color: Gray;
}
body main section.blog-interna .compartilhe {
  padding-top: 20px;
  padding-bottom: 12px;
  border-bottom: 0.8px solid #dedede;
  margin-bottom: 35px;
}
body main section.blog-interna .compartilhe .col-5 {
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  color: #a1a1a1;
  font-weight: 400;
}
body main section.blog-interna h4 span {
  font-weight: 400;
}
body main section.blog-interna h4 {
  margin-top: 25px;
  margin-bottom: 30px;
}
body main section.blog-interna hr {
  margin-top: 80px;
}
body main section.blog-interna img.gostou {
  max-width: -moz-min-content;
  max-width: min-content;
  max-height: -moz-min-content;
  max-height: min-content;
  border-radius: 0;
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  body main section.blog-interna h1,
  body main section.blog-interna h2 {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 30px;
    padding-bottom: 10px;
  }
  body main section.blog-interna h3,
  body main section.blog-interna h4 {
    font-size: 22px;
  }
  body main section.blog-interna strong {
    text-align: left;
  }
}
body main section.blog-interna .prince {
  max-height: 347px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body main section.contato {
  padding-bottom: 60px;
  position: relative;
  /*selecionar*/
}
@media (max-width: 991px) {
  body main section.contato {
    min-height: 0;
    padding: 25px 0;
    padding-top: 30px;
    background: #f4f7f4;
    margin-top: -65px;
  }
  body main section.contato .form-select {
    padding-top: 0;
  }
}
body main section.contato:before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff);
  width: 100%;
  height: 25%;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
body main section.contato .container {
  z-index: 2;
  position: relative;
}
body main section.contato form {
  max-width: 535px;
}
body main section.contato.trabalhe form, body main section.contato.parceiro form {
  max-width: unset;
}
body main section.contato.trabalhe h3, body main section.contato.parceiro h3 {
  width: unset;
}
body main section.contato h1 {
  font-weight: 300;
  font-size: 40px;
  line-height: 38px;
  color: #00415D;
}
body main section.contato h1 strong {
  font-weight: 700;
  font-size: 73px;
  line-height: 70px;
  display: block;
  margin-top: 3px;
}
@media (max-width: 991px) {
  body main section.contato h1 strong {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  body main section.contato h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
body main section.contato h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: #00415D;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  body main section.contato h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
    margin-top: 10px;
  }
}
body main section.contato .texto-parceiro p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #00415d;
  width: auto;
}
@media (max-width: 991px) {
  body main section.contato .texto-parceiro p {
    font-size: 15px;
    line-height: 23px;
  }
}
body main section.contato.parceiro h3 {
  width: unset;
}
body main section.contato h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #00415d;
  width: 690px;
  margin-bottom: 22px;
}
@media (max-width: 991px) {
  body main section.contato h3 {
    font-size: 17px;
    line-height: 26px;
    width: auto;
    margin: auto;
    margin-bottom: 15px;
  }
}
body main section.contato p {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  color: #303030;
  width: 580px;
  margin-top: 15px;
  width: 445px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body main section.contato p {
    max-width: 505px;
    width: auto;
    margin-top: 5px;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 15px;
  }
}
body main section.contato label {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #00415d;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  body main section.contato label {
    font-size: 14px;
    margin-bottom: 3px;
  }
}
body main section.contato input,
body main section.contato select {
  margin-bottom: 18px;
  line-height: 42px;
  padding-left: 16px;
  padding-left: 30px;
}
@media (max-width: 991px) {
  body main section.contato input,
  body main section.contato select {
    height: 42px;
    margin-bottom: 13px;
    padding-left: 22px;
  }
}
body main section.contato input::-moz-placeholder, body main section.contato select::-moz-placeholder {
  font-weight: 500;
  font-size: 19px;
  line-height: 28px;
  /* identical to box height */
  color: rgba(48, 58, 66, 0.5);
}
body main section.contato input::placeholder,
body main section.contato select::placeholder {
  font-weight: 500;
  font-size: 19px;
  line-height: 28px;
  /* identical to box height */
  color: rgba(48, 58, 66, 0.5);
}
@media (max-width: 991px) {
  body main section.contato input::-moz-placeholder, body main section.contato select::-moz-placeholder {
    font-size: 14px;
  }
  body main section.contato input::placeholder,
  body main section.contato select::placeholder {
    font-size: 14px;
  }
}
body main section.contato textarea::-moz-placeholder {
  font-weight: 500;
  font-size: 19px;
  line-height: 28px;
  /* identical to box height */
  color: rgba(48, 58, 66, 0.5);
}
body main section.contato textarea::placeholder {
  font-weight: 500;
  font-size: 19px;
  line-height: 28px;
  /* identical to box height */
  color: rgba(48, 58, 66, 0.5);
}
@media (max-width: 991px) {
  body main section.contato textarea::-moz-placeholder {
    font-size: 14px;
  }
  body main section.contato textarea::placeholder {
    font-size: 14px;
  }
}
body main section.contato select {
  font-weight: 100;
  font-size: 15px;
  color: #aeaeae;
}
body main section.contato .btn-padrao {
  border: 0;
  min-width: 535px;
}
body main section.contato textarea {
  height: 159px;
  margin-bottom: 45px;
  padding-left: 16px;
  padding-top: 12px;
  padding-left: 30px;
}
@media (max-width: 991px) {
  body main section.contato textarea {
    margin-bottom: 20px;
    padding-left: 22px;
  }
}
body main section.contato input,
body main section.contato textarea {
  background: #f2f2f2;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
}
body main section.contato .selecione {
  display: inline-block;
  background: #00415D;
  border-radius: 0px 5px 5px 0px;
  height: 43px;
  width: 30%;
  line-height: 35px;
  margin-left: -8px;
  color: #f2f2f2;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  body main section.contato .selecione {
    font-size: 16px;
  }
}
body main section.contato .flex-box {
  display: flex;
  height: 56px;
  cursor: pointer;
}
body main section.contato .name-file {
  background: #fbfbfb;
  border: 0.8px solid #dcdcdc;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  padding: 6px;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 43px;
  width: 70%;
  color: #bebebe;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
body main section.contato .btn-padrao {
  font-weight: 500;
  font-size: 20px;
  line-height: 70px;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 991px) {
  body main section.contato .btn-padrao {
    font-size: 16px;
    min-width: 0;
    line-height: 53px;
    padding: 0 30px;
    font-size: 15px;
  }
  body main section.contato .btn-padrao img {
    width: 8px;
  }
}
body main section.contato .bottom {
  margin-top: 250px;
}
@media (max-width: 991px) {
  body main section.contato .bottom {
    background: linear-gradient(90deg, #5f017c, #13075b);
    margin-top: 25px;
    padding: 25px 0;
  }
}
body main section.contato .item {
  display: flex;
  align-items: center;
}
body main section.contato .item input {
  display: inline-block;
  margin: 0;
  margin-right: 15px;
}
body main section.contato .item label {
  line-height: 1.2;
  display: inline-block;
  margin: 0;
  font-size: 15px;
  color: black;
}
body main section.contato .coluna {
  flex: 1;
  flex-direction: column;
  display: flex;
  margin: auto;
  text-align: left;
  padding-left: 5px;
  min-height: 300px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  body main section.contato .coluna {
    min-height: 150px;
    text-align: center;
  }
}
body main section.contato .coluna h4 {
  font-weight: 700;
  font-size: 52px;
  line-height: 76px;
  text-align: center;
  color: #ffffff;
  display: block;
  width: 35px;
  margin: auto;
  margin-bottom: 29px;
  left: -15px;
  position: relative;
  margin-top: 0;
}
@media (max-width: 991px) {
  body main section.contato .coluna h4 {
    left: unset;
    font-size: 30px;
    margin-bottom: 15px;
    padding-bottom: 0px;
    height: 70px;
  }
}
body main section.contato .coluna h4.one {
  border-bottom: 4px solid #7f00a5;
}
body main section.contato .coluna h4.two {
  border-bottom: 4px solid #60067c;
}
body main section.contato .coluna p {
  color: white;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin: auto;
  width: 180px;
  padding: 0;
  margin-top: 0px;
}
@media (max-width: 991px) {
  body main section.contato .coluna p {
    font-size: 15px;
    width: 250px;
    margin-bottom: 10px;
  }
}
body main section.contato h5 {
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  /* identical to box height, or 48px */
  text-align: center;
  color: #ffffff;
  margin-bottom: 30px;
}
body main section.contato h5 strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  body main section.contato h5 {
    color: #13075b;
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
body main section.contato .box-redes {
  background-color: #13075b;
  width: 224px;
  height: 66px;
  margin: auto;
  display: Flex;
  align-items: center;
  justify-content: center;
}
body main section.contato .box-redes a {
  padding: 0 16px;
  transition: transform 250ms;
}
body main section.contato .box-redes a:hover {
  transform: translateY(-3px);
}
body main section.contato .box-redes {
  width: 341px;
  height: 132px;
  border-radius: 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
}
@media (max-width: 991px) {
  body main section.contato .box-redes {
    transform: scale(0.8);
    margin-left: -15px;
  }
}
body main section.contato .box-redes .icon {
  opacity: 0;
  transition: 0.7s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 4;
}
body main section.contato .box-redes img:not(.icon) {
  transition: 0.7s;
  height: 132px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 341px;
  border-radius: 15px;
  padding-bottom: 9px;
}
body main section.contato .box-redes:hover img:not(.icon) {
  opacity: 0;
  transition: 0.7s;
}
body main section.contato .box-redes:hover .icon {
  opacity: 1;
  transition: 0.7s;
}
body main section.contato .box-redes.ig {
  background: #e10094;
}
body main section.contato .box-redes.fb {
  background: rgb(90, 124, 239);
}
body main section.contato .box-redes.yt {
  background: #e75c5b;
}
body main section.contato .box-redes.in {
  background: #00C1DB;
}
body main section.contato .box {
  width: 502px;
  background: rgba(12, 221, 125, 0.1);
  box-shadow: 0px 10px 15px rgba(0, 71, 255, 0.03);
  border-radius: 30px;
  padding-top: 30px;
  padding-right: 65px;
  padding-left: 65px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  body main section.contato .box {
    width: 100%;
    max-width: 502px;
    padding: 20px;
    border-radius: 15px;
    margin: auto;
    margin-top: 25px;
  }
}
body main section.contato .phone-area {
  font-weight: 600;
  font-size: 15.5px;
  line-height: 20px;
  color: #00415d;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.contato .phone-area {
    font-size: 15px;
  }
}
body main section.contato .phone-area:hover {
  color: #0176b7;
  transition: 0.6s;
}
body main section.contato .phone-area:hover .icone:before {
  transform: rotate(180deg);
  transition: 1.1s;
}
body main section.contato .phone-area:hover .icone {
  transform: translateY(-1px);
}
body main section.contato .phone-area .icone {
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 700ms;
}
@media (max-width: 991px) {
  body main section.contato .phone-area .icone {
    transform: scale(0.8);
  }
}
body main section.contato .phone-area .icone img {
  position: relative;
}
body main section.contato .phone-area .icone:before {
  content: "";
  background: url(../image/header/eclipse.png);
  background-size: contain;
  width: 33px;
  height: 33px;
  position: absolute;
  transition: 0.8s;
}
body main section.trabalhe-espaco-correcao {
  z-index: 5;
  position: relative;
  background: #2c085b;
  height: 32px;
  width: 100%;
  margin-top: -32px;
}
body main section.formulario-enviado {
  padding: 150px 0;
  color: #00415D;
}
body main section.formulario-enviado .box-in {
  text-align: center;
}
body main section.formulario-enviado .box-in h5 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 20px;
}
body main section.formulario-enviado .box-in a {
  color: #00415D;
  font-weight: 500;
  border-bottom: 1px dotted #00415D;
}
body main section.formulario-enviado .box-in .btn-voltar {
  color: #00415D;
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 30px;
  font-weight: 600;
  background-color: transparent;
  outline: none;
  border: 2px solid #00415D;
  transition: 0.3s all;
}
body main section.formulario-enviado .box-in .btn-voltar:hover {
  background-color: #00415D;
  color: white;
}
body main section.formulario-enviado .box-in .btn-voltar i {
  vertical-align: middle;
  font-size: 20px;
  margin-right: 15px;
}
body main section.formulario-enviado .box-in h3 {
  font-size: 24px;
  font-weight: 400;
  color: #00415D;
}
body main section.formulario-enviado .box-in h1 {
  font-size: 75px;
  font-weight: 700;
  color: #00415D;
  line-height: 1;
}
@media (max-width: 991px) {
  body main section.formulario-enviado {
    padding: 80px 0;
    text-align: center;
  }
  body main section.formulario-enviado .container {
    position: relative;
    z-index: 2;
  }
  body main section.formulario-enviado .box-in .btn-voltar {
    font-size: 13px;
    margin: 10px 0;
  }
  body main section.formulario-enviado .box-in h3 {
    font-size: 16px;
  }
  body main section.formulario-enviado .box-in h5 {
    font-size: 15px;
  }
  body main section.formulario-enviado .box-in h1 {
    font-size: 28px;
  }
}
body footer section.footer-mapa {
  height: 410px;
}
body footer section.footer-mapa iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  body footer section.footer-mapa {
    height: 250px;
  }
  body footer section.footer-mapa.home {
    margin-top: 0;
  }
}
body footer .news {
  min-height: 109px;
  background: url(../image/footer/bg-news.png);
  background-size: cover;
  display: flex;
  align-items: center;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
@media (max-width: 991px) {
  body footer .news {
    background: linear-gradient(270deg, #00415D 53.01%, #148AA9 124.84%);
    padding: 0;
  }
  body footer .news .news-me {
    width: 50px;
  }
  body footer .news .btn-padrao {
    box-shadow: 3px 2px 7px rgba(0, 0, 0, 0.3);
  }
}
body footer .news h3 {
  font-weight: 300;
  font-size: 25px;
  line-height: 34px;
  color: #FFFFFF;
  position: relative;
  float: right;
  margin-right: 5px;
}
body footer .news h3 strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  body footer .news h3 {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
    float: left;
    padding-top: 10px;
  }
}
body footer .news h3:before {
  background: url(../image/asset.png);
  content: " ";
  width: 105px;
  height: 15px;
  position: absolute;
  left: -140px;
  top: 25px;
  z-index: 9;
}
@media (max-width: 991px) {
  body footer .news h3:before {
    display: none;
  }
}
body footer .news form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  float: right;
  width: 446px;
  height: 70px;
}
@media (max-width: 991px) {
  body footer .news form {
    flex-wrap: wrap;
    width: 100%;
  }
}
body footer .news form button {
  position: absolute;
  background: #00415D;
  border-radius: 15px;
  color: white;
  width: 143px;
  height: 53px;
  border: 0;
  right: 5px;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
  transition: 0.6s;
}
body footer .news form button:hover {
  transition: 0.6s;
  background: #FFFFFF;
  color: #00415D;
}
@media (max-width: 991px) {
  body footer .news form button {
    height: 37px;
    margin-top: -7px;
    right: 1px;
    border-radius: 13px;
  }
}
body footer .news form input {
  width: 236px;
  height: 42px;
  padding-left: 40px;
  font-weight: 100;
  color: #202020;
  width: 446px;
  height: 70px;
  background: rgba(243, 251, 255, 0.2);
  border: 1px solid #FFFFFF;
  border-radius: 15px;
}
@media (max-width: 991px) {
  body footer .news form input {
    width: 100%;
    height: 40px;
    font-size: 15px;
    margin-bottom: 7px;
  }
}
body footer .news form input::-moz-placeholder {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
}
body footer .news form input::placeholder {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  body footer .news form input::-moz-placeholder {
    font-size: 14px;
  }
  body footer .news form input::placeholder {
    font-size: 14px;
  }
}
body footer .copy {
  color: rgb(255, 255, 255);
  padding: 12px;
  min-height: 77px;
  display: flex;
  align-items: center;
  font-size: 18px;
  background-color: #30657B;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 991px) {
  body footer .copy {
    margin-bottom: 55px;
    font-size: 13px;
  }
  body footer .copy a {
    margin-top: 10px;
    display: block;
  }
  body footer .copy a img {
    width: 200px;
  }
}
@media (min-width: 992px) {
  body footer .copy {
    margin-bottom: 65px;
  }
}
body footer section.bottom {
  background: url(../image/footer/bg-bottom.png);
  background-size: cover;
  background-position: center;
  min-height: 225px;
  padding-top: 22px;
  padding-bottom: 22px;
  margin-top: -8px;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 15.5px;
  line-height: 150%;
  color: #FFFFFF;
}
body footer section.bottom .phone-area {
  font-weight: 300;
  line-height: 150%;
  color: #FFFFFF;
  background: rgba(1, 118, 183, 0.2);
  border-radius: 15px;
  width: 216px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
}
body footer section.bottom .phone-area strong {
  font-weight: 600;
}
body footer section.bottom .phone-area:hover {
  color: #0176B7;
  transition: 0.6s;
}
body footer section.bottom .phone-area:hover .icone:before {
  transform: rotate(180deg);
  transition: 1.1s;
}
body footer section.bottom .phone-area:hover .icone {
  transform: translateY(-1px);
}
body footer section.bottom .phone-area .icone {
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 700ms;
}
body footer section.bottom .phone-area .icone img {
  position: relative;
  filter: brightness(0) invert(1);
}
body footer section.bottom .phone-area .icone:before {
  content: "";
  background: url(../image/header/eclipse.png);
  background-size: contain;
  width: 33px;
  height: 33px;
  position: absolute;
  transition: 0.8s;
  filter: brightness(0) invert(1);
}
body footer section.bottom .btn-padrao {
  color: #00415D;
  background: #19DE5C;
  line-height: 58px;
  padding: 0 21px;
  font-size: 18px;
}
body footer section.bottom .btn-padrao.botao-branco {
  background-color: white;
  color: #0176B7;
  max-width: unset;
  font-size: 16px;
  padding: 0;
  min-width: 280px;
}
@media (max-width: 991px) {
  body footer section.bottom .btn-padrao.botao-branco {
    font-size: 13px;
    min-width: 210px;
  }
  body footer section.bottom .btn-padrao.botao-branco img {
    width: 8px;
  }
}
body footer section.bottom .btn-padrao.third {
  float: right;
}
@media (max-width: 991px) {
  body footer section.bottom .btn-padrao.third {
    font-size: 13px;
    min-width: 0;
    padding: 0 20px;
  }
  body footer section.bottom .btn-padrao.third img {
    width: 15px;
    margin-right: 4px;
  }
}
body footer section.bottom .btn-padrao:hover {
  color: #19DE5C;
  background: white;
}
body footer section.bottom .btn-padrao:hover img {
  filter: unset;
}
body footer section.bottom .enderecamento {
  color: white;
}
body footer section.bottom .enderecamento:hover, body footer section.bottom .email:hover {
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.1);
}
body footer section.bottom a {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  body footer section.bottom {
    padding: 30px 0;
    font-size: 15px;
    text-align: center;
    line-height: 29px;
  }
  body footer section.bottom .iconx {
    width: 25px;
    height: 25px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  body footer section.bottom .mobile-justify {
    justify-content: space-between;
  }
}
body footer section.bottom .logo {
  width: 216px;
  height: 94px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 11px;
}
@media (max-width: 991px) {
  body footer section.bottom .logo {
    width: 150px;
  }
}
body footer section.bottom .txt {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  body footer section.bottom .telefones {
    line-height: 20px;
    margin-bottom: 5px;
    text-align: left;
  }
  body footer section.bottom .telefones img {
    filter: brightness(0) contrast(1) invert(1);
  }
}
body footer section.bottom .media {
  width: 100px;
}
@media (max-width: 991px) {
  body footer section.bottom .media {
    width: 90px !important;
    float: unset;
    margin: auto;
    margin-top: 7px;
  }
}
body footer section.bottom .media a {
  transition: transform 250ms;
}
body footer section.bottom .media a:hover {
  transform: translateY(-3px);
}
body footer section.bottom .borda {
  height: 3px;
  display: block;
  width: 100%;
  background: rgba(1, 118, 183, 0.2);
  margin-top: 25px;
  margin-bottom: 14px;
}
@media (max-width: 991px) {
  body footer section.bottom .borda {
    margin-top: 19px;
    margin-bottom: 19px;
    height: 2px;
  }
}
body footer section.bottom .endereco {
  font-weight: 100;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
  opacity: 0.9;
}
body footer section.bottom .fix-flex {
  flex: 0.4;
}
body footer section.bottom .f-flex {
  flex: 0.5;
}
body footer section.menu {
  background: #fff;
  min-height: 100px;
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  body footer section.menu {
    min-height: 50px;
  }
}
body footer section.menu span {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #00415D;
}
@media (max-width: 991px) {
  body footer section.menu span {
    font-size: 13px;
  }
}
body footer section.menu ul {
  display: flex;
  list-style: none;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #00415D;
  padding-left: 0;
  align-items: center;
}
body footer section.menu ul a {
  color: #00415D;
  opacity: 0.9;
  transition: 0.7s;
}
body footer section.menu ul a:hover {
  color: #00415D;
  transition: 0.7s;
  opacity: 1;
}
body footer .lente-whatsapp {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 800;
  transition: 0.3s all;
  opacity: 0;
  pointer-events: none;
}
body footer .lente-whatsapp.exibir {
  opacity: 1;
  pointer-events: all;
}
body footer section.modal-whatsapp {
  font-family: "Open Sans";
  position: fixed;
  right: 17px;
  bottom: 30px;
  background-image: url("../../default/image/bg-whatsapp-min.jpg");
  width: 100%;
  height: 100%;
  box-shadow: 2px 2px 7px 0px #373737;
  max-width: 350px;
  max-height: 400px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 9999;
  transform-origin: 100% 100%;
  transform: scale(0);
  transition: all 0.3s;
}
body footer section.modal-whatsapp.exibir {
  transform: scale(1);
}
body footer section.modal-whatsapp.scroll {
  bottom: 100px;
}
@media screen and (max-width: 991px) {
  body footer section.modal-whatsapp {
    right: 0px;
    top: 0px;
    bottom: unset !important;
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    border-radius: 0px;
  }
}
body footer section.modal-whatsapp .contatos a {
  color: dimgray;
  font-weight: 700;
  display: block;
}
body footer section.modal-whatsapp .contatos a i {
  color: #4baa2b;
}
body footer section.modal-whatsapp .cabecario-zap {
  background-color: #2e8c7d;
  font-size: 17px;
  color: #97c5be;
  padding: 12px 20px 4px 20px;
}
body footer section.modal-whatsapp .cabecario-zap span.zaptitulo {
  transform: translateY(-4px);
  display: inline-block;
}
body footer section.modal-whatsapp .cabecario-zap i.fab.fa-whatsapp {
  font-size: 25px;
  margin-right: 10px;
}
body footer section.modal-whatsapp .cabecario-zap i.far.fa-times-circle {
  font-size: 25px;
  float: right;
  margin-right: 0px;
  cursor: pointer;
}
body footer section.modal-whatsapp .msg-bot {
  font-family: "Open Sans", sans-serif;
  background-color: white;
  margin: 15px;
  padding: 15px;
  border-radius: 20px;
  font-size: 15px;
  position: relative;
}
body footer section.modal-whatsapp .msg-bot::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 15px solid transparent;
  border-top: 21px solid white;
  position: absolute;
  top: 0px;
  left: -10px;
  z-index: -1;
}
body footer section.modal-whatsapp .msg-bot :first-child {
  margin-top: 7px;
}
body footer section.modal-whatsapp .msg-bot label {
  font-weight: 700;
  font-size: 12px;
  color: black;
  display: block;
}
body footer section.modal-whatsapp .msg-bot input {
  height: auto;
  font-size: 14px;
  margin-bottom: 5px;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 1px solid #cacaca;
  outline: none;
  width: 100%;
}
body footer section.modal-whatsapp .campo-acao {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  padding: 0px 10px;
  height: 44px;
}
@media (max-width: 991px) {
  body footer section.modal-whatsapp .campo-acao {
    position: static;
  }
}
body footer section.modal-whatsapp .campo-acao .texto {
  width: 100%;
  padding-right: 10px;
  font-family: "Open Sans", sans-serif;
}
body footer section.modal-whatsapp .campo-acao .texto input {
  border: none;
  border-radius: 32px;
  padding: 9px 18px;
  display: flex;
  outline-color: transparent;
  width: 100%;
  outline: none !important;
  font-size: 14px;
}
body footer section.modal-whatsapp .campo-acao .button-zap {
  background-color: transparent;
}
body footer section.modal-whatsapp .campo-acao .button-zap button {
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #2e8c7d;
  color: white;
  width: 36px;
  height: 36px;
  display: flex;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
body footer section.modal-whatsapp .campo-acao .button-zap button:disabled {
  background-color: #a7a7a7;
  cursor: not-allowed;
}
body footer section.modal-whatsapp .campo-acao .button-zap button i.fas.fa-paper-plane {
  font-size: 19px;
  transform: rotate(49deg) translate(-2px, 0px);
  position: relative;
  transform-origin: center;
}
body footer section.modal-whatsapp .hide-desktop {
  display: none;
}
@media (max-width: 991px) {
  body footer section.modal-whatsapp .campo-acao {
    display: none;
  }
  body footer section.modal-whatsapp .acao-mobile {
    border: none;
    outline: none;
    cursor: pointer;
    background-color: #2e8c7d;
    color: white;
    border-radius: 9px;
    text-align: center;
    width: calc(100% - 40px);
    display: block;
    padding: 7px 15px;
    margin: 0 20px;
  }
  body footer section.modal-whatsapp .acao-mobile:disabled {
    background-color: #a7a7a7;
    cursor: not-allowed;
  }
  body footer section.modal-whatsapp .acao-mobile i {
    margin-right: 5px;
  }
  body footer section.modal-whatsapp .hide-desktop {
    display: block;
  }
}
body footer section.botao_whatsapp {
  background-color: #25d366;
  width: 70px;
  height: 70px;
  position: fixed;
  z-index: 610;
  bottom: 30px;
  padding: 5px;
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
  right: 30px;
  border-radius: 75px;
  transition: all 0.5s;
}
body footer section.botao_whatsapp i.fab.fa-whatsapp {
  color: white;
  font-size: 46px;
  vertical-align: middle;
}
@media (min-width: 992px) {
  body footer section.botao_whatsapp.scroll {
    bottom: 100px;
  }
}
body footer section.botao_whatsapp:hover {
  background-color: #1f9249;
}
@media screen and (max-width: 991px) {
  body footer section.botao_whatsapp {
    bottom: 75px;
    right: 10px;
  }
}
body footer section.barra-fixa-mobile {
  border-top: 3px solid #00415D;
  background: linear-gradient(270deg, #00415D 53.01%, #148AA9 124.84%);
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 90;
  padding: 5px 0;
  transition: 0.3s all;
}
body footer section.barra-fixa-mobile .list-itens {
  display: flex;
  justify-content: space-around;
  font-size: 30px;
}
body footer section.barra-fixa-mobile .list-itens a {
  color: #fff;
}
body footer section.barra-fixa-mobile .list-itens a i {
  color: #fff;
}
@media screen and (min-width: 992px) {
  body footer section.barra-fixa-mobile {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  body footer section.barra-fixa-mobile {
    display: none;
  }
}
body footer section.barra-fixa {
  position: fixed;
  z-index: 100;
  padding: 8px 0;
  left: 0;
  width: 100%;
  transition: 0.5s all;
  bottom: -100px;
  background: #00415D;
  border-top: 2px solid #58ADDE;
}
body footer section.barra-fixa .phone-area {
  font-weight: 300;
  line-height: 150%;
  color: #FFFFFF;
  background: rgba(1, 118, 183, 0.2);
  border-radius: 15px;
  width: 216px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
}
body footer section.barra-fixa .phone-area strong {
  font-weight: 600;
}
body footer section.barra-fixa .phone-area:hover {
  background: white;
  color: #0176B7;
  transition: 0.6s;
}
body footer section.barra-fixa .phone-area:hover .icone:before {
  transform: rotate(180deg);
  transition: 1.1s;
  filter: unset;
}
body footer section.barra-fixa .phone-area:hover .icone {
  transform: translateY(-1px);
  filter: unset;
}
body footer section.barra-fixa .phone-area:hover .icone img {
  filter: unset;
}
body footer section.barra-fixa .phone-area .icone {
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 700ms;
}
body footer section.barra-fixa .phone-area .icone img {
  position: relative;
  filter: brightness(0) invert(1);
}
body footer section.barra-fixa .phone-area .icone:before {
  content: "";
  background: url(../image/header/eclipse.png);
  background-size: contain;
  width: 33px;
  height: 33px;
  position: absolute;
  transition: 0.8s;
  filter: brightness(0) invert(1);
}
body footer section.barra-fixa .btn-padrao {
  color: #00415D;
  background: #19DE5C;
  line-height: 51px;
  padding: 0 21px;
  font-size: 18px;
  height: -moz-fit-content;
  height: fit-content;
}
body footer section.barra-fixa .btn-padrao.botao-branco {
  background-color: white;
  color: #0176B7;
  max-width: unset;
  font-size: 16px;
  padding: 0;
  min-width: 280px;
}
body footer section.barra-fixa .btn-padrao.third {
  float: right;
}
body footer section.barra-fixa .btn-padrao:hover {
  color: #19DE5C;
  background: white;
}
body footer section.barra-fixa .btn-padrao:hover img {
  filter: unset;
}
body footer section.barra-fixa strong {
  margin-bottom: 3px;
  display: block;
}
body footer section.barra-fixa .box {
  transform: scale(0.9);
  color: black;
}
body footer section.barra-fixa.show {
  bottom: 0;
}
@media (max-width: 991px) {
  body footer section.barra-fixa {
    display: none;
  }
}
body footer .menu-mobile {
  background: linear-gradient(270deg, #00415D 53.01%, #148AA9 124.84%);
  padding-top: 50px;
  position: fixed;
  top: 0px;
  left: -100%;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 998;
  padding-bottom: 65px;
  transition: all 0.5s;
}
body footer .menu-mobile.aberto {
  left: 0px;
}
body footer .menu-mobile .fechar {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 25px;
  font-weight: 700;
  color: white;
}
body footer .menu-mobile .logo {
  width: 100%;
  padding: 10px;
  text-align: center;
  margin-bottom: 10px;
}
body footer .menu-mobile .logo img {
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 20px;
  filter: brightness(0) invert(1);
}
@media (max-width: 991px) {
  body footer .menu-mobile .logo img {
    width: 236px;
  }
}
body footer .menu-mobile ul {
  padding: 0px;
}
body footer .menu-mobile ul li {
  list-style: none;
  margin: 5px;
  padding: 2px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
body footer .menu-mobile ul li:last-child {
  border-bottom: none;
}
body footer .menu-mobile ul li a {
  color: white;
  font-size: 16px;
  padding: 0 10px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
}