
@import url('https://fonts.googleapis.com/css2?family=Blinker:wght@100;200;300;400;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import "https://fonts.googleapis.com/css?family=Poppins:400,900";


$color_1: white;
$color_2: blue;
$font-family_1: "Poppins";
$font-family_2: "Poppins", sans-serif;

body {
	overflow: hidden;
}
.world canvas {
    width: 100vw !important;
    height: 100% !important;
	display: block;
}
.world {
	position: absolute;
	width: 100%;
	height: 100%;
}
.title {
	position: absolute;
	color: $color_1;
	width: calc (100%-80);
	font-size: 24px;
	font-weight: 900;
	font-family: $font-family_1;
	//text-align: right;
	letter-spacing: 1px;
	bottom: 40px;
	left: 40px;
	//display: none;
}
.remark {
	position: relative;
	color: $color_1;
	font-size: 10px;
	font-family: $font-family_1;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.5;
	//display: none;
}
.credits {
	position: relative;
	color: $color_1;
	margin-top: 20px;
	font-size: 10px;
	font-family: $font-family_2;
	font-weight: 900;
	letter-spacing: 3px;
	text-transform: uppercase;
	a {
		color: $color_1;
		text-decoration: none;
		&:hover {
			color: $color_2;
			text-decoration: none;
		}
	}
}


  #speed-mulltiple-dots-particles{
      position: absolute;
      left: 0;
      right: 0;
      width: 100%;
  }
  #speed-mulltiple-dots-particles canvas {
      width: 100%;
      height: auto;
  }

  @media screen and (max-width: 991px) {
    .hiddenIsmobile {
      display: none !important;
    }
  }

  @media screen and (max-width: 767px) {
    .mobileDirectionColumn {
      flex-direction: column !important;
    }
    .diagram-img-left {
      max-width: 150px
    }
    .img-adoption-initial {
        width: 50% !important;
    }
    .img-adoption-final {
        width: 100% !important;
    }
}
    
  @media screen and (max-width: 768px) and (min-width: 425px) {
    .container-cube {
	    position: relative;
	    perspective: var(--perspective);
	    padding: 3cm 0 !important;
    }
      
  }
  
  @media screen and (max-width: 768px) and (min-width: 10px) {
    .text-web3 {
	    margin: 3% 0 !important;
    }
    .tblt-col {
        padding: 0px !important;
    }
    .waves canvas {
        height: 75vh !important;
    }
  }

.coloredTextLink::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-image: linear-gradient(90deg, #4DB3B3 0%, #5E6AE5 50%, #7C55EB 100%);
  transform: translateY(4px);
}

  .hover-nav-btn:hover {
    opacity: 0.5 !important;
    text-decoration: none;
    -webkit-transition: all .1s ease !important;
    transition: all .1s ease !important;
  }
  
  .coloredText {
    position: relative;
}

  .hover-a-btn {
    color: white !important;
  }

  .hover-a-btn:hover {
    color: black !important;
    background: white !important;
  }

  .hover-multilanguage {
    background: white;
    color: black;
  }
  
  .hover-multilanguage:hover {
    background: linear-gradient(90deg, #00B69F 0%, #40B3EF 34%, #4C40F7 100%);
    color: white !important;
    transition: all .1s ease;
  }

#waves-particles-animation {
    width: 100%; 
    overflow: hidden;
    position: absolute;
}
#waves-particles-animation_mobile {
    width: 100%; 
    overflow: hidden;
    position: absolute;
}

.bg-content {
    background: #000000 !important;
}

.backgorund-svg-bts-image {
    background-image: url("../images/pattern Final.svg");
    background-size: cover;
}

canvas {
    height: 72vh !important;
}


.primary-font {
    font-family: Blinker;
}

.secondary-font {
    font-family: Roboto;
}

.coloredText {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background: linear-gradient(90deg, #00B69F 0%, #40B3EF 34%, #4C40F7 100%);
}


.colorSubtitle {
    color: #FFFFFF !important;
}

.colorText {
    color: #BDBDBD !important; 
}

.text-to-change {
	opacity: 0;
	transition: opacity 0.5s;
}

#image-to-fade {
	opacity: 0;
	transition: opacity 0.5s;
}

.select-language{
	background-color: transparent;
	color: white;
	
	font-weight: 400;
    border: none;
	margin-top: 9px;
}

.navbar-scroll:after {
	display: none !important;
	content: none !important;
}

.icon-bar {
	width: 25px !important;
	height: 3px !important;
}

.navbar-toggle:hover {
	outline: none;
	background-color: transparent !important;
}

.navbar-toggle:focus {
	outline: none;
	background-color: transparent !important;
}

.select-language:focus {
    border: none;
    outline: none; /* Para remover também o contorno de foco */
	background-color: transparent;
}

.select-language:hover {
	opacity: 0.8;
}

.select-language-mobile:hover {
    border: none;
    outline: none; /* Para remover também o contorno de foco */
	background-color: transparent;
}

option {
	color: black;
	border: none;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav>li>a:hover {
    opacity: 0.8;
}

.select-language-mobile {
	background-color: transparent;
	color: white;
	
	font-weight: 400;
    border: none;
}

html, body {
	width: 100%;
	overflow-x: hidden;
}
body {
	height:100%;
	
	font-weight: 300;
	padding:0;
	margin:0;
	font-size:16px;
	line-height: 28px;
	color: #585566; 
	background: #f8f8f8;
	overflow-x:hidden;
	position: relative;
}

#limit {
	max-width: 2600px;

}
input[type='file'] {
  display: none
}

.carousel-images {
	min-width: 80%;
}

/* 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-weight: 300; font-size: 38px; line-height: 40px; margin:0 0 .3em; ;
  }
h3 {  font-weight: 300; font-size: 1.4em; line-height:1.4em; }
h4 {  font-weight: 300; font-size: 1.25em; }
h5 {  font-size: 1.1em; line-height:1.4em; }
h6 {  font-size: 1em; line-height:1.2em; }

h1 , h2 , h3 , h4 , h5 , h6  {
	text-decoration: none
}

h2.slideshow {
	font-size: 94px;
	font-weight: 300;
	margin: 50px 0 15px 0;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	text-align: center;
}

p.slideshow {
		color: #FFF; font-size: 26px; text-align: center; 
		margin-top: 70px;

}

hr {
	width: 80%;
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin-top: 0px;
	margin-bottom: 0px;

}	 
p { 
	font-weight: 300;
	padding: 0 0 1em;
	margin:0;
}
a {
	outline: 0;
	font-weight: 300;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
} 
a:hover {
	text-decoration: none;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
.highlight {
	color: #3eb0f7;
}
#preloader { 
	position: fixed; 
	left: 0; 
	top: 0; 
	z-index: 99999; 
	width: 100%; 
	height: 100%; 
	overflow: visible; 
	background: #000000 url(../images/loader-bitshopp.gif) no-repeat center center;
	background-size: 100px 100px;
	background-repeat: no-repeat !important
}

#apresentation {
	overflow: visible; 
	background: #000000 url(../images/apresentacao-gif.webm) 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;
}

#menu-nav {
	display: none;
}

.mobile {
	display: none;
}

.navbar-default {
	background-color: #000000;
	padding: 15px 0;
	position: absolute;
	top: 0;
	z-index: 9997;
	left: 0;
	width: 100%;
}
.navbar-default .navbar-brand {
    padding: 0 0 5px 0;
}
.navbar-default .navbar-nav > li > a {
	
    color: #fff;
	font-weight: 600;
}

.navbar-default .navbar-nav > li > form {
	
    color: #fff;
	font-weight: 600;
}

#navbar-scroll-mobile li{
	font-size: 24px;
	
	font-weight: normal;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgb(255, 255, 255, 0.7) !important;
}

#navbar-scroll-mobile li a{
	padding-bottom: 10px;
}


.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;
	
	font-weight: 300;
}

.btn-primary {
	
	font-size: 24px;
	margin: 30px 0 10px;
	margin-right: 10px;
	line-height: 20px;
	padding: 10px 25px;
	height: 50px;
	background: transparent;
	transition: all 0.4s;
	color: black;
	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: 50px;
	font-weight: 300;

}

.btn-conselho {
	
	font-size: 24px;
	margin: 10px 0;
	margin-right: 10px;
	line-height: 20px;
	padding: 30px 45px;
	height: auto;
	background: #F7931E;
	transition: all 0.4s;
	color: white;
	border: 2px 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-li-nav:hover{
	background-color: #FFF ;
}

.li-a-hover:hover {
	color: #000000 !important;
}

.btn-conselho:hover, .btn-conselho:focus, .btn-conselho:active, .btn-conselho.active, .open > .dropdown-toggle.btn-conselho {
	border: 2px solid #F7931E;
	background: transparent;
	color: #F7931E;
}


.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: 5.5vh;
    margin-left: -10px;
}

.painel-ecosystem {
	width: 11% !important;
	height: auto !important;
	max-width: none !important;
	margin: 15px 1% 15px 0 !important;
}

.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-weight: 600; font-size: 42px; color: #33658A;
}

#intro {
    
	padding: 20px 0 20px;
	background-position: center center;
	background: transparent;
}

#intro div .sub {
	vertical-align: middle; 
}

#intro h2 {
	font-size: 38px;
    letter-spacing: 0px;
    font-weight: 300;
    margin: 10% 0 0 10%;
    padding-top: 10%;
	/* text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
	text-align: left;
	
	color: #FFF;

}

#intro h2.contato {
	font-size: 94px;
	font-weight: 400;
	
	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: 20px; 
	text-align: left; 
	font-weight: 400;
	width: 100%;
	padding-left: 10%;
}

#intro p.subtitulo { 
	color: #F7931E; 
	font-size: 80px; 
	text-align: left; 
	 
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); 
	font-weight: 400;
}
.intro-pic {
	margin-top: 20px;
}

#intro img {
	width:40%; 
	float: right; 
	margin-top: 12%;
}

.btn-section {
	padding-top: 20px;
}
#feature {
	margin-top: 0;
	margin-bottom: 30px;

}

#feature h2 {
	margin: 10px 0 10px 0;
	
	color: #585566;
	font-style: normal;
	font-weight: 300;
	font-size: 38px;
	letter-spacing: 0px;
}

#feature span {
	margin: 0px 0 0px 0;
	
	color: #585566;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	letter-spacing: 0px;
}

#feature .feature-title p {
	font-size: 18px;
}
.row-feat {
	padding-top: 30px;
}
.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: 5% 2%;
	background-color: #FFF;
	margin-bottom: 0px;
	margin-top: 0;
	height: 264px;
}

.autor {
	height: 400px;
	overflow: hidden;
}

#feature .inner img {
	max-width: 40%;
}


#feature .inner h4 {
	
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	text-align: center;
	color: #585566;
}

#feature .inner h5 {
	
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	color: #585566;
	min-height: 50px;
}
#feature .inner p {
	
	font-weight: 300;
	font-size: 16px;
	text-align: center;
	color: #585566;

}
#feature-2 {
	padding: 20px 0 20px;
}
#feature-2 h2 {
	
	font-size: 40px;
	font-weight: 200;
	margin: 15px 0 15px 0;
}
.feature-2-pic {
	margin-top: 20px;
}

/**/
#feature-3 {

}
#feature-3 h2 {
	margin: 10px 0 10px 0;
	
	color: #585566;
	font-style: normal;
	font-weight: 300;
	font-size: 38px;
	letter-spacing: 0px;
	padding-top: 30px;
}

