/* Estilos Gerais */
:root {
    --primary-color: #d9a739;
    --secondary-color: #2b3241;
    --text-color: #333333;
}
* {
    font-family: 'Ubuntu', sans-serif;
}

body {
    font-family: 'Roboto', sans-serif;
    color: var(--text-color);
}


/* Header */
.top-bar {
    font-size: 0.9rem;
    background-color: #262a2b !important;
}

.header-pagina {
    background-color: #262a2b !important;
}

.header-pagina__bg-gradient {
    background-color: #262a2b !important;
}

.breadcrumb-item+.breadcrumb-item::before { 
    color: rgb(124 124 124 / 75%);
  
}

.bg-home-main {
    background-color: #262a2b !important;
    position: relative;
    z-index: 1;
    background-image: 
        radial-gradient(circle at 1px 1px, rgba(217, 167, 57, 0.1) 1px, transparent 0),
        linear-gradient(135deg, rgba(43, 50, 65, 0.9) 0%, #262a2b 100%);
    background-position: fixed;
    background-size: 20px 20px, 100% 100%;
    background-position: 0 0;
}

.bg-home-main::before {
    display: none;
}

.bg-secondary{
    background-color: var(--secondary-color) !important;
    
}

.bg-warning{
    background-color: var(--primary-color) !important;
}


.border-warning{
    border-color: var(--primary-color) !important;
}

.top-bar a {
    font-size: 0.85rem;
}

.top-bar a:hover {
    color: var(--primary-color) !important;
}

.navbar {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    padding: 0.5rem 0;
}

.navbar-brand img {
    max-height: 80px;
    width: auto;
}

.navbar-nav {
    gap: 0.5rem;
}

.navbar-nav .nav-link {
    font-weight: 500;
    padding: 0.5rem 1rem;
    color: #fff !important;
    transition: color 0.3s ease;
    font-size: 0.95rem;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--primary-color) !important;
}

