/*!
    Csoon - Startup and Coming Soon Theme
    wrapbootstrap.com/theme/csoon-startup-and-coming-soon-theme-WB04J5003
    To use this theme you must have a license purchased at WrapBootstrap (wrapbootstrap.com)
    Copyright 1995-2015 ForBetterWeb.com
 */

/* Base structure */
html, body {
    width: 100%!important;
    height: 100%!important;
}

body {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #313B45;
    background-color: #fff;
}

/* Preloader */
#preloader {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: #fff;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden; }

#status {
    position: absolute;
    left: 47%;
    top: 50%;
    margin: auto;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    background: #1b1f23;
    animation: 1.15s infinite ease-in-out;
    -webkit-animation: 1.15s infinite ease-in-out;
    -moz-animation: 1.15s infinite ease-in-out;
    animation-name: loader;
    -webkit-animation-name: loader;
    -moz-animation-name: loader; }
#status:before, #status:after {
    animation: 1.15s infinite ease-in-out;
    -webkit-animation: 1.15s infinite ease-in-out;
    -moz-animation: 1.15s infinite ease-in-out; }
#status:before, #status:after {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0; }

@keyframes loader {
    from {
        transform: scale(0);
        opacity: 1; }
    to {
        transform: scale(1);
        opacity: 0.5; } }
@-ms-keyframes loader {
    from {
        -ms-transform: scale(0);
        opacity: 1; }
    to {
        -ms-transform: scale(1);
        opacity: 0.5; } }
@-webkit-keyframes loader {
    from {
        -webkit-transform: scale(0);
        opacity: 1; }
    to {
        -webkit-transform: scale(1);
        opacity: 0.5; } }
@-moz-keyframes loader {
    from {
        -moz-transform: scale(0);
        opacity: 1; }
    to {
        -moz-transform: scale(1);
        opacity: 0.5; } }

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.6;
}

p {
    margin: 0 0 25px;
    font-size: 15px;
    line-height: 1.5;
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 16px;
        line-height: 1.7;
    }
}

a {
    text-decoration: underline;
    color: #000;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #666;
}

.no-pad {
    padding: 0;
}

.thin {
    font-weight: 300;
}

.overlay {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

section {
    position: relative;
    z-index: 992;
    padding: 140px 0 110px;
}

@media(max-width:768px) {
    section {
        padding: 100px 0 80px;
    }
}

.list-inline>li {
    padding-bottom: 10px;
    vertical-align: bottom;
}

.label,
input,
.btn,
textarea {
    border-radius: 0!important;
}
.label-danger {
    background-color: #c00;
}
.btn {
    font-size: 12px!important;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-shadow: none;
    text-decoration: none;
}
.btn-border {
    border: 2px solid #fff;
    outline: 0;
    color: #fff;
    background-color: transparent;
}
.btn-border:hover,
.btn-border:focus {
    border: 2px solid #eee;
    outline: 0;
    color: #000!important;
    background-color: #eee;
}
.btn-white {
    border: 2px solid #fff;
    outline: 0;
    color: #000!important;
    background-color: #fff;
}
.btn-dark {
    border: 2px solid #313B45;
    outline: 0;
    background-color: #313B45;
    color: #fff;
}

.btn-white:hover,
.btn-white:focus {
    border: 2px solid #fff;
    outline: 0;
    color: #fff!important;
    background-color: transparent;
}
.btn-dark:hover,
.btn-dark:focus {
    border: 2px solid #000;
    outline: 0;
    background-color: #000;
    color: #fff;
}

a .fa-circle {
    color: rgba(0, 0, 0, 0.35);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
a:hover .fa-circle {
    color: #555;
}

a.fa {
    text-decoration: none;
}

/* NavBar */

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid #333;
    text-transform: uppercase;
    color: rgba(255,255,255,.8);
    background-color: #1b1f23;
}
.navbar-custom .navbar-brand {
    font-size: 26px;
    letter-spacing: -0.02em;
    text-transform: none;
}
.navbar-custom.top-nav-collapse .navbar-brand {
    font-size: 18px;
}
.logo {
    display: none;
}
.navbar-custom.top-nav-collapse .navbar-brand .logo {
    display: inline-block;
}
.navbar-custom .navbar-brand:focus {
    outline: 0;
}
.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}
.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}
.navbar-custom a {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-decoration: none;
}
.navbar-custom .nav li a {
    -webkit-transition: background .4s ease-in-out;
    -moz-transition: background .4s ease-in-out;
    transition: background .4s ease-in-out;
}
.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255,255,255,.8);
    background-color: transparent;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}
