:root {
  /*  Tipografia */
  --utuawp-font-family-base: 'DM Sans', sans-serif;

  /* Cores */
  --custom-primary-color: #0B443A;
  --utuawp-color-base-white: #ffffff;
  --utuawp-color-base-grey-50: #F7F7F7;

  /* EspaÃƒÂ§amento */ 
  --utuawp-spacing-nano: 8px;
}

* {
  box-sizing: border-box;
}

body {
  font-family: var(--utuawp-font-family-base);
  background-color: var(--utuawp-color-base-grey-50);
  margin: 0;
  padding: 0;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background-color: var(--utuawp-color-base-grey-50);
	
	-webkit-font-smoothing: antialiased !important;
	overflow-wrap: break-word;
	word-wrap: break-word;
	max-width: 100%;
	overflow-x: hidden;
	overflow-y: initial !important;
	
	font-size: var(--utuawp-font-size-mobile-default);
	line-height: 1.5em;
}
html.canScroll body.no-scroll {
  overflow-y: hidden !important;
}

ul {
  list-style-position: inside;
}

footer, menu, header {
	display: block;
}

body>footer {
  color: #fff;
  font-size: 13px;
  padding: 20px 0;
  left: 0;
  bottom: 0;
  text-align: center;
}

.anchor-exists #footer {
  padding-bottom: 124px;
}

body>footer .accordion-header {
  cursor: pointer;
  font-weight: 700;
}

footer ul {
  flex-direction: column;
  margin-bottom: 2em;
}

footer ul {
	text-align: center;
	margin: 0 0 8px;
	padding: 0;
}

footer ul li {
	list-style: none;
	padding: 0 16px;
	display: inline-block;
}

footer ul li a {
	color: #ffffff;
  text-decoration: none;
}

pre {
  white-space: pre-wrap;
  word-break: break-word;
}

.content-icons{
  background-image: url(../images/spritesheet.png);
  width: 16px;
  height: 16px;
}

.calender-sprite {
  background-position: -195px -9.5px;
}

.clock-sprite {
  background-position: -221px -11.5px;
}

.box-carousel-e-dois-destaques-trends-ads .box-carousel-e-dois-destaques-trends-ads-footer {
  background: #fff;
  height: 66px;
  padding: 0 10px;
  width: 100%;
  border-color: #ebebeb;
  border-width: 0 1px 1px;
  border-style: solid;
  text-align: left;
  margin-top: -5px;
  position: absolute;
  bottom: 0;
}

.footer-text {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1.5em;
}

.footer-text p {
  font-size: 11px;
  margin: 0;
  text-align: center;
}

.image-footer-white {
  text-align: center;
}

.container-footer img {
  max-height: 40px;
}

.single-footer-social {
	border-top: 1px solid #E0E0E0;
	padding: 25px 0 28px 0;
	font-weight: bold;
	text-align: center;
}

#footer-v2 {
  background-color: var(--custom-primary-color);
  padding-bottom: 24px;
}

.anchor-exists #footer-v2 {
  padding-bottom: 124px;
}

.footer-description {
  font-size: 12px;
  color: #ffffff80;
}

/* Footer White */
#footer-v3 {
  background-color: var(--utuawp-color-base-white);
  padding: 24px;
}

.anchor-exists #footer-v3 {
  padding-bottom:124px;
}

.footer-description-white {
  margin: 0;
  font-size: 10px;
  color: var(--custom-primary-color);
}

.links-footer-white ul li a {
  font-size: 10px;
  color: var(--custom-primary-color);
}

.links-footer-white ul li {
  padding: 12px;
}

.links-footer-white .menu-footer {
  text-align: left;
}

.container-links-white {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  align-items: center;
}

/* MENU */
body.no-scroll {
  overflow-y: hidden !important;
}

header.header {
  display: none;
  width: 100%
}

.wrapper-mobile-header {
  position: static;
}

.menu-content {
  background-color: #fff;
  border-radius: 8px;
  padding: 0 16px;
  position: relative;
}

.menu-content-wrap {
  padding: 0 24px 24px;
  background-color: #F5F5F5;
  height: 100vh;
}

.menu-content-list .menu-item > a {
  padding: 10px 0 10px 20px;
  color: #262626;
  display: block;
  height: 100%;
  width: 100%;
}