#feature-3 span {
	margin: 0px 0 0px 0;
	
	color: #585566;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	letter-spacing: 0px;
}

#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: 30px;
    margin-top: 0;
    height: 280px;
}
#feature-3 .inner img {
	max-width: 70%;
}

#feature-3 .inner h4 {
	
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 24px;
	text-align: left;
	color: #585566;
	margin-bottom: 10px;
	text-align: center;
}

#feature-3 .inner h5 {
	
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	color: #585566;
	height: 70px;
}
#feature-3 .inner p {
	
	font-weight: 300;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	color: #585566;

}

#feature-3 .inner-dev {
	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: 30px;
	margin-top: 0;
	table-layout: fixed;

}

#feature-3 .inner-dev img {
	max-width: 200px;
	float: left;
	margin-right: 30px;
}

#feature-3 .inner-dev  p span{
	color: #2D9CDB; text-align: left;
}

#feature-3 .inner-dev h4 {
	
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 24px;
	text-align: left;
	color: #585566;
	margin-bottom: 10px;
}

#feature-3 .inner-dev p {
	
	font-weight: 300;
	font-size: 16px;
	line-height: 16px;
	text-align: left;
	color: #585566;

}





/**/
.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: 50px 0 50px;
	background-color: #FFF;
	border-top: 2px solid #00000012;
}


#client h2 {
	margin: 40px 0 10px 0;
	
	color: #585566;
	font-style: normal;
	font-weight: 300;
	font-size: 38px;
	letter-spacing: 0px;
}

#client h3 {
	margin: 10px 0 10px 0;
	font-family: 'Blinker', serif;
	color: #585566;
	font-style: normal;
	font-weight: 300;
	font-size: 32px;
	letter-spacing: 0px;
	line-height: 28px;

}

#client span {
	margin: 0px 0 0px 0;
	
	color: #585566;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0px;
}
#client img {
	margin: 30px 6px;
	max-width: none;
	opacity: 1;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	background-color: #FFF;
	box-sizing: border-box;
	border-radius: 10px;
}

#client img:first {
	margin-left: 0;
}
#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: #0F0F0F;
	padding: 20px 0 20px;
}
#redes h2 {
	margin: 20px 0 20px 0;
	
	color: #FFF;
	font-style: normal;
	font-weight: 300;
	font-size: 38px;
	letter-spacing: -1px;

}
#redes img {
	height: 65px;
	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 {
	height: 1px;
	background: linear-gradient(to right, #452CDD, #0BC5B9);
	margin-top: 40px;
	margin-bottom: 30px;
	width: 105%;
}

#redes ul li {
	
	display: inline-flex;
	color: #FFF;
	margin: 10px;
	font-size: 20px;
}

#redes ul li:hover {
	opacity: .5;
}

#redes ul li a{
	color: #FFF;
}

#roda {
	padding: 20px 0 20px;
}
#roda h2 {
	margin: 20px 0 20px 0;
	
	color: #FFF;
	font-style: normal;
	font-weight: 300;
	font-size: 38px;
	letter-spacing: -2px;

}
#roda img {
	width: 100px;
	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: 'Blinker', serif;
	font-size: 14px;
	color: #FFF;
}

#testi {
	padding: 20px 0 20px;
}

#testi h2 {
	margin: 10px 0 0px 0;
	
	color: #585566;
	font-style: normal;
	font-weight: 300;
	font-size: 38px;
	letter-spacing: -2px;
}

#testi span {
	margin: 0 0 10px 0;
	color: #585566;
	font-style: normal;
	font-weight: 300;
	font-size: 42px;
	letter-spacing: -2px;
}

#testi  h5 {
	
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	text-align: center;
	color: #585566;
	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;
	
	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 {
	background-color: white;
	border-top: 2px solid #00000012;
}

#calltoaction .container-img {
	width: 100%;
	padding: 40px 0 120px 0 !important;
	max-width: none;
	background-image: url('../images/footer-br-esferas.png');
	background-size: cover;
}

#calltoaction h2 {
	margin: 10px 0 10px 0;
	
	color: #585566;
	font-style: normal;
	font-weight: 300;
	font-size: 38px;
	letter-spacing: -2px;
}

#calltoaction a.link {
	color: #F7931E; 
	
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	text-align: center;
	text-decoration-line: underline;
}

#conselho {
	padding: 40px 0 100px;
	background-color: #547E9D;
	color: #FFF;
}

#conselho h2 {
	margin: 10px 0 10px 0;
	font-family: 'Blinker', serif;
	color: #FFF;
	font-style: normal;
	font-weight: 300;
	font-size: 38px;
	letter-spacing: -2px;
}

#conselho hr { 
	border: 1px solid #FFF;
	margin-top: 30px;
	margin-bottom: 30px;
 }


.owl-theme .owl-controls .owl-page span{
	background: #F7931E;
}
.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: 38px;
	font-weight: 300;
}
.download-cta {
	padding: 50px 0 160px;
}
#contact {
	width: 100%;
}
#contact  h2{ 
	font-size: 42px;
	 color: #66191E;
	margin: 10px 0 10px 0;
	font-family: 'Blinker', serif;
	font-style: normal;
	font-weight: 600;
	letter-spacing: -2px;
}
.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 0 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: #000000;
	padding: 10px 0 10px;
	color: #FFF;
	
	font-size: 18px;
	font-weight: 300;
}

	#footer a {
		color: #FFF;
		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;
}


.img-bottom-mobile {
	padding-bottom: 30px;
}

/* iPads (landscape) ----------- tab */
@media only screen 
and (min-width : 769px) 
and (max-width : 1024px) {
	.image-double {
		max-width: 70%;
	}

	.pd-bt-lg {
		padding-bottom: 70px !important;
	}
	.hr-border{
		width: 90%;
		padding: 0 15px 0;
		margin-top: 10px;
	}
	#feature-3 h2 {
		margin: 40px 0 10px 0;
		
		color: #585566;
		font-style: normal;
		font-weight: 300;
		font-size: 38px;
		letter-spacing: 0px;
		padding-top: 30px;
	}

	.connect-app {
		width: 90% !important;
		height: auto;
	    margin: 5px 5px;
	    opacity: 1;
	    transition: all 0.3s ease;
	    -webkit-transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
	    background-color: #FFF;
	    box-sizing: border-box;
	    border-radius: 10px;
	}

	.cont-modified {
		width: 100% !important;
	}

	.container {
		width: 90%;
	}

	.tblt-col {
		margin: 0 15px !important;
	}

	.bnr-abt {
		padding: 0;
	}

	#feature {
		margin-top: -30px !important;
		padding: 0px 0 10px;
		margin-bottom: 0px;
	}

	.textAlign {
		text-align: center;
	}

	.adjust-feature-top {
		margin: 110px 0 40px 0 !important;
	}

	.wht-lbl {
		display: none !important;
	}
	
	.content_header {
		padding-top: 0 !important;
	}
	.mrgn-none {
		margin: 0 !important;
	}
	#client .size-intro-infra {
		width: 70%;
		display: block;
	}

	#client .size-text-infra {
		width: 75%;
		display: block;
	}

	.img-bottom-mobile {
		padding-bottom: 0;
	}

	.images_bottom {
		margin: 1vh 0 0 0;
	}

	#feature .inner {
		height: 20em;
	}

	.btn-li-nav {
		margin: 0px 0px 0px 0px;
	}

	.btn-li-nav a:hover {
		color: #FFF;
		background-color: #000000;
	}

	#intro h2 {
		
		font-weight: 200;
	    font-size: 50px !important;
	    width: 100%;
		display: block;	    
		margin: 10vh 0 0 0 !important;
	}

	#intro p {
		
		font-weight: 400;
	    color: #FFF;
	    font-size: 20px;
	    text-align: left;
	    width: 22em;
		display: block;
	    padding-left: 3%;
		margin: 0 0 6% 0;
	}

	#intro img {
		width: 40%;
	    float: right;
	}

	.content_header {
		width: 90% !important;
		margin-top: -5% !important;
	}

	.center-items-head {
		width: 90% !important;
	}

	.video-container {
		height: 90% !important;
	}

	.img_header {
		margin: 0 !important;
		height: 30% !important;
		width: 29% !important;
	}

	.btn-section {
	    padding-top: 20px !important;
		margin: 0 !important;
	}

	h2.slideshow {
		font-size: 72px;
		font-weight: 300;
		margin: 20px 0 15px 0;
		text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
		text-align: center;
	}

	p.slideshow {
		color: #FFF; 
		font-size: 24px; 
		text-align: center; 
		
		margin-top: 70px;
		height: 100px;
	}

	#feature-3 .container{
		width: 90%;
	}

	#feature .container{
		width: 90%;
	}

	.site-name img {
		height: 5.4vh;
	    position: relative;
	    margin-left: 0px;
	    margin-top: 8px;
	}
	.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 {
		
	    color: #fff;
	    font-weight: 600;
	    font-size: 14px;
	    margin-left: 2%;
	    margin-right: 2%;
	    min-width: 150px;
	    margin-top: 0px !important;
	    text-align: center;
	}

	.navbar-default .navbar-nav > li > form {
		
	    color: #fff;
	    font-weight: 600;
	    font-size: 14px;
	    margin-left: 2%;
	    margin-right: 2%;
	    margin-top: 0x !important;
	    text-align: center;
	}

	.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 {
		height: 100%;
		width: 21%;
		margin: 5px 5px;
		opacity: 1;
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		background-color: #FFF;
		box-sizing: border-box;
		border-radius: 10px;
	}
	.video-header {
		margin: 50px 0 30px;
	}

	#calltoaction {
		border-top: 2px solid #00000012;
	}

	#calltoaction .container-img {
		padding: 30px 0 90px 0 !important;
	}
}

