/**
* Backyard
* Landing Page Template
* Author: MoxDesign - http://www.moxdesign.com
**/
@import url('https://fonts.googleapis.com/css2?family=Rochester&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+:wght@200;300;400;600&family=Roboto:wght@300&display=swap');

html, body {
	width: 100%;
	overflow-x: hidden;
}
body {
	height:100%;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	padding:0;
	margin:0;
	font-size:16px;
	line-height: 28px;
	color: #777; 
	background: #FFF;
	overflow-x:hidden;
	position: relative;
}
input[type='file'] {
  display: none
}

/* Aparência que terá o seletor de arquivo */
label {
  background-color: #fff;
  border: 0.634536px solid rgba(93, 91, 126, 0.3);
  color: gray;
  cursor: pointer;
  width: 100%;
  padding: 10px 20px;
}

input {
	border-radius: 5px;
}

h1 { font-size: 3em; line-height:1.2em; margin:0 0 .3em; }
h2 { font-family: 'Roboto', cursive; color: #FFF; font-size: 1.1em; line-height:1.4em; margin:0 0 .3em; ;
  }
h3 { font-size: 1.4em; line-height:1.4em; }
h4 { font-size: 1.25em; }
h5 { font-size: 1.1em; line-height:1.4em; }
h6 { font-size: 1em; line-height:1.2em; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none
}

hr {
	width: 80%;
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin-top: 0px;
	margin-bottom: 0px;

}	 
p { 
	padding: 0 0 1em;
	margin:0;
}
a {
	color: #3eb0f7;
	outline: 0;
	font-weight: 300;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
} 
a:hover {
	text-decoration: none;
	color: #1f2222;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
.count {
	color: #ED1651;
	font-size: 60px;
	font-family: 'Roboto';
	font-weight: 500px;
}
.highlight {
	color: #3eb0f7;
}


#preloader { 
	position: fixed; 
	left: 0; 
	top: 0; 
	z-index: 999; 
	width: 100%; 
	height: 100%; 
	overflow: visible; 
	background: #fff url(../images/loading.gif) no-repeat center center;
}
.fullscreen {
    width:100%;
    min-height:100%;
	background-repeat:no-repeat;
    background-position:50% 50%;
    background-position:50% 50%\9 !important;
}
.overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
#menu {
	z-index: 99999;
	background: #00744A;

}

#menu-nav {
	display: none;
}
.navbar-default {
	background-color: rgba(255, 255, 255, 0.7);
	padding: 15px;

}
.navbar-default .navbar-brand {
    padding: 5px;
}
.navbar-default .navbar-nav > li > a {
	font-family: "Roboto";
    color: #FFF;
	font-weight: 500;
	font-size: 20px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #FFF200;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	background: transparent;
    color: #f7f7f7;
    font-family: "Roboto";

}
#navbar-scroll-mobile li{
	font-size: 24px;
	font-family: 'Roboto';
	font-weight: normal;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #FFFFFF50;
}

#navbar-scroll-mobile li a{
	padding-bottom: 10px;
}


#navbar-scroll-mobile li:first{
}

.btn-default {
	font-size: 24px;
	margin: 30px 0;
	margin-right: 10px;
	line-height: 20px;
	padding: 15px 35px;
	height: 50px;
	border: 2px solid #FFF;
	background: transparent;
	transition: all 0.4s;
	color: #FFF;
	border-radius: 10px;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	border: 2px solid #00744A;
	background: #00744A;
	color: white;
}
.btn-primary {
	font-family: Roboto;
	font-size: 18px;
	margin: 20px 0 10px;
	line-height: 20px;
	padding: 15px 35px;
	height: 50px;
	background: #00744A;
	border: 1px solid rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	border: 2px solid #00744A;
	background: transparent;
	color: #00744A;
}

.btn-conselho {
	font-family: Roboto;
	font-size: 24px;
	margin: 10px 0;
	margin-right: 10px;
	line-height: 20px;
	padding: 30px 45px;
	height: auto;
	background: #00744A;
	transition: all 0.4s;
	color: white;
	border: 1px solid rgba(0, 0, 0, 0.15);
	box-sizing: border-box;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
}

.btn-conselho:hover, .btn-conselho:focus, .btn-conselho:active, .btn-conselho.active, .open > .dropdown-toggle.btn-conselho {
	border: 2px solid #00744A;
	background: transparent;
	color: #00744A;
}