.menu-content-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  font-weight: 600;
  font-size: 1.16667em;
  /* text-transform: uppercase; */
  padding: 0;
  list-style: none;
}

.menu-content-list {
  font-size: var(--utuawp-font-size-mobile-default);
  font-family:'DM Sans', sans-serif;
}

.menu-content-list .menu-item {
  display: flex;
  align-items: center;
}

.menu-content-list .menu-item-has-children > a {
  display: none;
}

.menu-item-has-children > ul {
  padding: 0;
}

.menu-content-list .menu-item a {
  color: #626262;
  padding: 14px 0 14px 16px;
  text-decoration: none;
}

.mobile-header.is-show .container-menu {
  background-color: #F5F5F5;
}


.wrapper-mobile-header {
  width: 100%;
  margin-bottom:20px;
  /* position: absolute; */
  top: 20px;
  left: 0;
  transition: 0.5s ease-in;
}

.mobile-header {
  left: 0;
  height: 56px;
  margin: 16px auto 0;
  width: calc(100% - 32px);
  border-radius: 16px;
  background-color: #fff;
}

.mobile-header .container-menu, .mobile-header .container-menu-header {
  background: #fff;
  transition: all 0.3s ease-in;
}

/* Menu Icons */
.menu-icon {
  background-repeat: no-repeat;
  background-position: 8px;
  padding: 0 10px;
}

.menu-icon::before {
  width: 30px;
  height: 30px;
  display: block;
  content: ' ';
  background-image: url(../images/spritesheet.png);
  position: relative;
}

.cartao-de-credito-icon::before {
  background-position: -32px -2px;
}

.emprestimo-icon::before {
  background-position: -161px -4px;
}

.financiamento-icon::before {
  background-position: -131px -2px;
}

.renda-extra-icon::before {
  background-position: -63px -5px;
}

.seguro-icon::before {
  background-position: 60px -4px;
}

.contato-icon::before {
  background-position: -1px -1px;
}

.sobre-nos-icon::before {
  background-position: -95px -4px;
}

.calculadoras-financeiras-icon::before {
  background-position: 33px -4px;
}

.calculadoras-financeiras-icon::after {
  content: "Novo";
  background: #BAFFF3;
  color: #0B443A;
  padding: 2px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12px;
  border-radius: 6px;
  font-size: 8px;
  position: absolute;
  right: 60px;
  bottom: 10px;
  transform: translateY(-50%);
}

/* Menu Header */
.mobile-header .container-menu-header {
  height: 50px;
  width: 100%;
}
.mobile-header .container-menu-header {
  /* background-color: #F5F5F5; */
  /* background-image: url('https://bucket.utua.com.br/img/2023/01/57adf1ca-logo-utua.png'); */
  /* background-repeat: no-repeat; */
  /* background-size: 50px; */
  /* background-position: 25px 25px; */
}

.mobile-header .open-menu {
  align-items: center;
  left: 0;
  top: 0;
  /* padding: 19px 25px 20px 15px; */
  position: relative;
  z-index: 99999;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  transition: 400ms;
  /* display: block; */
  right: 8px;
}

.mobile-header .open-menu {
  left: auto;
}

.open-menu.is-open {
  right: -4px;
}

.mobile-header.is-show .open-menu.is-opened {
  top: -1px;
  -webkit-transform: translate(0, 4px);
  -ms-transform: translate(0, 4px);
  -moz-transform: translate(0, 4px);
  transform: translate(0, 4px);
}
.mobile-header.is-show .open-menu.is-opened span.first {
  -webkit-transform: rotate(45deg) translate(0, 0);
  -ms-transform: rotate(45deg) translate(0, 0);
  -moz-transform: rotate(45deg) translate(0, 0);
  transform: rotate(45deg) translate(0, 0);
}
.mobile-header.is-show .open-menu.is-opened span.last {
  -webkit-transform: rotate(-45deg) translate(6px, -6px);
  -ms-transform: rotate(-45deg) translate(6px, -6px);
  -moz-transform: rotate(-45deg) translate(6px, -6px);
  transform: rotate(-45deg) translate(6px, -6px);
}

.mobile-header .open-menu span {
  background: #000000;
  display: block;
  height: 2.5px;
  width: 20px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  transition: 500ms;
}

