:root {
    --marca-cor-primaria: #2F3542;
    --marca-cor-secundaria: #1F5584;
    --marca-cor-dark: #F4F6FC;
    --marca-cor-white: #262920;
    --azul-crecido: #003658;
}

.badge {
    text-wrap: wrap !important;
}

.alert {
    margin: 0;
}

.card-header {
    background: var(--azul-crecido);
    color: #FFF;
}

#floating-form {
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1050;
    width: 100%;
    max-width: 380px;
}

#floating-form.show {   
    opacity: 1; 
    visibility: visible;
}

.bg_primario {
    background-color: #1C315E !important;
}

.btn_marca {
    background-color: var(--marca-cor-primaria) !important;
    color: white !important;
}

.btn_marca:hover {
    background-color: var(--marca-cor-secundaria) !important;
    color: white !important;
}

.btn_marca_invert {
    background-color: var(--marca-cor-secundaria) !important;
    color: white !important;
}

.btn_marca_invert:hover {
    background-color: var(--marca-cor-primaria) !important;
    color: white !important;
}

.hover_bg_white:hover,
button.hover_bg_white:hover,
span.hover_bg_white:hover,
div.hover_bg_white:hover {
    background-color: white !important;
    color: var(--marca-cor-primaria) !important;
}

/*  */
#form_lp1 h2.txt_cadastrese {
    color: #767676 !important;
}


@keyframes brilho {
    0% {
      background-position: -200% 0;
    }
    100% {
      background-position: 200% 0;
    }
}
  
.btn-form-submit {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    background-color: var(--azul-crecido);
    border: none;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
}
  
.btn-form-submit::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
    transform: skewX(-45deg) translateX(-200%);
    transition: transform .3s;
}
  
.btn-form-submit:hover::after {
    transform: skewX(-45deg) translateX(100%);
    transition: transform .5s;
}
  
.btn-form-submit:hover {
    transition: background-color 0.3s;
    background-color: var(--azul-crecido);
}

/* */
.apartamentos--item {
    height: 100% !important;
}

.wrapper {
    padding: 4px;
    height: 250px;
}

/*  */
.testimonial-video {
    background-position: center;
    background-size: cover;
    height: 450px;
    position: relative;
}

.testimonial-btn a{
    color: red;
    font-size: 5em;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
    transform: translate(-50%, -50%);
    transition: transform 0.5s ease;
    

}
.testimonial-btn a:hover {
    color: red;
    cursor: pointer;
    transform: translate(-50%, -50%) scale(1.2);
}

@media (max-width: 575px) {
    .testimonial-btn a {
        top: 41%;
    }
}

/*  */
.link_rodape {
    color: white;
    text-decoration: none;
}

.link_rodape:hover {
    color: white;
    text-decoration: underline;
}

.fecha_modal {
    color: white;
    position: absolute;
    right: -11px;
    top: -11px;
    font-size: 1.2em;
}

/* */
a.pol_link {
    color: lightgray;
}

a.pol_link:hover {
    color: var(--marca-cor-primaria);
}