/*
	Theme Name: Tema Padrão
	Text Domain: credit
	Version: 1.0
	Author: bricioweb
	Author URI: https://bricioweb.com.br/
*/

body {
	background-color: #ffffff;
	overflow-x: hidden;
}


p {
	font-size: 16px;
	line-height: 26px;
}

body, h1, h2, h3, h4, label, input, button, select, textarea, p, ul, ol {
	font-family: 'Poppins', Arial;
}

h1, h2, h3, h4 {
	color: #141933;
	font-weight: bold;
}

p, input, label, select, textarea, ul, ol {
	color: #141933;
}

.header-topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 65px;
}
.header-logo a {
	display: block;
}
.header-logo a img {
	width: 150px;
}

#pa_class-blocked-info.blocked.show {
display:none !important;
}

.button {
	margin-bottom: 0;
	border-radius: 8px;
	transition: none;
	color: #ffffff;
	outline: none;
	font-size: 15px;
	padding: 15px 25px;
	font-weight: bold;
}

.button:focus,
.button:active,
.button:hover {
	transition: none;
}


.button-clear {
	padding-top: 0;
	padding-bottom: 0;
	font-size: 17px;
}

.button-icon {
	display: flex;
	align-items: center;
	grid-gap: 7px;
	justify-content: center;
}
.button-icon i {
	font-size: 16px;
}

.header-menu ul.menu li a {
    padding: 11px 11px 11px;
    font-size: 13px;
    height: 41px;
    display: flex;
    color: #ffffff;
    align-items: center;
    text-transform: uppercase;
    font-weight: bold;
	border-radius: 8px;
	margin: 0 2px;
}

.mb-20 {
	margin-bottom: 20px;
}


.section-button {
	margin-top: 25px;
}


.section {
	padding: 70px 0;
}
.section p:last-child {
	margin-bottom: 0;
}

.section-title {
    font-size: 37px;
    margin-bottom: 20px;
    line-height: 45px;
}



.section-subtitle {
	font-size: 26px;
	line-height: 35px;
	margin-bottom: 10px;
}

.blog-callout {
	margin-top: -100px;
	background-color: #ffffff;
	position: relative;
	padding: 30px;
	border: 1px solid #ECEEF9;
	border-radius: 8px;
}
.blog-callout h3 {
	margin-bottom: 0;
}


.download {
	position: relative;
	margin-top: 50px;
}

.section-blue {
	background-color: #F0FAFF;
}

.download .mockup {
    position: absolute;
    right: 250px;
    bottom: 0;
    width: 510px;
}

.download-wrap {
	position: relative;
	z-index: 10;
}

.section-button-download {
	display: flex;
	align-items: center;
	grid-gap: 10px;
	height: auto;
}
.section-button-download a:hover {
	opacity: 0.9;
}


.reviews {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
}
.review-item {
	padding: 30px;
	border-radius: 8px;
	border: 1px solid #ECEEF9;
    background: #FBFEFF;
}
.review-item p {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 0;
}

.review-head {
	display: flex;
	grid-gap: 12px;
	align-items: center;
	margin-bottom: 15px;
}
.review-name {
	flex: 1;
}
.review-name b {
	display: block;
	font-size: 16px;
	margin-bottom: 1px;
}
.review-star {
	display: flex;
	grid-gap: 2px;
}
.review-star i {
	color: #FFCC00;
	font-size: 14px;
}

.review-thumb {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: hidden;
}
.review-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


footer {
	padding: 30px 0;
}
.footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-right {
	display: flex;
}
.footer-right a {
	color: #ffffff;
	font-size: 22px;
	padding: 0 10px;
}
.footer-right a:hover {
	opacity: 0.9;
}
.footer-right a:last-child {
	padding-right: 0;
}

.faq {
	background-color: #ffffff;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 10px;
	margin-bottom: 0;
}
.faq .accordion-title {
	border: 1px solid #ECEEF9;
    background: #FBFEFF;
	font-size: 16px;
	font-weight: bold;
	border-radius: 8px;
	color: #141933;
	outline: none;
	padding: 20px;
}

.accordion-title::before {
	font-weight: normal;
}


.faq :last-child>.accordion-content:last-child,
.faq :last-child:not(.is-active)>.accordion-title,
.faq .accordion-item:first-child>:first-child {
	border-radius: 8px;
}