.navbar-custom .nav li.active {
    outline: 0;
}
.navbar-custom .nav li.active a {
    color: #FFFEAF;
}
.navbar-custom .nav li.active a:hover {
    color: #fff;
}
@media(min-width:768px) {
    .navbar-custom {
        padding: 30px;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
    .navbar-custom.top-nav-collapse {
        padding: 10px 30px;
        background-color: #1b1f23;
    }
}
.top-nav-collapse .container {
    /* width: auto; */
}
.navbar-toggle {
    padding: 3px 5px 0;
    margin-bottom: 0;
}

/* Intro */

.intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    text-align: center;
    width: 100%;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0,0,0,.2);
    height: 100%;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

/* YouTube background video container */
.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
    background: #000;
}
.video-bg #bgndVideo,
.video-bg iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 56.25vw;       /* 16:9 -> width-based height */
    min-height: 100vh;
    min-width: 177.78vh;   /* 16:9 -> height-based width */
    border: 0;
    pointer-events: none;
}
.video-bg .bg-gif,
.video-bg .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border: 0;
    pointer-events: none;
}
.intro .intro-body {
    position: relative;
    z-index: 1;
    display: block;
}
.intro .intro-body {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    padding: 120px 0 50px;
    width: 100%;
}
.intro .intro-body .brand-heading {
    font-size: 40px;
    font-weight: 800;
    letter-spacing: -2px;
    margin: 0 0 5px;
}
.intro .intro-body p.intro-text {
    font-size: 15px;
    text-transform: uppercase;
    margin: 0 0 40px;
    letter-spacing: 1px;
}

.intro h1 {
    font-size: 60px;
    font-weight: 800;
    line-height: 80px;
    padding: 30px 0;
}

@keyframes kenburns {
    0% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}


@media(min-width:768px) {
    .intro {
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 46px;
    }
}

@media(max-width:1400px) {
    .intro .intro-body {
        padding: 80px 0;
    }
}

@media(max-width:768px) {
    .intro .intro-body {
        padding: 60px 0;
    }
    .intro h1 {
        font-size: 48px;
        line-height: 48px;
    }
}

@media (max-width: 480px) {
    .intro h1 {
        font-size: 30px;
        line-height: 40px;
    }
}

/* VIDEO BACKGROUND */
.video-controls {
    position: absolute;
    bottom: 30px;
    right: 40px;
    z-index: 1;
    opacity: .2;
    display: none;
}
.video-controls-visible {
    display: inline;
}
.video-controls .fa {
    color: #fff;
    padding: 5px;
    width: 25px;
}
.no-video-bg {
    background: url(../img/1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    z-index: 0;
    backface-visibility: hidden
}

/* Subscribe form */

.subscribe-form .form-control {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    margin-right: 15px;
}

.help-block li {
    list-style: none;
    color: #990000;
}
.help-block ul {
    padding: 0;
    margin: 0;
}


@media (min-width: 768px){
    .subscribe-form .input-group {
        width: 480px;
    }
}

/* Action */
.action  { background-color: #fff; }
.action2 { background-color: #1b1f23; }
.action3 { background: rgba(0, 0, 0, 0.5); }

.action2,
.action2 a,
.action3,
.action3 a {
    color: #fff;
}

.action2 a:hover,
.action3 a:hover {
    color: #888;
}

/* Carousel infinito de logos (secção .action3) */
.action3-startup-marquee {
    margin: 28px auto 36px;
    max-width: 100vw;
    width: calc(100% + 120px);
    margin-left: -60px;
    margin-right: -60px;
}

@media (max-width: 768px) {
    .action3-startup-marquee {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

.action3-startup-marquee__viewport {
    overflow: hidden;
    position: relative;
    padding: 16px 0;
    mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

.action3-startup-marquee__track {
    display: flex;
    width: max-content;
    animation: action3-marquee-x 42s linear infinite;
}

.action3-startup-marquee:hover .action3-startup-marquee__track {
    animation-play-state: paused;
}

.action3-startup-marquee__group {
    display: flex;
    align-items: center;
    gap: 56px;
    padding: 0 36px;
    flex-shrink: 0;
}

.action3-startup-marquee__item {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 72px;
    min-width: 126px;
    padding: 0 16px;
    opacity: 0.92;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.action3-startup-marquee__item:hover {
    opacity: 1;
}

.action3-startup-marquee__item img {
    max-height: 62px;
    max-width: 178px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.9;
}

.action3-startup-marquee__item:hover img {
    opacity: 1;
}

@keyframes action3-marquee-x {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .action3-startup-marquee__track {
        animation: none;
        transform: none;
        flex-wrap: wrap;
        justify-content: center;
        width: auto;
        max-width: 100%;
    }

    .action3-startup-marquee__group[aria-hidden="true"] {
        display: none;
    }

    .action3-startup-marquee__viewport {
        mask-image: none;
        -webkit-mask-image: none;
    }
}

/* About */

#about {
    background: #eee;
}

/* Carrossel equipa (#about / QUEM SOMOS) — 3 imagens lado a lado */
#about .about-team-carousel {
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    max-width: 920px;
    padding-bottom: 36px;
}

#about .about-team-carousel .carousel-inner {
    overflow: visible;
}

#about .about-team-carousel__row {
    margin-left: -8px;
    margin-right: -8px;
}

#about .about-team-carousel__cell {
    padding-left: 8px;
    padding-right: 8px;
}

#about .about-team-carousel__img {
    display: block;
    max-width: 100%;
    width: auto;
    max-height: 200px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
}

#about .about-team-carousel__dots {
    bottom: 2px;
    margin-bottom: 0;
}

