/*
Blue color: #3498db;
*/

/* ------------------------------------- */
/* BASIC SETUP */
/* ------------------------------------- */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	background-color: #fff;
	color: #555;
	font-family: 'Lato', 'Arial', sans-serif;
	font-weight: 300;
	font-size: 20px;
	text-rendering: optimizeLegibility;
}

.clearfix {zoom: 1}
.clearfix:after {
	content: '.';
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	
}

/* ------------------------------------- */
/* REUSABLE COMPONENTS */
/* ------------------------------------- */
.row {
	max-width: 1140px;
	margin: 0 auto;
}

section {
    padding: 80px 0;
}

.box {
    padding: 1%;
}

.hidden {
	display: none;
}


/* ---------- HEADINGS ----------------- */
h1,
h2,
h3 {
	font-weight: 350;
	/* text-transform: uppercase; */
}
h1 {
	margin-top: 0;
	margin-bottom: 20px;
	color: #fff;
	font-size: 240%;
	word-spacing: 4px;
	letter-spacing: 1px;
}

h2 {
    font-size: 180%;
    word-spacing: 2px;
    text-align: center;
    margin: 30px;
    letter-spacing: 1px;
}

h3 {
    font-size: 110%;
    margin-bottom: 15px;
}

h2:after {
    display: block;
    height: 2px;
    background-color: #3498db;
    content: " ";
    width: 100px;
    margin: 0 auto;
    margin-top: 30px;
}


/* ---------- PARAGRAPHS ----------------- */
.long-copy {
    line-height: 145%;
    width: 80%;
    margin-left: 10%;
    text-align: center;
}


.box p {
    font-size: 90%;
    line-height: 145%;
}


/* ---------- ICONS ----------------- */
.icon-big {
    font-size: 250%;
    display: block;
    color: #3498db;
    margin-bottom: 10px;
}

.icon-medium {
    font-size: 150%;
    display: inline-block;
    color: #3498db;
    margin-bottom: 10px;
}

.icon-small {
	display: inline-block;
	width: 30px;
	text-align: center;
	color: #3498db;
	font-size: 120%;
	margin-left: 0;
	margin-right: 5px;
	
	/* Secrets to align texts and icons */
	line-height: 120%;
	vertical-align: middle;
	margin-top: -5px;
}


/* ---------- BUTTONS ----------------- */
.btn:link,
.btn:visited,
input[type=submit] {
    display: inline-block;
    padding: 10px 30px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 200px;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
}

.btn-full:link,
.btn-full:visited,
input[type=submit] {
    background-color: #3498db;
    border: 1px solid #3498db;
    color: #fff;
    margin-right: 15px;
}

.btn-ghost:link,
.btn-ghost:visited {
    border: 1px solid #3498db;
    color: #3498db;
}

.btn:hover,
.btn:active,
input[type=submit]:hover,
input[type=submit]:active {
    background-color: #2487c9;
}

.btn-full:hover,
.btn-full:active,
input[type=submit] {
    border: 1px solid #2487c9;
}

.btn-ghost:hover,
.btn-ghost:active {
    border: 1px solid #2487c9;
    color: #fff;
}


/* ------------------------------------- */
/* HEADER */
/* ------------------------------------- */