.btn-warning {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
    font-weight: 500;
    padding: 0.5rem 1.5rem;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-warning:hover {
    background-color: var(--primary-color);
    border-color: var();
    color: #fff;
    transform: translateY(-2px);
}

.social-icons {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: flex-end;
}

.social-icons a {
    color: #fff;
    transition: color 0.3s ease;
    font-size: 1.1rem;
}

.social-icons a:hover {
    color: var(--primary-color);
}

/* Responsividade do Header */
@media (max-width: 991.98px) {
    .navbar-collapse {
        background: #fff;
        padding: 1rem;
        border-radius: 8px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        margin-top: 1rem;
    }

    .navbar-nav {
        gap: 0;
    }

    .navbar-nav .nav-item:not(:last-child) {
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }

    .navbar-nav .btn-warning {
        margin-top: 0.5rem;
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .top-bar {
        padding: 0.5rem 0;
    }

    .top-bar .row > div {
        text-align: center !important;
        margin-bottom: 0.5rem;
    }

    .top-bar .row > div:last-child {
        margin-bottom: 0;
    }

    .social-icons {
    justify-content: center;
    }

    .navbar-brand img {
        max-height: 50px;
    }
}

/* Hero Section */
.hero {
    background-color: #f8f9fa;
    padding: 80px 0;
}
.bg-por-febracis{
    background-image: url('../images/12063983_4877182.jpg');
  
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* Swiper Hero */
.treinamentosSwiper {
    padding: 0 !important;
    margin-top: 1rem;
}

.treinamentosSwiper .swiper-button-next,
.treinamentosSwiper .swiper-button-prev {
    color: var(--primary-color);
    background: rgba(0, 0, 0, 0.6);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all 0.3s ease;
    border: 1px solid rgba(217, 167, 57, 0.3);
}

.treinamentosSwiper .swiper-button-next:hover,
.treinamentosSwiper .swiper-button-prev:hover {
    background-color: var(--primary-color);
    color: #fff;
    box-shadow: 0 0 20px rgba(217, 167, 57, 0.2);
    border-color: transparent;
}

.treinamentosSwiper .swiper-button-next:after,
.treinamentosSwiper .swiper-button-prev:after {
    font-size: 1.2rem;
}

.curso-hero {
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(217, 167, 57, 0.3);
    transition: all 0.3s ease;
    margin-top: 1rem;
    border-radius: 12px;
    overflow: hidden;
}

.curso-hero:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(217, 167, 57, 0.15);
    border-color: var(--primary-color);
    background: rgba(0, 0, 0, 0.5);
}

.curso-hero .card-img-top {
    height: 180px;
    object-fit: cover;
    border-bottom: none;
}

.curso-hero .card-body {
    padding: 1.5rem;
}

.curso-hero .curso-data {
    color: var(--primary-color);
    font-weight: 500;
    font-size: 0.9rem;
    opacity: 0.9;
}

.curso-hero .curso-titulo {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    background: linear-gradient(45deg, #fff, rgba(255,255,255,0.9));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.curso-hero .curso-descricao {
    font-size: 0.9rem;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 767.98px) {
    .treinamentosSwiper .swiper-button-next,
    .treinamentosSwiper .swiper-button-prev {
        width: 35px;
        height: 35px;
    }

    .curso-hero .card-img-top {
        height: 160px;
    }

    .curso-hero .curso-titulo {
        font-size: 1.25rem;
    }
}

/* Trainings Section */
.trainings .card {
    transition: transform 0.3s ease;
    border: none;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.trainings .card:hover {
    transform: translateY(-5px);
}

.trainings .card-title {
    color: var(--secondary-color);
    font-weight: 600;
}

.trainings .card-img-top {
    height: 200px;
    object-fit: cover;
}

/* Contact Form */
.contact {
    background-color: #fff;
}

.contact h2 {
    color: var(--secondary-color);
    margin-bottom: 2rem;
}

.form-control, .form-select {
    padding: 0.75rem;
    border-radius: 0.5rem;
}

/* Footer */
footer {
    background-color: var(--secondary-color) !important;
}

.social-links a {
    font-size: 1.5rem;
    transition: opacity 0.3s ease;
}

.social-links a:hover {
    opacity: 0.8;
}

/* Responsividade */
@media (max-width: 768px) {
    .hero {
        padding: 40px 0;
        text-align: center;
    }
    
    .hero img {
        margin-top: 2rem;
    }
    
    .contact {
    text-align: center;
    }
}

/* Por que a Febracis */
.bg-light {
    background-color: #f8f9fa !important;
}

.video-wrapper {
    position: relative;
    cursor: pointer;
    border: 3px solid var(--primary-color);
    border-radius: 1rem;
    overflow: hidden;
    background-color: #000;
}

.video-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.video-wrapper:hover img {
    opacity: 0.6;
}

.video-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    transition: background 0.3s ease;
    z-index: 1;
    pointer-events: none;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: var(--primary-color);
    border: none;
    border-radius: 50%;
    z-index: 2;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-btn i {
    color: white;
        font-size: 2rem;
    margin-left: 5px;
}

.play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
    background: #fff;
}

.play-btn:hover i {
    color: var(--primary-color);
}

#videoModal .modal-content {
    background-color: transparent;
    border: none;
}

#videoModal .modal-header {
    position: absolute;
    right: 0;
    z-index: 1;
}

#videoModal .btn-close {
    background-color: var(--primary-color);
    opacity: 1;
    padding: 0.5rem;
    margin: 0.5rem;
    border-radius: 50%;
}

#videoModal .btn-close:hover {
    background-color: #fff;
}

@media (max-width: 767.98px) {
    .play-btn {
        width: 60px;
        height: 60px;
    }

    .play-btn i {
        font-size: 1.5rem;
    }
}

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

/* Números */
.numbers-section h3 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.numbers-section p {
    font-size: 0.9rem;
    color: #666;
}