.btn-secondary {
	font-size: 20px;
	font-weight: 300;
	line-height: 20px;
	padding: 20px 50px;
	height: 65px;
	border: none;
	background: #3eb0f7;
	transition: all 0.4s;
	color: white;
	border-radius: 4px;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .open > .dropdown-toggle.btn-secondary {
	background: #1f96e0;
	color: white
}

.site-name img {
	height: 7vh;
	margin-top: -5px;
	max-height: 50px;
}
.logo {
	margin: 100px 0 40px 0;
}
.logo img{
	width: 150px; 
	height: 37px
}
.landing h1{
	font-size: 56px;
	font-weight: 300;
	color: #fff;
	margin: 30px 0 30px 0;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.landing p, .landing h2 {
	color: #fff;
}
.landing-text {
	margin-bottom: 20px;
}
.landing-text p {
	font-size: 17px !important; 
}
.head-btn {
	margin-bottom: 150px;
}
.option {
	text-transform: uppercase;
	padding: 5px;
	min-width: 80px;
	margin-right: 5px;
	transition: all 0.4s;
	font-size: 14px;
	color: #fff;
}
.signup-header {
	margin: 150px 0 100px;
	background: rgba(255,255,255,0.2);
	border-radius: 4px;
	padding-left: 20px;
	padding-right: 20px;	
}
.signup-header h3{
	padding: 20px 0 10px;
	color: white;
	font-weight: 300;
}
.form-header input {
	position: relative;
	padding: 5px 15px;
}
.form-header .form-control {
	border-radius: 5;
	border: solid 1px #dadada;
	background-color: #fff;
	color: #333;
	height: 55px;
}
.form-header .btn {
	border-radius: 0;
	height: 55px;
	width: 100%;
	background-color: #3eb0f7;
	color: white;
	font-size: 17px !important;
	padding: 0 33px;
	border: none;
	margin: 0;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
.form-header .btn:hover {
	background-color: #1f96e0;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
.privacy {
	padding-top: 0;
	font-size: 13px;
}
.signup-header p {
	color: white;
}
.privacy a {
	text-decoration: underline;
	color: white;
	font-weight: 300;
}
#policy {
	padding: 100px 0 70px;
}

.publique {
	font-family: 'Roboto'; font-weight: 500; font-size: 42px; color: #33658A;
}

#intro {
	padding: 40px 0 40px;
	height: 450px;
	background-position: center center;
	background: transparent;
}

.intro-linha {
	background-color: #862153;
	height: 8px;
	width: 30%;
}

#intro div .sub {
	vertical-align: middle; margin-top: 40px;
}

#intro h2 {
	font-size: 42px;
	font-weight: 500;
	margin: 15px 0 15px 0;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	text-align: center;
	padding-top: 30px;
}

#intro h2.contato {
	font-size: 42px;
	font-weight: 500;
	color: #1C3144;
	margin: 15px 0 15px 0;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	text-align: center;
}

#intro p {
	color: #FFF; font-size: 26px; text-align: center; font-family: 'Roboto';
}

#intro p.subtitulo { 
	color: #00744A; 
	font-size: 80px; 
	text-align: center; 
	font-family: 'Roboto'; 
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); 
	font-weight: bold;
}
.intro-pic {
	margin-top: 20px;
}
.btn-section {
	padding-top: 20px;
	margin-top: 20px;
}
#feature {
	margin: 30px 0 30px 0;
	padding-bottom: 30px;
}

#feature h2 {
	margin: 10px 0 10px 0;
	font-family: 'Roboto', serif;
	color: #00744A;
	font-style: normal;
	font-weight: 300;
	font-size: 32px;
	letter-spacing: -2px;
}

#feature .feature-title p {
	font-size: 18px;
}
.row-feat {
	padding-top: 20px;
}
.feat-list {
	margin-top: 0px;
}
.feat-list i {
	font-size: 48px;
	text-align: center;
	float: left;
	width: 20%;
	color: #555;
	height: 100%;
	position: relative;
	opacity: 0.6;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
.feat-list:hover i {
	color: #3eb0f7;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
#feature .inner {
	float: left;
	display: inline-block;
	width: 100%;
	text-align: center;
	border: 0.802701px solid rgba(93, 91, 126, 0.3);
	box-sizing: border-box;
	border-radius: 10.4351px;	
	padding: 2% 2%;
	background-color: #FFF;
	margin-bottom: 0px;
	margin-top: 0;

}

.autor {
	height: 530px;
	overflow: hidden;
}

#feature .inner img {
	max-width: 100%;
	border-radius: 0;
}


#feature .inner h4 {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	color: #00744A;
	height: 50px;
}

#feature .inner h5 {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	color: #00744A;
	min-height: 50px;
}
#feature .inner p {
	font-family: Roboto;
	font-weight: 300;
	font-size: 16px;
	text-align: center;
	color: #00744A;

}
#feature-2 {
	padding: 20px 0 20px;
}
.feature-2-pic {
	margin-top: 20px;
}

/**/
#feature-3 {
	margin-top: 10px;
	padding: 10px 0 10px 0;
	margin-bottom: 10px;
	background-color: #FFF;

}
#feature-3 h2 {
	margin: 10px 0 10px 0;
	font-family: 'Roboto', serif;
	color: #00744A;
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	letter-spacing: -2px;
}

#feature-3 h2 span {
	margin: 10px 0 10px 0;
	font-family: 'Roboto', serif;
	color: #00744A;
	font-style: normal;
	font-weight: 500;
	font-size: 42px;
	letter-spacing: -2px;
}

#feature-3 .feature-title p {
	font-size: 18px;
}
#feature-3 .inner {
	float: left;
	display: inline-block;
	width: 100%;
	text-align: center;
	border: 0.802701px solid rgba(93, 91, 126, 0.3);
	box-sizing: border-box;
	border-radius: 10.4351px;	
	padding: 5% 2%;
	background-color: #FFF;
	margin-bottom: 0px;
	margin-top: 0;
	table-layout: fixed;
}

#feature-3 .inner img {
	max-width: 95%;
	margin-top: 0;
}


