@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap');

:root {
    --brand: #FF6B26;
    --dark: #4D4D4D;
    --body: #516171;
    --border: rgba(0,0,0,0.08);
    --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
    --sombracat: #ef5019; 
    
}

    .navbar-logo {
  vertical-align: middle;
    height: 46px;
  width: 168px;
  /* Ajuste conforme necessário */
}

@keyframes fade-in {
    from { opacity: 0; }
    to { opacity: 1; }
}

.fade-in {
    animation: fade-in 1s ease-in-out;
}

body {
    font-family: "Barlow", sans-serif;
    color: var(--body);
    line-height: 1.7;
}

h1,h2,h3,h4,h5,h6,
.display-1,.display-2,.display-3,.display-4 {
    font-weight: 700;
    color: var(--dark);
}

.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

img {
    width: 100%;
}

a {
    color: var(--dark);
    transition: all 0.4s ease;
    font-weight: 500;
}

a:hover {
    color: var(--brand);
}

section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.text-brand {
    color: var(--brand) !important;
}

  /* HERO-SLIDER */
.hero-slider .owl-prev,
.hero-slider .owl-next{
    background-color: rgba(255, 255, 255, 0.3) !important;
    width: 60px !important;
    height: 60px !important;
    display: block;
    display: grid;
    place-items: center;
    color: #fff !important;
    border-radius: 100px;
    line-height: 0;
    border-radius: 100px !important;
    position: absolute;
    top: 50%;
    font-weight: 600 !important;
    font-size: 32px !important;
    transition: all 0.4s ease;
    margin-top: -30px !important;
}

.owl-prev {
    left: 0;
}
.owl-next {
    right: 0;
}

.hero-slider .owl-prev:hover,
.hero-slider .owl-next:hover {
    background-color: var(--brand) !important; 
}

.owl-dot.active span{
    background-color: var(--brand) !important;
}


 /* SLIDES */
 .slide {
     min-height: 100vh;
     display: flex;
     align-items: center;
     justify-content: center;
     position: relative;
}

