.modal{
    --bs-modal-width: 80vw;
    --bs-modal-color:#fff; ;
    --bs-modal-bg: rgba(0,0,0,1);
    background-image: url("../img/modalBG.jpg")!important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.modal-header {
    border-bottom: 0px;
}
.icons-light{
    color:#fff!important;
}
.modal-content {
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-clip: padding-box;
    background: none !important;
    padding:0 !important;
    margin:0 !important;
}

/* Estilo do botão flutuante */
        .whatsapp-float {
            position: fixed;
            width: 60px;
            height: 60px;
            bottom: 40px;
            right: 40px;
            background-color: #25d366;
            color: #fff;
            border-radius: 50px;
            text-align: center;
            box-shadow: 2px 2px 3px #999;
            z-index: 1000;
            cursor: pointer;
            transition: all 0.3s ease-in-out;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .whatsapp-float:hover {
            transform: scale(1.1);
            box-shadow: 0 0 10px rgba(37, 211, 102, 0.6);
        }

        .whatsapp-float i {
            font-size: 30px;
            line-height: 60px;
        }

        /* Estilo para o popup de mensagem */
        .whatsapp-popup {
            position: fixed;
            bottom: 110px;
            right: 40px;
            background-color: #fff;
            padding: 15px;
            border-radius: 10px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            z-index: 999;
            display: none;
            max-width: 300px;
            animation: fadeIn 0.3s ease;
        }

        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }

        .whatsapp-popup p {
            margin: 0;
            font-size: 14px;
            color: #333;
        }

        .whatsapp-popup .close-btn {
            position: absolute;
            top: 5px;
            right: 10px;
            background: none;
            border: none;
            font-size: 18px;
            cursor: pointer;
            color: #999;
        }
        .whatsapp-popup p {
            margin: 0;
            font-size: 16px;
            color: #333;
        }
        /* Responsivo */
        @media (max-width: 768px) {
            .whatsapp-float {
                width: 50px;
                height: 50px;
                bottom: 20px;
                right: 20px;
            }
            
            .whatsapp-float i {
                font-size: 24px;
                line-height: 50px;
            }
            
            .whatsapp-popup {
                bottom: 80px;
                right: 20px;
                font-size: 12px;
            }
        }

.textIntelbras{
    text-align: center!important;
}
.textIntelbras h6{
    color:#fff;
    font-size:1.5rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-left:0;
    padding-left:0;

}
.textIntelbras h2{
    color:#fff;
    font-size:3rem;
    text-transform: uppercase;
    font-weight: 900;

}
#btnIntelbras{
    width:150px;
    height:50px;
    background: #e54600;
    color:#fff;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 1rem;
    border-radius: 5px;
    border:1px solid #fff;
}
.imgIntelbras{
    padding: 40px 0 40px 0;
}

.modal-header .btn-close .fa-times{
    color:#fff!important;
}
.modal-content {
    border:0 !important;
}

.modal-header .btn-close {
    display:flex;
    justify-content: center;
    align-items: center;
    --bs-btn-close-opacity: 1;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #fff!important;
    background: rgba(229,70,0,1);

}



@media (min-width: 390px)  {
    video {
        max-width: 100% !important;
    }
    .alinhaElementos{
        padding-top:20px;
        display:flex;
        flex-direction: column;
    }
    .alinhaElementos img{
        padding:30px;
    }
    .alinhaElementos h2{
        font-size: 2rem;
    }
    
}

@media (min-width: 1024px)  {
    .alinhaElementos{
        display:flex;
        flex-direction: row;
        align-items: center;
    }
    .alinhaElementos h2{
        font-size: 3.5rem;
    }
    }