

input[type=checkbox]:checked+label {
	color: red;
	text-decoration: line-through;
}

.boxestilizado+label {
	display: block;
	margin: 0em;
	cursor: pointer;
	padding: 0.1em;
}

.boxestilizado {
	display: none;
}

.boxestilizado+label:before {
	content: "\2716";
	border: 0.06em solid #000;
	border-radius: 0em;
	display: inline-table;
	width: 1em;
	height: 1em;
	padding-left: 0.4em;
	margin-right: 0.2em;
	vertical-align: bottom;
	color: transparent;
	transition: 0.6s;
	padding-right: 0.4em;
}

.boxestilizado+label:active:before {
	transform: scale(0);
}

.boxestilizado:checked+label:before {
	background-color: red;
	border-color: #00000;
	color: #000000;
}

.boxestilizado:disabled+label:before {
	transform: scale(1);
	border-color: #aaa;
}

.boxestilizado:checked:disabled+label:before {
	transform: scale(1);
	background-color: #bfb;
	border-color: #bfb;
}



.boxestilizado2+label {
	display: block;
	margin: 0em;
	cursor: pointer;
	padding: 0.1em;
}

.boxestilizado2 {
	display: none;
}

.boxestilizado2+label:before {
	content: "\2714";
	border: 0.06em solid #000;
	border-radius: 0em;
	display: inline-table;
	width: 1em;
	height: 1em;
	padding-left: 0.4em;
	margin-right: 0.2em;
	vertical-align: bottom;
	color: transparent;
	transition: 0.6s;
	padding-right: 0.4em;
}

.boxestilizado2+label:active:before {
	transform: scale(0);
}

.boxestilizado2:checked+label:before {
	background-color: green;
	border-color: #00000;
	color: #000000;
}

.boxestilizado2:disabled+label:before {
	transform: scale(1);
	border-color: #aaa;
}

.boxestilizado2:checked:disabled+label:before {
	transform: scale(1);
	background-color: #bfb;
	border-color: #bfb;
}


.boxestilizado3+label {
	display: block;
	margin: 0em;
	cursor: pointer;
	padding: 0.1em;
}

.boxestilizado3 {
	display: none;
}

.boxestilizado3+label:before {
	content: "\2714";
	border: 0.06em solid #000;
	border-radius: 5em;
	display: inline-table;
	width: 1em;
	height: 1em;
	padding-left: 0.4em;
	margin-right: 0.2em;
	vertical-align: bottom;
	color: transparent;
	transition: 0.6s;
	padding-right: 0.4em;
}

.boxestilizado3+label:active:before {
	transform: scale(0);
}

.boxestilizado3:checked+label:before {
	background-color: green;
	border-color: #00000;
	color: #000000;
}

.boxestilizado3:disabled+label:before {
	transform: scale(1);
	border-color: #aaa;
}

.boxestilizado3:checked:disabled+label:before {
	transform: scale(1);
	background-color: #bfb;
	border-color: #bfb;
}






.markup-format a {
	color: #ffffff;
}

h5 {
	color: #444440;
}

#header .top-header {
	background-color: #FFDE59;
}

#header .top-header .header-navigation ul li:hover a {
	color: #f9f9f9;
	text-decoration: underline;
}

@media only screen and (max-width: 767px) {
	#services .widget_illdy_service:nth-child(2),
	#services .widget_illdy_service:nth-child(3) {
		margin-top: 0px;
	}
}

#projects .section-header {
	margin-bottom: 0px;
}

.row-slide {
	margin-left: -15px;
	margin-right: -15px;
	display: inline-flex;
	flex-wrap: wrap;
	flex-grow: 0;
	flex-shrink: 0;
	justify-content: space-between;
}

@media (max-width: 768px) {
	.row-slide {
		margin-left: 0px;
		margin-right: 0px;
		display: inline-block;
		flex-wrap: wrap;
		flex-grow: 0;
		flex-shrink: 0;
		justify-content: space-between;
	}
}

#services .widget_illdy_service {
	margin-top: 0px;
	margin-bottom: 20px;
}

#services {
	padding: 65px 0 55px 0;
}

#footer {
	background-color: #737373;
}

a {
	color: blue;
}

#testimonials .section-content .testimonials-carousel .carousel-testimonial .testimonial-image {
	display: none;
}

#about,
#static-page-content {
	width: 100%;
	padding: 65px 0 0 0;
	text-align: center;
}

#about .section-header {
	margin-bottom: -65px;
	padding: 65px 0px 65px 0px;
}

code {
	color: #000000;
}

.slidecontainer {
	width: 100%;
}

.slider {
	-webkit-appearance: none;
	width: 100%;
	height: 15px;
	border-radius: 5px;
	background: #d3d3d3;
	outline: none;
	opacity: 0.7;
	-webkit-transition: .2s;
	transition: opacity .2s;
}

.slider:hover {
	opacity: 1;
}

.slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: rgb(249, 208, 10);
	cursor: pointer;
}

.slider::-moz-range-thumb {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: rgb(255, 222, 89);
	cursor: pointer;
}

.cards-description {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 48px 0 81px;
}

.cards-description2 {
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 48px 0 81px;
}

.its-works {
	padding-top: 112px;
	padding-bottom: 81px;
}

.text-x-small {
	color: #8c9597;
	font-size: 16px;
	line-height: 1.5em;
	text-align: center;
	font-family: Lato;
}

