/*!
 * Start Bootstrap - New Age v5.0.3 (https://startbootstrap.com/template-overviews/new-age)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-new-age/blob/master/LICENSE)
 */

html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Roboto', 'Helvetica', 'Arial', 'sans-serif';
  background-color: #ffffff;
  color: #3C4858;
  font-weight: 300;
}

a {
  color: #a8d500;
  -webkit-transition: all .35s;
  transition: all .35s;
}

a:hover, a:focus {
  color: #fcbd20;
}

hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
  border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 200;
  letter-spacing: 1px;
  color: #636970;
  font-family: 'Anton', sans-serif;
	letter-spacing: 0.2rem;
}


p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

section {
  padding: 100px 0;
}

section h2 {
  font-size: 50px;
}

.green {
	background-color: #a8d500;
	color: #181a1c;
	text-align: center;
}
.blue h2{
	color: #ffffff;
}

.blue-text {
	color: #636970;
}
.black-text {
	color: #231f20;
}

@media (max-width: 991px){
[class*="navbar-expand-"]>.container, [class*="navbar-expand-"]>.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}
}

#mainNav {
  -webkit-transition: all .35s;
  transition: all .35s;
  font-family: 'R', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}


.navbar {
    padding: 0.625rem 0;
    height: auto !important;
    color: #555;
    background-color: #ffffff !important;
    box-shadow: 0 4px 18px 0px rgba(0, 0, 0, 0.12), 0 7px 10px -5px rgba(0, 0, 0, 0.15);
}

/*#mainNav .navbar-brand img{
  height: 35px;
}*/
@media only screen and (max-width: 767px) {
	/*#mainNav .navbar-brand img{
  		height: 30px !important;
	}*/
	.navbar .navbar-brand {
    font-size: 0.7rem !important;
	}
	#mainNav .navbar-toggler {
    font-size: 12px !important;
    }
	a.btn-login {
	padding: 8px !important;
    font-size: 10px !important;
}
}
.navbar .navbar-brand {
    padding: 0.3rem 0;
}

.navbar-collapse {
    flex-grow: inherit !important;
}

.navbar-nav {
    text-align: right;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  padding: 8px 10px;
  color: #222222;
}

#mainNav .navbar-nav > li > a {
  font-size: 13px;
  font-family: 'Roboto', 'Helvetica', 'Arial', 'sans-serif';
  letter-spacing: 2px;
  text-transform: uppercase;
	font-weight: 400;
	letter-spacing: inherit;
}

#mainNav .navbar-nav > li > a.active {
  color: #a8d500 !important;
  background-color: transparent;
}

#mainNav .navbar-nav > li > a.active:hover {
  background-color: transparent;
}

#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
  color: #181a1c;
}

#mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a:focus:hover {
  color: #a8d500;
}

@media (min-width: 992px) {
  #mainNav.navbar-shrink {
    border-color: rgba(34, 34, 34, 0.1);
    background-color: white;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #222222;
  }
  #mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus {
    color: #a8d500;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus {
    color: #222222;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a:hover,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
    color: #a8d500;
  }
}

header.masthead {
  position: relative;
  width: 100%;
  padding-top: 250px;
  padding-bottom: 100px;
  color: white;
  background:  #181a1c;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('https://actforma.com/assets/img/workout.jpg');
  background-position: center top;
	background-attachment: fixed;
}

header.masthead .header-content {
  max-width: 500px;
  margin-bottom: 100px;
  text-align: center;
	color: #ffffff;
}

header.masthead .header-content h1 {
	color: #ffffff;
	text-transform: uppercase; 
	font-size: 55px !important; 
	letter-spacing: 10px;
}

header.masthead .header-content h1 span {
	font-size: 50px; 
	opacity: 0.5;
}
header.masthead .header-content h3 {
	font-size: 25px !important;
}

header.masthead .header-content p {
	color: #FFFFFF;
  text-align: center;
}
@media (max-width: 780px) {
	
footer img {
	padding-top: 10px;
}
}

header.masthead .device-container {
  max-width: 325px;
  margin-right: auto;
  margin-left: auto;
}

header.masthead .device-container .screen img {
  border-radius: 3px;
}

@media (min-width: 992px) {
  header.masthead {
    min-height: 470px;
    padding-top: 200px;
    padding-bottom: 140px;
  }
  header.masthead .header-content {
    margin-bottom: 0;
  }
  header.masthead .header-content h1 {
    font-size: 100px !important;
    /*color: #fff;*/
  }
  header.masthead .device-container {
    max-width: 100%;
  }
}

