@font-face {
	font-family: 'Itau Display';
	src: url(itaudisplay_blk-webfont.woff2) format("woff2"), url(itaudisplay_blk-webfont.woff) format("woff");
	font-weight: 800;
	font-style: normal
}

@font-face {
	font-family: 'Itau Display';
	src: url(itaudisplay_bd-webfont.woff2) format("woff2"), url(itaudisplay_bd-webfont.woff) format("woff");
	font-weight: 700;
	font-style: normal
}

@font-face {
	font-family: 'Itau Display';
	src: url(itaudisplay_rg-webfont.woff2) format("woff2"), url(itaudisplay_rg-webfont.woff) format("woff");
	font-weight: 400;
	font-style: normal
}


@font-face {
	font-family: 'MoriGothic';
	src: url("fonts/MoriGothic-Bold.woff2") format("woff2"), url("fonts/MoriGothic-Bold.woff") format("woff");
	font-style: normal;
	font-weight: 400;
  }

  @font-face {
	font-family: 'morigothic-regular';
	src: url("fonts/MoriGothic-Regular.woff2") format("woff2"), url("fonts/MoriGothic-Regular.woff") format("woff");
  }

html {
	-webkit-font-smoothing: antialiased;
	background-color: #fff
}

body {
	background-color: #fff;
	font-family: 'MoriGothic';
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #1e1e1e
}

@media (max-width:768px) {
	body {
		overflow-x: hidden
	}
}

body.no-overflow {
	overflow: hidden
}

a {
	color: inherit;
	text-decoration: none
}
#trp-floater-ls.trp-color-light {
    padding-top: 0.7%;
    background: rgb(214,214,214);
    background: #fff!important;
}
#trp-floater-ls {
    box-shadow: none!important;
}
.trp-color-light #trp-floater-ls-current-language a, .trp-color-light #trp-floater-ls-language-list a {
    font-size: 15px;
    font-weight: 800;
    color: #000!important;
}

a:hover {
	color: inherit;
	text-decoration: none
}

img {
	max-width: 100%;
	height: auto
}

button:focus,
input:focus,
textarea:focus {
	outline: 0
}

.nospace {
	padding: 0
}

.hidden {
	opacity: 0
}

.visible {
	opacity: 1
}

.wp-block-columns {
	width: 100%;
	padding-right: 7.5px;
	padding-left: 7.5px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {
	.wp-block-columns {
		max-width: 540px
	}
}

@media (min-width:768px) {
	.wp-block-columns {
		max-width: 720px
	}
}

@media (min-width:992px) {
	.wp-block-columns {
		max-width: 960px
	}
}

@media (min-width:1200px) {
	.wp-block-columns {
		max-width: 1140px
	}
}

h1 {
	font-size: 52px;
	line-height: 65px;
	font-weight: 800;
	color: #fff;
	margin-bottom: 10px
}

@media (max-width:768px) {
	h1 {
		font-size: 48px;
		line-height: 33px;
		margin-top: 44%;
	}
}

h2 {
	font-size: 38px;
	font-weight: 800;
	color: #1e1e1e;
	margin-bottom: 10px
}

@media (max-width:768px) {
	h2 {
		font-size: 28px;
		line-height: 33px
	}
}

h3 {
	font-size: 38px;
	font-weight: 800;
	color: #1e1e1e;
	margin-bottom: 10px
}

@media (max-width:768px) {
	h3 {
		font-size: 28px;
		line-height: 33px
	}
}

h4 {
	font-size: 20px;
	font-weight: 800;
	color: #1e1e1e;
	margin-bottom: 5px
}

.ajax-loader {
	float: right;
	margin-top: -25px!important
}

.wpcf7-not-valid {
	border: 1px solid #910d0d!important
}

.header {
	width: 100%;
	height: 70px;
	background-color: #FFFFFF;
	color: #000000;
	-webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .2);
	box-shadow: 0 0 16px rgba(0, 0, 0, .2);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3
}