#about .about-team-carousel__dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border: 1px solid rgba(27, 31, 35, 0.35);
    background: rgba(255, 255, 255, 0.7);
}

#about .about-team-carousel__dots li.active {
    background: #1b1f23;
    border-color: #1b1f23;
}

@media (max-width: 767px) {
    #about .about-team-carousel__img {
        max-height: 120px;
    }

    #about .about-team-carousel {
        max-width: 100%;
        padding-left: 4px;
        padding-right: 4px;
    }
}
#about2 {
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
}
#about2 .icon {
    font-size: 80px;
    display: block;
    padding-bottom: 15px;
}

/* services */

#services {
    background: #fff;
}
#services .icon {
    font-size: 80px;
    display: block;
    padding-bottom: 15px;
}

/* Countdown */
#clock {
    padding-bottom:20px;
}
#clock div {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin:0 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 60px;
}
#clock span {
    display: block;
    font-size: 72px;
    font-weight: 100;
    padding: 30px 0;
    border-bottom: 1px solid #fff;
}
@media (max-width: 1170px) {
    #clock div {
        font-size: 14px;
        margin:0 15px;
    }
    #clock span {
        font-size: 48px;
        padding: 18px 0;
    }
}
@media (max-width: 768px) {
    #clock div {
        font-size: 14px;
        margin:0 15px;
    }
    #clock span {
        font-size: 42px;
        padding: 15px 0;
    }
}
@media (max-width: 468px) {
    #clock div {
        font-size: 11px;
        margin:0 7px;
    }
    #clock span {
        font-size: 32px;
        padding: 5px 0;
    }
}

/* Sponsors */

#sponsor {
    background: rgba(0, 0, 0, 0.8);
}

.sponsor img {
    max-width: 170px;
    max-height: 100px;
    vertical-align: middle;
}

/* Team */
#team {
    background: #fff;
}
#team h2 {
    margin-bottom: 55px;
}
#team h4 {
    margin-bottom: 20px;
}
#team p {
    margin-bottom: 10px;
}
#team h2 {
    margin-bottom: 55px;
}

/* Contact */

#contact {
    background: #fff;
    padding-top: 72px;
    padding-bottom: 72px;
}

#contactMapBrazil {
    height: 386px;
    width: 100%;
    margin-top: 22px;
    border-radius: 8px;
    border: 1px solid rgba(49, 59, 69, 0.12);
    overflow: hidden;
    background: #e8eef2;
}

#contactMapBrazil .leaflet-container {
    font-family: "Open Sans", Arial, sans-serif;
}

.contact-section-title {
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 12px;
}

.contact-section-intro,
.contact-section-lead {
    color: #546173;
    font-size: 15px;
    line-height: 1.55;
}

.contact-section-lead {
    margin-bottom: 16px;
}

.contact-section-intro {
    margin-bottom: 18px;
}

.contact-callout {
    margin-bottom: 4px;
    font-size: 15px;
}

.contact-callout p {
    margin: 6px 0;
}

.contact-callout__phone i,
.contact-callout__mail i {
    vertical-align: middle;
    margin-right: 8px;
    color: #1b1f23;
}

.contact-callout__phone,
.contact-callout__mail {
    font-weight: 600;
}

.contact-callout__phone a,
.contact-callout__mail a {
    color: #313b45;
}

.contact-callout__phone a:hover,
.contact-callout__mail a:hover {
    color: #1b1f23;
}