@media (max-width: 992px) {
	.mobile-inverted {
	flex-direction: column-reverse;
}

}

section.updates {
  position: relative;
  padding: 200px 20px;
  background: no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../img/login-bg.jpg');
	color: #ffffff !important;
}
section.updates h1, section.updates h2, section.updates h3, section.updates h4 {
	color: #ffffff;
}
section.updates h2 {
	margin-bottom: 50px;
}
section.updates .text-muted {
	color: #ffffff !important;
}
section.updates h3 {
  font-size: 25px !important;
  margin-top: 0;
}

section.updates .badges .badge-link {
  display: block;
  margin-bottom: 25px;
}

section.updates .badges .badge-link:last-child {
  margin-bottom: 0;
}

section.updates .badges .badge-link img {
  height: 60px;
}

@media (min-width: 768px) {
  section.updates .badges .badge-link {
    display: inline-block;
    margin-bottom: 0;
  }
}

section.features {
	padding: 60px 0 !important;
}

section.features .section-heading {
  margin-bottom: 100px;
}

.largerh3 {
	font-size: 38px !important;
	letter-spacing: 0.5rem;
}

section.features .device-container,
section.features .feature-item {
  max-width: 325px;
  margin: 0 auto;
}

section.features .device-container {
  margin-bottom: 100px;
}

@media (min-width: 992px) {
  section.features .device-container {
    margin-bottom: 0;
  }
}

section.features .feature-item {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

#funcoes .feature-item {
	padding-top: 0px;
	padding-bottom: 10px;
}


section.features .feature-item h3 {
  font-size: 30px;
}