#feature-3 .inner h4 {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	color: #00744A;
}

#feature-3 .inner h5 {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	color: #00744A;
	height: 70px;
}
#feature-3 .inner p {
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 16px;
	text-align: center;
	color: #00744A;

}


/**/

#download {
	padding: 0px 0 20px;
	margin: 0px 0 0px;

}

#download h2 {
	margin: 10px 0 -10px 0;
	font-family: 'Roboto', serif;
	color: #00744A;
	font-style: normal;
	font-weight: 300;
	font-size: 32px;
	letter-spacing: -2px;
}


.container h2 span {
	margin: 10px 0 10px 0;
	font-family: 'Roboto', serif;
	color: #00744A;
	font-style: normal;
	font-weight: 500;
	font-size: 42px;
	letter-spacing: -2px;
}



.subscribe {
	color: #fff;
}
.subscribe p {
	margin: 30px auto 30px;
}
.subscribe-form {
	max-width: 400px;
	margin: 50px auto 150px;
	text-align: center;
	overflow: hidden;
}
.subscribe-form form {
	position: relative;
}
.subscribe-form input {
	max-width: 85%;
	position: relative;
	padding: 5px 25px;
}
.subscribe-form .form-control {
	border-radius: 4px 0 0 4px;
	border: none;
	background-color: rgba(255, 255, 255, 0.6);
	color: #333;
	font-size: 1.2em;
	height: 55px;
}
.subscribe-form button {
	border-radius: 0 4px 4px 0;
	background-color: #3eb0f7;
	color: #ffffff;
	font-size: 1em;
	line-height: 52px;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0 30px;
	margin: 0;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
.subscribe-form .btn {
	height: 55px;
}
.subscribe-form .btn:hover {
	background-color: #1f96e0;
	color: #fff;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
.subscribe-form .form-control::-webkit-input-placeholder {
	color: #333;
}
.subscribe-form .form-control:-moz-placeholder { 
	color: #333;  
}
.subscribe-form .form-control::-moz-placeholder { 
	color: #333;  
}
.subscribe-form .form-control:-ms-input-placeholder {  
	color: #333;  
}
#package {
	padding-top: 100px;
}
.title-line {
    width: 100px;
    height: 3px;
    margin: 0 auto;
    background: #3eb0f7;
}
.price-box {
	border: solid 1px #d1d1d1;
}
.package-option {
	padding: 50px 0 100px;
}
.package-option ul {
	padding: 0;
}
.price-heading h3 {
	margin-top: 0;
}
.price-heading i {
	color: #d1d1d1;
	font-size: 75px;
	margin-top: 20px;
}
.price-group {
	padding: 30px 0 10px;
}
.price-group .dollar {
	font-size: 20px;
	position: relative;
	bottom: 48px;
}
.price-group .price {
	color: #3eb0f7;
	font-size: 90px;
	font-weight: 500;
}
.price-group .time {
	font-size: 18px;
}
.price-feature li {
	margin-left: 30px;
	margin-right: 30px;
	list-style: none;
	border-bottom: solid 1px #d1d1d1;
	line-height: 40px;
}
.btn-price {
	margin: 5px 0 15px;
	font-size: 17px;
	padding: 7px 35px;
	height: 40px;
	background: #3eb0f7;
	transition: all 0.4s;
	color: white;
	border-radius: 4px;	
}
.btn-price:hover {
	background: #1f96e0;
	color: white;
}
#client {
	padding: 20px 0 0px;
	margin: 20px 0 0px;

}

#client h2 {
	margin: 0px 0 20px 0;
	font-family: 'Roboto', serif;
	color: #00744A;
	font-style: normal;
	font-weight: 300;
	font-size: 32px;
	letter-spacing: -2px;
}

#client img {
	height: 170px;
	margin: 10px 5px;
	opacity: 1;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	background-color: #FFF;
	border: 0.802701px solid rgba(93, 91, 126, 0.3);
	box-sizing: border-box;
	border-radius: 10px;
}
#client img:hover {
	opacity: 0.7;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

#redes {
	background-color: #00744A;
	padding: 20px 0 20px;
}

#redes h2 {
	margin: 0px 0 0px 0;
	font-family: 'Roboto', serif;
	color: #00744A;
	font-style: normal;
	font-weight: 300;
	font-size: 32px;
	letter-spacing: -2px;
}


#redes img {
	height: 84px;
	margin: 10px 25px;
	opacity: 1;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#redes img:hover {
	opacity: 0.7;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

#redes hr {
	border: 2px solid #8DB92F;
	margin-top: 40px;
	margin-bottom: 30px;
	width: 100%;
}

#redes ul li {
	font-family: 'Roboto';
	display: inline-flex;
	color: #FFF;
	margin: 10px;
	font-size: 20px;
}

#redes ul li:hover {
	opacity: .5;
}

#redes ul li a{
	color: #FFF;
}

#roda {
	background-color: #00613E;
	padding: 20px 0 20px;
	color: #FFF;
}

#roda img {
	margin: 20px 0 -20px 0 ;
	opacity: 1;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

#roda p {
	font-family: 'Roboto', serif;
	font-size: 18px;
	color: #FFF;
}

#testi {
	padding: 20px 0 20px;
}



