@import url('https://fonts.googleapis.com/css2?family=Patua+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');

html {
	scroll-behavior: auto !important;
}

body {
	font-family: "Noto Sans", sans-serif;
	font-family: "Noto Serif", serif;
	color: #292929;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.7;
	background: #f9f9f9;
}


#intro {
	padding: 1rem 0 0;
	/* border-bottom: 2px dashed #eee; */
}

#wordy {
	/* margin-top: 20px; */
	padding: 0;
	min-height: 75vh;
}

#navigator {
	padding: 0;
}

#footer {
	padding: 40px 10px 50px 10px;
	font-size: 14px;
	/* color: #1a1a1a; */
	text-align: center;
	background-color: #efefef;
	border-top: 1px solid #d5d5d5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1a1a1a;
	font-weight: 700;
}

.h1,
h1 {
	font-size: 1.55rem;
}

.h1 span,
h1 span {
	font-weight: 700;
}

.h2,
h2 {
	font-size: 1.35rem;
}

.h2 span,
h2 span {
	font-weight: 700;
}

.h3,
h3 {
	font-size: 1.25rem;
}

.h5,
h5 {
	font-size: 1.20rem;
	font-weight: 400;
}

p {
	margin-bottom: 0px;
	line-height: 1.7;
}

b,
strong {
	font-weight: 500;
}

dl,
ol,
ul {
	margin-bottom: 1rem;
	padding: 0 0 0 1rem;
}

li {
	padding: 5px 0;
}

small {
	display: inline-block;
	/*font-weight: 200;*/
	line-height: 2;
}

a {
	color: #055160;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
    color: #093741;
	text-decoration: none;
}

.text-muted {
	color: rgba(0, 0, 0, 0.3) !important;
	font-size: 15px;
	/* font-weight: 500; */
}

.primary-btn {
	background-color: #377dff;
	color: #ffffff;
	font-weight: 600;
	padding: 7px 22px;
	display: inline-block;
	border-radius: 2px;
	border: 1px solid #377dff;
	width: 100%;
	max-width: 240px;
	margin: 0px 5px;
	min-height: 40px;
	text-align: center;
	-moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

.secondary-btn {
	background-color: transparent;
	font-weight: 600;
	padding: 7px 22px;
	display: inline-block;
	border-radius: 2px;
	border: 1px solid #377dff;
	width: 100%;
	max-width: 240px;
	margin: 0px 5px;
	min-height: 40px;
	text-align: center;
	-moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

.primary-btn:hover {
	color: #ffffff;
	background-color: #1a5dd8;
	/*    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);*/
}

.secondary-btn:hover {
	color: #ffffff;
	background-color: #1a5dd8;

	/*    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);*/
}

.topmargin-sm {
	margin-top: 30px !important;
}

.topmargin-lg {
	margin-top: 60px !important;
}

.text-light {
	color: #f8f9fa !important;
}

.text-dark {
	color: #1a1a1a !important;
}

.bg-dark {
	background-color: #1a1a1a !important;
}

.bg-light {
	background-color: #ffffff !important;
}

.bg-light-grey {
	background-color: #f8f9fa !important;
}


.heading-block {
	text-align: left;
	margin: 0 auto;
	max-width: 100%;
}

.heading-block p {
}

/*/////////////////////////////////////////
Navbar
////////////////////////////////////////*/

.navbar {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.navbar-toggler:focus {
	outline: none;
}

.nav-link {
	/* font-weight: 300; */
	color: #495057;
	font-size: 15px;
}

.nav-link:hover {
	color: #495057;
	opacity: .95;
}

.logo-navbar {
	width: 100px;
	max-width: 120px;
}

.slogan {
	font-size: 1rem;
	color: #fff;
	font-weight: 300;
	padding: 7px 0 0 0;
}

.theRotine {
	font-size: .8rem;
}

.faqi.collapsed {
	font-size: 16px;
	/* padding: 10px 0; */
	font-weight: 400;
	padding: 0.375rem 0.75rem;
	color: #212529;
}

.form-group {

	margin-bottom: 20px;
}

/*.form-control {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 20px 10px;
    border: 1px solid transparent;
    border-radius: 0px;
    min-height: 40px;
    border-radius: 2px;
}*/

.form-control {}

.form-control:focus {}


/*/////////////////////////////////////////
Footer
////////////////////////////////////////*/

#footer a {
	color: #055160;
}

.logo-footer {
	max-width: 400px;
}

.footer-link {
	padding: 5px 5px;
	/* font-size: 12px; */
	font-weight: 300;
}

.footer-link>i {
	font-size: 24px;
	padding: 0 5px;
}

/**********/
.clear {
	clear: both;
}

i.bi {
	line-height: 1;
	vertical-align: inherit;
}

p.minus {
	color: #777;
}

.w-fit-content {
	width: fit-content !important;
}

.badge {
	font-weight: 600;
}


.faki {
	padding: 10px;
	font-size: 17px;
}

.resume-item {
	padding: 30px;
	background: #333;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	border: 4px solid transparent;
	border-radius: 7px;
}



.resume-item .school {
	display: block;
	font-size: 16px;
}

.resume-item h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
}

.resume-item p {
	color: #c9c9c9;
}

.resume-item .school {
	color: #007bff;
}

.resume-item *:last-child {
	margin-bottom: 0;
}

.copy-text {
	/*font-size: 18px;*/
}

.copy-text:hover {
	background-color: #fafafa;

}

.list-group-item u {
	font-size: 10px;
	margin-right: 10px;
	text-decoration: none;
	background-color: #eff7ff;
	padding: 3px;
	border-radius: 5px;
}

/********************/


textarea:focus::placeholder {
	color: transparent !important;
}


.product_wrapper {
	float: left;
	padding: 10px;
	text-align: center;
}

.nav-link {
	padding: 0.25rem 1rem;
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.extra .btn-group-toggle>.btn,
.extra .btn-group-toggle>.btn-group>.btn {
	margin-bottom: 4px;
	border-radius: 0.2rem;
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
	border-radius: 0.2rem;
}

.btn-group-sm>.btn,
.btn-sm {
	padding: 0.25rem 0.5rem;
	font-size: .775rem;
	line-height: 1.5;
	border-radius: 0.2rem;
	cursor: pointer;
}

.table td,
.table th {
	padding: 0.5rem 0.5rem 0.25rem 0.5rem;
	font-size: .95rem;
	font-weight: 400;
}

.table td {
	text-align: right;
}

/**/
.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
	/*border-top-left-radius: 0;
    border-bottom-left-radius: 0;*/
	border-radius: 0.25rem;
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
	border-radius: 0.25rem;
}

.input-group-text {
	background-color: #17a2b8;
	color: #fff;
}

#search #findIt,
#search #userInput,
#search .btn {
	font-size: .8rem !important;
}

