#banner-startup {
  display: block;
  width: 100% !important;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #banner-startup {
    height: 200px;
  }
}

.dados-startup {
  margin-top: -244px;
  padding-bottom: 60px;
}
.dados-startup .info-startup {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .dados-startup .info-startup {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .dados-startup {
    margin-top: -109px;
  }
}

.content-startup,
.inner-wrapper-sticky {
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgb(176, 176, 176);
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .sidebar-startup,
  .wrap-sidebar {
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgb(176, 176, 176);
    border-radius: 20px;
  }
}
.wrap-sidebar:hover .actual_cap .label {
  opacity: 1;
  transition: all 0.3s linear;
}

.content-startup {
  padding: 40px 55px 50px;
}
.content-startup ul {
  padding-left: 20px;
  margin: 20px 0 20px;
}
.content-startup ul li {
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .content-startup {
    padding: 30px;
  }
}

.wrap-progress-single-startup {
  padding: 40px 30px 20px;
}
@media screen and (max-width: 767px) {
  .wrap-progress-single-startup {
    padding: 40px 0 20px;
  }
}

.img-startup {
  max-width: 120px;
  height: auto;
  margin-right: 20px;
  align-self: center;
}
@media screen and (max-width: 767px) {
  .img-startup {
    margin-right: 0;
  }
}

.title-startup {
  display: flex;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .title-startup {
    flex-direction: column;
    align-items: center;
  }
}

.partner-info,
.partner-info a {
  font-size: 14px;
  color: #293038;
}

.partner-info {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .partner-info {
    text-align: center;
  }
}

.redes > a {
  height: 30px;
  width: 30px;
  border-radius: 10px;
  background-color: #CCCCCC;
  color: #293038;
  font-size: 14px;
  padding: 2px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .redes > a {
    margin: 0 5px;
  }
}

.title-startup {
  position: relative;
}
.title-startup .name {
  width: -webkit-fill-available;
  padding-right: 10px;
}
.title-startup .name h2 {
  font-size: 30px;
  font-weight: 800;
  margin-top: 14px;
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .title-startup .name h2 {
    text-align: center;
  }
}
.title-startup .redes {
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .title-startup .redes {
    display: flex;
    justify-content: center;
  }
}

.link-investir {
  background-color: #00D48C;
  font-weight: 800;
  height: 50px;
  line-height: 50px;
  padding: 0 45px;
  color: #fff;
  font-size: 24px;
  border-radius: 100px;
  align-self: center;
  white-space: nowrap;
  transition: all 0.3s linear;
}
.link-investir:hover {
  transform: scale(1.05);
  transition: all 0.4s linear;
}
@media screen and (max-width: 767px) {
  .link-investir {
    position: relative;
    right: auto;
    transform: unset;
    top: auto;
    margin-top: 20px;
  }
}

.equipe {
  margin-top: 60px;
}
.equipe .title-equipe {
  text-transform: uppercase;
  color: #A38C65;
  position: relative;
  font-weight: 800;
  font-size: 18px;
}
.equipe .title-equipe:after {
  content: "";
  height: 0;
  border-style: solid;
  border-width: 0.5px 0 0.5px 600px;
  border-color: transparent transparent transparent #a38c65;
  width: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 10px);
}
@media screen and (max-width: 767px) {
  .equipe .title-equipe:after {
    border-width: 0.5px 0 0.5px 200px;
  }
}
.equipe .video-container {
  margin: 35px 0 20px;
  display: flex;
  justify-content: center;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.equipe .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.item-member {
  display: flex;
  margin-bottom: 40px;
}
.item-member > img {
  max-width: 100px;
  height: auto;
  border-radius: 20px;
  margin-right: 20px;
}
.item-member .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.member-name {
  font-size: 18px;
  font-weight: 800;
}

.member-position {
  font-size: 14px;
  font-weight: 600;
  font-style: italic;
  color: #999999;
}

.linkedin-link-member {
  margin-top: 6px;
}

.linkedin-link-member > img {
  max-width: 30px;
  height: auto;
}

.container-equipe {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .container-equipe {
    grid-template-columns: 1fr;
  }
}

.header-sidebar {
  line-height: 50px;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #CCCCCC;
}
.header-sidebar span {
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #A38C65;
}

ul.data-startup {
  padding: 0 20px 0;
}
ul.data-startup li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 15px 0 15px 40px;
  position: relative;
}
ul.data-startup li:not(:last-child) {
  border-bottom: 1px solid #CCCCCC;
}
ul.data-startup li .icon {
  position: absolute;
  left: 20px;
  top: 15px;
  transform: translateX(-50%);
}
ul.data-startup li .key {
  color: #A38C65;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
}
ul.data-startup li .value {
  font-size: 18px;
  font-weight: 800;
  width: 100%;
  margin-top: 5px;
}