.card {
	text-transform: none;
	line-height: 1.28581;
	letter-spacing: 0;
	font-size: 14px;
	font-weight: 400;
	color: #182026;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif!important;
	text-align: center;
	box-sizing: inherit;
	max-width: 380px!important;
	max-height: 280px!important;
}

.text-medium {
	text-transform: none;
	letter-spacing: 0;
	box-sizing: inherit;
	font-size: 1.125em;
	line-height: 24px;
	color: #45524c;
	text-align: center;
	font-weight: 700;
	font-family: Fira Sans, sans-serif;
	padding-bottom: .5em;
}

#header .bottom-header.blog {
	display: none;
}

#header .top-header {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
}

.cards-description {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 0px 0 81px 0;
}

@media (max-width: 767px) {
	.cards-description {
		padding-top: 0px;
		padding-bottom: 40px;
		padding-left: 24px !important;
		padding-right: 24px !important;
	}
	.cards-description>div {
		margin: 0 !important;
	}
}

.cards-description .row {
	width: 100%;
}

.cards-description .arrow {
	max-height: 141px;
	max-width: 168px;
}

.cards-description .up {
	margin-top: 59px;
	transform: rotate(90deg);
}

.cards-description .down {
	transform: rotate(180deg);
}

.cards-description .down-left {
	transform: rotate(270deg);
}

.cards-description img {
	margin: 0 auto;
	max-width: 238px;
	max-height: 144px;
}

.cards-description .text {
	display: flex;
	flex-direction: column;
}

.cards-description .text span:first-child {
	padding-bottom: .5em;
}

@media (min-widht: 411px) and (max-width: 768px) {
	.cards-description .slick-slider>.slick-list>.slick-track {
		max-width: 945px !important;
	}
}

@media (max-width: 991.98px) {
	.container-highlighted .issue-item,
	.container-highlighted-mobile .issue-item {
		height: 150px;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.container-issue-header-mobile {
		height: 320px;
	}
}

@media (max-width: 991.98px) {
	.container-publisher-info .publisher-name,
	.container-publisher-info-mobile .publisher-name {
		margin-bottom: 0;
	}
}

#imagem {
	position: relative;
	display: inline-block;
	font-size: 16px;
}

#team:before {
	background-color: #fff;
}

#team .section-header {
	width: 100%;
	margin-bottom: 0px;
}

#team {
	width: 100%;
	padding: 80px 0 0px 0;
	text-align: center;
	color: #444440;
}

.header .price-box {
	display: flex;
	border-radius: 2.75em;
	background-color: #fff;
	box-shadow: 0 22px 30px -28px #b7b8ba, 0 32px 32px -8px #dcdee0;
	width: 100%;
	max-width: 406px;
	align-items: center;
}

.btn-start {
	border-radius: 32px;
	background-color: #f9d00a!important;
	width: 65%;
	height: 100%;
	align-items: center;
	justify-content: center;
	display: flex;
	cursor: pointer;
}

.price {
	display: flex;
	margin-left: 32px;
	align-items: center;
	justify-content: center;
	width: 44%;
	padding: 12px 0;
}

.price-box {
	display: flex;
	border-radius: 2.75em;
	background-color: #fff;
	box-shadow: 0 22px 30px -28px #b7b8ba, 0 32px 32px -8px #dcdee0;
	width: 100%;
	max-width: 406px;
	align-items: center;
}

.btn_price {
	margin-left: 0px;
	margin-right: 0px;
	display: flex;
	flex-wrap: wrap;
	flex-grow: 0;
	flex-shrink: 0;
	align-items: normal;
	justify-content: center;
	padding: 48px 0px 20px;
}

.tapware {
	display: inline-block;
	position: absolute;
	top: 2px;
	left: 135px;
	padding: 2%;
	font-size: 15px;
	color: #000;
}

@media (max-width: 407px) {
	.tapware {
		display: inline-block;
		position: absolute;
		top: 35px;
		left: 80px;
		padding: 2%;
		font-size: 15px;
		color: #000;
	}
}

@media (max-width: 768px) {
	.cards-description {
		display: none;
	}
	.cards-description2 {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
		padding: 48px 0 81px;
	}
	.cards-description2 {
		padding-top: 0px;
		padding-bottom: 40px;
		padding-left: 24px !important;
		padding-right: 24px !important;
	}
	.cards-description2>div {
		margin: 0 !important;
	}
}

.cards-description2 .row {
	width: 100%;
}

.cards-description2 .arrow {
	max-height: 141px;
	max-width: 168px;
}

.cards-description2 .up {
	margin-top: 59px;
	transform: rotate(90deg);
}

.cards-description2 .down {
	transform: rotate(180deg);
}

.cards-description2 .down-left {
	transform: rotate(270deg);
}

.cards-description2 img {
	margin: 0 auto;
	max-width: 238px;
	max-height: 144px;
}

.cards-description2 .text {
	display: flex;
	flex-direction: column;
}

.cards-description2 .text span:first-child {
	padding-bottom: .5em;
}

.checkbox,
.radio {
	position: relative;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.wrap-input100 {
	padding-top: 10px;
}

input[type=radio]:checked+label {
	color: black;
	display: inline;
}

label {
	display: inline;
	font-weight: normal;
}

input[type="submit"] {
	padding: 0 25px;
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: 10%;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