.mobile-header .open-menu span.last {
  margin-top: 6px;
}

.mobile-header.is-show .menu-logo {
  /* margin: 0px 24px 8px; */
}

/* Menu Button */
.menu-button {
  background-color: #E56000;
  border-radius: 100px;
  background-image: url('https://bucket.utua.com.br/img/2023/01/dd4d86c1-sentiment-very-satisfied.png');
  background-repeat: no-repeat;
  background-position: 20px;
  left: 0;
  position: absolute;
  bottom: -86px;
  width:100%
}

.menu-content-list .menu-button a {
  color: #fff;
  text-align: center;
}

/* Menu closed */
.mobile-header .menu-logo {
  margin: var(--utuawp-spacing-nano);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  justify-content: space-between;
}

.mobile-header .logo svg {
  display: flex;
  width: 70px;
  height: 30px;
  margin-top: 10px;
}

.mobile-header .logo img {
  max-height: 36px;
  display: block;
  margin: 0 auto 0 4px;
  margin-left: 4px;
}

.mobile-header .logo {
  text-align: center;
  width: 100%;
  z-index: 15;
  -webkit-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  height: 100%;
  display: flex;
  align-items: center;
}

.mobile-header .logo .logo-description {
  display: none;
}

.mobile-header .container-menu {
  transform: translateX(-100vw);
  left: 0;
}

.mobile-header.is-show .container-menu {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
  height: 100vh;
  z-index: 9;
  position: relative;
}

.menu-footer {
  display: inline-block;
  font-size: 12px;
  color: var(--utuawp-color-base-white);
  font-weight: bold;
  gap: 4px;
}

/* COMMENT AREA */
.comments-container {
  max-width:800px;
  margin-inline: auto !important;
}

.comments-title.heading, p.comments-title {
  font-family: DM Sans;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em;
  margin: 0 0 0 16px;
}

#reply-title {
  font-family: DM Sans;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em;
  margin: 16px;
}

#reply-title > small > a {
  color: red;
  text-decoration: underline;
}

p.comments-title {
	margin: 48px 0 0 16px;
}

#author, #email {
  height: 40px;
  width: calc(100% - 32px);
  margin: 0 16px;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
}

div#inputs-row {
  padding-top: 16px;
  display: flex !important;
  flex-direction: column;
  gap: 8px;
}

.inputs-comments {
  font-family: DM Sans;
  padding: 10px 12px;
}

#author::placeholder, #email::placeholder {
  font-size: 14px;
  font-family: DM Sans;
}

a.answer-comment-link {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 8px;    
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  background: #FFF;
  color: #64748B;
  font-size: 12px;
  font-family: DM Sans;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.2px;
  margin-top: 16px;
}

ul.children a.answer-comment-link{
  display:none;
}

#email-notes {
  font-size: 14px;
  margin-inline: 24px;
  color: grey
}

.logged-in-as {
  margin-left: 16px;
}

#comment {
  font-family: DM Sans;
  height: 120px;
  width: calc(100% - 32px);
  margin: 8px 16px 0;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  padding: 12px;
}

#comment::placeholder {
  font-size: 14px;
  font-family: DM Sans;
}

.form-submit {
  display: flex;
  justify-content: center;
  margin: 8px auto;
  max-width: 500px;
}

.button-submit-comment {
  all:unset;
  cursor: pointer;
  background: #D03801;
  color: white;
  min-width: calc(100% - 32px);
  text-align: center;
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding-block: 10px;
  border-radius: 8px;
}


.comment-warning-div {
  font-size: 14px;
  margin-inline: 24px;
  color: grey;
  line-height: 120%;
}

.comment-warning-div a {
  color: grey;
}

.comment-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  padding: 0;
  gap: 8px;
  margin: 16px;
}

ul.children::before {
  content: '';
  position: absolute;
  left: 24px;
  top: -8px;
  bottom: 0;
  width: 2px;
  background-color: #D0D5DD;
}


ul.children {
  position: relative;
  margin-top: 8px;
}

ul.children li {
  margin-block: 8px;
}

.comment-list .children > li {
  list-style: none;
}

.comment-list  li {
  min-width: 100%;
  max-width: -webkit-fill-available;
}