#search .btn {
	cursor: pointer;
}

.msgCopy {
	position: fixed;
	font-size: .95em;
	background-color: #383838;
	color: #fff;
	text-align: center;
	right: 20px;
	bottom: 20px;
	pointer-events: none;
	z-index: 1;
	padding: 0.5rem 1rem;
	line-height: 1.5;
	border-radius: 0.2rem;
	left: 50%;
	transform: translate(-50%, 0);
	width: 150px;
	display: none;
}

#scrollup {
	position: fixed;
	display: none;
	right: 20px;
	bottom: 30px;
	width: 40px;
	height: 40px;
	z-index: 1000;
	border: none;
	border-radius: 5px;
	background: #444;
	color: #fff;
	font-size: 25px;
	text-align: center;
	line-height: 1.5;
	cursor: pointer;
}

#scrollup:hover {
	background: #044e5d;
}

.screen-reader-text {
	display: none;
}

.navigation.pagination {
	display: block;
	/* text-align: center; */
	margin: 0;
	border-radius: 0px;

}

.navigation.pagination .nav-links>a {
	font-size: 14px;
	list-style: none;
	float: left;
	margin: 0 2% 10px 0;
	/* width: 24%; */
	padding: 0;
	text-align: left;
	/* height: 28px; */
	overflow: hidden;
	line-height: 1.6;
}

.navigation.pagination .nav-links>a:before {
	content: "#";
	font-size: .8em;
	color: #6d6d6d;
	margin-right: 3px;
}

.navigation.pagination .nav-links>a:hover {
	/* background-color: #fff;
  color: #ccc;*/
}

.navigation .page-numbers:nth-last-child(2) {
	display: none !important;
}

.add {
	position: relative;
	padding: 0 0 45px;
	min-height: 50vh;
}

.add h2,
.add h3 {
	font-size: 1rem;
	margin-top: 20px;
}

.add em {
	font-style: normal;
	color: #333;
	padding-right: 1px;
	border-bottom: 1px solid #cacaca;
}