@media only screen 
and (min-width : 1025px) 
and (max-width : 1440px) {

	.image-double {
		max-width: 70%;
	}
	.ctrl-top-about {
		padding: 50px 0;
	}
	.ctrl-secTop-about {
		padding-top: 50px;
	}
	.hr-border{
		width: 93%;
	}
	#calltoaction {
		border-top: 2px solid #00000012;
	}

	.ecosystem-pre-link {
		margin: 0 0 10px!important;
	}
	.ftr {
		padding-top: 50px;
	}

	.connect-app {
		width: 95% !important;
		height: auto;
	    margin: 5px 5px;
	    opacity: 1;
	    transition: all 0.3s ease;
	    -webkit-transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
	    background-color: #FFF;
	    box-sizing: border-box;
	    border-radius: 10px;
	}

	.cases {
		padding-top: 30px;
	}

	#calltoaction .container-img {
		padding: 30px 0 90px 0 !important;
	}

	#feature-3 .container{
		width: 70%;
	}

	#feature-3 {
		padding: 40px 0 20px 0;
	}
	
	#client .size-intro-infra {
		width: 70%;
		display: block;
	}

	#client .size-text-infra {
		width: 75%;
		display: block;
	}

	#client .container {
		width: 70%;
	}

	#feature {
		margin-top: -30px !important;
		padding: 0px 0 10px;
		margin-bottom: 0px;
	}

	.adjust-feature-top {
		margin: 60px 0 30px 0 !important;
	}

	#feature .container{
		width: 70%;
	}

	#feature .inner {
		height: 284px;
	}
	.cont-modified {
		width: 70%;
	}

	.btn-li-nav {
		margin-top: 0px;
	}

	.btn-li-nav a:hover {
		color: #FFF ;
		background-color: #000000;
	}

	#intro h2 {
		
		font-weight: 200;
	    font-size: 38px ;
	    width: 70%;
		display: block;
	    margin: 0 !important;
	}

	#intro p {
	    color: #FFF;
	    font-size: 20px;
		
		font-weight: 400;
	    width: 50rem;
		display: block;
		margin: 0 0 10% 0;
	}

	#intro img {
		width: 40%;
	    float: right;
	    margin-top: 30vh;
	}

	.img_header {
		margin: 0 0 0 0 !important; 
		width: 29% !important;
		height: 30% !important;
	}

	.btn-section {
	    padding-top: 20px;
	}

	.btn-primary {
		
		font-size: 24px;
		margin: 30px 0 10px;
		margin-right: 13%;
		line-height: 20px;
		padding: 10px 25px;
		height: 50px;
		background: transparent;
		transition: all 0.4s;
		color: black;
		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: 50px;
		font-weight: 300;

	}

	h2.slideshow {
		font-size: 72px;
		font-weight: 300;
		margin: 20px 0 15px 0;
		text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
		text-align: center;
	}

	p.slideshow {
		color: #FFF; 
		font-size: 24px; 
		text-align: center; 
		
		margin-top: 70px;
		height: 100px;
	}

	.site-name img {
		height: 5.8vh;
	    position: relative;
	    margin-left: 0px;
	    margin-top: 8px;
	}
	.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 {
		
	    color: #fff;
	    font-weight: 600;
	    font-size: 15px;
	    margin-left: 2%;
	    margin-right: 2%;
	    min-width: 170px;
	    margin-top: 0 !important;
	    text-align: center;
	}

	.navbar-default .navbar-nav > li > form {
		
	    color: #fff;
	    font-weight: 600;
	    font-size: 15px;
	    margin-left: 2%;
	    margin-right: 2%;
	    margin-top: 0 !important;
	    text-align: center;
	}

	.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: 200px;
	}	
	.video-header {
		margin: 50px 0 30px;
	}
}