.comment {
  background: white;
  padding: 12px;
  border-radius: 8px;
  margin: 0;
	box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}

.comment-author span {
  margin-left: 0 !important;
}

b > cite {
  font-style: initial;
  padding-bottom: 4px;
  font-size: 20px;
}

.comment-content {
  font-family: DM Sans;
  font-size: 16px;
  color: #475467;
}

.comment-content div {
  margin-block: 4px;
}

.comment-final-box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 12px;
}

button.read-more-button {
  all: unset;
  cursor: pointer;
  width: 100%;
  color: #FF5500;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}


.arrow-icon.inverted {
  animation-name: rotateIcon;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes rotateIcon {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}

.commentmetadata > a {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #64748B;
  text-decoration: none;
}

.reply > a {
  font-size: 12px;
  font-weight: 700;
  color: #64748B;
  text-decoration: none;
  letter-spacing: 0.2px;
  display: flex;
  align-items: center;
  gap: 6px;
}

@media screen and (min-width: 1023px) {
	.form-submit {
		display: flex;
		margin: 8px 0 8px auto;
		width: 200px;
	}

  .mobile-header .logo svg {
    margin-top: 0;
  }
}

/* MEDIA QUERIES */

@media screen and (min-width: 425px){
  .calculadoras-financeiras-icon::after {
    right: 160px;
  }
}

@media screen and (min-width: 767px) {
  .container-footer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
  }

  .footer-description {
    font-size: 10px;
  }

  #footer-v3 .container-footer {
    grid-template-columns: 1fr 2fr;
  }

  .container-footer-description {
      text-align: right;
      width: 80%;
  }

  .container-links-white .container-footer-description {
    width: 50%;
  }

  .footer-description-white {
    font-size: 14px;
    text-align: center;
  }

  .links-footer-white ul li a {
    font-size: 14px;
  }

  .menu-footer {
    text-align: left;
  }

  .wrapper-mobile-header {
    /* margin: 0 auto; */
  }

  .menu-content {
    width: 100%;
    background-color: transparent;
  }

  .menu-icon {
    background-color: #fff;
    border-radius: 10px;
    padding: 16px;
  }

  .menu-content-list {
    display: grid;
    grid-template-areas:
      "container1 container1 container1 container1 container1 container1"
      "container1 container1 container1 container1 container1 container1"
      "container6 container6 container7 container7 container8 container8"
      "botao botao botao botao botao botao";
    gap: 20px;
    margin: 0;
  }

  .menu-content-list .menu-item {
  flex-direction: column;
  align-items: flex-start;
  }

  .menu-icon::before {
    height: 45px;
  }

  #menu-item-19741 > a {
    padding: 0;
  }

  .menu-content-list .menu-item a {
    padding: 10px 0 2px 0;
  }

  .menu-item-father {
    grid-area: container1;
  }

  .sub-menu {
    display: grid;
    width: 100%;
    grid-template-areas:
    "subcontainer1 subcontainer1 subcontainer2 subcontainer2 subcontainer3 subcontainer3"
    "subcontainer4 subcontainer4 subcontainer4 subcontainer5 subcontainer5 subcontainer5";

    gap: 20px;
  }

  .cartao-de-credito-icon {
    grid-area: subcontainer1;
  }

  .emprestimo-icon {
    grid-area: subcontainer2;
  }

  .financiamento-icon {
    grid-area: subcontainer3;
  }

  .renda-extra-icon {
    grid-area: subcontainer4;
  }

  .seguro-icon {
    grid-area: subcontainer5;
  }

  .contato-icon {
    grid-area: container6;
  }

  .sobre-nos-icon {
    grid-area: container7;
  }
  .calculadoras-financeiras-icon {
    grid-area: container8;
  }

  .calculadoras-financeiras-icon::after {
    right: 72px;
    bottom: 48px;
  }

  .menu-button {
    grid-area: botao;
    height: 50px;
    background-position: 245px 16px;
  }

  .menu-content-list .menu-button a {
    position: relative;
    top: 12px;
  }

  .container-footer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
  }

  .footer-description {
    font-size: 10px;
  }

  #footer-v3 .container-footer {
    grid-template-columns: 1fr 1fr 3fr;
  }

  .container-footer-description {
      text-align: right;
      width: 80%;
  }

  .container-links-white .container-footer-description {
    width: 50%;
  }

  .footer-description-white {
    font-size: 14px;
    text-align: right;
  }

  .links-footer-white ul li a {
    font-size: 14px;
  }

  .menu-footer {
      text-align: left;
  }
}

  ul.wp-block-begrowth-lista-de-vantagens li::marker{
    content: 'Ã¢Å“â€¦ ';
  }

  ul.wp-block-begrowth-lista-de-desvantagens li::marker{
    content: 'Ã¢ÂÅ’ ';
  }


