:root {
	--font-family-eesti-regular: "GT-Eesti-Display-Regular-2";
	--font-family-eesti-bold: "GT-Eesti-Display-Bold-2";
	--font-family-sectra-book: "GT-Sectra-Book";
	--font-family-sectra-bold: "GT-Sectra-Bold";
	--fmcsv-color-yellow: #FDD16E;
	--fmcsv-color-blue: #1e1d36;
	--fmcsv-color-red: #D06A6A;
	--fmcsv-color-green: #70A7A5;
	--fmcsv-color-gray: #636466;

	--fmcsv-font-regular: "GT-Eesti-Display-Regular-2";
	--fmcsv-font-bold: "GT-Eesti-Display-Bold-2";
	--red: #d06a6a;
	--blue: #2C2F53;
	--gray: #656564;
	--green: #70a7a5;
	--yellow: #fdd16e;
	--margin-2x: 80px;
	--margin-default: 40px;
	--margin-half: 20px;
	--margin-quarter: 10px;
}

/* @font-face { */
/* 	font-family: GT-Eesti-Display-Bold-2; */
/* 	src: url(https://primeirainfanciaemdados.org.br/wp-content/uploads/custom_fonts/GT-Eesti-Display-Bold-2.ttf); */
/* 	font-weight: normal; */
/* } */

/* @font-face { */
/* 	font-family: GT-Eesti-Display-Regular-2; */
/* 	src: url(https://primeirainfanciaemdados.org.br/wp-content/uploads/custom_fonts/GT-Eesti-Display-Regular-2.ttf); */
/* 	font-weight: normal; */
/* } */

@font-face {
	font-family: "GT-Sectra-Bold";
	font-weight: bold;
	src: url("assets/fonts/gt-sectra-bold.woff") format("woff");
}

@font-face {
	font-family: "GT-Sectra-Book";
	src: url("assets/fonts/gt-sectra-book.woff") format("woff");
}


/* *** UTIL  CLASSES *** */

div.fmcsv-container {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1180px;
}