.progress-startup {
  width: 100%;
  display: block;
  height: 20px;
  border-radius: 10px;
  background-color: rgba(41, 48, 56, 0.2);
  margin-top: 12px;
  position: relative;
  overflow: hidden;
}
.progress-startup .progress {
  display: inline-block;
  background-color: #A38C65;
  position: absolute;
  left: 0;
  height: 100%;
}
.progress-startup .label {
  opacity: 0;
  position: absolute;
  font-size: 13px;
  color: #fff;
  left: 11px;
  line-height: 20px;
}

.more-startups {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .more-startups {
    grid-template-columns: 1fr;
  }
}

.item-startup {
  border-radius: 4px;
  border: 1px solid #E9ECEF;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s linear;
  color: rgb(34, 34, 34);
  height: 100%;
  background-color: white;
  display: flex;
  flex-direction: column;
}
.item-startup:hover {
  box-shadow: 0px 0px 8px -1px rgba(40, 39, 52, 0.4);
  transition: all 0.2s linear;
}
.item-startup .banner-head {
  height: 170px;
  position: relative;
  transition: all 0.2s linear;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}
.item-startup .body-startup {
  background-color: #fff;
  padding: 20px;
}
.item-startup .body-startup .title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.item-startup .body-startup .title .logo-startup {
  width: 65px;
  height: 65px;
  min-width: 65px;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 4px;
  background-color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.22);
}
.item-startup .body-startup .title .logo-startup img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.item-startup .body-startup .title span,
.item-startup .body-startup .title span a {
  color: #293038;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 15px;
}
.item-startup .body-startup .title-name-1 {
  display: none;
}
.item-startup .body-startup .title-name-2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #2A2F38;
  display: block !important;
}
.item-startup .body-startup .title .logo-startup {
  padding: 5px;
}
.item-startup .body-startup .title .logo-startup img {
  border-radius: 5px;
}
.item-startup .body-startup .text {
  margin-top: -10px;
}
.item-startup .body-startup .text * {
  font-family: "Nunito", sans-serif !important;
  font-size: 16px !important;
  line-height: 22px !important;
  font-weight: 400;
}
.item-startup .body-startup .text span {
  display: block;
  margin: 20px 0 15px;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 17px !important;
  color: #2A2F38;
  text-align: justify;
}
.item-startup .footer-startup {
  margin-top: auto;
  background-color: #fff;
  padding: 20px;
}
.item-startup .footer-startup .numbers {
  background-color: #F5F7F8;
  padding: 20px;
}

