@charset "utf-8";
/* Basic config */
/* Setado depois do pré-load
html {
  background-color: #353b43;
  color: #737f8a;
}

body {
  background-color: #353b43;
  font-family: "Anaheim", sans-serif;
  color: #737f8a;
  -webkit-font-smoothing: antialiased;
}*/

/*h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-family: "Quattrocento Sans", sans-serif;
  color: #afbac4;
}

p {
  font-family: "Quattrocento Sans", sans-serif;
}*/

/* Pré-load */
.preloader {
	background-color: #f7f7f7;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin-left:-100px; /* Metade do valor da Largura */
	margin-top:-50px; /* Metade da valor da Altura */
	z-index: 999999;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	margin: 0 auto
}

.preloader-inner img {
	width: 300px;
}

.sk-cube-grid {
	width: 100px;
	height: 100px;
	margin: 100px auto;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #333;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

/* Menu */
/*.nav-link{
	color: white!important;
}
*/
.navbar-brand img{
	width: 60px;
}

.navbar-brand span{
	color: white;
	font-size: 30px;
	float: right;
	font-weight: bold;
}
/*
.navbar-toggler{
	background: #fff;
	width: 100px;
	height: 100px;
}
*/
/* Novo Nav-bar*/
.navbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px;
}

.active{
	font-weight: bold;
	font-size: 18px;
}

/*
headeer top
*/
.topbar{
  background-color: #212529;
  padding: 0;
}

.topbar .container .row {
  margin:-7px;
  padding:0;
}

.topbar .container .row .col-md-12 { 
  padding:0;
}

.topbar p{
  margin:0;
  display:inline-block;
  font-size: 13px;
  color: #f1f6ff;
}

.topbar p > i{
  margin-right:5px;
}
.topbar p:last-child{
  text-align:right;
} 

header .navbar {
    margin-bottom: 0;
}

.topbar li.topbar {
    display: inline;
    padding-right: 18px;
    line-height: 52px;
    transition: all .3s linear;
}

.topbar li.topbar:hover {
    color: #1bbde8;
}

.topbar ul.info i {
    color: #131313;
    font-style: normal;
    margin-right: 8px;
    display: inline-block;
    position: relative;
    top: 4px;
}

.topbar ul.info li {
    float: right;
    padding-left: 30px;
    color: #ffffff;
    font-size: 13px;
    line-height: 44px;
}

.topbar ul.info i span {
    color: #aaa;
    font-size: 13px;
    font-weight: 400;
    line-height: 50px;
    padding-left: 18px;
}

ul.social-network {
  border:none;
  margin:0;
  padding:0;
}

ul.social-network li {
  border:none;  
  margin:0;
}

ul.social-network li i {
  margin:0;
}

ul.social-network li {
    display:inline;
    margin: 0 5px;
    border: 0px solid #2D2D2D;
    padding: 5px 0 0;
    width: 32px;
    display: inline-block;
    text-align: center;
    height: 32px;
    vertical-align: baseline;
    color: #000;
}

ul.social-network {
  list-style: none;
  margin: 5px 0 10px -25px;
  float: right;
}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    transition: .3s ease-out;
    color: #fff;
}
a {
  color: #0a0a0a;
  text-decoration: none;
}

