@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
body {
    font-family: "Montserrat", sans-serif;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
}* {
    outline: none !important;
}h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}h1 {
    color: #002A67;
    font-size: 50px;
    line-height: 56px;
}p {
    margin-bottom: 15px;
}main .content {
    overflow: hidden;
}.container {
    max-width: 1684px;
    width: 100%;
    margin: 0 auto;
    display: block;
}@media (max-width: 1700px) {
    .container {
        max-width: 90%;
        width: 90%;
    }
}object {
    width: 100%;
    height: calc(100vh - 100px);
    margin: 50px 0;
}ul {
    margin: 0;
    padding: 0;
    list-style: none;
}a {
    text-decoration: none;
    color: inherit;
}img {
    max-width: 100%;
}main {
    margin-top: 141px;
}section {
    margin: 50px 0;
}section:first-child {
    margin-top: 0;
}a.btn {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    padding: 10px 15px;
    border-radius: 9px;
    border: 1px solid #004AA0;
    color: #004AA0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}a.btn:hover {
    background: #004AA0;
    color: #fff;
}.title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}.title p {
    width: 55%;
}.title h2 {
    color: #004AA0;
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
}.title a.btn {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    padding: 10px 15px;
    border-radius: 9px;
    border: 1px solid #004AA0;
    color: #004AA0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}.title a.btn:hover {
    background: #004AA0;
    color: #fff;
}.shadow {
    position: relative;
}.shadow:after {
    content: "";
    background: linear-gradient(360deg, #004AA0, #004AA000);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    border-radius: 25px;
}.thumb {
    position: relative;
}.thumb .text {
    position: absolute;
    bottom: 0;
    width: calc(100% - 70px);
    z-index: 2;
    color: #fff;
    padding: 35px;
    height: calc(100% - 70px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}.thumb img {
    border-radius: 25px;
}.divide-two {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}.divide-two .thumb.grey:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #787575;
    opacity: 0.9;
    border-radius: 25px;
}.divide-two .thumb.dark-blue:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #002A67;
    opacity: 0.9;
    border-radius: 25px;
}.divide-two .thumb.light-blue:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #114B9C;
    opacity: 0.9;
    border-radius: 25px;
}.divide-two .thumb ul.contato {
    gap: 5px;
    display: flex;
    flex-direction: column;
}.divide-two .thumb ul.contato a {
    font-size: 14px;
}.divide-two .thumb img {
    height: 100%;
    object-fit: cover;
}.divide-two .thumb .text {
    justify-content: space-between;
    padding: 10px 20px;
    width: calc(100% - 40px);
    height: calc(100% - 20px);
}.divide-two .thumb .text .redes-sociais {
    gap: 15px;
    display: flex;
}.divide-two .thumb .text .redes-sociais svg {
    width: 40px;
}ul.slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 25px;
}ul.slick-dots li {
    height: auto;
    width: auto;
    margin: 0 5px;
    border-radius: 100%;
}ul.slick-dots li button {
    width: 10px;
    height: 10px;
    background: #022a68;
    border-radius: 100%;
}ul.slick-dots li button:before {
    content: none;
}ul.slick-dots li.slick-active button {
    background: #054aa0;
}.ui-tooltip {
    background: #E9E9E9;
    border-radius: 30px;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    padding: 25px;
    border: 1px solid #989898 !important;
    max-width: 400px;
    width: 100%;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    box-shadow: none;
}
/* -------------------------------- Component -------------------------------- */.countup {
    font-feature-settings: "tnum";
    font-variant-numeric: tabular-nums;
    opacity: 0;
}.countup--is-visible {
    opacity: 1;
    /* show countup once JS has been initialized */
}
/* -------------------------------- Utilities -------------------------------- */.cd-sr-only {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    width: 1px;
    height: 1px;
    overflow: hidden;
    padding: 0;
    border: 0;
    white-space: nowrap;
}header {
    padding: 42px 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    z-index: 9;
}header.fixed {
    padding: 10px 0;
}header.fixed .container .logo img {
    max-width: 150px;
}header.fixed .container .toggle {
    padding: 7px 14px;
}header.fixed .container .login {
    padding: 10px 15px;
}header.fixed .container .search {
    min-width: 200px;
    padding: 10px 15px;
}header.fixed .container nav ul a {
    font-size: 14px;
}header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}header .container .logo {
    max-width: 125px;
}header .container .logo img {
    transition: all 0.3s ease-in-out;
}header .container .search {
    position: relative;
    min-width: 125px;
    border: 1px solid #002A67;
    border-radius: 9px;
    padding: 16px 15px;
    transition: all 0.3s ease-in-out;
}header .container .search form {
    display: flex;
    align-items: center;
}header .container .search form label>span {
    display: none;
}header .container .search form label input {
    border: none;
    font-size: 16px;
    width: calc(100% - 30px);
}header .container .search form button.is-search-submit {
    padding: 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    position: absolute;
    right: 24px;
}header .container .search form button.is-search-submit .is-screen-reader-text {
    display: none;
}header .container .search form button.is-search-submit .is-search-icon {
    background: none;
    display: flex;
}header .container .search form button.is-search-submit .is-search-icon svg {
    width: 30px;
}header .container .login {
    display: flex;
    align-items: center;
    gap: 23px;
    background: #004AA0;
    color: #fff;
    padding: 17px 22px;
    border-radius: 9px;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    position: relative;
}header .container .login:hover .submenu ul#menu-login {
    max-height: 350px;
}header .container .login .submenu {
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    width: calc(100% + 82px);
}header .container .login .submenu ul#menu-login {
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: hidden;
    max-height: 0;
    transition: .3s ease-in-out;
}header .container .login .submenu ul li {
    background: #002A67;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 14px;
    border-radius: 10px;
}header .container .login .submenu ul li ul.sub-menu li {
    padding: 0;
    font-weight: 400;
    font-size: 12px;
}header .container .login p {
    margin: 0;
}header .container .login svg {
    width: 21px;
    height: 21px;
}header .container .toggle {
    background: #002A67;
    width: 29px;
    height: 29px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    flex-direction: column;
    padding: 14px;
    transition: all 0.3s ease-in-out;
}header .container .toggle span {
    width: 100%;
    height: 2px;
    background: #fff;
}header .container nav {
    flex-grow: 1;
}header .container nav li {
    position: relative;
}header .container nav li.menu-item-has-children {
    margin-right: 10px;
}header .container nav li.menu-item-has-children:after {
    content: '';
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10px;
    width: 25px;
    font-size: 23px;
    position: absolute;
    right: -25px;
    top: 5px;
    color: #114b9c;
    background: url(/wp-content/themes/bbm/images/seta-h.svg);
    background-size: contain;
    transform: rotate(90deg);
    background-repeat: no-repeat;
    background-position: center center;
}header .container nav li:hover ul.sub-menu {
    max-height: 350px;
}header .container nav ul {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}header .container nav ul.sub-menu {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    top: calc(100% + 15px);
    width: calc(100% + 100px);
    gap: 0;
    max-height: 0;
    overflow: hidden;
    transition: .3s ease-in-out;
}header .container nav ul.sub-menu li {
    background: #E9E9E9;
    border-radius: 9px;
    margin-bottom: 5px;
    padding: 15px;
    font-size: 14px;
    width: calc(100% - 30px);
}header .container nav ul a {
    color: #114B9C;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}header .wrap-menu {
    position: fixed;
    width: calc(100% - 200px);
    height: calc(100% - 200px);
    top: 0;
    left: -100%;
    background: #004AA0;
    color: #fff;
    padding: 100px;
    display: flex;
    align-items: flex-start;
    column-gap: 100px;
    transition: all 0.3s ease-in-out;
    transform: translate(0, 0);
}header .wrap-menu.active {
    transition: all 0.3s ease-in-out;
    transform: translate(100%, 0);
}header .wrap-menu a.close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 25px;
    top: 25px;
}header .wrap-menu ul.menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 26px;
    row-gap: 15px;
}header .wrap-menu ul.menu li {
    width: calc(50% - 13px);
}header .wrap-menu ul.menu li a {
    width: calc(100% - 50px) !important;
    padding: 17px 25px;
    display: block;
    border-radius: 9px;
    border: 1px solid #fff;
}header .wrap-menu ul.menu li a:hover {
    background-color: #fff;
    color: #004AA0;
}header .wrap-menu h2 {
    font-size: 48px;
    line-height: 58px;
}#footer {
    background: #004AA0;
    color: #fff;
    padding-top: 90px;
}#footer .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}#footer .container>div {
    width: calc(20% - 32px);
}#footer .container>div h5 {
    font-size: 16px;
}#footer .container>div ul li {
    margin: 10px 0;
    font-size: 16px;
}#footer .container>div ul li.title {
    font-weight: bold;
}#footer .container>div h4 {
    margin: 0;
    font-size: 30px;
    line-height: 1.2;
}#footer .container>div .contato {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    margin: 10px 0;
    flex-direction: column;
}#footer .container>div .contato p {
    margin: 0;
    font-size: 14px;
}#footer .container>div .redes-sociais {
    display: flex;
    gap: 13px;
}#footer .container>div .redes-sociais svg {
    width: 40px;
}#footer .container p {
    margin: 0;
    line-height: 1;
    font-weight: 400;
}#footer .copyright {
    background: #002A67;
    margin-top: 46px;
}#footer .copyright .container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 31px;
    line-height: 1;
}.above-the-fold {
    display: flex;
    gap: 20px;
}.above-the-fold>div {
    width: 50%;
}.divide-two .thumb .text .divide-two {
    margin: 0;
}.divide-two .thumb .text .divide-two a {
    border: 1px solid #fff;
    border-radius: 9px;
    padding: 15px;
    font-size: 14px;
    position: relative;
    padding-right: 30px;
}.divide-two .thumb .text .divide-two a .tip {
    position: absolute;
    top: 10px;
    right: 10px;
}.divide-two .thumb.grey {
    width: 45%;
}.divide-two .thumb.light-blue {
    height: 150px;
}.divide-two .thumb.dark-blue {
    margin-top: 10px;
    height: 150px;
}.divide-two>div {
    width: 55%;
}section.news {
    position: relative;
}section.news:after {
    content: "";
    background: #EBEBEB;
    position: absolute;
    top: 35%;
    left: -50%;
    width: 1000%;
    height: calc(100% + 150px);
    z-index: -1;
}section.news ul li {
    margin: 0 15px;
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
}section.news ul li .text {
    padding: 20px;
}section.news ul li .text p:last-child {
    margin-bottom: 0;
}section.news ul li .text p.date {
    color: #333333;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}section.news ul li .text p.category {
    color: #004AA0;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
}section.news ul li .text p.title {
    color: #333333;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}section.news ul li a {
    display: block;
}section.news ul li a img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}section.news ul .slick-dots li {
    height: auto;
    width: auto;
    margin: 0 5px;
}section.news ul .slick-dots li button {
    width: 10px;
    height: 10px;
}section.news ul .slick-dots li.slick-active {
    background: #054aa0;
}.videos {
    background: #004AA0;
    border-radius: 29px;
    padding: 80px 60px;
    color: #fff;
}.videos .divide-two {
    gap: 60px;
}.videos .divide-two>video {
    width: calc(50% - 30px);
    height: 266px !important;
    border-radius: 25px !important;
}.videos .title h2 {
    color: #fff;
}.videos .title a.btn {
    color: #fff;
    border: 1px solid #fff;
}.options {
    position: relative;
}.options:after {
    content: "";
    background: #EBEBEB;
    position: absolute;
    top: 35%;
    left: -50%;
    width: 1000%;
    height: calc(100% + 150px);
    z-index: -1;
}.options .carousel-options .slick-track {
    display: flex;
}.options .carousel-options li {
    margin: 0 10px;
    background: #002A67;
    color: #fff;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    height: auto;
}.options .carousel-options li .btn-next {
    position: absolute;
    top: 15px;
    right: 20px;
    max-width: 40px;
}.options .carousel-options li .btn-next svg {
    max-width: 40px;
}.options .carousel-options li .text {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}.options .carousel-options li .text p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}.options .carousel-options li .text:after {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    top: -50%;
    left: 0;
    z-index: 2;
    background: linear-gradient(transparent, #022a68);
}.options .carousel-options li a {
    display: block;
}.options .carousel-options .slick-dots li {
    height: auto;
    width: auto;
    margin: 0 5px;
}.options .carousel-options .slick-dots li button {
    width: 10px;
    height: 10px;
}.options .carousel-options .slick-dots li.slick-active {
    background: #054aa0;
}.testimonials {
    position: relative;
}.testimonials .carousel-testimonials div li {
    margin: 0 10px;
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
    padding: 40px 70px;
}.testimonials .carousel-testimonials div li img {
    max-width: 90px;
}.testimonials .carousel-testimonials div li>a>div {
    display: flex;
    align-items: center;
    gap: 10px;
}.testimonials .carousel-testimonials div li>a>p {
    color: #002A67;
    font-weight: bold;
    margin-top: 10px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}.testimonials .carousel-testimonials div li p {
    margin: 0;
    font-size: 15px;
}.testimonials .carousel-testimonials div li p strong {
    color: #114B9C;
}.testimonials .carousel-testimonials div li a {
    display: flex;
    gap: 100px;
}.testimonials:after {
    content: "";
    background: #ebebeb;
    width: calc(100% + 1000px);
    height: 100%;
    position: absolute;
    bottom: -50px;
    left: -50%;
    z-index: -1;
}.page-videos .above-the-fold {
    gap: 55px;
}.page-videos .above-the-fold .main-video {
    width: 60%;
}.page-videos .above-the-fold .main-info {
    width: 40%;
}.page-videos .above-the-fold .main-info h2 {
    font-size: 38px;
    line-height: 45px;
    color: #004AA0;
    margin-bottom: 15px;
}.page-videos .above-the-fold .main-info p {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 18px;
}.page-videos .above-the-fold .main-info p:last-child {
    margin-bottom: 0;
}.page-videos .above-the-fold .main-info p:last-child span:last-child {
    display: none;
}.page-videos section.wrap-videos {
    position: relative;
}.page-videos section.wrap-videos:after {
    content: "";
    background: #EBEBEB;
    position: absolute;
    top: 20%;
    left: -50%;
    width: 1000%;
    height: calc(100% + 150px);
    z-index: -1;
}.page-videos section.wrap-videos ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px;
}.page-videos section.wrap-videos ul li {
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
    width: calc(50% - 25px);
}.page-videos section.wrap-videos ul li video {
    border-radius: 25px;
}.page-videos section.wrap-videos ul li .text {
    padding: 25px 30px;
}.page-videos section.wrap-videos ul li .text p {
    color: #333333;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    margin: 10px 0 0 0;
}.page-videos section.wrap-videos ul li .text p:last-child {
    margin-bottom: 0;
}.page-videos section.wrap-videos ul li .text p.title {
    color: #004AA0;
    font-weight: 700;
    font-size: 32px;
    line-height: 34px;
    margin: 0;
}.page-videos section.wrap-videos ul li a {
    display: block;
}.page-videos section.wrap-videos ul .slick-dots li {
    height: auto;
    width: auto;
    margin: 0 5px;
}.page-videos section.wrap-videos ul .slick-dots li button {
    width: 10px;
    height: 10px;
}.page-videos section.wrap-videos ul .slick-dots li.slick-active {
    background: #054aa0;
}.page-noticias section.news ul {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}.page-noticias section.news ul li {
    width: calc(33% - 13px);
    margin: 0;
}.page-noticias .above-the-fold {
    margin: 25px 0;
    flex-wrap: wrap;
}.page-noticias .above-the-fold>a {
    position: relative;
    width: calc(50% - 28px);
    background: #114B9C;
    border-radius: 25px;
    color: #fff;
}.page-noticias .above-the-fold>a span.leia-mais {
    position: absolute;
    top: 30px;
    right: 30px;
    background: #004AA0;
    color: #fff;
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    border-radius: 10px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}.page-noticias .above-the-fold>a .text {
    padding: 30px 40px;
}.page-noticias .above-the-fold>a .text p.date {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}.page-noticias .above-the-fold>a .text p.title {
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
}.page-noticias .above-the-fold>a img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}.page-noticias.interna h1 {
    margin-bottom: 25px;
}.page-noticias.interna .main-new img {
    height: auto;
}.page-noticias.interna .main-new .content {
    max-width: 85%;
    margin: 50px auto;
    color: #333333;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}.page-noticias.interna .main-new .content a {
    color: #004AA0;
    text-decoration: underline;
    font-weight: 700;
}.page-noticias.interna .main-new .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px 0;
    gap: 25px;
}.page-noticias.interna .main-new .info .user {
    width: 10%;
}.page-noticias.interna .main-new .info .share {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}.page-noticias.interna .main-new .info .tags {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
}.page-noticias.interna .main-new .info .tags a {
    text-decoration: underline;
}.page-noticias.interna .main-new .info p,
.page-noticias.interna .main-new .info a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333333;
    margin: 0;
}.duvidas main form {
    max-width: 500px;
}.duvidas main form input,
.duvidas main form select,
.duvidas main form textarea {
    border: 1px solid #002A67;
    padding: 15px 25px;
    border-radius: 10px;
    margin-bottom: 15px;
    width: calc(100% - 50px);
    display: block;
}.duvidas main form span {
    max-width: 100%;
    display: block;
}.duvidas main form select {
    width: 100%;
}.duvidas main form input.wpcf7-submit {
    background: #004AA0;
    color: #fff;
    width: 100%;
    cursor: pointer;
}.duvidas main form input.wpcf7-submit:hover {
    background: transparent;
    color: #004AA0;
}.duvidas .divide-two {
    margin: 50px 0;
    gap: 100px;
}.duvidas .divide-two h2 {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
    color: #002A67;
    max-width: 80%;
    margin-bottom: 25px;
}.duvidas .divide-two ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}.duvidas .divide-two ul li {
    margin-bottom: 15px;
    display: flex;
    gap: 15px;
}.duvidas .divide-two ul li:last-child {
    margin-bottom: 0;
}.duvidas .divide-two ul li a {
    display: flex;
    flex-direction: column;
}.duvidas .divide-two ul li a strong {
    color: #002A67;
}.duvidas .divide-two>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}.duvidas .divide-two>div p {
    font-size: 18px;
}.duvidas .divide-two>div a {
    color: #05489b;
    text-decoration: underline;
}.solucoes .above-the-fold a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #002A67;
    border-radius: 29px;
    color: #fff;
}.solucoes .above-the-fold a>img {
    width: 50%;
}.solucoes .above-the-fold a>div {
    width: 50%;
    padding: 45px 90px;
}.solucoes .above-the-fold a>div p {
    font-size: 18px;
}.solucoes .above-the-fold a>div span.btn {
    border-radius: 9px;
    border: 1px solid #fff;
    padding: 15px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
    color: #fff;
}.solucoes .above-the-fold a>div span.btn:hover {
    background: #fff !important;
    color: #022a68 !important;
}.solucoes .above-the-fold a>div span.btn:hover svg path {
    stroke: #022a68;
}.solucoes .above-the-fold a>div p:last-child {
    margin: 0;
}.solucoes .solucao h3 {
    font-size: 26px;
    line-height: 32px;
    color: #333333;
}.solucoes .solucao ul {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}.solucoes .solucao ul li {
    width: calc(50% - 20px);
    background: #EBEBEB;
    border-radius: 29px;
}.solucoes .solucao ul li .info {
    background: #114B9C;
    border-radius: 29px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
}.solucoes .solucao ul li .info img {
    width: 55%;
    padding: 50px 0;
    margin-left: -24px;
}.solucoes .solucao ul li .info p {
    width: calc(45% - 65px);
    margin: 0;
    padding: 30px;
    font-size: 26px;
    line-height: 34px;
    font-weight: 300;
}.solucoes .solucao ul li .text {
    padding: 30px 50px;
}.solucoes .solucao ul li .text p {
    color: #333333;
    font-size: 18px;
    line-height: 24px;
}.sociedade h1 {
    color: #fff;
}.sociedade p a {
    color: #004AA0;
    text-decoration: underline;
}.sociedade .infos {
    margin: 25px 0;
    gap: 10px;
}.sociedade .infos>p:nth-child(1) {
    color: #004AA0;
}.sociedade .infos p {
    font-size: 18px;
    color: #333333;
    display: inline-block;
}.sociedade .infos p strong {
    color: #004AA0;
}.sociedade .infos ul {
    list-style: disc;
    list-style-position: inside;
}.sociedade .infos ul li {
    font-size: 18px;
    color: #333333;
}.sociedade .infos ul li a {
    color: #004AA0;
    text-decoration: underline;
}.sociedade .above-the-fold {
    margin: 25px 0;
}.sociedade .options {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}.sociedade .options:after {
    content: none;
}.sociedade .options > div {
    background: #CDDDF2;
    width: calc(50% - 108px);
    color: #333333;
    padding: 50px;
    border-radius: 29px;
}.sociedade .options>p strong {
    color: #004AA0;
}.sociedade .video-tutorial {
    background: #002A67;
    color: #fff;
    display: flex;
    align-items: center;
    border-radius: 29px;
    padding: 60px;
    gap: 60px;
    margin-bottom: 50px;
}.sociedade .video-tutorial video {
    border-radius: 29px;
}.como-operar {
    /* Tabs */
}.como-operar section.wrap-videos:after {
    content: none;
}.como-operar section.wrap-videos {
    margin: 0;
}.como-operar h1 {
    margin-bottom: 25px;
}.como-operar ul#tabs-nav {
    list-style: none;
    margin: 0;
    overflow: auto;
    display: flex;
    gap: 15px;
}.como-operar ul#tabs-nav li {
    background-color: #EBEBEB;
    padding: 20px 35px;
    border-radius: 29px 29px 0 0;
    cursor: pointer;
}.como-operar ul#tabs-nav li:hover,
.como-operar ul#tabs-nav li.active {
    background-color: #004AA0;
}.como-operar ul#tabs-nav li:hover a,
.como-operar ul#tabs-nav li.active a {
    color: #fff;
}.como-operar #tabs-nav li a {
    text-decoration: none;
    color: #989898;
    font-weight: bold;
}.como-operar .tab-content {
    padding: 50px;
    background-color: #EBEBEB;
    border-radius: 0 0 29px 29px;
    margin-bottom: 50px;
}.vantagens .info-thumbs ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 100px;
    row-gap: 50px;
    margin-bottom: 50px;
    margin-top: 50px;
}.vantagens .info-thumbs ul li {
    width: calc(33% - 63px);
}.vantagens .info-thumbs ul li>div:first-child {
    display: flex;
    align-items: center;
    background: #114B9C;
    padding: 25px 30px;
    color: #fff;
    gap: 20px;
    border-radius: 29px;
}.vantagens .info-thumbs ul li>div:first-child h3 {
    font-size: 20px;
}.vantagens .info-thumbs ul li>div:last-child {
    background: #EBEBEB;
    padding: 55px 35px 35px 35px;
    margin-top: -20px;
    z-index: -1;
    position: relative;
    border-radius: 0 0 29px 29px;
    color: #333333;
}.licitante h4 {
    text-align: right;
    font-weight: 400;
    font-size: 1.17em;
}.licitante .above-the-fold {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 29px;
    color: #fff;
    position: relative;
}.licitante .above-the-fold:after {
    content: "";
    background: linear-gradient(-90deg, #004AA0 46%, transparent 70%);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 29px;
}.licitante .above-the-fold .text {
    z-index: 2;
}.licitante .above-the-fold a.btn {
    border-radius: 9px;
    border: 1px solid #fff;
    padding: 15px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    color: #fff;
}.licitante .above-the-fold h1 {
    color: #fff;
    font-size: 28px;
    line-height: 35px;
}.licitante .above-the-fold>img {
    width: 55%;
}.licitante .above-the-fold>div {
    width: 45%;
    padding: 45px 50px;
}.licitante .above-the-fold>div p {
    font-size: 18px;
}.licitante .above-the-fold>div p:last-child {
    margin: 0;
}.licitante .servicos h3 {
    margin-bottom: 50px;
    margin-top: 50px;
}.licitante .servicos ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
}.licitante .servicos ul li {
    width: calc(20% - 15px);
}.licitante .servicos ul li a {
    background: #002A67;
    color: #fff;
    display: block;
    position: relative;
    padding-bottom: 70px;
    border-radius: 29px;
}.licitante .servicos ul li a .text {
    position: absolute;
    bottom: 0;
    width: calc(100% - 40px);
    padding: 20px;
    z-index: 2;
}.licitante .servicos ul li a .text p {
    margin: 0;
    display: inline-block;
}.licitante .servicos ul li a:after {
    content: "";
    background: linear-gradient(0deg, #022a68 35%, transparent 70%);
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 29px;
}.licitante .servicos ul li:last-child {
    display: grid;
}.licitante .servicos ul li:last-child a {
    text-transform: uppercase;
    background: #004AA0;
}.licitante .servicos ul li:last-child a .text {
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
}.licitante .servicos ul li:last-child a:after {
    content: none;
}.licitante .numeros {
    display: flex;
    justify-content: space-between;
    align-items: center;
}.licitante .numeros h2 {
    color: #004AA0;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
}.licitante .numeros p {
    color: #333333;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}.licitante .warning {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #002A67;
    border-radius: 29px;
    color: #fff;
}.licitante .warning h2 {
    color: #fff;
    margin-bottom: 20px;
}.licitante .warning p {
    color: #fff;
    margin-bottom: 0;
}.licitante .warning a.btn {
    border-radius: 9px;
    border: 1px solid #fff;
    padding: 15px 25px;
    display: inline-block;
    margin-top: 15px;
    color: #fff;
}.licitante .warning>img {
    width: 55%;
}.licitante .warning>div {
    width: 45%;
    padding: 45px 90px;
}.licitante .warning>div p {
    font-size: 18px;
}.licitante .warning>div p:last-child {
    margin: 0;
}.licitante .warning-02 {
    display: flex;
    justify-content: center;
    background: #004AA0;
    border-radius: 29px;
    color: #fff;
    overflow: hidden;
}.licitante .warning-02 h2 {
    color: #fff;
    margin-bottom: 20px;
}.licitante .warning-02 p {
    color: #fff;
    margin-bottom: 10px;
}.licitante .warning-02 p:last-child {
    margin-bottom: 0;
}.licitante .warning-02>img {
    width: 28%;
    object-fit: cover;
}.licitante .warning-02>div {
    width: 72%;
    padding: 45px 90px;
}.licitante .etapas {
    display: flex;
    gap: 20px;
    margin-bottom: 50px;
}.licitante .etapas .div {
    background: #002A67;
    width: calc(100%/6 - 20px);
    border-radius: 29px;
    padding: 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 75px;
}.licitante .etapas .div h5 {
    font-size: 30px;
    line-height: 38px;
}.licitante .etapas .div>div:first-child {
    display: flex;
    justify-content: space-between;
}.promotor .servicos ul li:last-child {
    display: grid;
    width: calc(40% - 15px);
}.dados-acesso .above-the-fold {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 29px;
    color: #fff;
    position: relative;
}.dados-acesso .above-the-fold:after {
    content: "";
    background: linear-gradient(-90deg, #004AA0 46%, transparent 70%);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 29px;
}.dados-acesso .above-the-fold .text {
    z-index: 2;
}.dados-acesso .above-the-fold a.btn {
    border-radius: 9px;
    border: 1px solid #fff;
    padding: 15px 25px;
    margin-top: 25px;
    color: #fff;
    text-align: center;
    text-decoration: underline;
}.dados-acesso .above-the-fold h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
}.dados-acesso .above-the-fold>img {
    width: 50%;
}.dados-acesso .above-the-fold>div {
    width: 50%;
    padding: 45px 90px;
}.dados-acesso .above-the-fold>div p {
    font-size: 18px;
}.dados-acesso .above-the-fold>div p:last-child {
    margin: 0;
}.sobre h1 {
    color: #fff;
}.sobre p a {
    color: #004AA0;
    text-decoration: underline;
}.infos {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}.infos .wrap-img {
    width: calc(25% - 25px);
}.infos .wrap-text {
    width: calc(75% - 25px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0;
}.infos .wrap-text p {
    color: #333;
    font-size: 20px;
    line-height: 29px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}.infos .more p {
    color: #333;
    font-size: 20px;
    line-height: 29px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}.infos .more p strong {
    color: #004AA0;
}.sobre .options:after {
    content: none;
}.sobre .options ul {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}.sobre .options ul li {
    background: #D9D9D9;
    padding: 25px;
    width: calc(33% - 65px);
    display: flex;
    align-items: center;
    border-radius: 10px;
}.sobre .above-the-fold {
    margin: 25px 0;
}.sobre .more h2 {
    color: #002A67;
}.sobre .warning {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #002A67;
    border-radius: 29px;
    color: #fff;
}.sobre .warning h2 {
    color: #fff;
    margin-bottom: 20px;
}.sobre .warning p {
    color: #fff;
    margin-bottom: 0;
}.sobre .warning a.btn {
    border-radius: 9px;
    border: 1px solid #fff;
    padding: 15px 25px;
    display: inline-block;
    margin-top: 15px;
}.sobre .warning>img {
    width: 55%;
}.sobre .warning>div {
    width: 45%;
    padding: 45px 90px;
}.sobre .warning>div p {
    font-size: 16px;
    font-weight: 300;
}.sobre .warning>div p:last-child {
    margin: 0;
}.sobre .botoes {
    display: flex;
    gap: 50px;
}.sobre .botoes a {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
}.sobre .botoes a:hover svg path {
    stroke: #fff;
}.custos .infos .wrap-text {
    width: 100%;
}.custos .infos .wrap-text h2 {
    color: #002A67;
}.custos .options ul {
    margin: 50px 0;
}.custos .options ul li {
    width: calc(25% - 70px);
}.custos .planos {
    display: flex;
    justify-content: space-between;
    gap: 21px;
    color: #333333;
}.tabset>input:checked+label {
    background: #054aa0;
    color: #fff;
    border: none;
}.tabset>label {
    border: 1px solid #989898;
    border-bottom: none;
    border-radius: 9px 9px 0 0;
    padding: 12px 48px;
    margin: 0 -5px 0 0;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #989898;
}.tabset>.tab-panels {
    padding: 26px 50px;
    background: #004AA0;
    color: #fff;
    border-radius: 0 9px 9px 9px;
}.planos .tabset {
    width: 100%;
}.planos {
    width: 100%;
}.plan label {
    position: relative;
    flex-grow: 1;
}.plan label .p {
    background: #fff;
    border-radius: 9px;
    color: #000;
    padding: 33px 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    flex-grow: 1;
}.plan {
    display: flex;
    justify-content: space-between;
    gap: 25px;
}.plan label .flags {
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
}.plan label p {
    margin: 0;
}.plan label input {
    margin-left: 20px;
    margin-right: 0;
}.plan label .flags p {
    background: #FE720F;
    color: #fff;
    font-size: 12px;
    padding: 7px 15px 15px 15px;
    border-radius: 9px 9px 0 0;
}.plan label .flags span p:after {
    content: ' OFF';
}.plan label:first-child .flags {
    display: none !important;
}.plan label:last-child .flags:after {
    content: 'Melhor custo beneficio';
    font-size: 12px;
    background: #002A67;
    color: #fff;
    padding: 7px 12px;
    border-radius: 9px 9px 0 0;
    position: absolute;
    top: -3px;
    right: 0;
}.plan label .p {
    margin-top: 22px;
}.plan label .flags {
    display: flex;
}.tabset>input[type="radio"] {
    position: absolute;
    left: -200vw;
}.tabset .tab-panel {
    display: none;
}.tabset>input:first-child:checked~.tab-panels>.tab-panel:first-child,
.tabset>input:nth-child(3):checked~.tab-panels>.tab-panel:nth-child(2),
.tabset>input:nth-child(5):checked~.tab-panels>.tab-panel:nth-child(3),
.tabset>input:nth-child(7):checked~.tab-panels>.tab-panel:nth-child(4),
.tabset>input:nth-child(9):checked~.tab-panels>.tab-panel:nth-child(5),
.tabset>input:nth-child(11):checked~.tab-panels>.tab-panel:nth-child(6) {
    display: block;
}.tabset>label {
    position: relative;
    display: inline-block;
    cursor: pointer;
}.unidades .info-thumbs ul li {
    width: calc(50% - 50px);
}input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}.is-form-style.is-form-style-3 input.is-search-input {
    border: none !important;
    padding: 0 !important;
    background: transparent;
    height: auto;
    font-size: 16px !important;
    width: auto !important;
}.is-form-style input.is-search-submit,
.is-search-icon {
    border: none !important;
}.is-form-style.is-form-style-3 label {
    width: auto !important;
}header .container .search form button.is-search-submit {
    width: auto !important;
    height: auto !important;
    right: 0;
}@media (max-width: 768px) {
    header {
        padding: 15px 0;
    }
    header .container {
        flex-wrap: wrap;
        gap: 15px;
    }
    header.unfixed {
        padding: 15px 0;
    }
    header .wrap-menu h2 {
        margin-bottom: 25px;
    }
    .logo {
        width: 35%;
    }
    header .container nav {
        display: none;
    }
    header .container .search {
        width: 100%;
        padding: 10px 20px;
        order: 5;
    }
    header .container .login {
        padding: 10px 25px;
    }
    header .container .toggle {
        padding: 6px 15px;
    }
    header .wrap-menu {
        padding: 50px;
        width: calc(100% - 100px);
        height: calc(100% - 100px);
        flex-wrap: wrap;
    }
    header .wrap-menu ul.menu li {
        width: 100%;
    }
    header .wrap-menu ul.menu li a {
        padding: 10px 20px;
    }
    #footer .container {
        flex-wrap: wrap;
    }
    #footer .container>div {
        width: 100%;
    }
    .title {
        flex-wrap: wrap;
    }
    .title p {
        width: 100%;
    }
    .videos .title h2 {
        margin-bottom: 25px;
    }
    .videos .divide-two video {
        width: 100%;
        height: 180px !important;
    }
    .videos .divide-two {
        gap: 25px;
        flex-wrap: wrap;
    }
    .above-the-fold {
        flex-wrap: wrap;
    }
    .above-the-fold>div {
        width: 100%;
    }
    .divide-two {
        flex-wrap: wrap;
    }
    .divide-two .thumb.grey {
        width: 100%;
    }
    .divide-two>div {
        width: 100%;
    }
    #footer .copyright .container {
        padding: 20px;
        width: calc(100% - 40px);
        gap: 10px;
        font-size: 12px;
        text-align: center;
        justify-content: center;
    }
    .divide-two .thumb .text .divide-two a {
        font-size: 12px;
        padding: 10px;
        width: calc(50% - 30px);
    }
    .divide-two .thumb .text .divide-two a .tip {
        position: relative;
        top: 0;
        right: 0;
    }
    .divide-two .thumb .text .divide-two a {
        display: flex;
        align-items: center;
        gap: 7px;
    }
    .title h2 {
        font-size: 24px;
    }
    section.videos {
        padding: 25px;
    }
    .slick-slide img {
        width: 100%;
    }
    footer#footer {
        padding-top: 30px;
    }
    #footer img {
        max-width: 200px;
    }
    h1 {
        font-size: 36px;
        line-height: 1.2;
    }
    .como-operar ul#tabs-nav li {
        padding: 15px 20px;
        font-size: 12px;
        line-height: 1.2;
        display: flex;
        align-items: center;
    }
    .como-operar .tab-content {
        padding: 25px;
    }
    .page-videos section.wrap-videos ul {
        gap: 15px;
    }
    .page-videos section.wrap-videos ul li {
        width: 100%;
    }
    .page-videos section.wrap-videos ul li video {
        height: 180px;
    }
    .page-videos section.wrap-videos ul li .text {
        padding: 15px 25px;
    }
    .page-videos section.wrap-videos ul li .text p.title {
        font-size: 22px;
        line-height: 1.2;
    }
    .page-videos section.wrap-videos ul li .text p.description {
        font-size: 14px;
        line-height: 1.2;
    }
    .licitante .above-the-fold:after {
        background: linear-gradient(0, #004AA0 62%, transparent 80%);
    }
    .licitante .above-the-fold>div {
        padding: 25px;
        width: 100%;
    }
    .licitante .above-the-fold h1 {
        font-size: 26px;
        line-height: 1.2;
    }
    .licitante .above-the-fold>img {
        width: 100%;
    }
    .licitante .numeros {
        flex-wrap: wrap;
        gap: 15px;
    }
    .licitante .numeros>div {
        width: 100%;
    }
    .licitante .numeros h2 {
        font-size: 38px;
    }
    .licitante .numeros p {
        font-size: 16px;
        line-height: 1.2;
    }
    .licitante .servicos h3 {
        margin-bottom: 25px;
        margin-top: 25px;
    }
    .licitante .warning {
        flex-wrap: wrap;
    }
    .licitante .warning>div {
        width: 100%;
        padding: 30px;
    }
    .licitante .warning>img {
        width: 100%;
    }
    .licitante .warning-02 {
        flex-wrap: wrap;
    }
    .licitante .warning-02>div {
        width: 100%;
        padding: 30px;
    }
    .licitante .warning-02>img {
        width: 100%;
    }
    .licitante h4 {
        text-align: left;
        font-size: 16px;
        text-align: center;
    }
    .licitante .servicos ul {
        display: block;
    }
    .licitante .servicos ul li {
        margin: 0 15px;
    }
    .licitante .etapas {
        display: block;
    }
    .licitante .etapas .div {
        margin: 0 15px;
    }
    .licitante .servicos ul.slick-dots li {
        margin: 0 5px;
        width: auto;
    }
    .licitante .servicos ul li:last-child {
        display: inline-block;
    }
    .licitante .servicos .slick-track {
        display: flex !important;
    }
    .licitante .servicos .slick-slide {
        height: inherit !important;
    }
    .licitante .servicos ul li a {
        height: calc(100% - 70px);
    }
    .page-noticias .above-the-fold {
        gap: 25px;
    }
    .page-noticias .above-the-fold>a {
        width: 100%;
    }
    .page-noticias .above-the-fold>a span.leia-mais {
        font-size: 12px;
        gap: 10px;
        padding: 10px;
        top: 10px;
        right: 10px;
    }
    .page-noticias .above-the-fold>a .text p.date {
        font-size: 16px;
    }
    .page-noticias .above-the-fold>a .text p.title {
        font-size: 22px;
        line-height: 1.1;
    }
    .page-noticias .above-the-fold>a .text {
        padding: 15px 30px;
    }
    .title a.btn {
        font-size: 14px;
        gap: 15px;
    }
    .page-noticias section.news ul li {
        width: 100%;
    }
    section.news:after {
        top: -25px;
    }
    .page-noticias.interna .main-new .info {
        flex-wrap: wrap;
        gap: 20px;
    }
    .page-noticias.interna .main-new .info .user {
        display: none;
    }
    .page-noticias.interna .main-new .info .share {
        width: 100%;
        border: none;
        justify-content: flex-start;
    }
    .page-noticias.interna .main-new .info .tags {
        width: 100%;
    }
    .page-noticias.interna .main-new .info .tags a,
    .page-noticias.interna .main-new .info .tags p {
        font-size: 12px;
        line-height: 1;
    }
    .page-noticias.interna .main-new .content {
        max-width: 100%;
        margin: 25px 0;
    }
    .solucoes .above-the-fold a {
        flex-wrap: wrap;
    }
    .solucoes .above-the-fold a>img {
        width: 100%;
    }
    .solucoes .above-the-fold a>div {
        width: 100%;
        padding: 25px;
    }
    .sociedade .options {
        flex-wrap: wrap;
    }
    .sociedade .options>p {
        width: 100%;
        padding: 30px;
    }
    .sociedade .video-tutorial {
        flex-wrap: wrap;
        gap: 25px;
        padding: 30px;
    }
    .sociedade .video-tutorial video {
        width: 100%;
        height: 180px;
    }
    .sociedade h1 {
        font-size: 24px;
        line-height: 1.5;
    }
    .solucoes .solucao ul {
        flex-wrap: wrap;
    }
    .solucoes .solucao ul li {
        width: 100%;
    }
    .solucoes .solucao ul li .info {
        flex-wrap: wrap;
    }
    .solucoes .solucao ul li .info img {
        width: 75%;
        margin: 0 auto;
        padding: 25px 0 0 0;
    }
    .solucoes .solucao ul li .info p {
        width: 100%;
        font-size: 20px;
        line-height: 1.2;
    }
    .solucoes .solucao ul li .text p {
        font-size: 16px;
    }
    .solucoes .solucao ul li .text {
        padding: 15px 30px;
    }
    .vantagens .info-thumbs ul li {
        width: 100%;
    }
    .vantagens .info-thumbs ul {
        gap: 25px;
    }
    .page-videos .above-the-fold {
        gap: 25px;
        margin: 25px 0;
    }
    .page-videos .above-the-fold .main-video {
        width: 100%;
    }
    .page-videos .above-the-fold .main-info {
        width: 100%;
    }
    .page-videos .above-the-fold .main-info h2 {
        font-size: 28px;
        line-height: 1.2;
    }
}
/*# sourceMappingURL=style.css.map */