p{
    line-height: 22px !important;
}
.startup-banner{
    margin-top: -87px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.startup-banner-home{
    margin-top: -87px;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 170px 0;
    background-image: url('../img/startups/home-banner.png');
    background-size: cover;
}

.title-banner{
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 44px;
    color: #F8F9FA;
}
.startup-banner-home p{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #F8F9FA;
}
.title-left-banner{
    font-family: 'Fira Sans' !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 24px !important;
    line-height: 27px !important;
    color: #F8F9FA !important; 
}
.about-box{
    position: relative;
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    padding: 16px;
}
.logo-startup img{
    position: absolute;
    left: -62px;
}
.about-box h2{
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 44px;
    color: #009892;
}

.sociais a{
    display: inline-block;
    margin: -8px;
    padding: 0;
}
.sociais img:last-child{
    margin-right: 21px;

}
.sociais{
    border-left: 1px solid #C6C6C6;
    border-right: 1px solid #C6C6C6;
    padding: 16px 8px 16px 21px;
}
.categories-startup ul{
    padding: 0;
    margin: 0;

}
.categories-startup ul li{
    list-style-type: none;
    display: inline-block !important;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #868E96;
    border: 1px solid #94D89F;
    box-sizing: border-box;
    padding: 2px 8px;
}
.about-box p{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #868E96;
}
.dna-startup{
    position: relative;
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    padding: 16px;
}
.title-startup{
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 44px;
    background-color: white;
    position: absolute;
    top: -25px;
    padding: 0 10px;
}
.title-startup span{
    color: #009892;
}
.dna-startup h4{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #495057;
}
.diferencial-startup{
    position: relative;
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    padding: 16px;
}
.diferencial-startup p{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #868E96;
}
.pitch-startup{
    position: relative;
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    padding: 16px;
}
.pitch-startup p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #868E96;
}
.infos-startup{
    position: relative;
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    padding: 16px;
}
.infos-startup h2{
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 27px;
    color: #343A40;
    position: absolute;
    top: -15px;
    background-color: white;
    padding: 0 10px;
}