li {
    list-style-type: none;
}
.bg-image-full {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.bg-dark {
    background-color: #222!important;
}

.mx-background-top-linear {
    background: -webkit-linear-gradient(45deg, #54d400 48%, #1b1e21 48%);
    background: -webkit-linear-gradient(left, #54d400 48%, #1b1e21 48%);
    background: linear-gradient(45deg, #54d400 48%, #1b1e21 48%);
}
.dropdown-menu{
	background-color: rgba(0,0,0,0.50);
}

.dropdown-item{
		color: white;
	}

@media (pointer: coarse) {
	.nav-link{
		font-size: 2.0em !important;
	}
	
	.dropdown-item{
		color: white;
		font-size: 1.5em !important;
	}
	
	.navbar-brand img{
		width: 130px;
		margin-left: -130px;
		float: left;
	}
	
	.navbar-brand span{
		color: white;
		font-size: 40px;
		float: right;
		font-weight: bold;
	}
}

.endereco{
	margin-left: -100px;
}

.endereco span{
	color:#ffffff;
	font-size: 12px;
	font-weight: 500;
	float: left;
	margin-top: 15px;
}

@media (pointer: coarse) {
	.endereco span{
		font-size: 12px;
	}
}

/*@media (pointer: fine) {
  body { background: goldenrod }
  body::after{ content: "Your primary input mechanism is a mouse" }
}*/

/* inicial */
.hero-area {
  background-image: url("../img/ini.png");
  background-size: cover;
  height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-area:before {
  content: '';
  background: rgba(0, 0, 0, 0.63);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero-area .block {
  text-align: center;
  z-index: 99;
}

.hero-area .block h1 {
  font-size: 90px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .hero-area .block h1 {
    font-size: 60px;
  }
}

.hero-area .block p {
  color: #fff;
  font-size: 20px;
  width: 70%;
  margin: 0 auto;
}

.hero-area .block .btn-transparent {
  margin-top: 40px;
  border-color: #fff;
  padding: 14px 50px;
  font-size: 18px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
	background-color: rgba(255,255,255,0.80);
}

.section {
  padding: 100px 0;
}

@media (max-width: 480px) {
  .section {
    padding: 50px 0;
  }
}

@media (max-width: 768px) {
  .section {
    padding: 50px 0;
  }
}

.section-sm {
  padding: 70px 0;
}

.section-xs {
  padding: 50px 0;
}

/*=================================================================
  About us 2 section
==================================================================*/
.about-2 .content-block {
  padding: 40px;
}

.about-2 .content-block .media {
  margin-top: 25px;
}

.about-2 .content-block .media .pull-left {
  padding-right: 15px;
}

.about-2 .content-block .media i {
  font-size: 30px;
  color: #57cbcc;
}

.about-2 .content-block .media h4 {
  font-size: 16px;
  font-weight: 600;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-emp{
	height: 50%;
	float: left;
	margin-left: -40px;
	margin-top: 10px;
	margin-bottom: 50px;
	background-color: white;
}

.img-responsive{
	margin-top: 10px;
}

.color {
  color: #6CB670;
}

#empresa{
	margin-top: 0px;
}

#empresa h4{
	color: #737f8a;
}

#empresa p{
	color: black;
}

.tituloSecao{
	display: block;
    float: right;
    margin-right: 10px;
	margin-top: 10px;
}

/*=================================================================
  Footer section
==================================================================*/
.copyright {
  padding: 20px 0;
  color: black;
}

.copyright a{
  padding: 20px 0;
  color: black;
}

.copyright img {
  margin-bottom: 15px;
}

.copyright p {
  margin-top: 10px;
  color: black;
}

#scrollUp {
  border: 1px solid #4e595f;
  bottom: 15px;
  color: black;
  display: none;
  padding: 8px 12px;
  position: fixed;
  right: 20px;
  z-index: 600;
}

#scrollUp:hover {
  background-color: #57cbcc;
  border: 1px solid #57cbcc;
}

.evo {
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: black;
	font-size: 1.5em;
	font-family: Moderan;
	float: left;/*
	text-align: center;
    -webkit-transform: translateY( -13% );
    -moz-transform: translateY( -13% );
    transform: translateY( -13% );*/
	color: #606062;
	margin-top: 20px;
}

.tech {
	-webkit-text-stroke-width: 0.5px;
	-webkit-text-stroke-color: black;
	font-size: 1.0em;
	font-family: 'Bauhaus 93';
	float: left;
	/*text-align: center;*/
    color: #005C56;
	margin-top: 20px;
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle {
    width: 50px;
    height: 50px;
    padding: 6px 0px;
    border-radius: 35px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.btn-circle i{
	font-size: 30px;
}

.btn-back {
  color: #fff;
  background-color: #54d400;
  border-color: #54d400
}
.btn-back:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b
}
.btn-back.focus, .btn-back:focus {
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}
.btn-back.disabled, .btn-back:disabled {
  color: #fff;
  background-color: #54d400;
  border-color: #54d400
}
.btn-back:not(:disabled):not(.disabled).active, .btn-back:not(:disabled):not(.disabled):active, .show > .btn-back.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f
}
.btn-back:not(:disabled):not(.disabled).active:focus, .btn-back:not(:disabled):not(.disabled):active:focus, .show > .btn-back.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

/*=================================================================
 Contato
==================================================================*/
#contato{
	margin-top: 0px;
	padding: 40px;
}

.tituloContato{
	margin-top: 70px;
}

.contact-info{
	color: white;
}

.call-to-action-2 {
  padding: 100px 0;
  background-image: url("../images/call-to-action/call-to-action-bg.jpg");
  background-size: cover;
  color: #fff;
}

.call-to-action-2 h2 {
  line-height: 1.5;
}

.call-to-action-2 p {
  color: #fff;
}

.call-to-action-2 .btn-main {
  margin-top: 20px;
}

.contact-us {
  padding-top: 50px;
}

.contact-form {
  margin-bottom: 60px;
}

.contact-form .form-control {
  /*background-color: transparent;*/
  border: 1px solid rgba(236, 239, 241, 0.07);
  height: 45px;
  color: black;
}

.contact-form textarea.form-control {
  padding: 10px;
  height: 120px;
}

.contact-form input:hover,
.contact-form textarea:hover,
#contact-submit:hover {
  border-color: #57cbcc;
}