@media screen and (min-width: 1023px) {
  .nav-br .header-menu-item:last-child {
    display: none;
  }

  .header-wrap {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 20px;
    border-radius: 10px;
  }

  .img-header {
    margin: 12px 0 0 18px;
  }

  .no-mobile {
    padding: 20px 70px;
  }

  .header a {
    text-decoration: none;
  }

  .header .header-nav {
    margin: 0 2em;
    flex:1;
  }

  .header-menu {
    font-size: 0;
    list-style: none;
    margin-left: 30px;
    position: relative;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .header-menu {
    justify-content: end;
  }

  .header-menu-link {
    font-weight: bold !important;
    display: flex;
    align-items: center;
    gap: 4px;
}

  .header-menu-item {
    display: inline-block;
    font-size: 15px;
    font-family: 'DM Sans';
    height: 58px;
    line-height: 58px;
    padding: 0 10px;
    margin-right: 20px;
    position: relative;
    z-index: 9;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

  .header-wrap {
    height: 58px;
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

  .menu-footer {
    display: grid;
    gap: 8px;
  }

  .header-menu-item {
    margin-right: 0;
  }

  .header-menu-link {
    color: #626262;
  }

  .header-menu-link:hover {
    color: black;
  }

  .container-footer {
    grid-template-columns: 1fr 1fr 3fr;
  }

  #footer-v3 a {
    text-align: unset;
  }

  .image-footer-white a {
    margin-right: 60px;
  }

  .container-footer {
    grid-template-columns: 1fr 1fr 3fr;
  }

  #footer-v3 a {
    text-align: unset;
  }

  .image-footer-white a {
    margin-right: 60px;
  }

}


@media (min-width: 1280px) {
  .footer-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
  

/*POST*/

h1, h2, h3, h4, h5, h6, header {
	margin: 0;
	padding: 0;
	overflow-wrap: break-word
}

heading-wrap{
    display: none;
}

.heading {
    padding: 8px 0 16px;
    max-width: 800px;
    margin-inline: auto;
}
.heading .subtitle {
  margin: 0 0 16px;
  padding: 0 24px;
}

.heading .title {
    color: var( --custom-primary-color);
    font-weight: 700;
    font-size: 24px;
    line-height: 31.25px;
    margin-bottom: 8px;
    padding: 0 24px;
}

.heading h2 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #676767;
}

.r7cl5 {
	margin: 28px 16px;
	background-color: #FFF;
	border-radius: 24px;
	padding-bottom: 32px;
  margin-inline: auto;
  max-width:800px;
}

.clock {
  display: flex;
  align-items: center;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  padding: 0px 12px;
  width: fit-content;
  margin: -12px auto 0;
  background-color: #0B443A;
  color: white;
  text-align: center;
  border-radius: 15px;
	font-size: 14px;
	position: absolute;
}

.img-clock:first-child {
  margin-left: 0;
}
.img-clock {
  margin: 6px 4px 6px 8px;
}

.clock p {
  margin: 0;
}

.info-wrapper {
	display:flex;
	justify-content: center;
}

.content h2 {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 31px;
	color: var( --custom-primary-color);
	margin: 16px 0;
}

.content p {
	font-family: 'DM Sans';
	font-weight: 400;
	font-size: 18px;
	line-height: 23.44px;
	color: #0B443A;
	margin: 16px 0;
}

.content > :not(div), .content > .info-wrapper {
	padding: 0 16px;
}

.content ol {
  list-style-position: inside;
}

.wp-block-buttons {
	justify-content: center;
	margin-block: 16px;
}

.wp-block-buttons a {
	font-family: 'DM Sans';
	font-weight: 700;
	letter-spacing: -0.3px;
	font-size: var(--utuawp-font-size-mobile-default);
}

.wp-block-button__link {
	color: #fff;
	width: calc(100vw - 72px);
  max-width: 760px;
	background-color: #32373c;
	border-radius: 9999px;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	font-size: 1.125em;
	padding: 8px;
	text-align: center;
	text-decoration: none;
	word-break: break-word;
	box-sizing: border-box
}

.wp-post-image {
	width: 100%;
  height: fit-content;
  max-height: calc(50vh - 16px);
  box-sizing: border-box;
}

.media_box{
	margin-top: 32px;
}

.wp-block-button__link:active,.wp-block-button__link:focus,.wp-block-button__link:hover,.wp-block-button__link:visited {
	color: #fff
}

.wp-block-buttons>.wp-block-button.has-custom-width {
	max-width: none
}

.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
	width: 100%
}

