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

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

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


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

#portfolio .navegacao{
  padding-left: 7%;
  padding-bottom: 13px;
}

#portfolio .navegacao a{
  color: #fff;
  padding-right: 5px;
  font-size: 18px;
}

#portfolio .navegacao a:hover{
  color: var(--verde-gaintech);
  cursor: pointer;
}

#portfolio .navegacao b{
  color: #fff;
  padding-right: 5px;
  font-size: 18px;
}

#portfolio .project-content h4{
  color: #fff;
  font-size: 25px;
  font-weight: 600;
}

#portfolio .project-content p{
  color: #fff;
  font-size: 18px;
  text-align: left;
}

#portfolio .project-content a{
  color: #fff;
  padding-right: 5px;
  font-size: 18px;
}

#portfolio .project-content a:hover{
  color: var(--verde-gaintech);
  cursor: pointer;
}

@media (max-width: 768px){
  #portfolio .project-content img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}

@media (min-width: 768px){
  #portfolio .project-content img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }
}

#portfolio .project-content .video{
  height: 0px;
  padding-top: 0px;
  padding-bottom: 56.25%;
  position: relative;
}

#portfolio .project-content .video iframe{
  width: 100%;
  height: 100%;
  position: absolute;
}

#portfolio .project-content figcaption{
  color: #fff;
  font-size: 15px;
  text-align: center;
}

#portfolio .project-content .btn-voltar{
  background-color: var(--cinza-gaintech);
  margin-top: 30px;
  margin-left: 13%;
  margin-right: 13%;
  height: 50px;
  text-align: center;
  border-style: solid;
  border-radius: 5px;
  border-color: var(--verde-gaintech);
  border-width: 1px;
  min-width: 80px;
}

#portfolio .project-content .btn-voltar:hover{
  background-color: var(--verde-gaintech);

}

#portfolio .project-content .btn-voltar a{
  color: var(--verde-gaintech);
  font-size: 20px;
  font-weight: 700;
  padding-top: 10px;
  height: 100%;
  width: 100%;
  display: inline-block;
}

#portfolio .project-content .btn-voltar a:hover{
  color: var(--cinza-gaintech);
}