section.features .feature-item i {
  font-size: 80px;
  display: block;
  margin-bottom: 15px;
  background: -webkit-gradient(linear, right top, left top, from(#7b4397), to(#dc2430));
  background: linear-gradient(to left, #7b4397, #dc2430);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.highlights {
	margin-top: -50px;
    position: relative;
    padding: 0px;
}
section.highlights .flex-row1 {
	display: flex;
}
section.highlights .flex-row1 h1, section.highlights .flex-row1 h2, section.highlights .flex-row1 h3, section.highlights .flex-row1 p{
	color: #ffffff;
}
section.highlights .flex-column1 {
	background-color: #000000;
	padding: 50px 20px;
	flex: 1;
}
section.highlights .flex-column2 {
	background-color: #073953;
	padding: 50px 20px;
	flex: 1;
}
section.highlights .flex-column3 {
	background-color: #636970;
	padding: 50px 20px;
	flex: 1;
}

.img-100 {
	margin-bottom: 20px;
    max-width: 100%;
}

.vert-align {
	display: flex;
    justify-content: center;
    align-items: center;
}

section.cta {
  position: relative;
  padding: 250px 0;
  background-image: url("../img/bg-cta.jpg");
  background-position: center;
  background-size: cover;
}

section.cta .cta-content {
  position: relative;
  z-index: 1;
}

section.cta .cta-content h2 {
  font-size: 50px;
  max-width: 450px;
  margin-top: 0;
  margin-bottom: 25px;
  color: white;
}

@media (min-width: 768px) {
  section.cta .cta-content h2 {
    font-size: 80px;
  }
}

section.cta .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

section.map {
	background-color: #ffffff;
	padding: 0px !important;
}
section.map .container {
	width: 100%;
	max-width: 100%;
	padding: 0px;
}
section.map .container .col {
	padding: 0px;
	width:100%;
}
section.contact {
  text-align: center;
}

section.contact h2 {
  margin-top: 0;
  margin-bottom: 25px;
}

section.contact h2 i {
  color: #dd4b39;
}

section.contact ul.list-social {
  margin-bottom: 0;
}

section.contact ul.list-social li a {
  font-size: 40px;
  line-height: 80px;
  display: block;
  width: 80px;
  height: 80px;
  color: white;
  border-radius: 100%;
}

section.contact ul.list-social li.social-twitter a {
  background-color: #1da1f2;
}

section.contact ul.list-social li.social-twitter a:hover {
  background-color: #0d95e8;
}

section.contact ul.list-social li.social-facebook a {
  background-color: #3b5998;
}

section.contact ul.list-social li.social-facebook a:hover {
  background-color: #344e86;
}

section.contact ul.list-social li.social-google-plus a {
  background-color: #dd4b39;
}

section.contact ul.list-social li.social-google-plus a:hover {
  background-color: #d73925;
}
section.suporte {
	text-align: center;
}
footer {
  padding: 30px 10px;
  text-align: center;
  color: #cccccc !important;
  background-color: #181a1c;
}
footer p {
  font-size: 12px;
  padding-top:20px;
}
.email {
	color: #1371a5;
}
p.email a {
	color: #636970;
}
.linguas {
	font-size: 0.9em;
}
.bg-primary {
  background-color: #ffffff !important;
}

.text-primary {
  color: #a8d500;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.btn-outline {
  /*color: white !important;
  border: 1px solid !important;
  border-color: white !important;*/
  color: white !important;
  border-color: #ffffff !important;
  background-color: #a8d500 !important;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
  color: #a8d500;
  border-color: #a8d500;
  background-color: white;
}



.btn {
    position: relative;
    padding: 12px 30px;
    margin: 0.3125rem 1px;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.428571;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    border-radius: 0.2rem;
    outline: 0;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: box-shadow, transform;
}
.btn {
  border-radius: 300px;
  font-family: 'Roboto', 'Helvetica', 'Arial', 'sans-serif';
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn-xl {
  font-size: 11px;
  padding: 15px 45px;
}

.btn.btn-outline-primary {
    color: #333333;
    background-color: transparent;
    border-color: #333333;
}
.btn.btn-outline, .btn.btn-outline-primary, .btn.btn-outline-secondary, .btn.btn-outline-info, .btn.btn-outline-success, .btn.btn-outline-warning, .btn.btn-outline-danger {
    border-color: currentColor;
    border-style: solid;
    border-width: 1px;
}
.btn.btn-default {
    color: #fff;
    background-color: #999999;
    border-color: #999999;
    box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
}
.btn-block {
    display: block;
    width: 100%;
}
.btn.btn-primary {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    box-shadow: 0 2px 2px 0 rgba(62, 77, 114, 0.4), 0 3px 1px -2px rgba(62, 77, 114, 0.2), 0 1px 5px 0 rgba(62, 77, 114, 0.12);
}


a.btn-login {
	background-color: #181a1c;
    padding: 12px;
    border-radius: 10px;
	color: #ffffff !important;
	display: inline-block;
}
a.signup {
	padding: 12px 5px;
    display: inline-block;
	font-size: 14px;
}

/* PRICING CHART */

.pricing-table .block-heading {
  margin-bottom: 40px;
  text-align: center; 
}

.pricing-table .block-heading p {
  text-align: center;
  max-width: 80%;
  margin: auto;
  opacity: 0.7; 
  color: #ffffff !important;
}

.pricing-table .heading {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); 
}

.pricing-table .item {
  background-color: #ffffff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
  border-top: 2px solid #181a1c;
  padding: 30px;
  overflow: hidden;
  position: relative; 
}

.pricing-table .col-md-5:not(:last-child) .item {
  margin-bottom: 30px; 
}

.pricing-table .item button {
  font-weight: 600; 
}

.pricing-table .ribbon {
  width: 160px;
  height: 32px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25);
  background: #FFB627;
  transform: rotate(45deg);
  position: absolute;
  right: -42px;
  top: 20px;
  padding-top: 7px; 
}

  #btn-login-outline {
  background-color: #FFF!important;
  padding: 12px;
  border-radius: 10px;
  color: #a8d500 !important;
  border:  2px solid #a8d500!important;
  display: inline-block;
  transition: all 0.2s linear;
  font-weight: bold;
}

#btn-login-outline:hover {
  background-color: #a8d500!important;
  color:  #FFF!important;
  border:  1px solid #FFF!important;
}

.pricing-table .item p {
  text-align: center;
  margin-top: 20px;
  opacity: 0.7; 
}

.pricing-table .features .feature {
  font-weight: 600; }

.pricing-table .features h4 {
  text-align: center;
  font-size: 18px;
  padding: 5px; 
}

.pricing-table .price h4 {
  margin: 15px 0;
  font-size: 45px;
  text-align: center;
  color: #a8d500; 
}

.pricing-table .buy-now button {
  text-align: center;
  margin: auto;
  font-weight: 600;
  padding: 9px 0; 
}

/***************** TIMELINE *********************/
.timeline {
    position: relative;
    padding:4px 0 0 0;
    margin-top:22px;
    list-style: none;
}

.timeline>li:nth-child(even) {
    position: relative;
    margin-bottom: 50px;
    height: 180px;
    right:-100px;
}