.contact-col-map {
    margin-bottom: 40px;
}

.contact-col-locations .contact-section-title--right {
    margin-top: 0;
}

.contact-locations-grid {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.contact-loc-card {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    padding: 18px;
    border: 1px solid rgba(27, 31, 35, 0.1);
    border-radius: 8px;
    background: #fafbfc;
    text-align: left;
}

.contact-loc-card__photo {
    width: 92px;
    height: 92px;
    object-fit: cover;
    flex-shrink: 0;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.contact-loc-card__title {
    margin: 0 0 6px;
    font-size: 17px;
    font-weight: 700;
    color: #1b1f23;
}

.contact-loc-card__address {
    margin: 0 0 12px;
    font-size: 13px;
    line-height: 1.45;
    color: #5b6470;
}

.contact-loc-card__body .btn-contact-dir {
    padding: 7px 16px;
    font-size: 13px;
    font-weight: 600;
}

.leaflet-container .leaflet-marker-icon.contact-map-pin {
    border: none;
    background: transparent;
}

.contact-map-pin .contact-map-pin__dot {
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin: 4px 0 0 4px;
    background: #ffb000;
    border: 3px solid #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
}

@media (min-width: 992px) {
    .contact-col-map {
        margin-bottom: 0;
        padding-right: 12px;
    }

    .contact-col-locations {
        padding-left: 24px;
    }
}

@media (max-width: 991px) {
    .contact-loc-card {
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }

    #contact {
        text-align: center;
    }

    #contactMapBrazil {
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
    }

    .contact-loc-card {
        text-align: left;
    }
}

#contact2 {
    width: 100%;
}
#contact2,
#contact2 a,
#contact2 a:hover {
    color: #fff;
}

@media(max-width: 998px) {
    #contact {
text-align: center;
    }
}

/* Demo */
body.demo {
    background-color: #fff;
    background: none;
    font-size: 16px;
    line-height: 1.8;
}
section.demosection {
    padding-top: 70px;
    padding-bottom: 50px;
    background: #1b1f23;
    color: #fff;
}
section.demosection a {
    color: #fff;
}
.demo h3 {
    margin: 30px 0;
    font-weight: 300;
}
.demo ul {
    margin-top: 0;
    margin-bottom: 10px;
}
@media (max-width: 1200px) {
    section.demosection {
        text-align: center;
        padding-bottom: 50px;
    }
}

/* Stop animate in small dev */
@media screen and (max-width: 800px) {
    .wow{
        animation-name: none !important;
        visibility: visible !important;
    }
}

/* =====================================================
   Timeline horizontal (secção #about2)
   ===================================================== */
#about2 {
    padding: 90px 0 70px;
    background: #f7f8fa;
}
.timeline-section {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}
.timeline-header {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 24px;
}
.timeline-header h2 {
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 1px;
    margin: 0 0 10px;
    color: #1b1f23;
}
.timeline-subtitle {
    color: #5b6470;
    font-size: 15px;
    margin: 0 auto 50px;
    max-width: 640px;
}

.timeline-wrapper {
    position: relative;
    width: 100%;
    padding: 0 90px;
}
.timeline-track {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 30px 0 50px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.timeline-track::-webkit-scrollbar { display: none; }

.timeline-line {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 2px;
    background: linear-gradient(90deg, rgba(27,31,35,.06) 0%, rgba(27,31,35,.18) 50%, rgba(27,31,35,.06) 100%);
    z-index: 0;
}

.timeline-items {
    display: flex;
    align-items: stretch;
    gap: 40px;
    padding: 0 8px;
}
.timeline-item {
    position: relative;
    flex: 0 0 280px;
    scroll-snap-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}
.timeline-thumb {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #fff;
    box-shadow: 0 6px 20px rgba(0,0,0,.10);
    background: #fff;
    transition: transform .35s ease, box-shadow .35s ease;
}
.timeline-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.timeline-item:hover .timeline-thumb {
    transform: translateY(-4px) scale(1.04);
    box-shadow: 0 12px 28px rgba(0,0,0,.14);
}
.timeline-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #1b1f23;
    margin: 14px 0;
    box-shadow: 0 0 0 4px #fff, 0 0 0 6px rgba(27,31,35,.12);
}
.timeline-card {
    background: #fff;
    border-radius: 12px;
    padding: 18px 18px 20px;
    text-align: center;
    box-shadow: 0 4px 16px rgba(0,0,0,.06);
    border: 1px solid rgba(27,31,35,.06);
    width: 100%;
    transition: transform .35s ease, box-shadow .35s ease;
}
.timeline-item:hover .timeline-card {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0,0,0,.10);
}
.timeline-date {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    background: #1b1f23;
    color: #fff;
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 12px;
    letter-spacing: 1.2px;
    font-weight: 700;
    margin-bottom: 12px;
}
.timeline-date .tl-month { opacity: .85; }
.timeline-date .tl-year { font-weight: 800; }
.timeline-title {
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 6px;
    color: #1b1f23;
}
.timeline-card p {
    font-size: 14px;
    color: #5b6470;
    margin: 0;
    line-height: 1.5;
}

