@charset "utf-8";

/*  GOOGLE FONTS */
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i);


body {

  font-family: 'Roboto', sans-serif;

  padding-bottom: 0;

  list-style: none;

  background: #f2f2f5;


  }

  *:focus {

    outline: 0px !important;

}

 button{

    outline:none !important;

}
a, a:hover { 

  color: inherit;

  text-decoration:none; 

}
ul, li {
	list-style: none;
  padding: 0;
  margin: 0;
}
.redessociais {
  background: #9cbe41;
  height: 30px;
  color: white;
  position: fixed;
}
.menu {
  height: 60px;
  background: white;
}
nav {
}

/* Navbar */

.navbar-brand {
  font-size: 18px;
  font-weight: 600;
}

.nav-link, .dropdown-item {
  font-size: 15px;
  font-weight: 600;
  color: #346636;
}

nav li {
  padding: 0 18px;
  color: #346636;
}

nav li.active, nav li.active:before {
  color: #346636;
}
.navbar-default {
    background: white;
    color: #535353;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #535353;
}
.navbar-default .navbar-nav>li>a {
    color: #535353;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #346636;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-toggler {
    background: #fff; /* pick your color */
}

/* for dropdown only - change the color of droodown */
.navbar-default .dropdown-menu {
    background-color: white;
}
.navbar-default .dropdown-item.active {
  color: #346636;
  background-color: white;
}
.navbar-default .dropdown-item {
    color: #535353;
}
.navbar-default .dropdown-item:hover,
.navbar-default .dropdown-item:focus {
    color: #346636;
  background-color: white;
} 
.marca {
  background: white;
  height: 50px;
  padding-top: 20px;
}
.topo {
}
.slide-principal {
  height: 500px;
  background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)),
    url('../img/4.jpg');
  background-position: center top;
  background-repeat: no-repeat; 
  background-size: cover;
}
.topo-internas {
  height: 250px;
  background: black;
  background-image: url("../img/shutterstock_103724948.jpg");
  background-position: center top;
  background-repeat: no-repeat; 
  background-size: cover;
}
.topo-internas-servicos {
  height: 250px;
  background: black;
  background-image: url("../img/header_servicos.jpg");
  background-position: center top;
  background-repeat: no-repeat; 
  background-size: cover;
}
.topo-internas-tecnologia {
  height: 250px;
  background: black;
  background-image: url("../img/header_inovacao.jpg");
  background-position: center center;
  background-repeat: no-repeat; 
  background-size: cover;
}
.topo-internas-imobiliario {
  height: 250px;
  background: black;
  background-image: url("../img/shutterstock_103724948.jpg");
  background-position: center center;
  background-repeat: no-repeat; 
  background-size: cover;
}
.topo-internas-quemsomos {
  height: 250px;
  background: black;
  background-image: url("../img/shutterstock_103724948.jpg");
  background-position: center center;
  background-repeat: no-repeat; 
  background-size: cover;
}
small {
  font-size: 12px;
  color: black;
}
.missao {

}
.quem-somos {
  background-image: url("../img/samuel-zeller-4138-unsplash.jpg");
  background-position: center center;
  background-repeat: no-repeat; 
  background-size: cover;
  color: white;
}
.contador h2 {
  font-size: 24px;
}
.total-registros{
  color: #95BE1F;
}
.missao h2.titulo {
  font-size: 20px;
}
.missao h2.titulo2 {
  font-size: 20px;
  color: #95BE1F;
}

.solucao li{
	font-size: 24px;
	padding-top: 10px;
}
.solucao h1 {
  font-size: 30px;
}
.botao-contato{
    position:fixed;
    bottom:30px;
    right:20px;
    background-color:#95BE1F;
    color:#FFF;
    padding: 10px 10px;
    text-align:center;
    border-radius: 6px;
    font-size: 15px;
}
.botao-contato:hover {

  color:write; 

  background:#d7e271; 

  transition: all 0.6s ease 0s;
}
.btn-custom {

  background: #95BE1F;

  color: white;

  border: 2px solid #95BE1F;

  }
.rodape small{
  color: white;
}
.g-recaptcha {
        display: inline-block;
    }

  @media only screen and (min-width:200px) and (max-width:991.98px){


}