.timeline>li:nth-child(odd) {
    position: relative;
    margin-bottom: 50px;
    height: 180px;
    left:-100px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
    min-height: 170px;
}

.timeline > li .timeline-panel {
  position: relative;
  float: left;
  width: 41%;
  padding: 0 20px 20px 30px;
  text-align: right;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 50%;
    border-radius: 100%;
    background-color: #3b5998;
    width: 200px;
    height: 200px;
    margin-left: -100px;
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}
.timeline>li .timeline-image h2 {
    margin-top: 30%;
	color: #ffffff;
	font-size: 50px;
}
.text-muted {
	font-size: 18px;
}

@media only screen and (max-width: 767px) {
	.timeline>li.timeline-inverted{
	clear: both;
}
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
  margin-top:22px;
    margin-bottom: 4px;
    padding:0;
}

.timeline .timeline-heading h4.subheading {
  margin:0;
  padding:0;
    text-transform: none;
    font-size:18px;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
    color:#808080;
}
/*Style for even div.line*/
.timeline>li:nth-child(odd) .line:before {
    content: "";
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 690px;
    width: 4px;
    height:340px;
    background-color: #3b5998;
    -ms-transform: rotate(-44deg); /* IE 9 */
    -webkit-transform: rotate(-44deg); /* Safari */
    transform: rotate(-44deg);
    box-shadow: 0 0 5px #4582ec;
}
/*Style for odd div.line*/
.timeline>li:nth-child(even) .line:before  {
    content: "";
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 450px;
    width: 4px;
    height:340px;
    background-color: #3b5998;
    -ms-transform: rotate(44deg); /* IE 9 */
    -webkit-transform: rotate(44deg); /* Safari */
    transform: rotate(44deg);
    box-shadow: 0 0 5px #4582ec;
}
/* Medium Devices, .visible-md-* */
@media (min-width: 992px) and (max-width: 1199px) {
  .timeline > li:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px;
  }
  .timeline > li:nth-child(odd) {
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px;
  }
  .timeline>li:nth-child(even) .timeline-image {
    left: 0;
    margin-left: 0px;
  }
  .timeline>li:nth-child(odd) .timeline-image {
    left: 690px;
    margin-left: 0px;
  }
  .timeline > li:nth-child(even) .timeline-panel {
    width: 76%;
    padding: 0 0 20px 0px;
    text-align: left;
  }
  .timeline > li:nth-child(odd) .timeline-panel {
    width: 70%;
    padding: 0 0 20px 0px;
    text-align: right;
  }
  .timeline > li .line {
    display: none;
  }
}
/* Small Devices, Tablets */
@media (min-width: 768px) and (max-width: 991px) {
  .timeline > li:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px;
  }
  .timeline > li:nth-child(odd) {
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px;
  }
  .timeline>li:nth-child(even) .timeline-image {
    left: 0;
    margin-left: 0px;
  }
  .timeline>li:nth-child(odd) .timeline-image {
    left: 520px;
    margin-left: 0px;
  }
  .timeline > li:nth-child(even) .timeline-panel {
    width: 70%;
    padding: 0 0 20px 0px;
    text-align: left;
  }
  .timeline > li:nth-child(odd) .timeline-panel {
    width: 70%;
    padding: 0 0 20px 0px;
    text-align: right;
  }
  .timeline > li .line {
    display: none;
  }
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 767px) {
  .timeline > li:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px;
  }
  .timeline > li:nth-child(odd) {
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px;
  }
  .timeline>li .timeline-image {
    position: static;
    width: 150px;
    height: 150px;
    margin-bottom:0px;
  }
  .timeline>li:nth-child(even) .timeline-image {
    left: 0;
    margin-left: 0;
  }
  .timeline>li:nth-child(odd) .timeline-image {
    float:right;
    left: 0px;
    margin-left:0;
  }
  .timeline > li:nth-child(even) .timeline-panel {
    width: 100%;
    padding: 0 0 20px 14px;
  }
  .timeline > li:nth-child(odd) .timeline-panel {
    width: 100%;
    padding: 0 14px 20px 0px;
  }
  .timeline > li .line {
    display: none;
  }
}




#siteseal img {
	max-height: 41px;
}


.divider-inclined {
	background-image: url("../img/divider1.png");
	height: 300px;
	margin-bottom: -100px;
	margin-top: -320px;
}
@media (min-width: 992px) {
	.divider-inclined {
		margin-bottom: -100px;
		margin-top: -250px;
	}
	.masthead .container {
		max-width: 1920px;
	}
}