.numbers-section i {
    background: linear-gradient(45deg, var(--primary-color), #ffd700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2.5rem;
}

@media (max-width: 767.98px) {
    .numbers-section h3 {
        font-size: 1.75rem;
    }
    
    .numbers-section p {
    font-size: 0.85rem;
    }
    
    .numbers-section i {
        font-size: 2rem;
    }
}

/* Missão e Valores */
.mission-icon,
.values-icon {
    width: 60px;
    height: 60px;
    background-color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
}

.card {
    transition: transform 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
}


.cta-card {
    background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
    color: white;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}


/* Conquiste o Equilíbrio */
.journey-card {
    border: none;
    border-radius: 1rem;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
}

.journey-card .card-img {
    height: 300px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.journey-card .card-img-overlay {
    background: rgba(0, 0, 0, 0.4);
    transition: background 0.3s ease;
}

.journey-card:hover .card-img {
    transform: scale(1.1);
}

.journey-card:hover .card-img-overlay {
    background: rgba(0, 0, 0, 0.6);
}

.journey-card .card-title {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

@media (max-width: 767.98px) {
    .mission-icon,
    .values-icon {
        width: 50px;
        height: 50px;
    }

    .mission-icon i,
    .values-icon i {
    font-size: 1.5rem;
}

    .journey-card .card-img {
        height: 200px;
    }
}

/* Agenda da Febracis */
.agenda-section {
    background-color: #fff;
}

.curso-card {
    transition: all 0.3s ease;
    overflow: hidden;
}

.curso-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.curso-card .card-img-top {
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.curso-card:hover .card-img-top {
        transform: scale(1.1);
}

.curso-data {
    color: var(--primary-color);
    font-weight: 500;
    font-size: 0.9rem;
}

.curso-titulo {
    color: var(--secondary-color);
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.curso-descricao {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .curso-card .card-img-top {
        height: 180px;
    }
    
    .curso-titulo {
        font-size: 1.25rem;
    }
}

/* Consultores */
.consultores-section {
    background-color: var(--secondary-color);
}

.consultor-img-wrapper {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    border: 3px solid var(--primary-color);
    border-radius: 50%;
    padding: 3px;
    overflow: hidden;
}

.consultor-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.consultor-card:hover img {
    transform: scale(1.1);
}

.consultor-card .btn-warning {
    padding: 0.75rem 2rem;
    font-size: 1.1rem;
}

.consultor-card .btn-warning i {
    font-size: 1.3rem;
}

/* Blog */
.blog-section {
    background-color: #fff;
}

.blog-card {
    transition: all 0.3s ease;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    overflow: hidden;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.blog-card img {
    object-fit: cover;
    height: 100%;
    min-height: 200px;
}

.blog-titulo {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 0;
    line-height: 1.4;
}

@media (max-width: 767.98px) {
    .consultor-img-wrapper {
        width: 150px;
        height: 150px;
    }

    .consultor-card .btn-warning {
        padding: 0.5rem 1.5rem;
        font-size: 1rem;
    }

    .blog-card img {
        min-height: 150px;
    }

    .blog-titulo {
    font-size: 1.1rem;
}
}

/* Mission Strip */
.mission-strip {
    position: relative;
    overflow: hidden;
    box-shadow: 0 -10px 30px rgba(0,0,0,0.1);
}

.mission-strip::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    pointer-events: none;
}

.mission-content {
    position: relative;
    z-index: 1;
}

.mission-icon-large {
    width: 80px;
    height: 80px;
    background: rgba(0,0,0,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #2b3241;
    transition: all 0.3s ease;
}

.mission-title {
    font-size: 2rem;
    font-weight: 700;
    color: #2b3241;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mission-text {
    font-size: 1.4rem;
    line-height: 1.6;
    color: #2b3241;
    font-weight: 500;
}

.mission-text .highlight {
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.mission-text .highlight::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #2b3241;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    transform-origin: right;
}

.mission-content:hover .highlight::after {
    transform: scaleX(1);
    transform-origin: left;
}

@media (max-width: 767.98px) {
    .mission-icon-large {
        width: 60px;
        height: 60px;
    }

    .mission-icon-large i {
        font-size: 1.5rem;
    }

    .mission-title {
        font-size: 1.5rem;
    }

    .mission-text {
        font-size: 1.1rem;
        line-height: 1.5;
    }
}

/* Página de Contato */
.contact-card {
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.contact-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-icon i {
    font-size: 32px;
    color: white;
}

.contact-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--primary-color);
}

.contact-card p {
    color: #666;
    margin-bottom: 0;
}

.contact-card a {
    color: #666;
    transition: color 0.3s ease;
}

.contact-card a:hover {
    color: var(--primary-color);
}

.contact-form-wrapper {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.contact-form-wrapper h2 {
    color: var(--primary-color);
    margin-bottom: 2rem;
}

.contact-form .form-control,
.contact-form .form-select {
    border: 2px solid #eee;
    padding: 0.8rem;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(217, 167, 57, 0.25);
}

.map-wrapper {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.social-links {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
}

.social-link {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
    transition: all 0.3s ease;
    background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
}

.social-link:hover {
    transform: translateY(-5px);
    color: white;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

@media (max-width: 768px) {
    .contact-card {
        padding: 1.5rem;
    }

    .contact-icon {
    width: 60px;
    height: 60px;
    }

    .contact-icon i {
        font-size: 24px;
    }

    .social-link {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
} 
