body {
    color: #666;
    font: 300 15px/15px Roboto, Arial, Helvetica;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
}

a {
    color: #1c9401;
    text-decoration: none;
}

a:hover {
    color: #666;
}

.btn,
a,
.btn:hover,
a:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none !important;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    line-height: 1em;
}

h1 {
    font: 700 5em Roboto, Arial, Helvetica;
    margin: 0.25em 0;
    text-transform: uppercase;
}

h2 {
    font: 300 2.5em Roboto, Arial, Helvetica;
    margin-bottom: 1.5em;
    letter-spacing: 0.05em;
    word-spacing: 0.1em;
}

h3 {
    font: 300 2em Roboto, Arial, Helvetica;
    margin: 2em 0 1em 0;
}

h4 {
    font: 300 1.5em Roboto, Arial, Helvetica;
    margin-bottom: 1em;
}

h4 i {
    margin-right: 0.5em;
}

p {
    font-size: 1em;
    line-height: 1.7em;
    margin-bottom: 1.7em;
}

.spacer {
    padding: 6em 0;
}

.btn {
    border: none;
    border-radius: 0;
    padding: 1em 4em;
    background: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
}

.btn:hover,
.btn:active {
    color: #fff;
}

.btn-default {
    color: #ccc;
    border: 1px solid #aaa;
}

.btn-default:hover,
.btn-default:active {
    background: rgba(0, 0, 0, 0.8);
}

.btn-primary {
    color: #fff;
    background: #1c9401;
    width: 100%;
    outline: none;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background: #1BC0DC;
    box-shadow: none;
}

.topbar {
    background: url(../images/lines.png);
    height: 5px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050;
    animation: slide-lines 20s infinite linear;
}

.navbar-nav>li>a {
    font-size: 1em;
    line-height: 3.6em;
}

.navbar-fixed-top {
    top: 5px;
}

.navbar-inverse {
    background: #111;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background: none;
    color: #1c9401;
}

#head,
.carousel {
    margin-top: 0;
}

#home {
    padding-top: 6em;
}

.carousel-caption {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
}

.caption-wrapper {
    display: table;
    height: 100%;
    width: 100%;
}

.caption-info {
    display: table-cell;
    vertical-align: middle;
}

.caption-info p {
    font-size: 1.25em;
}

.caption-info .btn i {
    margin-right: 0.75em;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    width: 100%;
}

.carousel-control {
    z-index: 1000;
}

/*about*/
.about.spacer {
    padding-left: 4em;
    padding-right: 4em;
}

.process ul li {
    width: 10em;
    height: 10em;
    border: 1px solid #CEEBF0;
    padding: 0;
    border-radius: 50%;
    margin: 0 1.25em;
    line-height: 13.5em;
    color: #1c9401;
}

.process ul li span {
    line-height: 2em;
    display: inline-block;
    font-weight: 300;
}

.process ul li span i {
    font-size: 3em;
}

.process ul li span b {
    display: block;
    font-size: 1em;
    font-weight: 300;
}


/*testimonials*/
.partners img {
    float: left;
    margin: 0 75px 30px 0;
}

.testimonails {
    min-height: 195px;
}

.testimonails img {
    margin-top: 5px;
}

.testimonails span {
    color: #888;
}

.testimonails span b {
    font-weight: 400;
}

.carousel-indicators li {
    border: 1px solid #2BB2E3;
}

.carousel-indicators {
    bottom: 0;
}

/*works*/
#works {
    padding-top: 6em;
}

#works figcaption a {
    border: 1px solid #fff;
    margin-top: 1em;
    display: inline-block;
    color: #fff;
    padding: 0 2em;
}

#works figcaption a:hover {
    text-decoration: none;
    padding: 0 3em;
}

/*works*/

/*team*/
.team figure {
    width: 100%;
}

.team img {
    width: 100%;
}

.team b {
    font-size: 1.2em;
    display: block;
}

.team a i.fa {
    color: #fff;
    font-size: 2em;
}

.team a i.fa:hover {
    color: #1c9401;
}


.highlight-info {
    background: url(../images/lab.jpg) center fixed;
    background-size: cover;
    color: #fff;
}

.highlight-info .overlay {
    background: rgba(33, 171, 202, 0.5);
}

.highlight-info h4 {
    color: #fff;
    margin: 0.5em 0 0 0;
}

/*about us*/









/*contact*/
#contact {
    background-color: #f5f5f5;
}

.contactform textarea,
.contactform input {
    width: 100%;
    padding: 1em;
    border: 1px solid #ccc;
    margin-bottom: 1em;
    border-radius: 0;
    outline: none;
}

/*contact*/


.footer {
    background-color: #111;
    color: #fff;
    font-size: 1em;
    color: #aaa;
}

.footer a {
    color: #aaa;
    margin: 0 1em;
}