/* smart-phone ----------- AQUI */
@media screen and (max-width: 768px) {

	.wht-lbl {
		display: none !important;
	}
	.hr-border{
		width: 95%;
	}

	.img-hover {
		padding: 0;
	}

	.center-items-row {
		margin-top: 35px;
	}

	.tblt-col {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.navbar-header {
		display: flex;
		justify-content: center;
		width: 100%;
	}

	.bnr-abt {
		padding: 0;
	}

	#navbar-scroll {
		display: none !important;
	}

	.navbar-toggle {
		display: block !important;
	}

	.connect-app {
		width: 90% !important;
		height: auto;
	    margin: 5px 5px;
	    opacity: 1;
	    transition: all 0.3s ease;
	    -webkit-transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
	    background-color: #FFF;
	    box-sizing: border-box;
	    border-radius: 10px;
	}

	video {
		position: absolute;
		top: 0 ;
		left: 0 ;
		width: 100% ;
		height: 11% !important;
		object-fit: fill ;
	}

	.big-text-mobile {
		font-size: 30px !important;
	}

	.textAlign {
		text-align: justify;
	}

	.painel-ecosystem {
		width: 17% !important;
		height: auto !important;
		max-width: none !important;
		margin: 15px 1% 15px 0 !important;
	}

	.container {
		width: 90% !important;
	}

	.component {
		height: auto !important;
	}

	.logo {
		margin: 10px 40% 0 0;		
		position: relative;
	}

	.desktop {
		display: none;
	}

	.center-items-head {
		width: 100% !important;
	}

	.mobile {
		display: block;
	}

	.btn-default {
		font-size: 28px;
	    padding: 15px 30px;
		
		font-weight: 600;
	    margin-top: 50px;
	}

	.btn-section {
		text-align: center;
	    margin-top: 30px;
	    width: 100%;
	    height: auto;
	}

	.btn-conselho {
		
		font-size: 18px;
		width: 100%;
		margin: 0;
		padding: 20px 10px 20px 10px;
		background: #F7931E;
		transition: all 0.4s;
		color: white;
		box-sizing: border-box;
		box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
		border-radius: 10px;
		border: 2px  solid #F7931E;

	}

	.btn-conselho:hover, .btn-conselho:focus, .btn-conselho:active, .btn-conselho.active, .open > .dropdown-toggle.btn-conselho {
		border: 2px  solid #F7931E;
		background: transparent;
		color: #F7931E;
	}

	.site-name img {
		height: 50px;
	    position: relative;
	    margin-left: 28vw;
	    margin-top: 0px;
	}

	#feature-3 .container{
		width: 90%;
	}

	#feature .container{
		width: 90% !important;
	}

	#client .container{
		
		width: 90%;
	}
	#client .size-text-infra {
		width: 75%;
		display: block;
	}

	.text-web3 {
		width: 100% !important;
	}

	.head-btn {
		margin: 30px 0 80px;
	}
	.signup-header {
		margin: 70px 0 80px;
	}
	#intro {
		padding: 30px 0 70px;
	    height: auto !important;
	    background-position: top left;
	    background-size: cover;
	}

	#intro div .sub {
		vertical-align: middle; margin-top: 20vh;
	}
	#intro h2 {
		
		font-weight: 200;
	    padding-top: 50px;
		line-height: 50px;
	    font-size: 57.44px;
	    width: 100%;
	    margin-top: -20px;
	    margin-left: 0;
	    text-align: center;
	}

	#intro h2.contato {
		font-size: 54px;
		
		font-weight: 200;
		line-height: 65px;
		color: #1C3144;
		margin: 15px 0 15px 0;
		text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
		text-align: center;
	}

	#intro p {
		
		font-weight: 400 !important; 
		font-size: 20px;
	    width: 100% !important;
		margin: 0 0 6% 0 !important;
	    padding: 20px;
	}

	#intro p.subtitulo { 
		color: #F7931E;
		font-size: 44px; 
		text-align: center; 
		 
		text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); 
		font-weight: 300;
		line-height: 40px;

	}

	#intro img {
		width: 50%;
	    float: inherit;
	    margin-top: 50px !important;
	}

	#policy {
		padding: 70px 0 70px;
	}
	#feature-2 h2 {
		
		font-size: 38px;
		font-weight: 300;
		text-align: center;
	}
	#intro p, #feature-2 p {
		
		font-weight: 300;
		text-align: center;
	}

	.publique {
		 font-weight: 600; font-size: 32px; color: #33658A;
	}
	.justifica {
		text-align: justify;
	}
	#feature {
		margin-top: -30px !important;
		padding: 0px 0 10px;
		margin-bottom: 0px;
	}

	.adjust-feature-top {
		margin: 60px 0 30px 0 !important;
	}
	
	#feature h2 {
		margin-top: 70px;
	    margin-bottom: 10px;
	    
	    color: #585566;
	    font-weight: 300;
	    font-size: 38px;
	    letter-spacing: -1px;
	    line-height: 28px;
	}

	#feature span {
		margin-top: 0;
		margin-bottom: 30px;
		
		font-weight: 300;
		color: #585566;
		font-size: 18px;
		letter-spacing: 0;
	}

	#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;
		height: 229px;
	}



	#feature-3 {
		padding: 0px 0 30px 0px;
		margin-top:0px;
		margin-bottom: 0px;
	}
	#feature-3 h2 {
		margin-top: 40px;
	    
	    color: #585566;
	    font-weight: 300;
	    font-size: 38px;
	    letter-spacing: -1px;
	    padding-top: 0;
	    text-align: center !important;
	}

	#feature-3 span {
		margin-top: 0;
		margin-bottom: 30px;
		
		font-weight: 300;
		color: #585566;
		font-size: 18px;
		letter-spacing: -1px;
	}

	#feature-3 .inner {
		display: inline-block;
	    vertical-align: top;
	    text-align: center;
	    border: 0.802701px solid rgba(93, 91, 126, 0.3);
	    border-radius: 10px;
	    background-color: #FFF;
	    margin-bottom: 10px;
	    table-layout: auto;
	    height: auto;
    	margin-right: 1%;
    	margin-left: 1%;
	}

	.feature-title {
		padding-bottom: 20px !important;
	}

	#feature-3 .feature-title p {
		font-size: 18px;
	}

	#feature-3 .inner  p {
		color: #585566;
	    text-align: center !important;
	    font-size: 18px;
	}
	#feature-3 .inner-dev {
		display: inline-block;
	    width: 100%;
	    vertical-align: top;
	    text-align: center;
	    border: 0.802701px solid rgba(93, 91, 126, 0.3);
	    border-radius: 10px;
	    background-color: #FFF;
	    margin-bottom: 10px;
	    table-layout: auto;
	    padding-bottom: 20px;
	    margin-right: 5px;

	}
	#feature-3 .inner-dev  h4{
		text-align: center; color: #585566;
	}

	#feature-3 .inner-dev  p span{
		color: #2D9CDB; text-align: left;
	}

	#feature-3 .inner-dev  p {
		color: #2D9CDB; text-align: center !important;
	}


	#feature-3 .inner-dev img {
		float: none; height: 130px;
		margin-right: 0;

	}

	#feature-3 .inner h4 {
	    
	    font-style: normal;
	    font-weight: 400;
	    font-size: 18px;
	    line-height: 18px;
	    text-align: center;
	    color: #585566;
	    margin-bottom: 10px;
	}

	#feature-3 .inner img {
		max-width: 70%;
	}

	.top-ecosystem {
		margin-top: 40px !important;
	}

	#client {
		padding: 10px 0 20px;

	}

	#client h2 {
		margin-top: 30px;
	    margin-bottom: 10px;
	    
	    color: #585566;
	    font-weight: 300;
	    font-size: 38px;
	    letter-spacing: 0px;
	}
	#client span {
		margin-top: 0;
		margin-bottom: 30px;
		
		font-weight: 300;
		color: #585566;
		font-size: 18px;
		line-height: 21.6px;
		text-align: justify;
	}
	#client img {
		height: 100%;
		width: 23%;
		margin: 5px 5px !important;
		opacity: 1;
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		background-color: #FFF;
		box-sizing: border-box;
		border-radius: 10px;
	}

	#redes {
		background-color: #0F0F0F;
		margin: 0;
		padding: 0;
	}

	#redes h2 {
		margin: 20px 0 20px 0;
		
		color: #FFF;
		font-style: normal;
		font-weight: 300;
		font-size: 38px;
		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;
	}

	.centerlized {
		padding: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	#redes ul li {
		
		display: block;
		font-weight: 300;
		color: #FFF;
		margin:0;
		margin-left: 0;
		margin-top: -1px;
		padding: 20px 0;
		font-size: 20px;
		width: 100%;
		border-top: 0.802701px solid rgba(255, 255, 255, 0.5);
	}

	#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: 15px 0 0px 0;
		
		color: #585566;
		font-style: normal;
		font-weight: 300;
		font-size: 38px;
		letter-spacing: -2px;
	}

	#testi span {
		margin: 0 0 0px 0;
		
		color: #585566;
		font-style: normal;
		font-weight: 300;
		font-size: 32px;
		letter-spacing: -2px;
	}

	

	#conselho {
		padding: 40px 0 40px;
		background-color: #547E9D;
		color: #FFF;
	}

	#conselho h2 {
		margin: 10px 0 10px 0;
		
		color: #FFF;
		font-style: normal;
		font-weight: 300;
		font-size: 38px;
		letter-spacing: -2px;
	}

	#conselho hr { 
		border: 1px solid #FFF;
		margin-top: 30px;
		margin-bottom: 30px;
	 }

	#calltoaction {
		border-top: 2px solid #00000012;
	}


	#calltoaction .container-img {
		padding: 40px 0 50px 0 !important;
	}

	#calltoaction h2 {
		margin: 10px 0 10px 0;
		
		color: #585566;
		font-style: normal;
		font-weight: 300;
		font-size: 38px;
		letter-spacing: -1px;
	}

	#calltoaction span {
		margin: 10px 0 10px 0;
		
		color: #585566;
		font-style: normal;
		font-weight: 300;
		font-size: 28px;
		letter-spacing: -1px;
	}

	#calltoaction a.link {
		color: #F7931E; 
		
		font-style: normal;
		font-weight: normal;
		font-size: 24px;
		text-align: center;
		text-decoration-line: underline;
		margin-bottom: 40px;
	}

	#contact {
		padding-bottom: 0px;
	}

	#contact  h2 {
		 font-weight: 300; font-size: 38px; color: #66191E;
	}

	#contact p.justificado {
		text-align: justify;
	}

	.row-feat {
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 0;
		margin-bottom: 0;
	}
	#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 0;
	}	
	.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: 100px;
		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: #000000;
		padding: 20px 0 20px;
		color: #FFF;
		
		font-size: 16px;
		font-weight: 300;
		text-align: center;
	}

	#footer a {
		color: #FFF;
		font-weight: 300;
	}
}	
/* iPhone 6Plus (landscape) ----------- */
@media screen and (max-width: 736px) {
	.feature-img {
		margin-top: 0;
	}
}

/* iPhone 6 (landscape) ----------- */
@media screen and (width: 540px) {
	.logo {
		margin: 30px 0 30px 0;
	}
	.site-name img {
		height: 50px !important;
		position: relative;
		margin-left: 11vw;
		margin-top: 8px;
	}
	.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 screen and (max-width: 568px){
	#client img {
		width: 28%;
		height: auto;
	    margin: 5px 5px;
	    opacity: 1;
	    transition: all 0.3s ease;
	    -webkit-transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
	    background-color: #FFF;
	    box-sizing: border-box;
	    border-radius: 10px;
	}

	.connect-app {
		width: 90% !important;
		height: auto;
	    margin: 5px 5px;
	    opacity: 1;
	    transition: all 0.3s ease;
	    -webkit-transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
	    background-color: #FFF;
	    box-sizing: border-box;
	    border-radius: 10px;
	}

	#feature-3 .inner {
		width: 30%;
	}

	.painel-ecosystem {
		width: 17% !important;
		height: auto !important;
		max-width: none !important;
		margin: 15px 1% 15px 0 !important;
	}

	.logo {
		margin: 15px 0 15px 0;
	}
	.site-name img {
		height: 27px;
		position: relative;
		margin-left: 11vw;
		margin-top: 8px;
	}
	.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;
	}
	#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;	
	}	
}

/* iPhone 4 (landscape) ----------- */
@media screen and (max-width: 480px) {
	.feat-list i {
		padding-left: 5px;
	}
	.site-name img {
		height: 50px;
		position: relative;
		margin-left: 12vw;
		margin-top: 4px;
	}
	.action h2 {
		font-size: 38px;
	}
	.button-demo li {
		padding-bottom: 50px;
	}

	#client img {
		height: 100%;
	    margin: 5px 5px;
	    opacity: 1;
	    transition: all 0.3s ease;
	    -webkit-transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
	    background-color: #FFF;
	    box-sizing: border-box;
	    border-radius: 10px;
	}
}

@media screen and (width: 412px) {
	.btn-section {
		text-align: center;
		width: 100%;
		height: auto;
		margin: 15px 0 80px 0!important;
	}

	#feature-3 .inner {
		width: 48%;
	}

	#client img {
		height: 100%;
		width: 28%;
	    margin: 5px 5px;
	    opacity: 1;
	    transition: all 0.3s ease;
	    -webkit-transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
	    background-color: #FFF;
	    box-sizing: border-box;
	    border-radius: 10px;
	}
}