#testi  h5 {
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	color: #00744A;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;



}
.testi-item {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 30px;
	background-color: #fff;
	min-height: 300px;
	border: 0.802701px solid rgba(93, 91, 126, 0.3);
	box-sizing: border-box;
	border-radius: 10px;

}
.testi-item .box {
	margin-right: 15px;
	margin-left: 15px;
}
.testi-item .box .message {
	padding: 20px;
	font-family: Roboto;
	line-height: 30px;
	font-weight: 300;
	font-size: 20px;
}
.testi-item .client-pic img {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	max-width: 100%;
	margin-top: 20px;
}
.testi-item .client-info .client-name {
	margin-top: 10px;
	font-size: 16px;
}
.testi-item .client-info .company {
	font-style: italic;
	color: #3eb0f7;
}

#calltoaction {
	padding: 30px 0 50px;
	margin: 10px 0 20px;
	background-color: #FFF;
}

#calltoaction h2 {
	margin: 10px 0 -10px 0;
	font-family: 'Roboto', serif;
	color: #00744A;
	font-style: normal;
	font-weight: 300;
	font-size: 32px;
	letter-spacing: -2px;
}

#calltoaction .linha {
	border-top: 10px solid #00744A;
	margin-bottom: 50px;
	width: 80%;
}

#calltoaction img {
	margin-bottom: 80px;
}

#calltoaction a.link {
	color: #00744A; 
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	text-align: center;
	text-decoration-line: underline;
}

#calltoaction p {
	font-size: 26px;
}

#conselho {
	padding: 40px 0 100px;
	background-color: #547E9D;
	color: #FFF;
}


#conselho hr { 
	border: 1px solid #FFF;
	margin-top: 30px;
	margin-bottom: 30px;
 }


.owl-theme .owl-controls .owl-page span{
	background: #00744A;
}
.video-header {
	margin: 40px 0 30px;
}
.video-embed {
	position: relative;
	padding-top: 56.25%; 
	height: 0;
	background-color: #000000;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.2);
	box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.video-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.action {
	color: #fff;
}
.action h2 {
	margin-top: 100px;
	font-size: 40px;
	font-weight: 300;
}
.download-cta {
	padding: 50px 0 160px;
}
#contact {
	width: 100%;
	min-height: 100%;
}

#feature-3 .info-contato {
	width: 40%; 
	border: 1px solid #666; 
	border-radius: 10px; 
	padding: 10px 5px; 
	margin-bottom: 10px;
}

#contact h2{
	font-size: 32px;
	font-weight: 500;
	margin: 30px 0 30px 0;
	text-align: center;
	color: #00744A;
}


.ul-address a {
	font-weight: normal;
}
.ul-address a:hover {
	color: white;
}
.ul-address li {
	padding-right: 20px; 
	margin-bottom: 8px; 
	list-style: none;
	color: white;
}
.ul-address i {
	margin-left: 15px;
	position: absolute; 
	left: 0;
	color: #3eb0f7; 
	font-size: 25px;
	line-height: 30px;
}
.contact-row {
	margin: 0px;
}
#contact-form {
	margin: 0 auto;
}
#contact-form input {
	position: relative;
	padding: 5px 25px;
	width: 100%;
}
#contact-form textarea {
	position: relative;
	padding: 10px 25px;
	width: 100%;
	height: 120px !important;
}
#contact-form .form-control {
	border-radius: 5px;
	border: solid 1px #dadada;
	background-color: #fff;
	color: #333;
	font-size: 1.2em;
	height: 55px;
}
#contact-form .btn {
	height: 55px;
	width: 100%;
	background-color: #3eb0f7;
	color: #ffffff;
	font-size: 17px !important;
	line-height: 18px;
	padding: 0 33px;
	border: none;
	border-radius: 0;
	margin: 0;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
#contact-form .btn:hover {
	background-color: #1f96e0;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
#footer {
	background-color: #FFF200;
	padding: 2px;
	color: #00744A;
	font-family: 'Roboto';
	font-size: 16px;
	font-weight: 300;
}

	#footer a {
		color: #00744A;
		font-weight: 300;
	}
.social ul {
	padding: 0;
	list-style: none;
}
.social li {
	display: inline-block;
	padding-right: .3em;
	padding-bottom: .3em;
}
.social li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #3eb0f7;
	border-radius: 50%;
	background: #fff;
	border: solid 1px #3eb0f7;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
