.video-container {
    position: relative;
    min-height: 111vh; /* 👈 usa min-height, não height */
    overflow: hidden;
    padding: 80px 0;
}

.background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: -1;
    object-fit: cover;
}

.tm-section-wrap {
    position: relative;
    z-index: 2;
}

.video-container .tm-section-wrap {
    position: relative;
    z-index: 2;
}

.tm-brand {
    padding: 20px;
}

.tm-color-gray {
    color: #FFFFFF;
}

.tm-color-primary {
    color: #000000;
}

.tm-bg-white-transparent {
    background-color: rgba(32, 113, 147, 0.3);
    border: 1px solid white;
}

/*.tm-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding-left: 70px;
    padding-right: 70px;
    width: 400px;
    max-width: 400px;

} */
.tm-section-icon {
    color: #e7e7e7;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tm-color-primary {
    color: #ffffff;
}

.menu-icon {
    margin-left: 10px;
    opacity: 0;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}

.nav-link.active .menu-icon {
    opacity: 1;
    transform: translateX(0);
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); /* 60% escuro */
    z-index: 1;
}

.video-overlay-credenciais {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); /* 60% escuro */
    z-index: 1;
}

.video-overlay-experiencia {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 25, 60, 0.2); /* 60% escuro */
    z-index: 1;
}

#credenciais h2 {
    text-transform: uppercase;
    font-size: 28px;
}


.tm-main-nav {
    margin-bottom: 48px;
}

.tm-brand-box {
    margin: 70px auto 60px;
}

.credencial-box {
    background: rgba(0, 0, 0, 0.75);
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    transition: 0.3s ease;
}

.credencial-box:hover {
    transform: translateY(-6px);
    border-color: #3ec6ff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

.credencial-box h5 {
    margin-top: 10px;
    font-weight: 600;
}

.credencial-box p {
    font-size: 14px;
    opacity: 0.85;
}

body {
    color: #ffffff;
}

.tm-color-primary2 {
    color: #ffffff;
}

.map-container iframe {
    border-radius: 6px;
}

.video-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: 1;
}

.tm-section-wrap {
    position: relative;
    z-index: 2;
}

.effect-bubba figcaption {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    background: rgba(0, 0, 0, 0.65);
    padding: 20px;
}

.effect-bubba h2,
.effect-bubba p {
    transform: none !important;
}

/* Remove efeito hover do template */
.effect-bubba figcaption,
.effect-bubba figcaption h2,
.effect-bubba figcaption p,
.effect-bubba figcaption a {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.effect-bubba::before,
.effect-bubba::after {
    display: none !important;
}

.effect-bubba::before,
.effect-bubba::after {
    opacity: 1 !important;
    transform: none !important;
}

.effect-bubba figcaption {
    background: rgba(0, 56, 86, 0.75) !important;
}

.effect-bubba::before,
.effect-bubba::after {
    opacity: 1 !important;
    transform: scale(1) !important;
}

.mobile-logo-home {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    text-align: center;
}

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 25px;
    right: 25px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}

.whatsapp-float:hover {
    background-color: #1ebe5d;
    transform: scale(1.1);
}

.whatsapp-float i {
    font-size: 45px;
}

.tm-btn-primary {
    color: #2b9ef7;
    border-bottom: 1px solid #195a9b;
    padding: 10px 18px;
    position: relative;
}

.mobile-logo-home img {
    height: 75px;
}

/* Título */
.form-title {
    color: #c6daff;
    margin-bottom: 25px;
    font-weight: 600;
}
a{
    color: #c6daff;
}
/* Inputs */
.custom-input {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    padding: 12px;
    border-radius: 6px;
    transition: 0.3s ease;
}

/* Placeholder */
.custom-input::placeholder {
    color: rgba(255,255,255,0.6);
}

/* Foco */
.custom-input:focus {
    border-color: #1b6cff;
    box-shadow: 0 0 10px rgba(27,108,255,0.5);
    background: rgba(255,255,255,0.12);
}

/* Botão */
.btn-send {
    background: linear-gradient(135deg, #0a2a6b, #1b6cff);
    border: none;
    color: #fff;
    padding: 10px 25px;
    border-radius: 6px;
    transition: 0.3s ease;
}

.btn-send:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.4);
}

/* Quando o usuário começa a digitar */
.custom-input:not(:placeholder-shown) {
    background: #ffffff;
    color: #000;
}

/* Quando está focado */
.custom-input:focus {
    background: #ffffff;
    color: #000;
}

/* Esconde no desktop */
@media (min-width: 992px) {
    .mobile-logo-home {
        display: none;
    }
}

@media (max-width: 991px) {

    .tm-bg-black-transparent {
        background-color: rgba(27, 69, 100, 0.90);
    }
}