
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;700&display=swap');
.espace8{
    width: 100%;
    height: 8px;
    display: block;
}
.espace16{
    width: 100%;
    height: 16px;
    display: block;
}
.espace24{
    width: 100%;
    height: 24px;
    display: block;
}
.espace32{
    width: 100%;
    height: 32px;
    display: block;
}
.espace40{
    width: 100%;
    height: 40px;
    display: block;
}
.espace48{
    width: 100%;
    height: 48px;
    display: block;
}
.espace56{
    width: 100%;
    height: 56px;
    display: block;
}
.espace64{
    width: 100%;
    height: 64px;
    display: block;
}
.espace72{
    width: 100%;
    height: 72px;
    display: block;
}
.espace80{
    width: 100%;
    height: 80px;
    display: block;
}

 .typewrite > .wrap{
        border-right: 0.07em solid black;
        animation: caret 1s steps(1) infinite;
      
    }
    @keyframes caret {
            50% {
                border-color: transparent;
            }
        }
h3.type{
    font-family: Fira Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 34px;
    color: #495057;
    min-height: 110px;
}
.mobile-banner{
    display: none;
}
.typewrite{
    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: 500;
    font-size: 32px;
    line-height: 34px;
}
.about-regna p{
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: bolder;
    font-size: 14px;
    line-height: 34px;
    color: #009892;
}
.about-regna h3{
    font-family: 'Fira Sans';
    
    font-weight: bolder;
    font-size: 32px;
    line-height: 34px;
    color: #343A40;
}
.about-regna .description-about{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #868E96;
}
.more-link{
    position: relative;
    z-index: 999;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #002238;
}
.more-link:hover{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #009892;
    text-decoration: none;
}
.more-link img{
    margin-left: 5px;
    margin-top: -2px;
}
.hover{
    display: none;
}
.more-link:hover .ahover{

    animation: fadeOut 1s;
    animation-fill-mode: forwards;
}
.more-link:hover .hover{
    display: inline-block !important;
    margin-left: 1px;

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

@keyframes fadein{
    from { opacity: 0; }
    to   { opacity: 1; }
}
@keyframes fadeOut{
    from { opacity: 1; }
    to   { opacity: 0; }
}
.line-margin{
    margin-top: -65px !important;
    display: block;
}
.line-margin-bottom{
    margin-top: -45px !important;
    display: block;
    margin-left: 0;
    margin-bottom: -40px;
}
.startup-dies{
    width: 100%;
    min-height: 300px;
    padding: 200px 0;
    position: relative;
    overflow-x: hidden;
    background: linear-gradient(97.45deg, #009892 0.35%, #002238 100%);

}
.arrow-down-startup{
    position: absolute;
    top: -3px;
    left: 47%;
}
.circle-startup-big{
    position: absolute;
    top: 85px;
    left: 0;
}
.circle-startup-medium{
    position: absolute;
    top: 55px;
    left: 280px;
}
.circle-startup-small{
    position: absolute;
    top: 75px;
    right: 280px;
}
.lines-startup{
    position: absolute;
   bottom: 0;
}
.title-startups{
    font-family: Fira Sans;
font-style: normal;
font-weight: 500;
font-size: 32px;
line-height: 34px;
/* or 106% */


/* -2cinza */

color: #F8F9FA;
}
.controls-top-meu{
    position: absolute;
    right: 20px;
    top: 20px;
  
}
.btn-floating{
    margin-left: 32px ;
}
.carousel-item h1{
    font-family: Fira Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 54px;
    color: #343A40;
}
.carousel-item p{
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #868E96;
}
.inner-counts{
    display: block;
    padding: 35px 32px;
}
.bg-grey{
    background: #F1F3F5;
border: 1px solid #E7E7E7;
box-sizing: border-box;
}
#ofertas h3{
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: bolder;
    font-size: 32px;
    line-height: 34px;
    color: #343A40;
}
#ofertas h3 span{
    color: #009892;
}
#ofertas select{
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 16px;
    align-items: center;
    padding: 12px 22px;
    width: 236px;
    height: 50px;
    text-transform: uppercase;
    border: 1px solid #009892;
    box-sizing: border-box;
    border-radius: 6px;
    color: #343A40;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    background: url('../img/icons/arrow-select.svg') 92% / 5% no-repeat #fff;
}
.image-oferta{
    position: relative;
}
.image-oferta:hover .hover-oferta{
    visibility: visible;
    opacity: 1;
}
.image-oferta .logo-oferta{
    position: absolute;
    top: 16px;
    left: 16px;
    border: 2px solid white;
    z-index: 99;
}
.categories-oferta{
    position: absolute;
    bottom: -8px;
    z-index: 898;
}
.categories-oferta a{
    background: #009892;
    border: 1px solid #009892;
    box-sizing: border-box;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #F8F9FA;
    margin:0 5px;
    padding: 2px 5px;
}
.texto-oferta{
    padding: 15px;
}
.texto-oferta h4 a{
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 27px;
    color: #343A40;
}
.texto-oferta p{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #868E96;
}
.texto-oferta .captando-oferta{
    width: 80px;
    height: 22px;
    text-transform: uppercase !important;
    padding-top: 2px;
    border: 1px solid #94D89F;
    box-sizing: border-box;
    font-family: 'Open Sans';
    font-size: 12px;
    line-height: 18px;
    color: #868E96;
    text-align: center;

}