.social li a:hover {
	color: #fff;
	background: #3eb0f7;
}
#shortcode-basic {
	padding: 70px 0 10px;
}
#shortcode-button {
	padding: 50px 0 10px;
	width: 100%;
	min-height: 100%;
}
#shortcode-button .form-horizontal {
	padding-left: 20px;
	padding-right: 20px;
}
#shortcode-icon {
	padding: 70px 0 10px;
}
#shortcode-alert {
	padding: 70px 0 10px;
}
#shortcode-table {
	padding: 70px 0 10px;
}
#shortcode-column {
	padding: 50px 0 10px;
}
.social-icons i {
	color: #3eb0f7;
	font-size: 30px;
	line-height: 40px
}
#shortcode-alert {
	padding: 70px 0 30px;
}
.alert { 
	border: none; 
	border-radius: 0; 
	position: relative; 
	font-size: 17px; 
	line-height: 22px; 
	padding: 16px; 
	padding-left: 60px; 
}
.alert i { 
	font-size: 28px; 
	position: absolute; 
	left: 15px; 
	top: 13px; 
} 
.icon-demo i {
	font-size: 70px;
	margin-right: 20px;
}
.table > thead > tr > th { 
	background: #3eb0f7; 
	color: #fff; 
	border-bottom: 0; 
	text-transform: uppercase; 
}
.table > thead > tr > th, 
.table > tbody > tr > td { 
	font-size: 15px; 
	font-weight: 300; 
	padding: 20px 20px; 
}
.table-bg > tbody > tr:nth-child(odd) > td, 
.table-bg > tbody > tr:nth-child(odd) > th { 
	background: #fff; 
}
.table-bg > tbody > tr:nth-child(even) > td, 
.table-bg > tbody > tr:nth-child(even) > th { 
	background: #f6f6f6; 
}
.scrollToTop{
	width: 40px; 
	height: 40px;
	padding: 5px;
	font-size: 30px;
	text-align: center; 
	background: rgba(0, 0, 0, 0.2);
	color: white;
	position: fixed;
	bottom: 20px;
	right: 20px;
	border-radius: 50%;
	display: none;
}
.scrollToTop:hover{
	color: #3eb0f7;
}
.control-group .controls {
	overflow-x: hidden;
}

#banner {
	height: 200px;
	text-align: center;
	margin-bottom: 30px;
}
#banner h2 {
	margin: 30px 20px 0 0;
	font-family: 'Roboto';
	color: #FFF;
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	letter-spacing: -1px;
	text-align: center;
	width: 60%;
	margin-left: 5%;
}

#banner p {
	margin: 0;
	margin-left: 5%;
	color: #FFF;
	width: 60%;
	text-align: center;
}

#banner a {
	font-family: 'Roboto';
	font-weight: bold;
	font-size: 21px;
	text-decoration: underline;
	color: #00744A;
	margin-right: 30%;

}

hr.linha-rodape {
	border: 3px solid #8DB92F;
}

/* iPads (landscape) ----------- tab */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) {

	.site-name img {
		height: 44px;
    	position: relative;
    	margin-top: -6px;
	}
	.logo {
		margin: 10px 0 0px 0;
	}
	.logo img{
		width: 120px; 
		height: 25px
	}
	.navbar-default .navbar-nav {
		margin-top: 0px;

		margin-right: -10px;

	}
	.navbar-default .navbar-nav > li > a {
		font-family: "Roboto";
	    color: #fff;
		font-weight: 500;
		font-size: 14px;
	}
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus {
	    color: #f7f7f7;
	    font-family: "Roboto";
	    opacity: 0.5;

	}
	.landing h1{
		margin: 60px 0 60px 0;
	}	
	.landing-text {
		margin: 60px 0 40px 0;
	}
	.signup-header {
		margin-top: 250px;
	}
	.intro-pic {
		margin-top: 100px;
	}
	.feature-img {
		margin-top: 30px;
	}	
	.feat-list {
		margin-top: 10px;
	}
	.feat-list p {
		font-size: 15px;
	}
	.feature-2-pic {
		margin-top: 50px;
	}
	#client img {
		max-height: 45px;
	}	
	.video-header {
		margin: 50px 0 30px;
	}
}

