html,body {
	padding: 0;
	margin: 0;
	font-family: "Roboto Flex", Sans-serif;
	height: 100%;
	min-height: 100vh;
	min-width: 360px;
}
body{
  position:relative;
}
* {
	box-sizing: border-box;
}
h1 {
	font-family: "Roboto Flex", Sans-serif;
	clear: both;
	display: block;
	font-size: 60px;
}
.h1-text-position {
	width: 100%;
	height: 100vh;
	text-align: center;
	padding: 10px;
	padding-top: 25vh;
	text-shadow: 1px 0 rgb(92, 89, 89), -1px 0 rgb(92, 89, 89), 0 1px rgb(92, 89, 89), 0 -1px rgb(92, 89, 89), 1px 1px rgb(92, 89, 89), -1px -1px rgb(92, 89, 89), 1px -1px rgb(92, 89, 89), -1px 1px rgb(92, 89, 89);
}
h2 {
	font-weight: 400;
	font-size: 28px;
	color: #000000;
}
.h2-home {
	font-size: 41px;
	color: white;
	font-weight: 600;
	line-height: 33px;
	letter-spacing: 0.3px;
	word-spacing: 1px;
}
.top {
	height: 100vh;
	background-position: center center;
	background-size: cover;
	padding: 0;
	margin: 0;
	width: 100%;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	color: white;
}
.carma-top-post {
}
.a-button {
	background-image: linear-gradient(180deg, #8D4FD2 16%, #38B6DB 100%);
	border-radius: 45px 45px 45px 45px;
	padding: 15px 30px;
	color: white;
	font-size: 16px;
	font-family: "Roboto Flex";
}
.a-button:hover {
	background-image: linear-gradient(180deg, #D294FF 7%, #3BD1CF 100%);
	text-decoration: none;
	color: #000000;
	border-color: #38b6db;
	font-size: 19px;
	cursor: pointer;
	border: 0;
	font-family: "Roboto Flex";
}
.a-link-to-menu-item {
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.7px;
	color:#F5F5F7;
}
.a-link-to-menu-item:hover {
	color:#38B6DB;
}
.home-center-div-margin-top {
	margin-top: 0!important;
}
.center {
  text-align: center;
}
.full-height {
  height: 100%;
}
.form-content {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #334155;
	padding-left: 10px;
	padding-right: 10px;
}
.form-content h1 {
	font-size: 32px;
}
.form-field {
	margin-top: 15px;
}
.form-field label {
	display: block;
}
.success {
    background-color: green;
    color: white;
    padding-left: 15px;
}
.error {
    background-color: red;
    color: white;
    padding-left: 15px;
}
.form-field input {
	width: 100%;
	clear: both;
	margin-top: 5px;
	padding: 12px 20px;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 2px;
	box-sizing: border-box;
}
.form-lable-for-select {
	float: left;
	margin-right: 10px;
	padding-top:10px;
}
.form-field select {
	font-size: 16px;
	padding: 10px;
	color: #333333;
}
input[type=text] {
	font-size: 16px;
	color: #333333;
}
.vertical-center {
  margin: 0;
  position: relative;
  top: 40%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home-text-style {
	text-shadow: 1px 0 rgb(92, 89, 89), -1px 0 rgb(92, 89, 89), 0 1px rgb(92, 89, 89), 0 -1px rgb(92, 89, 89), 1px 1px rgb(92, 89, 89), -1px -1px rgb(92, 89, 89), 1px -1px rgb(92, 89, 89), -1px 1px rgb(92, 89, 89);
	margin-top: 0;
}
header {
	height: 100px;
	text-align: center;
	display: flex;
	justify-content: left;
	align-items: center;
	color: white;
	padding-left: 20px;
}
footer {
}
.first-footer {
	min-height: 60px;
	padding: 20px 0 20px 0;
	font-size: 20px;
	height: 120px;
}
ul {
	text-align: center;
}
li {
	display: inline;
	margin-right: 25px;
}
a {
	text-decoration: none;
}
.logo a {
	color: white;
	cursor: pointer;
	text-decoration: none;
	transition: all .2s linear;
}

.ul-footer-menu li a {
	color: white;
	cursor: pointer;
	text-decoration: none;
	transition: all .2s linear;
}
.ul-footer-menu li a:hover {
	color: #8D4FD2;
}
.last-footer {
	min-height: 30px;
	color: white;
	text-align: center;
	font-size: 13px;
}
.logo {
	font-size: 54px;
	width: 430px;
	font-family: "The Nautigal", system-ui;
	font-weight: 400;
	font-style: normal;
	text-align: center;
}
p {
	font-size: 20px;
	text-align: justify;
	color: #333333;
	line-height: 33px;
	letter-spacing: 0.1px;
}
img {
	width: 100%;
	height: auto;
}
.content {
	display: flex;
	align-items: center;
	justify-content: center;
}
.content div {
	width: 1120px;
}
.content div div {
	padding-bottom: 10px;
}
.img-change-size {
	text-align: center;
	width: 100%;
}
.menu {
	display: flex;
	flex-direction: row;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu > li {
	margin: 0 1rem;
	overflow: hidden;
}
.menu > li > div > a {
	transition: all .2s linear;
	color: white;
	font-size: 18px;
}
.menu > li > a:hover {
	font-size: 20px;
	transition: all .2s linear;
	text-decoration: underline #8D4FD2;
	text-underline-offset: 4px;
	text-decoration-thickness: 1.5px
}
.menu > li > div {
	height: 80px;
	padding-top: 30px;
}
.menu > li > div > a {
	transition: all .2s linear;
	color: white;
}
.menu > li > div > a:hover {
	font-size: 20px;
	transition: all .2s linear;
	text-decoration: underline #8D4FD2;
	text-underline-offset: 4px;
	text-decoration-thickness: 1.5px
}

.menu-button-container {
	display: none;
	height: 100%;
	width: 30px;
	cursor: pointer;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#menu-toggle {
	display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
	display: block;
	background-color: #fff;
	position: absolute;
	height: 4px;
	width: 30px;
	transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
	border-radius: 2px;
}

.menu-button::before {
	content: '';
	margin-top: -8px;
}

.menu-button::after {
	content: '';
	margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
	margin-top: 0px;
	transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
	background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
	margin-top: 0px;
	transform: rotate(-405deg);
}

.fixed-background {
	background-position: center center;
	background-size: cover;
	color: white;
	min-height: 100vh;
}

.image-menu-content {
	color: white;
}

.menu-description-top {
	text-align: center;
}
.menu-description-top h1 {
	padding: 0;
	margin: 0;
	font-size: 45px;
}
.menu-description-top p {
	text-align: center;
	padding: 0;
	margin: 0;
}
/*CARD*/
.cards-flex {
	display: flex;
	align-items: center;
	justify-content: center;
}
.cards-flex-width {
	min-width: 300px;
}
.cards {
	display: table;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-top: 50px;
	min-height: 380px;
	max-width: 1800px;
}
.single-card {
	float: left; padding: 0px 40px;
	padding-bottom: 50px;
}
.card-image {
  width: 100%;
  height: 220px;
  border-radius: 3px 3px 0 0;
}
.card-img-top {
  width: 100%;
}
.card {
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	transition: 0.3s;
	width: 210px;
	height: 320px;
	margin-bottom: 15px;
	border-radius: 0 0 3px 3px;
}

.card-description h4 {
	text-align: center;
	color: black;
}
.card-description p {
	font-size: 15px;
	text-align: center;
}
.card:hover {
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
	cursor: pointer;
}
.post-title {
	margin-top: 10;
	margin-bottom: 0;
	height: 50px;
}
.card-text-description {
	margin: 0;
}
.search-card-box {
	width: 100%;
	display: block;
	padding:20px;
}
.youtube-video {
	display: flex;
	justify-content: center;
}
.youtube-video iframe {
	aspect-ratio: 16 / 9;
    width: 100% !important;
}
.background-img-diffent-size {
	background-size: 40% auto;
}
.content-for-page-without-background-for-menu {
	width: 100%;
	text-align: center;
	padding: 10px;
	padding-top: 250px;
}
.content-for-page {
	display: flex;
	min-height: 68.5%;
}
.form-middle {
	width: 70%!important;
}
.form-middle p label {
	font-size: 20px;
}
.content-for-page div {
	width: 55%;
	margin-right: auto;
    margin-left: auto;
    position: relative;
}
.content-for-page div p {
	color: white;
	font-family: "Roboto Flex";
	font-size: 28px;
	font-weight: 600;
    line-height: 39px;
    letter-spacing: 0.4px;
    word-spacing: 1px;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	margin-bottom: 50px;
}
.content-for-page div h2 {
	color: white!important;
	text-align: center;
	font-weight: 700;
	font-size: 45px;
}
.content-for-page div h3 {
	color: white;
	text-align: center;
	font-weight: 700;
	font-size: 30px;
}
.content-for-page div input[type=text] {
	font-size: 16px;
	color: #334155;
	width: 100%;
	padding: 12px 20px;
	border-radius: 2px;
	border: 1px solid #ccc;
}
.content-for-page div textarea {
	width: 100%;
	height: 200px;
	font-size: 16px;
	color: #334155;
	border-radius: 2px;
	border: 1px solid #ccc;
	padding: 12px 20px;
}

/* Checkbox */
/* The checkbox-container */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 28px;
  color: white;
  font-family: "Roboto Flex";
  font-weight: 600;
  line-height: 39px;
  letter-spacing: 0.4px;
  word-spacing: 1px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  margin-top: 5px;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input[type=checkbox] ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input[type=checkbox]:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input[type=checkbox]:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Show the height and padding of the footer*/
.footer-size {
	height: 450px; 
	padding-top: 100px;
}

/* Style  of the footer texts */
.footer-text {
	color: white; 
	font-size: 28px; 
	display: flex; 
	align-items: center; 
	justify-content: center; 
	font-weight: 450;
	letter-spacing: 0.5px;
}

/* Centering the newsletter title*/
.newsletter-title {
	text-align: center;
}

/* Putting padding in the newsletter text*/
.newsletter-text-padding {
	padding: 20px;
}

/* Putting style in the newsletter text*/
.newsletter-text-style {
	color: white; 
	font-size: 20px;
	letter-spacing: 0.8px;
}

/* Putting style in the policies text, input and button*/
.newsletter-text-input-button-style {
	color: white; display: flex; align-items: center; justify-content: center;
}

/* Putting style in the input*/
.newsletter-input-style {
	color: #333333; 
	border-radius: 45px 45px 45px 45px; 
	padding: 16px 30px; 
	font-size: 14px;
	margin-right: 2px;
}

/* Putting style in the button*/
.newsletter-button-style {
	padding: 16px 30px;
	font-size: 14px;
	font-weight: 500; 
	letter-spacing: 0.8px
}

/**/
.newsletter-policy-text-style {
	color: white;
	font-size: 13px;
	margin-top: 0;
	padding-top: 0;
	margin-left: 16px;
	letter-spacing: 0.5px;
}

/*Putting style in the newsletter underline text*/
.newsletter-underline-text-style {
	color: white;
	cursor: pointer;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.newsletter-email-form-fields {
	display: inline-flex;
}

.newsletter-form-button-space {
	width: 120px;
	text-align: center;
	height: 50px;
}

.fixed-button-to-top {
	color: white;
	position: fixed;
	bottom: 30px;
	right: 30px;
	cursor: pointer;
	transition: all .5s linear;
	background-image: linear-gradient(180deg, #8D4FD2 16%, #38B6DB 100%);
	border-radius: 15%;
	padding: 8px;
	z-index: 99;
}

.fixed-button-to-top:hover {
	background-image: linear-gradient(180deg, #D294FF 7%, #3BD1CF 100%);
}

.arrow {
	border: solid black;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 5px;
	margin-top: 5px;
}

.up {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}

.img-lei-causalidade {
	background-image: url('../img/causa-e-efeito-2.jpg');
}

.img-lei-causalidade-domino {
	background-image: url('../img/lei-causalidade-domino-612x612-2.jpg');
}

.fixed-background-attachment {
	background-attachment: fixed;
}

.img-a-morte-realmente-existe-hourglass {
	background-image: url(../img/time-keeper-woman-s-battle-against-hourglass-ai-generated-illustration_744422-1483-1-2-e1696628674620.jpg); 
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

/* End checkbox */
@media (max-width: 2000px) {
	.single-card {
		float: left;
		padding: 0px 34px;
		padding-bottom: 50px;
	}
	.cards {
		display: table;
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 20px;
		padding-top: 50px;
		min-height: 380px;
		max-width: 1688px;
	}
}
@media (max-width: 1700px) {
	.single-card {
		float: left;
		padding: 0px 40px;
		padding-bottom: 50px;
	}
	.cards {
		display: table;
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 20px;
		padding-top: 50px;
		min-height: 380px;
		max-width: 1470px;
	}
}
@media (max-width: 1488.5px) {
	.cards {
		display: table;
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 20px;
		padding-top: 50px;
		min-height: 380px;
		max-width: 1200px;
	}
}
/*@media (max-width: 1215px) {*/
@media (max-width: 1156px) {
	.content div {
		width: 99%;
	}
	.content-for-page div {
		width: 99%;
	}
	header {
		justify-content: space-around;
		height: 80px;
	}
	.menu-button-container {
		display: flex;
	}
	.menu {
		position: absolute;
		top: 0;
		margin-top: 50px;
		left: 0;
		flex-direction: column;
		width: 100%;
		justify-content: center;
		align-items: center;
		padding-top: 30px;
	}
	#menu-toggle ~ .menu li div {
		height: 0;
		margin: 0;
		padding: 0;
		border: 0;
		transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
		z-index: 1;
	}
	#menu-toggle:checked ~ .menu li div {
		border: 1px solid #333;
		height: 2.5em;
		padding: 0.5em;
		transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
	}
	.menu > li {
		width: 100%!important;
		display: block;
	}
	.menu > li > div {
		display: flex;
		justify-content: center;
		margin: 0;
		padding: 0.5em 0;
		width: 100%;
		color: white;
		background-color: black;
		width: 100%!important;
	}
	.menu > li > div:not(:last-child) {
		border-bottom: 1px solid #444;
	}
	.logo {
		font-size: 54px;
		width: 70%;
		font-family: "The Nautigal", system-ui;
		font-weight: 400;
		font-style: normal;
		text-align: center;
	}
	.background-img-diffent-size {
		background-size: 70% auto;
	}
}
@media (max-width: 1250.5px) {
	.cards {
		display: table;
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 20px;
		padding-top: 50px;
		min-height: 380px;
		max-width: 891px;
	}
}
@media (max-width: 960px) {
	.carma-top-post {
		height: 50vh;
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: top;
	}
	.background-img-diffent-size {
		background-size: 80% auto;
	}
}
@media (max-width: 909px) {
	.cards {
		display: table;
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 20px;
		padding-top: 50px;
		min-height: 380px;
		max-width: 601px;
	}
}
@media (max-width: 710px) {
	.ul-footer-menu {
		padding-right: 10px;
	}
	.ul-footer-menu > li {
		width: 90%;
		display: block!important;
		margin-top: 20px;
	}
	.first-footer {
		height: 200px;
	}
	.carma-top-post {
		height: 30vh;
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: top;
	}
	.background-img-diffent-size {
		background-size: 100% auto;
	}
	.form-middle {
		width: 99%!important;
	}
}
@media (max-width: 620px) {
	h1 {
		font-family: "Roboto Flex", Sans-serif;
		clear: both;
		display: block;
		font-size: 3em;
	}
	.menu-description-top h1 {
		padding: 0;
		margin: 0;
		font-size: 38px;
	}
	.cards-flex-width {
		width: 300px;
	}
	.content div {
		width: 90%;
	}
	.content div div {
		width: 100%;
	}
	.content-for-page div {
		width: 90%;
	}
	.content-for-page div div {
		width: 100%;
	}
	.img-lei-causalidade {
		background-image: url('../img/causa-e-efeito-2_666x600.png');
		background-size: 100vw 100vh;
		background-repeat: no-repeat;
	}
	.img-lei-causalidade-domino {
		background-image: url('../img/lei-causalidade-domino-869x718.png');
		background-size: 100vw 100vh;
		background-repeat: no-repeat;
	}
}