header {
	background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(img/20210727_103640.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	height: 100vh;
}

.hero-text-box {
	position: absolute;
	width: 1140px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.logo {
	height: 75px;
	width: auto;
	float: left;
	margin-top: 20px;
	border-radius: 10px;
}

.c4h {
    float: left;
    list-style: none;
    margin-top: 42px;
}

.c4h li {
	display: inline-block;
	margin-left: 20px;
}

.c4h li a:link,
.c4h li a:visited {
	padding: 8px 0;
	/*color: #555;*/
	color: #fff;
	text-decoration: none;
	font-size: 120%;
	font-weight: 400;
	border-botton: 2px solid transparent;
	transition: border-bottom 0s;
}

.c4h li a:hover,
.c4h li a:active {
	border-bottom: 2px solid #3498db;
}

.main-nav {
	float: right;
	list-style: none;
	margin-top: 45px;
}

.main-nav li {
	display: inline-block;
	margin-left: 40px;
}

.main-nav li a:link,
.main-nav li a:visited {
	padding: 8px 0;
	color: #555;
	text-decoration: none;
	font-size: 90%;
	border-bottom: 2px solid transparent;
	transition: border-bottom 0.2s;
}

.main-nav li a:hover,
.main-nav li a:active {
	color: #fff;
	border-bottom: 2px solid #3498db;
}

.main-nav li a.cta:link,
.main-nav li a.cta:visited {
	padding: 10px 20px;
	/*color: #555;*/
	color: #fff;
	background-color: #3498db;
	text-decoration: none;
	font-size: 90%;
	/*border-bottom: 2px solid transparent;*/
	border-radius: 200px;
	transition: background-color 0.2s, padding 0.2s, border-radius 0.2s;
}

.main-nav li a.cta:hover,
.main-nav li a.cta:active {
	background-color: #2487c9;
	padding: 20px 20px;
	border-radius: 0;
}

/* ------------------------------------- */
/* HOW IT WORKS SECTION */
/* ------------------------------------- */

.section-steps {
	background-color: #f4f4f4;
}

.steps-box:first-child {
	text-align: right;
	padding-right: 1.5%;
	margin-top: 30px;
}

.steps-box:last-child {
	/* padding-left: 1.5%; */
	margin-top: 45px;
}

.works-step {
	margin-bottom: 25px;
}

.works-step div {
	color: #3498db;
	border: 2px solid #3498db;
	display: inline-block;
	border-radius: 50%;
	height: 55px;
	width: 55px;
	text-align: center;
	padding: 5px;
	font-size: 150%;
}

.works-step-description {
	margin-bottom: 60px;
}

.works-step-description:last-of-type {
	margin-top: -3px;
	margin-bottom: 45px;
}

/* ------------------------------------- */
/* WITH YOU SECTION */
/* ------------------------------------- */

.section-with-you .icon-big {
    font-size: 250%;
    display: inline-block;
    color: #3498db;
    margin: 15px;
}

.with-you-box {
	margin-top: 15px;
}

.with-you-box:first-child {
	text-align: right;
	padding-right: 30px;
}

.with-you-box:last-child {
	text-align: left;
	padding-left: 30px;
}

.with-you-feature {
	margin-top: 30px;
	margin-bottom: 5px;
}

.with-you-box:last-child .with-you-feature:last-child {
	margin-top: 10px;
}

/* ------------------------------------- */
/* SIGN-UP SECTION (PLANS) */
/* ------------------------------------- */

.section-plans {
	background-color: #f4f4f4;
}

.plan-box {
	background-color: #fff;
	border-radius: 5px;
	width: 90%;
	margin-left: 5%;
	box-shadow: 0 2px 2px #efefef;
}

.plan-box div {
	padding: 15px;
	border-bottom: 1px solid #e8e8e8;
}

.plan-box div:first-child {
	background-color: #fcfcfc;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.plan-box div:last-child {
	text-align: center;
	border: 0;
}

.plan-box div h3 {
	color: #3498db;
}

.plan-box div .btn {
	margin-left: 3px;
}

.plan-price {
	font-size: 210%;
	margin-bottom: 10px;
	font-weight: 300;
	color: #3498db;
}

.plan-price span {
	font-size: 30%;
	font-weight: 300;
}

.plan-price-note {
	font-size: 70%;
}

.plan-box ul {
	list-style: none;
}

.plan-box ul li {
	padding: 5px 0;
	font-size: 80%;
}

/* ------------------------------------- */
/* SECTION FORM */
/* ------------------------------------- */

.section-form {
	
}

.contact-form {
	width: 60%;
	margin: 15px auto;
}

input[type=text],
input[type=email],
select,
textarea {
	width: 100%;
	padding: 7px;
	border-radius: 3px;
	border: 1px solid #ccc;
}

textarea {
	height: 100px;
}

input[type=checkbox]{
	margin: 10px 5px 10px 0;
}

*:focus {
	outline: none;
}

/* ------------------------------------- */
/* FOOTER */
/* ------------------------------------- */

footer {
	background-color: #333;
	padding: 50px;
	font-size: 85%;
}

.social-links {
	list-style: none;
	float: right;
	font-size: 140%;
    margin-top: 20px;
    display: none; /* Remover esta linha para exibir os ícones de acesso às redes sociais. */
}

.social-links li {
	display: inline-block;
	margin-right: 20px;
}

.social-links li:last-child {
	margin-right: 0;
}

.social-linnks li a:link,
.social-links li a:visited {
	text-decoration: none;
	border: 0;
	color: #888;
	transition: color 0.2s;
}

.social-links li a:hover,
.social-links li a:active {
	color: #ddd;
}

.ion-social-facebook,
.ion-social-instagram,
.ion-social-linkedin,
.ion-social-youtube,
.ion-social-twitter {
    transition: color 0.2s;
}

.ion-social-facebook:hover,
.ion-social-instagram:hover,
.ion-social-linkedin:hover,
.ion-social-youtube:hover,
.ion-social-twitter:hover {
    color: #3498db; 
}

footer p {
    color: #888;
    text-align: left;
    margin-top: 15px;
}

footer p span {
	padding-top: 3px;
	font-size: 95%;
}

footer .logo {
	margin-top: 0;
	float: right;
}