.gototop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    color: #fff;
}

.gototop i {
    line-height: 0.5em;
}


@media (max-width: 1200px) {
    body {
        font: 300 13px/13px Roboto, Arial, Helvetica;
    }

    .navbar-brand {
        padding-top: 11px;
    }

    .process ul li {
        margin: 0 0.5em;
    }

    .grid figure h2 {
        font: 700 1.5em Roboto, Arial, Helvetica;
    }

    figure.effect-oscar figcaption {
        padding: 12%;
    }

    figure.effect-oscar figcaption::before,
    figure.effect-chico figcaption::before {
        top: 20px;
        right: 20px;
        bottom: 20px;
        left: 20px;
    }

    .partners img {
        margin: 0 25px 25px 0;
    }
}

@media (max-width: 900px) {
    h1 {
        font: 700 3.5em Roboto, Arial, Helvetica;
    }

    h4 {
        font: 300 1.3em Roboto, Arial, Helvetica;
    }

    .btn {
        padding: 1em 2em;
    }

    .partners img {
        margin: 0 15px 25px 0;
        width: 157px;
    }

    .process ul li {
        width: 9em;
        height: 9em;
    }

    figure.effect-chico figcaption {
        padding: 2em;
    }

    figure.effect-oscar figcaption {
        padding: 20%;
    }

    figure.effect-chico figcaption::before {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
    }

    .grid figure.effect-chico p {
        font-size: 0.6em;
        line-height: 1.5em;
    }
}


@media (max-width: 767px) {
    body {
        font: 300 12px/12px Roboto, Arial, Helvetica;
    }

    .navbar-nav>li>a {
        line-height: 1em;
    }

    .navbar-brand {
        padding: 7px;
    }

    .navbar-brand img {
        height: 37px;
    }

    .navbar-toggle {
        margin-top: 12px;
    }

    .carousel-caption,
    .carousel-control,
    .carousel-indicators {
        display: none;
    }

    h2.text-center {
        font-size: 1.7em;
        margin-top: 5px;
    }

    h4 {
        font: 300 1.2em Roboto, Arial, Helvetica;
    }

    #partners h2 {
        padding: 0 1em;
    }

    #works {
        padding-top: 5em;
    }

    .partners {
        display: block;
        float: left;
    }

    .partners img {
        width: 120px;
    }



    .about.spacer {
        padding-left: 2em;
        padding-right: 2em;
    }

    .spacer {
        padding: 2em 0 0 0;
    }

    .process ul li {
        margin-bottom: 1em;
    }

    .highlight-info .overlay {
        padding-bottom: 2em;
    }

    .grid.team div {
        margin: 0;
        padding: 0;
    }

    figure.effect-chico figcaption {
        padding: 1.5em;
    }

    .footer {
        margin-top: 2em;
        padding-bottom: 2em;
    }
}

/* Navbar ajustado */
.navbar-fixed-top {
    position: fixed;
    top: 5px;
    /* Espaço abaixo do lines.png */
    width: 100%;
    z-index: 1000;
}

/* Animação para lines.png */
@keyframes slide-lines {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 100% 0;
    }
}

/* Adiciona espaçamento no topo para evitar sobreposição do menu */
body {
    padding-top: 70px;
    /* Ajuste conforme necessário */
}

/* Espaçamento nas laterais para evitar texto colado */
#evento {
    padding-left: 10px;
    padding-right: 10px;
}

/* Mantém a cor do item ativo */
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background-color: transparent;
    /* Remove o fundo */
    color: #1c9401 !important;
    /* Define a cor do texto */
}

/* Efeito no hover (somente texto muda de cor) */
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    background-color: transparent !important;
    /* Garante que o fundo não muda */
    color: #1c9401 !important;
    /* Muda apenas a cor do texto */
    transition: color 0.3s ease-in-out;
}

/* Submenu - fundo branco */
.navbar-nav .dropdown-menu {
    background-color: #fff;
    /* Define fundo branco */
    border: 1px solid #ddd;
    /* Borda leve para destacar */
    padding: 10px 0;
    font-size: 1.1em;
}

/* Itens do submenu - cor padrão */
.navbar-nav .dropdown-menu>li>a {
    color: #333;
    /* Cor escura para contraste no fundo branco */
    padding: 10px 20px;
}

/* Efeito ao passar o mouse (hover) */
.navbar-nav .dropdown-menu>li>a:hover,
.navbar-nav .dropdown-menu>li>a:focus {
    background-color: #f5f5f5 !important;
    /* Fundo leve ao passar o mouse */
    color: #1c9401 !important;
    /* Mantém a cor do ativo */
    transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}