.hover-oferta{
    transition: display 0s, opacity 0.5s linear;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background-color: rgba(0,34,56,0.9);
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 10;
}
.grafico-count{
    z-index: 999;
    position: absolute;
    width: 300px !important;
    height: 150px !important;
    top: 23px;
    left: 38px;
}
.percent-capted{
    position: absolute;
    top: 30%;
    left: 40%;
}
.zeropercent{
    position: absolute;
    top: 30%;
    left: 44%;
}
.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;
    line-height: 54px;
}
.percent-capted span{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
    margin-top: -10px;
    display: block;
    text-align: center;
}
.boost-startup{
    width: 100%;
    padding: 115px 0;

    min-height: 200px;
    background: url('../img/bg-middle-page.png');
    background-size: cover;
}
.boost-startup h2{
    font-family: 'Fira Sans';
font-style: normal;
font-weight: 600;
font-size: 40px;
line-height: 44px;
text-align: center;
color: #F8F9FA;
}
.boost-startup p{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
}
.boost-startup a{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 16px 32px;
}
.boost-startup a:hover{
    background: #009892;
    text-decoration: none;
    border: 1px solid #009892;
}
.blog h3{
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: bolder;
    font-size: 32px;
    line-height: 34px;
    color: #343A40;
}
.blog h3 span{
    color: #009892;
}
.post-item{
    position: relative;
}
.post-item p{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
   
    padding: 8px 15px;
    margin-bottom: 64px;
}
.post-item p a{
    color: #343A40;
}
.date-enter{
    width: 100%;
    height: 35px;
    position: absolute;
    bottom: 0;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    padding: 0 15px;
    color: #868E96;
}
.date-post img{
    margin-top: -4px;
    display: inline-block;
}
.enter-post{
    position: absolute;
    right: 15px;
    bottom: 10px;
}
.parceiros{
    background: #F8F9FA;
    width: 100%;
    padding: 64px 0;
}
.parceiros h3{
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: bolder;
    font-size: 32px;
    line-height: 34px;
    color: #343A40;
}
.parceiros p{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #868E96;
}
.parceiros-scroll{
    position: relative;
}
.parceiros .prev{
    position: absolute;
    left: -45px;
    top: 42%;
}
.parceiros .next{
    position: absolute;
    right: -40px;
    top: 42%;
}
.parceiros .multiple-items img{
    filter: grayscale(var(--value, 100%));
}

.estatistica{
    text-align: center;
    font-family: 'Fira Sans';
    font-style: bold;
    font-weight: 500;
    font-size: 22px;
    line-height: 34px;
    color: #F8F9FA;
}
.estatistica a{
    color: #F8F9FA;
    padding: 10px 22px;
    border: 1px solid white;
    border-bottom: 1px solid white !important;
    display:inline-block;
    border-radius: 5px;
    margin-top: 16px;
} 
.estatistica a:hover{
    color: #F8F9FA;
} 

#banner .carousel-item-next.carousel-item-left,
#banner .carousel-item-prev.carousel-item-right {
-webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
 }
 #banner .carousel-item-next,
 #banner .active.carousel-item-right {
   -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
 }
 #banner .carousel-item-prev,
 #banner .active.carousel-item-left {
 -webkit-transform: translate3d(0, +100%, 0);
        transform: translate3d(0, +100, 0);
 }