

::selection {
	background: #95b1e7; /* Safari */
	}
::-moz-selection {
	background: #95b1e7; /* Firefox */
}


html, body {
	height: 100%;
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: #D3E9E8;
	font-weight: 300;
	color: #222;
	font-size: 15px;
}

.wrapper {
	width: 1000px;
	height: auto;
	text-align: left;
	margin: 0px auto;
}
b,strong {
	font-weight: bold;
}
i,em {
	font-style: italic;
}

.form-input {
	display: block;
	width: 100%;
	box-sizing: border-box;
	height: 40px;
	margin: 8px 0;
	padding: 6px 10px;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #176664;
	font-weight: normal;
	color: #176664;
	font-size: 15px;
	outline: none;
	-webkit-appearance:none;
	transition: all 300ms ease;
}
.form-input--error {
	border: 2px solid rgba(196,57,65, 1);
}
textarea.form-input {
	height: auto;
	resize: none;
}
select.form-input {
	-webkit-appearance: none;
}
.form-label {
	color: #176664;
	font-weight: 700;
	padding: 10px 0 0 0;
}
.form-label-label {
	display: block;
	margin: 3px 0;
	padding: 0;
}

.form-radio,
.form-checkbox {
	position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.form-radio-check,
.form-checkbox-check {
	display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 6px;
    color: #000;
    vertical-align: text-bottom;
    background: #fff;
    border: 1px solid #176664;
    border-radius: 100%;
    text-align: center;
    cursor: pointer;
    transition: all 100ms ease;
}
.form-checkbox-check {
	border-radius: 3px;
}
.form-radio-check:before,
.form-checkbox-check:before {
    opacity: 0;
    margin: 0;
    text-align: center;
    line-height: 20px;
	display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900; 
    font-size: 11px;
    content: "\f00c";
}
.form-radio:checked + .form-radio-check,
.form-checkbox:checked + .form-checkbox-check {
	color: #fff;
	background: #176664;
	border-color: #176664;
}
.form-radio:checked + .form-radio-check:before,
.form-checkbox:checked + .form-checkbox-check:before {
	opacity: 1;
}




.button,
.button2 {
	position: relative;
	outline: none;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 4px;
	padding: 11px 30px;
	border-radius: 3px;
	background-color: #B95353;
	font-size: 16px;
	font-weight: 700 !important;
	color: #fff !important;
	text-decoration: none !important;
	border: none;
	border-radius: 25px;
  	cursor: pointer;
  	-webkit-appearance:none;
	transition: all 0.2s ease;
}
.button2 {
	background-color: #176664;
}
.button:hover,
.button2:hover {
	box-shadow: 0 0 12px rgba(0,0,0,0.4);
}


.bg-twitter {
	background-color: #1da1f2;
}
.bg-facebook {
	background-color: #3b5998;
}
.bg-linkedin {
	background-color: #0077b5;
}
.bg-whatsapp {
	background-color: #128c7e;
}

.u-zoomOnHover {
	transition: all 300ms ease;
}
.u-zoomOnHover:hover {
	transform: scale(1.1);
}

.u-vAlignMiddle {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.u-overflowHidden {
	overflow: hidden !important;
}




.site-container {
	min-height: calc(100vh - 100px);
}



.header {
	position: relative;
	width: auto;
	height: auto;
	max-height: 450px;
	background-color: #57BDBB;
	z-index: 100;
}
.header-content {
	position: relative;
	max-width: 50%;
	padding-right: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 20px !important;
}
.header-image {
	position: absolute;
	z-index: 1;
	width: 50%;
	top: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-blend-mode: multiply;
	background-color: rgba(87,189,187,0.33);
}
.header-slogan {
	display: none;
}

.header--large {
	height: 30vw;
}
.header--large .header-content {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.header--large .header-slogan {
	display: block;
}





.footer {
	background-color: #176664;
	min-height: 100px;
	color: #fff;
	padding-bottom: 20px;
}
.footer img {
	height: 40px;
	vertical-align: middle;
	margin-left: 30px;
	margin-top: 5px;
}
.footer-about {
	font-size: 12px;
	line-height: 18px;
}
.footer-about a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}



.card {
	border: 0;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
	border-radius: 25px;
	padding: 30px;
	font-size: 18px;
	font-weight: 400;
	color: #176664;
}
.card-content {
	font-size: 15px;
	padding-top: 22px;
}
.card-content.is-hidden {
	display: none;
}



.card input[type="radio"] {
    display: none;
}
.question-answers-item {
    display: inline-block;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    border: 3px solid #fff;
    box-sizing: content-box;
    font-size: 16px;
    line-height: 42px;
    color: #fff;
    font-weight: bold;
    transition: all 300ms ease;
}
.question-answers-item > span {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.question-answers-item--0 {
    background-color: #b70d0e;
}
.question-answers-item--1 {
    background-color: #3db70e;
}
.card input[type="radio"]:checked + .question-answers-item--0 {
    border-color: #5B0607;
}
.card input[type="radio"]:checked + .question-answers-item--1 {
    border-color: #1E5B07;
}




.navigation {
}
.navigation-categories {
	float: left;
	width: calc(100% - 280px);
	height: 46px;
	overflow-x: auto;
	background-color: #fff;
}
.navigation-categories ul {
	overflow-x: auto;
	width: 100%;
	min-width: 300px;
	display: table;
    table-layout: fixed;
    margin: 0 !important;
    padding: 0 !important;
}
.navigation-categories ul li {
	height: auto;
	display: table-cell;
	font-size: 13.6px;
	color: #000;
	width: 2px;
	text-align: center;
}
.navigation-categories ul li.active {
    background-color: #B95353;
    color: #fff;
    font-weight: 400;
}
.navigation-categories ul li span {
	line-height: 46px;
	padding-left: 3px;	
	padding-right: 3px;
}
.navigation-categories ul li.active span {
    color: #fff;
}
.navigation .button {
	background-color: #176664;
	margin: 0;
	float: left;
}
.navigation .button--first {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.navigation .button--last {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.navigation .button[disabled] {
	opacity: 0.5;
	cursor: not-allowed;
}







.linear-progress-bar {
	position: relative;
	margin: 0 -110px;
}
.linear-progress-bar:before {
	content: '';
	position: absolute;
	left: 70px;
	right: 70px;
	top: 10px;
	height: 4px;
	background-color: #57BDBB;
	z-index: 1;
}
.linear-progress-bar:after {
	content: '';
	position: absolute;
	left: 70px;
	width: 1px;
	top: 10px;
	height: 4px;
	background-color: #B95353;
	z-index: 2;
}
.linear-progress-bar--1:after {
	width: 1px;
}
.linear-progress-bar--2:after {
	width: 24%;
}
.linear-progress-bar--3:after {
	width: 44%;
}
.linear-progress-bar--4:after {
	width: 64%;
}
.linear-progress-bar--5:after {
	width: auto;
	right: 70px;
}
.linear-progress-bar-dots {
	position: relative;
	z-index: 10;
	overflow-x: auto;
	width: 100%;
	display: table;
    table-layout: fixed;
    margin: 0 !important;
    padding: 0 !important;
}
.linear-progress-bar-dots li {
	height: auto;
	vertical-align: top;
	display: table-cell;
	padding: 0;
	font-size: 13.6px;
	color: #000;
	width: 2px;
	text-align: center;
}
.linear-progress-bar-dot {
	margin-left: auto;
	margin-right: auto;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	background-color: #fff;
	border: 4px solid #57BDBB;
	line-height: 16px;
	text-align: center;
}
.linear-progress-bar-dot--active {
	background-color: #B95353;
	border-color: #B95353;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
.linear-progress-bar-labels {
	overflow-x: auto;
	width: 100%;
	display: table;
    table-layout: fixed;
    margin: 4px 0 0 0 !important;
    padding: 0 !important;
}
.linear-progress-bar-labels li {
	height: auto;
	display: table-cell;
	font-size: 12px;
	color: #000;
	width: 2px;
	text-align: center;
}
.linear-progress-bar-labels li.current {
	font-weight: 700;
}
.linear-progress-bar-label--last {
	padding-right: 34px;
}






.text-box {
	color: #222;
	font-size: 15px;
	font-weight: 300;
	line-height: 24px;
}

.text-box h1,
.text-box h2,
.text-box h3,
.text-box h4,
.text-box h5,
.text-box h6 {
	font-weight: 700;
	font-size: 18px;
	color: #176664;
	margin: 0px;
	padding: 6px 0;
}
.text-box h1,
.text-box h2 {
	font-size: 32px;
}
.text-box h3 {
	font-size: 24px;
}
.text-box h4 {
	font-size: 21px;
}
.text-box a {
	color: #176664;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
}
.text-box a:hover {
	text-decoration: underline;
}
.text-box p {
	margin: 0;
	padding: 8px 0;
}
.text-box ul, .text-box ol {
    padding: 0;
	margin-left: 30px;
}
.text-box ul li {
	list-style: disc;
}
.text-box ol li {
	list-style: decimal;
}
.text-box img {
	max-width: 100%;
	height: auto !important;
}
.text-box iframe {
	max-width: 100%;
}
.text-box hr {
	display: block;
	width: auto;
	height: 1px;
	border: 0;
	background-color: rgba(0,0,0,0.1);
	padding: 0;
	margin: 20px 0;
}
.text-box sup {
	vertical-align: super;
    font-size: smaller;
}
.text-box sub {
	vertical-align: sub;
    font-size: smaller;
}

.text-white > h1,
.text-white > h2,
.text-white > h3,
.text-white > h4,
.text-white > h5,
.text-white > h6,
.text-white > a {
	color: #fff !important;
}