@media only screen and (min-width: 768px) and (max-width: 1180px) {
	div.fmcsv-container {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media only screen and (max-width: 768px) {
	div.fmcsv-container {
		padding-left: 10px;
		padding-right: 10px;
	}

	div.fmcsv-container-mobile-no-padding {
		padding-left: 0;
		padding-right: 0;
	}
}

.fmcsv-text-item-highlight {
	font-family: var(--fmcsv-font-bold);
	font-weight: 700;
	color: var(--fmcsv-color-gray);
	line-height: 1.15;
}

/** FIX LIVE COMPOSER RESPONSIVE HEADER */

.fmcsv-top-header-responsive .dslc-col, .fmcsv-top-header-responsive.dslc-no-columns-spacing .dslc-col {
	margin-bottom: 0;
}

.fmcsv-header-responsive .dslc-4-col, .fmcsv-header-responsive .dslc-6-col {
	width: 33.3% !important;
}

.fmcsv-header-responsive .dslc-3-col {
	width: 25% !important;
}

.fmcsv-header-responsive .dslc-6-col {
	width: 50% !important;
}


.fmcsv-header-responsive .dslc-col, .fmcsv-header-responsive.dslc-no-columns-spacing .dslc-col {
	margin-bottom: 0;
}

input.search-field {
	border: 2px solid var(--gray) !important;
	color: var(--gray) !important;
	font-family: var(--font-family-eesti-bold);
}

.fmcsv-header-responsive .search-field {
	margin-top: 20px;
	margin-left: calc(15px + 10%);
	margin-right: 10%;
	padding: 12px !important;
	border-radius: 20px !important;
	width: 80% !important;
}

/** HEADER **/

.fmcsv-super-header {
	background-color: var(--fmcsv-color-green);
	height: 5px;
	width: 100%;
}

@media only screen and (max-width: 768px) {
	.fmcsv-super-header {
		height: 25px;
	}
}

/** TITLE **/

div.fmcsv-title {
	background-color: #ffeed6;
	padding: 20px;
}

div.fmcsv-title img.size-fmcsv-state-flag {
	width: 128px;
	height: auto;
	border-radius: 8px;
	margin-right: 20px;
}

div.fmcsv-title h1 {
	color: var(--fmcsv-color-blue);
	font-size: 45px;
	font-weight: 700;
	font-family: var(--font-family-eesti-bold);
	line-height: 55px;
	text-align: left;
	text-transform: none;
	margin: 0;
}

/** BREADCRUMB **/

.fmcsv-breadcrumb {
	font-size: 10px;
	font-family: var(--font-family-eesti-regular);
	line-height: 32px;
	text-transform: uppercase;
}

.fmcsv-breadcrumb .item_current {
	color: var(--fmcsv-color-green);
}

.fmcsv-breadcrumb a {
	text-decoration: none;
	color: var(--fmcsv-color-blue);
}

.fmcsv-breadcrumb a:hover {
	color: #d06a6a;
}

/** CONTENT **/

.fmcsv-content {
	margin-top: 20px;
	margin-bottom: 20px;
	color: var(--fmcsv-color-blue);
	font-size: 17px;
	font-weight: 400;
	font-family: var(--font-family-eesti-regular);
	font-style: normal;
	line-height: 32px;
	text-align: left;
}

.fmcsv-content p {
	margin-bottom: 25px;
}

.fmcsv-content a {
	color: var(--fmcsv-color-red);
	text-decoration: none;
}

.fmcsv-content a:hover {
	color: var(--fmcsv-color-yellow);
}

/** UTILS **/

.fmcsv-flex-horizontal-center-space-between {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.fmcsv-flex-vertical-center {
	display: flex;
	align-content: center;
	justify-content: flex-start;
}

input.search-field {
	width: 100%;
}

/* SLIDER */

body .metaslider.has-thumbs-responsive .nivo-controlNav.nivo-thumbs-enabled, .metaslider.has-thumbs-responsive .flex-control-thumbs {
	justify-content: center;
}

body .metaslider .theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	width: auto;
}

.metaslider .theme-default .nivo-controlNav.nivo-thumbs-enabled a {

	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;

}
body .metaslider .theme-default .nivo-controlNav a.nivo-control {
	opacity: 0.7;
	transition: opacity 400ms;
}

body .metaslider .theme-default .nivo-controlNav a.nivo-control.active {
	opacity: 1;
}

/* *** FMCSV - APP *** */

.fmcsv-app-header {
	height: 68px;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	margin-bottom: 10px;
}

.fmcsv-app-header .fmcsv-container {
	height: 100%;
}

.fmcsv-app-header .fmcsv-container div {
	display: flex;
	flex-direction: row;
	gap: 20px;
	align-items: center;
	height: 100%;
}

.fmcsv-app-header .fmcsv-container h1 {
	flex-grow: 1;
	font-size: 28px;
}

.fmcsv-app-header .fmcsv-container a:nth-child(2) {
	font-size: 13px;
	line-height: 32px;
	text-decoration: none;
}

.fmcsv-app-header .fmcsv-container a:nth-child(3) {
	display: block;
	width: fit-content;
	height: 32px;
	border-radius: 16px;
	background-color: var(--fmcsv-color-yellow);
	padding: 0 16px 0 16px;

	line-height: 32px;
	font-size: 15px;
	text-decoration: none;
}

@media only screen and (max-width: 768px) {
	.fmcsv-app-header {
		height: auto;
	}

	.fmcsv-app-header .fmcsv-container div {
		/*flex-direction: column;*/
		gap: 10px;
		align-items: center;
		justify-items: center;
		text-align: center;
		padding: 10px 0 10px 0;
		flex-wrap: wrap;
	}

	/* .fmcsv-app-header .fmcsv-container a:nth-child(1) { */
	/* 	width: 100%; */
	/* } */

	.fmcsv-app-header .fmcsv-container h1 {
		width: 100%;
	}

	.fmcsv-app-header .fmcsv-container a:nth-child(2) {
		width: calc(50% - 5px);
	}

	.fmcsv-app-header.fmcsv-app-header-help .fmcsv-container a:nth-child(2) {
		width: 100%;
	}

	.fmcsv-app-header .fmcsv-container a:nth-child(3) {
		width: calc(50% - 5px);
	}
}

.fmcsv-container-app-all {
	padding-top: 40px;
	padding-bottom: 80px;
}

.fmcsv-container-app-all h1 {
	width: fit-content;
	margin: 0 0 40px 0;
	padding-bottom: 10px;
	border-bottom: 4px solid #fdd16e;

	color: var(--fmcsv-color-gray);
	font-size: 50px;
	line-height: 60px;
	font-weight: 700;
	font-family: var(--font-family-eesti-bold);
	text-align: left;
	text-transform: none;
	letter-spacing: 0.1em;
}

.fmcsv-container-app-all h1 + div {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.fmcsv-container-app-all h1 + div > div {
	background-color: var(--fmcsv-item-bg-color);
	display: flex;
	flex-direction: column;
	gap: 30px;
	justify-content: space-between;
	align-items: center;
	padding: 30px;
	border-radius: 15px;

	color: var(--fmcsv-item-text-color);
	text-align: center;
}

.fmcsv-container-app-all h1 + div > div:nth-child(1) {
	--fmcsv-item-bg-color: var(--fmcsv-color-yellow);
	--fmcsv-item-text-color: var(--fmcsv-color-blue);
	--fmcsv-item-btn-text-color: var(--fmcsv-color-blue);
}

.fmcsv-container-app-all h1 + div > div:nth-child(2) {
	--fmcsv-item-bg-color: var(--fmcsv-color-green);
	--fmcsv-item-text-color: white;
	--fmcsv-item-btn-text-color: var(--fmcsv-color-green);
}

.fmcsv-container-app-all h1 + div > div:nth-child(3) {
	--fmcsv-item-bg-color: var(--fmcsv-color-blue);
	--fmcsv-item-text-color: white;
	--fmcsv-item-btn-text-color: var(--fmcsv-color-blue);
}

.fmcsv-container-app-all h1 + div > div a img {
	border: 2px solid rgba(160, 160, 160, 0.6);
	height: 150px;
}

.fmcsv-container-app-all h1 + div > div:nth-child(4) a img {
	border: none;
}

.fmcsv-container-app-all h1 + div > div h2 {
	font-family: var(--font-family-eesti-bold);
	font-size: 30px;
	line-height: 1.15em;
}

.fmcsv-container-app-all h1 + div > div p {
	font-family: var(--font-family-eesti-regular);
	font-size: 16px;
	line-height: 1.15em;
}

.fmcsv-container-app-all h1 + div > div a:last-child {
	display: block;
	width: 100%;
	height: 56px;
	border-radius: 30px;
	background-color: white;
	padding: 0;

	font-family: var(--font-family-eesti-bold);
	color: var(--fmcsv-item-btn-text-color);
	line-height: 56px;
	text-transform: uppercase;
	font-size: 20px;
	text-decoration: none;
	letter-spacing: 0.05em;
}

@media only screen and (max-width: 1180px) {
	.fmcsv-container-app-all h1 {
		font-size: 40px;
		line-height: 54px;
	}

	.fmcsv-container-app-all h1 + div {
		gap: 20px;
	}

	.fmcsv-container-app-all h1 + div > div {
		gap: 20px;
		padding: 20px;
		border-radius: 10px;
	}

	.fmcsv-container-app-all h1 + div > div a img {
		/*height: 150px;*/
	}

	.fmcsv-container-app-all h1 + div > div h2 {
		font-size: 24px;
	}

	.fmcsv-container-app-all h1 + div > div p {
		font-size: 14px;
	}

	.fmcsv-container-app-all h1 + div > div a:last-child {
		height: 46px;
		border-radius: 23px;
		line-height: 46px;
		font-size: 14px;
	}
}

@media only screen and (max-width: 768px) {
	.fmcsv-container-app-all {
		padding-top: 20px;
		padding-bottom: 40px;
	}

	.fmcsv-container-app-all h1 {
		font-size: 24px;
		line-height: 34px;
	}

	.fmcsv-container-app-all h1 + div {
		display: flex;
		flex-direction: column;
	}
}

.fmcsv-app-how-to-use {
	margin-top: 40px;
	margin-bottom: 40px;
	display: flex;
	gap: 10%;
	font-family: var(--fmcsv-font-regular);
	color: var(--fmcsv-color-gray);
	line-height: 1.15;
}

.fmcsv-app-how-to-use strong {
	font-family: var(--fmcsv-font-bold) !important;
}

.fmcsv-app-how-to-use div:nth-child(1) {
	width: 50%;
	font-size: 24px;
}

.fmcsv-app-how-to-use div:nth-child(2) {
	width: 40%;
	font-size: 18px;
	padding-left: 110px;
	background-image: url("assets/icon-help.png");
	background-repeat: no-repeat;
	background-position: center left;
}

.fmcsv-app-how-to-use-video {
	width: 100%;
	position: relative;
	margin-bottom: 60px;
}

.fmcsv-app-how-to-use-video::before {
	display: block;
	padding-top: calc(9 / 16 * 100%);
	content: "";
}

.fmcsv-app-how-to-use-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 768px) {
	.fmcsv-app-how-to-use {
		margin-top: 30px;
		margin-bottom: 30px;
		display: flex;
		gap: 30px;
		flex-direction: column;
		text-align: center;
	}

	.fmcsv-app-how-to-use div:nth-child(1) {
		width: auto;
	}

	.fmcsv-app-how-to-use div:nth-child(2) {
		width: auto;
		padding-left: 0;
		padding-top: 80px;
		background-position: top center;
	}
}

/** *** FOOTER *** */

/* .home { */
/* 	margin-bottom: 112px; */
/* } */

.home .fmcsv-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 998;
}

.fmcsv-footer {
	background-color: var(--fmcsv-color-green);
	color: white;
	padding: 15px 0 10px 0;
	margin-top: 40px;
}

.fmcsv-footer-inner {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.fmcsv-footer-inner > div:nth-child(1) {
	flex-grow: 1;
}

.fmcsv-footer-inner > div:nth-child(1) > span {
	font-family: var(--font-family-eesti-bold);
	font-size: 18px;
}

.fmcsv-footer-inner > div {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: flex-start;
}

.fmcsv-footer-inner > div:nth-child(2) img {
	height: 40px;
}

.fmcsv-footer-inner > div:nth-child(2) a:last-child {
	height: 40px;
	padding: 8px;
	background-color: #8FBBBC;
	color: white;
	font-family: var(--font-family-eesti-bold);
	font-size: 18px;
	text-decoration: none;
}

.fmcsv-terms-link {
	font-family: var(--font-family-sectra-book), "Century Gothic";
	font-size: 18px;
	color: white;
	text-decoration: underline;
}

.fmcsv-footer-inner > div:nth-child(1) > .fmcsv-terms-link { display: none; }

@media only screen and (max-width: 1060px) {
	/*.home {*/
	/*	margin-bottom: 50px;*/
	/*}*/

	.fmcsv-footer-inner > div:nth-child(1) > span { display: none; }
	.fmcsv-footer-inner > div { gap: 12px; }
	.fmcsv-footer-inner > div:nth-child(2) img { height: 36px; }
	.fmcsv-footer-inner > div:nth-child(2) a:last-child { font-size: 16px; height: 36px; }
	.fmcsv-terms-link { font-size: 16px; }
}

@media only screen and (max-width: 900px) {
	/*.home {*/
	/*	margin-bottom: 50px;*/
	/*}*/
	.fmcsv-footer-inner > div { gap: 8px; }
	.fmcsv-footer-inner > div:nth-child(2) img { height: 32px; }
	.fmcsv-footer-inner > div:nth-child(2) a:last-child { font-size: 14px; height: 32px; }
	.fmcsv-terms-link { font-size: 14px; }
}

@media only screen and (max-width: 740px) {

	.home {
		margin-bottom: 128px;
	}

	.fmcsv-footer-inner > div:nth-child(2) img { height: 24px; width: 24px; }

	.fmcsv-footer-inner > div:nth-child(2) a {
		text-align: center;
		flex-shrink: 0;
	}

	.fmcsv-footer-inner > div:nth-child(2) a.fmcsv-terms-link {
		flex-shrink: 1;
	}

	.fmcsv-footer-inner > div:nth-child(2) a:last-child {
		flex-grow: 1;
		margin-top: -4px;
		height: 24px;
		padding: 5px 2px 5px 2px;
		font-size: 12px;
		min-width: 90px;
	}

	.fmcsv-terms-link { font-size: 13px; }

	.fmcsv-footer { padding: 10px 0; }
	.fmcsv-footer-inner { flex-direction: column; gap: 10px }
	.fmcsv-footer-inner > div:nth-child(1) > a { flex-shrink: 0; }
	.fmcsv-footer-inner > div:nth-child(1) > a img { height: 70px; }
	.fmcsv-footer-inner > div:nth-child(1) { gap: 6px; }
}

/* HELP PAGES */

.fmcsv-app-content-image-main {
	width: 880px;
	max-width: 100%;
	height: auto;
	border: 6px solid #ddd;
	border-radius: 12px;
	display: block;
	margin: 40px auto;
}

.fmcsv-app-content-large > p {
	font-size: 24px !important;
	line-height: 36px !important;
}

/* ****** Highlight ********* */

.fmcsv-app-highlight {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
	display: flex;
	justify-items: flex-start;
	align-items: flex-start;
	font-family: var(--font-family-eesti-bold);
}

.fmcsv-app-highlight > article {
	flex: 1;
}
.fmcsv-app-highlight > article > img, .fmcsv-app-highlight > img {
	border: 6px solid #ddd;
	border-radius: 160px;
	width: 320px;
	height: 320px;
}

.fmcsv-app-highlight h2 {
	color: var(--fmcsv-color-gray);
	margin-top: 40px;
	margin-left: 20px;
	font-size: 36px;
	line-height: 36px;
}

.fmcsv-app-highlight p {
	margin-left: 20px;
	font-size: 24px;
	line-height: 36px;
	margin-top: var(--margin-default);
	margin-bottom: var(--margin-default);
	color: var(--gray);
	font-family: var(--font-family-sectra-book);
}

.fmcsv-app-highlight-container-bg-gray {
	background-color: #F5F5F7 !important;
}

@media(max-width: 980px) {
	.fmcsv-app-highlight {
		justify-items: flex-start;
		align-items: center;
		flex-direction: column;
	}

	.fmcsv-app-highlight > article > img, .fmcsv-app-highlight > img {
		border-radius: 120px;
		width: 240px;
		height: 240px;
	}

	.fmcsv-app-highlight h2 {
		margin-left: 0;
		font-size: 24px;
		line-height: 24px;
		text-align: center;
	}

	.fmcsv-app-highlight p {
		margin-left: 0;
		font-size: 20px;
		line-height: 24px;
		text-align: center;
		margin-bottom: var(--margin-half);
	}
}

/* ****** fmcsv-app-content-step-by-step ********* */

.fmcsv-app-content-step-by-step h2, .fmcsv-app-content-step-by-step h3 {
	width: fit-content;
	color: var(--fmcsv-color-gray);
	font-weight: 700;
	font-family: var(--font-family-eesti-bold);
	text-align: left;
	text-transform: none;
	letter-spacing: 0;
}

.fmcsv-app-content-step-by-step h2 {
	margin: 20px 0 5px 0;
	padding-bottom: 10px;
	font-size: 32px;
	line-height: 40px;
}

.fmcsv-app-content-step-by-step h3 {
	margin: 20px 0 5px 0;
	padding-bottom: 0;
	font-size: 26px;
	line-height: 32px;
	letter-spacing: 0.05em;
}

.fmcsv-app-content-step-by-step p {
	font-size: 20px !important;
	line-height: 24px !important;
}

.fmcsv-app-content-step-by-step figure {
	margin: 30px auto;
	display: block;
	text-align: center;
}

.fmcsv-app-content-step-by-step figure img {
	max-width: min(800px, 100%);
	width: auto;
	height: auto;
	border: 6px solid #ddd;
	border-radius: 12px;
}

.fmcsv-app-content-step-by-step figure figcaption {
	margin-top: 5px;
	font-style: italic;
}

/* ---- BLOCO ESPECIAL INFORMAÇÃO RELEVANTE --- */

div.fmcsv-app-content-info-detail {
	background-color: #ffe4b5;
	padding: 1em;
	margin-top: 16px;
	margin-bottom: 16px;
}

div.fmcsv-app-content-info-detail > p strong {
	font-weight: bold !important;
}

div.fmcsv-app-content-info-detail > h3 {
	font-size: 16px !important;
}

div.fmcsv-app-content-info-detail > p {
	font-size: 14px !important;
	line-height: 16px;
}

div.fmcsv-app-content-info-detail > p:last-child {
	margin-bottom: 0;
}
