/*
  Theme Name: BizPage
  Theme URL: https://bootstrapmade.com/bizpage-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background-color: #000;
  /* color: #212121; */
  font-family: "Open Sans", sans-serif;
  --cinza-gaintech: #3f3f3f;
  --fundo-cinza1: var(--cinza-gaintech);
  --fundo-cinza2: #252525;
  --verde-gaintech: #00e5c0;
}

a {
  color: var(--verde-gaintech);
  transition: 0.2s;
}

a:hover, a:active, a:focus {
  color: var(--verde-gaintech);
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: var(--verde-gaintech);
  color: #212121;
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: 0.2s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #212121;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  display: table;
  width: 100%;
  height: 100vh;
  background: #000;
}

#intro .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .center{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  text-align: center;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
}
#intro .center h2 {

  color: #fff;
  margin-bottom: 30px;
  font-size: 57px;
  font-weight: 700;
  cursor: context-menu;
}

@media (max-width: 768px) {
  #intro .center h2 {
    font-size: 47px;
    font-weight: 700;
  }
}

#intro .center p {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #fff;
  font-weight: 600;
}

@media (min-width: 1024px) {
  #intro .center p {
    width: 100%;
    font-weight: 600;
  }
}

#intro .center .logo-success img{
  width: 35%;
}

@media (max-width: 768px) {
  #intro .center .logo-success img{
    width: 80%;
  }
  #intro .center {
    width: 90%;
    margin-left: 5%;
  }
}



/* height="111" width="450" */

#intro .carousel-fade {
  overflow: hidden;
}

#intro .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
  transition: 2.77s;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 0.4;
  transition: 2.77s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev, #intro .carousel-control-next {
  width: 10%;
}

@media (min-width: 1024px) {
  #intro .carousel-control-prev, #intro .carousel-control-next {
    width: 5%;
  }
}

#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header h3 {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #fff;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: var(--verde-gaintech);
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}


/* About Us Section
--------------------------------*/
#about {
  /* background: url("../img/about-bg.jpg") center top no-repeat fixed; */
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--fundo-cinza2);
  z-index: 9;
}


#about .container {
  position: relative;
  z-index: 10;
}

#about .section-header p{
  color: #fff;
}

#about .section-header h3{
  color: var(--verde-gaintech);
  cursor: context-menu;
}

#about .about-cols .col-md-4 {
  padding-bottom: 20px;
}

#about .about-col {
  background: #fff;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  height: 100%;
}

#about .about-col .img {
  position: relative;
}

#about .about-col .img img {
  border-radius: 4px 4px 0 0;
}

#about .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: var(--verde-gaintech);
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#about .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.1s;
}

#about .about-col:hover .icon {
  background-color: #fff;
}

#about .about-col:hover i {
  color: var(--verde-gaintech);
}

#about .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#about .about-col h2 a {
  cursor: context-menu;
  color: #000;
}

#about .about-col h2 a:hover {
  color: var(--verde-gaintech);
}

#about .about-col p {
  text-align: justify;
  font-size: 14px;
  line-height: 24px;
  color: #000;
  margin-bottom: 0;
  padding: 0px 20px 0px 20px;
}

/* Services Section
--------------------------------*/
#services {
  background: var(--fundo-cinza1);
  background-size: cover;
  padding: 60px 0 40px 0;
}

#services .section-header p{
  color: #fff;
}

#services .section-header h3{
  color: var(--verde-gaintech);
  cursor: context-menu;
}

#services .box {
  margin-bottom: 30px;
}

#services .icon {
  float: left;
}

#services .icon i {
  color: var(--verde-gaintech);
  font-size: 36px;
  line-height: 1;
  transition: 0.2s;
}

#services .title {
  margin-left: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  cursor: context-menu;
}

#services .title a {
  color: #fff;
}

#services .box:hover .title a {
  color: var(--verde-gaintech);
}

#services .description {
  font-size: 14px;
  margin-left: 60px;
  line-height: 24px;
  margin-bottom: 0;
  color: #fff;
}

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

#services .row p{
  text-align: justify;
}

/* Portfolio Section
--------------------------------*/
#portfolio {
  padding: 60px 0;
  background-color: var(--fundo-cinza2);
}

#portfolio .section-header h3{
  color: var(--verde-gaintech);
  cursor: context-menu;
}

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

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: context-menu;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  border-radius: 4px;
  text-transform: uppercase;
  background: #212121;
  margin-bottom: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover{
  background: var(--verde-gaintech);
  color: #212121;
  border-style: solid;
  border-width: 1px;
  border-color: #212121;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  
  /* transition: 0.3s; */
}

#portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#portfolio .portfolio-item {
  position: relative;
  height: 360px;
  overflow: hidden;
}

#portfolio .portfolio-item figure {
  background: #000;
  overflow: hidden;
  height: 240px;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0;
}