/* smart-phone ----------- AQUI */
@media (max-width: 768px) {
	.logo {
		margin: 10px 40% 0 0;		
		position: relative;
	}

	.intro-linha {
		background-color: #862153;
		height: 8px;
		width: 80%;
	}

	.btn-section {
		text-align: center;
		margin-top: 0px;
		width: 100%;
		height: auto;
	}

	.btn-primary {
		font-family: Roboto;
		font-size: 18px;
		margin: 10px 5px;
		line-height: 20px;
		padding: 10px 20px;
		height: 50px;
		background: #00744A;
		transition: all 0.4s;
		color: white;
		border: 1px solid rgba(0, 0, 0, 0.15);
		box-sizing: border-box;
		box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
		border-radius: 10px;
	}
	.btn-conselho {
		font-family: Roboto;
		font-size: 18px;
		width: 100%;
		margin: 0;
		padding: 20px 10px 40px 10px;
		background: #00744A;
		transition: all 0.4s;
		color: white;
		border: 1px solid rgba(0, 0, 0, 0.15);
		box-sizing: border-box;
		box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
		border-radius: 10px;
	}

	.btn-conselho:hover, .btn-conselho:focus, .btn-conselho:active, .btn-conselho.active, .open > .dropdown-toggle.btn-conselho {
		border: 2px solid #00744A;
		background: transparent;
		color: #00744A;
	}

	.site-name img {
		height: 50px;
		position: relative;
		margin-left: 9vw;
		margin-top: -6px;
	}

	#navbar-scroll {
		background-color: #00744A;
	}

	#navbar-scroll  .nav{
		background-color: #00744A;
	}

	.navbar-nav {
		background-color: #00744A;
	}

	.navbar-collapse {
		background-color: #00744A;
	}

	.navbar-collapse {
		background-color: #00744A;
	}

	.head-btn {
		margin: 30px 0 80px;
	}
	.signup-header {
		margin: 70px 0 80px;
	}
	#intro {
		padding: 30px 0 70px;
		height: 360px;
		background-position: top left;
		background-size: cover;
	}

	#intro div .sub {
		vertical-align: middle;
	}
	#intro h2 {
		font-family: 'Roboto'; 
		font-size: 36px;
		font-weight: 500;
		margin: 15px 0 15px 0;
		text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
		text-align: center;
		padding-top: 10px;
	}

	#intro h2.contato {
		font-size: 54px;
		font-weight: 300;
		color: #1C3144;
		margin: 15px 0 15px 0;
		text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
		text-align: center;
	}

	#intro p { 
		font-size: 20px; 
	}

	#intro p.subtitulo { 
		color: #00744A;
		font-size: 44px; 
		text-align: center; 
		font-family: 'Roboto'; 
		text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); 
		font-weight: bold;
		line-height: 40px;

	}

	#policy {
		padding: 70px 0 70px;
	}
	#feature-2 h2 {
		font-family: 'Roboto';
		font-weight: 500;
		text-align: center;
	}
	#intro p, #feature-2 p {
		text-align: center;
	}


	.publique {
		font-family: 'Roboto'; font-weight: 500; font-size: 32px; color: #33658A;
	}
	.justifica {
		text-align: justify;
	}
	#feature {
		padding: 20px 0 10px;

	}
	#feature h2 {
		margin: 10px 0 20px 0;
		font-family: 'Roboto', serif;
		color: #00744A;
		font-style: normal;
		font-size: 24px;
		letter-spacing: -1px;
	}

	#feature h2 span {
		margin: 10px 0 10px 0;
		font-family: 'Roboto', serif;
		color: #00744A;
		font-style: normal;
		font-weight: 500;
		font-size: 32px;
		letter-spacing: -2px;
	}

	#feature .inner {
		display: inline-block;
		width: 100%;
		text-align: center;
		border: 0.802701px solid rgba(93, 91, 126, 0.3);
		border-radius: 10px;
		background-color: #FFF;
		margin-bottom: 20px;
	}

	.autor {
		height: 500px;
		overflow: hidden;
	}

	#client {
		padding: 10px 0 10px;

	}

	#client h2 {
		margin: 10px 0 40px 0;
		font-family: 'Roboto', serif;
		color: #00744A;
		font-style: normal;
		font-weight: 300;
		font-size: 24px;
		letter-spacing: -2px;

	}
	#client h2 span {
		margin: 10px 0 10px 0;
		font-family: 'Roboto', serif;
		color: #00744A;
		font-style: normal;
		font-weight: 500;
		font-size: 32px;
		letter-spacing: -2px;
	}
	#client img {
		height: 100px;
		opacity: 1;
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		background-color: #FFF;
		border: 0.802701px solid rgba(93, 91, 126, 0.3);
		box-sizing: border-box;
		border-radius: 10px;
	}

	#redes {
		margin: 0;
		padding: 0;
	}

	#redes h2 {
		margin: 20px 0 20px 0;
		font-family: 'Roboto', serif;
		color: #FFF;
		font-style: normal;
		font-weight: 300;
		font-size: 24px;
		letter-spacing: -2px;

	}



	#redes img {
		height: 45px;
		margin: 10px 15px;
		opacity: 1;
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
	}
	#redes img:hover {
		opacity: 0.7;
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
	}

	#redes ul li {
		font-family: 'Roboto';
		display: block;
		font-weight: 300;
		color: #FFF;
		margin:0;
		margin-left: -18%;
		margin-top: -1px;
		padding: 20px 20px;
		font-size: 20px;
		width: 122%;
		border-top: 0.802701px solid rgba(255, 255, 255, 0.5);
	}

	#feature-3 {
		padding: 0px 0 0 0px;
		margin-bottom: -20px;
	}
	#feature-3 h2 {
		margin-top: 10px;
		margin-bottom: 20px;
		font-family: 'Roboto', serif;
		color: #00744A;
		font-style: normal;
		font-weight: 300;
		font-size: 24px;
		letter-spacing: -2px;
	}

	#feature-3 h2 span {
		margin: 10px 0 10px 0;
		font-family: 'Roboto', serif;
		color: #00744A;
		font-style: normal;
		font-weight: 500;
		font-size: 32px;
		letter-spacing: -2px;
	}

	#feature-3 .inner {
		display: inline-block;
		width: 100%;
		text-align: center;
		border: 0.802701px solid rgba(93, 91, 126, 0.3);
		border-radius: 10px;
		background-color: #FFF;
		margin-bottom: 20px;
		  table-layout: fixed;

	}

	#redes hr {
		border: none;
		margin: 0 ;
		margin-top: 20px;
		padding: 0;
	}

	#redes ul li a{
		color: #FFF;
		padding: 10px 0 10px 0;
	}

	#testi {
		padding: 10px 0 10px;
	}


	#testi h2 {
		margin: 0px 0 0px 0;
		font-family: 'Roboto', serif;
		color: #00744A;
		font-style: normal;
		font-weight: 300;
		font-size: 24px;
		letter-spacing: -2px;
	}

	#testi h2 span {
		margin: 0 0 0px 0;
		font-family: 'Roboto', serif;
		color: #00744A;
		font-style: normal;
		font-weight: 500;
		font-size: 32px;
		letter-spacing: -2px;
	}

	

	#conselho {
		padding: 40px 0 100px;
		background-color: #547E9D;
		color: #FFF;
	}

	#conselho h2 {
		margin: 10px 0 10px 0;
		font-family: 'Roboto', serif;
		color: #FFF;
		font-style: normal;
		font-weight: 300;
		font-size: 30px;
		letter-spacing: -2px;
	}

	#conselho hr { 
		border: 1px solid #FFF;
		margin-top: 30px;
		margin-bottom: 30px;
	 }

	#calltoaction {
		padding: 0px 0 20px;
	}

	#calltoaction h2 {
		margin: 10px 0 10px 0;
		font-family: 'Roboto', serif;
		color: #00744A;
		font-style: normal;
		font-weight: 300;
		font-size: 28px;
		letter-spacing: -1px;
	}

	#calltoaction h2 span {
		margin: 10px 0 10px 0;
		font-family: 'Roboto', serif;
		color: #00744A;
		font-style: normal;
		font-weight: 500;
		font-size: 28px;
		letter-spacing: -1px;
	}

	#calltoaction a.link {
		color: #00744A; 
		font-family: Roboto;
		font-style: normal;
		font-weight: normal;
		font-size: 24px;
		text-align: center;
		text-decoration-line: underline;
		margin-bottom: 40px;
	}

	#calltoaction p {
		font-size: 18px;
	}
	#contact {
		margin-bottom: 20px;
	}

	#contact  h2 {
		font-family: 'Roboto'; font-size: 28px; font-weight: 500; color: #00744A;
		letter-spacing: -1px;

	}

	#contact p.justificado {
		text-align: justify;
	}

	.row-feat {
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 0;
		margin-bottom: 0;
	}
	.feat-list  {
	}
	#feature-2 {
		padding: 40px 0 50px;
	}
	.feature-2-pic {
		margin-top: 50px;
	}
	#package {
		padding-top: 80px;
	}
	.package-option {
		padding: 50px 0 50px;
	}
	.price-box {
		margin-bottom: 30px;
	}
	#client img {
		margin: 10px 0 10px;
	}	
	.contact-left {
		margin-bottom: 50px;
	}
	.contact-row {
		margin: 20px 0 0px;
	}

	.video-header {
		margin: 50px 0 30px;
	}
	#bottom-action {
		text-align: center;
	}

	#roda img {
		width: 205px;
		margin: 20px 0 -20px 0;
		opacity: 1;
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
	}

	#footer {
		background: #1C3144;
		padding: 20px 0 20px;
		color: #FFF;
		font-family: 'Roboto';
		font-size: 16px;
		font-weight: 300;
		text-align: center;
	}

	#footer a {
		color: #FFF;
		font-weight: 300;
	}

	#banner h2 {
		margin: 0px 20px 0 0;
		padding-top: 20px;
		font-family: 'Roboto';
		color: #FFF;
		font-style: normal;
		font-weight: 500;
		font-size: 24px;
		letter-spacing: -1px;
		text-align: center;
		width: 100%;
		margin-left: 0;
	}

	#banner p {
		margin: 0;
		margin-left: 5%;
		color: #FFF;
		width: 95%;
		text-align: center;
	}

	#banner a {
		font-family: 'Roboto';
		font-weight: bold;
		font-size: 17px;
		text-decoration: underline;
		color: #00744A;
		text-align: center;
		margin-right: 0;
	}

	#banner {
		height: 200px;
		text-align: center;
		margin-bottom: 0px;
	}
}	
/* iPhone 6Plus (landscape) ----------- */
@media (max-width: 736px) {
	.feature-img {
		margin-top: 0;
	}
}