.faq :last-child>.accordion-content:last-child,
.faq :last-child:not(.is-active)>.accordion-title {
	border-color: #ECEEF9;
}

.faq .accordion-content {
	border: 1px solid #ECEEF9;
    background: #FBFEFF;
	color: #656A84;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-top: none;
	padding: 20px;
	padding-top: 5px;
}
.faq :last-child>.accordion-content:last-child {
	border-radius: 0 !important;
	-webkit-border-bottom-right-radius: 8px !important;
	-webkit-border-bottom-left-radius: 8px !important;
	-moz-border-radius-bottomright: 8px !important;
	-moz-border-radius-bottomleft: 8px !important;
	border-bottom-right-radius: 8px !important;
	border-bottom-left-radius: 8px !important;
}

.faq li.is-active .accordion-title {
	border-radius: 0 !important;
	-webkit-border-top-left-radius: 8px !important;
	-webkit-border-top-right-radius: 8px !important;
	-moz-border-radius-topleft: 8px !important;
	-moz-border-radius-topright: 8px !important;
	border-top-left-radius: 8px !important;
	border-top-right-radius: 8px !important;
	border-bottom: none !important;
}


.bar-category {
	display: flex;
	background-color: #0C5073;
	justify-content: center;
	grid-gap: 1px;
}
.bar-category a {
	display: inline-block;
	padding: 10px 15px;
	color: #ffffff;
	font-size: 14px;
}
.bar-category a:hover {
	background-color: #0E5B85;
	color: #ffffff;
}


.header-logo {
	display: flex;
	align-items: center;
	grid-gap: 20px;
}
.search-field {
	margin-bottom: 0;
	height: 42px;
	font-size: 14px;
	background-color: #ffffff;
	width: 260px;
	color: #141933;
	padding: 14px 15px 13px;
	box-shadow: none;
	border-radius: 8px;
	border-color: #ffffff;
	transition: none;
	padding-right: 42px;
}
.search-field:focus {
	box-shadow: none;
	border-color: #ffffff;
	transition: none;
}

.search-mobile {
	margin-bottom: 20px;
}
.search-mobile input {
	width: 100% !important;
}

.header-search {
	position: relative;
}
.header-search i {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	color: #bbbbbb;
	height: 42px;
	padding: 8px 14px;
}
.header-search i:hover {
	color: #aaaaaa;
}


.main {
	padding: 50px 0;
}

.wp-block-image {
	margin:40px 0;
}


.articles {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 20px;
}

.single .articles {
	grid-template-columns: 1fr 1fr 1fr;
}

.article {
	background: #FBFEFF;
    border: 1px solid #ECEEF9;
    border-radius: 8px;
    overflow: hidden;
	position: relative;
}
.article-title {
	padding: 25px;
}
.article-title h3 {
	margin-bottom: 10px;
	margin-top: 10px;
}
.article-title h3 a {
    display: block;
    color: #141933;
    font-size: 16px;
    line-height: 20px;
	text-overflow: ellipsis;
    overflow-wrap: break-word;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.article-title h3 a:hover {
	text-decoration: underline;
}
.article-meta {
	color: #aaa;
    font-size: 12px;
    display: flex;
    align-items: center;
    grid-gap: 8px;
}
.article-meta span {
	display: flex;
	align-items: center;
	grid-gap: 5px;
}
.article-meta span i {
	margin-top: 1px;
}
.article-more {
	margin-top: 20px;
}
.article-more a {
	display: flex;
	align-items: center;
	grid-gap: 4px;
	font-size: 13px;
	font-weight: bold;
}
.article-more a i {
	margin-top: 1px;
	line-height: 10px;
}
.article .article-category {
    grid-gap: 5px;
    display: flex;
}
.article .article-category .article-category-item {
    background: transparent;
    border: 1px solid;
    border-radius: 8px;
    display: none;
    font-size: 10px;
    font-weight: 500;
    line-height: 13px;
    padding: 5px 10px;
}
.article .article-category .article-category-item:first-child {
    display: inline-block;
}
.article-thumb a {
	display: block;
}
.article-thumb figure:hover img {
	opacity: 0.9;
}

.article-thumb figure {
	height: 200px;
	width: 100%;
}
.article-thumb figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.articles-related {
	border-top: 1px solid #eee;
    margin-top: 40px;
    padding-top: 35px;
}

.headline {
	margin-bottom: 20px;
}
.headline h3,
.headline h2 {
	font-size: 25px;
	margin-bottom: 0;
}

.main-sections {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 50px;
}

.articles-featured .article {
	border:none;
}

.articles-featured .article-title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.articles-featured .article-title h3 {
    font-size: 18px;
    color: #ffffff;
    line-height: 20px;
}
.articles-featured .article-thumb figure {
	height: 370px;
}
.articles-featured .article-meta {
	color: #ffffff;
}

.articles-featured .article-category .article-category-item:hover,
.articles-featured .article-category .article-category-item {
	color: #ffffff !important;
	background-color: transparent !important;
	border-color: #ffffff !important;
}
.articles-featured .article-thumb figure:hover img {
	opacity: 10;
}
.articles-featured .article:hover figure img {
	opacity: 0.9;
}

.articles-featured .article-thumb figure:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height:100%;
	content: '';
	background: linear-gradient(transparent 0%, black 100%);
}


