﻿body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	overflow-x: hidden;
	overflow-x: hidden;
}
.first-line {
	background: #232831;
	box-shadow: -1px -5px 20px 0px rgba(0, 0, 0, 0.75);
}
.first-line .logos-top {
	padding: 5px 110px;
}
.first-line .logos-top a:first-child:after {
	content: "";
	width: 1px;
	height: 24px;
	color: #fff;
	display: inline-block;
	position: relative;
	top: 10px;
	margin: 0 15px;
}
img {
	max-width: 100%;
}
a {
	text-decoration: none;
	cursor: pointer;
	color: #22aa4c;
}
a:hover {
	text-decoration: none;
	color: #6e6e6e !important;
}
.breadcrumb {
	padding: 1.75rem 5rem;
	background: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 2;
	letter-spacing: 0.1px;
	color: #757575;
}
.breadcrumb a {
	color: #7d7d7d;
}
.breadcrumb a:hover {
	color: #007bff !important;
}
.breadcrumb .active {
	color: #000;
	font-weight: 600;
}
ul {
	padding: 0;
	list-style: none;
}
button {
	border: 0;
	outline: 0;
}
button:active {
	outline: 0 !important;
	background: transparent;
}
button:focus {
	outline: 0 !important;
	background: transparent;
}
h1 {
	font-family: "Roboto", sans-serif;
	font-size: 48px;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.06;
	letter-spacing: -1.03px;
}
.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: 0.5rem;
	color: #6c757d;
	content: ">";
}
.header-sobre {
	padding: 75px 0 110px;
}
.header-sobre h1 {
	font-size: 45px;
}
.title_menu {
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.38px;
	color: rgba(0, 0, 0, 0.87);
	font-family: "Roboto", sans-serif;
}
breadcrumb-item + .breadcrumb-item::before {
	content: ">";
}
.navbar {
	padding: 20px 30px 0;
	top: 0;
	left: 0;
	transition: all ease-out 0.5s;
	width: 100%;
	border-top: 1px solid #b2b2b23b;
	border-bottom: 1px solid #b2b2b23b;
}
.navbar .navbar-brand img {
	max-width: 120px;
}
.navbar .navbar-toggler {
	outline: none;
}
.navbar .navbar-toggler-icon {
	color: #000;
}
.navbar ul.navbar-nav {
	margin-right: 5.2rem;
	margin-top: 9px;
}
.navbar ul.navbar-nav li {
	margin-left: 28px;
}
.navbar ul.navbar-nav li:first-child {
	margin-left: 0;
}
.navbar ul.navbar-nav li .nav-item.current {
	border-bottom: 3px solid #2ca94d;
	padding: 0 0;
}
.navbar ul.navbar-nav a {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.36;
	letter-spacing: 0.25px;
	text-align: center;
	color: rgba(0, 0, 0, 0.87) !important;
	font-family: "Roboto", sans-serif;
	margin-top: 0;
}
.navbar ul.navbar-nav a:hover {
	color: #22aa4c;
}
.navbar ul.navbar-nav .active {
	color: #000;
	border-bottom: 0px solid #2ca94d;
	padding: 12px 0;
}
.navbar .language .dropdown-toggle {
	color: #000;
	font-size: 14px;
	text-decoration: none;
}
.navbar .language .dropdown-menu {
	font-size: 14px;
	margin-right: 1.6rem;
	margin-top: -1.4rem;
	min-width: 8rem;
	border: none;
	box-shadow: 0 0 20px rgba(128, 123, 123, 0.05);
}
.navbar .language .dropdown-menu .dropdown-item.active,
.navbar .language .dropdown-menu .dropdown-item:active {
	color: #000;
	text-decoration: none;
	background-color: #f8f9fa;
}
.navbar .language i.fa-globe {
	margin-right: 3px;
}
.nav-scroll {
	background-color: #fff;
	opacity: 0.98;
	transition: all ease-out 0.6s;
	box-shadow: 0 0 10px rgba(128, 123, 123, 0.05);
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	animation: smoothScroll 0.8s forwards;
	z-index: 99999;
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-20px);
	}
	100% {
		transform: translateY(0px);
	}
}
.logo-resize {
	max-width: 90px !important;
}
.offcanvas-header {
	display: none;
}
.screen-overlay {
	height: 100%;
	z-index: 30;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(34, 34, 34, 0.6);
	transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in;
}
.screen-overlay.show {
	transition: opacity 0.5s ease, width 0s;
	opacity: 1;
	width: 100%;
	visibility: visible;
}
@media all and (max-width: 992px) {
	.offcanvas-header {
		display: block;
	}
	.mobile-offcanvas {
		visibility: hidden;
		transform: translateX(-100%);
		border-radius: 0;
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		z-index: 1200;
		width: 80%;
		overflow-y: scroll;
		overflow-x: hidden;
		transition: visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
	}
	.mobile-offcanvas.show {
		visibility: visible;
		transform: translateX(0);
	}
}
.offcanvas-header {
	display: none;
}
.screen-overlay {
	height: 100%;
	z-index: 30;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(34, 34, 34, 0.6);
	transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in;
}
.screen-overlay.show {
	transition: opacity 0.5s ease, width 0s;
	opacity: 1;
	width: 100%;
	visibility: visible;
}
@media all and (max-width: 992px) {
	.offcanvas-header {
		display: block;
	}
	.mobile-offcanvas {
		visibility: hidden;
		transform: translateX(-100%);
		border-radius: 0;
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		z-index: 1200;
		width: 80%;
		overflow-y: scroll;
		overflow-x: hidden;
		transition: visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
	}
	.mobile-offcanvas.show {
		visibility: visible;
		transform: translateX(0);
	}
}
.offcanvas-header {
	display: none;
}
.screen-overlay {
	height: 100%;
	z-index: 30;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(34, 34, 34, 0.6);
	transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in;
}
.screen-overlay.show {
	transition: opacity 0.5s ease, width 0s;
	opacity: 1;
	width: 100%;
	visibility: visible;
}
@media all and (max-width: 992px) {
	.offcanvas-header {
		display: block;
	}
	.mobile-offcanvas {
		visibility: hidden;
		transform: translateX(-100%);
		border-radius: 0;
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		z-index: 1200;
		width: 80%;
		overflow-y: scroll;
		overflow-x: hidden;
		transition: visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
	}
	.mobile-offcanvas.show {
		visibility: visible;
		transform: translateX(0);
	}
}
.offcanvas-header {
	display: none;
}
.screen-overlay {
	height: 100%;
	z-index: 30;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(34, 34, 34, 0.6);
	transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in;
}
.screen-overlay.show {
	transition: opacity 0.5s ease, width 0s;
	opacity: 1;
	width: 100%;
	visibility: visible;
}
@media all and (max-width: 992px) {
	.offcanvas-header {
		display: block;
	}
	.mobile-offcanvas {
		visibility: hidden;
		transform: translateX(-100%);
		border-radius: 0;
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		z-index: 1200;
		width: 80%;
		overflow-y: scroll;
		overflow-x: hidden;
		transition: visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
	}
	.mobile-offcanvas.show {
		visibility: visible;
		transform: translateX(0);
	}
}
.offcanvas-header {
	display: none;
}
.screen-overlay {
	height: 100%;
	z-index: 30;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(34, 34, 34, 0.6);
	transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in;
}
.screen-overlay.show {
	transition: opacity 0.5s ease, width 0s;
	opacity: 1;
	width: 100%;
	visibility: visible;
}
@media all and (max-width: 992px) {
	.offcanvas-header {
		display: block;
	}
	.mobile-offcanvas {
		visibility: hidden;
		transform: translateX(-100%);
		border-radius: 0;
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		z-index: 1200;
		width: 80%;
		overflow-y: scroll;
		overflow-x: hidden;
		transition: visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
	}
	.mobile-offcanvas.show {
		visibility: visible;
		transform: translateX(0);
	}
}
.offcanvas-header {
	display: none;
}
.screen-overlay {
	height: 100%;
	z-index: 30;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(34, 34, 34, 0.6);
	transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in;
}
.screen-overlay.show {
	transition: opacity 0.5s ease, width 0s;
	opacity: 1;
	width: 100%;
	visibility: visible;
}
@media all and (max-width: 992px) {
	.offcanvas-header {
		display: block;
	}
	.mobile-offcanvas {
		visibility: hidden;
		transform: translateX(-100%);
		border-radius: 0;
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		z-index: 1200;
		width: 80%;
		overflow-y: scroll;
		overflow-x: hidden;
		transition: visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
	}
	.mobile-offcanvas.show {
		visibility: visible;
		transform: translateX(0);
	}
}
.offcanvas-header {
	display: none;
}
.screen-overlay {
	height: 100%;
	z-index: 30;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(34, 34, 34, 0.6);
	transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in;
}
.screen-overlay.show {
	transition: opacity 0.5s ease, width 0s;
	opacity: 1;
	width: 100%;
	visibility: visible;
}
@media all and (max-width: 992px) {
	.navbar ul.navbar-nav li:first-child {
		margin-left: 0;
	}
	.probing {
		margin-bottom: 1rem;
	}
	.navbar ul.navbar-nav li {
		margin-left: 0;
	}
	.navbar ul.navbar-nav .active {
		padding: 13px;
		background-color: #cfd3da;
		border-bottom: none;
		margin-bottom: 7px;
		display: inline-block;
		width: 100%;
	}
	.navbar ul.navbar-nav {
		width: 100%;
	}
	.navbar ul.navbar-nav a {
		text-align: left;
		border-bottom: 1px solid #00000038;
	}
	.offcanvas-header {
		display: block;
	}
	.mobile-offcanvas {
		visibility: hidden;
		transform: translateX(-100%);
		border-radius: 0;
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		z-index: 1200;
		width: 80%;
		overflow-y: scroll;
		overflow-x: hidden;
		transition: visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
	}
	.mobile-offcanvas.show {
		visibility: visible;
		transform: translateX(0);
	}
}
.offcanvas-header {
	display: none;
}
.screen-overlay {
	height: 100%;
	z-index: 30;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	background-color: #fff;
	transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in;
}
.screen-overlay.show {
	transition: opacity 0.5s ease, width 0s;
	opacity: 0;
	width: 100%;
	visibility: visible;
}
@media all and (max-width: 992px) {
	.offcanvas-header {
		display: block;
	}
	.mobile-offcanvas {
		visibility: hidden;
		transform: translateX(-100%);
		border-radius: 0;
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		z-index: 1200;
		width: 80%;
		overflow-y: scroll;
		overflow-x: hidden;
		transition: visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
	}
	.mobile-offcanvas.show {
		visibility: visible;
		transform: translateX(25%);
		z-index: 999;
		background: #fff;
	}
}
.menu-mobile {
	margin-top: 2rem;
	border-bottom: 1px solid #b2b2b23b;
	padding: 0 15px;
}
.fa-bars {
	color: #717171;
}
.navbar ul.navbar-nav li.nav-item.current {
	border-bottom: 3px solid #2ca94d;
	padding: 0 0;
}
.teste-home {
	height: 100%;
	background: linear-gradient(180deg, #fff 10%, #fff 0%, #fff 18%, rgba(99, 111, 132, 0.1) 5%, rgba(99, 111, 132, 0.1) 20%);
}
.teste-home .border-statistics-right {
	border-right: 2px dotted #a6a6a6;
}
.teste-home .infos_testes {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.14;
	letter-spacing: 0.1px;
	text-align: right;
	padding-right: 15px;
}
.teste-home .infos_testes a {
	color: #000000;
}
.teste-home .container-fall {
	background-color: #fff;
	padding: 30px 0 0 66px;
	margin-bottom: 4rem;
}
.teste-home .container-fall .look-link a {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.14;
	letter-spacing: 0.1px;
	color: #006e1e;
}
.teste-home .container-fall h2 {
	font-family: "Roboto", sans-serif;
	font-size: 24px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #000000;
	text-align: left;
	margin-bottom: 2rem;
}
.teste-home .container-fall p {
	font-family: "Roboto", sans-serif;
	font-size: 30px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.1;
	letter-spacing: -0.64px;
	color: #181818;
}
.teste-home .container-fall .date-news {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.43;
	letter-spacing: 0.25px;
	color: rgba(0, 0, 0, 0.6);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 10px 0;
}
.teste-home .container-fall .vertical-center {
	display: flex;
	align-items: center;
	margin-bottom: -1rem;
}
.teste-home .container-fall .vertical-center p {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: 0.15px;
	color: #000000;
}
.teste-home .container-statistic {
	padding: 30px;
	margin-bottom: 4rem;
	margin-top: 6rem;
}
.teste-home .container-statistic .container-statistics {
	margin-bottom: 4rem;
}
.teste-home .container-statistic h2 {
	font-family: "Roboto", sans-serif;
	font-size: 24px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #000000;
	text-align: left;
	margin-bottom: 2rem;
}
.teste-home .container-statistic .vertical-center {
	display: flex;
	align-items: center;
	margin-bottom: -1rem;
}
.teste-home .container-statistic .number-statistics {
	font-family: "Roboto", sans-serif;
	font-size: 28px;
	font-weight: 200;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.38px;
	color: rgba(0, 0, 0, 0.87);
}
.teste-home .container-statistic .type-statistics {
	font-family: "Roboto", sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.38px;
	color: rgba(0, 0, 0, 0.87);
}
.teste-home .container-news {
	padding: 30px;
	margin-bottom: 4rem;
}
.teste-home .container-news .content-news {
	background-color: #fff;
	padding: 50px;
	margin-bottom: 10px;
	margin-top: 3rem;
}
.teste-home .container-news .content-news .type {
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: 2px;
	color: rgba(0, 0, 0, 0.51);
}

.teste-home .container-news .content-news .type a{
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: 2px;
	color: rgba(0, 0, 0, 0.51);
}
.teste-home .container-news .content-news .text-news {
	margin-top: 1rem;
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.38px;
	color: rgba(0, 0, 0, 0.87);
}
.teste-home .container-news .content-news .date-news {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.43;
	letter-spacing: 0.25px;
	color: rgba(0, 0, 0, 0.6);
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding: 10px 0;
}
.teste-home .container-news .content-news a {
	color: rgba(0, 0, 0, 0.87);
	font-size: 15px;
	margin-top: 1rem;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.38px;
	color: rgba(0, 0, 0, 0.87);
}
.teste-home .container-news .content-news p {
	color: rgba(0, 0, 0, 0.87);
	font-size: 15px;
	margin-top: 1rem;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.38px;
	color: rgba(0, 0, 0, 0.87);
}
.teste-home .container-news .content-news h2 {
	font-family: "Roboto", sans-serif;
	font-size: 24px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #000000;
	text-align: left;
	margin-bottom: 4rem;
}
.teste-home .container-news h2 {
	font-family: "Roboto", sans-serif;
	font-size: 24px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #000000;
	text-align: left;
	margin-bottom: 4rem;
}
.teste-home .container-news .vertical-center {
	display: flex;
	align-items: center;
	margin-bottom: -1rem;
}
.teste-home .container-news .number-statistics {
	font-family: "Roboto", sans-serif;
	font-size: 28px;
	font-weight: 200;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.38px;
	color: rgba(0, 0, 0, 0.87);
}
.teste-home .container-news .type-statistics {
	font-family: "Roboto", sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.38px;
	color: rgba(0, 0, 0, 0.87);
}
.teste-home .container-testes {
	text-align: center;
	margin-bottom: 1rem;
}
.teste-home .container-testes button {
	display: block;
	text-align: center;
	position: relative;
	background: transparent;
	color: #fff;
	margin: 0 auto;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.14;
	letter-spacing: 0.1px;
	text-align: center;
}
.teste-home .container-testes input {
	padding: 11px 11px 14px 12px;
	border-radius: 3px;
	background-color: rgba(255, 255, 255, 0.3);
	border: none;
	width: 100%;
	color: #fff;
	margin-bottom: 1rem;
}
.teste-home .container-testes *::placeholder {
	color: #fff;
}
.teste-home .container-testes label {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.54;
	letter-spacing: 0.09px;
	text-align: center;
	color: rgba(0, 0, 0, 0.7);
}
.teste-home .container-testes .text-desc {
	font-size: 19px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.38px;
	text-align: center;
	color: rgba(0, 0, 0, 0.87);
	margin-top: 1rem;
}
.teste-home .container-testes .btn-info {
	background-color: transparent;
	border: none;
}
.teste-home .container-testes .content-first {
	font-size: 14px;
	padding: 50px;
	height: 304px;
	background: #fff;
	-webkit-box-shadow: 0px 78px 47px -3px rgba(214, 214, 214, 0.68);
	-moz-box-shadow: 0px 78px 47px -3px rgba(214, 214, 214, 0.68);
	box-shadow: 0px 78px 47px -3px rgba(214, 214, 214, 0.68);
}
.teste-home .container-testes .content-first .icone {
	width: 110px;
	height: 110px;
}
.teste-home .container-testes .content-test-default {
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px;
	padding: 50px;
	height: 304px;
}
.teste-home .container-testes .content-test-default .icone {
	width: 110px;
	height: 110px;
}
.teste-home .container-testes .content-three .icone {
	width: 110px;
	height: 110px;
}
.teste-home .container-testes .content-three .contains-button {
	margin-top: 7rem;
}
.teste-home .container-testes .color-1 {
	background: #22aa4c;
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px;
	padding: 50px;
	height: 304px;
}
.teste-home .container-testes .color-2 {
	background-color: #00a9ff;
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px;
	padding: 50px;
	height: 304px;
}
.teste-home .container-testes .color-3 {
	background-color: #9930ff;
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px;
	padding: 50px;
	height: 304px;
}
.teste-home .content-test-default {
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px;
	padding: 50px;
	height: 304px;
}
.teste-home .header-text h1 {
	font-family: "Roboto", sans-serif;
	font-size: 30px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.1;
	letter-spacing: -0.38px;
	text-align: center;
	color: #000000;
	padding: 0 100px;
	margin-bottom: 2rem;
}
.border-banner {
	border-right: 2px solid #999999;
	border-left: 2px solid #999999;
	border-top: 2px solid #999999;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: 2.33px;
	text-align: center;
	text-align: center;
	color: transparent;
	margin: 0 auto;
	color: transparent;
}
.btn-content {
	margin-top: 4rem;
}
.btn-content .title-btn {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: 2.33px;
	text-align: center;
	color: #000000;
	text-transform: uppercase;
}
.btn-content .btn-info {
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: 2px;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
}
.btn-content .btn-info:hover {
	transform: translateY(-5px);
	text-decoration: none;
}
.btn-content .color-one {
	background-color: #007aff;
	border-color: #007aff;
	height: 54px;
	width: 185px;
	padding: 19px 0;
}
.btn-content .color-one:hover {
	background-color: #004bff;
	border-color: #004bff;
	color: #fff !important;
}
.btn-content .color-two {
	background-color: #00a68d;
	border-color: #00a68d;
	height: 54px;
	width: 185px;
	padding: 19px 0;
}
.btn-content .color-two:hover {
	background-color: #008979;
	border-color: #008979;
	color: #fff !important;
}
.btn-content .color-two:before {
	left: calc(20% - -8px);
	right: auto;
	content: "";
	position: relative;
	border: 1px solid #999999;
	top: -38px;
}
.btn-content .color-tree {
	width: 185px;
	height: 54px;
	padding: 19px 0;
	background-color: #e4831a;
	border-color: #e4831a;
}
.btn-content .color-tree:hover {
	background-color: #e44e1a;
	border-color: #e44e1a;
	color: #fff !important;
}
.page-content .intro {
	margin-bottom: 2rem;
	opacity: 0.7;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 0.15px;
	color: #000000;
}
.page-content .intro div {
	margin-bottom: 2rem;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 0.15px;
	color: #000000;
}
.page-content h2 {
	font-family: "Roboto", sans-serif;
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.1;
	letter-spacing: 0.22px;
	color: #000000;
	margin-bottom: 2rem;
	margin-top: 2rem;
}
.page-content p {
	opacity: 0.7;
	font-family: "Roboto", sans-serif !important;
	font-size: 16px !important;
	font-weight: normal !important;
	font-stretch: normal !important;
	font-style: normal !important;
	line-height: 1.5 !important;
	letter-spacing: 0.15px !important;
	color: #000000 !important;
}
.page-content .nicedate div {
	font-family: "Roboto", sans-serif !important;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.43;
	letter-spacing: 0.25px;
	color: rgba(0, 0, 0, 0.6);
	margin-bottom: 3rem;
}
.teste-interna {
	height: 100%;
}
.teste-interna .container-loading {
	margin-bottom: 6rem;
}
.teste-interna .jsless {
	margin-top: 4rem;
}
.teste-interna .header-text h1 {
	font-family: "Roboto", sans-serif;
	font-size: 48px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.06;
	letter-spacing: -1.03px;
	color: #000000;
	padding: 100px 0 30px;
}
.teste-interna .header-text p {
	font-family: "Roboto", sans-serif;
	padding: 0 0 0px;
	opacity: 0.7;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: -0.26px;
	color: rgba(0, 0, 0, 0.87);
}
.teste-interna .container-resultado {
	background-color: #f3f4f6;
	padding: 40px;
	text-align: center;
	margin-bottom: 8rem;
}
.teste-interna .container-resultado .text-resultado {
	font-family: "Roboto", sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.38px;
	text-align: center;
	color: rgba(0, 0, 0, 0.87);
}
.teste-interna .container-resultado .desc-resultado {
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.17;
	letter-spacing: 0.29px;
	text-align: center;
	color: #000000;
}
footer {
	color: #fff;
	padding: 50px 55px;
	width: 100%;
	bottom: 0;
	position: relative;
	z-index: 99;
	border-bottom: 1px solid #0e0e0e54;
	background: rgba(241, 243, 244, 0.55);
}
footer .title-footer {
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.23;
	letter-spacing: 1.87px;
	color: rgba(0, 0, 0, 0.87);
	text-transform: uppercase;
}
footer .title-footer a {
	font-size: 13px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.23;
	letter-spacing: 1.87px;
	color: rgba(0, 0, 0, 0.87);
	text-transform: uppercase;
}
footer a {
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.23;
	letter-spacing: 0.09px;
	color: rgba(0, 0, 0, 0.6);
	padding: 6px;
}
footer a:hover {
	color: #2ca94d;
	transform: translateY(-1px);
	text-decoration: none;
}
footer .title-politica {
	color: #fff;
	font-weight: 100;
	border-top: 1px solid #fff;
	margin-top: 20px;
	padding-top: 10px;
}
footer .desc-politica {
	font-weight: 400;
	margin-bottom: 0;
	margin-top: 0;
	font-size: 12px;
}
.logos-footer {
	background-color: #f1f3f4;
	padding: 50px 55px;
	width: 100%;
	bottom: 0;
	position: relative;
	z-index: 99;
	color: #000;
}
.logos-footer img {
	padding: 0 13px;
}
.logos-footer .divisor-logo {
	width: 1px;
	height: 50px;
	opacity: 0.12;
	background-color: rgba(0, 0, 0, 0.87);
	margin-top: -10px;
	margin-left: 20px;
	margin-right: 20px;
}
.logos-footer .title-footer {
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.23;
	letter-spacing: 1.87px;
	color: rgba(0, 0, 0, 0.87);
	text-transform: uppercase;
}
.logos-footer .content-iniciativa {
	font-family: "Roboto", sans-serif;
	opacity: 0.7;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.23;
	letter-spacing: 0.43px;
	color: rgba(0, 0, 0, 0.87);
}
.social-icons {
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	margin-top: 20px;
	padding-top: 25px;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.1em;
	font-family: "Roboto", sans-serif;
}
.social-icons .text-siga {
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.23;
	letter-spacing: 1.87px;
	color: rgba(0, 0, 0, 0.87);
	display: inline-block;
	margin-bottom: 1rem;
}
.social-icons ul {
	display: inline-block;
}
.social-icons ul li {
	display: inline-block;
}
.social-icons ul li a:hover {
	text-decoration: none;
}
.social-icons ul .fab,
.social-icons ul .fas {
	margin-right: 6px;
	cursor: pointer;
	font-size: 18px;
	text-decoration: none;
	transition: all 0.15s ease;
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	color: #000;
}
.social-icons ul .fab:hover,
.social-icons ul .fas:hover {
	transform: scale(1.1) !important;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
.infos-footer {
	margin-top: 20px;
	padding-top: 25px;
	padding-bottom: 5px;
}
.infos-footer ul li {
	display: inline;
	padding: 0 20px;
}
.infos-footer ul li a {
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 2;
	letter-spacing: 0.09px;
	color: rgba(0, 0, 0, 0.6);
}
.infos-footer ul li a:hover {
	color: #fff;
	transform: translateY(-5px);
	text-decoration: none;
}
.infos-footer .nic-cnpj {
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: 0.1px;
	color: rgba(0, 0, 0, 0.82);
}
.border-footer {
	width: 1px;
	height: 45px;
	display: inline-block;
	position: relative;
	margin-top: -8px;
	opacity: 0.12;
	background-color: rgba(0, 0, 0, 0.87);
}
.border-footer {
	border-right: 1px solid #000;
}
.page-link {
	border: none;
	color: rgba(0, 0, 0, 0.6);
}
.page-item.active .page-link {
	z-index: 1;
	background-color: transparent;
	color: #2ca94d;
}
.text-contato {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.71;
	letter-spacing: 0.1px;
	text-align: right;
	color: rgba(0, 0, 0, 0.7);
	text-transform: none;
}

.text-contato a{
	color: rgba(0, 0, 0, 0.7);
}

.visuallyhidden,
.hidden {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.hidethis {
	display: none !important;
}
div[aria-hidden="true"] {
	display: none;
}
.testresults .panel-content p {
	font-weight: normal;
}
.testresults h4 {
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	font-weight: 700;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: -0.26px;
	color: #000;
	margin-top: 1rem;
}
.testresults p {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: -0.26px;
	color: rgba(0, 0, 0, 0.67);
}
.testresults .test-subsection {
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.17;
	letter-spacing: 0.29px;
	color: #000000;
	padding: 40px 0px 40px 96px;
}

.testresults ul {
	padding: 0;
	list-style-type: disc;
	padding-left: 1.5em;
}

.testresults ul ul li{
	list-style-type: circle;
}

.testresults h2{
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.17;
	letter-spacing: 0.29px;
	color: #000000;
}


.error-test-site {
	font-family: "Roboto", sans-serif;
	font-size: 48px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.06;
	letter-spacing: -1.03px;
	color: #000000;
	padding: 100px 0 30px;
}
.name-servers h2 {
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.17;
	letter-spacing: 0.29px;
	color: #000000;
}
.panel-button-show {
	background-color: transparent;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: 0.15px;
	color: #000000;
}
.panel-button-show:before {
	content: "»";
	display: inline-block;
	position: relative;
}
.panel-button-hide {
	background-color: transparent;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: 0.15px;
	color: #000000;
}
.panel-button-hide:before {
	content: "»";
	display: inline-block;
	position: relative;
}
.testresult h3 {
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.17;
	letter-spacing: 0.29px;
	color: #000000;
	margin-bottom: 0;
}
.testresult a {
	color: #000000;
}
.testresult .panel-heading {
	padding: 24px 20px 1px 24px;
	background-color: #f3f4f6;
}
.result .topicos-list .passed:before {
	content: "\f581";
	height: 24px;
	width: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #28a74d;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-size: 35px;
	margin: 0 30px;
}
.result .topicos-list .failed:before {
	content: "\f119";
	height: 40px;
	width: 40px;
	font-family: "Font Awesome 5 Free";
	color: #ff0c3e;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-weight: 900;
	font-size: 34px;
	margin: 0 30px;
}
.result .topicos-list .warning:before {
	content: "\f06a";
	height: 40px;
	width: 40px;
	font-family: "Font Awesome 5 Free";
	color: #6c6c6c;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-weight: 900;
	margin: 0 30px;
	font-size: 34px;
	color: rgb(230, 183, 1);
}
.result .topicos-list .not-tested:before {
	content: "";
	height: 40px;
	width: 0;
	font-family: "Font Awesome 5 Free";
	color: #6c6c6c;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-weight: 900;
	background-image: url("/static/img/icon-action-offline-bolt-24-px.svg");
	margin: 0 30px;
}
.result .topicos-list .info:before {
	content: "\f05a";
	height: 40px;
	width: 0;
	font-family: "Font Awesome 5 Free";
	color: #0076f8;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-weight: 900;
	margin: 0 30px;
	font-size: 34px;
}
.result .topicos-list .error:before {
	content: "\f057";
	height: 40px;
	width: 0;
	font-family: "Font Awesome 5 Free";
	color: #ff0c3e;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-weight: 900;
	margin: 0 30px;
	font-size: 34px;
}
.result .panel-heading .passed:before {
	content: "\f581";
	height: 24px;
	width: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #28a74d;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-size: 16px;
}
.result .panel-heading .failed:before {
	content: "\f119";
	height: 24px;
	width: 0;
	font-family: "Font Awesome 5 Free";
	color: #ff0c3e;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-weight: 900;
	background-image: none;
	font-size: 16px;
}
.result .panel-heading .warning:before {
	content: "\f06a";
	height: 24px;
	width: 0;
	font-family: "Font Awesome 5 Free";
	color: #6c6c6c;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-weight: 900;
	background-image: none;
	font-size: 16px;
	color: rgb(230, 183, 1);
}
.result .panel-heading .not-tested:before {
	content: "\f3ed";
	height: 40px;
	width: 0;
	font-family: "Font Awesome 5 Free";
	color: #6c6c6c;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-weight: 900;
	background-image: none;
	font-size: 16px;
}
.result .panel-heading .info:before {
	content: "\f05a";
	height: 40px;
	width: 0;
	font-family: "Font Awesome 5 Free";
	color: #0076f8;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-weight: 900;
	background-image: none;
	font-size: 16px;
}
.result .panel-heading .error:before {
	content: "\f057";
	height: 40px;
	width: 0;
	font-family: "Font Awesome 5 Free";
	color: #ff0c3e;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-weight: 900;
	background-image: none;
	font-size: 16px;
}
.container-resultado {
	height: 100%;
}
.container-resultado .topicos-list {
	padding: 0 0 0;
}
.container-resultado .topicos-list p {
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: 0.15px;
	color: #000000;
	display: inline-block;
}
.container-resultado .testresults {
	border-bottom: 2px dotted #979797;
	padding: 0 0 5rem;
	margin-bottom: 5rem;
}
.container-resultado .resultado_collapse {
	padding: 5px 0;
}
.container-resultado .resultado_collapse .panel-content {
	padding: 1px 20px 20px 63px;
	background-color: #f3f4f6;
	margin-bottom: 1em;
}

.container-resultado .resultado_collapse .panel-content p{

	font-family: sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: 0.15px;
	color: #000000;
	display: block;
}

.container-resultado .resultado_collapse .panel-content a{
	text-decoration: none;
	cursor: pointer;
	color: #22aa4c;
}

.container-resultado .resultado_collapse .test-subsection {
	font-family: "Roboto", sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.38px;
	color: rgba(0, 0, 0, 0.87);
}
.container-resultado .resultado_collapse .panel-group {
	margin-bottom: 1rem;
}
.container-resultado .resultado_collapse .panel-group .vertical-center {
	display: flex;
	align-items: center;
	margin-bottom: -1rem;
	padding-bottom: 0;
}
.container-resultado .resultado_collapse .panel-group .vertical-center img {
	margin-top: -1rem;
}
.container-resultado .resultado_collapse .panel-group .vertical-center p {
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.17;
	letter-spacing: 0.29px;
	color: #000000;
}
.container-resultado .resultado_collapse .panel-group .vertical-center .fa-chevron-down {
	cursor: pointer;
}
.container-resultado .resultado_collapse .panel-group .panel-heading {
	padding: 24px 20px 20px 24px;
	background-color: #f3f4f6;
}
.container-resultado .resultado_collapse .panel-group .panel-body {
	padding: 24px 20px 20px 55px;
	background-color: #f3f4f6;
	margin-bottom: 1em;
}
.container-resultado .resultado_collapse .panel-group .panel-body .desc-collapse {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: -0.26px;
	color: rgba(0, 0, 0, 0.67);
}
.container-resultado .resultado_collapse .text-topicos {
	font-family: "Roboto", sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.38px;
	color: rgba(0, 0, 0, 0.87);
}
.container-resultado .resultado_collapse .text-topicos_content {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: -0.26px;
	color: rgba(0, 0, 0, 0.87);
}
.container-resultado .resultado_collapse .name-servers {
	padding: 40px 0px 40px 135px;
}
.container-resultado .resultado_collapse .name-servers h2 {
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.17;
	letter-spacing: 0.29px;
	color: #000000;
}
.container-resultado .resultado_collapse .name-servers .show-details {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.14;
	letter-spacing: 0.1px;
	text-align: right;
	color: #000000;
}
.container-resultado .resultado_collapse .name-servers .show-details a {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.14;
	letter-spacing: 0.1px;
	text-align: right;
	color: #000000;
}
.container-resultado .resultado_collapse .name-servers .panel-button-hide {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.14;
	letter-spacing: 0.1px;
	text-align: right;
	color: #000000;
}
.container-resultado .resultado_collapse .name-servers .panel-button-hide:after {
	content: "»";
	display: inline-block;
	position: relative;
}
.container-resultado .resultado_collapse .name-servers .panel-button-show {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.14;
	letter-spacing: 0.1px;
	text-align: right;
	color: #000000;
}
.container-resultado .resultado_collapse .name-servers .panel-button-show:after {
	content: "»";
	display: inline-block;
	position: relative;
}
.container-resultado .content-again-test {
	border-top: 2px dotted #979797;
	padding: 30px 0;
}
.container-resultado .content-again-test .btn-dark {
	background-color: rgba(0, 0, 0, 0.87);
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.23;
	letter-spacing: normal;
	text-align: center;
	color: #fefbfb;
	padding: 11px 13px 10px;
}
.container-resultado .content-again-test .btn-dark a {
	color: #fefbfb;
}
.container-resultado .list-results-test {
	text-align: center;
	border-bottom: 1px solid #23aa4c57;
	padding: 30px;
}
.container-resultado .list-results-test p {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.36;
	letter-spacing: 0.25px;
	text-align: center;
	color: rgba(0, 0, 0, 0.87);
}
.container-resultado .bg-resultado {
	background-color: #f3f4f6;
}
.container-resultado .bg-resultado .progress {
	border-radius: 0;
	background-color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 24px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.38px;
	color: #ffffff;
	margin-bottom: 2rem;
}
.container-resultado .bg-resultado .progress .progress-bar {
	background-color: #28a74d;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}
.container-resultado .bg-resultado .vertical-center {
	align-items: center;
	margin-bottom: -1rem;
	padding-bottom: 0;
}
.container-resultado .bg-resultado .vertical-center img {
	margin-top: -2.8rem;
	width: 0;
	height: 24px;
	object-fit: contain;
}
.container-resultado .bg-resultado .vertical-center p {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: 0.15px;
	color: #000000;
}
.container-resultado .bg-resultado .vertical-center a {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: 0.15px;
	color: #000000;
	cursor: pointer !important;
	text-decoration: underline;
	-webkit-text-decoration-color: #0c0c0c3d;
	text-decoration-color: #0c0c0c3d;
}
.container-resultado .bg-resultado .vertical-center .passed:before {
	content: "\f581";
	height: 24px;
	width: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #28a74d;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.container-resultado .bg-resultado .vertical-center .failed:before {
	content: "\f119";
	height: 24px;
	width: 0;
	font-family: "Font Awesome 5 Free";
	color: #ff0c3e;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-weight: 900;
}
.container-resultado .bg-resultado .vertical-center .warning:before {
	content: "\f06a";
	height: 24px;
	width: 0;
	font-family: "Font Awesome 5 Free";
	color: rgb(230, 183, 1);
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-weight: 900;
}
.container-resultado .bg-resultado .vertical-center .info:before {
	content: "\f05a";
	height: 24px;
	width: 0;
	font-family: "Font Awesome 5 Free";
	color: #0076f8;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-weight: 900;
}
.container-resultado .bg-resultado .vertical-center .error:before {
	content: "\f057";
	height: 24px;
	width: 0;
	font-family: "Font Awesome 5 Free";
	color: #ff0c3e;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-weight: 900;
	width: 24px !important;
}
.container-resultado .header-text h1 {
	font-family: "Roboto", sans-serif;
	font-size: 48px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.06;
	letter-spacing: -1.03px;
	color: #000000;
	padding: 100px 0 30px;
}
.container-resultado .header-text a {
	font-family: "Roboto", sans-serif;
	font-size: 36px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.08;
	letter-spacing: -0.77px;
	color: #22aa4c;
}
.container-resultado .header-text p {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: -0.26px;
	color: rgba(0, 0, 0, 0.87);
	padding: 0 0 30px;
}
.container-resultado .container-resultado {
	background-color: #f3f4f6;
	padding: 40px;
	text-align: center;
	margin-bottom: 8rem;
}
.container-resultado .container-resultado .text-resultado {
	font-family: "Roboto", sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.38px;
	text-align: center;
	color: rgba(0, 0, 0, 0.87);
}
.container-resultado .container-resultado .desc-resultado {
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.17;
	letter-spacing: 0.29px;
	text-align: center;
	color: #000000;
}
.container_resultado-teste {
	background: #fff;
}
.container_resultado-teste .container-testes .text-desc {
	margin-bottom: 1rem !important;
}
.wide h1 {
	font-family: "Roboto", sans-serif;
	font-size: 48px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.06;
	letter-spacing: -1.03px;
	color: #000000;
	padding: 0 0 30px;
	margin-top: 5rem;
}
.title-and-explanation h1 {
	font-family: "Roboto", sans-serif;
	font-size: 48px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.06;
	letter-spacing: -1.03px;
	color: #000000;
	padding: 0 0 30px;
	margin-top: 5rem;
}
.other-tests {
	padding: 80px 100px;
	border-top: 2px dotted #979797;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.14;
	letter-spacing: 0.1px;
	color: #000000;
}
.other-tests h3 {
	font-family: "Roboto", sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.38px;
	color: rgba(0, 0, 0, 0.87);
}
.other-tests ul {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.other-tests li {
	font-weight: 700;
}
.other-tests li a :before {
	content: "»";
	display: inline-block;
	position: relative;
	margin-right: 10px;
}
.other-tests p {
	margin-bottom: 0;
}
.resultado_collapse .passed:before {
	content: "\f058";
	height: 50px;
	width: 50px;
	font-family: "Font Awesome 5 Free";
	font-weight: 300;
	color: #28a74d;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.resultado_collapse .failed:before {
	content: "\f057";
	height: 50px;
	width: 50px;
	font-family: "Font Awesome 5 Free";
	color: #ff0c3e;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-weight: 300;
}
.resultado_collapse .warning:before {
	content: "\f06a";
	height: 50px;
	width: 50px;
	font-family: "Font Awesome 5 Free";
	color: rgba(228, 78, 26, 0.87);
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-weight: 900;
	font-size: 18px;
}
#testresults-overview h1 {
	font-family: "Roboto", sans-serif;
	font-size: 48px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.06;
	letter-spacing: -1.03px;
	color: #000000;
	padding: 100px 0 30px;
}
#testresults-overview p {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: 0.15px;
	color: #000000;
}
#testresults-overview span {
	font-weight: normal;
}
.timestamp a {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: 0.15px;
	color: #000000;
}
.main-items a {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: 0.15px;
	color: #000000;
	padding: 0 0 30px;
	display: inline-block;
}
.main-items .passed:before {
	width: 24px !important;
}
.main-items .warning:before {
	width: 24px !important;
}
.main-items .failed:before {
	width: 24px !important;
}
.main-items .info:before {
	width: 24px !important;
}
.main-items .not-tested:before {
	width: 24px !important;
}
.reruntest span {
	font-weight: normal;
}
.testresults-percentage .progress-bar {
	background-color: #28a74d;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}

.testresults-percentage .progress {
	border-radius: 0;
	background-color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 24px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.38px;
	color: #ffffff;
	margin-bottom: 2rem;
	height: 42px !important;
}
.input {
	padding: 11px 11px 14px 12px;
	border-radius: 3px;
	background-color: rgba(150, 150, 150, 0.4);
	border: none;
	width: 100%;
	color: #000;
	margin-bottom: 1rem;
}
.block {
	margin-bottom: 5rem;
}
@media (max-width: 520px) {
	.container-resultado .bg-resultado .vertical-center a {
		display: block;
		padding-bottom: 15px !important;
		font-size: 11px;
		width: 90%;
	}
	.topicos-list .text-topicos {
		padding: 30px;
	}
	.topicos-list .text-topicos_content {
		padding: 0 30px;
	}
	.result .topicos-list .panel-heading .passed:before {
		margin: 0 0;
	}
	.result .topicos-list .panel-heading .warning:before {
		margin: 0 0;
	}
	.result .topicos-list .panel-heading .failed:before {
		margin: 0 0;
	}
	.result .topicos-list .panel-heading .info:before {
		margin: 0 0;
	}
	.result .topicos-list .panel-heading .not-tested:before {
		margin: 0 0;
	}
	.result .topicos-list .panel-heading .error:before {
		margin: 0 0;
	}
	.container-resultado .topicos-list p {
		font-size: 13px;
	}
	.fa-chevron-down {
		margin-top: 3px;
	}
	.testresults .test-subsection {
		padding: 40px 0px 40px 49px;
	}
	.text-topicos {
		font-size: 26px;
	}
	.content-first div {
		font-size: 14px;
	}
	.content-first p {
		font-size: 14px;
	}
	.teste-home .container-news .content-news {
		padding: 15px;
	}
	.logos-footer {
		padding: 50px 5px;
	}
}
.teste-content-text {
	font-size: 14px;
}
.faq-report h2 {
	margin-bottom: 2rem;
}

.faq-report h3 {
	font-family: "Roboto", sans-serif;
	font-size: 22px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.06;
	letter-spacing: -1.03px;
	color: #000000;
	padding: 0 0 10px;
}


.faq-test {
	font-family: "Roboto", sans-serif;
	margin-bottom: 1rem;
	margin-top: 1rem;
}
.faq-test .fa-check-circle {
	color: #28a74d;
}
.faq-test .fa-times-circle {
	color: #ff0c3e;
}
.faq-test .fa-exclamation-circle {
	color: rgb(230, 183, 1);
}
.faq-test .fa-info-circle {
	color: #0076f8;
}
.faq-test .fa-shield-alt {
	color: #6c6c6c;
}
.faq-subtest {
	font-family: "Roboto", sans-serif;
	margin-bottom: 1rem;
	margin-top: 1rem;
}
.faq-subtest .fa-check-circle {
	color: #28a74d;
}
.faq-subtest .fa-times-circle {
	color: #ff0c3e;
}
.faq-subtest .fa-exclamation-circle {
	color: rgb(230, 183, 1);
}
.faq-subtest .fa-info-circle {
	color: #0076f8;
}
.faq-subtest .fa-shield-alt {
	color: #6c6c6c;
}
.container-news {
	height: 100%;
	padding: 0 15px;
}
.container-news h1 {
	font-family: "Roboto", sans-serif;
	font-size: 48px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.06;
	letter-spacing: -1.03px;
	color: #000000;
	padding: 0 0 30px;
}
.container-news p {
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: 200;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: 0.15px;
	color: #000000;
}
.page-news {
	background: linear-gradient(180deg, #f8f8f8 20%, #f8f8f8 0%, #fff 35%, rgba(99, 111, 132, 0.1) 35%, rgba(99, 111, 132, 0.1) 35%);
}
.page-news .container-news {
	padding: 30px;
	margin-bottom: 0;
}
.color-hallfame {
	background-color: #f3f4f6;
}
.color-hallfame .block {
	margin-bottom: 3em;
}
.color-hallfame .fa-check-circle {
	color: #28a74d;
	font-size: 30px;
	margin-top: 4px;
}
.color-hallfame .titulo-resultado {
	font-family: "Roboto", sans-serif;
	font-size: 30px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.1;
	letter-spacing: -0.64px;
	color: #181818;
}
.color-hallfame .hof-content {
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.17;
	letter-spacing: 0.29px;
	color: #000000;
	margin-bottom: 4rem;
	display: inline-block;
}

.hof-content h1{
	font-family: "Roboto", sans-serif;
	font-size: 48px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.06;
	letter-spacing: -1.03px;
	color: #000000;
	padding: 20px 0 10px;
	border-bottom: 2px dotted #979797;
	margin-bottom: 1rem;
}

.hof-content h2{
	font-family: "Roboto", sans-serif;
	font-size: 38px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.06;
	letter-spacing: -1.03px;
	color: #000000;
	padding: 20px 0 10px;
	border-bottom: 2px dotted #979797;
	margin-bottom: 1rem;
}

.hof-content ol li{
	margin-bottom: 15px;
}

.color-hallfame .hall-of-fame a {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.14;
	letter-spacing: 0.1px;
	color: #000000;
}
.color-hallfame .title-hallfame {
	font-family: "Roboto", sans-serif;
	font-size: 48px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.06;
	letter-spacing: -1.03px;
	color: #000000;
	padding: 100px 0 30px;
	border-bottom: 2px dotted #979797;
	margin-bottom: 3rem;
}
.color-hallfame .hall-of-fame {
	margin-bottom: 4rem;
}
.color-hallfame .flexblock {
	display: inline-block;
	width: 100%;
}
.color-hallfame .box-resultados-texto {
	margin-bottom: 5rem;
}
.perfect-scores-list {
	margin-bottom: 5rem;
	margin-top: 5rem;
}
.perfect-scores-list ul li a {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.81;
	letter-spacing: 0.15px;
	color: #000000;
}

code {
	font-size: 1.1em;
	background: #E2E2E2;
	padding-left: .2em;
	padding-right: .2em;
	color: #000;
}

table td, table th {
	padding-right: 1em;
	text-align: left;
	word-break: break-word;
	font-size: 100%;
	border: 1px solid #d3d3d3d9;
	padding: 10px;
}

#panel-5 td {
    display: block;
}

.nav-item a:hover {
	color: #000;
	border-bottom: 3px solid #2ca94d;
}

.container-news h2{
	font-family: "Roboto", sans-serif;
	font-size: 32px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.06;
	letter-spacing: -1.03px;
	color: #000000;
	padding: 0 0 10px;
}

article.block.wide.container h2{
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.06;
	letter-spacing: -1.03px;
	color: #000000;
	padding: 0 0 10px;
}

.badget-tile{
	padding-top: 0.5rem;
	display: inline-block;
}

.content-badges .fa-check-circle {
	color: #28a74d;
	font-size: 30px;
	margin-top: 4px;
}
.content-badges .titulo-resultado {
	font-family: "Roboto", sans-serif;
	font-size: 30px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.1;
	letter-spacing: -0.64px;
	color: #181818;
}


h1{
	font-family: "Roboto", sans-serif;
	font-size: 48px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.06;
	letter-spacing: -1.03px;
	color: #000000;
	padding: 0 0 30px;
}

h2{
	font-family: "Roboto", sans-serif;
	font-size: 30px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.06;
	letter-spacing: -1.03px;
	color: #000000;
	padding: 0 0 10px;
}

h3 {
	font-family: "Roboto", sans-serif;
	font-size: 22px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.06;
	letter-spacing: -1.03px;
	color: #000000;
	padding: 0 0 10px;
}


h4 {
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.06;
	letter-spacing: -1.03px;
	color: #000000;
	padding: 0 0 10px;
}

h5 {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.06;
	letter-spacing: -1.03px;
	color: #000000;
	padding: 0 0 10px;
}

h6 {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.06;
	letter-spacing: -1.03px;
	color: #000000;
	padding: 0 0 10px;
}


article.block.wide.container li{
	list-style: disc;
	margin-left: 1.2rem;
}

article.block.wide.container ul ul li{
	list-style: circle;
}

textarea#css-block {
	width: 630px;
	height: 180px;
}

textarea#html-block {
	width: 630px;
	height: 180px;
}

blockquote {
	padding-top: .5em;
	border-top: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	margin: 2em 3em 2em 2em;
	font-size: 95%;
}

.content-privacy table td, table th {
	
	border-bottom: 1px solid #dee2e6;
	font-size: 20px;
}

.tech-details-table {
	font-family: monospace;
	padding-left: 0.5rem;
	margin-bottom: 1rem;
	overflow-x: auto;
}


.content-privacy  td .bold {
	font-weight: 700;
}

.content-privacy  table{
	margin-bottom: 2rem;
	margin-left: 0.2rem;
}

.teste-home .container-fall .top-home-title{
	font-family: "Roboto", sans-serif;
	font-size: 36px !important;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.06;
	letter-spacing: -1.03px;
	color: #000000;
	padding: 0 0 30px;
}

.halloffame-container p{
	font-size: 22px !important;
}

article ul, .hall-of-fame .intro .hof-content ul {
	padding-left: 1.5em;
	list-style-type: disc;
}

article ul, .hall-of-fame .intro .hof-content ul {
	padding-left: 1.5em;
	list-style-type: disc;
}

article ul ul, .hall-of-fame .intro .hof-content ul ul {
	list-style-type: circle;
	margin-bottom: 0;
}

article ul ul, .hall-of-fame .intro .hof-content ul li {
	margin-bottom: 1.1rem;
}

.container-loading li.probing{
	list-style-type: none;
	margin-bottom: 2rem;
}

.links-externos {
	border-bottom: 2px dotted #979797;
	padding-bottom: 4rem;
}

.links-externos .box-links {
	background: #f3f4f6;
	padding: 35px 30px 20px;
}

.links-externos .box-links h2 {
	font-weight: bold;
	padding-bottom: 0;
	margin-bottom: 0;
}

.links-externos .box-links h3 {
	margin-bottom: 0;
	font-size: 20px;
	margin-top: 27px;
}



.links-externos .box-links ul {
	list-style: disc;
	padding-left: 1.25rem;
}

.links-externos .box-links ul:first-child {
	list-style: none;
}




/*MOBILE*/

@media (max-width: 1024px) {
	.bg-02 .title_bg-02_1 {
		font-size: 30px;
	}
	.destaque-card .destaque-detalhes {
		padding: 15px 10px;
	}
	.carousel-indicators {
		margin-bottom: 4.8rem !important;
	}
	.carrossel {
		background-size: contain;
	}
}
@media (max-width: 992px) {
	.teste-home .header-text h1 {
		padding: 10px;
		font-size: 26px;
	}
	.teste-home .container-fall {
		padding: 30px 0 0 0;
	}
	.container-resultado .topicos-list .modern-address .panel-group .vertical-center p {
		font-size: 10px;
	}
	.modern-address .name-servers {
		padding: 20px;
	}
	.infos-footer .float-right {
		float: left !important;
	}
	.infos-footer ul li {
		padding: 5px 0;
	}
	.teste-home {
		background: linear-gradient(180deg, #fff 47%, #fff 0%, #fff 35%, rgba(99, 111, 132, 0.1) 35%, rgba(99, 111, 132, 0.1) 35%);
	}
	.border-statistics-right {
		border-right: none !important;
	}
	footer .social-icons ul {
		margin-left: 0px;
		margin-top: 5px;
	}
	.navbar .navbar-collapse {
		margin-left: 20px;
	}
	.navbar .navbar-collapse ul.navbar-nav {
		margin-right: 3rem;
	}
	.navbar .navbar-collapse ul.navbar-nav li {
		margin-left: 0 !important;
		margin-top: 15px;
	}
	.navbar .navbar-collapse .language {
		font-size: 14px;
		margin-top: 20px;
	}
	.navbar .navbar-collapse .language li {
		margin-top: 8px;
	}
	.navbar .navbar-collapse .language li a {
		color: #000;
		padding: 0;
	}
	.logos-footer .title-footer {
		margin-bottom: 1rem;
		display: inline-block;
	}
}
@media (max-width: 768px) {
	.text-infos {
		padding: 30px;
		font-size: 27px;
	}
	.desc-text-infos {
		padding: 30px;
	}
	.first-line .logos-top {
		padding: 10px;
		margin-top: 10px;
	}
	.header-text {
		padding: 40px 0 60px;
	}
	.header-text h1 {
		font-size: 21px;
	}
	.header-text p {
		font-size: 22px;
		padding: 20px 0 20px;
	}


}
@media (max-width: 520px) {

	.span-pop-up{
		float: right;
		margin-top: -1.9rem;
	}
	.navbar {
		padding: 10px;
	}
	.header-text {
		padding: 40px 0 40px !important;
	}
	.header-text h1 {
		font-size: 40px;
		font-weight: bold;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.08;
		letter-spacing: normal;
		text-align: center;
		color: #000000;
		letter-spacing: -0.77px;
	}
	.header-text p {
		font-size: 15px;
		padding: 20px;
	}
	.header-text h1 {
		letter-spacing: 0.23px;
		padding: 0 30px;
	}
	.infos-footer ul li a {
		display: block;
	}
}
@media (max-width: 400px) {
	.header-text p {
		font-size: 14px;
		padding: 15px;
	}
	.social-icons ul {
		margin-left: 0;
		margin-top: 10px;
	}
	.social-icons .text-right {
		text-align: left !important;
	}
	.infos-footer .float-right {
		float: left !important;
	}
	.infos-footer ul li {
		padding: 5px 0;
	}
	.breadcrumb {
		padding: 1.75rem 1rem;
	}
}


@media (min-width: 300px) and (max-width: 1125px){
	.infos-footer ul li {
		width: 100%;
		display: block;
	}
}

@media (min-width: 800px){
	.perfect-scores-list .list-column.column-3 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
}


ul.menu li a[aria-current="page"] {
	font-weight: bold;
	border-bottom: 2px solid #22aa4c;
}

.perfect-scores-list ul li {
	list-style: none;
}

.fa-grin-alt{
	color: #28a74d;
}

.fa-frown{
	color: #ff0c3e;
}

.fa-meh{
	color: rgba(228, 78, 26, 0.87);
}


.testresults-percentage .progress-bar [data-values="100.0"]{
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.fa-smile-wink{
	color: #606060;
}

.color-font-warning_hom{
	font-family: "Roboto", sans-serif;
	font-size: 20px;
}

div.pop-up-open-01 {
	display: none;
	position: absolute;
	width: 280px;
	padding: 10px;
	background: #eeeeee;
	color: #000000;
	border: 1px solid #1a1a1a;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	z-index: 9999;
}

div.pop-up-open-02 {
	display: none;
	position: absolute;
	width: 280px;
	padding: 10px;
	background: #eeeeee;
	color: #000000;
	border: 1px solid #1a1a1a;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	z-index: 9999;
}


div.pop-up-open-03 {
	display: none;
	position: absolute;
	width: 280px;
	padding: 10px;
	background: #eeeeee;
	color: #000000;
	border: 1px solid #1a1a1a;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	z-index: 9999;
}


div.pop-up-open-04 {
	display: none;
	position: absolute;
	width: 280px;
	padding: 10px;
	background: #eeeeee;
	color: #000000;
	border: 1px solid #1a1a1a;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	z-index: 9999;
}


div.pop-up-open-05 {
	display: none;
	position: absolute;
	width: 280px;
	padding: 10px;
	background: #eeeeee;
	color: #000000;
	border: 1px solid #1a1a1a;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	z-index: 9999;
}


div.pop-up-open-06 {
	display: none;
	position: absolute;
	width: 280px;
	padding: 10px;
	background: #eeeeee;
	color: #000000;
	border: 1px solid #1a1a1a;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	z-index: 9999;
}


div.pop-up-open-07 {
	display: none;
	position: absolute;
	width: 280px;
	padding: 10px;
	background: #eeeeee;
	color: #000000;
	border: 1px solid #1a1a1a;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	z-index: 9999;
}


div.pop-up-open-08 {
	display: none;
	position: absolute;
	width: 280px;
	padding: 10px;
	background: #eeeeee;
	color: #000000;
	border: 1px solid #1a1a1a;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	z-index: 9999;
}


div.pop-up-open-09 {
	display: none;
	position: absolute;
	width: 280px;
	padding: 10px;
	background: #eeeeee;
	color: #000000;
	border: 1px solid #1a1a1a;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	z-index: 9999;
}


div.pop-up-open-10 {
	display: none;
	position: absolute;
	width: 280px;
	padding: 10px;
	background: #eeeeee;
	color: #000000;
	border: 1px solid #1a1a1a;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	z-index: 9999;
}

.blocker {
	background-color: rgba(0,0,0,0.4)!important;
}


.modal {
	height: auto !important;
}