/* iPhone 6 (landscape) ----------- */
@media (max-width: 667px) {
	.logo {
		margin: 30px 0 30px 0;
	}
	.site-name img {
		height: 50px;
    	position: relative;
    	margin-left: 9vw;
    	margin-top: -6px;
	}
	.landing h1{
		font-size: 50px;
		margin: 10px 0 25px 0;
	}
	.landing-text {
		margin-top: 20px;
	}
	.subscribe p {
		margin: 25px auto 15px;
	}
	.subscribe-form {
		margin: 20px auto 100px;
	}
	.action h2 {
		margin-top: 70px;
	}
	.download-cta {
		padding: 50px 0 100px;
	}
}

/* iPhone 5 (landscape) ----------- */
@media (max-width: 568px){
	.logo {
		margin: 15px 0 15px 0;
	}
	.site-name img {
		height: 50px;
    	position: relative;
   	 	margin-left: 9vw;
    	margin-top: -6px;
	}
	.landing h1{
		font-size: 40px;
		margin: 20px 0 10px 0;
	}
	.landing-text p {
		font-size: 16px !important; 
	}
	#intro {
		padding-top: 50px;
	}
	#policy {
		padding-top: 50px;
	}
	#feature {
		padding-top: 10px;
	}
	.feat-list i {
		padding-left: 20px;
	}
	#feature-2 {
		padding: 50px 0 70px;
	}
	#screenshot {
		padding-top: 70px;
	}	
	.screenshots {
		padding-top: 30px;
		padding-bottom: 70px;
	}
	#testi {
		padding: 10px 0 10px;
	}
	.testi-item .box .message {
		line-height: 25px;
		font-size: 18px;
	}
	.action h2 {
		margin: 50px 0 20px;
	}
	.download-text p {
		line-height: 1.5;	
	}	
}