@media screen and (max-width: 411px) {
	/* smart-phone ----------- AQUI */
	.logo {
		margin: 10px 40% 0 0;		
		position: relative;
	}

	.desktop {
		display: none;
	}

	.mobile {
		display: inherit;
	}

	.btn-default {
		font-size: 18px;
		padding: 15px 30px;
		
		font-weight: 600;	}

	.btn-section {
		text-align: center;
		margin-top: 0px;
		width: 100%;
		height: auto;
		margin-bottom: 10px !important;
	}

	.btn-conselho {
		
		font-size: 18px;
		width: 100%;
		margin: 0;
		padding: 20px 10px 20px 10px;
		background: #F7931E;
		transition: all 0.4s;
		color: white;
		box-sizing: border-box;
		box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
		border-radius: 10px;
		border: 2px  solid #F7931E;

	}

	.btn-conselho:hover, .btn-conselho:focus, .btn-conselho:active, .btn-conselho.active, .open > .dropdown-toggle.btn-conselho {
		border: 2px  solid #F7931E;
		background: transparent;
		color: #F7931E;
	}

	.site-name img {
		height: 45px;
	    position: relative;
	    margin-left: 11vw;
	    margin-top: 0px;
	}

	.head-btn {
		margin: 30px 0 80px;
	}
	.signup-header {
		margin: 70px 0 80px;
	}
	#intro {
		padding: 30px 0 70px;
		height: 500px;
		background-position: top left;
		background-size: cover;
	}

	#intro div .sub {
		vertical-align: middle; margin-top: 20vh;
	}
	#intro h2 {
		
		font-weight: 200;
	    padding-top: 50px;
	    font-size: 38px;
	    width: 100%;
	    margin-top: -20px;
	    margin-left: 0;
	    text-align: center;
	}

	#intro h2.contato {
		
		font-weight: 300;
		font-size: 54px;
		line-height: 65px;
		color: #1C3144;
		margin: 15px 0 15px 0;
		text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
		text-align: center;
	}

	#intro p { 
		
		font-weight: 400;
		font-size: 20px;
	    width: 100% !important;
		margin: 0 0 6% 0 !important;
	    padding-left: 0;
	}

	#intro p.subtitulo { 
		color: #F7931E;
		font-size: 44px; 
		text-align: center; 
		 
		text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); 
		font-weight: 300;
		line-height: 40px;

	}

	#intro img {
		width: 70%;
	    float: inherit;
	    margin-top: 50px !important;
	}

	#policy {
		padding: 70px 0 70px;
	}
	#feature-2 h2 {
		
		font-size: 38px;
		font-weight: 300;
		text-align: center;
	}
	#intro p, #feature-2 p {
		text-align: center;
	}


	.publique {
		 font-weight: 600; font-size: 32px; color: #33658A;
	}
	.justifica {
		text-align: justify;
	}
	#feature {
		margin-bottom: 0px;
		margin-top: 40px;
	}
	
	#feature h2 {
		margin-top: 70px;
	    margin-bottom: 10px;
	    
	    color: #585566;
	    font-weight: 300;
	    font-size: 38px;
	    letter-spacing: -1px;
	}

	#feature span {
		margin-top: 0;
		margin-bottom: 30px;
		
		font-weight: 300;
		color: #585566;
		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: 20px;
		height: 264px;
	}



	#feature-3 {
		padding: 0px 0 30px 0px;
		margin-top:0px;
		margin-bottom: 0px;
	}
	#feature-3 h2 {
		margin-top: 40px;
	    
	    color: #585566;
	    font-weight: 300;
	    font-size: 38px;
	    letter-spacing: -1px;
	    padding-top: 0;
	    text-align: center !important;
	}

	#feature-3 span {
		margin-top: 0;
		margin-bottom: 30px;
		
		font-weight: 300;
		color: #585566;
		font-size: 18px;
		letter-spacing: -1px;
	}

	#feature-3 .inner {
		display: inline-block;
	    width: 48%;
	    vertical-align: top;
	    text-align: center;
	    border: 0.802701px solid rgba(93, 91, 126, 0.3);
	    border-radius: 10px;
	    background-color: #FFF;
	    margin-bottom: 10px;
	    table-layout: auto;
	    height: 220px;
    	margin-right: 1%;
    	margin-left: 1%;
	}

	#feature-3 .inner-dev {
		display: inline-block;
	    width: 100%;
	    vertical-align: top;
	    text-align: center;
	    border: 0.802701px solid rgba(93, 91, 126, 0.3);
	    border-radius: 10px;
	    background-color: #FFF;
	    margin-bottom: 10px;
	    table-layout: auto;
	    padding-bottom: 20px;
	    margin-right: 5px;

	}
	#feature-3 .inner-dev  h4{
		text-align: center; color: #585566;
	}

	#feature-3 .inner-dev  p span{
		color: #2D9CDB; text-align: left;
	}

	#feature-3 .inner-dev  p {
		color: #2D9CDB; text-align: center !important;
	}


	#feature-3 .inner-dev img {
		float: none; height: 130px;
		margin-right: 0;

	}

	#feature-3 .inner h4 {
	    
	    font-style: normal;
	    font-weight: 400;
	    font-size: 18px;
	    line-height: 18px;
	    text-align: center;
	    color: #585566;
	    margin-bottom: 10px;
	}

	#feature-3 .inner img {
		max-width: 70%;
	}

	#client {
		padding: 10px 0 20px;

	}

	#client h2 {
		margin-top: 30px;
	    margin-bottom: 10px;
	    
	    color: #585566;
	    font-weight: 300;
	    font-size: 38px;
	    letter-spacing: 0;
	}

	#client span {
		margin-top: 0;
		margin-bottom: 30px;
		
		font-weight: 300;
		color: #585566;
		font-size: 18px;
		line-height: 21.6px;
		letter-spacing: 0;
	}
	#client img {
		padding: 0;
		height: 100%;
		max-width: none;
		opacity: 1;
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		background-color: #FFF;
		box-sizing: border-box;
		border-radius: 10px;
	}

	#redes {
		margin: 0;
		padding: 0;
	}

	#redes h2 {
		margin: 20px 0 20px 0;
		
		color: #FFF;
		font-style: normal;
		font-weight: 300;
		font-size: 38px;
		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 {
		
		display: block;
		font-weight: 300;
		color: #FFF;
		margin:0;
		margin-left: 0px;
		margin-top: -1px;
		padding: 20px 20px;
		font-size: 20px;
		width: 100%;
		border-top: 0.802701px solid rgba(255, 255, 255, 0.5);
	}

	#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: 15px 0 0px 0;
		
		color: #585566;
		font-style: normal;
		font-weight: 300;
		font-size: 38px;
		letter-spacing: -2px;
	}

	#testi span {
		margin: 0 0 0px 0;
		
		color: #585566;
		font-style: normal;
		font-weight: 300;
		font-size: 32px;
		letter-spacing: -2px;
	}

	

	#conselho {
		padding: 40px 0 40px;
		background-color: #547E9D;
		color: #FFF;
	}

	#conselho h2 {
		margin: 10px 0 10px 0;
		
		color: #FFF;
		font-style: normal;
		font-weight: 300;
		font-size: 38px;
		letter-spacing: -2px;
	}

	#conselho hr { 
		border: 1px solid #FFF;
		margin-top: 30px;
		margin-bottom: 30px;
	 }

	#calltoaction {
		border-top: 2px solid #00000012;
	}

	#calltoaction .container-img {
		padding: 30px 0 40px 0 !important;
	}

	#calltoaction h2 {
		margin: 10px 0 10px 0;
		font-size: 38px;
		
		color: #585566;
		font-style: normal;
		font-weight: 300;
		letter-spacing: -1px;
	}

	#calltoaction span {
		margin: 10px 0 10px 0;
		
		color: #585566;
		font-style: normal;
		font-weight: 300;
		font-size: 28px;
		letter-spacing: -1px;
	}

	#calltoaction a.link {
		color: #F7931E; 
		
		font-style: normal;
		font-weight: normal;
		font-size: 24px;
		text-align: center;
		text-decoration-line: underline;
		margin-bottom: 40px;
	}

	#contact {
		padding-bottom: 0px;
	}

	#contact  h2 {
		 font-weight: 300; font-size: 38px; color: #585566;
	}

	#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 5px 10px 5px;
	}	
	.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: 100px;
		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: #000000;
		padding: 20px 0 20px;
		color: #FFF;
		
		font-size: 16px;
		font-weight: 300;
		text-align: center;
	}

	#footer a {
		color: #FFF;
		font-weight: 300;
	}
}	