.wp-block-buttons>.wp-block-button {
	display: inline-block;
	margin: 0
}

.google-image-img {
	max-width: 100%;
  height: auto;
  max-height: 50px;
}

.google-image {
	display: flex;
  align-items: center;
  justify-content: center;
	padding-block: 16px;
}

.bottom_interstitial {
  width: 100%;
  height: 95px;
  max-height: none;
  padding: 0px;
  margin: 0px;
  bottom: -120px;
  clear: none;
  float: none;
  left: 0px;
  opacity: 1;
  overflow: visible;
  position: fixed;
  right: auto;
  top: auto;
  z-index: 999;
  background: #fff;
  border-top: 3px solid #ccc;
  transition: all 1s ease;
}

.bottom_interstitial_container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
	/*background-color: #fff;*/
	/*z-index: 2;*/
  /*position: relative;*/
}

.bottom_interstitial.bottom_interstitial__show {
  bottom: 0;
}

.bottom_interstitial.hide{
  bottom:-90px;
}

.bottom_interstitial .bottom_interstitial--toggle{
  margin: 0px;
  position: absolute;
  top: -25px;
  /*right: 8px;*/
  left: 0%;
  display: block;
  width: 30px;
  height: 40px;
  transform: none;
  pointer-events: initial;
  cursor:pointer;
  /*background-color: #fff;*/
  /*border: 3px solid rgb(204 204 204);*/
  /*border-bottom: 0 none;*/
  /*border-radius: 12px 12px 0 0;*/
  /*box-shadow: 3px 3px 4px 0px #00000026;*/
  /*z-index: 1;*/
  /*text-align: center;*/
  /*padding: 6px;*/
}

.bottom_interstitial svg {
  width:64px;
  height:64px;
}

.bottom_interstitial.hide svg .down,
.bottom_interstitial.bottom_interstitial__show:not(.hide) svg .up{
  display:none;
}

.bottom_interstitial.hide svg .up {
  display:block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}
th, td {
  text-align: left;
  padding: 16px;
}
tr:nth-child(even) {
  background-color: #f2f2f2;
}
tr:first-child {
  background-color: #c6c6c6;
}

.wp-block-image figure {
  margin: 0;
}

.wp-block-image figure img {
  width: 100%;
  height: fit-content;
  max-width: 800px;
  min-width: 256px;
  box-sizing: border-box;
}