.add span {
	/*background-color: #ecbfff;
padding: 0 5px;*/
}

.add hr {
	border: 0;
	padding-top: 10px;
}

.add .defin {
	font-size: .95em;
	padding: 3px 0;
}

.add .su_label {
	display: inline-block;
	margin-bottom: 4px;
	color: #607d8b;
}

.add .su_label:after {
	content: ":";
	margin-right: 4px;
}

.add .frases {
	font-size: .95em;
	padding: 3px 0;
}

.add .su_quote {
	position: relative;
	padding-top: 22px;
	padding-bottom: 10px;
}

.add cite {
	position: absolute;
	left: 0;
	top: 0;
	font-size: .9em;
	font-style: normal;
	color: #607d8b;
}

.add p.item.sinonimo,
.add p.item.antonimo,
.add p.item.rima {
	display: inline-block;
}

.add .sinonimo,
.add .antonimo,
.add .rima {
	padding: 0 15px 4px 0;
	/*color: #495057;*/
}

.add p.item.sinonimo:after,
.add p.item.antonimo:after,
.add p.item.rima:after {
	content: ",";
	color: #6c757d;
}

.add ul.defi {}

.add ul.defi li {
	border-bottom: 1px solid #ebebeb;
}

/*** ****/
.clear {
	clear: both;
}

.clear20 {
	clear: both;
	height: 20px;
}

.clearBreak {
	clear: both;
	height: 5px;
}

hr {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	border-top: 1px solid #eee;
}

p.apontamento {
	margin: 0 0 5px;
	font-size: .8em;
	color: #878787;
}

p.intro {
	line-height: 35px;
	font-weight: 400;
	margin-bottom: 20px;
	border-bottom: 0 !important;
	background-size: 35px 35px;
	background-image: repeating-linear-gradient(0deg, #ebebeb, #ebebeb 1px, #ffffff 1px, #ffffff);
}

p.classe {
	font-size: .9em;
	/* color: #1e7e34; */
	display: inline-block;
	line-height: 1.45;
	/* font-weight: 500; */
	background-color: #ffeaab;
	border-radius: 5px;
	padding: 0 5px;
	margin: 5px 0;
}

p.line {
	color: #565656;
	font-size: .95em;
	margin: 10px 0 5px;
}

p.vocType {
	color: #274866;
	/*font-size: .9em;*/
	margin: 0;
	/* background-color: #f5f5f5; */
	display: inline-block;
	/* font-variant-caps: small-caps; */
	letter-spacing: -.2px;
	font-weight: 500;
}

p.etimo {
	color: #565656;
	font-size: .95em;
	margin-top: 15px;
}

p.etimo em {
	font-style: normal;
}

p.index,
p.refer {
	margin: 5px 0;
	font-size: 1em;
}

p.def {
	margin: -1px 0 0;
	padding: 6px 0px 6px 5px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	position: relative;
	font-size: 1rem;
}

p.def:before {
	content: "\2022";
	color: #000000;
	font-size: .85em;
	position: absolute;
	left: -12px;
	top: 9px;
}

p.def:last-of-type {
	/*border-bottom: 0;*/
}

.entry-content p.def em {
	font-style: normal;
}

p.lineDef {
	color: #565656;
	font-size: 1.05em;
	margin: -1px 0 0;
	padding: 6px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	position: relative;
}

.fonema {
	font-size: .8em !important;
	color: #717171;
	text-decoration: none !important;
	display: none;
}

.fonema u {
	text-decoration: none;
}

p.refer span {
	background-color: #fff2ac;
	background-image: linear-gradient(to right, #ffe359 0%, #fff2ac 100%);
}

p.sref {
	margin: 0 0 5px;
	padding: 0;
	color: #888;
}

p.pessoa {
	font-size: .85em;
	color: #828282;
}

p.flex {
	margin: 0;
	color: #5fa261;
	padding: 5px 0;
}

p.flex strong {
	color: #333;
}

p.index .num {
	color: rgba(0, 0, 0, .5);
	font-size: .8em;
	margin-right: 20px;
	text-align: -webkit-center;
	background-color: #d9edf7;
	padding: 0 4px;
	width: 25px;
	display: inline-block;
}

.palavra {
	display: inline-block;
	float: left;
	padding: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
}

p.index a {
	color: #191e24;
	border-color: #ccc;
}

p.index a:hover {
	color: #098ac1;
	border-color: #098ac1;
}

p.vocab {
	font-size: .95em;
	color: #636363;
}

div.frek {
	margin: 30px auto 0;
	/*    padding: 0 20px;
    border: 1px solid #ddd;*/
}

div.frek table td {
	border: 0;
	padding: 0;
}

div.frek table,
div.frek table tr td,
div.frek table tr th {
	border: 0;
	padding: 0;
}

p.conex {
	line-height: 2;
	font-size: .95em;
}

.divider {
	position: relative;
	width: 50%;
	margin: .1rem auto;
	text-align: center;
	color: #6c757d;
	font-weight: 300;
	font-size: 0.75em;
}


.divider::before,
.divider::after {
	content: "";
	position: absolute;
	top: 50%;
	width: calc((100% - 2ch) / 2);
	height: 1px;
	background-color: #dee2e6;
}

.divider::before {
	left: 0;
}

.divider::after {
	right: 0;
}

#sidebar {
    /* display: none; */
    margin-top: 45px;
}
@media (max-width: 768px) {
#sidebar {
    /* display: none; */
    margin-top: 5px;
    margin-left: 0 !important;
}
.navbar-slogan {
    display: none;
}
}
/*/////////////////////////////////////////
Media Queries
////////////////////////////////////////*/