.main-headline {
	padding: 27px 0 30px;
    background-color: #FBFEFF;
    border-bottom: 1px solid #ECEEF9;
}
.main-headline p {
	margin-bottom: 0;
	font-size: 14px;
	margin-top: 10px;
}
.main-headline h1 {
	font-size: 30px;
	margin-bottom: 0;
	line-height: 30px;
}

.fetch {
	margin-top: 30px;
}

.button.loading {
	opacity: 0.5 !important;
	cursor: not-allowed;
}


.single-article-content p,
.single-article-content ul,
.single-article-content ol {
    font-size: 16px;
    color: #141933;
    line-height: 25px;
}
.single-article-content ul,
.single-article-content ol  {
    margin: 30px 0;
    margin-left: 50px;
    display: grid;
    grid-auto-columns: 1fr;
    grid-gap: 15px;
}
.single-article-content ul br,
.single-article-content ol br {
	display: none;
}
.single-article-content p {
	margin-bottom: 22px;
}


.single-article-content p a,
.single-article-content ul a,
.single-article-content ol a {
	font-weight: bold;
	text-decoration: underline;
}
.single-article-content p a:hover,
.single-article-content ul a:hover,
.single-article-content ol a:hover,
.single-article-content p a:hover u,
.single-article-content ul a:hover u,
.single-article-content ol a:hover u {
	text-decoration: none !important;
}

.single-article-title h1 {
	font-size: 40px;
	line-height: 44px;
	margin-bottom: 30px;
}
.single-article-title p {
	font-size: 18px;
	margin-bottom: 30px;
	color: #141933;
	line-height: 28px;
}


.single-article-thumb figure {
	width: 100%;
	height: auto;
}
.single-article-thumb figure img {
	width: 100%;
	height: auto;
}

.single-article-thumb {
	margin-bottom: 30px;
}
.single-article-thumb figure figcaption {
	margin-top: 10px;
    font-style: italic;
    font-size: 13px;
}

.single-article-wrap-meta {
	font-size: 15px;
	display: flex;
	align-items: center;
	grid-gap: 3px;
}
.single-article-wrap-meta span {
	display: flex;
	align-items: center;
	grid-gap: 5px;
}

.single-article-wrap-meta span svg {
	width: 20px;
	stroke: #FFFFFF;
    stroke-width: 1;
	margin-top: -1px;
}

.single-article-meta {
    margin-bottom: 34px;
    border-bottom: 1px solid #eee;
    padding-bottom: 35px;
}

.single-article-meta-item.user {
    margin-bottom: 10px;
    font-size: 18px;
}
.single-article-meta-item.user a {
	font-weight: bold;
	text-decoration: underline;
}
.single-article-meta-item.user a:hover {
	text-decoration: none;
}


.bar-category-mobile {
    color: #ffffff;
    padding: 13px 10px;
    font-size: 14px;
    border-bottom: 1px solid #0E5B85;
    align-items: center;
    grid-gap: 7px;
}
.dropdown-pane {
	width: 100% !important;
	border: none;
	background-color: #0E5B85;
}
.dropdown-pane a {
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    padding: 8px;
}