.wp-block-image {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wp-block-image img {
  width: 100%;
  height: fit-content;
  max-width: 800px;
  min-width: 256px;
}

figcaption {
  font-style: italic;
  margin-left: 16px;
}

@media screen and (min-width:720px) {
  header.header {
    display: block;
  }

  .wrapper-mobile-header {
    min-height: 49px;
    width: auto;
    max-width: 100vw;
    padding-inline: 16px;
  }

  .mobile-header, .mobile-header:not(.is-show) {
    background-color: var(--utuawp-color-base-white);
    background-repeat: no-repeat;
    background-position: 20px;
    border-radius: 10px;
    height: 58px;
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    max-width: 980px;
    width: unset;
    padding-left: 28px
  }

  .logo {
    /* height: 30px; */
    /* margin-top: 2.5px; */
  }

  .mobile-header .menu-logo {
    margin: 0;
  }

  .mobile-header .logo img  {
    /* height: 35px; */
    /* width: 70px; */
    /* padding: 0 !important; */
    /* margin: 0 0 0 18px; */
  }

  .mobile-header .container-menu {
    margin: 0 2em;
    flex: 1;
    transform: initial;
  }

  .open-menu {
    display: none;
  }

  .logo-description {
    display: none;
  }

  .mobile-header .container-menu-header, .menu-content-wrap {
    background-color: var(--utuawp-color-base-white);
    background-size: auto;
    background-image: unset;
    background-position: unset;
    height: auto;
    padding: 0;
    width: 100%;
  }

  .menu-content {
    border-radius: 0;
    padding: 0;
    position: initial;
  }

  .menu-content-list {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: row;
    gap: 16px;
  }

  .menu-item {
    display: inline-block;
    font-size: 15px;
    font-family: dm sans;
    height: 58px;
    line-height: 58px;
    padding: 0;
    position: relative;
    z-index: 9;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
  }

  .menu-content-list .menu-item-has-children > a {
    display: flex;
  }

  .menu-content-list .menu-item a {
    padding: 0;
  }

  .menu-button {
    line-height: 170%;
    position: initial;
  }

  .menu-content-list .menu-button a {
    position: initial;
  }

  .cartao-de-credito-icon, .emprestimo-icon, .financiamento-icon, .renda-extra-icon, .seguro-icon, .contato-icon, .sobre-nos-icon, .calculadoras-financeiras-icon {
    background-image: none;
  }

  .menu-icon {
    background-color: var(--utuawp-color-base-white);
    border-radius: 0px;
    padding: 0 10px;
  }

  .calculadoras-financeiras-icon::after {
    position: relative;
    right: -98px;
    top: -49%;
    width: 20px;
    margin-inline: 8px 32px;
  }

  .menu-button {
    position: initial;
    width: auto;
    height: 40px;
    display: flex;
    padding: 8px 18px;
    border-radius: 100px;
    background: #E56000;
    margin-left: 54px;
  }

  .menu-button > .header-menu-link {
    color: white;
  }

  .sub-menu, .sub-menu.inactive {
    display: none
  }

  .sub-menu.active {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 170px;
    gap: 0;
    left: -24px;
    top: 100%;
  }

  .menu-icon::before {
    display: none;
  }

  .sub-item-more.active {
    animation: rotateActive 1s;
    transform: rotate(180deg)
  }

  .sub-item-more.inactive {
    animation: rotateInactive 1s;
    transform: rotate(0deg)
  }

  @keyframes rotateActive {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(180deg);
    }
  }

  @keyframes rotateInactive {
    0% {
      transform: rotate(180deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }

  ul.sub-menu {
    border-radius: 16px;
    border: 1px solid #D7D7D7;
    padding: 8px 16px;
    background: #FFF;
  }

  ul.sub-menu > li {
    list-style: none;
    color: #626262;
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.48px;
    padding: 12px 8px;
    border-bottom: 1px solid #D7D7D7;
    height:auto;
  }

  ul.sub-menu > li:last-child {
    border-bottom: none;
  }

  .menu-item-has-children > a {
    display: flex;
    align-items: center;
  }

  .menu-item-has-children > a::after {
    content: url('https://bucket.utua.com.br/img/2023/07/20bc2301-keyboard-arrow-down.png');
    padding: 2px var(--utuawp-spacing-nano);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 12px;
  }
}

.container-menu-header {
  display: none;
}

@media screen and (max-width:1024px) {
  .wrapper-mobile-header {
    width: 100%;
    height: 56px;
    position: static;
    margin-bottom: 20px;
  }
}

/*=========================== 
    PRELOADER
=========================== */
html.canScroll,
html.canScroll body {
  overflow-y: initial !important;
}
#utuaPrePost {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 99999;
  top: 0;
  background-color: #fff;
}
.staticLogo {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}
.staticLogo img {
  max-height: 64px;
}
.spinner {
  animation: rotate 2s linear infinite;
  z-index: 2;
  width: 32px;
  height: 32px;
}

.spinner .path {
  stroke: var(--custom-primary-color);
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
html,
body {
  overflow-y: hidden !important;
  /* these styles are necessary to prevent scroll on ios */
  position: relative;
  height: 100%;
}
span.has-inline-color {
  color: #065c89 !important;
}
/*=========================== 
    END PRELOADER
=========================== */