.header .container,
.header .row {
	height: 100%
}

.header__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.header__logo img {
	height: 75px
}

.header__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.header__btn {
	width: 100%;
	height: 48px;
	font-size: 16px;
	font-weight: 800;
	border-radius: 24px;
	padding-top: 9px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.header__btn--entrar {
	background-color: #E6007E;
	border: 2px solid #E6007E;
	color: #fff;
	margin-right: 20px
}

.header__btn--entrar:hover {
	background-color: #003399;
	color: #FFFFFF;
	border: 2px solid #003399
}

@media (max-width:767px) {
	.header__btn--entrar {
		margin: 0 auto 30px
	}
}

.header__btn--planos {
	background-color: transparent;
	border: 2px solid #E6007E;
	color: #E6007E
}

.header__btn--planos:hover {
	background-color: #E6007E;
	border: 2px solid #E6007E;
	color: #fff
}

@media (max-width:767px) {
	.header__btn--hide-mobile {
		display: none
	}
}

.header__menu-wrapper .menu-menu-de-cabecalho-container {
	height: 100%
}

@media (max-width:767px) {
	.header__menu-wrapper .menu-menu-de-cabecalho-container {
		display: none
	}
}

.header__menu {
    color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	padding: 0;
	margin: 0
}

.header__menu li {
	list-style: none;
	font-size: 15px;
	font-weight: 800;
	margin-right: 40px;
	padding-top: 5px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.header__menu li:last-child {
	margin-right: 0
}

.header__menu li:hover {
	color: #0042E5
}

.header__menu .menu-item-has-children i {
	margin: 0 10px
}

.header__menu .menu-item-has-children:hover .sub-menu {
	display: block
}

.header__menu .sub-menu {
	display: none;
	position: absolute;
	top: 50px;
	background-color: #fff;
	color: #000;
	-webkit-box-shadow: 0 12px 15px rgba(0, 0, 0, .2);
	box-shadow: 0 12px 15px rgba(0, 0, 0, .2);
	padding: 10px 15px 15px;
	width: 250px
}

.header__menu-mobile-icon {
	color: #000000;
	text-align: right;
	display: none;
	font-size: 40px;
	width: 100%;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

@media (max-width:767px) {
	.header__menu-mobile-icon {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.header__menu-mobile-list {
	display: none;
	width: 100vw;
	top: 70px;
	background-color: #fff;
	color: #000;
	position: absolute;
	-webkit-box-shadow: 0 16px 20px rgba(0, 0, 0, .2);
	box-shadow: 0 16px 20px rgba(0, 0, 0, .2)
}

.iconsocialheader {
	color: #E6007E;
	font-size: 32px;
	margin-left: 30px;
}

.iconsocialdesk{
	color: #E6007E;
	font-size: 20px;
	margin-left: 15px;
}

@media (max-width:900px) {
	.iconsocialdesk {
		display: none;
	}
}

.header__menu-mobile {
	padding: 20px;
	text-align: left
}

.header__menu-mobile li {
	list-style: none;
	font-size: 16px;
	font-weight: 800;
	margin-bottom: 20px
}

.header__menu-mobile .menu-item-has-children i {
	margin: 0 10px
}

.header__menu-mobile .sub-menu {
	margin: 0;
	padding: 15px 0 0;
	display: none
}

.header__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 60px!important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	border-top: 1px solid rgba(255, 255, 255, .4);
	padding: 0 15px
}

.header__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.header__social i {
	width: 32px;
	height: 32px;
	background-color: rgba(255, 255, 255, .2);
	border-radius: 50%;
	color: #fff;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 15px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.header__social i:hover {
	background-color: rgba(255, 255, 255, .3)
}

.header__mask-menu {
	width: 100vw;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .5);
	display: none;
	z-index: 2
}

.footer {
	background-color: #212121;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 60px;
	color: #A4A3AF;
	font-size: 14px
}

@media (max-width:1000px) {
	.footer {
		font-size: 16px
	}
.selo-tembici img {
    width: 50%!important;
    padding-top: 5%;
}
}

.footer__title {
	font-size: 16px;
	font-weight: 800;
	color: #fff;
}

@media (max-width:1000px) {
	.footer__title {
		border-bottom: 1px solid rgba(255, 255, 255, .2)
	}
}

@media (max-width:1000px) {
	.footer__title--last {
		margin-top: 20px
	}
}

.footer__arrow {
	margin-left: 10px;
	display: none
}

@media (max-width:1000px) {
	.footer__arrow {
		display: inline-block
	}
}

@media (max-width:1000px) {
	.footer__list-menu,
	.footer__list-pracas {
		display: none;
		margin-top: 10px
	}
}

.footer__manual {
	margin-bottom: 20px
}

@media (max-width:1000px) {
	.footer__manual {
		margin-top: 30px
	}
}

.footer__wrap-tembici {
	margin-bottom: -20px;
	overflow: hidden
}

@media (max-width:1000px) {
	.footer__wrap-tembici {
		margin-top: 40px;
		margin-bottom: 40px
	}
}

.footer__tembici-logo {
	margin: 0 auto;
	position: relative
}

.footer__tembici-logo:before {
	content: '';
	position: absolute;
	width: 100vw;
	height: 1px;
	background-color: rgba(255, 255, 255, .2);
	left: calc(-100vw - 20px);
	top: 30px
}

.footer__tembici-logo:after {
	content: '';
	position: absolute;
	width: 100vw;
	height: 1px;
	background-color: rgba(255, 255, 255, .2);
	left: calc(100% + 20px);
	top: 30px
}

.footer__direitos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 60px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	font-size: 12px;
	line-height: 15px
}

@media (max-width:1000px) {
	.footer__direitos {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.footer__multilanguage {
	margin-top: 30px
}

.footer__multilanguage .wpml-ls-current-language {
	font-weight: 800
}

.footer__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 60px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

@media (max-width:1000px) {
	.footer__social {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.footer__social i {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	color: #fff;
	font-size: 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 15px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.footer__social i:hover {
	background-color: rgba(255, 255, 255, .3)
}

.footer__social a:hover {
	text-decoration: none!important
}

.footer ul {
	padding: 0
}

.footer li {
	list-style: none
}

.footer a:hover {
	text-decoration: underline
}

.container-fluid-right {
	max-width: unset!important;
	padding-left: 30px
}

@media (min-width:768px) {
	.container-fluid-right {
		width: calc(((100% - 750px)/ 2) + 750px)!important;
		margin-right: 0
	}

}

@media (min-width:992px) {
	.container-fluid-right {
		width: calc(((100% - 970px)/ 2) + 970px)!important;
		margin-right: 0
	}
}

@media (min-width:1200px) {
	.container-fluid-right {
		width: calc(((100% - 1170px)/ 2) + 1170px)!important;
		margin-right: 0
	}
}

input:focus,
select:focus,
textarea:focus {
	outline: 0
}

.wpcf7-response-output {
	font-size: 14px;
	line-height: 20px;
	border-radius: 10px
}

.wpcf7-not-valid-tip {
	font-size: 13px!important;
	margin-right: 18px;
	line-height: 18px;
	text-align: right;
	margin-top: -31px
}


.row.premios-flex {
    align-items: center;
}
.title-saladeimprensa{
margin-top: 10px;
}


.txt-description{
	font-family: 'morigothic-regular';
	font-weight: 200;
}

.stepper__menu-item .stepper__description {
    transform: scale(0);
    transition: all .1s ease-in-out;
    transform-origin: right;
    font-size: 14px;
    margin: 10px 12px 0 0;
}
.stepper__menu-item.active .stepper__description {
    transform: scale(1);
}

.stepper__item {
    max-width: 70% !important;
}
.selo-tembici img{
    width: 28%;
    padding-top: 5%;
}