.timeline-card__actions {
    margin-top: 12px;
}

.btn-timeline-saiba-mais {
    border: 1px solid #1b1f23;
    background: transparent;
    color: #1b1f23 !important;
    font-weight: 600;
    letter-spacing: 0.06em;
    border-radius: 4px;
    padding: 5px 12px !important;
    text-transform: none;
}

.btn-timeline-saiba-mais:hover,
.btn-timeline-saiba-mais:focus {
    background: #ffb000 !important;
    border-color: #ffb000 !important;
    color: #1b1f23 !important;
}

.timeline-item.is-origin .timeline-thumb {
    border-color: #ffd24a;
    box-shadow: 0 6px 20px rgba(255,196,0,.35);
}
.timeline-item.is-origin .timeline-dot {
    background: #ffb000;
    box-shadow: 0 0 0 4px #fff, 0 0 0 6px rgba(255,176,0,.30);
}
.timeline-item.is-origin .timeline-date {
    background: #ffb000;
    color: #1b1f23;
}

/* nav buttons */
.timeline-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 0;
    background: #1b1f23;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 8px 22px rgba(0,0,0,.18);
    transition: transform .2s ease, background .2s ease, opacity .2s ease;
    z-index: 5;
}
.timeline-nav:hover { background: #000; transform: translateY(-50%) scale(1.06); }
.timeline-nav:active { transform: translateY(-50%) scale(.96); }
.timeline-nav:focus { outline: 2px solid #ffb000; outline-offset: 3px; }
.timeline-nav--left  { left: 6px; }
.timeline-nav--right { right: 6px; background: #ffb000; color: #1b1f23; }
.timeline-nav--right:hover { background: #ffc233; }
.timeline-nav.is-disabled {
    opacity: .35;
    cursor: not-allowed;
    pointer-events: none;
}

/* progress bar */
.timeline-progress {
    height: 4px;
    background: rgba(27,31,35,.08);
    border-radius: 999px;
    overflow: hidden;
    margin: 4px 90px 0;
}
.timeline-progress__bar {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #1b1f23, #ffb000);
    transition: width .25s ease;
}

/* on very wide screens, push the nav buttons a touch inward
   and let the cards breathe more */
@media (min-width: 1600px) {
    .timeline-wrapper { padding: 0 120px; }
    .timeline-progress { margin: 4px 120px 0; }
    .timeline-items { gap: 56px; }
}

@media (max-width: 768px) {
    #about2 { padding: 60px 0 50px; }
    .timeline-header h2 { font-size: 26px; }
    .timeline-wrapper { padding: 0 56px; }
    .timeline-progress { margin: 4px 56px 0; }
    .timeline-item { flex-basis: 240px; }
    .timeline-thumb { width: 90px; height: 90px; }
    .timeline-nav { width: 44px; height: 44px; font-size: 16px; }
}
@media (max-width: 480px) {
    .timeline-wrapper { padding: 0 46px; }
    .timeline-progress { margin: 4px 46px 0; }
    .timeline-item { flex-basis: 220px; }
    .timeline-items { gap: 28px; }
}

/* Contadores na secção action2 (Por que Top Ideias...) */
.action2 .action2-stat-strip {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px 40px;
    max-width: 1000px;
    margin: 12px auto 40px;
    padding: 28px 16px 8px;
}

.action2 .action2-stat {
    flex: 1 1 180px;
    max-width: 220px;
}

.action2 .action2-stat__num {
    font-size: clamp(1.75rem, 3.2vw, 2.5rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: #ffb000;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    margin: 0 0 8px;
}

.action2 .action2-stat__suf {
    color: #ffb000;
}

.action2 .action2-stat__label {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.78);
    letter-spacing: 0.02em;
}

@media (max-width: 600px) {
    .action2 .action2-stat-strip {
        gap: 22px 24px;
        margin-bottom: 32px;
    }

    .action2 .action2-stat {
        flex-basis: calc(50% - 14px);
        max-width: none;
    }
}