@media (min-width: 1470px) {

	.site-name img {
		height: 7vh;
		margin-top: -5px;
	}
}

/* iPhone 4 (landscape) ----------- */
@media (max-width: 480px) {
	.site-name img {
		height: 50px;
    	position: relative;
    	margin-left: 14vw;
    	margin-top: -6px;
	}
	.feat-list i {
		padding-left: 5px;
	}
	.site-name img {
		height: 50px;
    	position: relative;
    	margin-left: 8vw;
    	margin-top: -6px;
	}
	.action h2 {
		font-size: 30px;
	}
	.button-demo li {
		padding-bottom: 50px;
	}

	.intro-linha {
		background-color: #862153;
		height: 8px;
		width: 60%;
	}
}

/* smart phone width: 360px ----------- */
@media (max-width: 360px) {
	.col-12 {
		margin-bottom: 10px;
	}
	#feature h2 {
		margin: 10px 0 20px 0;
		font-family: 'Roboto', serif;
		color: #00744A;
		font-style: normal;
		font-size: 24px;
		letter-spacing: -1px;
	}

	#feature h2 span {
		margin: 10px 0 10px 0;
		font-family: 'Roboto', serif;
		color: #00744A;
		font-style: normal;
		font-weight: 500;
		font-size: 32px;
		letter-spacing: -2px;
	}

	.site-name img {
		height: 50px;
    	position: relative;
    	margin-left: 9vw;
    	margin-top: -6px;
	}

	#intro p {
		font-size: 24px;
		color: #FFF; 
		text-align: center; 
		font-family: 'Roboto';
	}

	.btn-section {
		text-align: center;
		margin-top: 0px;
	}

	#feature {
		padding: 10px 0 10px;

	}

	
	#feature .feature-title p {
		font-size: 18px;
	}
	#feature .inner {
		display: inline-block;
		width: 100%;
		text-align: center;
		border: 0.802701px solid rgba(93, 91, 126, 0.3);
		border-radius: 10px;
		background-color: #FFF;
		margin-bottom: 50px;
	}

	#client {
		padding: 10px 0 10px;
	}

	#client h2 {
		margin: 20px 0 40px 0;
		font-family: 'Roboto', serif;
		color: #00744A;
		font-style: normal;
		font-weight: 300;
		font-size: 24px;
		letter-spacing: -2px;

	}
	#client img {
		height: 100px;
		margin: 10px 5px;
		opacity: 1;
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		background-color: #FFF;
		border: 0.802701px solid rgba(93, 91, 126, 0.3);
		box-sizing: border-box;
		border-radius: 10px;
	}

	#redes img {
		height: 54px;
		margin: 10px 25px;
		opacity: 1;
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
	}
	#redes img:hover {
		opacity: 0.7;
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
	}


	.margin-baixo {
		margin-bottom: 20px;
	}
	.feat-list  {
		margin: 0;
		margin-top: 0px;
	}
	.feat-list i {
		padding-left: 0;
	}
	#feature .inner {
		padding-left: 7px;
	}
	.video-header {
		margin: 30px 0 30px;
	}

	#calltoaction .linha {
	border-top: 10px solid #00744A;
	margin-bottom: 20px;
	width: 80%;
}

	hr.linha-rodape {
		border: 3px solid #00744A;
	}

	.intro-linha {
	background-color: #862153;
	height: 8px;
	width: 60%;
}
}

/* iPhone 4/5 (portrait) ----------- */
@media (max-width: 320px) {
	.logo {
		margin: 30px 0 20px 0;
	}
	.landing h1{
		margin: 20px 0 35px 0;
	}

	#feature {
		padding: 20px 0 20px;

	}
	.site-name img {
		height: 50px;
    	position: relative;
    	margin-left: 9vw;
    	margin-top: -6px;
	}

	#feature .inner {
		display: inline-block;
		width: 100%;
		text-align: center;
		border: 0.802701px solid rgba(93, 91, 126, 0.3);
		border-radius: 10px;
		background-color: #FFF;
		margin-bottom: 50px;
	}
	.btn-default {
		font-size: 28px;
		margin: 30px 0;
		padding: 15px 30px;
		height: 35px;
		border-radius: 80px;
	}
	.btn-primary {
		font-family: Roboto;
		font-size: 24px;
		margin: 30px 0 10px;
		padding: 15px 30px;
		height: 35px;
		border-radius: 80px;
	}
	.btn-conselho {
		font-family: Roboto;
		font-size: 24px;
		margin: 30px 0 10px;
		margin-right: 15px;
		padding: 10px 40px;
		height: 35px;
		border-radius: 80px;
	}
	.subscribe-form {
		margin: 50px auto 110px;
	}
	.subscribe-form input {
		padding: 5px 15px;
	}
	.subscribe-form button {
		padding: 0 15px;
	}
	.action h2 {
		margin: 70px 0 20px;
	}
	.table > thead > tr > th, 
	.table > tbody > tr > td { 
		padding: 20px 10px; 
	}
}