/* Mantém a cor do item ativo no submenu */
.navbar-nav .dropdown-menu>.active>a,
.navbar-nav .dropdown-menu>.active>a:hover,
.navbar-nav .dropdown-menu>.active>a:focus {
    background-color: #f5f5f5;
    /* Mantém fundo leve */
    color: #1c9401 !important;
}

/* Exibição do submenu ao passar o mouse */
.navbar-nav>.dropdown:hover>.dropdown-menu {
    display: block;
}

.btn-outline-success {
    border: 1px solid #1c9401;
    color: #1c9401;
    background-color: transparent;
    text-transform: uppercase;
    padding: 10px 20px;
    margin: 5px;
    border-radius: 5px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #1c9401;
    border-color: #1c9401;
}

/* Botão CLEAN - Cinza (Gray) */
.btn-outline-gray {
    border: 1px solid #6c757d;
    color: #6c757d;
    background-color: transparent;
    text-transform: uppercase;
    padding: 10px 20px;
    margin: 5px;
    border-radius: 5px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.btn-outline-gray:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

/* Estilo de botão DESABILITADO */
.btn-disabled {
    background-color: transparent !important;
    border: 1px solid #A0A0A0 !important;
    color: #A0A0A0 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
    opacity: 0.5;
}

/* Exibir os elementos padrão inicialmente */
.effect-oscar figcaption .h2-default,
.effect-oscar figcaption .p-default {
    display: block;
    /* Garante que cada um fique em uma linha */
    width: 100%;
    /* Ocupa toda a largura disponível */
    text-align: center;
    /* Centraliza os textos */
    margin-bottom: 5px;
    /* Espaçamento entre as linhas */
}

/* Ocultar os elementos de hover por padrão */
.effect-oscar figcaption .h2-hover,
.effect-oscar figcaption .p-hover {
    display: none;
}

/* Quando passa o mouse: oculta os elementos padrão e exibe os de hover */
.effect-oscar:hover figcaption .h2-default {
    display: none !important;
}

.effect-oscar:hover figcaption .h2-hover {
    display: block !important;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}

/* Manter o <p> sempre visível, sem ser ocultado junto com os h2 */
.effect-oscar:hover figcaption .p-default {
    display: none;
}

.effect-oscar:hover figcaption .p-hover {
    display: block !important;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}

.effect-oscar figcaption {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Centraliza todos os elementos dentro do figcaption */
    text-align: center;
}

.p-default {
    font-size: 15px;
    margin-top: 10% !important;
    font-weight: normal;
    background-color: rgb(173, 173, 173);
    color: white;
    text-align: center;
    border-radius: 30px;
    padding: 10px;
    letter-spacing: 0.2em;
    word-spacing: 0.3em;
    margin: 0 auto;
    /* Alinha o elemento no centro horizontalmente */
}

.p-hover {
    font-size: 15px;
    margin-top: 10% !important;
    font-weight: normal;
    background-color: rgb(173, 173, 173);
    color: white;
    text-align: center;
    border-radius: 30px;
    padding: 10px;
    letter-spacing: 0.2em;
    word-spacing: 0.3em;
    margin: 0 auto;
    /* Alinha o elemento no centro horizontalmente */
}

/* Garante que a página ocupe toda a altura disponível */
html,
body {
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Faz com que o conteúdo principal ocupe o espaço disponível */
.container.spacer {
    flex: 1;
}

/* Mantém o footer fixado na parte inferior */
.footer {
    width: 100%;
    background-color: #111;
    /* Cor de fundo do footer */
    color: #fff;
    /* Cor do texto */
    text-align: center;
    padding: 20px 0;
    position: relative;
    bottom: 0;
}


/*ETAPA FINALIZADA*/
.etapa-finalizada {
    position: relative;
    overflow: hidden;
}

.etapa-finalizada img {
    width: 100%;
    display: block;
    filter: brightness(40%);
    /* Escurece a imagem */
    transition: filter 0.3s ease;
}

.etapa-finalizada figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 1;
    /* Sempre visível */
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    text-align: center;
}

.etapa-finalizada .aviso-finalizada {
    background-color: #dc3545;
    color: white;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 20px;
    margin-top: 15px;
    animation: pulse 1.2s infinite;
}

.etapa-breve {
    position: relative;
    overflow: hidden;
}

.etapa-breve img {
    width: 100%;
    display: block;
    transition: filter 0.3s ease;
}

.etapa-breve figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 1;
    background: transparent;
    padding: 20px;
    text-align: center;
    z-index: 2;
}

/* Oculta o aviso por padrão */
.etapa-breve .aviso-breve {
    display: none;
}

/* Exibe o aviso ao passar o mouse */
.etapa-breve:hover .aviso-breve {
    display: block;
    background-color: #fd7e14;
    color: white;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
    margin-top: 15px;
    animation: pulse 1.2s infinite;
}


@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.05);
        opacity: 0.85;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}