.single-article-content h2 {
	font-size: 32px;
    line-height: 38px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.single-article-content h3 {
	font-size: 25px;
	line-height: 34px;
	margin-bottom: 30px;
	margin-top: 30px;
}


.single-article-tools {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.single-article-category {
	display: flex;
	align-items: center;
	grid-gap: 7px;
}
.single-article-category a {
    border: 1px solid;
    border-radius: 8px;
    padding: 5px 15px;
    font-size: 14px;
}

.main-blog {
	padding-top: 30px;
}

.hero-img-mb {
	display: none;
}



@media (max-width: 1024px) {
	.reviews {
		grid-template-columns: 1fr;
	}
	.benefits {
		grid-template-columns: 1fr 1fr;
	}
	.hero-img img {
		right: 50px;
		width: 360px;
	}
	.hero-info h1 {
		font-size: 40px;
		line-height: 43px;
	}
	.hero-content {
		grid-gap: 80px;
	}
}
@media (max-width: 744px) {
	.hero-img-mb {
		display: block;
	}

	.hero-img-dsk {
		display: none;
	}
		
	.hero-content {
		grid-template-columns: 1fr;
		grid-gap: 10px;
		align-items: end;
	}
	.hero-info {
	    text-align: center;
		order: 2;
		z-index: 2;
		display: grid;
		grid-template-columns: 1fr;
		height: auto !important;
	}
	.hero-img {
		text-align: center;
		order: 1;
		z-index: 0;
		width: 100%;
		left: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.hero {
		height: 455px;
		padding: 30px 0;
	}
	.hero-img img {
		width: 270px;
		left: 50%;
		margin-left: -135px;
		right: inherit;
	}
	.hero-info h1 {
		font-size: 25px;
		line-height: 27px;
		margin-bottom: 10px;
	}
	.hero div,
	.hero .grid-container {
		height: 100%;
	}
	p {
		font-size: 14px;
		line-height: 22px;
	}
	.section-button {
		margin-top: 20px;
	}
	.section-button .button {
		display: block;
		font-size: 14px;
	}
	.hero:after {
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 75%;
		background: rgb(12,80,115);
		background: linear-gradient(180deg, rgba(12,80,115,0) 0%, rgba(12,80,115,1) 100%);
		z-index: 1;
	}
	.header-menu ul.menu li a.button {
		padding: 13px 18px;
	}
	.section {
		padding: 40px 0;
	}
	section {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.section-blog {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.benefits {
		grid-template-columns: 1fr;
		margin-top: 50px;
		grid-gap: 15px;
	}
	.benefits-item {
		display: flex;
		grid-gap: 15px;
		padding: 25px;
	}
	.benefits-item h3 {
		font-size: 18px;
		margin-bottom: 9px;
		line-height: 21px;
	}
	.benefits-item p {
		font-size: 13px;
		line-height: 18px;
	}
	.benefits-item img {
		height: 45px;
		margin-bottom: 0;
	}
	.benefits-content {
		flex: 1;
	}
	.section-title {
		font-size: 25px;
		margin-bottom: 15px;
		line-height: 30px;
	}
	.img-fix-mb {
		max-width: 80%;
		margin-bottom: 20px;
	}
	.fix-center {
		text-align: center;
	}
	.blog-callout {
		padding: 25px;
	}
	.blog-callout .section-subtitle {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 0;
	}
	.section-safe img {
		width: 100px;
	}
	.reviews {
		margin-top: 35px;
		grid-gap: 15px;
	}
	.review-item {
		padding: 25px;
	}
	.review-item p {
		font-size: 13px;
	}
	section.download {
		margin-top: 0;
		padding-bottom: 0;
	}
	.download .mockup {
		position: relative;
		right: 70px;
		width: 120%;
		height: auto;
		max-width: inherit;
		margin-top: 30px;
	}
	.section-button-download {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 15px;
	}
	.section-button-download img {
		width: 190px;
	}
	.section-faq {
		padding-top: 0;
	}
	.faq {
		margin-top: 35px;
	}
	.faq .accordion-title {
		font-size: 14px;
		padding-right: 40px;
	}
	header, footer {
		padding-left: 10px;
		padding-right: 10px;
	}
	.footer-right a {
		padding: 0 8px;
	}
}
@media (max-width: 744px) {
	.articles {
		grid-template-columns: 1fr 1fr;
	}
	.single .articles {
		grid-template-columns: 1fr 1fr;
	}
	.single .articles .article:last-child {
		display: none;
	}
	.articles-featured .article-thumb figure:after {
		background: linear-gradient(0deg, rgba(0,0,0,1) 20%, rgba(0,0,0,0) 100%);
	}
}
@media (max-width: 639px) {
	.single .articles {
		grid-template-columns: 1fr;
	}
	.single .articles .article:last-child {
		display: block;
	}
	.main-headline {
		padding: 14px 0;
	}
	.main {
		padding: 25px 0;
	}
	.main-headline h1,
	.headline h2,
	.headline h3 {
		font-size: 20px;
	}
	.articles {
		grid-template-columns: 1fr;
	}
	.articles-featured .article-thumb figure {
		height: 200px;
	}
	.article-title h3 a,
	.articles-featured .article-title h3 {
		font-size: 15px;
		line-height: 18px;
	}
	.article-thumb figure {
		height: 160px;
	}
	
    .single-article-title h1 {
        font-size: 28px;
    	line-height: 33px;
    	margin-bottom: 20px;
    }

    .single-article-tools {
        margin-bottom: 15px;
    }

    .single-article-title p {
        font-size: 16px;
        line-height: 24px;
		margin-bottom: 20px;
    }
	.single-article-meta {
		margin-bottom: 25px;
		padding-bottom: 25px;
	}
	.single-article-content h2 {
		font-size: 25px;
		margin-bottom: 20px;
    	margin-top: 20px;
	}
	.single-article-content h3 {
		font-size: 20px;
		margin-bottom: 20px;
    	margin-top: 20px;
	}
	.single-article-category a {
		padding: 5px 12px;
		font-size: 13px;
	}
	.single-article-content ul, .single-article-content ol {
		margin-left: 30px;
	}
	.articles-related {
		margin-top: 30px;
		padding-top: 25px;
	}

    .single-article-wrap-meta .single-article-meta-item:nth-child(5),
    .single-article-wrap-meta .single-article-meta-item:nth-child(4) {
        display: none !important;
    }
	.single-article-meta-item.user {
		margin-bottom: 14px;
		font-size: 14px;
	}
}
@media (max-width: 624px) {
	footer {
		text-align: center;
	}
	footer .footer-logo img {
		width: 130px;
	}
}


.header-menu-mobile,
.header-search-mobile {
	display: none;
}

.header-search-mob,
.header-menu-mob {
	display: block !important;
}

.off-canvas {
	padding: 20px;
}
.js-off-canvas-overlay {
	background: rgba(0,0,0,0.7);
}
.off-canvas.is-transition-overlap.is-open {
	box-shadow: none !important;
}

@media (max-width: 1000px) {

	.header-menu-mobile,
	.header-search-mobile {
		display: block;
		color: #ffffff;
		font-size: 21px;
		cursor: pointer;
	}
	.header-search,
	.header-menu {
		display: none;
	}
}

.header-menu-mob {
	display: grid !important;
	grid-template-columns: 1fr;
}
.header-menu-mob ul {
	display: grid;
	grid-template-columns: 1fr;
}
#canvasMobile .search-field {
	width: 100% !important;
}
.header-search-mob {
	margin-bottom: 20px;
}
#canvasMobile .header-menu ul.menu li a {
	margin: 3px 0  !important;
	outline: none !important;
    text-align: center !important;
    justify-content: center;
}

  footer,
  footer p {
	color: #ffffff;
  }
  .footer-info p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 30px;
  }

  .footer-info-custom p {
	margin-bottom: 10px;
	line-height: 18px;
  }
  .footer-info-custom p:last-child {
	margin-bottom: 30px;
  }

  .footer-nav .menu {
	justify-content: center;
    margin: 20px 0 30px;
    padding-bottom: 10px;
  }
  .footer-nav .menu li a {
	color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
  }
  .footer-nav .menu li a:hover {
	opacity: 0.8;
  }

  .footer-job {
	display: flex;
	align-items: center;
	grid-gap: 40px;
	justify-content: center;
	font-size: 12px;
  }
  .footer-job a {
	color: #ffffff;
	font-size: 20px;
	line-height: 10px;
  }
  .footer-social {
	display: flex;
	align-items: center;
	grid-gap: 15px;
  }

  .main-page {
	margin: 30px 0;
  }
  .main-page .wp-block-table {
	margin: 30px 0;
  }
  .main-page .wp-block-table td {
	padding: 20px;
  }
  .main-page h2 {
    font-size: 27px;
    display: block;
    margin: 30px 0 20px;
  }


  @media (max-width: 744px) {
	.footer-nav .menu {
		display: grid;
		grid-template-columns: 1fr;
		text-align: center;
	}
  }