
body {
    background: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-align: center;
}

strong { font-weight: 700; }

a, a:hover, a:focus {
	color: #00adef;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

h1, h2 {
	margin-top: 10px;
	font-size: 42px;
    font-weight: 100;
    line-height: 54px;
}

img { max-width: 100%; }

::-moz-selection { background: #00adef; color: #fff; text-shadow: none; }
::selection { background: #00adef; color: #fff; text-shadow: none; }


/***** General style, all sections *****/

.section-container {
    margin: 0 auto;
    padding-bottom: 60px;
    color: #888;
}

.section-container-full-bg {
	color: #fff;
}

.section-description {
	margin-top: 60px;
    padding-bottom: 10px;
}

.section-description h2 {
	color: #333;
}
.section-container-full-bg .section-description h2 { color: #fff; }

.section-description p {
    margin-top: 30px;
	padding: 0 120px;
    font-size: 22px;
    line-height: 36px;
}
.section-container-full-bg .section-description p { opacity: 0.8; }


/***** Top menu *****/

.navbar {
	margin-bottom: 0;
	background: #333;
	border: 0;
	-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
}

ul.navbar-nav {
	font-size: 18px;
	color: #fff;
	line-height: 32px;
}

ul.navbar-nav li a { padding-top: 20px; padding-bottom: 20px; background: #333; color: #fff; }
ul.navbar-nav li a:hover { background: #333; color: #00adef; }
ul.navbar-nav li a:focus { background: #333; color: #fff; outline: 0; }
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background: #333; }

.dropdown-menu {
	background: #333;
	border: 0;
	-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
	-moz-box-shadow: 0 6px 10px rgba(0, 0, 0, .15); -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, .15); box-shadow: 0 6px 10px rgba(0, 0, 0, .15);
	-o-transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -ms-transition: all .5s; transition: all .5s;
}

ul.navbar-nav li .dropdown-menu a { padding-top: 13px; padding-bottom: 13px; font-size: 16px; line-height: 20px; }

.navbar>.container .navbar-brand { margin-left: 0; }

.navbar-brand {
	/* Estilos movidos para lifetracer-theme.css - usando logosite.png */
	display: flex;
	align-items: center;
}


/***** Top content *****/

.top-content {
    margin: 0 auto;
    color: #fff;
    overflow: hidden;
}

.inner-bg {
    padding: 120px 0 0 0;
}

.top-content .phone {
	padding-top: 80px;
}

.top-content .phone .phone-1 {
	margin: 0 10px -60px 10px;
}

.top-content .phone .phone-2 {
	margin: 0 10px -200px 10px;
	-o-transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -ms-transition: all .5s; transition: all .5s;
}
.top-content .phone .phone-2:hover { margin-bottom: -60px; }

.top-content .description {
	margin: 30px 0 10px 0;
    font-size: 22px;
    line-height: 36px;
    opacity: 0.8;
}

.top-content .top-button {
	margin-top: 40px;
}

.top-content .top-button .button-1 {
	margin-right: 20px;
}


/***** Features *****/

.features-center {
	padding-top: 30px;
	padding-bottom: 20px;
}

.features-box {
	margin-top: 30px;
}

.features-box h3 {
	margin-top: 0;
	font-size: 26px;
    font-weight: 100;
    color: #333;
    line-height: 30px;
}

.features-box p {
	font-size: 18px;
    line-height: 32px;
}

.features-box .features-box-icon {
    margin: 0 auto;
    font-size: 56px;
    color: #333;
}


/***** How it works *****/

.how-it-works-video {
	margin-top: 30px;
	padding-bottom: 20px;
}

.how-it-works-description {
	margin-top: 30px;
	text-align: left;
}

.how-it-works-description-left { padding-left: 73px; padding-right: 55px; }

.how-it-works-description h3 {
	margin-top: 0;
	font-size: 26px;
    font-weight: 100;
    line-height: 30px;
}

.how-it-works-description p {
	margin-bottom: 40px;
	font-size: 18px;
    line-height: 32px;
    opacity: 0.8;
}
.how-it-works-description p:last-child { margin-bottom: 10px; }


/***** Screenshots *****/

.screenshot-box {
	padding-top: 30px;
	padding-bottom: 20px;
}

.screenshot-box-left { text-align: right; }
.screenshot-box-right { text-align: left; }

.screenshot-box img { max-width: 80%; cursor: pointer; }


/***** Faq *****/

.faq-container {
	background: #f8f8f8;
}

.faq-box {
	padding-top: 30px;
}

.faq-box-left {
	text-align: left;
}

.single-faq {
	position: relative;
	min-height: 60px;
	margin-bottom: 20px;
	padding: 15px 25px;
	background: #f6f6f6;
	border-left: 1px solid #00adef;
	-moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
}

.single-faq h3 {
	margin: 0;
	padding-right: 35px;
	font-size: 22px;
    font-weight: 100;
    line-height: 30px;
}

.single-faq span {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	padding: 23px;
	font-size: 14px;
	line-height: 14px;
	cursor: pointer;
	z-index: 100;
}
.single-faq span i { vertical-align: middle; }

.single-faq .single-faq-text {
	display: none;
	margin-top: 10px;
}

.single-faq p {
	font-size: 18px;
    line-height: 32px;
}
.single-faq p:last-child { margin: 0; }

.faq-box-right span {
	display: inline-block;
	font-family: Georgia, serif;
	font-size: 500px;
	color: #eee;
	line-height: 380px;
	-ms-transform: rotate(20deg); -moz-transform: rotate(20deg); -webkit-transform: rotate(20deg); transform: rotate(20deg);
}


/***** Call to action *****/

.call-to-action-button {
	padding-top: 30px;
	padding-bottom: 20px;
}

.call-to-action-button .button-1 {
	margin-right: 20px;
}


/***** Testimonials *****/

.testimonials p {
	padding: 0;
}

.testimonial-single {
	display: inline-block;
}

.testimonial-single p {
	display: none;
}

.testimonial-single-image {
	display: inline-block;
	width: 58px;
	margin: 0 5px 10px 5px;
}

.testimonial-single-image img {
	width: 100%;
	opacity: 0.5;
	cursor: pointer;
	-moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.testimonial-active {
	padding-bottom: 20px;
}

.testimonial-quote {
	font-family: Georgia, serif;
	font-size: 90px;
	line-height: 70px;
	color: #ddd;
}


/***** About us *****/

.about-us-box {
	padding-top: 30px;
	padding-bottom: 15px;
}

.about-us-box h3 {
	font-size: 26px;
    font-weight: 100;
    color: #333;
    line-height: 30px;
}

.about-us-box p {
	font-size: 18px;
    line-height: 32px;
}

.about-us-box .about-us-photo {
    width: 180px;
    height: 180px;
    margin: 0 auto;
}

.about-us-box .about-us-photo img {
	width: 100%;
	padding: 8px;
	border: 1px solid #eee;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}

.about-us-box .about-us-social {
    margin-top: 5px;
}


/***** Latest tweets *****/

.latest-tweets p {
	padding: 0;
	word-wrap: break-word;
}

.latest-tweets-container a, .latest-tweets-container a:focus { color: #fff; }
.latest-tweets-container a:hover { color: #fff; border-bottom: 1px dotted #fff; }

.latest-tweets ul {
	margin: 20px 0 0 0;
	padding: 0;
	-webkit-padding-start: 0;
}

.latest-tweets li {
	margin: 0 7px;
	display: inline-block;
	list-style: none;
}

.latest-tweets li .tweet_nav {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #fff;
	background: rgba(255, 255, 255, 0.6);
	cursor: pointer;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.tweets-follow-us {
	padding-top: 30px;
	padding-bottom: 20px;
}

.tweets-follow-us {
	font-size: 22px;
    line-height: 36px;
}


/***** Subscription form *****/

.subscribe form {
    margin-top: 40px;
    margin-bottom: 20px;
}

.subscribe form input.subscribe-email {
    width: 362px;
    height: 52px;
}

.success-message, .error-message {
    font-size: 22px;
    line-height: 36px;
}

.success-message {
	margin: 20px 0 10px 0;
}

.error-message {
	margin: 10px 0;
	color: #00adef;
}


/***** Contact us *****/

.contact-form, 
.contact-address {
	padding-bottom: 20px;
	text-align: left;
}

.contact-form h3, 
.contact-address h3 {
	padding: 0 0 10px 0;
	font-size: 26px;
    font-weight: 100;
    line-height: 30px;
}

.contact-form p {
	margin: 15px 0 0 0;
	font-size: 18px;
	line-height: 32px;
}

.contact-form form {
	margin: 15px 0 0 0;
}

.contact-form form input, 
.contact-form form textarea {
    width: 95%;
    height: 52px;
    margin-bottom: 5px;
}

.contact-form form textarea {
	height: 162px;
}

.contact-form form .contact-error {
	border-color: #00adef;
}

.contact-address .map {
	height: 210px;
	margin: 15px 0 40px 0;
}

.contact-address p {
	margin-bottom: 5px;
	font-size: 18px;
    line-height: 32px;
}

.contact-address p span { opacity: 0.8; }

.contact-address p i {
	width: 40px;
	font-size: 24px;
	vertical-align: middle;
}

.contact-address a, .contact-address a:focus { color: #fff; }
.contact-address a:hover { color: #fff; border-bottom: 1px dotted #fff; }


/***** Footer *****/

footer {
	padding: 25px 0 20px 0;
	background: #333;
	text-align: right;
}

.footer-copyright {
	margin: 6px 0 0 0;
	font-size: 18px;
    line-height: 32px;
    color: #fff;
    text-align: left;
}

.footer-copyright a, .footer-copyright a:focus { color: #fff; }
.footer-copyright a:hover { color: #fff; border-bottom: 1px dotted #fff; }


/***** Full width content *****/

.full-width-text-content {
	text-align: left;
}

.full-width-text-content h3 {
	font-size: 26px;
    font-weight: 100;
    color: #333;
    line-height: 30px;
}

.full-width-text-content p {
	font-size: 18px;
    line-height: 32px;
}


/***** BUTTONS *****/
/***** BUTTONS *****/
/*/***** BUTTONS *****/
/***** BUTTONS *****/
/***** BUTTONS *****/
/***** BUTTONS *****/
/***** BUTTONS *****/

/* Estilos base para todos os bot�es */
.button-1, .button-2, .button-3 {
	display: inline-block;
	height: 75px;
	margin-right: 15px; /* Margem � direita uniforme em desktop */
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 22px;
	line-height: 22px;
	text-align: left;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #fff;
	color: #555;
}

 

	.button-1,.button-2, .button-3 {
		padding: 0 13px; /* Padding interno uniforme */
	}

	/* Hover e Focus para todos os bot�es */
	.button-1:hover, .button-1:focus,
	.button-2:hover, .button-2:focus,
	.button-3:hover, .button-3:focus {
		background: #fff;
		opacity: 0.6;
		color: #555;
	}

 
/* �cones dentro dos bot�es */
.button-1 .button-1-left i,
.button-2 .button-2-left i,
.button-3 .button-3-left i {
	font-size: 61px;
	line-height: 71px;
	vertical-align: middle;
}

.button-1 .button-1-left i {
	color: #ff; /* Cor branca para o �cone no button-1 */
}

.button-2 .button-2-left i {
	color: #a3ca33; /* Cor verde para o �cone no button-2 */
}

.button-3 .button-3-left i {
	color: #0078D4; /* Cor azul da Microsoft para o �cone no button-3 */
}

/* Alinhamento e margens para se��es � direita nos bot�es */
.button-1 .button-1-right,
.button-2 .button-2-right,
.button-3 .button-3-right {
	float: left;
	width: 140px;
	margin: 7px 0 0 10px;
}

/* Media Query para ajustar margem e centraliza��o em telas menores */
@media (max-width: 768px) {
	.button-1, .button-2, .button-3 {
		display: block; /* Muda o layout para block para evitar colis�o lateral */
		margin-right: auto; /* Centraliza automaticamente � direita */
		margin-left: auto; /* Centraliza automaticamente � esquerda */
		margin-bottom: 15px; /* Adiciona margem inferior para espa�o vertical */
		width: 90%; /* Ajusta a largura para ocupar maior parte da tela, mas com espa�o dos lados */
		text-align: center; /* Alinha o texto ao centro para melhor visualiza��o */
	}

		.button-1 .button-1-left i,
		.button-2 .button-2-left i,
		.button-3 .button-3-left i,
		.button-1 .button-1-right,
		.button-2 .button-2-right,
		.button-3 .button-3-right {
			float: none;
			display: inline-block;
			vertical-align: middle;
			margin-top: 0;
		}
}
/* Estilos base para o button-4 */
.button-4 {
	display: inline-block;
	height: 75px;
	margin-right: 15px; /* Margem � direita uniforme em desktop */
	padding: 0 13px; /* Padding interno uniforme */
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 22px;
	line-height: 22px;
	text-align: left;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #000;
	color: #fff;
}

	/* Hover e Focus para o button-4 */
	.button-4:hover, .button-4:focus {
		background: #fff;
		opacity: 0.6;
		color: #555;
	}

	/* �cone dentro do button-4 */
	.button-4 .button-4-left i {
		font-size: 61px;
		line-height: 71px;
		vertical-align: middle;
		color: #fff; /* Cor preta para o �cone no button-4 */
	}

	/* Alinhamento e margens para se��o � direita no button-4 */
	.button-4 .button-4-right {
		float: left;
		width: 140px;
		margin: 7px 0 0 10px;
	}

/* Media Query para ajustar margem e centraliza��o em telas menores para o button-4 */
@media (max-width: 768px) {
	.button-4 {
		display: block; /* Muda o layout para block para evitar colis�o lateral */
		margin-right: auto; /* Centraliza automaticamente � direita */
		margin-left: auto; /* Centraliza automaticamente � esquerda */
		margin-bottom: 15px; /* Adiciona margem inferior para espa�o vertical */
		width: 90%; /* Ajusta a largura para ocupar maior parte da tela, mas com espa�o dos lados */
		text-align: center; /* Alinha o texto ao centro para melhor visualiza��o */
	}

		.button-4 .button-4-left i,
		.button-4 .button-4-right {
			float: none;
			display: inline-block;
			vertical-align: middle;
			margin-top: 0;
		}
}
