:root {
    --primaryColor: #3a5d83;
    --secondaryColor: #023059;
    --borderColor: #023059;
    --disabledColor: #7c878e;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -10;
}

#bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
}

@media (min-width: 767px) {
    .img-logo {
        width: 85% !important;
        max-width: 85% !important;
    }
    .moldura {
        background-color: transparent !important;
    }
    .card {
        margin-top: 240px !important;
        padding: 25px 50px !important;
        flex-grow: 0 !important;
        border-radius: 12px;
    }

     .inicio-page .texto-contatos {
        display: none;
    }

    .texto-contatos {
        margin: 0;
        padding: 0;
        text-align: center;
        color: #395d84;
        line-height: 1.4;
        white-space: pre-line;
        font-size: 12px;
        font-weight: bold;
        position: absolute;
        bottom: 30px;
    }
}

@media (max-width: 767px) {
    .video-background {
        display: none;
    }

    .texto-contatos {
        margin: 0;
        padding: 0;
        text-align: center;
        color: #395d84;
        line-height: 1.4;
        white-space: pre-line;
        font-size: 12px;
        font-weight: bold;
        display: block !important;
    }
}