.infos-startup .title-info-sub{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 18px;
    color: #868E96;
}
.title-info{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #002238;
}
.finalizado{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bolder;
    font-size: 16px;
    line-height: 18px;
    color: #002238;
}
.item-equipe{
    position: relative;
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    padding: 16px;
    margin-bottom: 40px;

}
.item-equipe h3.title-equipe{
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 27px;
    color: #009892;
    position: absolute;
    top: -15px;
    background-color: white;
    padding: 0 10px;
}
.image-equipe{
    overflow: hidden;
    width: 116px;
    height: 116px;
    background-color: grey;
    border-radius: 100px;
    margin: 0 auto;

}
.nome-equipe{
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 27px;
    color: #495057;
    text-align: center;
}
.separator-equipe{
    width: 95%;
    height: 1px;
    border: 1px solid #E7E7E7;
    margin: 0 auto;
}
.item-equipe p{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #868E96;
}
.captado{
    position: relative;
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    padding: 16px;

}
.grafico{
    width: 100%;
    position: relative;
}
.percent-capted{
    position: absolute;
    top: 28%;
    left: 36%;
}
.percent-capted h1{
    background: linear-gradient(180deg, #009892 0%, #002238 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    text-align: center;
    line-height: 54px;
}
.percent-capted span{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #868E96;
    margin-top: -10px;
    display: block;
    text-align: center;
}
.cotas{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 54px;
    color: #ADB5BD;
}
.cotas .adq{
    background: linear-gradient(180deg, #009892 0%, #002238 100%);
    border-radius: 10px;
    width: 8px;
    height: 8px;
    display: inline-block;
}
.cotas .liv{
    background: #DEE2E6;
    border-radius: 10px;
    width: 8px;
    height: 8px;
    display: inline-block;
}
.sep-vert{
    height: 60px;
    position: absolute;
    display: inline-block;
    margin-left: 10px;
    border: 1px solid #C6C6C6;
}
.btn-investir{
    background: #009892;
    border-radius: 6px;
    position: absolute;
    right: 8px;
    padding: 16px 28px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
}
.btn-investir:hover{
    background-color: #002238;
    text-decoration: none;
    color: white;
}
.tempo-restante{
    position: relative;
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    padding: 16px;
}
.title-sidebar{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #343A40;
    position: absolute;
    top: -10px;
    background-color: white;
    padding: 0 10px;
}
.dias{
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 54px;
    color: #002238;

}
.minutos{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #002238;
    margin-left: 10px;
}
.rs{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #343A40;
}
.valor-meta{
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 34px;
    color: #343A40;
}
.virgula{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #343A40;
}
.investimento{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #343A40;
}
.investimento-btns{
    width: 100%;
    position: relative;
}
.btn-investir2{
    background: #009892;
    border-radius: 6px;
    margin:  0;
    display: block;
    padding: 16px 32px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
}
.btn-investir2:hover{
    background-color: #002238;
    text-decoration: none;
    color: white;
}
.btn-investir3{
    margin-top: -32px;
    border: 1px solid #94D89F;
    box-sizing: border-box;
    border-radius: 6px;
    display: block;
    padding: 16px 28px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #495057;
}
.btn-investir3:hover{
    background-color: #002238;
    text-decoration: none;
    color: white;
}




.more-link{
    position: relative;
    z-index: 999;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #F8F9FA;
}
.more-link:hover{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    text-decoration: none;
}
.more-link img{
    position: absolute;
    left: -20px;
    top: 3px;
}
.hover{
    display: none;
}
.more-link:hover .ahover{
    animation: fadeOut 1s;
    animation-fill-mode: forwards;
}
.more-link:hover .hover{
    display: inline-block !important;
    position: absolute;
    left: -40px;
    top: 3px;

    animation: fadein 1.5s;
    animation-fill-mode: forwards;
}

@keyframes fadein{
    from { opacity: 0; }
    to   { opacity: 1; }
}
@keyframes fadeOut{
    from { opacity: 1; }
    to   { opacity: 0; }
}

h3.title-startup-objetivo{
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 34px;
    color: #495057;
}
#foguete{
    top: -250px;
    position: absolute;
}
.title-aliado{
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 27px;
    color: #343A40;
}
.item-ponto{
    padding: 8px;
}
.item-ponto .inner-item{
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 17px;

}
.item-ponto:hover .inner-item{
    border: 1px solid #009892;
}
.item-ponto p{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #868E96;
}
.inner-item h4{
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 27px;
    color: #343A40;
}
.prev, .next{
    cursor: pointer;
    float: left;
    margin: 16px 15px 0 0;
    position: relative;
    z-index: 99999;
}
.passos-startup{
    position: relative;
    width: 100%;
    min-height: 350px;
    padding: 150px 0;
    background-image: url('../img/startups/section-image.png');
    background-size: cover;
}
.line-pont{
    position: absolute;
    width: 70%;
    right: 0;
    height: 1px;
    top: 35px;
    background-image: linear-gradient(to right, #009892 10%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 10px 1px;
    background-repeat: repeat-x;
    
}
.line-pont-full-rigth{
    position: absolute;
    width: 33%;
    right: 0;
    height: 1px;
    top: 185px;
    background-image: linear-gradient(to right, #009892 10%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 10px 1px;
    background-repeat: repeat-x;
}
.line-pont-full-left{
    position: absolute;
    width: 19%;
    left: 0;
    height: 1px;
    top: 482px;
    background-image: linear-gradient(to right, #009892 10%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 10px 1px;
    background-repeat: repeat-x;
}
.passos-startup h3{
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 34px;
    color: white;
}
.passos-startup p{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #F8F9FA;
}
.divider-dotted-espace{
    width: 1px;
    height: 108px;
    border-left: 2px dotted #009892;
    margin: 0 auto;
}
#depoimentos{
    width: 100%;
    min-height: 120px;
    position: relative;
}
.aspas-gigante{
    position: absolute;
    top: -65px;
    left: -120px;
    opacity: 0.4;
    z-index: -1;
}
#depoimentos h2{
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 44px;
    color: #495057;
}
.box-texto{
    float: left;
    width: 100%;
    padding: 16px;
    min-height: 120px;
    background: #FFFFFF;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}
.box-texto p{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #868E96;
}
.box-texto .name-dep{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #009892;
}
.box-texto small{
    font-family:'Open Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #495057;
}
.box-video{
    width: 690px;
    min-height: 420px;
    background-color: yellow;
    display: inline-block;
}
.video-container { position: relative; padding-bottom: 56.25%; padding-top: 0; height: 0; overflow: hidden; }
.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
#pitch{
    background: linear-gradient(101.89deg, #009892 0%, #002238 100%);
    width: 100%;
    min-height: 180px;
    padding: 72px 0;
}
#pitch h3{
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 34px;
    color: #F8F9FA;
}
#pitch p{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #F8F9FA;
    opacity: 0.8;
}
#pitch a{
    border: 1px solid #009892;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 16px 32px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
}
.jornada{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
}
.box-form{
    width: 100%;
    min-height: 200px;
    background: #FFFFFF;
    box-shadow: -3px 0px 21px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    padding: 68px ;
}
.box-form input{
    width: 100%;
    padding: 20px 25px;
    border: 1px solid #CED4DA;
    box-sizing: border-box;
    border-radius: 8px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    color: #868E96;
}
.box-form label{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #343A40;
}
.box-form select{
    width: 100%;
    padding: 20px 25px;
    border: 1px solid #CED4DA;
    box-sizing: border-box;
    border-radius: 8px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    color: #868E96;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}
.box-form textarea{
    min-width: 100%;
    height: 90px;
    min-height: 90px;
    max-height: 180px;
    padding: 20px 25px;
    border: 1px solid #CED4DA;
    box-sizing: border-box;
    border-radius: 8px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    color: #868E96;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}
.box-form svg{
    position: absolute;
    z-index: 1;
    right: 0;
    top: 60px;
    right: 25px;
}
.box-form .submit input{
    width: 122px;
    height: 50px;    
    background: #009892;
    border-radius: 6px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    flex: none;
    padding: 15px 0 25px 0;
    cursor: pointer;
}

.startup-banner{
    margin-top: -87px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.startup-banner-investidor{
    margin-top: -87px;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 170px 0;
    background-image: url('../img/investidor/banner.png');
    background-size: cover;
}
.startup-banner-investidor ul{
    margin: 0;
    padding: 0;
}
.startup-banner-investidor ul li{
    margin: 0;
    padding: 0;
    position: relative;
    margin-bottom: 24px;
    list-style-type: none;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #F8F9FA;
    opacity: 0.8;
}
.startup-banner-investidor ul li img{
    position: absolute;
    left: -48px;
    top: 3px;
}
.startup-banner-investidor p{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #F8F9FA;
    opacity: 0.8;
    margin: 10px 0;
    padding: 0;
}
.destino{
    margin-top: -2px;
    width: 100%;
    min-height: 20px;
    padding: 80px 0;
    background: url('../img/investidor/banner-middle.png') top no-repeat;
    background-size: cover;
}
.destino h3{
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 34px;
    color: #F8F9FA;
}
.destino h4{
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 27px;
    color: #F8F9FA;
}
.destino .divider-space{
    width: 100%;
    margin-top: 18px;
    margin-left:-20px;
    display: block;
    background: url('../img/pattern-line.png') repeat-x;
}
.passos-investimento .divider-space{
    width: 100%;

    display: block;
    background: url('../img/pattern-line.png') repeat-x;
}
.margin-title{
    margin-top: 6px;
}
.novo-title{
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 34px;
    color: #009892;
}
.mercado h3{
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 29px;
    line-height: 34px;
    color: #495057;
}
.mercado ul{
    margin: 0;
    padding: 0;
    margin-left: 15px;
}
.mercado ul li{
    list-style-type: none;
    position: relative;
    font-family: 'Open Sans';
    margin-bottom: 16px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
/* or 112% */


/* 4cinza */

color: #868E96;
}
.mercado ul li::before {
    content: "";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 5px; /* Also needed for space (tweak if needed) */
    height: 5px;
    left: -14px;
    position: absolute;
    border-radius: 50px;
    background: linear-gradient(180deg, #009892 0%, #002238 100%);
    transform: matrix(1, 0, 0, -1, 0, 0);
    top: 7px;
  }
  .destino p{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;

    color: #F8F9FA;
  }
  .passos-investimento h3{
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 34px;
    color: #495057;
  }
  .passos-inn .number{
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 54px;
    color: #CED4DA;
    padding: 10px 16px;
    float: left;
  }
  .passos-inn p{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    padding: 10px 30px;
    color: #868E96;
  }
  .box-numbers{
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    border-radius: 8px;
    padding-top: 15px;
    padding-left: 10px;
  }


.box-numbers:hover{
    background: rgba(0, 139, 156, 0.05);
    border: 1px solid #009892;
    box-sizing: border-box;
    border-radius: 8px;
    cursor: pointer;
    
}
.box-numbers:hover p{
    color: #009892;
}
.box-numbers:hover .number{
    color: #009892;
}


.setinhaesquerda {

margin-left: 16px;

}
.lines-right{
    position: relative;
}
.lines-right .first-row{
    position: absolute;
    top: -160px;
}
.lines-right .second-row{
    position: absolute;
    top: -12px;
}
.lines-right .third-row{
    position: absolute;
    top: 135px;
}
.veja-invest p{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #009892;
}
.investidor-avatar{
    width: 40px;
    height: 40px;
    background: gray;
    border-radius: 50px;
    float: left;
    margin-left: 16px;
}
.line-blue{
    background: #009892;
    width: 100%;
    height: 1px;
    display: block;
}
.team h4{
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 23px;
    line-height: 27px;
    color: #495057;
}
.team h4 span{
    color: #009892;
}
.card{
    padding: 16px 8px;
    border-radius: 8px;
    border: 1px solid #E7E7E7;
    text-align: center;
}
.team .card img{
    width: 110px;
    height: 110px;
    border-radius: 100px;
    margin: 0 auto;
}
.team .card .name-team{
    margin-top: 16px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #495057;
}
.team .card .role-team{
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    margin-top: 8px;
    line-height: 18px;
    text-align: center;
    color: #868E96;
}
.item-card{
    padding: 0 8px;
}