#contact-submit {
  border: 1px solid rgba(236, 239, 241, 0.07);
  background: #57cbcc;
  padding: 12px 0;
  width: 100%;
  margin: 0;
}

.google-map #map-canvas {
  height: 400px;
}

.contact-info p {
  margin-bottom: 25px;
}

.con-info {
  margin-bottom: 20px;
}

.con-info i,
.con-info span {
  float: left;
}

.con-info span {
  margin: -5px 0 0 15px;
}

.error {
  display: none;
  padding: 10px;
  color: #D8000C;
  border-radius: 4px;
  font-size: 13px;
  background-color: #FFBABA;
}

.success {
  background-color: #6cb670;
  border-radius: 4px;
  color: #fff;
  display: none;
  font-size: 13px;
  padding: 10px;
}

#map {
  height: 370px;
  width: 100%;
}

.section-bg {
  background: #292F36;
}

.contact-form input[type=text], .contact-form input[type=email], .contact-form .form-group textarea{
	color: black;
}

.contact-form input[type=text]::placeholder {
  color: black;
  opacity: 1; /* Firefox */
}

.contact-form input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: black;
}

.contact-form input[type=text]::-ms-input-placeholder { /* Microsoft Edge */
 color: black;
}

.contact-form input[type=email]::placeholder {
  color: black;
  opacity: 1; /* Firefox */
}

.contact-form input[type=email]:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: black;
}

.contact-form input[type=email]::-ms-input-placeholder { /* Microsoft Edge */
 color: black;
}

.contact-form textarea::placeholder {
  color: black;
  opacity: 1; /* Firefox */
}

.contact-form itextarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: black;
}

.contact-form textarea::-ms-input-placeholder { /* Microsoft Edge */
 color: black;
}

#spinContact{
	font-size: 50px;
	display: none;
	color: greenyellow;
}

/*=================================================================
  Services section
==================================================================*/
/*.serviceBg {
  background-image: url("../img/ini.png");
  background-size: cover;
  height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}*/

.bg-one {
  background-color: #253345;
}

.service-block {
  padding: 60px 20px;
  border-left: 1px solid rgba(236, 239, 241, 0.07);
  border-top: 1px solid rgba(236, 239, 241, 0.07);
  margin-bottom: 40px;
  box-shadow: 2px 2px 5px rgba(44, 44, 44, 0.3), 13px 13px 0 rgba(255, 255, 255, 0.7);
}

.service-block .service-icon {
  margin-bottom: 10px;
  font-size: 50px;
}

.service-block h3, h4, p{
	color: white;
}