/* smart phone width: 360px ----------- */
@media screen and (max-width: 360px) {
	.img-hover {
		padding: 0 15px;
	}
	#feature h2 {
		margin-top: 0px;
		margin-bottom: 20px;
		
		color: #585566;
		font-style: normal;
		font-weight: 300;
		font-size: 38px;
		line-height: 40px;
		letter-spacing: 0px;
		text-align: 'center';
	}
	.hr-border{
		width: 80%;
	}
	.painel-ecosystem {
		width: 21% !important;
		height: auto !important;
		max-width: none !important;
		margin: 15px 1% 15px 0 !important;
	}

	.bnr-abt {
		padding: 0 15px;
	}

	.img-block {
		width: 25% !important;
	}

	#feature-3 h2{
		line-height: 40px;
	}

	.site-name img {
		height: 40px;
	    position: relative;
	    margin-left: 9vw;
	    margin-top: 2px;
	}

	#intro {
		margin-bottom: -10px;
	}
	#intro h2 {
		
		font-size: 38px;
	    font-weight: 200;
	    width: 100%;
		line-height: 40px;
	    margin-left: 0px;
    	text-align: center;
     	margin-left: 0;

	}
	#intro p {
		font-size: 20px;
		color: #FFF; 
		text-align: center; 
		
		font-weight: 400;
		margin: 0 0 6% 0;
    	width: 105% !important;
	}

	#feature {
		margin-bottom: 10px;
	}

	.btn-default {
		font-size: 18px;
		margin: 30px 0;
		padding: 15px 30px;
		height: 35px;
		
		font-weight: 600;
	}

	#feature .container {
		padding: 0 15px;
	}

	.container {
		padding: 0;
	}
	
	#client {
		padding: 10px 0 20px;
	}

	#client h2 {
		margin: 10px 0 10px 0;
		
		color: #585566;
		font-style: normal;
		line-height: 40px;
		font-weight: 300;
		font-size: 38px;
		letter-spacing: 0;

	}
	#client img {
		width: 28%;
		height: auto;
	    margin: 5px 5px;
	    opacity: 1;
	    transition: all 0.3s ease;
	    -webkit-transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
	    background-color: #FFF;
	    box-sizing: border-box;
	    border-radius: 10px;
	}

	#redes img {
    	margin: 10px 10px;		
    	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 {
		margin-bottom: 15px;
	    width: 100%;

	}
	.video-header {
		margin: 30px 0 30px;
	}
}

/* iPhone 4/5 (portrait) ----------- */
@media screen and (max-width: 320px) {
	.logo {
		margin: 30px 0 20px 0;
	}
	.landing h1{
		margin: 20px 0 35px 0;
	}

	#feature {
		padding: 20px 0 20px 0;

	}
	.site-name img {
		height: 35px;
	    position: relative;
	    margin-left: 8vw;
	    margin-top: 8px;
	}

	#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;
		margin-left: 0 ;
	}

	#feature-3 .inner {
	    display: inline-block;
	    width: 48%;
	    vertical-align: top;
	    text-align: center;
	    border: 0.802701px solid rgba(93, 91, 126, 0.3);
	    border-radius: 10px;
	    background-color: #FFF;
	    margin-bottom: 10px;
	    table-layout: auto;
	    height: 200px;
	    margin-right: 1%;
	    margin-left: 1%;
	}
	.btn-default {
		font-size: 16px;
		margin: 30px 0;
		padding: 15px 30px;
		height: 35px;
		
		font-weight: 600;
	}
	.btn-primary {
		
		font-size: 24px;
		margin: 30px 0 10px;
		padding: 15px 30px;
		height: 35px;
		border-radius: 50px;
		font-weight: 400;
	}
	.btn-conselho {
		
		font-size: 24px;
		margin: 30px 0 10px;
		margin-right: 15px;
		padding: 10px 40px;
		height: 35px;
		border-radius: 80px;
		font-weight: 400;

	}
	.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; 
	}
}

@media only screen and (min-width: 1441px) and (max-width: 4000px) { 
	.image-double {
		max-width: 60%;
	}
	.hr-border{
		width: 95%;
	}
	.cont-modified {
		width: 70%;
	}
	.ctrl-top-about {
		padding:0 0 20px;
	}

	.img_bottom_video {
		width: 90% !important;
		margin-right: 4vw !important;
	}

	#client .size-intro-infra {
		width: 70%;
		display: block;
	}

	#client .size-text-infra {
		width: 75%;
		display: block;
	}

	.mosaic-solutions {
		width: 70%;
	}

	#feature {
		margin-top: -30px !important;
		padding: 0px 0 10px;
		margin-bottom: 0px;
		display: flex;
		justify-content: center;
	}

	.adjust-feature-top {
		margin: 70px 0 30px 0 !important;
	}

	#feature .container {
		width: 70%;
	}

	#client .container{
		width: 70% !important;
	}

	.overlay {
	    background-color: rgba(0, 0, 0, 0.5);
	    position: relative;
	    width: 100%;
	    height: 100%;
	    display: block;
	}
	#menu {
		z-index: 99999;
	}

	#menu-nav {
		display: none;
	}

	.mobile {
		display: none;
	}

	.navbar-default {
		background-color: #000000;
		padding: 15px 0;
		position: absolute;
		top: 0;
		z-index: 9997;
		left: 0;
		width: 100%;	

	}
	.navbar-default .navbar-brand {
	    padding: 0 0 5px 0;
	}
	.navbar-default .navbar-nav > li > a {
		
	    color: #fff;
		font-weight: 600;
	}

	.navbar-default .navbar-nav > li > form {
		
	    color: #fff;
		font-weight: 600;
	}

	#navbar-scroll-mobile li{
		font-size: 24px;
		
		font-weight: normal;
		padding-top: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #FFF;
	}

	#navbar-scroll-mobile li a{
		padding-bottom: 10px;
	}

	.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;
		
		font-weight: 600;
	}

	.btn-primary {
		
		font-size: 24px;
		margin: 30px 0 10px;
		line-height: 20px;
		padding: 10px 25px;
		height: 50px;
		background: transparent;
		transition: all 0.4s;
		color: black;
		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: 50px;
		font-weight: 300;

	}

	.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
		/*border: 2px solid #F7931E;
		background: transparent;
		color: #F7931E;*/
	}

	.btn-conselho {
		
		font-size: 24px;
		margin: 10px 0;
		margin-right: 10px;
		line-height: 20px;
		padding: 30px 45px;
		height: auto;
		background: #F7931E;
		transition: all 0.4s;
		color: white;
		border: 2px 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 #F7931E;
		background: transparent;
		color: #F7931E;
	}


	.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: 5.8vh;
	    margin-left: -20px;
	}
	.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-weight: 600; font-size: 42px; color: #33658A;
	}

	#intro {
		padding: 20px 0 20px;
		background-position: center center;
		background: transparent;
	}

	#intro div .sub {
		vertical-align: middle; 
	}

	#intro h2 {
		font-size: 57.4px;
		line-height: 50px;
	    letter-spacing: 0px;
	    margin: 0 0 20px 0 !important;
	    padding-top: 8vw;
		/* text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
		text-align: left;
	    font-weight: 200;
		
		color: #FFF;
		width: 60%; 
		display: block;
	}

	#intro h2.contato {
	    font-weight: 300;
		
		font-size: 94px;
		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: 20px; 
		text-align: left; 
	    font-weight: 400;
				
		width: 50rem;
		padding-left: 0%;
		margin: 0 0 6% 0;
		display: block;
	}

	#intro p.subtitulo { 
		color: #F7931E; 
		font-size: 80px; 
		text-align: left; 
		 
		text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); 
		font-weight: 300;
	}
	.intro-pic {
		margin-top: 20px;
	}

	#intro img {
		width: 30%;
	    float: right;
	    margin-top: 12vw;
	}

	.btn-section {
		padding-top: 20px;
	}
	#feature .container{
		margin: 40px 0 20px 0;
		padding: 0;
	}
	#feature h2 {
		margin: 10px 0 10px 0;
		
		color: #585566;
		font-style: normal;
		font-weight: 300;
		font-size: 38px;
		letter-spacing: 0px;
	}

	#feature span {
		margin: 0px 0 0px 0;
		
		color: #585566;
		font-style: normal;
		font-weight: 300;
		font-size: 18px;
		letter-spacing: 0px;
	}

	#feature .feature-title p {
		font-size: 18px;
	}
	.row-feat {
		padding-top: 30px;
	}
	.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;	
		background-color: #FFF;
		margin-bottom: 0px;
		margin-top: 0;
		height: 24rem;
	}

	.autor {
		height: 400px;
		overflow: hidden;
	}

	#feature .inner img {
		max-width: 40%;
	}


	#feature .inner h4 {
		
		font-style: normal;
		font-weight: 500;
		font-size: 24px;
		text-align: center;
		color: #585566;
	}

	#feature .inner h5 {
		
		font-style: normal;
		font-weight: 400;
		font-size: 18px;
		text-align: center;
		color: #585566;
		min-height: 50px;
	}
	#feature .inner p {
		
		font-weight: 300;
		font-size: 16px;
		text-align: center;
		color: #585566;

	}
	#feature-2 {
		padding: 20px 0 20px;
	}
	#feature-2 h2 {
		
		font-size: 38px;
		font-weight: 300;
		margin: 15px 0 15px 0;
	}
	.feature-2-pic {
		margin-top: 20px;
	}

	/**/
	#feature-3 {
		padding: 40px 0 20px 0;

	}

	#feature-3 .container{
		width: 70%;
	}

	#feature-3 h2 {
		margin: 10px 0 10px 0;
		
		color: #585566;
		font-style: normal;
		font-weight: 300;
		font-size: 38px;
		letter-spacing: 0px;
		padding-top: 30px;
	}

	#feature-3 h2.sobre{
		margin: 10px 0 10px 0;
		
		color: #585566;
		font-style: normal;
		font-weight: 300;
		font-size: 38px;
		letter-spacing: 0px;
		padding-top: 10%;
	}

	#feature-3 span {
		margin: 0px 0 0px 0;
		
		color: #585566;
		font-style: normal;
		font-weight: 300;
		font-size: 18px;
		letter-spacing: 0px;
	}

	#feature-3 .feature-title p {
		font-size: 16px;
	}
	#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: 30px;
	    margin-top: 0;
	    height: 340px;
	}
	#feature-3 .inner img {
		max-width: 70%;
	}

	#feature-3 .inner h4 {
		
		font-style: normal;
		font-weight: 400;
		font-size: 24px;
		line-height: 24px;
		text-align: left;
		color: #585566;
		margin-bottom: 10px;
		text-align: center;
	}

	#feature-3 .inner h5 {
		
		font-style: normal;
		font-weight: 400;
		font-size: 18px;
		text-align: center;
		color: #585566;
		height: 70px;
	}
	#feature-3 .inner p {
		
		font-weight: 300;
		font-size: 16px;
		line-height: 16px;
		text-align: center;
		color: #585566;

	}

	#feature-3 .inner-dev {
		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: 30px;
		margin-top: 0;
		table-layout: fixed;

	}

	#feature-3 .inner-dev img {
		max-width: 200px;
		float: left;
		margin-right: 30px;
	}

	#feature-3 .inner-dev  p span{
		color: #2D9CDB; text-align: left;
	}

	#feature-3 .inner-dev h4 {
		
		font-style: normal;
		font-weight: 400;
		font-size: 24px;
		line-height: 24px;
		text-align: left;
		color: #585566;
		margin-bottom: 10px;
	}

	#feature-3 .inner-dev p {
		
		font-weight: 300;
		font-size: 16px;
		line-height: 16px;
		text-align: left;
		color: #585566;

	}

	/**/
	.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;
	}

	.top-ecosystem {
		margin-top: -30px !important;
	}

	#client {
		padding: 100px 0 50px !important;
		background-color: #FFF;
		border-top: 2px solid #00000012;
	}


	#client h2 {
		margin: 10px 0 10px 0;
		
		color: #585566;
		font-style: normal;
		font-weight: 300;
		font-size: 38px;
		letter-spacing: 0px;
	}

	#client span {
		margin: 0px 0 0px 0;
		
		color: #585566;
		font-style: normal;
		font-weight: 300;
		line-height: 21.6px;		
		letter-spacing: 0px;
	}
	#client img {
		margin: 30px 6px;
		max-width: 10vw;		
		opacity: 1;
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		background-color: #FFF;
		border: 0.602701px solid rgba(93, 91, 126, 0.3);
		box-sizing: border-box;
		border-radius: 10px;
	}

	#client img:first {
		margin-left: 0;
	}
	#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: #0F0F0F;
		padding: 20px 0 20px;
	}
	#redes h2 {
		margin: 20px 0 20px 0;
		
		color: #FFF;
		font-style: normal;
		font-weight: 300;
		font-size: 38px;
		letter-spacing: -1px;

	}
	#redes img {
		height: 65px;
		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 {
		height: 1px;
		background: linear-gradient(to right, #452CDD, #0BC5B9);		
		margin-top: 40px;
		margin-bottom: 30px;
		width: 105%;
	}

	#redes ul li {
		
		display: inline-flex;
		color: #FFF;
		margin: 10px;
		font-size: 20px;
	}

	#redes ul li:hover {
		opacity: .5;
	}

	#redes ul li a{
		color: #FFF;
	}

	#roda {
		padding: 20px 0 20px;
	}
	#roda h2 {
		margin: 20px 0 20px 0;
		
		color: #FFF;
		font-style: normal;
		font-weight: 300;
		font-size: 38px;
		letter-spacing: -2px;

	}
	#roda img {
		width: 100px;
		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-size: 14px;
		color: #FFF;
	}

	#testi {
		padding: 20px 0 20px;
	}

	#testi h2 {
		margin: 10px 0 0px 0;
		
		color: #585566;
		font-style: normal;
		font-weight: 300;
		font-size: 38px;
		letter-spacing: -2px;
	}

	#testi span {
		margin: 0 0 10px 0;
		
		color: #585566;
		font-style: normal;
		font-weight: 300;
		font-size: 42px;
		letter-spacing: -2px;
	}

	#testi  h5 {
		
		font-style: normal;
		font-weight: 400;
		font-size: 24px;
		text-align: center;
		color: #585566;
		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;
		
		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 {
		border-top: 2px solid #00000012;
	}

	#calltoaction h2 {
		margin: 10px 0 10px 0;
		
		color: #585566;
		font-style: normal;
		font-weight: 300;
		font-size: 38px;
		letter-spacing: -2px;
	}

	#calltoaction a.link {
		color: #F7931E; 
		
		font-style: normal;
		font-weight: normal;
		font-size: 30px;
		text-align: center;
		text-decoration-line: underline;
	}

	#conselho {
		padding: 40px 0 100px;
		background-color: #547E9D;
		color: #FFF;
	}

	#conselho h2 {
		margin: 10px 0 10px 0;
		
		color: #FFF;
		font-style: normal;
		font-weight: 300;
		font-size: 38px;
		letter-spacing: -2px;
	}

	#conselho hr { 
		border: 1px solid #FFF;
		margin-top: 30px;
		margin-bottom: 30px;
	 }


	.owl-theme .owl-controls .owl-page span{
		background: #F7931E;
	}
	.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: 38px;
		font-weight: 300;
	}
	.download-cta {
		padding: 50px 0 160px;
	}
	#contact {
		width: 100%;
	}
	#contact  h2{ 
		font-size: 42px;
		 color: #66191E;
		margin: 10px 0 10px 0;
		
		font-style: normal;
		font-weight: 600;
		letter-spacing: -2px;
	}
	.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 0 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: #000000;
		padding: 10px 0 10px;
		color: #FFF;
		
		font-size: 18px;
		font-weight: 300;
	}

		#footer a {
			color: #FFF;
			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;
	}

}