.slide1 {
    /*background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/bg_banner2.jpg);*/

    background: url(../img/bg_banner2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide2 {
    background: url(../img/bg_banner1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide3 {
    background: url(../img/bg_banner3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide .display-3 {
    text-transform: uppercase;
    color: #fff;
}

/* NAVBAR */
.navbar {
    box-shadow: var(--shadow);
}

.conditions-section{
    margin: 20px 0;
}
.conditions-section a{
   color: #fff;
   margin: 0 10px;
}

.navbar .navbar-nav .nav-link {
    color: var(--dark);
}

.navbar .navbar-nav .nav-link:hover {
    color: var(--brand);
}

.navbar .navbar-nav .nav-link.active {
    color: var(--brand);
}


/* BOTÕES */
.btn {
    padding: 8px 15px;
    border-radius: 9999px;
    transition: background 0.5s ease, border-color 0.5s ease, color 0.5s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none; /* Remove a sublinhado do link */
}

.btn i {
    margin-right: 8px; /* Espaçamento entre o ícone e o texto */
    font-size: 25px; /* Define o tamanho do ícone */
}


.btn-brand {
    border-color: transparent; /* A cor da borda será transparente para não interferir com o gradiente */
    background: linear-gradient(90deg, #FF6B26, #F4911F); /* Gradiente linear de 90 graus */
    color: #fff;
}

.btn-brand:hover {
    background: linear-gradient(90deg, #F4911F, #FF6B26); /* Mantém o gradiente ao passar o mouse */
    border-color: transparent;
    color: #fff;
}

.intro {margin-bottom: 36px;
text-align: center;}

.intro p {
    max-width: 500px;
}
.intro h6{
    color: var(--brand);
    font-weight: 400;
    text-transform: uppercase;
}

.intro h1 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.info-box {
    align-items: center;
    display: flex;
}

.info-box img {
    width: 90px;
}

.beneficios {
    padding: 32px;
    background-color: #fff;
    box-shadow: var(--shadow);
}

.beneficios h5 {
    margin-top: 24px;
    margin-bottom: 14px;
}

.beneficios img {
    width: 90px;
}


/* AREAS */
.area-dos-cursos {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.area-dos-cursos h6 {
    font-weight: 400;
}

.area-dos-cursos h6::before {
    content: "";
    height: 2px;
    width: 30px;
    display: inline-block;
    background: var(--brand);
    vertical-align: middle;
    margin-right: 10px;
}

.area-dos-cursos img {
    width: 100%;
    height: auto;
    display: block;
}

.area-dos-cursos::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FE6D26;
    opacity: 0.4;
    mix-blend-mode: multiply;
    z-index: 1;
}

.area-dos-cursos .overlay {
    width: 100%;
    height: 220px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 76, 41, 0) 0%, var(--sombracat) 100%);
    z-index: 2; /* Garanta que a barra de transparência esteja acima da camada de cor */
}

.area-dos-cursos .content {
    position: absolute;
    left: 10%;
    bottom: 10%;
    z-index: 3; /* Garanta que o conteúdo esteja acima da camada de cor e da barra */
}

.area-dos-cursos h2,
.area-dos-cursos h6 {
    color: #fff;
}

        /* Ícones */
        .icon-size {
            font-size: 200px;
            color: #FF6B26; /* Cor dos ícones */
        }


#depoimentos {
    background: linear-gradient(135deg, rgba(171, 56, 0, 0.9), rgba(244, 145, 31, 0.8)), url(../img/bg_depoimentos.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.depoimento {
    text-align: center;
    z-index: 2;
    position: relative;
    margin: 15px;
    max-width: 768px;
    margin: auto;
}

.depoimento .bxs-quote-alt-left {
    font-size: 120px;
    position: absolute;
    opacity: 0.1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff; /* mantém a cor branca */
}

.depoimento img {
    width: 80px !important;
    height: 80px;
    border-radius: 100px;
    margin: auto;
}

.depoimento h5 {
    margin-top: 16px;
    margin-bottom: 4px;
    color: #fff; /* mantém a cor branca */
}

.depoimento h3 {
    margin-top: 26px;
    margin-bottom: 26px;
    font-size: 22px;
    color: #fff; /* mantém a cor branca */
    font-weight: 400;
    line-height: 1.7;
}

.depoimento small {
    color: #F3C86D; /* troca para a cor mais clara */
}

.depoimento .stars {
    color: #F3C86D; /* troca para a cor mais clara */
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: #F3C86D; /* troca para a cor mais clara */
}

.curso-card-detalhe {
    position: relative;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Ajuste da sombra */

    border: 1px solid;
    border-color: #FF6B26;
}
    .curso-card-detalhe .content {
        padding: 32px;
    }

    .curso-card-detalhe img {
        /* Transição suave para o brilho da imagem */
        transition: filter 0.4s ease-in-out;
    }

    .curso-card-detalhe .tag {
        position: absolute;
        top: 20px;
        left: 20px;
        background-color: var(--brand);
        padding: 2px 12px;
        border-radius: 100px;
        text-decoration: none;
        color: #fff;
    }

    .curso-card-detalhe h5 {
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .curso-card-detalhe small {
        text-transform: uppercase;
        color: var(--brand);
        text-decoration: underline;
    }



.curso-card {
    position: relative;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Ajuste da sombra */
    /* Adiciona borda transparente */
    border: 1px solid transparent;
    /* Transição suave para a mudança de cor */
    transition: background-color 0.4s ease-in-out, border-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out, transform 0.2s ease-in-out; /* Adicionando transform para aumentar o tamanho */
    /* Define o cursor como ponteiro ao passar o mouse */
    cursor: pointer;
}

.curso-card:hover {
    /* Muda a cor de fundo ao passar o mouse */
    background-color: #f9eddb;
    /* Adiciona a borda ao passar o mouse */
    border-color: #FF6B26;
    /* Destaque maior na sombra ao passar o mouse */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Ajuste da sombra */
    /* Aumenta o tamanho da div ao passar o mouse */
    transform: scale(1.02); /* Aumenta em 5% */
}

.curso-card .content {
    padding: 32px;
}

.curso-card img {
    /* Transição suave para o brilho da imagem */
    transition: filter 0.4s ease-in-out;
}

.curso-card:hover img {
    /* Ajusta o brilho da imagem ao passar o mouse */
    filter: brightness(115%); /* Aumenta o brilho em 10% */
}

.curso-card a {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: var(--brand);
    padding: 2px 12px;
    border-radius: 100px;
    text-decoration: none;
    color: #fff;
}

.curso-card h5 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.curso-card small {
    text-transform: uppercase;
    color: var(--brand);
    text-decoration: underline;
}



footer {
    background: linear-gradient(135deg, rgba(171, 56, 0, 0.9), rgba(244, 145, 31, 0.8)), url(../img/bg_banner1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

footer .footer-top {
    padding-top: 80px;
    padding-bottom: 40px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
    padding-top: 20px;
}

footer .navbar-brand {
    color: #fff;
}

footer p {
    color: #fff;
}

.social-icons a {
    width: 50px;
    height: 50px;
    font-size: 20px;
    display: inline-flex;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.social-icons a:hover {
    background-color: #fff;
    color: var(--brand);
}

.loader {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: red;
    z-index: 99999;
    position: fixed;
    left: 0;
    right: 0;
}


input.form-control {
    border-color: transparent;
    height: 44px;
}

.form-control {
    background-color: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.04);;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--brand);
}

#btn-topo {
    display: none; /* Inicialmente oculto */
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99; /* Para garantir que esteja acima de outros elementos */
    background-color: #007bff; /* Cor de fundo do botão */
    color: #fff; /* Cor do texto */
    border: none; /* Remova a borda */
    border-radius: 50%; /* Formato de círculo */
    padding: 15px; /* Espaçamento interno */
    font-size: 16px; /* Tamanho do texto */
    cursor: pointer; /* Cursor ao passar */
    transition: background-color 0.3s ease; /* Efeito de transição suave */
}

#btn-topo:hover {
    background-color: #0056b3; /* Cor de fundo ao passar o mouse */
}