#portfolio .portfolio-item figure:hover img {
  opacity: 0.4;
  transition: 0.5s;
}

#portfolio .portfolio-item figure .link-preview, #portfolio .portfolio-item figure .link-details {
  position: absolute;
  display: inline-block;
  visibility: hidden;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: 0.1s;
}

#portfolio .portfolio-item figure .link-preview i, #portfolio .portfolio-item figure .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #333;
}

#portfolio .portfolio-item figure .link-preview:hover, #portfolio .portfolio-item figure .link-details:hover {
  background: var(--verde-gaintech);
}

#portfolio .portfolio-item figure .link-preview:hover i, #portfolio .portfolio-item figure .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure:hover .link-preview {
  visibility: visible;
  left: calc(50% - 44px);
}

#portfolio .portfolio-item figure:hover .link-details {
  visibility: visible;
  right: calc(50% - 44px);
}

#portfolio .portfolio-item .portfolio-info {
  background: #fff;
  text-align: center;
  padding: 20px;
  height: 90px;
  border-radius: 0 0 3px 3px;
}

#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  line-height: 22px; 
  font-weight: 700;
  margin-bottom: 3px;
  padding-bottom: 0;
  cursor: pointer;
  word-wrap: break-word; 
  overflow-wrap: break-word; 
}

#portfolio .portfolio-item .portfolio-info h4 a {
  color: var(--cinza-gaintech);
}

#portfolio .portfolio-item .portfolio-info h4 a:hover {
  color: var(--verde-gaintech);
}


#portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #b8b8b8;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

/*  */

#portfolio .portfolio-item .portfolio-mais {
  background: rgba(255, 255, 255, 0.3);
  text-align: center;
  padding: 150px;
  height: 330px;
  border-radius: 3px 3px 3px 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#portfolio .portfolio-item .portfolio-mais h4 {
  cursor: pointer;
  font-size: 33px;
  line-height: 33px;
  font-weight: 700;
}

#portfolio .portfolio-item .portfolio-mais h4 a {
  color: #fff
}

#portfolio .portfolio-item .portfolio-mais a:hover {
  color: var(--verde-gaintech);
}

/*  */

#clientes{
  background: var(--fundo-cinza1);
  padding: 60px 0;
}
/* Team Section
--------------------------------*/
#team {
  background: var(--fundo-cinza1);
  padding: 60px 0;
}

#team .section-header h3{
  color: var(--verde-gaintech);
  cursor: context-menu;
}

#team .section-header p{
  color: #fff;
}

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

#team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #212121;
  position: relative;
  border-radius: 4px;
}

#team .member img {
  border-radius: 4px;
}

#team .member .member-info {
  visibility: visible;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.15s;
}

#team .member .social {
  margin-top: 0px;
  transition: margin 0.2s;
  visibility: hidden;
}

#team .member:hover .social {
  margin-top: 10px;
  transition: margin 0.2s;
  visibility: visible;
}

#team .member h4 {
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
  cursor: context-menu;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  transition: none;
  color: #fff;
}

#team .member .social a:hover {
  color: var(--verde-gaintech);
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Tooltip container */
#team .social {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
#team .social .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 1px 0;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: -125%;
  left: 50%;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
#team .social .tooltiptext::after {
  content: "";
  position: absolute;
  top: -45%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
  transform: rotate(180deg);
}

/* Show the tooltip text when you mouse over the tooltip container */
#team .social a:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  color: #fff;
}



/* Contact Section
--------------------------------*/
#contact {
  padding: 60px 0;
  background-color: var(--fundo-cinza2);
}

#contact h3 {
  color: var(--verde-gaintech);
  cursor: context-menu;
}

#contact p {
  color: #fff;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: var(--verde-gaintech);
}

#contact .contact-info address, #contact .contact-info p {
  margin-bottom: 0;
  color: #fff;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

#contact .contact-info a {
  color: #fff;
}

#contact .contact-info a:hover {
  color: var(--verde-gaintech);
}

#contact .contact-address, #contact .contact-phone, #contact .contact-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #contact .contact-address, #contact .contact-phone, #contact .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

#contact .form #sendmessage {
  color: var(--verde-gaintech);
  border: 1px solid #000;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
 
#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
  background: var(--verde-gaintech);
  border-style: solid ;
  border-color: #000;
  border-radius: 5px;
  border-width: 1px;
  transition: all 0.3s ease-in-out;

  padding: 10px 30px;
  color: #000;
  transition: 0.4s;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #03be9f;
}


/* 
/* Css para Clientes e Parceiros */
.clientes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

#clientes .section-header h3{
  color: var(--verde-gaintech);
  cursor: context-menu;
}

.clientes img {
  margin: 10px;
} */

.client-logo {
  border: 2px solid green;
  width: 100%;
  height: 150px; /* Adjust the height as needed */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.client-logo img {
  max-width: 100%;
  max-height: 100%;
}


/* Parcerias footer */

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