@media only screen and (min-width : 4001px) and (max-width : 8000px) {
	.image-double {
		max-width: 60%;
	}
	.mobile {
		display: none;
	}

	.mosaic-solutions {
		width: 70%;
	}

	#client .size-intro-infra {
		width: 70%;
		display: block;
	}

	#client .size-text-infra {
		width: 75%;
		display: block;
	}

	.cont-modified {
		width: 70%;
	}

	.site-name img {
	    height: 5.8vh;
	    max-height: 100px;
	    margin-left: -10px;
	}

	.navbar-default {
		background-color: #000000;
		padding: 15px 0;
		position: absolute;
		top: 0;
		z-index: 99999;
		left: 0;
		width: 100%;	

	}
	.navbar-default .navbar-brand {
	    padding: 0 0 5px 0;
	}
	.navbar-default .navbar-nav > li > a {
		
		color: #fff;
		font-weight: 600;
		font-size: 16px;
		margin-top: 25px !important;
		padding: 20px 50px !important;
	}

	.navbar-default .navbar-nav > li > form {
		
		color: #fff;
		font-weight: 600;
		font-size: 16px;
		margin-top: 25px !important;
		padding: 20px 50px !important;
	}

	#navbar-scroll-mobile li{
		font-size: 24px;
		
		font-weight: normal;
		padding-top: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #FFF;
	}

	#navbar-scroll-mobile li a{
		padding-bottom: 10px;
	}


	.btn-default {
		font-size: 36px;
	    margin: 60px 0;
	    margin-right: 10px;
	    line-height: 20px;
	    padding: 15px 35px;
	    height: 50px;
	    border: 2px solid #FFF;
	    background: transparent;
	    transition: all 0.4s;
	    color: #FFF;
		
		font-weight: 600;
	}

	.btn-primary {
		
	    font-size: 36px;
	    line-height: 36px;
	    padding: 20px 40px;
	    height: 50px;
	    background: transparent;
	    transition: all 0.4s;
	    color: black;
	    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: 50px;
	    font-weight: 300;
	    margin-right: 12%;
	    margin-top: 40px;

	}

	.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
		/*border: 2px solid #F7931E;
		background: transparent;
		color: #F7931E;*/
	}

	.btn-conselho {
		
		font-size: 24px;
		margin: 10px 0;
		margin-right: 10px;
		line-height: 20px;
		padding: 30px 45px;
		height: auto;
		background: #F7931E;
		transition: all 0.4s;
		color: white;
		border: 2px 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 #F7931E;
		background: transparent;
		color: #F7931E;
	}


	.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: 70px;
		margin-top: 15px;
	}
	.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-weight: 600; font-size: 42px; color: #33658A;
	}

	#intro {
		padding: 20px 0 20px;
		background-position: center center;
		background: transparent;
	}

	#intro div .sub {
		vertical-align: middle; margin-top: 80px;
	}

	#intro h2 {
		font-size: 38px;
	    letter-spacing: 0px;
	    margin: 8% 0 0 5.3%;
	    padding-left: 10.6%;
	    padding-top: 2%;
	    text-align: left;
	    color: #FFF;
	    font-weight: 300;
		
		width: 70%; 
		display: block;
	}

	#intro h2.contato {
	    font-weight: 400;
		
		font-size: 94px;
		color: #1C3144;
		margin: 15px 0 15px 0;
		text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
		text-align: center;

	}

	#intro p {
	    font-weight: 400;
		
		color: #FFF;
	    font-size: 20px;
	    text-align: left;
	    padding-left: 0%;
		margin: 10px 0 5% 0;
		width: 30vw;
		display: block;
	}

	#intro p.subtitulo { 
		color: #F7931E; 
		font-size: 80px; 
		text-align: left; 
		 
		text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); 
		font-weight: 300;
	}

	#intro img {
	    width: 30%;
	    float: right;
	    margin-top: 8%;
	    margin-right: 8%;
	}
	.intro-pic {
		margin-top: 20px;
	}
	.btn-section {
		padding-top: 20px;
	}
	#feature {
		margin-top: 50px;
	    margin-bottom: 30px;
	}
	#feature h2 {
		margin: 20px 0 10px 0;
	    
	    color: #585566;
	    font-style: normal;
	    font-weight: 300;
	    font-size: 38px;
	    letter-spacing: 0px;
	    padding-bottom: 10px;
	}

	#feature span {
		margin: 10px 0 0px 0;
	    
	    color: #585566;
	    font-style: normal;
	    font-weight: 300;
	    font-size: 32px;
	    letter-spacing: 0px;
	}

	#feature .feature-title p {
		font-size: 18px;
	}
	.row-feat {
		padding-top: 30px;
	}
	.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: 5% 2%;
	    background-color: #FFF;
	    margin-bottom: 0px;
	    margin-top: 0;
	    height: 266px;
	}
	

	.autor {
		height: 400px;
		overflow: hidden;
	}

	#feature .inner img {
		height: 47%;
    	margin-bottom: 20px;	
    }


	#feature .inner h4 {
		
	    font-style: normal;
	    font-weight: 500;
	    font-size: 42px;
	    line-height: 40px;
	    text-align: center;
	    color: #585566;
	}

	#feature .inner h5 {
		
		font-style: normal;
		font-weight: 400;
		font-size: 18px;
		text-align: center;
		color: #585566;
		min-height: 50px;
	}
	#feature .inner p {
		
	    font-weight: 300;
	    font-size: 28px;
	    text-align: center;
	    color: #585566;
	    line-height: 32px;
	    padding: 10px;

	}
	#feature-2 {
		padding: 20px 0 20px;
	}
	#feature-2 h2 {
		
		font-size: 38px;
		font-weight: 300;
		margin: 15px 0 15px 0;
	}
	.feature-2-pic {
		margin-top: 20px;
	}

	/**/
	#feature-3 {
		padding: 40px 0 0px 0;
	}

	#feature-3 {
		width: 70%;
	}
	#feature-3 h2 {
		margin: 10px 0 10px 0;
	    
	    color: #585566;
	    font-style: normal;
	    font-weight: 300;
	    font-size: 38px;
	    letter-spacing: 0px;
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	#feature-3 h2.sobre {
		margin: 10px 0 10px 0;
	    
	    color: #585566;
	    font-style: normal;
	    font-weight: 300;
	    font-size: 38px;
	    letter-spacing: 0px;
	    padding-top: 100px;
	    padding-bottom: 40px;
	}

	#feature-3 h2.cultura {
		margin: 10px 0 10px 0;
	    
	    color: #585566;
	    font-style: normal;
	    font-weight: 300;
	    font-size: 38px ;
	    letter-spacing: 0px;
	    padding-top: 20px;
	    padding-bottom: 20px;
	}

	#feature-3 span {
		margin: 0px 0 0px 0;
		
		color: #585566;
		font-style: normal;
		font-weight: 300;
		font-size: 18px;
		letter-spacing: 0px;
	}

	#feature-3 .feature-title p {
		font-size: 32px !important;
	    line-height: 36px;
	    padding-top: 0px;
	}
	#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: 30px;
		margin-top: 0;
		height: 380px;
	}
	#feature-3 .inner-dev {
		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: 30px;
		margin-top: 0;
		table-layout: fixed;

	}

	#feature-3 .inner-dev img {
		max-width: 300px;
		width: 300px;
		float: left;
		margin-right: 30px;
	}

	#feature-3 .inner-dev h4 {
		
		font-style: normal;
		font-weight: 400;
		font-size: 32px;
		line-height: 24px;
		text-align: center;
		color: #585566;
		margin-bottom: 10px;
	}

	#feature-3 .inner-dev p {
		
		font-weight: 300;
		font-size: 28px;
		line-height: 28px !important;
		text-align: left !important;
		color: #585566 !important;

	}


	#feature-3 .inner h4 {
		
		font-style: normal;
		font-weight: 400;
		font-size: 32px;
		line-height: 24px;
		text-align: center;
		color: #585566;
		margin-bottom: 10px;
	}

	#feature-3 .inner h5 {
		
		font-style: normal;
		font-weight: 400;
		font-size: 18px;
		text-align: center;
		color: #585566;
		height: 70px;
	}
	#feature-3 .inner p {
		
		font-weight: 300;
		font-size: 28px;
		line-height: 28px;
		text-align: center;
		color: #585566;

	}


	/**/
	.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: 70px 0 70px;
		background-color: #FFF;
		border-top: 2px solid #00000012;
	}

	#client h2 {
		margin: 20px 0 10px 0;
	    
	    color: #585566;
	    font-style: normal;
	    font-weight: 300;
	    font-size: 38px;
	    letter-spacing: 0px;
	    padding-bottom: 10px;
	}

	#client span {
		margin: 10px 0 0px 0;
	    
	    color: #585566;
	    font-style: normal;
	    font-weight: 300;
	    font-size: 32px;
	    letter-spacing: 0px;
		line-height: 21.6px
	}
	#client img {
		margin: 30px 10px;
	    width: 350px;
	    max-width: 300px;
	    opacity: 1;
	    transition: all 0.3s ease;
	    -webkit-transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
	    background-color: #FFF;
	    border: 0.602701px solid rgba(93, 91, 126, 0.3);
	    box-sizing: border-box;
	    border-radius: 10px;
	}

	#client img:first {
		margin-left: 0;
	}
	#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: #0F0F0F;
		padding: 20px 0 20px;
	}
	#redes h2 {
		margin: 40px 0 40px 0;
		
		color: #FFF;
		font-style: normal;
		font-weight: 300;
		font-size: 38px;
		letter-spacing: -1px;

	}
	#redes img {
		height: 120px;
		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-top: 1px solid #df0c51;
		margin-top: 40px;
		margin-bottom: 30px;
		width: 105%;
	}

	#redes ul li {
		
	    display: inline-flex;
	    color: #FFF;
	    margin: 20px 60px;
	    font-size: 32px;
	}

	#redes ul li:hover {
		opacity: .5;
	}

	#redes ul li a{
		color: #FFF;
	}

	#roda {
		padding: 50px 0 50px;
	}
	#roda h2 {
		margin: 20px 0 20px 0;
		
		color: #FFF;
		font-style: normal;
		font-weight: 300;
		font-size: 38px;
		letter-spacing: -2px;

	}
	#roda img {
		width: 200px;
		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-size: 28px;
		color: #FFF;
	}

	#testi {
		padding: 20px 0 20px;
	}

	#testi h2 {
		margin: 10px 0 0px 0;
		
		color: #585566;
		font-style: normal;
		font-weight: 300;
		font-size: 38px;
		letter-spacing: -2px;
	}

	#testi span {
		margin: 0 0 10px 0;
		
		color: #585566;
		font-style: normal;
		font-weight: 300;
		font-size: 42px;
		letter-spacing: -2px;
	}

	#testi  h5 {
		
		font-style: normal;
		font-weight: 400;
		font-size: 24px;
		text-align: center;
		color: #585566;
		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;
		
		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 {
		border-top: 2px solid #00000012;
	}

	#calltoaction h2 {
		margin: 10px 0 10px 0;
		
		color: #585566;
		font-style: normal;
		font-weight: 300;
		font-size: 38px;
		letter-spacing: -2px;
	}

	#calltoaction a.link {
		color: #F7931E; 
		
		font-style: normal;
		font-weight: normal;
		font-size: 30px;
		text-align: center;
		text-decoration-line: underline;
	}

	#conselho {
		padding: 40px 0 100px;
		background-color: #547E9D;
		color: #FFF;
	}

	#conselho h2 {
		margin: 10px 0 10px 0;
		
		color: #FFF;
		font-style: normal;
		font-weight: 300;
		font-size: 38px;
		letter-spacing: -2px;
	}

	#conselho hr { 
		border: 1px solid #FFF;
		margin-top: 30px;
		margin-bottom: 30px;
	 }


	.owl-theme .owl-controls .owl-page span{
		background: #F7931E;
	}
	.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: 38px;
		font-weight: 300;
	}
	.download-cta {
		padding: 50px 0 160px;
	}
	#contact {
		width: 100%;
	}
	#contact  h2{ 
		font-size: 42px;
		 color: #66191E;
		margin: 10px 0 10px 0;
		
		font-style: normal;
		font-weight: 300;
		letter-spacing: -2px;
	}
	.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 0 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: #000000;
	    padding: 30px 10px;
	    color: #FFF;
	    
	    font-size: 28px;
	    font-weight: 300;
	    text-align: center;
	}

		#footer a {
			color: #FFF;
			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;
	}
}