.footer-startup .numbers,
.wrap-progress-single-startup .numbers {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.footer-startup .numbers > div,
.wrap-progress-single-startup .numbers > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.footer-startup .numbers > div .t,
.wrap-progress-single-startup .numbers > div .t {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: rgba(41, 48, 56, 0.6196078431);
}
.footer-startup .numbers > div .v,
.wrap-progress-single-startup .numbers > div .v {
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  color: #4f5a66;
}
@media screen and (max-width: 767px) {
  .footer-startup .numbers > div .v,
  .wrap-progress-single-startup .numbers > div .v {
    font-size: 12px;
  }
}

.progress-bar {
  height: 30px;
  background-color: #CCCCCC;
  border-radius: 10px;
  margin-top: 23px;
  position: relative;
}
.progress-bar .wrap-progress-bar {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 10px;
  height: 100%;
}
.progress-bar .wrap-progress-bar .progress {
  background-color: #293038;
  color: #fff;
  height: 30px;
  line-height: 30px;
}
.progress-bar .wrap-progress-bar .label {
  color: #fff;
  position: absolute;
  left: 8px;
  line-height: 30px;
  font-size: 12px;
  top: 0;
}
.progress-bar .success_mark {
  position: absolute;
  display: block;
  height: 50px;
  width: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #293038;
  border-radius: 1px;
}
.progress-bar .success_mark::before {
  content: "";
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background-color: #293038;
  position: absolute;
}
.progress-bar .success_mark::after {
  content: "Investimento garantido";
  font-size: 10px;
  font-weight: 400;
  color: #999999;
  position: absolute;
  top: 100%;
  left: calc(100% + 11px);
  transform: translateY(-5px);
}
.progress-bar .success_mark.position-left::after {
  left: auto;
  right: calc(100% + 11px);
  text-align: right;
}

div.see-more {
  display: flex;
  justify-content: center;
  margin: 40px 0 20px;
}
div.see-more a {
  color: #fff;
  text-transform: uppercase;
  padding: 0 20px;
  line-height: 50px;
  font-size: 18px;
  border-radius: 5px;
  background: #222222;
  border-radius: 25px;
}
div.see-more a:hover {
  transform: scale(1.1);
  transition: all 0.3s linear;
}

.list-startups {
  display: block;
  padding: 40px 0 50px;
}
.list-startups .wrap-startups {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin-top: 30px;
  align-items: flex-start;
}
.list-startups .wrap-startups a {
  height: 100%;
}
.list-startups .ads-startup-list {
  grid-column: auto/span 3;
  text-align: center;
}
@media (max-width: 800px) {
  .list-startups .ads-startup-list {
    grid-column: auto;
  }
}

.select-buttons {
  display: flex;
}
.select-buttons a {
  color: #293038;
  font-size: 14px;
  font-weight: 800;
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
  text-transform: uppercase;
  border-radius: 20px;
  border: 2px solid #CCCCCC;
}
.select-buttons a.active {
  border: 2px solid #293038;
  background-color: #293038;
  color: #fff !important;
}
.select-buttons a + a {
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .wrap-startups {
    grid-template-columns: 1fr !important;
  }
  .select-buttons {
    justify-content: center !important;
  }
}
#redirect {
  height: 100vh;
  display: flex;
  align-items: center;
}
#redirect .container {
  width: 100%;
  max-width: 900px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #redirect .container {
    padding: 0 20px;
  }
}
#redirect .logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#redirect .logos > img {
  width: 100%;
  max-width: 150px;
  height: auto;
}
@media screen and (max-width: 767px) {
  #redirect .logos > img {
    max-width: 90px;
  }
}
#redirect .next img {
  max-width: 30px;
  height: auto;
}
@media screen and (max-width: 767px) {
  #redirect .next img {
    max-width: 18px;
  }
  #redirect .next img:nth-child(3) ~ img {
    display: none;
  }
}
#redirect .text {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
#redirect .text p {
  max-width: 700px;
  font-size: 40px;
  text-align: center;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  #redirect .text p {
    font-size: 19px;
  }
}

.partner_link {
  padding-left: 0 !important;
  align-items: center !important;
}
.partner_link .key {
  text-align: center;
}
.partner_link .value {
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.partner_link .value img {
  max-width: 100%;
  height: auto;
}

.wrap-i-total-cap {
  margin: 5px 0;
  display: block;
  position: relative;
}

.i-total-cap {
  font-size: 14px;
  text-align: right;
  display: block;
}

.list-questions.questions .container {
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
}
.list-questions.questions .container h3 {
  display: flex;
  padding: 13px 20px 10px 20px;
}
.list-questions.questions .container h3 img {
  margin-left: auto;
  transform: rotate(90deg);
  transition: all 0.3s linear;
}
.list-questions.questions .container h3.active img {
  transform: rotate(180deg) !important;
}
.list-questions.questions .container .content {
  padding: 0 20px 20px 20px;
}
.list-questions.questions .container .text p {
  margin-top: 20px;
  line-height: 1.5;
  word-break: break-word;
  margin-block-start: 0;
  margin-block-end: 1.3em;
  font-size: 18px;
}