.newsletter {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.newsletter h2 {
  color: #626261;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 20px;
}

.newsletter .form {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}

.newsletter input {
  height: 50px;
  border: 2px solid #cdcdcd;
  border-radius: 0;
}

.newsletter .btn {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 40px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: white;
  background: #9cbe41;
  border-radius: 0;
  transition: .3s;
}

.newsletter .btn:hover {
  color: #9cbe41;
  background: #06672f;
}

.newsletter .btn:focus {
  box-shadow: none;
}

.footer {
  position: relative;
  padding-top: 65px;
  background: #576a53;
}

.footer .newsletter {
  position: relative;
  max-width: 900px;
  margin: 0 auto 45px auto;
  padding: 30px 15px;
  border: 2px #9cbe41 dashed;  
  text-align: center;
}

.footer .newsletter h2 {
  color: #dddddd;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer .newsletter .form {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}

.footer .newsletter input {
  height: 50px;
  border: 2px solid #cdcdcd;
  border-radius: 0;
}

.footer .newsletter .btn {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 40px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #06672f;
  background: #9cbe41;
  border-radius: 0;
  transition: .3s;
}

.footer .newsletter .btn:hover {
  color: #9cbe41;
  background: #06672f;
}

.footer .newsletter .btn:focus {
  box-shadow: none;
}

.footer .footer-about,
.footer .footer-link,
.footer .footer-contact {
  position: relative;
  font-size: 16px;
  margin-bottom: 45px;
  color: #dddddd;
}

.footer .footer-about h3,
.footer .footer-link h3,
.footer .footer-contact h3{
  position: relative;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #9cbe41;
}

.footer .footer-link a {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  color: #dddddd;
  transition: .3s;
  text-transform: capitalize;
}

.footer .footer-link a::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .footer-link a:hover {
  color: #9cbe41;
  letter-spacing: 1px;
}

.footer .footer-contact p i {
  width: 25px;
}

.footer .footer-social {
  position: relative;
  margin-top: 20px;
}

.footer .footer-social a {
  display: inline-block;
}

.footer .footer-social a i {
  margin-right: 15px;
  font-size: 18px;
  color: #9cbe41;
}

.footer .footer-social a:last-child i {
  margin: 0;
}

.footer .footer-social a:hover i {
  color: #dddddd;
}

.footer .footer-menu .f-menu {
  position: relative;
  padding: 10px 0;
  font-size: 0;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, .1);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu .f-menu a {
  color: #dddddd;
  font-size: 14px;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu .f-menu a:hover {
  color: #0085ff;
}

.footer .footer-menu .f-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.footer .copyright {
  background: #9cbe41;
  min-height: 40px;
}

.footer .copyright p {
  margin: 0;
  color: white;
  padding-top: 10px;
}

.footer .copyright .col-md-6:last-child p {
  text-align: right;
}

.footer .copyright p a {
  color: white;
  font-weight: 500;
  letter-spacing: 1px;
}

.footer .copyright p a:hover {
  color: #ffffff;
}

@media (max-width: 768px) {
  .footer .copyright p,
  .footer .copyright .col-md-6:last-child p {
    margin: 5px 0;
    text-align: center;
  }
}
#team {
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #108d6f;
    border-color: #108d6f;
    box-shadow: none;
    outline: none;
}

.btn-primary {
    color: #fff;
    background-color: #007b5e;
    border-color: #007b5e;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
}

#team .card {
    border: none;
    background: #ffffff;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    height: 200px;
    width: 200px;
}

.backside .card a {
    font-size: 18px;
    color: #626261 !important;
}

.frontside .card .card-title,
.backside .card .card-title {
    color: #626261 !important;
    font-size: 16px;
    margin-top: -20px;
}

.frontside .card .card-body img {
    width: 80px;
    height: 80px;
    margin-top: 25px;
    border-radius: 50%;
}
.carousel-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.carousel-item {
  height: 500px;
}

.carousel-image-1 {
  background: url('../img/5.jpg');
  background-size: cover;
}

.carousel-image-2 {
  background: url('../img/header_inovacao.jpg');
  background-size: cover;
}

.carousel-image-3 {
  background: url('../img/header_servicos.jpg');
  background-size: cover;
}

@media only screen and (min-width:200px) and (max-width:991.98px){

  .carousel-caption {
  transform: translateY(-50%);
  bottom:0;
  top:50%;
}

}
@media only screen and (min-width: 1140px) {

  .carousel-caption {
  transform: translateY(-50%);
  bottom:0;
  top:50%;
  margin-top: 35px;
}

}