.video-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.component {
	width: 100%;
	height: auto;
	z-index: 1;
	margin-top: 40px !important;
	margin-bottom: -30px !important;
}

.imgHidden {
	border: none !important;
	border-radius: 0px !important;
	max-width: none !important; 
	max-height: none !important;
	width: 100%;
	margin: 0 !important;

}


@media only screen 
and (min-width : 820px) 
and (max-width : 918px) {

	.img_header {
		height: 300px;
		width: 300px;
	}
}

@media only screen 
and (min-width : 920px) 
and (max-width : 1288px) {
	.img_header {
		height: 350px;
		width: 300px;
	}
}

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

.img-hover:hover {
	opacity: 1 !important;
}

.phrase-mosaic {
	display: flex;
	justify-content: center;
}

.btn-hover-end:hover {
	background-color: #000000;
	color: #FFF !important;
}

.carousel-images {
	max-width: 80% !important;
	max-height: none !important;
	border: 0.802701px solid rgba(93, 91, 126, 0.3) !important;
}

.center-items-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: auto;
	width: 70%;
}

.hover-bg-fff:hover {
	background-color: white;
	color: black;
}

.no-focus:focus {
	border: none !important;
	outline: none !important;
}

.header_desktop_component {
	display: flex; 
	align-items: center; 
	justify-content: center;
	padding: 0;
}