@media (max-width: 575.98px) {
	.mobile-list {
		/*display: block;
        margin-bottom: 25px;*/
	}

	.footer-link {
		padding: 0px;
	}

	.primary-btn,
	.secondary-btn {
		max-width: none;
		margin: 5px 0px;
	}

}

@media (min-width: 1400px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1140px;
	}
}

@media (min-width: 1200px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1040px;
	}
}


/*************************/

.navbar-brand {
	font-family: "Patua One", serif;
	font-weight: 400;
	font-size: 1.875rem;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.navbar-slogan {
	font-size: 0.95rem;
	color: #ffffff;
	margin-top: 1px;
	font-weight: 400;
	text-transform: none;
}

.navbar {
	padding: 20px 0;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	background: linear-gradient(90deg, #055160 0%, #023843 100%);
	position: relative;
}

.search-box {
	max-width: 500px;
	margin: 0 auto;

}

.search-form {
	max-width: 500px;
	margin: 0 auto;
}

.search-input {
	/*border-radius: 30px 0 0 30px !important;*/
	border: 1px solid #ced4da;
}

.search-btn {
	/*border-radius: 0 30px 30px 0 !important;*/
}

.sugestoes-box {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: white;
	border: 1px solid #ddd;
	border-radius: 0 0 6px 6px;

	overflow-y: auto;
	z-index: 1000;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	display: none;
}

.sugestoes-box .sugestao-item {
	display: block;
	padding: 6px 12px;
	color: #4819d2;
	text-decoration: none;
	border-bottom: 1px solid #eee;
	font-size: 0.95rem;
}

.sugestoes-box .sugestao-item:hover {
	background: #f8f9fa;
	font-weight: 500;
}

.form-control:focus {
	border-color: #75b798;
	box-shadow: none;
}

span#whats {
	background-color: #fff;
	border-radius: 5px;
	padding: 0 5px;
	color: #17a2b8;
	font-size: .75rem;
	font-weight: 500;
}

ul.list-inline {
	margin-bottom: 10px;
}

/***********************/

label {
	display: inline-block;
	margin-bottom: 0;
	font-size: .8em;
}

label.label_words {
	position: absolute;
	top: -19px;
}

p.nofind {
	font-style: oblique;
	background-color: #fff9c0;
	display: inline-block;
	margin-bottom: 50vh;
}

.ads_a {
	height: 90px;
	min-height: 90px;
	padding: 2px;
	background-color: #f8f9fa;

}

.ady_block {
	margin-top: 1px;
	position: sticky;
	top: 30px;
	padding: 2px;
	background-color: #f8f9fa;
}

.a2a_svg {
	height: 24px !important;
	line-height: 24px !important;
	width: 24px !important;
}

/**********************/

#search_Words {
	display: none;
}

.form-row {
	display: -ms-flexbox;
	display: -webkit-box;
	-ms-flex-wrap: wrap;
	flex-wrap: nowrap;
	margin-right: -5px;
	margin-left: -5px;
}

@media (max-width: 870px) {

	.form-row {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -5px;
		margin-left: -5px;
	}

	#search_Words {
		margin-top: 20px !important;
		padding-left: 0 !important;
	}

}